]> git.saurik.com Git - wxWidgets.git/blob - configure
Add m_allowSeeking for updated filesystem handler to use. Also switch to
[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.5.5.
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.5.5'
274 PACKAGE_STRING='wxWidgets 2.5.5'
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_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_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_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.5.5 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.5.5:";;
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-stdpaths use wxStandardPaths class
930 --enable-stopwatch use wxStopWatch class
931 --enable-streams use wxStream etc classes
932 --enable-sysoptions use wxSystemOptions
933 --enable-textbuf use wxTextBuffer class
934 --enable-textfile use wxTextFile class
935 --enable-timer use wxTimer class
936 --enable-unicode compile wxString with Unicode support
937 --enable-sound use wxSound class
938 --enable-mediactrl use wxMediaCtrl class
939 --enable-wxprintfv use wxWidgets implementation of vprintf()
940 --enable-zipstream use wxZip streams
941 --enable-url use wxURL class
942 --enable-protocol use wxProtocol class
943 --enable-protocol-http HTTP support in wxProtocol
944 --enable-protocol-ftp FTP support in wxProtocol
945 --enable-protocol-file FILE support in wxProtocol
946 --enable-threads use threads
947 --enable-docview use document view architecture
948 --enable-help use help subsystem
949 --enable-mshtmlhelp use MS HTML Help (win32)
950 --enable-html use wxHTML sub-library
951 --enable-htmlhelp use wxHTML-based help
952 --enable-xrc use XRC resources sub-library
953 --enable-constraints use layout-constraints system
954 --enable-printarch use printing architecture
955 --enable-mdi use multiple document interface architecture
956 --enable-mdidoc use docview architecture with MDI
957 --enable-loggui use standard GUI logger
958 --enable-logwin use wxLogWindow
959 --enable-logdialog use wxLogDialog
960 --enable-webkit use wxWebKitCtrl (Mac)
961 --enable-postscript use wxPostscriptDC device context (default for gtk+)
962 --enable-prologio not available; see contrib
963 --enable-resources not available; see contrib
964 --enable-clipboard use wxClipboard class
965 --enable-dnd use Drag'n'Drop classes
966 --enable-metafile use win32 metafiles
967 --enable-controls use all usual controls
968 --enable-accel use accelerators
969 --enable-button use wxButton class
970 --enable-bmpbutton use wxBitmapButton class
971 --enable-calendar use wxCalendarCtrl class
972 --enable-caret use wxCaret class
973 --enable-checkbox use wxCheckBox class
974 --enable-checklst use wxCheckListBox (listbox with checkboxes) class
975 --enable-choice use wxChoice class
976 --enable-choicebook use wxChoicebook class
977 --enable-combobox use wxComboBox class
978 --enable-datepick use wxDatePickerCtrl class
979 --enable-display use wxDisplay class
980 --enable-gauge use wxGauge class
981 --enable-grid use wxGrid class
982 --enable-imaglist use wxImageList class
983 --enable-listbook use wxListbook class
984 --enable-listbox use wxListBox class
985 --enable-listctrl use wxListCtrl class
986 --enable-notebook use wxNotebook class
987 --enable-radiobox use wxRadioBox class
988 --enable-radiobtn use wxRadioButton class
989 --enable-sash use wxSashWindow class
990 --enable-scrollbar use wxScrollBar class and scrollable windows
991 --enable-slider use wxSlider class
992 --enable-spinbtn use wxSpinButton class
993 --enable-spinctrl use wxSpinCtrl class
994 --enable-splitter use wxSplitterWindow class
995 --enable-statbmp use wxStaticBitmap class
996 --enable-statbox use wxStaticBox class
997 --enable-statline use wxStaticLine class
998 --enable-stattext use wxStaticText class
999 --enable-statusbar use wxStatusBar class
1000 --enable-tabdialog use wxTabControl class
1001 --enable-textctrl use wxTextCtrl class
1002 --enable-togglebtn use wxToggleButton class
1003 --enable-toolbar use wxToolBar class
1004 --enable-tbarnative use native wxToolBar class
1005 --enable-tbarsmpl use wxToolBarSimple class
1006 --enable-treectrl use wxTreeCtrl class
1007 --enable-tipwindow use wxTipWindow class
1008 --enable-popupwin use wxPopUpWindow class
1009 --enable-commondlg use all common dialogs
1010 --enable-choicedlg use wxChoiceDialog
1011 --enable-coldlg use wxColourDialog
1012 --enable-filedlg use wxFileDialog
1013 --enable-finddlg use wxFindReplaceDialog
1014 --enable-fontdlg use wxFontDialog
1015 --enable-dirdlg use wxDirDialog
1016 --enable-msgdlg use wxMessageDialog
1017 --enable-numberdlg use wxNumberEntryDialog
1018 --enable-splash use wxSplashScreen
1019 --enable-textdlg use wxTextDialog
1020 --enable-tipdlg use startup tips
1021 --enable-progressdlg use wxProgressDialog
1022 --enable-wizarddlg use wxWizard
1023 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
1024 --enable-miniframe use wxMiniFrame class
1025 --enable-tooltips use wxToolTip class
1026 --enable-splines use spline drawing code
1027 --enable-validators use wxValidator and derived classes
1028 --enable-busyinfo use wxBusyInfo
1029 --enable-joystick use wxJoystick
1030 --enable-metafiles use wxMetaFile (Windows only)
1031 --enable-dragimage use wxDragImage
1032 --enable-accessibility enable accessibility support
1033 --enable-palette use wxPalette class
1034 --enable-image use wxImage class
1035 --enable-gif use gif images (GIF file format)
1036 --enable-pcx use pcx images (PCX file format)
1037 --enable-iff use iff images (IFF file format)
1038 --enable-pnm use pnm images (PNM file format)
1039 --enable-xpm use xpm images (XPM file format)
1040 --enable-icocur use Windows ICO and CUR formats
1041 --enable-official_build official build of wxWidgets (win32 DLL only)
1042 --enable-vendor=VENDOR vendor name (win32 DLL only)
1043 --disable-largefile omit support for large files
1044 --disable-gtktest do not try to compile and run a test GTK+ program
1045 --disable-gtktest Do not try to compile and run a test GTK program
1046 --disable-sdltest Do not try to compile and run a test SDL program
1047 --enable-omf use OMF object format (OS/2)
1048 --disable-precomp-headers
1049 don't use precompiled headers even if compiler can
1050
1051 Optional Packages:
1052 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1053 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1054 --with-gtk use GTK+
1055 --with-motif use Motif/Lesstif
1056 --with-mac use Mac OS X
1057 --with-cocoa use Cocoa
1058 --with-wine use Wine
1059 --with-msw use MS-Windows
1060 --with-pm use OS/2 Presentation Manager
1061 --with-mgl use SciTech MGL
1062 --with-microwin use MicroWindows
1063 --with-x11 use X11
1064 --with-libpng use libpng (PNG image format)
1065 --with-libjpeg use libjpeg (JPEG file format)
1066 --with-libtiff use libtiff (TIFF file format)
1067 --with-libxpm use libxpm (XPM file format)
1068 --with-libmspack use libmspack (CHM help files loading)
1069 --with-sdl use SDL for audio on Unix
1070 --with-gnomeprint use GNOME print for printing under Unix
1071 --with-opengl use OpenGL (or Mesa)
1072 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1073 --with-regex enable support for wxRegEx class
1074 --with-zlib use zlib for LZW compression
1075 --with-odbc use the IODBC and wxODBC classes
1076 --with-expat enable XML support using expat parser
1077 --with-flavour=NAME specify a name to identify this build
1078 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1079 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1080 --with-x use the X Window System
1081 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1082 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1083 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1084 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1085 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1086
1087 Some influential environment variables:
1088 CC C compiler command
1089 CFLAGS C compiler flags
1090 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1091 nonstandard directory <lib dir>
1092 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1093 headers in a nonstandard directory <include dir>
1094 CPP C preprocessor
1095 CXX C++ compiler command
1096 CXXFLAGS C++ compiler flags
1097 CXXCPP C++ preprocessor
1098
1099 Use these variables to override the choices made by `configure' or to help
1100 it to find libraries and programs with nonstandard names/locations.
1101
1102 Report bugs to <wx-dev@lists.wxwidgets.org>.
1103 _ACEOF
1104 fi
1105
1106 if test "$ac_init_help" = "recursive"; then
1107 # If there are subdirs, report their specific --help.
1108 ac_popdir=`pwd`
1109 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1110 test -d $ac_dir || continue
1111 ac_builddir=.
1112
1113 if test "$ac_dir" != .; then
1114 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1115 # A "../" for each directory in $ac_dir_suffix.
1116 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1117 else
1118 ac_dir_suffix= ac_top_builddir=
1119 fi
1120
1121 case $srcdir in
1122 .) # No --srcdir option. We are building in place.
1123 ac_srcdir=.
1124 if test -z "$ac_top_builddir"; then
1125 ac_top_srcdir=.
1126 else
1127 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1128 fi ;;
1129 [\\/]* | ?:[\\/]* ) # Absolute path.
1130 ac_srcdir=$srcdir$ac_dir_suffix;
1131 ac_top_srcdir=$srcdir ;;
1132 *) # Relative path.
1133 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1134 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1135 esac
1136
1137 # Do not use `cd foo && pwd` to compute absolute paths, because
1138 # the directories may not exist.
1139 case `pwd` in
1140 .) ac_abs_builddir="$ac_dir";;
1141 *)
1142 case "$ac_dir" in
1143 .) ac_abs_builddir=`pwd`;;
1144 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1145 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1146 esac;;
1147 esac
1148 case $ac_abs_builddir in
1149 .) ac_abs_top_builddir=${ac_top_builddir}.;;
1150 *)
1151 case ${ac_top_builddir}. in
1152 .) ac_abs_top_builddir=$ac_abs_builddir;;
1153 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1154 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1155 esac;;
1156 esac
1157 case $ac_abs_builddir in
1158 .) ac_abs_srcdir=$ac_srcdir;;
1159 *)
1160 case $ac_srcdir in
1161 .) ac_abs_srcdir=$ac_abs_builddir;;
1162 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1163 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1164 esac;;
1165 esac
1166 case $ac_abs_builddir in
1167 .) ac_abs_top_srcdir=$ac_top_srcdir;;
1168 *)
1169 case $ac_top_srcdir in
1170 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1171 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1172 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1173 esac;;
1174 esac
1175
1176 cd $ac_dir
1177 # Check for guested configure; otherwise get Cygnus style configure.
1178 if test -f $ac_srcdir/configure.gnu; then
1179 echo
1180 $SHELL $ac_srcdir/configure.gnu --help=recursive
1181 elif test -f $ac_srcdir/configure; then
1182 echo
1183 $SHELL $ac_srcdir/configure --help=recursive
1184 elif test -f $ac_srcdir/configure.ac ||
1185 test -f $ac_srcdir/configure.in; then
1186 echo
1187 $ac_configure --help
1188 else
1189 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1190 fi
1191 cd "$ac_popdir"
1192 done
1193 fi
1194
1195 test -n "$ac_init_help" && exit 0
1196 if $ac_init_version; then
1197 cat <<\_ACEOF
1198 wxWidgets configure 2.5.5
1199 generated by GNU Autoconf 2.59
1200
1201 Copyright (C) 2003 Free Software Foundation, Inc.
1202 This configure script is free software; the Free Software Foundation
1203 gives unlimited permission to copy, distribute and modify it.
1204 _ACEOF
1205 exit 0
1206 fi
1207 exec 5>config.log
1208 cat >&5 <<_ACEOF
1209 This file contains any messages produced by compilers while
1210 running configure, to aid debugging if configure makes a mistake.
1211
1212 It was created by wxWidgets $as_me 2.5.5, which was
1213 generated by GNU Autoconf 2.59. Invocation command line was
1214
1215 $ $0 $@
1216
1217 _ACEOF
1218 {
1219 cat <<_ASUNAME
1220 ## --------- ##
1221 ## Platform. ##
1222 ## --------- ##
1223
1224 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1225 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1226 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1227 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1228 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1229
1230 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1231 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1232
1233 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1234 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1235 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1236 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1237 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1238 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1239 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1240
1241 _ASUNAME
1242
1243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1244 for as_dir in $PATH
1245 do
1246 IFS=$as_save_IFS
1247 test -z "$as_dir" && as_dir=.
1248 echo "PATH: $as_dir"
1249 done
1250
1251 } >&5
1252
1253 cat >&5 <<_ACEOF
1254
1255
1256 ## ----------- ##
1257 ## Core tests. ##
1258 ## ----------- ##
1259
1260 _ACEOF
1261
1262
1263 # Keep a trace of the command line.
1264 # Strip out --no-create and --no-recursion so they do not pile up.
1265 # Strip out --silent because we don't want to record it for future runs.
1266 # Also quote any args containing shell meta-characters.
1267 # Make two passes to allow for proper duplicate-argument suppression.
1268 ac_configure_args=
1269 ac_configure_args0=
1270 ac_configure_args1=
1271 ac_sep=
1272 ac_must_keep_next=false
1273 for ac_pass in 1 2
1274 do
1275 for ac_arg
1276 do
1277 case $ac_arg in
1278 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1279 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1280 | -silent | --silent | --silen | --sile | --sil)
1281 continue ;;
1282 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1283 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1284 esac
1285 case $ac_pass in
1286 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1287 2)
1288 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1289 if test $ac_must_keep_next = true; then
1290 ac_must_keep_next=false # Got value, back to normal.
1291 else
1292 case $ac_arg in
1293 *=* | --config-cache | -C | -disable-* | --disable-* \
1294 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1295 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1296 | -with-* | --with-* | -without-* | --without-* | --x)
1297 case "$ac_configure_args0 " in
1298 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1299 esac
1300 ;;
1301 -* ) ac_must_keep_next=true ;;
1302 esac
1303 fi
1304 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1305 # Get rid of the leading space.
1306 ac_sep=" "
1307 ;;
1308 esac
1309 done
1310 done
1311 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1312 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1313
1314 # When interrupted or exit'd, cleanup temporary files, and complete
1315 # config.log. We remove comments because anyway the quotes in there
1316 # would cause problems or look ugly.
1317 # WARNING: Be sure not to use single quotes in there, as some shells,
1318 # such as our DU 5.0 friend, will then `close' the trap.
1319 trap 'exit_status=$?
1320 # Save into config.log some information that might help in debugging.
1321 {
1322 echo
1323
1324 cat <<\_ASBOX
1325 ## ---------------- ##
1326 ## Cache variables. ##
1327 ## ---------------- ##
1328 _ASBOX
1329 echo
1330 # The following way of writing the cache mishandles newlines in values,
1331 {
1332 (set) 2>&1 |
1333 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1334 *ac_space=\ *)
1335 sed -n \
1336 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1337 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1338 ;;
1339 *)
1340 sed -n \
1341 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1342 ;;
1343 esac;
1344 }
1345 echo
1346
1347 cat <<\_ASBOX
1348 ## ----------------- ##
1349 ## Output variables. ##
1350 ## ----------------- ##
1351 _ASBOX
1352 echo
1353 for ac_var in $ac_subst_vars
1354 do
1355 eval ac_val=$`echo $ac_var`
1356 echo "$ac_var='"'"'$ac_val'"'"'"
1357 done | sort
1358 echo
1359
1360 if test -n "$ac_subst_files"; then
1361 cat <<\_ASBOX
1362 ## ------------- ##
1363 ## Output files. ##
1364 ## ------------- ##
1365 _ASBOX
1366 echo
1367 for ac_var in $ac_subst_files
1368 do
1369 eval ac_val=$`echo $ac_var`
1370 echo "$ac_var='"'"'$ac_val'"'"'"
1371 done | sort
1372 echo
1373 fi
1374
1375 if test -s confdefs.h; then
1376 cat <<\_ASBOX
1377 ## ----------- ##
1378 ## confdefs.h. ##
1379 ## ----------- ##
1380 _ASBOX
1381 echo
1382 sed "/^$/d" confdefs.h | sort
1383 echo
1384 fi
1385 test "$ac_signal" != 0 &&
1386 echo "$as_me: caught signal $ac_signal"
1387 echo "$as_me: exit $exit_status"
1388 } >&5
1389 rm -f core *.core &&
1390 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1391 exit $exit_status
1392 ' 0
1393 for ac_signal in 1 2 13 15; do
1394 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1395 done
1396 ac_signal=0
1397
1398 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1399 rm -rf conftest* confdefs.h
1400 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1401 echo >confdefs.h
1402
1403 # Predefined preprocessor variables.
1404
1405 cat >>confdefs.h <<_ACEOF
1406 #define PACKAGE_NAME "$PACKAGE_NAME"
1407 _ACEOF
1408
1409
1410 cat >>confdefs.h <<_ACEOF
1411 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1412 _ACEOF
1413
1414
1415 cat >>confdefs.h <<_ACEOF
1416 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1417 _ACEOF
1418
1419
1420 cat >>confdefs.h <<_ACEOF
1421 #define PACKAGE_STRING "$PACKAGE_STRING"
1422 _ACEOF
1423
1424
1425 cat >>confdefs.h <<_ACEOF
1426 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1427 _ACEOF
1428
1429
1430 # Let the site file select an alternate cache file if it wants to.
1431 # Prefer explicitly selected file to automatically selected ones.
1432 if test -z "$CONFIG_SITE"; then
1433 if test "x$prefix" != xNONE; then
1434 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1435 else
1436 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1437 fi
1438 fi
1439 for ac_site_file in $CONFIG_SITE; do
1440 if test -r "$ac_site_file"; then
1441 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1442 echo "$as_me: loading site script $ac_site_file" >&6;}
1443 sed 's/^/| /' "$ac_site_file" >&5
1444 . "$ac_site_file"
1445 fi
1446 done
1447
1448 if test -r "$cache_file"; then
1449 # Some versions of bash will fail to source /dev/null (special
1450 # files actually), so we avoid doing that.
1451 if test -f "$cache_file"; then
1452 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1453 echo "$as_me: loading cache $cache_file" >&6;}
1454 case $cache_file in
1455 [\\/]* | ?:[\\/]* ) . $cache_file;;
1456 *) . ./$cache_file;;
1457 esac
1458 fi
1459 else
1460 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1461 echo "$as_me: creating cache $cache_file" >&6;}
1462 >$cache_file
1463 fi
1464
1465 # Check that the precious variables saved in the cache have kept the same
1466 # value.
1467 ac_cache_corrupted=false
1468 for ac_var in `(set) 2>&1 |
1469 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1470 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1471 eval ac_new_set=\$ac_env_${ac_var}_set
1472 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1473 eval ac_new_val="\$ac_env_${ac_var}_value"
1474 case $ac_old_set,$ac_new_set in
1475 set,)
1476 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1477 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1478 ac_cache_corrupted=: ;;
1479 ,set)
1480 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1481 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1482 ac_cache_corrupted=: ;;
1483 ,);;
1484 *)
1485 if test "x$ac_old_val" != "x$ac_new_val"; then
1486 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1487 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1488 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1489 echo "$as_me: former value: $ac_old_val" >&2;}
1490 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1491 echo "$as_me: current value: $ac_new_val" >&2;}
1492 ac_cache_corrupted=:
1493 fi;;
1494 esac
1495 # Pass precious variables to config.status.
1496 if test "$ac_new_set" = set; then
1497 case $ac_new_val in
1498 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1499 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1500 *) ac_arg=$ac_var=$ac_new_val ;;
1501 esac
1502 case " $ac_configure_args " in
1503 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1504 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1505 esac
1506 fi
1507 done
1508 if $ac_cache_corrupted; then
1509 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1510 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1511 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1512 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1513 { (exit 1); exit 1; }; }
1514 fi
1515
1516 ac_ext=c
1517 ac_cpp='$CPP $CPPFLAGS'
1518 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1519 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1520 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1521
1522
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 ac_aux_dir=
1552 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1553 if test -f $ac_dir/install-sh; then
1554 ac_aux_dir=$ac_dir
1555 ac_install_sh="$ac_aux_dir/install-sh -c"
1556 break
1557 elif test -f $ac_dir/install.sh; then
1558 ac_aux_dir=$ac_dir
1559 ac_install_sh="$ac_aux_dir/install.sh -c"
1560 break
1561 elif test -f $ac_dir/shtool; then
1562 ac_aux_dir=$ac_dir
1563 ac_install_sh="$ac_aux_dir/shtool install -c"
1564 break
1565 fi
1566 done
1567 if test -z "$ac_aux_dir"; then
1568 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1569 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1570 { (exit 1); exit 1; }; }
1571 fi
1572 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1573 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1574 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1575
1576 # Make sure we can run config.sub.
1577 $ac_config_sub sun4 >/dev/null 2>&1 ||
1578 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1579 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1580 { (exit 1); exit 1; }; }
1581
1582 echo "$as_me:$LINENO: checking build system type" >&5
1583 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1584 if test "${ac_cv_build+set}" = set; then
1585 echo $ECHO_N "(cached) $ECHO_C" >&6
1586 else
1587 ac_cv_build_alias=$build_alias
1588 test -z "$ac_cv_build_alias" &&
1589 ac_cv_build_alias=`$ac_config_guess`
1590 test -z "$ac_cv_build_alias" &&
1591 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1592 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1593 { (exit 1); exit 1; }; }
1594 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1595 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1596 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1597 { (exit 1); exit 1; }; }
1598
1599 fi
1600 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1601 echo "${ECHO_T}$ac_cv_build" >&6
1602 build=$ac_cv_build
1603 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1604 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1605 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1606
1607
1608 echo "$as_me:$LINENO: checking host system type" >&5
1609 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1610 if test "${ac_cv_host+set}" = set; then
1611 echo $ECHO_N "(cached) $ECHO_C" >&6
1612 else
1613 ac_cv_host_alias=$host_alias
1614 test -z "$ac_cv_host_alias" &&
1615 ac_cv_host_alias=$ac_cv_build_alias
1616 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1617 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1618 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1619 { (exit 1); exit 1; }; }
1620
1621 fi
1622 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1623 echo "${ECHO_T}$ac_cv_host" >&6
1624 host=$ac_cv_host
1625 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1626 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1627 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1628
1629
1630 echo "$as_me:$LINENO: checking target system type" >&5
1631 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1632 if test "${ac_cv_target+set}" = set; then
1633 echo $ECHO_N "(cached) $ECHO_C" >&6
1634 else
1635 ac_cv_target_alias=$target_alias
1636 test "x$ac_cv_target_alias" = "x" &&
1637 ac_cv_target_alias=$ac_cv_host_alias
1638 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1639 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1640 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1641 { (exit 1); exit 1; }; }
1642
1643 fi
1644 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1645 echo "${ECHO_T}$ac_cv_target" >&6
1646 target=$ac_cv_target
1647 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1648 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1649 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1650
1651
1652 # The aliases save the names the user supplied, while $host etc.
1653 # will get canonicalized.
1654 test -n "$target_alias" &&
1655 test "$program_prefix$program_suffix$program_transform_name" = \
1656 NONENONEs,x,x, &&
1657 program_prefix=${target_alias}-
1658
1659
1660
1661 wx_major_version_number=2
1662 wx_minor_version_number=5
1663 wx_release_number=5
1664 wx_subrelease_number=0
1665
1666 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
1667 WX_VERSION=$WX_RELEASE.$wx_release_number
1668 WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
1669
1670 WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
1671
1672 WX_CURRENT=5
1673 WX_REVISION=0
1674 WX_AGE=5
1675
1676
1677
1678 USE_UNIX=1
1679 USE_OS2=0
1680 USE_WIN32=0
1681 USE_DOS=0
1682 USE_BEOS=0
1683 USE_MAC=0
1684
1685 USE_AIX=
1686 USE_BSD= USE_DARWIN= USE_FREEBSD=
1687 USE_GNU= USE_HPUX=
1688 USE_LINUX=
1689 USE_NETBSD=
1690 USE_OPENBSD=
1691 USE_OSF= USE_SGI=
1692 USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
1693 USE_ULTRIX=
1694 USE_UNIXWARE=
1695
1696 USE_ALPHA=
1697
1698 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1699
1700 ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1701
1702 DEFAULT_wxUSE_COCOA=0
1703 DEFAULT_wxUSE_GTK=0
1704 DEFAULT_wxUSE_MAC=0
1705 DEFAULT_wxUSE_MGL=0
1706 DEFAULT_wxUSE_MICROWIN=0
1707 DEFAULT_wxUSE_MOTIF=0
1708 DEFAULT_wxUSE_MSW=0
1709 DEFAULT_wxUSE_PM=0
1710 DEFAULT_wxUSE_X11=0
1711
1712 DEFAULT_DEFAULT_wxUSE_COCOA=0
1713 DEFAULT_DEFAULT_wxUSE_GTK=0
1714 DEFAULT_DEFAULT_wxUSE_MAC=0
1715 DEFAULT_DEFAULT_wxUSE_MGL=0
1716 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1717 DEFAULT_DEFAULT_wxUSE_MOTIF=0
1718 DEFAULT_DEFAULT_wxUSE_MSW=0
1719 DEFAULT_DEFAULT_wxUSE_PM=0
1720 DEFAULT_DEFAULT_wxUSE_X11=0
1721
1722 PROGRAM_EXT=
1723 SO_SUFFIX=so
1724 SAMPLES_RPATH_FLAG=
1725 SAMPLES_RPATH_POSTLINK=
1726
1727 case "${host}" in
1728 *-hp-hpux* )
1729 USE_HPUX=1
1730 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1731 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1732 SO_SUFFIX=sl
1733 cat >>confdefs.h <<\_ACEOF
1734 #define __HPUX__ 1
1735 _ACEOF
1736
1737 ;;
1738 *-*-linux* )
1739 USE_LINUX=1
1740 cat >>confdefs.h <<\_ACEOF
1741 #define __LINUX__ 1
1742 _ACEOF
1743
1744 TMP=`uname -m`
1745 if test "x$TMP" = "xalpha"; then
1746 USE_ALPHA=1
1747 cat >>confdefs.h <<\_ACEOF
1748 #define __ALPHA__ 1
1749 _ACEOF
1750
1751 fi
1752 DEFAULT_DEFAULT_wxUSE_GTK=1
1753 ;;
1754 *-*-gnu* | *-*-k*bsd*-gnu )
1755 USE_GNU=1
1756 TMP=`uname -m`
1757 if test "x$TMP" = "xalpha"; then
1758 USE_ALPHA=1
1759 cat >>confdefs.h <<\_ACEOF
1760 #define __ALPHA__ 1
1761 _ACEOF
1762
1763 fi
1764 DEFAULT_DEFAULT_wxUSE_GTK=1
1765 ;;
1766 *-*-irix5* | *-*-irix6* )
1767 USE_SGI=1
1768 USE_SVR4=1
1769 cat >>confdefs.h <<\_ACEOF
1770 #define __SGI__ 1
1771 _ACEOF
1772
1773 cat >>confdefs.h <<\_ACEOF
1774 #define __SVR4__ 1
1775 _ACEOF
1776
1777 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1778 ;;
1779 *-*-solaris2* )
1780 USE_SUN=1
1781 USE_SOLARIS=1
1782 USE_SVR4=1
1783 cat >>confdefs.h <<\_ACEOF
1784 #define __SUN__ 1
1785 _ACEOF
1786
1787 cat >>confdefs.h <<\_ACEOF
1788 #define __SOLARIS__ 1
1789 _ACEOF
1790
1791 cat >>confdefs.h <<\_ACEOF
1792 #define __SVR4__ 1
1793 _ACEOF
1794
1795 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1796 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1797 ;;
1798 *-*-sunos4* )
1799 USE_SUN=1
1800 USE_SUNOS=1
1801 USE_BSD=1
1802 cat >>confdefs.h <<\_ACEOF
1803 #define __SUN__ 1
1804 _ACEOF
1805
1806 cat >>confdefs.h <<\_ACEOF
1807 #define __SUNOS__ 1
1808 _ACEOF
1809
1810 cat >>confdefs.h <<\_ACEOF
1811 #define __BSD__ 1
1812 _ACEOF
1813
1814 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1815 ;;
1816 *-*-freebsd*)
1817 USE_BSD=1
1818 USE_FREEBSD=1
1819 cat >>confdefs.h <<\_ACEOF
1820 #define __FREEBSD__ 1
1821 _ACEOF
1822
1823 cat >>confdefs.h <<\_ACEOF
1824 #define __BSD__ 1
1825 _ACEOF
1826
1827 DEFAULT_DEFAULT_wxUSE_GTK=1
1828 ;;
1829 *-*-openbsd*)
1830 USE_BSD=1
1831 USE_OPENBSD=1
1832 cat >>confdefs.h <<\_ACEOF
1833 #define __OPENBSD__ 1
1834 _ACEOF
1835
1836 cat >>confdefs.h <<\_ACEOF
1837 #define __BSD__ 1
1838 _ACEOF
1839
1840 DEFAULT_DEFAULT_wxUSE_GTK=1
1841 ;;
1842 *-*-netbsd*)
1843 USE_BSD=1
1844 USE_NETBSD=1
1845 cat >>confdefs.h <<\_ACEOF
1846 #define __NETBSD__ 1
1847 _ACEOF
1848
1849 cat >>confdefs.h <<\_ACEOF
1850 #define __BSD__ 1
1851 _ACEOF
1852
1853 DEFAULT_DEFAULT_wxUSE_GTK=1
1854 ;;
1855 *-*-osf* )
1856 USE_ALPHA=1
1857 USE_OSF=1
1858 cat >>confdefs.h <<\_ACEOF
1859 #define __ALPHA__ 1
1860 _ACEOF
1861
1862 cat >>confdefs.h <<\_ACEOF
1863 #define __OSF__ 1
1864 _ACEOF
1865
1866 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1867 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1868 ;;
1869 *-*-dgux5* )
1870 USE_ALPHA=1
1871 USE_SVR4=1
1872 cat >>confdefs.h <<\_ACEOF
1873 #define __ALPHA__ 1
1874 _ACEOF
1875
1876 cat >>confdefs.h <<\_ACEOF
1877 #define __SVR4__ 1
1878 _ACEOF
1879
1880 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1881 ;;
1882 *-*-sysv5* )
1883 USE_SYSV=1
1884 USE_SVR4=1
1885 cat >>confdefs.h <<\_ACEOF
1886 #define __SYSV__ 1
1887 _ACEOF
1888
1889 cat >>confdefs.h <<\_ACEOF
1890 #define __SVR4__ 1
1891 _ACEOF
1892
1893 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1894 ;;
1895 *-*-aix* )
1896 USE_AIX=1
1897 USE_SYSV=1
1898 USE_SVR4=1
1899 SO_SUFFIX=a
1900 cat >>confdefs.h <<\_ACEOF
1901 #define __AIX__ 1
1902 _ACEOF
1903
1904 cat >>confdefs.h <<\_ACEOF
1905 #define __SYSV__ 1
1906 _ACEOF
1907
1908 cat >>confdefs.h <<\_ACEOF
1909 #define __SVR4__ 1
1910 _ACEOF
1911
1912 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1913 ;;
1914
1915 *-*-*UnixWare*)
1916 USE_SYSV=1
1917 USE_SVR4=1
1918 USE_UNIXWARE=1
1919 cat >>confdefs.h <<\_ACEOF
1920 #define __UNIXWARE__ 1
1921 _ACEOF
1922
1923 ;;
1924
1925 *-*-cygwin* | *-*-mingw32* )
1926 SO_SUFFIX=dll
1927 PROGRAM_EXT=".exe"
1928 RESCOMP=windres
1929 DEFAULT_DEFAULT_wxUSE_MSW=1
1930 ;;
1931
1932 *-pc-msdosdjgpp )
1933 USE_UNIX=0
1934 USE_DOS=1
1935 cat >>confdefs.h <<\_ACEOF
1936 #define __DOS__ 1
1937 _ACEOF
1938
1939 PROGRAM_EXT=".exe"
1940 DEFAULT_DEFAULT_wxUSE_MGL=1
1941 LIBS="$LIBS -lstdc++"
1942 ;;
1943
1944 *-pc-os2_emx | *-pc-os2-emx )
1945 cat >>confdefs.h <<\_ACEOF
1946 #define __EMX__ 1
1947 _ACEOF
1948
1949 USE_OS2=1
1950 cat >>confdefs.h <<\_ACEOF
1951 #define __OS2__ 1
1952 _ACEOF
1953
1954 PROGRAM_EXT=".exe"
1955 DEFAULT_DEFAULT_wxUSE_PM=1
1956 CXX=gcc
1957 LDFLAGS="$LDFLAGS -Zcrtdll"
1958 ac_executable_extensions=".exe"
1959 export ac_executable_extensions
1960 ac_save_IFS="$IFS"
1961 IFS='\\'
1962 ac_TEMP_PATH=
1963 for ac_dir in $PATH; do
1964 IFS=$ac_save_IFS
1965 if test -z "$ac_TEMP_PATH"; then
1966 ac_TEMP_PATH="$ac_dir"
1967 else
1968 ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
1969 fi
1970 done
1971 export PATH="$ac_TEMP_PATH"
1972 unset ac_TEMP_PATH
1973 ;;
1974
1975 powerpc-*-darwin* )
1976 USE_BSD=1
1977 USE_DARWIN=1
1978 SO_SUFFIX=dylib
1979 cat >>confdefs.h <<\_ACEOF
1980 #define __BSD__ 1
1981 _ACEOF
1982
1983 cat >>confdefs.h <<\_ACEOF
1984 #define __DARWIN__ 1
1985 _ACEOF
1986
1987 cat >>confdefs.h <<\_ACEOF
1988 #define TARGET_CARBON 1
1989 _ACEOF
1990
1991 DEFAULT_DEFAULT_wxUSE_MAC=1
1992 ;;
1993 powerpc-apple-macos* )
1994 USE_UNIX=0
1995 ac_cv_c_bigendian=yes
1996 SO_SUFFIX=shlib
1997 DEFAULT_DEFAULT_wxUSE_MAC=1
1998 ;;
1999
2000 *-*-beos* )
2001 USE_BEOS=1
2002 cat >>confdefs.h <<\_ACEOF
2003 #define __BEOS__ 1
2004 _ACEOF
2005
2006 ;;
2007
2008 *)
2009 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
2010 echo "$as_me: error: unknown system type ${host}." >&2;}
2011 { (exit 1); exit 1; }; }
2012 esac
2013
2014
2015
2016
2017 wx_arg_cache_file="configarg.cache"
2018 echo "loading argument cache $wx_arg_cache_file"
2019 rm -f ${wx_arg_cache_file}.tmp
2020 touch ${wx_arg_cache_file}.tmp
2021 touch ${wx_arg_cache_file}
2022
2023
2024 DEBUG_CONFIGURE=0
2025 if test $DEBUG_CONFIGURE = 1; then
2026 DEFAULT_wxUSE_UNIVERSAL=no
2027 DEFAULT_wxUSE_STL=no
2028
2029 DEFAULT_wxUSE_NANOX=no
2030
2031 DEFAULT_wxUSE_THREADS=yes
2032
2033 DEFAULT_wxUSE_SHARED=yes
2034 DEFAULT_wxUSE_OPTIMISE=no
2035 DEFAULT_wxUSE_PROFILE=no
2036 DEFAULT_wxUSE_NO_DEPS=no
2037 DEFAULT_wxUSE_NO_RTTI=no
2038 DEFAULT_wxUSE_NO_EXCEPTIONS=no
2039 DEFAULT_wxUSE_RPATH=yes
2040 DEFAULT_wxUSE_PERMISSIVE=no
2041 DEFAULT_wxUSE_DEBUG_FLAG=yes
2042 DEFAULT_wxUSE_DEBUG_INFO=yes
2043 DEFAULT_wxUSE_DEBUG_GDB=yes
2044 DEFAULT_wxUSE_MEM_TRACING=no
2045 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2046 DEFAULT_wxUSE_DMALLOC=no
2047 DEFAULT_wxUSE_APPLE_IEEE=no
2048
2049 DEFAULT_wxUSE_EXCEPTIONS=no
2050 DEFAULT_wxUSE_LOG=yes
2051 DEFAULT_wxUSE_LOGWINDOW=no
2052 DEFAULT_wxUSE_LOGGUI=no
2053 DEFAULT_wxUSE_LOGDIALOG=no
2054
2055 DEFAULT_wxUSE_GUI=yes
2056 DEFAULT_wxUSE_CONTROLS=no
2057
2058 DEFAULT_wxUSE_REGEX=no
2059 DEFAULT_wxUSE_XML=no
2060 DEFAULT_wxUSE_EXPAT=no
2061 DEFAULT_wxUSE_ZLIB=no
2062 DEFAULT_wxUSE_LIBPNG=no
2063 DEFAULT_wxUSE_LIBJPEG=no
2064 DEFAULT_wxUSE_LIBTIFF=no
2065 DEFAULT_wxUSE_LIBXPM=no
2066 DEFAULT_wxUSE_LIBMSPACK=no
2067 DEFAULT_wxUSE_LIBSDL=no
2068 DEFAULT_wxUSE_LIBGNOMEPRINT=no
2069 DEFAULT_wxUSE_ODBC=no
2070 DEFAULT_wxUSE_OPENGL=no
2071
2072 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
2073 DEFAULT_wxUSE_STACKWALKER=no
2074 DEFAULT_wxUSE_DEBUGREPORT=no
2075 DEFAULT_wxUSE_SNGLINST_CHECKER=no
2076 DEFAULT_wxUSE_STD_IOSTREAM=no
2077 DEFAULT_wxUSE_CMDLINE_PARSER=no
2078 DEFAULT_wxUSE_DATETIME=no
2079 DEFAULT_wxUSE_TIMER=no
2080 DEFAULT_wxUSE_STOPWATCH=no
2081 DEFAULT_wxUSE_FILE=no
2082 DEFAULT_wxUSE_FFILE=no
2083 DEFAULT_wxUSE_STDPATHS=no
2084 DEFAULT_wxUSE_TEXTBUFFER=no
2085 DEFAULT_wxUSE_TEXTFILE=no
2086 DEFAULT_wxUSE_SOUND=no
2087 DEFAULT_wxUSE_MEDIACTRL=no
2088 DEFAULT_wxUSE_DIRECTSHOW=no
2089 DEFAULT_wxUSE_INTL=no
2090 DEFAULT_wxUSE_CONFIG=no
2091 DEFAULT_wxUSE_FONTMAP=no
2092 DEFAULT_wxUSE_STREAMS=no
2093 DEFAULT_wxUSE_SOCKETS=no
2094 DEFAULT_wxUSE_OLE=no
2095 DEFAULT_wxUSE_DATAOBJ=no
2096 DEFAULT_wxUSE_DIALUP_MANAGER=no
2097 DEFAULT_wxUSE_JOYSTICK=no
2098 DEFAULT_wxUSE_DYNLIB_CLASS=no
2099 DEFAULT_wxUSE_DYNAMIC_LOADER=no
2100 DEFAULT_wxUSE_LONGLONG=no
2101 DEFAULT_wxUSE_GEOMETRY=no
2102
2103 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
2104 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
2105 DEFAULT_wxUSE_POSTSCRIPT=no
2106
2107 DEFAULT_wxUSE_CLIPBOARD=no
2108 DEFAULT_wxUSE_TOOLTIPS=no
2109 DEFAULT_wxUSE_DRAG_AND_DROP=no
2110 DEFAULT_wxUSE_DRAGIMAGE=no
2111 DEFAULT_wxUSE_SPLINES=no
2112
2113 DEFAULT_wxUSE_MDI=no
2114 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
2115 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
2116 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
2117
2118 DEFAULT_wxUSE_RESOURCES=no
2119 DEFAULT_wxUSE_CONSTRAINTS=no
2120 DEFAULT_wxUSE_IPC=no
2121 DEFAULT_wxUSE_HELP=no
2122 DEFAULT_wxUSE_MS_HTML_HELP=no
2123 DEFAULT_wxUSE_WXHTML_HELP=no
2124 DEFAULT_wxUSE_TREELAYOUT=no
2125 DEFAULT_wxUSE_METAFILE=no
2126 DEFAULT_wxUSE_MIMETYPE=no
2127 DEFAULT_wxUSE_SYSTEM_OPTIONS=no
2128 DEFAULT_wxUSE_PROTOCOL=no
2129 DEFAULT_wxUSE_PROTOCOL_HTTP=no
2130 DEFAULT_wxUSE_PROTOCOL_FTP=no
2131 DEFAULT_wxUSE_PROTOCOL_FILE=no
2132 DEFAULT_wxUSE_URL=no
2133
2134 DEFAULT_wxUSE_COMMONDLGS=no
2135 DEFAULT_wxUSE_CHOICEDLG=no
2136 DEFAULT_wxUSE_COLOURDLG=no
2137 DEFAULT_wxUSE_DIRDLG=no
2138 DEFAULT_wxUSE_FILEDLG=no
2139 DEFAULT_wxUSE_FINDREPLDLG=no
2140 DEFAULT_wxUSE_FONTDLG=no
2141 DEFAULT_wxUSE_MSGDLG=no
2142 DEFAULT_wxUSE_NUMBERDLG=no
2143 DEFAULT_wxUSE_TEXTDLG=no
2144 DEFAULT_wxUSE_SPLASH=no
2145 DEFAULT_wxUSE_STARTUP_TIPS=no
2146 DEFAULT_wxUSE_PROGRESSDLG=no
2147 DEFAULT_wxUSE_WIZARDDLG=no
2148
2149 DEFAULT_wxUSE_MENUS=no
2150 DEFAULT_wxUSE_MINIFRAME=no
2151 DEFAULT_wxUSE_HTML=no
2152 DEFAULT_wxUSE_XRC=no
2153 DEFAULT_wxUSE_WEBKIT=no
2154 DEFAULT_wxUSE_FILESYSTEM=no
2155 DEFAULT_wxUSE_FS_INET=no
2156 DEFAULT_wxUSE_FS_ZIP=no
2157 DEFAULT_wxUSE_BUSYINFO=no
2158 DEFAULT_wxUSE_ARCHIVE_STREAMS=no
2159 DEFAULT_wxUSE_ZIPSTREAM=no
2160 DEFAULT_wxUSE_VALIDATORS=no
2161
2162 DEFAULT_wxUSE_ACCEL=no
2163 DEFAULT_wxUSE_BUTTON=no
2164 DEFAULT_wxUSE_BMPBUTTON=no
2165 DEFAULT_wxUSE_CALCTRL=no
2166 DEFAULT_wxUSE_CARET=no
2167 DEFAULT_wxUSE_CHECKBOX=no
2168 DEFAULT_wxUSE_CHECKLST=no
2169 DEFAULT_wxUSE_CHOICE=no
2170 DEFAULT_wxUSE_CHOICEBOOK=no
2171 DEFAULT_wxUSE_COMBOBOX=no
2172 DEFAULT_wxUSE_DATEPICKCTRL=no
2173 DEFAULT_wxUSE_DISPLAY=no
2174 DEFAULT_wxUSE_GAUGE=no
2175 DEFAULT_wxUSE_GRID=no
2176 DEFAULT_wxUSE_IMAGLIST=no
2177 DEFAULT_wxUSE_LISTBOOK=no
2178 DEFAULT_wxUSE_LISTBOX=no
2179 DEFAULT_wxUSE_LISTCTRL=no
2180 DEFAULT_wxUSE_NOTEBOOK=no
2181 DEFAULT_wxUSE_RADIOBOX=no
2182 DEFAULT_wxUSE_RADIOBTN=no
2183 DEFAULT_wxUSE_SASH=no
2184 DEFAULT_wxUSE_SCROLLBAR=no
2185 DEFAULT_wxUSE_SLIDER=no
2186 DEFAULT_wxUSE_SPINBTN=no
2187 DEFAULT_wxUSE_SPINCTRL=no
2188 DEFAULT_wxUSE_SPLITTER=no
2189 DEFAULT_wxUSE_STATBMP=no
2190 DEFAULT_wxUSE_STATBOX=no
2191 DEFAULT_wxUSE_STATLINE=no
2192 DEFAULT_wxUSE_STATTEXT=no
2193 DEFAULT_wxUSE_STATUSBAR=yes
2194 DEFAULT_wxUSE_TABDIALOG=no
2195 DEFAULT_wxUSE_TEXTCTRL=no
2196 DEFAULT_wxUSE_TOGGLEBTN=no
2197 DEFAULT_wxUSE_TOOLBAR=no
2198 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
2199 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
2200 DEFAULT_wxUSE_TREECTRL=no
2201 DEFAULT_wxUSE_POPUPWIN=no
2202 DEFAULT_wxUSE_TIPWINDOW=no
2203
2204 DEFAULT_wxUSE_UNICODE=no
2205 DEFAULT_wxUSE_UNICODE_MSLU=no
2206 DEFAULT_wxUSE_WCSRTOMBS=no
2207
2208 DEFAULT_wxUSE_PALETTE=no
2209 DEFAULT_wxUSE_IMAGE=no
2210 DEFAULT_wxUSE_GIF=no
2211 DEFAULT_wxUSE_PCX=no
2212 DEFAULT_wxUSE_PNM=no
2213 DEFAULT_wxUSE_IFF=no
2214 DEFAULT_wxUSE_XPM=no
2215 DEFAULT_wxUSE_ICO_CUR=no
2216 DEFAULT_wxUSE_ACCESSIBILITY=no
2217
2218 DEFAULT_wxUSE_MONOLITHIC=no
2219 DEFAULT_wxUSE_PLUGINS=no
2220 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2221 else
2222 DEFAULT_wxUSE_UNIVERSAL=no
2223 DEFAULT_wxUSE_STL=no
2224
2225 DEFAULT_wxUSE_NANOX=no
2226
2227 DEFAULT_wxUSE_THREADS=yes
2228
2229 DEFAULT_wxUSE_SHARED=yes
2230 DEFAULT_wxUSE_OPTIMISE=yes
2231 DEFAULT_wxUSE_PROFILE=no
2232 DEFAULT_wxUSE_NO_DEPS=no
2233 DEFAULT_wxUSE_NO_RTTI=no
2234 DEFAULT_wxUSE_NO_EXCEPTIONS=no
2235 DEFAULT_wxUSE_RPATH=yes
2236 DEFAULT_wxUSE_PERMISSIVE=no
2237 DEFAULT_wxUSE_DEBUG_FLAG=no
2238 DEFAULT_wxUSE_DEBUG_INFO=no
2239 DEFAULT_wxUSE_DEBUG_GDB=no
2240 DEFAULT_wxUSE_MEM_TRACING=no
2241 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2242 DEFAULT_wxUSE_DMALLOC=no
2243 DEFAULT_wxUSE_APPLE_IEEE=yes
2244
2245 DEFAULT_wxUSE_EXCEPTIONS=yes
2246 DEFAULT_wxUSE_LOG=yes
2247 DEFAULT_wxUSE_LOGWINDOW=yes
2248 DEFAULT_wxUSE_LOGGUI=yes
2249 DEFAULT_wxUSE_LOGDIALOG=yes
2250
2251 DEFAULT_wxUSE_GUI=yes
2252
2253 DEFAULT_wxUSE_REGEX=yes
2254 DEFAULT_wxUSE_XML=yes
2255 DEFAULT_wxUSE_EXPAT=yes
2256 DEFAULT_wxUSE_ZLIB=yes
2257 DEFAULT_wxUSE_LIBPNG=yes
2258 DEFAULT_wxUSE_LIBJPEG=yes
2259 DEFAULT_wxUSE_LIBTIFF=yes
2260 DEFAULT_wxUSE_LIBXPM=yes
2261 DEFAULT_wxUSE_LIBMSPACK=yes
2262 DEFAULT_wxUSE_LIBSDL=no
2263 DEFAULT_wxUSE_LIBGNOMEPRINT=no
2264 DEFAULT_wxUSE_ODBC=no
2265 DEFAULT_wxUSE_OPENGL=no
2266
2267 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
2268 DEFAULT_wxUSE_STACKWALKER=yes
2269 DEFAULT_wxUSE_DEBUGREPORT=yes
2270 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
2271 DEFAULT_wxUSE_STD_IOSTREAM=no
2272 DEFAULT_wxUSE_CMDLINE_PARSER=yes
2273 DEFAULT_wxUSE_DATETIME=yes
2274 DEFAULT_wxUSE_TIMER=yes
2275 DEFAULT_wxUSE_STOPWATCH=yes
2276 DEFAULT_wxUSE_FILE=yes
2277 DEFAULT_wxUSE_FFILE=yes
2278 DEFAULT_wxUSE_STDPATHS=yes
2279 DEFAULT_wxUSE_TEXTBUFFER=yes
2280 DEFAULT_wxUSE_TEXTFILE=yes
2281 DEFAULT_wxUSE_SOUND=yes
2282 DEFAULT_wxUSE_MEDIACTRL=no
2283 DEFAULT_wxUSE_DIRECTSHOW=no
2284 DEFAULT_wxUSE_INTL=yes
2285 DEFAULT_wxUSE_CONFIG=yes
2286 DEFAULT_wxUSE_FONTMAP=yes
2287 DEFAULT_wxUSE_STREAMS=yes
2288 DEFAULT_wxUSE_SOCKETS=yes
2289 DEFAULT_wxUSE_OLE=yes
2290 DEFAULT_wxUSE_DATAOBJ=yes
2291 DEFAULT_wxUSE_DIALUP_MANAGER=yes
2292 DEFAULT_wxUSE_JOYSTICK=yes
2293 DEFAULT_wxUSE_DYNLIB_CLASS=yes
2294 DEFAULT_wxUSE_DYNAMIC_LOADER=yes
2295 DEFAULT_wxUSE_LONGLONG=yes
2296 DEFAULT_wxUSE_GEOMETRY=yes
2297
2298 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
2299 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
2300 DEFAULT_wxUSE_POSTSCRIPT=yes
2301
2302 DEFAULT_wxUSE_CLIPBOARD=yes
2303 DEFAULT_wxUSE_TOOLTIPS=yes
2304 DEFAULT_wxUSE_DRAG_AND_DROP=yes
2305 DEFAULT_wxUSE_DRAGIMAGE=yes
2306 DEFAULT_wxUSE_SPLINES=yes
2307
2308 DEFAULT_wxUSE_MDI=yes
2309 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
2310 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
2311 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
2312
2313 DEFAULT_wxUSE_RESOURCES=no
2314 DEFAULT_wxUSE_CONSTRAINTS=yes
2315 DEFAULT_wxUSE_IPC=yes
2316 DEFAULT_wxUSE_HELP=yes
2317 DEFAULT_wxUSE_MS_HTML_HELP=yes
2318 DEFAULT_wxUSE_WXHTML_HELP=yes
2319 DEFAULT_wxUSE_TREELAYOUT=yes
2320 DEFAULT_wxUSE_METAFILE=yes
2321 DEFAULT_wxUSE_MIMETYPE=yes
2322 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
2323 DEFAULT_wxUSE_PROTOCOL=yes
2324 DEFAULT_wxUSE_PROTOCOL_HTTP=yes
2325 DEFAULT_wxUSE_PROTOCOL_FTP=yes
2326 DEFAULT_wxUSE_PROTOCOL_FILE=yes
2327 DEFAULT_wxUSE_URL=yes
2328
2329 DEFAULT_wxUSE_COMMONDLGS=yes
2330 DEFAULT_wxUSE_CHOICEDLG=yes
2331 DEFAULT_wxUSE_COLOURDLG=yes
2332 DEFAULT_wxUSE_DIRDLG=yes
2333 DEFAULT_wxUSE_FILEDLG=yes
2334 DEFAULT_wxUSE_FINDREPLDLG=yes
2335 DEFAULT_wxUSE_FONTDLG=yes
2336 DEFAULT_wxUSE_MSGDLG=yes
2337 DEFAULT_wxUSE_NUMBERDLG=yes
2338 DEFAULT_wxUSE_TEXTDLG=yes
2339 DEFAULT_wxUSE_SPLASH=yes
2340 DEFAULT_wxUSE_STARTUP_TIPS=yes
2341 DEFAULT_wxUSE_PROGRESSDLG=yes
2342 DEFAULT_wxUSE_WIZARDDLG=yes
2343
2344 DEFAULT_wxUSE_MENUS=yes
2345 DEFAULT_wxUSE_MINIFRAME=yes
2346 DEFAULT_wxUSE_HTML=yes
2347 DEFAULT_wxUSE_XRC=yes
2348 DEFAULT_wxUSE_WEBKIT=yes
2349 DEFAULT_wxUSE_FILESYSTEM=yes
2350 DEFAULT_wxUSE_FS_INET=yes
2351 DEFAULT_wxUSE_FS_ZIP=yes
2352 DEFAULT_wxUSE_BUSYINFO=yes
2353 DEFAULT_wxUSE_ARCHIVE_STREAMS=yes
2354 DEFAULT_wxUSE_ZIPSTREAM=yes
2355 DEFAULT_wxUSE_VALIDATORS=yes
2356
2357 DEFAULT_wxUSE_ACCEL=yes
2358 DEFAULT_wxUSE_BUTTON=yes
2359 DEFAULT_wxUSE_BMPBUTTON=yes
2360 DEFAULT_wxUSE_CALCTRL=yes
2361 DEFAULT_wxUSE_CARET=yes
2362 DEFAULT_wxUSE_CHECKBOX=yes
2363 DEFAULT_wxUSE_CHECKLST=yes
2364 DEFAULT_wxUSE_CHOICE=yes
2365 DEFAULT_wxUSE_CHOICEBOOK=yes
2366 DEFAULT_wxUSE_COMBOBOX=yes
2367 DEFAULT_wxUSE_DATEPICKCTRL=yes
2368 DEFAULT_wxUSE_DISPLAY=yes
2369 DEFAULT_wxUSE_GAUGE=yes
2370 DEFAULT_wxUSE_GRID=yes
2371 DEFAULT_wxUSE_IMAGLIST=yes
2372 DEFAULT_wxUSE_LISTBOOK=yes
2373 DEFAULT_wxUSE_LISTBOX=yes
2374 DEFAULT_wxUSE_LISTCTRL=yes
2375 DEFAULT_wxUSE_NOTEBOOK=yes
2376 DEFAULT_wxUSE_RADIOBOX=yes
2377 DEFAULT_wxUSE_RADIOBTN=yes
2378 DEFAULT_wxUSE_SASH=yes
2379 DEFAULT_wxUSE_SCROLLBAR=yes
2380 DEFAULT_wxUSE_SLIDER=yes
2381 DEFAULT_wxUSE_SPINBTN=yes
2382 DEFAULT_wxUSE_SPINCTRL=yes
2383 DEFAULT_wxUSE_SPLITTER=yes
2384 DEFAULT_wxUSE_STATBMP=yes
2385 DEFAULT_wxUSE_STATBOX=yes
2386 DEFAULT_wxUSE_STATLINE=yes
2387 DEFAULT_wxUSE_STATTEXT=yes
2388 DEFAULT_wxUSE_STATUSBAR=yes
2389 DEFAULT_wxUSE_TABDIALOG=no
2390 DEFAULT_wxUSE_TEXTCTRL=yes
2391 DEFAULT_wxUSE_TOGGLEBTN=yes
2392 DEFAULT_wxUSE_TOOLBAR=yes
2393 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
2394 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
2395 DEFAULT_wxUSE_TREECTRL=yes
2396 DEFAULT_wxUSE_POPUPWIN=yes
2397 DEFAULT_wxUSE_TIPWINDOW=yes
2398
2399 DEFAULT_wxUSE_UNICODE=no
2400 DEFAULT_wxUSE_UNICODE_MSLU=yes
2401 DEFAULT_wxUSE_WCSRTOMBS=no
2402
2403 DEFAULT_wxUSE_PALETTE=yes
2404 DEFAULT_wxUSE_IMAGE=yes
2405 DEFAULT_wxUSE_GIF=yes
2406 DEFAULT_wxUSE_PCX=yes
2407 DEFAULT_wxUSE_IFF=no
2408 DEFAULT_wxUSE_PNM=yes
2409 DEFAULT_wxUSE_XPM=yes
2410 DEFAULT_wxUSE_ICO_CUR=yes
2411 DEFAULT_wxUSE_ACCESSIBILITY=no
2412
2413 DEFAULT_wxUSE_MONOLITHIC=no
2414 DEFAULT_wxUSE_PLUGINS=no
2415 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2416
2417 DEFAULT_wxUSE_GTK2=yes
2418 fi
2419
2420
2421
2422 for toolkit in `echo $ALL_TOOLKITS`; do
2423 LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2424 if test "x$LINE" != "x" ; then
2425 has_toolkit_in_cache=1
2426 eval "DEFAULT_$LINE"
2427 eval "CACHE_$toolkit=1"
2428 fi
2429 done
2430
2431
2432
2433 enablestring=
2434 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2435 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2436 no_cache=0
2437 # Check whether --enable-gui or --disable-gui was given.
2438 if test "${enable_gui+set}" = set; then
2439 enableval="$enable_gui"
2440
2441 if test "$enableval" = yes; then
2442 ac_cv_use_gui='wxUSE_GUI=yes'
2443 else
2444 ac_cv_use_gui='wxUSE_GUI=no'
2445 fi
2446
2447 else
2448
2449 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2450 if test "x$LINE" != x ; then
2451 eval "DEFAULT_$LINE"
2452 else
2453 no_cache=1
2454 fi
2455
2456 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2457
2458 fi;
2459
2460 eval "$ac_cv_use_gui"
2461 if test "$no_cache" != 1; then
2462 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2463 fi
2464
2465 if test "$wxUSE_GUI" = yes; then
2466 echo "$as_me:$LINENO: result: yes" >&5
2467 echo "${ECHO_T}yes" >&6
2468 else
2469 echo "$as_me:$LINENO: result: no" >&5
2470 echo "${ECHO_T}no" >&6
2471 fi
2472
2473
2474 enablestring=
2475 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2476 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2477 no_cache=0
2478 # Check whether --enable-monolithic or --disable-monolithic was given.
2479 if test "${enable_monolithic+set}" = set; then
2480 enableval="$enable_monolithic"
2481
2482 if test "$enableval" = yes; then
2483 ac_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
2484 else
2485 ac_cv_use_monolithic='wxUSE_MONOLITHIC=no'
2486 fi
2487
2488 else
2489
2490 LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2491 if test "x$LINE" != x ; then
2492 eval "DEFAULT_$LINE"
2493 else
2494 no_cache=1
2495 fi
2496
2497 ac_cv_use_monolithic='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2498
2499 fi;
2500
2501 eval "$ac_cv_use_monolithic"
2502 if test "$no_cache" != 1; then
2503 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2504 fi
2505
2506 if test "$wxUSE_MONOLITHIC" = yes; then
2507 echo "$as_me:$LINENO: result: yes" >&5
2508 echo "${ECHO_T}yes" >&6
2509 else
2510 echo "$as_me:$LINENO: result: no" >&5
2511 echo "${ECHO_T}no" >&6
2512 fi
2513
2514
2515 enablestring=
2516 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
2517 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6
2518 no_cache=0
2519 # Check whether --enable-plugins or --disable-plugins was given.
2520 if test "${enable_plugins+set}" = set; then
2521 enableval="$enable_plugins"
2522
2523 if test "$enableval" = yes; then
2524 ac_cv_use_plugins='wxUSE_PLUGINS=yes'
2525 else
2526 ac_cv_use_plugins='wxUSE_PLUGINS=no'
2527 fi
2528
2529 else
2530
2531 LINE=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}`
2532 if test "x$LINE" != x ; then
2533 eval "DEFAULT_$LINE"
2534 else
2535 no_cache=1
2536 fi
2537
2538 ac_cv_use_plugins='wxUSE_PLUGINS='$DEFAULT_wxUSE_PLUGINS
2539
2540 fi;
2541
2542 eval "$ac_cv_use_plugins"
2543 if test "$no_cache" != 1; then
2544 echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp
2545 fi
2546
2547 if test "$wxUSE_PLUGINS" = yes; then
2548 echo "$as_me:$LINENO: result: yes" >&5
2549 echo "${ECHO_T}yes" >&6
2550 else
2551 echo "$as_me:$LINENO: result: no" >&5
2552 echo "${ECHO_T}no" >&6
2553 fi
2554
2555
2556 if test "$wxUSE_GUI" = "yes"; then
2557
2558
2559 enablestring=
2560 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2561 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2562 no_cache=0
2563 # Check whether --enable-universal or --disable-universal was given.
2564 if test "${enable_universal+set}" = set; then
2565 enableval="$enable_universal"
2566
2567 if test "$enableval" = yes; then
2568 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
2569 else
2570 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
2571 fi
2572
2573 else
2574
2575 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2576 if test "x$LINE" != x ; then
2577 eval "DEFAULT_$LINE"
2578 else
2579 no_cache=1
2580 fi
2581
2582 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2583
2584 fi;
2585
2586 eval "$ac_cv_use_universal"
2587 if test "$no_cache" != 1; then
2588 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2589 fi
2590
2591 if test "$wxUSE_UNIVERSAL" = yes; then
2592 echo "$as_me:$LINENO: result: yes" >&5
2593 echo "${ECHO_T}yes" >&6
2594 else
2595 echo "$as_me:$LINENO: result: no" >&5
2596 echo "${ECHO_T}no" >&6
2597 fi
2598
2599
2600 # Check whether --with-gtk or --without-gtk was given.
2601 if test "${with_gtk+set}" = set; then
2602 withval="$with_gtk"
2603 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
2604 fi;
2605
2606 # Check whether --with-motif or --without-motif was given.
2607 if test "${with_motif+set}" = set; then
2608 withval="$with_motif"
2609 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
2610 fi;
2611
2612 # Check whether --with-mac or --without-mac was given.
2613 if test "${with_mac+set}" = set; then
2614 withval="$with_mac"
2615 wxUSE_MAC="$withval" CACHE_MAC=1 TOOLKIT_GIVEN=1
2616 fi;
2617
2618 # Check whether --with-cocoa or --without-cocoa was given.
2619 if test "${with_cocoa+set}" = set; then
2620 withval="$with_cocoa"
2621 wxUSE_COCOA="$withval" CACHE_COCOA=1 TOOLKIT_GIVEN=1
2622 fi;
2623
2624 # Check whether --with-wine or --without-wine was given.
2625 if test "${with_wine+set}" = set; then
2626 withval="$with_wine"
2627 wxUSE_WINE="$withval" CACHE_WINE=1
2628 fi;
2629
2630 # Check whether --with-msw or --without-msw was given.
2631 if test "${with_msw+set}" = set; then
2632 withval="$with_msw"
2633 wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
2634 fi;
2635
2636 # Check whether --with-pm or --without-pm was given.
2637 if test "${with_pm+set}" = set; then
2638 withval="$with_pm"
2639 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
2640 fi;
2641
2642 # Check whether --with-mgl or --without-mgl was given.
2643 if test "${with_mgl+set}" = set; then
2644 withval="$with_mgl"
2645 wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
2646 fi;
2647
2648 # Check whether --with-microwin or --without-microwin was given.
2649 if test "${with_microwin+set}" = set; then
2650 withval="$with_microwin"
2651 wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
2652 fi;
2653
2654 # Check whether --with-x11 or --without-x11 was given.
2655 if test "${with_x11+set}" = set; then
2656 withval="$with_x11"
2657 wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
2658 fi;
2659
2660 enablestring=
2661 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2662 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2663 no_cache=0
2664 # Check whether --enable-nanox or --disable-nanox was given.
2665 if test "${enable_nanox+set}" = set; then
2666 enableval="$enable_nanox"
2667
2668 if test "$enableval" = yes; then
2669 ac_cv_use_nanox='wxUSE_NANOX=yes'
2670 else
2671 ac_cv_use_nanox='wxUSE_NANOX=no'
2672 fi
2673
2674 else
2675
2676 LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2677 if test "x$LINE" != x ; then
2678 eval "DEFAULT_$LINE"
2679 else
2680 no_cache=1
2681 fi
2682
2683 ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2684
2685 fi;
2686
2687 eval "$ac_cv_use_nanox"
2688 if test "$no_cache" != 1; then
2689 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2690 fi
2691
2692 if test "$wxUSE_NANOX" = yes; then
2693 echo "$as_me:$LINENO: result: yes" >&5
2694 echo "${ECHO_T}yes" >&6
2695 else
2696 echo "$as_me:$LINENO: result: no" >&5
2697 echo "${ECHO_T}no" >&6
2698 fi
2699
2700
2701
2702 enablestring=
2703 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gtk2" >&5
2704 echo $ECHO_N "checking for --${enablestring:-enable}-gtk2... $ECHO_C" >&6
2705 no_cache=0
2706 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2707 if test "${enable_gtk2+set}" = set; then
2708 enableval="$enable_gtk2"
2709
2710 if test "$enableval" = yes; then
2711 ac_cv_use_gtk2='wxUSE_GTK2=yes'
2712 else
2713 ac_cv_use_gtk2='wxUSE_GTK2=no'
2714 fi
2715
2716 else
2717
2718 LINE=`grep "wxUSE_GTK2" ${wx_arg_cache_file}`
2719 if test "x$LINE" != x ; then
2720 eval "DEFAULT_$LINE"
2721 else
2722 no_cache=1
2723 fi
2724
2725 ac_cv_use_gtk2='wxUSE_GTK2='$DEFAULT_wxUSE_GTK2
2726
2727 fi;
2728
2729 eval "$ac_cv_use_gtk2"
2730 if test "$no_cache" != 1; then
2731 echo $ac_cv_use_gtk2 >> ${wx_arg_cache_file}.tmp
2732 fi
2733
2734 if test "$wxUSE_GTK2" = yes; then
2735 echo "$as_me:$LINENO: result: yes" >&5
2736 echo "${ECHO_T}yes" >&6
2737 else
2738 echo "$as_me:$LINENO: result: no" >&5
2739 echo "${ECHO_T}no" >&6
2740 fi
2741
2742
2743 enablestring=
2744 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
2745 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6
2746 no_cache=0
2747 # Check whether --enable-gpe or --disable-gpe was given.
2748 if test "${enable_gpe+set}" = set; then
2749 enableval="$enable_gpe"
2750
2751 if test "$enableval" = yes; then
2752 ac_cv_use_gpe='wxUSE_GPE=yes'
2753 else
2754 ac_cv_use_gpe='wxUSE_GPE=no'
2755 fi
2756
2757 else
2758
2759 LINE=`grep "wxUSE_GPE" ${wx_arg_cache_file}`
2760 if test "x$LINE" != x ; then
2761 eval "DEFAULT_$LINE"
2762 else
2763 no_cache=1
2764 fi
2765
2766 ac_cv_use_gpe='wxUSE_GPE='$DEFAULT_wxUSE_GPE
2767
2768 fi;
2769
2770 eval "$ac_cv_use_gpe"
2771 if test "$no_cache" != 1; then
2772 echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp
2773 fi
2774
2775 if test "$wxUSE_GPE" = yes; then
2776 echo "$as_me:$LINENO: result: yes" >&5
2777 echo "${ECHO_T}yes" >&6
2778 else
2779 echo "$as_me:$LINENO: result: no" >&5
2780 echo "${ECHO_T}no" >&6
2781 fi
2782
2783
2784
2785 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2786 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2787 no_cache=0
2788
2789 # Check whether --with-libpng or --without-libpng was given.
2790 if test "${with_libpng+set}" = set; then
2791 withval="$with_libpng"
2792
2793 if test "$withval" = yes; then
2794 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
2795 elif test "$withval" = no; then
2796 ac_cv_use_libpng='wxUSE_LIBPNG=no'
2797 elif test "$withval" = sys; then
2798 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
2799 elif test "$withval" = builtin; then
2800 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
2801 else
2802 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2803 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2804 { (exit 1); exit 1; }; }
2805 fi
2806
2807 else
2808
2809 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2810 if test "x$LINE" != x ; then
2811 eval "DEFAULT_$LINE"
2812 else
2813 no_cache=1
2814 fi
2815
2816 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2817
2818 fi;
2819
2820 eval "$ac_cv_use_libpng"
2821 if test "$no_cache" != 1; then
2822 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2823 fi
2824
2825 if test "$wxUSE_LIBPNG" = yes; then
2826 echo "$as_me:$LINENO: result: yes" >&5
2827 echo "${ECHO_T}yes" >&6
2828 elif test "$wxUSE_LIBPNG" = no; then
2829 echo "$as_me:$LINENO: result: no" >&5
2830 echo "${ECHO_T}no" >&6
2831 elif test "$wxUSE_LIBPNG" = sys; then
2832 echo "$as_me:$LINENO: result: system version" >&5
2833 echo "${ECHO_T}system version" >&6
2834 elif test "$wxUSE_LIBPNG" = builtin; then
2835 echo "$as_me:$LINENO: result: builtin version" >&5
2836 echo "${ECHO_T}builtin version" >&6
2837 else
2838 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2839 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2840 { (exit 1); exit 1; }; }
2841 fi
2842
2843
2844 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2845 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2846 no_cache=0
2847
2848 # Check whether --with-libjpeg or --without-libjpeg was given.
2849 if test "${with_libjpeg+set}" = set; then
2850 withval="$with_libjpeg"
2851
2852 if test "$withval" = yes; then
2853 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
2854 elif test "$withval" = no; then
2855 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
2856 elif test "$withval" = sys; then
2857 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
2858 elif test "$withval" = builtin; then
2859 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
2860 else
2861 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2862 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2863 { (exit 1); exit 1; }; }
2864 fi
2865
2866 else
2867
2868 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2869 if test "x$LINE" != x ; then
2870 eval "DEFAULT_$LINE"
2871 else
2872 no_cache=1
2873 fi
2874
2875 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2876
2877 fi;
2878
2879 eval "$ac_cv_use_libjpeg"
2880 if test "$no_cache" != 1; then
2881 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2882 fi
2883
2884 if test "$wxUSE_LIBJPEG" = yes; then
2885 echo "$as_me:$LINENO: result: yes" >&5
2886 echo "${ECHO_T}yes" >&6
2887 elif test "$wxUSE_LIBJPEG" = no; then
2888 echo "$as_me:$LINENO: result: no" >&5
2889 echo "${ECHO_T}no" >&6
2890 elif test "$wxUSE_LIBJPEG" = sys; then
2891 echo "$as_me:$LINENO: result: system version" >&5
2892 echo "${ECHO_T}system version" >&6
2893 elif test "$wxUSE_LIBJPEG" = builtin; then
2894 echo "$as_me:$LINENO: result: builtin version" >&5
2895 echo "${ECHO_T}builtin version" >&6
2896 else
2897 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2898 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2899 { (exit 1); exit 1; }; }
2900 fi
2901
2902
2903 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2904 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2905 no_cache=0
2906
2907 # Check whether --with-libtiff or --without-libtiff was given.
2908 if test "${with_libtiff+set}" = set; then
2909 withval="$with_libtiff"
2910
2911 if test "$withval" = yes; then
2912 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
2913 elif test "$withval" = no; then
2914 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
2915 elif test "$withval" = sys; then
2916 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
2917 elif test "$withval" = builtin; then
2918 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
2919 else
2920 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2921 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2922 { (exit 1); exit 1; }; }
2923 fi
2924
2925 else
2926
2927 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2928 if test "x$LINE" != x ; then
2929 eval "DEFAULT_$LINE"
2930 else
2931 no_cache=1
2932 fi
2933
2934 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2935
2936 fi;
2937
2938 eval "$ac_cv_use_libtiff"
2939 if test "$no_cache" != 1; then
2940 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2941 fi
2942
2943 if test "$wxUSE_LIBTIFF" = yes; then
2944 echo "$as_me:$LINENO: result: yes" >&5
2945 echo "${ECHO_T}yes" >&6
2946 elif test "$wxUSE_LIBTIFF" = no; then
2947 echo "$as_me:$LINENO: result: no" >&5
2948 echo "${ECHO_T}no" >&6
2949 elif test "$wxUSE_LIBTIFF" = sys; then
2950 echo "$as_me:$LINENO: result: system version" >&5
2951 echo "${ECHO_T}system version" >&6
2952 elif test "$wxUSE_LIBTIFF" = builtin; then
2953 echo "$as_me:$LINENO: result: builtin version" >&5
2954 echo "${ECHO_T}builtin version" >&6
2955 else
2956 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2957 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2958 { (exit 1); exit 1; }; }
2959 fi
2960
2961
2962 echo "$as_me:$LINENO: checking for --with-libxpm" >&5
2963 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6
2964 no_cache=0
2965
2966 # Check whether --with-libxpm or --without-libxpm was given.
2967 if test "${with_libxpm+set}" = set; then
2968 withval="$with_libxpm"
2969
2970 if test "$withval" = yes; then
2971 ac_cv_use_libxpm='wxUSE_LIBXPM=yes'
2972 elif test "$withval" = no; then
2973 ac_cv_use_libxpm='wxUSE_LIBXPM=no'
2974 elif test "$withval" = sys; then
2975 ac_cv_use_libxpm='wxUSE_LIBXPM=sys'
2976 elif test "$withval" = builtin; then
2977 ac_cv_use_libxpm='wxUSE_LIBXPM=builtin'
2978 else
2979 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2980 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2981 { (exit 1); exit 1; }; }
2982 fi
2983
2984 else
2985
2986 LINE=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}`
2987 if test "x$LINE" != x ; then
2988 eval "DEFAULT_$LINE"
2989 else
2990 no_cache=1
2991 fi
2992
2993 ac_cv_use_libxpm='wxUSE_LIBXPM='$DEFAULT_wxUSE_LIBXPM
2994
2995 fi;
2996
2997 eval "$ac_cv_use_libxpm"
2998 if test "$no_cache" != 1; then
2999 echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp
3000 fi
3001
3002 if test "$wxUSE_LIBXPM" = yes; then
3003 echo "$as_me:$LINENO: result: yes" >&5
3004 echo "${ECHO_T}yes" >&6
3005 elif test "$wxUSE_LIBXPM" = no; then
3006 echo "$as_me:$LINENO: result: no" >&5
3007 echo "${ECHO_T}no" >&6
3008 elif test "$wxUSE_LIBXPM" = sys; then
3009 echo "$as_me:$LINENO: result: system version" >&5
3010 echo "${ECHO_T}system version" >&6
3011 elif test "$wxUSE_LIBXPM" = builtin; then
3012 echo "$as_me:$LINENO: result: builtin version" >&5
3013 echo "${ECHO_T}builtin version" >&6
3014 else
3015 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3016 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3017 { (exit 1); exit 1; }; }
3018 fi
3019
3020
3021 echo "$as_me:$LINENO: checking for --with-libmspack" >&5
3022 echo $ECHO_N "checking for --with-libmspack... $ECHO_C" >&6
3023 no_cache=0
3024
3025 # Check whether --with-libmspack or --without-libmspack was given.
3026 if test "${with_libmspack+set}" = set; then
3027 withval="$with_libmspack"
3028
3029 if test "$withval" = yes; then
3030 ac_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
3031 else
3032 ac_cv_use_libmspack='wxUSE_LIBMSPACK=no'
3033 fi
3034
3035 else
3036
3037 LINE=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}`
3038 if test "x$LINE" != x ; then
3039 eval "DEFAULT_$LINE"
3040 else
3041 no_cache=1
3042 fi
3043
3044 ac_cv_use_libmspack='wxUSE_LIBMSPACK='$DEFAULT_wxUSE_LIBMSPACK
3045
3046 fi;
3047
3048 eval "$ac_cv_use_libmspack"
3049 if test "$no_cache" != 1; then
3050 echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp
3051 fi
3052
3053 if test "$wxUSE_LIBMSPACK" = yes; then
3054 echo "$as_me:$LINENO: result: yes" >&5
3055 echo "${ECHO_T}yes" >&6
3056 else
3057 echo "$as_me:$LINENO: result: no" >&5
3058 echo "${ECHO_T}no" >&6
3059 fi
3060
3061
3062 echo "$as_me:$LINENO: checking for --with-sdl" >&5
3063 echo $ECHO_N "checking for --with-sdl... $ECHO_C" >&6
3064 no_cache=0
3065
3066 # Check whether --with-sdl or --without-sdl was given.
3067 if test "${with_sdl+set}" = set; then
3068 withval="$with_sdl"
3069
3070 if test "$withval" = yes; then
3071 ac_cv_use_sdl='wxUSE_LIBSDL=yes'
3072 else
3073 ac_cv_use_sdl='wxUSE_LIBSDL=no'
3074 fi
3075
3076 else
3077
3078 LINE=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}`
3079 if test "x$LINE" != x ; then
3080 eval "DEFAULT_$LINE"
3081 else
3082 no_cache=1
3083 fi
3084
3085 ac_cv_use_sdl='wxUSE_LIBSDL='$DEFAULT_wxUSE_LIBSDL
3086
3087 fi;
3088
3089 eval "$ac_cv_use_sdl"
3090 if test "$no_cache" != 1; then
3091 echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp
3092 fi
3093
3094 if test "$wxUSE_LIBSDL" = yes; then
3095 echo "$as_me:$LINENO: result: yes" >&5
3096 echo "${ECHO_T}yes" >&6
3097 else
3098 echo "$as_me:$LINENO: result: no" >&5
3099 echo "${ECHO_T}no" >&6
3100 fi
3101
3102
3103 echo "$as_me:$LINENO: checking for --with-gnomeprint" >&5
3104 echo $ECHO_N "checking for --with-gnomeprint... $ECHO_C" >&6
3105 no_cache=0
3106
3107 # Check whether --with-gnomeprint or --without-gnomeprint was given.
3108 if test "${with_gnomeprint+set}" = set; then
3109 withval="$with_gnomeprint"
3110
3111 if test "$withval" = yes; then
3112 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes'
3113 else
3114 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no'
3115 fi
3116
3117 else
3118
3119 LINE=`grep "wxUSE_LIBGNOMEPRINT" ${wx_arg_cache_file}`
3120 if test "x$LINE" != x ; then
3121 eval "DEFAULT_$LINE"
3122 else
3123 no_cache=1
3124 fi
3125
3126 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT='$DEFAULT_wxUSE_LIBGNOMEPRINT
3127
3128 fi;
3129
3130 eval "$ac_cv_use_gnomeprint"
3131 if test "$no_cache" != 1; then
3132 echo $ac_cv_use_gnomeprint >> ${wx_arg_cache_file}.tmp
3133 fi
3134
3135 if test "$wxUSE_LIBGNOMEPRINT" = yes; then
3136 echo "$as_me:$LINENO: result: yes" >&5
3137 echo "${ECHO_T}yes" >&6
3138 else
3139 echo "$as_me:$LINENO: result: no" >&5
3140 echo "${ECHO_T}no" >&6
3141 fi
3142
3143
3144 echo "$as_me:$LINENO: checking for --with-opengl" >&5
3145 echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6
3146 no_cache=0
3147
3148 # Check whether --with-opengl or --without-opengl was given.
3149 if test "${with_opengl+set}" = set; then
3150 withval="$with_opengl"
3151
3152 if test "$withval" = yes; then
3153 ac_cv_use_opengl='wxUSE_OPENGL=yes'
3154 else
3155 ac_cv_use_opengl='wxUSE_OPENGL=no'
3156 fi
3157
3158 else
3159
3160 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
3161 if test "x$LINE" != x ; then
3162 eval "DEFAULT_$LINE"
3163 else
3164 no_cache=1
3165 fi
3166
3167 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
3168
3169 fi;
3170
3171 eval "$ac_cv_use_opengl"
3172 if test "$no_cache" != 1; then
3173 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
3174 fi
3175
3176 if test "$wxUSE_OPENGL" = yes; then
3177 echo "$as_me:$LINENO: result: yes" >&5
3178 echo "${ECHO_T}yes" >&6
3179 else
3180 echo "$as_me:$LINENO: result: no" >&5
3181 echo "${ECHO_T}no" >&6
3182 fi
3183
3184
3185 fi
3186
3187
3188 echo "$as_me:$LINENO: checking for --with-dmalloc" >&5
3189 echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6
3190 no_cache=0
3191
3192 # Check whether --with-dmalloc or --without-dmalloc was given.
3193 if test "${with_dmalloc+set}" = set; then
3194 withval="$with_dmalloc"
3195
3196 if test "$withval" = yes; then
3197 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
3198 else
3199 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
3200 fi
3201
3202 else
3203
3204 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
3205 if test "x$LINE" != x ; then
3206 eval "DEFAULT_$LINE"
3207 else
3208 no_cache=1
3209 fi
3210
3211 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
3212
3213 fi;
3214
3215 eval "$ac_cv_use_dmalloc"
3216 if test "$no_cache" != 1; then
3217 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
3218 fi
3219
3220 if test "$wxUSE_DMALLOC" = yes; then
3221 echo "$as_me:$LINENO: result: yes" >&5
3222 echo "${ECHO_T}yes" >&6
3223 else
3224 echo "$as_me:$LINENO: result: no" >&5
3225 echo "${ECHO_T}no" >&6
3226 fi
3227
3228
3229 echo "$as_me:$LINENO: checking for --with-regex" >&5
3230 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3231 no_cache=0
3232
3233 # Check whether --with-regex or --without-regex was given.
3234 if test "${with_regex+set}" = set; then
3235 withval="$with_regex"
3236
3237 if test "$withval" = yes; then
3238 ac_cv_use_regex='wxUSE_REGEX=yes'
3239 elif test "$withval" = no; then
3240 ac_cv_use_regex='wxUSE_REGEX=no'
3241 elif test "$withval" = sys; then
3242 ac_cv_use_regex='wxUSE_REGEX=sys'
3243 elif test "$withval" = builtin; then
3244 ac_cv_use_regex='wxUSE_REGEX=builtin'
3245 else
3246 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3247 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3248 { (exit 1); exit 1; }; }
3249 fi
3250
3251 else
3252
3253 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
3254 if test "x$LINE" != x ; then
3255 eval "DEFAULT_$LINE"
3256 else
3257 no_cache=1
3258 fi
3259
3260 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
3261
3262 fi;
3263
3264 eval "$ac_cv_use_regex"
3265 if test "$no_cache" != 1; then
3266 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
3267 fi
3268
3269 if test "$wxUSE_REGEX" = yes; then
3270 echo "$as_me:$LINENO: result: yes" >&5
3271 echo "${ECHO_T}yes" >&6
3272 elif test "$wxUSE_REGEX" = no; then
3273 echo "$as_me:$LINENO: result: no" >&5
3274 echo "${ECHO_T}no" >&6
3275 elif test "$wxUSE_REGEX" = sys; then
3276 echo "$as_me:$LINENO: result: system version" >&5
3277 echo "${ECHO_T}system version" >&6
3278 elif test "$wxUSE_REGEX" = builtin; then
3279 echo "$as_me:$LINENO: result: builtin version" >&5
3280 echo "${ECHO_T}builtin version" >&6
3281 else
3282 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3283 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3284 { (exit 1); exit 1; }; }
3285 fi
3286
3287
3288 echo "$as_me:$LINENO: checking for --with-zlib" >&5
3289 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
3290 no_cache=0
3291
3292 # Check whether --with-zlib or --without-zlib was given.
3293 if test "${with_zlib+set}" = set; then
3294 withval="$with_zlib"
3295
3296 if test "$withval" = yes; then
3297 ac_cv_use_zlib='wxUSE_ZLIB=yes'
3298 elif test "$withval" = no; then
3299 ac_cv_use_zlib='wxUSE_ZLIB=no'
3300 elif test "$withval" = sys; then
3301 ac_cv_use_zlib='wxUSE_ZLIB=sys'
3302 elif test "$withval" = builtin; then
3303 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
3304 else
3305 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3306 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3307 { (exit 1); exit 1; }; }
3308 fi
3309
3310 else
3311
3312 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
3313 if test "x$LINE" != x ; then
3314 eval "DEFAULT_$LINE"
3315 else
3316 no_cache=1
3317 fi
3318
3319 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
3320
3321 fi;
3322
3323 eval "$ac_cv_use_zlib"
3324 if test "$no_cache" != 1; then
3325 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
3326 fi
3327
3328 if test "$wxUSE_ZLIB" = yes; then
3329 echo "$as_me:$LINENO: result: yes" >&5
3330 echo "${ECHO_T}yes" >&6
3331 elif test "$wxUSE_ZLIB" = no; then
3332 echo "$as_me:$LINENO: result: no" >&5
3333 echo "${ECHO_T}no" >&6
3334 elif test "$wxUSE_ZLIB" = sys; then
3335 echo "$as_me:$LINENO: result: system version" >&5
3336 echo "${ECHO_T}system version" >&6
3337 elif test "$wxUSE_ZLIB" = builtin; then
3338 echo "$as_me:$LINENO: result: builtin version" >&5
3339 echo "${ECHO_T}builtin version" >&6
3340 else
3341 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3342 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3343 { (exit 1); exit 1; }; }
3344 fi
3345
3346
3347 echo "$as_me:$LINENO: checking for --with-odbc" >&5
3348 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
3349 no_cache=0
3350
3351 # Check whether --with-odbc or --without-odbc was given.
3352 if test "${with_odbc+set}" = set; then
3353 withval="$with_odbc"
3354
3355 if test "$withval" = yes; then
3356 ac_cv_use_odbc='wxUSE_ODBC=yes'
3357 elif test "$withval" = no; then
3358 ac_cv_use_odbc='wxUSE_ODBC=no'
3359 elif test "$withval" = sys; then
3360 ac_cv_use_odbc='wxUSE_ODBC=sys'
3361 elif test "$withval" = builtin; then
3362 ac_cv_use_odbc='wxUSE_ODBC=builtin'
3363 else
3364 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3365 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3366 { (exit 1); exit 1; }; }
3367 fi
3368
3369 else
3370
3371 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3372 if test "x$LINE" != x ; then
3373 eval "DEFAULT_$LINE"
3374 else
3375 no_cache=1
3376 fi
3377
3378 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
3379
3380 fi;
3381
3382 eval "$ac_cv_use_odbc"
3383 if test "$no_cache" != 1; then
3384 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3385 fi
3386
3387 if test "$wxUSE_ODBC" = yes; then
3388 echo "$as_me:$LINENO: result: yes" >&5
3389 echo "${ECHO_T}yes" >&6
3390 elif test "$wxUSE_ODBC" = no; then
3391 echo "$as_me:$LINENO: result: no" >&5
3392 echo "${ECHO_T}no" >&6
3393 elif test "$wxUSE_ODBC" = sys; then
3394 echo "$as_me:$LINENO: result: system version" >&5
3395 echo "${ECHO_T}system version" >&6
3396 elif test "$wxUSE_ODBC" = builtin; then
3397 echo "$as_me:$LINENO: result: builtin version" >&5
3398 echo "${ECHO_T}builtin version" >&6
3399 else
3400 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3401 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3402 { (exit 1); exit 1; }; }
3403 fi
3404
3405
3406 echo "$as_me:$LINENO: checking for --with-expat" >&5
3407 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3408 no_cache=0
3409
3410 # Check whether --with-expat or --without-expat was given.
3411 if test "${with_expat+set}" = set; then
3412 withval="$with_expat"
3413
3414 if test "$withval" = yes; then
3415 ac_cv_use_expat='wxUSE_EXPAT=yes'
3416 elif test "$withval" = no; then
3417 ac_cv_use_expat='wxUSE_EXPAT=no'
3418 elif test "$withval" = sys; then
3419 ac_cv_use_expat='wxUSE_EXPAT=sys'
3420 elif test "$withval" = builtin; then
3421 ac_cv_use_expat='wxUSE_EXPAT=builtin'
3422 else
3423 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3424 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3425 { (exit 1); exit 1; }; }
3426 fi
3427
3428 else
3429
3430 LINE=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3431 if test "x$LINE" != x ; then
3432 eval "DEFAULT_$LINE"
3433 else
3434 no_cache=1
3435 fi
3436
3437 ac_cv_use_expat='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3438
3439 fi;
3440
3441 eval "$ac_cv_use_expat"
3442 if test "$no_cache" != 1; then
3443 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3444 fi
3445
3446 if test "$wxUSE_EXPAT" = yes; then
3447 echo "$as_me:$LINENO: result: yes" >&5
3448 echo "${ECHO_T}yes" >&6
3449 elif test "$wxUSE_EXPAT" = no; then
3450 echo "$as_me:$LINENO: result: no" >&5
3451 echo "${ECHO_T}no" >&6
3452 elif test "$wxUSE_EXPAT" = sys; then
3453 echo "$as_me:$LINENO: result: system version" >&5
3454 echo "${ECHO_T}system version" >&6
3455 elif test "$wxUSE_EXPAT" = builtin; then
3456 echo "$as_me:$LINENO: result: builtin version" >&5
3457 echo "${ECHO_T}builtin version" >&6
3458 else
3459 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3460 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3461 { (exit 1); exit 1; }; }
3462 fi
3463
3464
3465
3466
3467 enablestring=
3468 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3469 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3470 no_cache=0
3471 # Check whether --enable-shared or --disable-shared was given.
3472 if test "${enable_shared+set}" = set; then
3473 enableval="$enable_shared"
3474
3475 if test "$enableval" = yes; then
3476 ac_cv_use_shared='wxUSE_SHARED=yes'
3477 else
3478 ac_cv_use_shared='wxUSE_SHARED=no'
3479 fi
3480
3481 else
3482
3483 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3484 if test "x$LINE" != x ; then
3485 eval "DEFAULT_$LINE"
3486 else
3487 no_cache=1
3488 fi
3489
3490 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3491
3492 fi;
3493
3494 eval "$ac_cv_use_shared"
3495 if test "$no_cache" != 1; then
3496 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3497 fi
3498
3499 if test "$wxUSE_SHARED" = yes; then
3500 echo "$as_me:$LINENO: result: yes" >&5
3501 echo "${ECHO_T}yes" >&6
3502 else
3503 echo "$as_me:$LINENO: result: no" >&5
3504 echo "${ECHO_T}no" >&6
3505 fi
3506
3507
3508 enablestring=
3509 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3510 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3511 no_cache=0
3512 # Check whether --enable-optimise or --disable-optimise was given.
3513 if test "${enable_optimise+set}" = set; then
3514 enableval="$enable_optimise"
3515
3516 if test "$enableval" = yes; then
3517 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
3518 else
3519 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
3520 fi
3521
3522 else
3523
3524 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3525 if test "x$LINE" != x ; then
3526 eval "DEFAULT_$LINE"
3527 else
3528 no_cache=1
3529 fi
3530
3531 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3532
3533 fi;
3534
3535 eval "$ac_cv_use_optimise"
3536 if test "$no_cache" != 1; then
3537 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3538 fi
3539
3540 if test "$wxUSE_OPTIMISE" = yes; then
3541 echo "$as_me:$LINENO: result: yes" >&5
3542 echo "${ECHO_T}yes" >&6
3543 else
3544 echo "$as_me:$LINENO: result: no" >&5
3545 echo "${ECHO_T}no" >&6
3546 fi
3547
3548
3549 enablestring=
3550 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3551 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3552 no_cache=0
3553 # Check whether --enable-debug or --disable-debug was given.
3554 if test "${enable_debug+set}" = set; then
3555 enableval="$enable_debug"
3556
3557 if test "$enableval" = yes; then
3558 ac_cv_use_debug='wxUSE_DEBUG=yes'
3559 else
3560 ac_cv_use_debug='wxUSE_DEBUG=no'
3561 fi
3562
3563 else
3564
3565 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3566 if test "x$LINE" != x ; then
3567 eval "DEFAULT_$LINE"
3568 else
3569 no_cache=1
3570 fi
3571
3572 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3573
3574 fi;
3575
3576 eval "$ac_cv_use_debug"
3577 if test "$no_cache" != 1; then
3578 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3579 fi
3580
3581 if test "$wxUSE_DEBUG" = yes; then
3582 echo "$as_me:$LINENO: result: yes" >&5
3583 echo "${ECHO_T}yes" >&6
3584 else
3585 echo "$as_me:$LINENO: result: no" >&5
3586 echo "${ECHO_T}no" >&6
3587 fi
3588
3589
3590 enablestring=
3591 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3592 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3593 no_cache=0
3594 # Check whether --enable-stl or --disable-stl was given.
3595 if test "${enable_stl+set}" = set; then
3596 enableval="$enable_stl"
3597
3598 if test "$enableval" = yes; then
3599 ac_cv_use_stl='wxUSE_STL=yes'
3600 else
3601 ac_cv_use_stl='wxUSE_STL=no'
3602 fi
3603
3604 else
3605
3606 LINE=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3607 if test "x$LINE" != x ; then
3608 eval "DEFAULT_$LINE"
3609 else
3610 no_cache=1
3611 fi
3612
3613 ac_cv_use_stl='wxUSE_STL='$DEFAULT_wxUSE_STL
3614
3615 fi;
3616
3617 eval "$ac_cv_use_stl"
3618 if test "$no_cache" != 1; then
3619 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3620 fi
3621
3622 if test "$wxUSE_STL" = yes; then
3623 echo "$as_me:$LINENO: result: yes" >&5
3624 echo "${ECHO_T}yes" >&6
3625 else
3626 echo "$as_me:$LINENO: result: no" >&5
3627 echo "${ECHO_T}no" >&6
3628 fi
3629
3630 if test "$USE_OS2" = "1"; then
3631 DEFAULT_wxUSE_OMF=no
3632
3633 enablestring=
3634 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
3635 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6
3636 no_cache=0
3637 # Check whether --enable-omf or --disable-omf was given.
3638 if test "${enable_omf+set}" = set; then
3639 enableval="$enable_omf"
3640
3641 if test "$enableval" = yes; then
3642 ac_cv_use_omf='wxUSE_OMF=yes'
3643 else
3644 ac_cv_use_omf='wxUSE_OMF=no'
3645 fi
3646
3647 else
3648
3649 LINE=`grep "wxUSE_OMF" ${wx_arg_cache_file}`
3650 if test "x$LINE" != x ; then
3651 eval "DEFAULT_$LINE"
3652 else
3653 no_cache=1
3654 fi
3655
3656 ac_cv_use_omf='wxUSE_OMF='$DEFAULT_wxUSE_OMF
3657
3658 fi;
3659
3660 eval "$ac_cv_use_omf"
3661 if test "$no_cache" != 1; then
3662 echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp
3663 fi
3664
3665 if test "$wxUSE_OMF" = yes; then
3666 echo "$as_me:$LINENO: result: yes" >&5
3667 echo "${ECHO_T}yes" >&6
3668 else
3669 echo "$as_me:$LINENO: result: no" >&5
3670 echo "${ECHO_T}no" >&6
3671 fi
3672
3673 fi
3674
3675 if test "$wxUSE_DEBUG" = "yes"; then
3676 DEFAULT_wxUSE_DEBUG_FLAG=yes
3677 DEFAULT_wxUSE_DEBUG_INFO=yes
3678 BUILD=debug
3679 elif test "$wxUSE_DEBUG" = "no"; then
3680 DEFAULT_wxUSE_DEBUG_FLAG=no
3681 DEFAULT_wxUSE_DEBUG_INFO=no
3682 BUILD=release
3683 fi
3684
3685
3686 enablestring=
3687 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3688 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3689 no_cache=0
3690 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3691 if test "${enable_debug_flag+set}" = set; then
3692 enableval="$enable_debug_flag"
3693
3694 if test "$enableval" = yes; then
3695 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
3696 else
3697 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
3698 fi
3699
3700 else
3701
3702 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3703 if test "x$LINE" != x ; then
3704 eval "DEFAULT_$LINE"
3705 else
3706 no_cache=1
3707 fi
3708
3709 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
3710
3711 fi;
3712
3713 eval "$ac_cv_use_debug_flag"
3714 if test "$no_cache" != 1; then
3715 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3716 fi
3717
3718 if test "$wxUSE_DEBUG_FLAG" = yes; then
3719 echo "$as_me:$LINENO: result: yes" >&5
3720 echo "${ECHO_T}yes" >&6
3721 else
3722 echo "$as_me:$LINENO: result: no" >&5
3723 echo "${ECHO_T}no" >&6
3724 fi
3725
3726
3727 enablestring=
3728 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3729 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3730 no_cache=0
3731 # Check whether --enable-debug_info or --disable-debug_info was given.
3732 if test "${enable_debug_info+set}" = set; then
3733 enableval="$enable_debug_info"
3734
3735 if test "$enableval" = yes; then
3736 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
3737 else
3738 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
3739 fi
3740
3741 else
3742
3743 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3744 if test "x$LINE" != x ; then
3745 eval "DEFAULT_$LINE"
3746 else
3747 no_cache=1
3748 fi
3749
3750 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
3751
3752 fi;
3753
3754 eval "$ac_cv_use_debug_info"
3755 if test "$no_cache" != 1; then
3756 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3757 fi
3758
3759 if test "$wxUSE_DEBUG_INFO" = yes; then
3760 echo "$as_me:$LINENO: result: yes" >&5
3761 echo "${ECHO_T}yes" >&6
3762 else
3763 echo "$as_me:$LINENO: result: no" >&5
3764 echo "${ECHO_T}no" >&6
3765 fi
3766
3767
3768 enablestring=
3769 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3770 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3771 no_cache=0
3772 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3773 if test "${enable_debug_gdb+set}" = set; then
3774 enableval="$enable_debug_gdb"
3775
3776 if test "$enableval" = yes; then
3777 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
3778 else
3779 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
3780 fi
3781
3782 else
3783
3784 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3785 if test "x$LINE" != x ; then
3786 eval "DEFAULT_$LINE"
3787 else
3788 no_cache=1
3789 fi
3790
3791 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
3792
3793 fi;
3794
3795 eval "$ac_cv_use_debug_gdb"
3796 if test "$no_cache" != 1; then
3797 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3798 fi
3799
3800 if test "$wxUSE_DEBUG_GDB" = yes; then
3801 echo "$as_me:$LINENO: result: yes" >&5
3802 echo "${ECHO_T}yes" >&6
3803 else
3804 echo "$as_me:$LINENO: result: no" >&5
3805 echo "${ECHO_T}no" >&6
3806 fi
3807
3808
3809 enablestring=
3810 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3811 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3812 no_cache=0
3813 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3814 if test "${enable_debug_cntxt+set}" = set; then
3815 enableval="$enable_debug_cntxt"
3816
3817 if test "$enableval" = yes; then
3818 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
3819 else
3820 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
3821 fi
3822
3823 else
3824
3825 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3826 if test "x$LINE" != x ; then
3827 eval "DEFAULT_$LINE"
3828 else
3829 no_cache=1
3830 fi
3831
3832 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
3833
3834 fi;
3835
3836 eval "$ac_cv_use_debug_cntxt"
3837 if test "$no_cache" != 1; then
3838 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3839 fi
3840
3841 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3842 echo "$as_me:$LINENO: result: yes" >&5
3843 echo "${ECHO_T}yes" >&6
3844 else
3845 echo "$as_me:$LINENO: result: no" >&5
3846 echo "${ECHO_T}no" >&6
3847 fi
3848
3849
3850 enablestring=
3851 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3852 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3853 no_cache=0
3854 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3855 if test "${enable_mem_tracing+set}" = set; then
3856 enableval="$enable_mem_tracing"
3857
3858 if test "$enableval" = yes; then
3859 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
3860 else
3861 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
3862 fi
3863
3864 else
3865
3866 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3867 if test "x$LINE" != x ; then
3868 eval "DEFAULT_$LINE"
3869 else
3870 no_cache=1
3871 fi
3872
3873 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
3874
3875 fi;
3876
3877 eval "$ac_cv_use_mem_tracing"
3878 if test "$no_cache" != 1; then
3879 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3880 fi
3881
3882 if test "$wxUSE_MEM_TRACING" = yes; then
3883 echo "$as_me:$LINENO: result: yes" >&5
3884 echo "${ECHO_T}yes" >&6
3885 else
3886 echo "$as_me:$LINENO: result: no" >&5
3887 echo "${ECHO_T}no" >&6
3888 fi
3889
3890
3891 enablestring=
3892 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3893 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3894 no_cache=0
3895 # Check whether --enable-profile or --disable-profile was given.
3896 if test "${enable_profile+set}" = set; then
3897 enableval="$enable_profile"
3898
3899 if test "$enableval" = yes; then
3900 ac_cv_use_profile='wxUSE_PROFILE=yes'
3901 else
3902 ac_cv_use_profile='wxUSE_PROFILE=no'
3903 fi
3904
3905 else
3906
3907 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3908 if test "x$LINE" != x ; then
3909 eval "DEFAULT_$LINE"
3910 else
3911 no_cache=1
3912 fi
3913
3914 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
3915
3916 fi;
3917
3918 eval "$ac_cv_use_profile"
3919 if test "$no_cache" != 1; then
3920 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3921 fi
3922
3923 if test "$wxUSE_PROFILE" = yes; then
3924 echo "$as_me:$LINENO: result: yes" >&5
3925 echo "${ECHO_T}yes" >&6
3926 else
3927 echo "$as_me:$LINENO: result: no" >&5
3928 echo "${ECHO_T}no" >&6
3929 fi
3930
3931
3932 enablestring=
3933 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3934 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3935 no_cache=0
3936 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3937 if test "${enable_no_rtti+set}" = set; then
3938 enableval="$enable_no_rtti"
3939
3940 if test "$enableval" = yes; then
3941 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
3942 else
3943 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
3944 fi
3945
3946 else
3947
3948 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3949 if test "x$LINE" != x ; then
3950 eval "DEFAULT_$LINE"
3951 else
3952 no_cache=1
3953 fi
3954
3955 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
3956
3957 fi;
3958
3959 eval "$ac_cv_use_no_rtti"
3960 if test "$no_cache" != 1; then
3961 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3962 fi
3963
3964 if test "$wxUSE_NO_RTTI" = yes; then
3965 echo "$as_me:$LINENO: result: yes" >&5
3966 echo "${ECHO_T}yes" >&6
3967 else
3968 echo "$as_me:$LINENO: result: no" >&5
3969 echo "${ECHO_T}no" >&6
3970 fi
3971
3972
3973 enablestring=
3974 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
3975 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
3976 no_cache=0
3977 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
3978 if test "${enable_no_exceptions+set}" = set; then
3979 enableval="$enable_no_exceptions"
3980
3981 if test "$enableval" = yes; then
3982 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
3983 else
3984 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
3985 fi
3986
3987 else
3988
3989 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
3990 if test "x$LINE" != x ; then
3991 eval "DEFAULT_$LINE"
3992 else
3993 no_cache=1
3994 fi
3995
3996 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
3997
3998 fi;
3999
4000 eval "$ac_cv_use_no_exceptions"
4001 if test "$no_cache" != 1; then
4002 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
4003 fi
4004
4005 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
4006 echo "$as_me:$LINENO: result: yes" >&5
4007 echo "${ECHO_T}yes" >&6
4008 else
4009 echo "$as_me:$LINENO: result: no" >&5
4010 echo "${ECHO_T}no" >&6
4011 fi
4012
4013
4014 enablestring=
4015 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
4016 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
4017 no_cache=0
4018 # Check whether --enable-permissive or --disable-permissive was given.
4019 if test "${enable_permissive+set}" = set; then
4020 enableval="$enable_permissive"
4021
4022 if test "$enableval" = yes; then
4023 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
4024 else
4025 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
4026 fi
4027
4028 else
4029
4030 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
4031 if test "x$LINE" != x ; then
4032 eval "DEFAULT_$LINE"
4033 else
4034 no_cache=1
4035 fi
4036
4037 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
4038
4039 fi;
4040
4041 eval "$ac_cv_use_permissive"
4042 if test "$no_cache" != 1; then
4043 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
4044 fi
4045
4046 if test "$wxUSE_PERMISSIVE" = yes; then
4047 echo "$as_me:$LINENO: result: yes" >&5
4048 echo "${ECHO_T}yes" >&6
4049 else
4050 echo "$as_me:$LINENO: result: no" >&5
4051 echo "${ECHO_T}no" >&6
4052 fi
4053
4054
4055 enablestring=
4056 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
4057 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
4058 no_cache=0
4059 # Check whether --enable-no_deps or --disable-no_deps was given.
4060 if test "${enable_no_deps+set}" = set; then
4061 enableval="$enable_no_deps"
4062
4063 if test "$enableval" = yes; then
4064 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
4065 else
4066 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
4067 fi
4068
4069 else
4070
4071 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
4072 if test "x$LINE" != x ; then
4073 eval "DEFAULT_$LINE"
4074 else
4075 no_cache=1
4076 fi
4077
4078 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
4079
4080 fi;
4081
4082 eval "$ac_cv_use_no_deps"
4083 if test "$no_cache" != 1; then
4084 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
4085 fi
4086
4087 if test "$wxUSE_NO_DEPS" = yes; then
4088 echo "$as_me:$LINENO: result: yes" >&5
4089 echo "${ECHO_T}yes" >&6
4090 else
4091 echo "$as_me:$LINENO: result: no" >&5
4092 echo "${ECHO_T}no" >&6
4093 fi
4094
4095
4096
4097 enablestring=
4098 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
4099 echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
4100 no_cache=0
4101 # Check whether --enable-compat22 or --disable-compat22 was given.
4102 if test "${enable_compat22+set}" = set; then
4103 enableval="$enable_compat22"
4104
4105 if test "$enableval" = yes; then
4106 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
4107 else
4108 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
4109 fi
4110
4111 else
4112
4113 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
4114 if test "x$LINE" != x ; then
4115 eval "DEFAULT_$LINE"
4116 else
4117 no_cache=1
4118 fi
4119
4120 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
4121
4122 fi;
4123
4124 eval "$ac_cv_use_compat22"
4125 if test "$no_cache" != 1; then
4126 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
4127 fi
4128
4129 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
4130 echo "$as_me:$LINENO: result: yes" >&5
4131 echo "${ECHO_T}yes" >&6
4132 else
4133 echo "$as_me:$LINENO: result: no" >&5
4134 echo "${ECHO_T}no" >&6
4135 fi
4136
4137
4138 enablestring=disable
4139 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
4140 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
4141 no_cache=0
4142 # Check whether --enable-compat24 or --disable-compat24 was given.
4143 if test "${enable_compat24+set}" = set; then
4144 enableval="$enable_compat24"
4145
4146 if test "$enableval" = yes; then
4147 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=yes'
4148 else
4149 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=no'
4150 fi
4151
4152 else
4153
4154 LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
4155 if test "x$LINE" != x ; then
4156 eval "DEFAULT_$LINE"
4157 else
4158 no_cache=1
4159 fi
4160
4161 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
4162
4163 fi;
4164
4165 eval "$ac_cv_use_compat24"
4166 if test "$no_cache" != 1; then
4167 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
4168 fi
4169
4170 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
4171 echo "$as_me:$LINENO: result: yes" >&5
4172 echo "${ECHO_T}yes" >&6
4173 else
4174 echo "$as_me:$LINENO: result: no" >&5
4175 echo "${ECHO_T}no" >&6
4176 fi
4177
4178
4179
4180 enablestring=
4181 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
4182 echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6
4183 no_cache=0
4184 # Check whether --enable-rpath or --disable-rpath was given.
4185 if test "${enable_rpath+set}" = set; then
4186 enableval="$enable_rpath"
4187
4188 if test "$enableval" = yes; then
4189 ac_cv_use_rpath='wxUSE_RPATH=yes'
4190 else
4191 ac_cv_use_rpath='wxUSE_RPATH=no'
4192 fi
4193
4194 else
4195
4196 LINE=`grep "wxUSE_RPATH" ${wx_arg_cache_file}`
4197 if test "x$LINE" != x ; then
4198 eval "DEFAULT_$LINE"
4199 else
4200 no_cache=1
4201 fi
4202
4203 ac_cv_use_rpath='wxUSE_RPATH='$DEFAULT_wxUSE_RPATH
4204
4205 fi;
4206
4207 eval "$ac_cv_use_rpath"
4208 if test "$no_cache" != 1; then
4209 echo $ac_cv_use_rpath >> ${wx_arg_cache_file}.tmp
4210 fi
4211
4212 if test "$wxUSE_RPATH" = yes; then
4213 echo "$as_me:$LINENO: result: yes" >&5
4214 echo "${ECHO_T}yes" >&6
4215 else
4216 echo "$as_me:$LINENO: result: no" >&5
4217 echo "${ECHO_T}no" >&6
4218 fi
4219
4220
4221
4222
4223
4224 enablestring=
4225 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
4226 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
4227 no_cache=0
4228 # Check whether --enable-intl or --disable-intl was given.
4229 if test "${enable_intl+set}" = set; then
4230 enableval="$enable_intl"
4231
4232 if test "$enableval" = yes; then
4233 ac_cv_use_intl='wxUSE_INTL=yes'
4234 else
4235 ac_cv_use_intl='wxUSE_INTL=no'
4236 fi
4237
4238 else
4239
4240 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
4241 if test "x$LINE" != x ; then
4242 eval "DEFAULT_$LINE"
4243 else
4244 no_cache=1
4245 fi
4246
4247 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
4248
4249 fi;
4250
4251 eval "$ac_cv_use_intl"
4252 if test "$no_cache" != 1; then
4253 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
4254 fi
4255
4256 if test "$wxUSE_INTL" = yes; then
4257 echo "$as_me:$LINENO: result: yes" >&5
4258 echo "${ECHO_T}yes" >&6
4259 else
4260 echo "$as_me:$LINENO: result: no" >&5
4261 echo "${ECHO_T}no" >&6
4262 fi
4263
4264
4265 enablestring=
4266 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
4267 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
4268 no_cache=0
4269 # Check whether --enable-config or --disable-config was given.
4270 if test "${enable_config+set}" = set; then
4271 enableval="$enable_config"
4272
4273 if test "$enableval" = yes; then
4274 ac_cv_use_config='wxUSE_CONFIG=yes'
4275 else
4276 ac_cv_use_config='wxUSE_CONFIG=no'
4277 fi
4278
4279 else
4280
4281 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
4282 if test "x$LINE" != x ; then
4283 eval "DEFAULT_$LINE"
4284 else
4285 no_cache=1
4286 fi
4287
4288 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
4289
4290 fi;
4291
4292 eval "$ac_cv_use_config"
4293 if test "$no_cache" != 1; then
4294 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
4295 fi
4296
4297 if test "$wxUSE_CONFIG" = yes; then
4298 echo "$as_me:$LINENO: result: yes" >&5
4299 echo "${ECHO_T}yes" >&6
4300 else
4301 echo "$as_me:$LINENO: result: no" >&5
4302 echo "${ECHO_T}no" >&6
4303 fi
4304
4305
4306
4307 enablestring=
4308 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
4309 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
4310 no_cache=0
4311 # Check whether --enable-protocols or --disable-protocols was given.
4312 if test "${enable_protocols+set}" = set; then
4313 enableval="$enable_protocols"
4314
4315 if test "$enableval" = yes; then
4316 ac_cv_use_protocols='wxUSE_PROTOCOL=yes'
4317 else
4318 ac_cv_use_protocols='wxUSE_PROTOCOL=no'
4319 fi
4320
4321 else
4322
4323 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4324 if test "x$LINE" != x ; then
4325 eval "DEFAULT_$LINE"
4326 else
4327 no_cache=1
4328 fi
4329
4330 ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4331
4332 fi;
4333
4334 eval "$ac_cv_use_protocols"
4335 if test "$no_cache" != 1; then
4336 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
4337 fi
4338
4339 if test "$wxUSE_PROTOCOL" = yes; then
4340 echo "$as_me:$LINENO: result: yes" >&5
4341 echo "${ECHO_T}yes" >&6
4342 else
4343 echo "$as_me:$LINENO: result: no" >&5
4344 echo "${ECHO_T}no" >&6
4345 fi
4346
4347
4348 enablestring=
4349 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
4350 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
4351 no_cache=0
4352 # Check whether --enable-ftp or --disable-ftp was given.
4353 if test "${enable_ftp+set}" = set; then
4354 enableval="$enable_ftp"
4355
4356 if test "$enableval" = yes; then
4357 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
4358 else
4359 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
4360 fi
4361
4362 else
4363
4364 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4365 if test "x$LINE" != x ; then
4366 eval "DEFAULT_$LINE"
4367 else
4368 no_cache=1
4369 fi
4370
4371 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4372
4373 fi;
4374
4375 eval "$ac_cv_use_ftp"
4376 if test "$no_cache" != 1; then
4377 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
4378 fi
4379
4380 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4381 echo "$as_me:$LINENO: result: yes" >&5
4382 echo "${ECHO_T}yes" >&6
4383 else
4384 echo "$as_me:$LINENO: result: no" >&5
4385 echo "${ECHO_T}no" >&6
4386 fi
4387
4388
4389 enablestring=
4390 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
4391 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
4392 no_cache=0
4393 # Check whether --enable-http or --disable-http was given.
4394 if test "${enable_http+set}" = set; then
4395 enableval="$enable_http"
4396
4397 if test "$enableval" = yes; then
4398 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
4399 else
4400 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
4401 fi
4402
4403 else
4404
4405 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4406 if test "x$LINE" != x ; then
4407 eval "DEFAULT_$LINE"
4408 else
4409 no_cache=1
4410 fi
4411
4412 ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4413
4414 fi;
4415
4416 eval "$ac_cv_use_http"
4417 if test "$no_cache" != 1; then
4418 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
4419 fi
4420
4421 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4422 echo "$as_me:$LINENO: result: yes" >&5
4423 echo "${ECHO_T}yes" >&6
4424 else
4425 echo "$as_me:$LINENO: result: no" >&5
4426 echo "${ECHO_T}no" >&6
4427 fi
4428
4429
4430 enablestring=
4431 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4432 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4433 no_cache=0
4434 # Check whether --enable-fileproto or --disable-fileproto was given.
4435 if test "${enable_fileproto+set}" = set; then
4436 enableval="$enable_fileproto"
4437
4438 if test "$enableval" = yes; then
4439 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
4440 else
4441 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
4442 fi
4443
4444 else
4445
4446 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4447 if test "x$LINE" != x ; then
4448 eval "DEFAULT_$LINE"
4449 else
4450 no_cache=1
4451 fi
4452
4453 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4454
4455 fi;
4456
4457 eval "$ac_cv_use_fileproto"
4458 if test "$no_cache" != 1; then
4459 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4460 fi
4461
4462 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4463 echo "$as_me:$LINENO: result: yes" >&5
4464 echo "${ECHO_T}yes" >&6
4465 else
4466 echo "$as_me:$LINENO: result: no" >&5
4467 echo "${ECHO_T}no" >&6
4468 fi
4469
4470
4471 enablestring=
4472 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4473 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4474 no_cache=0
4475 # Check whether --enable-sockets or --disable-sockets was given.
4476 if test "${enable_sockets+set}" = set; then
4477 enableval="$enable_sockets"
4478
4479 if test "$enableval" = yes; then
4480 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
4481 else
4482 ac_cv_use_sockets='wxUSE_SOCKETS=no'
4483 fi
4484
4485 else
4486
4487 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4488 if test "x$LINE" != x ; then
4489 eval "DEFAULT_$LINE"
4490 else
4491 no_cache=1
4492 fi
4493
4494 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4495
4496 fi;
4497
4498 eval "$ac_cv_use_sockets"
4499 if test "$no_cache" != 1; then
4500 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4501 fi
4502
4503 if test "$wxUSE_SOCKETS" = yes; then
4504 echo "$as_me:$LINENO: result: yes" >&5
4505 echo "${ECHO_T}yes" >&6
4506 else
4507 echo "$as_me:$LINENO: result: no" >&5
4508 echo "${ECHO_T}no" >&6
4509 fi
4510
4511
4512 enablestring=
4513 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4514 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4515 no_cache=0
4516 # Check whether --enable-ole or --disable-ole was given.
4517 if test "${enable_ole+set}" = set; then
4518 enableval="$enable_ole"
4519
4520 if test "$enableval" = yes; then
4521 ac_cv_use_ole='wxUSE_OLE=yes'
4522 else
4523 ac_cv_use_ole='wxUSE_OLE=no'
4524 fi
4525
4526 else
4527
4528 LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4529 if test "x$LINE" != x ; then
4530 eval "DEFAULT_$LINE"
4531 else
4532 no_cache=1
4533 fi
4534
4535 ac_cv_use_ole='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4536
4537 fi;
4538
4539 eval "$ac_cv_use_ole"
4540 if test "$no_cache" != 1; then
4541 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4542 fi
4543
4544 if test "$wxUSE_OLE" = yes; then
4545 echo "$as_me:$LINENO: result: yes" >&5
4546 echo "${ECHO_T}yes" >&6
4547 else
4548 echo "$as_me:$LINENO: result: no" >&5
4549 echo "${ECHO_T}no" >&6
4550 fi
4551
4552
4553 enablestring=
4554 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4555 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4556 no_cache=0
4557 # Check whether --enable-dataobj or --disable-dataobj was given.
4558 if test "${enable_dataobj+set}" = set; then
4559 enableval="$enable_dataobj"
4560
4561 if test "$enableval" = yes; then
4562 ac_cv_use_dataobj='wxUSE_DATAOBJ=yes'
4563 else
4564 ac_cv_use_dataobj='wxUSE_DATAOBJ=no'
4565 fi
4566
4567 else
4568
4569 LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4570 if test "x$LINE" != x ; then
4571 eval "DEFAULT_$LINE"
4572 else
4573 no_cache=1
4574 fi
4575
4576 ac_cv_use_dataobj='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4577
4578 fi;
4579
4580 eval "$ac_cv_use_dataobj"
4581 if test "$no_cache" != 1; then
4582 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4583 fi
4584
4585 if test "$wxUSE_DATAOBJ" = yes; then
4586 echo "$as_me:$LINENO: result: yes" >&5
4587 echo "${ECHO_T}yes" >&6
4588 else
4589 echo "$as_me:$LINENO: result: no" >&5
4590 echo "${ECHO_T}no" >&6
4591 fi
4592
4593
4594
4595 enablestring=
4596 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4597 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4598 no_cache=0
4599 # Check whether --enable-ipc or --disable-ipc was given.
4600 if test "${enable_ipc+set}" = set; then
4601 enableval="$enable_ipc"
4602
4603 if test "$enableval" = yes; then
4604 ac_cv_use_ipc='wxUSE_IPC=yes'
4605 else
4606 ac_cv_use_ipc='wxUSE_IPC=no'
4607 fi
4608
4609 else
4610
4611 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4612 if test "x$LINE" != x ; then
4613 eval "DEFAULT_$LINE"
4614 else
4615 no_cache=1
4616 fi
4617
4618 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4619
4620 fi;
4621
4622 eval "$ac_cv_use_ipc"
4623 if test "$no_cache" != 1; then
4624 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4625 fi
4626
4627 if test "$wxUSE_IPC" = yes; then
4628 echo "$as_me:$LINENO: result: yes" >&5
4629 echo "${ECHO_T}yes" >&6
4630 else
4631 echo "$as_me:$LINENO: result: no" >&5
4632 echo "${ECHO_T}no" >&6
4633 fi
4634
4635
4636
4637 enablestring=
4638 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4639 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4640 no_cache=0
4641 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4642 if test "${enable_apple_ieee+set}" = set; then
4643 enableval="$enable_apple_ieee"
4644
4645 if test "$enableval" = yes; then
4646 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
4647 else
4648 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
4649 fi
4650
4651 else
4652
4653 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4654 if test "x$LINE" != x ; then
4655 eval "DEFAULT_$LINE"
4656 else
4657 no_cache=1
4658 fi
4659
4660 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
4661
4662 fi;
4663
4664 eval "$ac_cv_use_apple_ieee"
4665 if test "$no_cache" != 1; then
4666 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4667 fi
4668
4669 if test "$wxUSE_APPLE_IEEE" = yes; then
4670 echo "$as_me:$LINENO: result: yes" >&5
4671 echo "${ECHO_T}yes" >&6
4672 else
4673 echo "$as_me:$LINENO: result: no" >&5
4674 echo "${ECHO_T}no" >&6
4675 fi
4676
4677
4678 enablestring=
4679 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
4680 echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6
4681 no_cache=0
4682 # Check whether --enable-arcstream or --disable-arcstream was given.
4683 if test "${enable_arcstream+set}" = set; then
4684 enableval="$enable_arcstream"
4685
4686 if test "$enableval" = yes; then
4687 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
4688 else
4689 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
4690 fi
4691
4692 else
4693
4694 LINE=`grep "wxUSE_ARCHIVE_STREAMS" ${wx_arg_cache_file}`
4695 if test "x$LINE" != x ; then
4696 eval "DEFAULT_$LINE"
4697 else
4698 no_cache=1
4699 fi
4700
4701 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS='$DEFAULT_wxUSE_ARCHIVE_STREAMS
4702
4703 fi;
4704
4705 eval "$ac_cv_use_arcstream"
4706 if test "$no_cache" != 1; then
4707 echo $ac_cv_use_arcstream >> ${wx_arg_cache_file}.tmp
4708 fi
4709
4710 if test "$wxUSE_ARCHIVE_STREAMS" = yes; then
4711 echo "$as_me:$LINENO: result: yes" >&5
4712 echo "${ECHO_T}yes" >&6
4713 else
4714 echo "$as_me:$LINENO: result: no" >&5
4715 echo "${ECHO_T}no" >&6
4716 fi
4717
4718
4719 enablestring=
4720 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
4721 echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6
4722 no_cache=0
4723 # Check whether --enable-backtrace or --disable-backtrace was given.
4724 if test "${enable_backtrace+set}" = set; then
4725 enableval="$enable_backtrace"
4726
4727 if test "$enableval" = yes; then
4728 ac_cv_use_backtrace='wxUSE_STACKWALKER=yes'
4729 else
4730 ac_cv_use_backtrace='wxUSE_STACKWALKER=no'
4731 fi
4732
4733 else
4734
4735 LINE=`grep "wxUSE_STACKWALKER" ${wx_arg_cache_file}`
4736 if test "x$LINE" != x ; then
4737 eval "DEFAULT_$LINE"
4738 else
4739 no_cache=1
4740 fi
4741
4742 ac_cv_use_backtrace='wxUSE_STACKWALKER='$DEFAULT_wxUSE_STACKWALKER
4743
4744 fi;
4745
4746 eval "$ac_cv_use_backtrace"
4747 if test "$no_cache" != 1; then
4748 echo $ac_cv_use_backtrace >> ${wx_arg_cache_file}.tmp
4749 fi
4750
4751 if test "$wxUSE_STACKWALKER" = yes; then
4752 echo "$as_me:$LINENO: result: yes" >&5
4753 echo "${ECHO_T}yes" >&6
4754 else
4755 echo "$as_me:$LINENO: result: no" >&5
4756 echo "${ECHO_T}no" >&6
4757 fi
4758
4759
4760 enablestring=
4761 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
4762 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
4763 no_cache=0
4764 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4765 if test "${enable_catch_segvs+set}" = set; then
4766 enableval="$enable_catch_segvs"
4767
4768 if test "$enableval" = yes; then
4769 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
4770 else
4771 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
4772 fi
4773
4774 else
4775
4776 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4777 if test "x$LINE" != x ; then
4778 eval "DEFAULT_$LINE"
4779 else
4780 no_cache=1
4781 fi
4782
4783 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4784
4785 fi;
4786
4787 eval "$ac_cv_use_catch_segvs"
4788 if test "$no_cache" != 1; then
4789 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4790 fi
4791
4792 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4793 echo "$as_me:$LINENO: result: yes" >&5
4794 echo "${ECHO_T}yes" >&6
4795 else
4796 echo "$as_me:$LINENO: result: no" >&5
4797 echo "${ECHO_T}no" >&6
4798 fi
4799
4800
4801 enablestring=
4802 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4803 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4804 no_cache=0
4805 # Check whether --enable-cmdline or --disable-cmdline was given.
4806 if test "${enable_cmdline+set}" = set; then
4807 enableval="$enable_cmdline"
4808
4809 if test "$enableval" = yes; then
4810 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
4811 else
4812 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
4813 fi
4814
4815 else
4816
4817 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4818 if test "x$LINE" != x ; then
4819 eval "DEFAULT_$LINE"
4820 else
4821 no_cache=1
4822 fi
4823
4824 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
4825
4826 fi;
4827
4828 eval "$ac_cv_use_cmdline"
4829 if test "$no_cache" != 1; then
4830 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4831 fi
4832
4833 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4834 echo "$as_me:$LINENO: result: yes" >&5
4835 echo "${ECHO_T}yes" >&6
4836 else
4837 echo "$as_me:$LINENO: result: no" >&5
4838 echo "${ECHO_T}no" >&6
4839 fi
4840
4841
4842 enablestring=
4843 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4844 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4845 no_cache=0
4846 # Check whether --enable-datetime or --disable-datetime was given.
4847 if test "${enable_datetime+set}" = set; then
4848 enableval="$enable_datetime"
4849
4850 if test "$enableval" = yes; then
4851 ac_cv_use_datetime='wxUSE_DATETIME=yes'
4852 else
4853 ac_cv_use_datetime='wxUSE_DATETIME=no'
4854 fi
4855
4856 else
4857
4858 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4859 if test "x$LINE" != x ; then
4860 eval "DEFAULT_$LINE"
4861 else
4862 no_cache=1
4863 fi
4864
4865 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
4866
4867 fi;
4868
4869 eval "$ac_cv_use_datetime"
4870 if test "$no_cache" != 1; then
4871 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4872 fi
4873
4874 if test "$wxUSE_DATETIME" = yes; then
4875 echo "$as_me:$LINENO: result: yes" >&5
4876 echo "${ECHO_T}yes" >&6
4877 else
4878 echo "$as_me:$LINENO: result: no" >&5
4879 echo "${ECHO_T}no" >&6
4880 fi
4881
4882
4883 enablestring=
4884 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
4885 echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6
4886 no_cache=0
4887 # Check whether --enable-debugreport or --disable-debugreport was given.
4888 if test "${enable_debugreport+set}" = set; then
4889 enableval="$enable_debugreport"
4890
4891 if test "$enableval" = yes; then
4892 ac_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
4893 else
4894 ac_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
4895 fi
4896
4897 else
4898
4899 LINE=`grep "wxUSE_DEBUGREPORT" ${wx_arg_cache_file}`
4900 if test "x$LINE" != x ; then
4901 eval "DEFAULT_$LINE"
4902 else
4903 no_cache=1
4904 fi
4905
4906 ac_cv_use_debugreport='wxUSE_DEBUGREPORT='$DEFAULT_wxUSE_DEBUGREPORT
4907
4908 fi;
4909
4910 eval "$ac_cv_use_debugreport"
4911 if test "$no_cache" != 1; then
4912 echo $ac_cv_use_debugreport >> ${wx_arg_cache_file}.tmp
4913 fi
4914
4915 if test "$wxUSE_DEBUGREPORT" = yes; then
4916 echo "$as_me:$LINENO: result: yes" >&5
4917 echo "${ECHO_T}yes" >&6
4918 else
4919 echo "$as_me:$LINENO: result: no" >&5
4920 echo "${ECHO_T}no" >&6
4921 fi
4922
4923
4924 enablestring=
4925 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4926 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4927 no_cache=0
4928 # Check whether --enable-dialupman or --disable-dialupman was given.
4929 if test "${enable_dialupman+set}" = set; then
4930 enableval="$enable_dialupman"
4931
4932 if test "$enableval" = yes; then
4933 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
4934 else
4935 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
4936 fi
4937
4938 else
4939
4940 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4941 if test "x$LINE" != x ; then
4942 eval "DEFAULT_$LINE"
4943 else
4944 no_cache=1
4945 fi
4946
4947 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
4948
4949 fi;
4950
4951 eval "$ac_cv_use_dialupman"
4952 if test "$no_cache" != 1; then
4953 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4954 fi
4955
4956 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4957 echo "$as_me:$LINENO: result: yes" >&5
4958 echo "${ECHO_T}yes" >&6
4959 else
4960 echo "$as_me:$LINENO: result: no" >&5
4961 echo "${ECHO_T}no" >&6
4962 fi
4963
4964
4965 enablestring=
4966 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4967 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
4968 no_cache=0
4969 # Check whether --enable-dynlib or --disable-dynlib was given.
4970 if test "${enable_dynlib+set}" = set; then
4971 enableval="$enable_dynlib"
4972
4973 if test "$enableval" = yes; then
4974 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
4975 else
4976 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
4977 fi
4978
4979 else
4980
4981 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
4982 if test "x$LINE" != x ; then
4983 eval "DEFAULT_$LINE"
4984 else
4985 no_cache=1
4986 fi
4987
4988 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
4989
4990 fi;
4991
4992 eval "$ac_cv_use_dynlib"
4993 if test "$no_cache" != 1; then
4994 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
4995 fi
4996
4997 if test "$wxUSE_DYNLIB_CLASS" = yes; then
4998 echo "$as_me:$LINENO: result: yes" >&5
4999 echo "${ECHO_T}yes" >&6
5000 else
5001 echo "$as_me:$LINENO: result: no" >&5
5002 echo "${ECHO_T}no" >&6
5003 fi
5004
5005
5006 enablestring=
5007 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
5008 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
5009 no_cache=0
5010 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
5011 if test "${enable_dynamicloader+set}" = set; then
5012 enableval="$enable_dynamicloader"
5013
5014 if test "$enableval" = yes; then
5015 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
5016 else
5017 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
5018 fi
5019
5020 else
5021
5022 LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
5023 if test "x$LINE" != x ; then
5024 eval "DEFAULT_$LINE"
5025 else
5026 no_cache=1
5027 fi
5028
5029 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
5030
5031 fi;
5032
5033 eval "$ac_cv_use_dynamicloader"
5034 if test "$no_cache" != 1; then
5035 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
5036 fi
5037
5038 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
5039 echo "$as_me:$LINENO: result: yes" >&5
5040 echo "${ECHO_T}yes" >&6
5041 else
5042 echo "$as_me:$LINENO: result: no" >&5
5043 echo "${ECHO_T}no" >&6
5044 fi
5045
5046
5047 enablestring=
5048 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
5049 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
5050 no_cache=0
5051 # Check whether --enable-exceptions or --disable-exceptions was given.
5052 if test "${enable_exceptions+set}" = set; then
5053 enableval="$enable_exceptions"
5054
5055 if test "$enableval" = yes; then
5056 ac_cv_use_exceptions='wxUSE_EXCEPTIONS=yes'
5057 else
5058 ac_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
5059 fi
5060
5061 else
5062
5063 LINE=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
5064 if test "x$LINE" != x ; then
5065 eval "DEFAULT_$LINE"
5066 else
5067 no_cache=1
5068 fi
5069
5070 ac_cv_use_exceptions='wxUSE_EXCEPTIONS='$DEFAULT_wxUSE_EXCEPTIONS
5071
5072 fi;
5073
5074 eval "$ac_cv_use_exceptions"
5075 if test "$no_cache" != 1; then
5076 echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
5077 fi
5078
5079 if test "$wxUSE_EXCEPTIONS" = yes; then
5080 echo "$as_me:$LINENO: result: yes" >&5
5081 echo "${ECHO_T}yes" >&6
5082 else
5083 echo "$as_me:$LINENO: result: no" >&5
5084 echo "${ECHO_T}no" >&6
5085 fi
5086
5087
5088 enablestring=
5089 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
5090 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
5091 no_cache=0
5092 # Check whether --enable-ffile or --disable-ffile was given.
5093 if test "${enable_ffile+set}" = set; then
5094 enableval="$enable_ffile"
5095
5096 if test "$enableval" = yes; then
5097 ac_cv_use_ffile='wxUSE_FFILE=yes'
5098 else
5099 ac_cv_use_ffile='wxUSE_FFILE=no'
5100 fi
5101
5102 else
5103
5104 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
5105 if test "x$LINE" != x ; then
5106 eval "DEFAULT_$LINE"
5107 else
5108 no_cache=1
5109 fi
5110
5111 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
5112
5113 fi;
5114
5115 eval "$ac_cv_use_ffile"
5116 if test "$no_cache" != 1; then
5117 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
5118 fi
5119
5120 if test "$wxUSE_FFILE" = yes; then
5121 echo "$as_me:$LINENO: result: yes" >&5
5122 echo "${ECHO_T}yes" >&6
5123 else
5124 echo "$as_me:$LINENO: result: no" >&5
5125 echo "${ECHO_T}no" >&6
5126 fi
5127
5128
5129 enablestring=
5130 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
5131 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
5132 no_cache=0
5133 # Check whether --enable-file or --disable-file was given.
5134 if test "${enable_file+set}" = set; then
5135 enableval="$enable_file"
5136
5137 if test "$enableval" = yes; then
5138 ac_cv_use_file='wxUSE_FILE=yes'
5139 else
5140 ac_cv_use_file='wxUSE_FILE=no'
5141 fi
5142
5143 else
5144
5145 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
5146 if test "x$LINE" != x ; then
5147 eval "DEFAULT_$LINE"
5148 else
5149 no_cache=1
5150 fi
5151
5152 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
5153
5154 fi;
5155
5156 eval "$ac_cv_use_file"
5157 if test "$no_cache" != 1; then
5158 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
5159 fi
5160
5161 if test "$wxUSE_FILE" = yes; then
5162 echo "$as_me:$LINENO: result: yes" >&5
5163 echo "${ECHO_T}yes" >&6
5164 else
5165 echo "$as_me:$LINENO: result: no" >&5
5166 echo "${ECHO_T}no" >&6
5167 fi
5168
5169
5170 enablestring=
5171 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5172 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5173 no_cache=0
5174 # Check whether --enable-filesystem or --disable-filesystem was given.
5175 if test "${enable_filesystem+set}" = set; then
5176 enableval="$enable_filesystem"
5177
5178 if test "$enableval" = yes; then
5179 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
5180 else
5181 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
5182 fi
5183
5184 else
5185
5186 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5187 if test "x$LINE" != x ; then
5188 eval "DEFAULT_$LINE"
5189 else
5190 no_cache=1
5191 fi
5192
5193 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
5194
5195 fi;
5196
5197 eval "$ac_cv_use_filesystem"
5198 if test "$no_cache" != 1; then
5199 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5200 fi
5201
5202 if test "$wxUSE_FILESYSTEM" = yes; then
5203 echo "$as_me:$LINENO: result: yes" >&5
5204 echo "${ECHO_T}yes" >&6
5205 else
5206 echo "$as_me:$LINENO: result: no" >&5
5207 echo "${ECHO_T}no" >&6
5208 fi
5209
5210
5211 enablestring=
5212 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
5213 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
5214 no_cache=0
5215 # Check whether --enable-fontmap or --disable-fontmap was given.
5216 if test "${enable_fontmap+set}" = set; then
5217 enableval="$enable_fontmap"
5218
5219 if test "$enableval" = yes; then
5220 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
5221 else
5222 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
5223 fi
5224
5225 else
5226
5227 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
5228 if test "x$LINE" != x ; then
5229 eval "DEFAULT_$LINE"
5230 else
5231 no_cache=1
5232 fi
5233
5234 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
5235
5236 fi;
5237
5238 eval "$ac_cv_use_fontmap"
5239 if test "$no_cache" != 1; then
5240 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
5241 fi
5242
5243 if test "$wxUSE_FONTMAP" = yes; then
5244 echo "$as_me:$LINENO: result: yes" >&5
5245 echo "${ECHO_T}yes" >&6
5246 else
5247 echo "$as_me:$LINENO: result: no" >&5
5248 echo "${ECHO_T}no" >&6
5249 fi
5250
5251
5252 enablestring=
5253 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5254 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5255 no_cache=0
5256 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5257 if test "${enable_fs_inet+set}" = set; then
5258 enableval="$enable_fs_inet"
5259
5260 if test "$enableval" = yes; then
5261 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
5262 else
5263 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
5264 fi
5265
5266 else
5267
5268 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5269 if test "x$LINE" != x ; then
5270 eval "DEFAULT_$LINE"
5271 else
5272 no_cache=1
5273 fi
5274
5275 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5276
5277 fi;
5278
5279 eval "$ac_cv_use_fs_inet"
5280 if test "$no_cache" != 1; then
5281 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5282 fi
5283
5284 if test "$wxUSE_FS_INET" = yes; then
5285 echo "$as_me:$LINENO: result: yes" >&5
5286 echo "${ECHO_T}yes" >&6
5287 else
5288 echo "$as_me:$LINENO: result: no" >&5
5289 echo "${ECHO_T}no" >&6
5290 fi
5291
5292
5293 enablestring=
5294 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5295 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5296 no_cache=0
5297 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5298 if test "${enable_fs_zip+set}" = set; then
5299 enableval="$enable_fs_zip"
5300
5301 if test "$enableval" = yes; then
5302 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
5303 else
5304 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
5305 fi
5306
5307 else
5308
5309 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5310 if test "x$LINE" != x ; then
5311 eval "DEFAULT_$LINE"
5312 else
5313 no_cache=1
5314 fi
5315
5316 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5317
5318 fi;
5319
5320 eval "$ac_cv_use_fs_zip"
5321 if test "$no_cache" != 1; then
5322 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5323 fi
5324
5325 if test "$wxUSE_FS_ZIP" = yes; then
5326 echo "$as_me:$LINENO: result: yes" >&5
5327 echo "${ECHO_T}yes" >&6
5328 else
5329 echo "$as_me:$LINENO: result: no" >&5
5330 echo "${ECHO_T}no" >&6
5331 fi
5332
5333
5334 enablestring=
5335 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
5336 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
5337 no_cache=0
5338 # Check whether --enable-geometry or --disable-geometry was given.
5339 if test "${enable_geometry+set}" = set; then
5340 enableval="$enable_geometry"
5341
5342 if test "$enableval" = yes; then
5343 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
5344 else
5345 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
5346 fi
5347
5348 else
5349
5350 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
5351 if test "x$LINE" != x ; then
5352 eval "DEFAULT_$LINE"
5353 else
5354 no_cache=1
5355 fi
5356
5357 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
5358
5359 fi;
5360
5361 eval "$ac_cv_use_geometry"
5362 if test "$no_cache" != 1; then
5363 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
5364 fi
5365
5366 if test "$wxUSE_GEOMETRY" = yes; then
5367 echo "$as_me:$LINENO: result: yes" >&5
5368 echo "${ECHO_T}yes" >&6
5369 else
5370 echo "$as_me:$LINENO: result: no" >&5
5371 echo "${ECHO_T}no" >&6
5372 fi
5373
5374
5375 enablestring=
5376 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
5377 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
5378 no_cache=0
5379 # Check whether --enable-log or --disable-log was given.
5380 if test "${enable_log+set}" = set; then
5381 enableval="$enable_log"
5382
5383 if test "$enableval" = yes; then
5384 ac_cv_use_log='wxUSE_LOG=yes'
5385 else
5386 ac_cv_use_log='wxUSE_LOG=no'
5387 fi
5388
5389 else
5390
5391 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
5392 if test "x$LINE" != x ; then
5393 eval "DEFAULT_$LINE"
5394 else
5395 no_cache=1
5396 fi
5397
5398 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
5399
5400 fi;
5401
5402 eval "$ac_cv_use_log"
5403 if test "$no_cache" != 1; then
5404 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
5405 fi
5406
5407 if test "$wxUSE_LOG" = yes; then
5408 echo "$as_me:$LINENO: result: yes" >&5
5409 echo "${ECHO_T}yes" >&6
5410 else
5411 echo "$as_me:$LINENO: result: no" >&5
5412 echo "${ECHO_T}no" >&6
5413 fi
5414
5415
5416 enablestring=
5417 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
5418 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
5419 no_cache=0
5420 # Check whether --enable-longlong or --disable-longlong was given.
5421 if test "${enable_longlong+set}" = set; then
5422 enableval="$enable_longlong"
5423
5424 if test "$enableval" = yes; then
5425 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
5426 else
5427 ac_cv_use_longlong='wxUSE_LONGLONG=no'
5428 fi
5429
5430 else
5431
5432 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
5433 if test "x$LINE" != x ; then
5434 eval "DEFAULT_$LINE"
5435 else
5436 no_cache=1
5437 fi
5438
5439 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
5440
5441 fi;
5442
5443 eval "$ac_cv_use_longlong"
5444 if test "$no_cache" != 1; then
5445 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
5446 fi
5447
5448 if test "$wxUSE_LONGLONG" = yes; then
5449 echo "$as_me:$LINENO: result: yes" >&5
5450 echo "${ECHO_T}yes" >&6
5451 else
5452 echo "$as_me:$LINENO: result: no" >&5
5453 echo "${ECHO_T}no" >&6
5454 fi
5455
5456
5457 enablestring=
5458 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5459 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5460 no_cache=0
5461 # Check whether --enable-mimetype or --disable-mimetype was given.
5462 if test "${enable_mimetype+set}" = set; then
5463 enableval="$enable_mimetype"
5464
5465 if test "$enableval" = yes; then
5466 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
5467 else
5468 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
5469 fi
5470
5471 else
5472
5473 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5474 if test "x$LINE" != x ; then
5475 eval "DEFAULT_$LINE"
5476 else
5477 no_cache=1
5478 fi
5479
5480 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5481
5482 fi;
5483
5484 eval "$ac_cv_use_mimetype"
5485 if test "$no_cache" != 1; then
5486 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5487 fi
5488
5489 if test "$wxUSE_MIMETYPE" = yes; then
5490 echo "$as_me:$LINENO: result: yes" >&5
5491 echo "${ECHO_T}yes" >&6
5492 else
5493 echo "$as_me:$LINENO: result: no" >&5
5494 echo "${ECHO_T}no" >&6
5495 fi
5496
5497
5498 enablestring=
5499 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5500 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5501 no_cache=0
5502 # Check whether --enable-mslu or --disable-mslu was given.
5503 if test "${enable_mslu+set}" = set; then
5504 enableval="$enable_mslu"
5505
5506 if test "$enableval" = yes; then
5507 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
5508 else
5509 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
5510 fi
5511
5512 else
5513
5514 LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5515 if test "x$LINE" != x ; then
5516 eval "DEFAULT_$LINE"
5517 else
5518 no_cache=1
5519 fi
5520
5521 ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
5522
5523 fi;
5524
5525 eval "$ac_cv_use_mslu"
5526 if test "$no_cache" != 1; then
5527 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5528 fi
5529
5530 if test "$wxUSE_UNICODE_MSLU" = yes; then
5531 echo "$as_me:$LINENO: result: yes" >&5
5532 echo "${ECHO_T}yes" >&6
5533 else
5534 echo "$as_me:$LINENO: result: no" >&5
5535 echo "${ECHO_T}no" >&6
5536 fi
5537
5538
5539 enablestring=
5540 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5541 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5542 no_cache=0
5543 # Check whether --enable-snglinst or --disable-snglinst was given.
5544 if test "${enable_snglinst+set}" = set; then
5545 enableval="$enable_snglinst"
5546
5547 if test "$enableval" = yes; then
5548 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
5549 else
5550 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
5551 fi
5552
5553 else
5554
5555 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5556 if test "x$LINE" != x ; then
5557 eval "DEFAULT_$LINE"
5558 else
5559 no_cache=1
5560 fi
5561
5562 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5563
5564 fi;
5565
5566 eval "$ac_cv_use_snglinst"
5567 if test "$no_cache" != 1; then
5568 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5569 fi
5570
5571 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5572 echo "$as_me:$LINENO: result: yes" >&5
5573 echo "${ECHO_T}yes" >&6
5574 else
5575 echo "$as_me:$LINENO: result: no" >&5
5576 echo "${ECHO_T}no" >&6
5577 fi
5578
5579
5580 enablestring=
5581 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5582 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5583 no_cache=0
5584 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5585 if test "${enable_std_iostreams+set}" = set; then
5586 enableval="$enable_std_iostreams"
5587
5588 if test "$enableval" = yes; then
5589 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
5590 else
5591 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
5592 fi
5593
5594 else
5595
5596 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5597 if test "x$LINE" != x ; then
5598 eval "DEFAULT_$LINE"
5599 else
5600 no_cache=1
5601 fi
5602
5603 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
5604
5605 fi;
5606
5607 eval "$ac_cv_use_std_iostreams"
5608 if test "$no_cache" != 1; then
5609 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5610 fi
5611
5612 if test "$wxUSE_STD_IOSTREAM" = yes; then
5613 echo "$as_me:$LINENO: result: yes" >&5
5614 echo "${ECHO_T}yes" >&6
5615 else
5616 echo "$as_me:$LINENO: result: no" >&5
5617 echo "${ECHO_T}no" >&6
5618 fi
5619
5620
5621 enablestring=
5622 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
5623 echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6
5624 no_cache=0
5625 # Check whether --enable-stdpaths or --disable-stdpaths was given.
5626 if test "${enable_stdpaths+set}" = set; then
5627 enableval="$enable_stdpaths"
5628
5629 if test "$enableval" = yes; then
5630 ac_cv_use_stdpaths='wxUSE_STDPATHS=yes'
5631 else
5632 ac_cv_use_stdpaths='wxUSE_STDPATHS=no'
5633 fi
5634
5635 else
5636
5637 LINE=`grep "wxUSE_STDPATHS" ${wx_arg_cache_file}`
5638 if test "x$LINE" != x ; then
5639 eval "DEFAULT_$LINE"
5640 else
5641 no_cache=1
5642 fi
5643
5644 ac_cv_use_stdpaths='wxUSE_STDPATHS='$DEFAULT_wxUSE_STDPATHS
5645
5646 fi;
5647
5648 eval "$ac_cv_use_stdpaths"
5649 if test "$no_cache" != 1; then
5650 echo $ac_cv_use_stdpaths >> ${wx_arg_cache_file}.tmp
5651 fi
5652
5653 if test "$wxUSE_STDPATHS" = yes; then
5654 echo "$as_me:$LINENO: result: yes" >&5
5655 echo "${ECHO_T}yes" >&6
5656 else
5657 echo "$as_me:$LINENO: result: no" >&5
5658 echo "${ECHO_T}no" >&6
5659 fi
5660
5661
5662 enablestring=
5663 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
5664 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
5665 no_cache=0
5666 # Check whether --enable-stopwatch or --disable-stopwatch was given.
5667 if test "${enable_stopwatch+set}" = set; then
5668 enableval="$enable_stopwatch"
5669
5670 if test "$enableval" = yes; then
5671 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
5672 else
5673 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
5674 fi
5675
5676 else
5677
5678 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
5679 if test "x$LINE" != x ; then
5680 eval "DEFAULT_$LINE"
5681 else
5682 no_cache=1
5683 fi
5684
5685 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
5686
5687 fi;
5688
5689 eval "$ac_cv_use_stopwatch"
5690 if test "$no_cache" != 1; then
5691 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
5692 fi
5693
5694 if test "$wxUSE_STOPWATCH" = yes; then
5695 echo "$as_me:$LINENO: result: yes" >&5
5696 echo "${ECHO_T}yes" >&6
5697 else
5698 echo "$as_me:$LINENO: result: no" >&5
5699 echo "${ECHO_T}no" >&6
5700 fi
5701
5702
5703 enablestring=
5704 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
5705 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
5706 no_cache=0
5707 # Check whether --enable-streams or --disable-streams was given.
5708 if test "${enable_streams+set}" = set; then
5709 enableval="$enable_streams"
5710
5711 if test "$enableval" = yes; then
5712 ac_cv_use_streams='wxUSE_STREAMS=yes'
5713 else
5714 ac_cv_use_streams='wxUSE_STREAMS=no'
5715 fi
5716
5717 else
5718
5719 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
5720 if test "x$LINE" != x ; then
5721 eval "DEFAULT_$LINE"
5722 else
5723 no_cache=1
5724 fi
5725
5726 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
5727
5728 fi;
5729
5730 eval "$ac_cv_use_streams"
5731 if test "$no_cache" != 1; then
5732 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
5733 fi
5734
5735 if test "$wxUSE_STREAMS" = yes; then
5736 echo "$as_me:$LINENO: result: yes" >&5
5737 echo "${ECHO_T}yes" >&6
5738 else
5739 echo "$as_me:$LINENO: result: no" >&5
5740 echo "${ECHO_T}no" >&6
5741 fi
5742
5743
5744 enablestring=
5745 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5746 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5747 no_cache=0
5748 # Check whether --enable-system_options or --disable-system_options was given.
5749 if test "${enable_system_options+set}" = set; then
5750 enableval="$enable_system_options"
5751
5752 if test "$enableval" = yes; then
5753 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
5754 else
5755 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
5756 fi
5757
5758 else
5759
5760 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5761 if test "x$LINE" != x ; then
5762 eval "DEFAULT_$LINE"
5763 else
5764 no_cache=1
5765 fi
5766
5767 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5768
5769 fi;
5770
5771 eval "$ac_cv_use_system_options"
5772 if test "$no_cache" != 1; then
5773 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5774 fi
5775
5776 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5777 echo "$as_me:$LINENO: result: yes" >&5
5778 echo "${ECHO_T}yes" >&6
5779 else
5780 echo "$as_me:$LINENO: result: no" >&5
5781 echo "${ECHO_T}no" >&6
5782 fi
5783
5784
5785 enablestring=
5786 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
5787 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
5788 no_cache=0
5789 # Check whether --enable-textbuf or --disable-textbuf was given.
5790 if test "${enable_textbuf+set}" = set; then
5791 enableval="$enable_textbuf"
5792
5793 if test "$enableval" = yes; then
5794 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
5795 else
5796 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
5797 fi
5798
5799 else
5800
5801 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
5802 if test "x$LINE" != x ; then
5803 eval "DEFAULT_$LINE"
5804 else
5805 no_cache=1
5806 fi
5807
5808 ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
5809
5810 fi;
5811
5812 eval "$ac_cv_use_textbuf"
5813 if test "$no_cache" != 1; then
5814 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
5815 fi
5816
5817 if test "$wxUSE_TEXTBUFFER" = yes; then
5818 echo "$as_me:$LINENO: result: yes" >&5
5819 echo "${ECHO_T}yes" >&6
5820 else
5821 echo "$as_me:$LINENO: result: no" >&5
5822 echo "${ECHO_T}no" >&6
5823 fi
5824
5825
5826 enablestring=
5827 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
5828 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
5829 no_cache=0
5830 # Check whether --enable-textfile or --disable-textfile was given.
5831 if test "${enable_textfile+set}" = set; then
5832 enableval="$enable_textfile"
5833
5834 if test "$enableval" = yes; then
5835 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
5836 else
5837 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
5838 fi
5839
5840 else
5841
5842 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
5843 if test "x$LINE" != x ; then
5844 eval "DEFAULT_$LINE"
5845 else
5846 no_cache=1
5847 fi
5848
5849 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
5850
5851 fi;
5852
5853 eval "$ac_cv_use_textfile"
5854 if test "$no_cache" != 1; then
5855 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
5856 fi
5857
5858 if test "$wxUSE_TEXTFILE" = yes; then
5859 echo "$as_me:$LINENO: result: yes" >&5
5860 echo "${ECHO_T}yes" >&6
5861 else
5862 echo "$as_me:$LINENO: result: no" >&5
5863 echo "${ECHO_T}no" >&6
5864 fi
5865
5866
5867 enablestring=
5868 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
5869 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
5870 no_cache=0
5871 # Check whether --enable-timer or --disable-timer was given.
5872 if test "${enable_timer+set}" = set; then
5873 enableval="$enable_timer"
5874
5875 if test "$enableval" = yes; then
5876 ac_cv_use_timer='wxUSE_TIMER=yes'
5877 else
5878 ac_cv_use_timer='wxUSE_TIMER=no'
5879 fi
5880
5881 else
5882
5883 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
5884 if test "x$LINE" != x ; then
5885 eval "DEFAULT_$LINE"
5886 else
5887 no_cache=1
5888 fi
5889
5890 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
5891
5892 fi;
5893
5894 eval "$ac_cv_use_timer"
5895 if test "$no_cache" != 1; then
5896 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
5897 fi
5898
5899 if test "$wxUSE_TIMER" = yes; then
5900 echo "$as_me:$LINENO: result: yes" >&5
5901 echo "${ECHO_T}yes" >&6
5902 else
5903 echo "$as_me:$LINENO: result: no" >&5
5904 echo "${ECHO_T}no" >&6
5905 fi
5906
5907
5908 enablestring=
5909 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
5910 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
5911 no_cache=0
5912 # Check whether --enable-unicode or --disable-unicode was given.
5913 if test "${enable_unicode+set}" = set; then
5914 enableval="$enable_unicode"
5915
5916 if test "$enableval" = yes; then
5917 ac_cv_use_unicode='wxUSE_UNICODE=yes'
5918 else
5919 ac_cv_use_unicode='wxUSE_UNICODE=no'
5920 fi
5921
5922 else
5923
5924 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5925 if test "x$LINE" != x ; then
5926 eval "DEFAULT_$LINE"
5927 else
5928 no_cache=1
5929 fi
5930
5931 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
5932
5933 fi;
5934
5935 eval "$ac_cv_use_unicode"
5936 if test "$no_cache" != 1; then
5937 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
5938 fi
5939
5940 if test "$wxUSE_UNICODE" = yes; then
5941 echo "$as_me:$LINENO: result: yes" >&5
5942 echo "${ECHO_T}yes" >&6
5943 else
5944 echo "$as_me:$LINENO: result: no" >&5
5945 echo "${ECHO_T}no" >&6
5946 fi
5947
5948
5949 enablestring=
5950 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
5951 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6
5952 no_cache=0
5953 # Check whether --enable-sound or --disable-sound was given.
5954 if test "${enable_sound+set}" = set; then
5955 enableval="$enable_sound"
5956
5957 if test "$enableval" = yes; then
5958 ac_cv_use_sound='wxUSE_SOUND=yes'
5959 else
5960 ac_cv_use_sound='wxUSE_SOUND=no'
5961 fi
5962
5963 else
5964
5965 LINE=`grep "wxUSE_SOUND" ${wx_arg_cache_file}`
5966 if test "x$LINE" != x ; then
5967 eval "DEFAULT_$LINE"
5968 else
5969 no_cache=1
5970 fi
5971
5972 ac_cv_use_sound='wxUSE_SOUND='$DEFAULT_wxUSE_SOUND
5973
5974 fi;
5975
5976 eval "$ac_cv_use_sound"
5977 if test "$no_cache" != 1; then
5978 echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp
5979 fi
5980
5981 if test "$wxUSE_SOUND" = yes; then
5982 echo "$as_me:$LINENO: result: yes" >&5
5983 echo "${ECHO_T}yes" >&6
5984 else
5985 echo "$as_me:$LINENO: result: no" >&5
5986 echo "${ECHO_T}no" >&6
5987 fi
5988
5989
5990 enablestring=
5991 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
5992 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6
5993 no_cache=0
5994 # Check whether --enable-mediactrl or --disable-mediactrl was given.
5995 if test "${enable_mediactrl+set}" = set; then
5996 enableval="$enable_mediactrl"
5997
5998 if test "$enableval" = yes; then
5999 ac_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
6000 else
6001 ac_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
6002 fi
6003
6004 else
6005
6006 LINE=`grep "wxUSE_MEDIACTRL" ${wx_arg_cache_file}`
6007 if test "x$LINE" != x ; then
6008 eval "DEFAULT_$LINE"
6009 else
6010 no_cache=1
6011 fi
6012
6013 ac_cv_use_mediactrl='wxUSE_MEDIACTRL='$DEFAULT_wxUSE_MEDIACTRL
6014
6015 fi;
6016
6017 eval "$ac_cv_use_mediactrl"
6018 if test "$no_cache" != 1; then
6019 echo $ac_cv_use_mediactrl >> ${wx_arg_cache_file}.tmp
6020 fi
6021
6022 if test "$wxUSE_MEDIACTRL" = yes; then
6023 echo "$as_me:$LINENO: result: yes" >&5
6024 echo "${ECHO_T}yes" >&6
6025 else
6026 echo "$as_me:$LINENO: result: no" >&5
6027 echo "${ECHO_T}no" >&6
6028 fi
6029
6030
6031 enablestring=
6032 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
6033 echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
6034 no_cache=0
6035 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
6036 if test "${enable_wxprintfv+set}" = set; then
6037 enableval="$enable_wxprintfv"
6038
6039 if test "$enableval" = yes; then
6040 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
6041 else
6042 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
6043 fi
6044
6045 else
6046
6047 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
6048 if test "x$LINE" != x ; then
6049 eval "DEFAULT_$LINE"
6050 else
6051 no_cache=1
6052 fi
6053
6054 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
6055
6056 fi;
6057
6058 eval "$ac_cv_use_wxprintfv"
6059 if test "$no_cache" != 1; then
6060 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
6061 fi
6062
6063 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
6064 echo "$as_me:$LINENO: result: yes" >&5
6065 echo "${ECHO_T}yes" >&6
6066 else
6067 echo "$as_me:$LINENO: result: no" >&5
6068 echo "${ECHO_T}no" >&6
6069 fi
6070
6071
6072 enablestring=
6073 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
6074 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
6075 no_cache=0
6076 # Check whether --enable-zipstream or --disable-zipstream was given.
6077 if test "${enable_zipstream+set}" = set; then
6078 enableval="$enable_zipstream"
6079
6080 if test "$enableval" = yes; then
6081 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
6082 else
6083 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
6084 fi
6085
6086 else
6087
6088 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
6089 if test "x$LINE" != x ; then
6090 eval "DEFAULT_$LINE"
6091 else
6092 no_cache=1
6093 fi
6094
6095 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
6096
6097 fi;
6098
6099 eval "$ac_cv_use_zipstream"
6100 if test "$no_cache" != 1; then
6101 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
6102 fi
6103
6104 if test "$wxUSE_ZIPSTREAM" = yes; then
6105 echo "$as_me:$LINENO: result: yes" >&5
6106 echo "${ECHO_T}yes" >&6
6107 else
6108 echo "$as_me:$LINENO: result: no" >&5
6109 echo "${ECHO_T}no" >&6
6110 fi
6111
6112
6113
6114 enablestring=
6115 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
6116 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
6117 no_cache=0
6118 # Check whether --enable-url or --disable-url was given.
6119 if test "${enable_url+set}" = set; then
6120 enableval="$enable_url"
6121
6122 if test "$enableval" = yes; then
6123 ac_cv_use_url='wxUSE_URL=yes'
6124 else
6125 ac_cv_use_url='wxUSE_URL=no'
6126 fi
6127
6128 else
6129
6130 LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
6131 if test "x$LINE" != x ; then
6132 eval "DEFAULT_$LINE"
6133 else
6134 no_cache=1
6135 fi
6136
6137 ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL
6138
6139 fi;
6140
6141 eval "$ac_cv_use_url"
6142 if test "$no_cache" != 1; then
6143 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
6144 fi
6145
6146 if test "$wxUSE_URL" = yes; then
6147 echo "$as_me:$LINENO: result: yes" >&5
6148 echo "${ECHO_T}yes" >&6
6149 else
6150 echo "$as_me:$LINENO: result: no" >&5
6151 echo "${ECHO_T}no" >&6
6152 fi
6153
6154
6155 enablestring=
6156 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
6157 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
6158 no_cache=0
6159 # Check whether --enable-protocol or --disable-protocol was given.
6160 if test "${enable_protocol+set}" = set; then
6161 enableval="$enable_protocol"
6162
6163 if test "$enableval" = yes; then
6164 ac_cv_use_protocol='wxUSE_PROTOCOL=yes'
6165 else
6166 ac_cv_use_protocol='wxUSE_PROTOCOL=no'
6167 fi
6168
6169 else
6170
6171 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
6172 if test "x$LINE" != x ; then
6173 eval "DEFAULT_$LINE"
6174 else
6175 no_cache=1
6176 fi
6177
6178 ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
6179
6180 fi;
6181
6182 eval "$ac_cv_use_protocol"
6183 if test "$no_cache" != 1; then
6184 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
6185 fi
6186
6187 if test "$wxUSE_PROTOCOL" = yes; then
6188 echo "$as_me:$LINENO: result: yes" >&5
6189 echo "${ECHO_T}yes" >&6
6190 else
6191 echo "$as_me:$LINENO: result: no" >&5
6192 echo "${ECHO_T}no" >&6
6193 fi
6194
6195
6196 enablestring=
6197 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
6198 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
6199 no_cache=0
6200 # Check whether --enable-protocol_http or --disable-protocol_http was given.
6201 if test "${enable_protocol_http+set}" = set; then
6202 enableval="$enable_protocol_http"
6203
6204 if test "$enableval" = yes; then
6205 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
6206 else
6207 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
6208 fi
6209
6210 else
6211
6212 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
6213 if test "x$LINE" != x ; then
6214 eval "DEFAULT_$LINE"
6215 else
6216 no_cache=1
6217 fi
6218
6219 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
6220
6221 fi;
6222
6223 eval "$ac_cv_use_protocol_http"
6224 if test "$no_cache" != 1; then
6225 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
6226 fi
6227
6228 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
6229 echo "$as_me:$LINENO: result: yes" >&5
6230 echo "${ECHO_T}yes" >&6
6231 else
6232 echo "$as_me:$LINENO: result: no" >&5
6233 echo "${ECHO_T}no" >&6
6234 fi
6235
6236
6237 enablestring=
6238 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
6239 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
6240 no_cache=0
6241 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
6242 if test "${enable_protocol_ftp+set}" = set; then
6243 enableval="$enable_protocol_ftp"
6244
6245 if test "$enableval" = yes; then
6246 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
6247 else
6248 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
6249 fi
6250
6251 else
6252
6253 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
6254 if test "x$LINE" != x ; then
6255 eval "DEFAULT_$LINE"
6256 else
6257 no_cache=1
6258 fi
6259
6260 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
6261
6262 fi;
6263
6264 eval "$ac_cv_use_protocol_ftp"
6265 if test "$no_cache" != 1; then
6266 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
6267 fi
6268
6269 if test "$wxUSE_PROTOCOL_FTP" = yes; then
6270 echo "$as_me:$LINENO: result: yes" >&5
6271 echo "${ECHO_T}yes" >&6
6272 else
6273 echo "$as_me:$LINENO: result: no" >&5
6274 echo "${ECHO_T}no" >&6
6275 fi
6276
6277
6278 enablestring=
6279 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
6280 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
6281 no_cache=0
6282 # Check whether --enable-protocol_file or --disable-protocol_file was given.
6283 if test "${enable_protocol_file+set}" = set; then
6284 enableval="$enable_protocol_file"
6285
6286 if test "$enableval" = yes; then
6287 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
6288 else
6289 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
6290 fi
6291
6292 else
6293
6294 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
6295 if test "x$LINE" != x ; then
6296 eval "DEFAULT_$LINE"
6297 else
6298 no_cache=1
6299 fi
6300
6301 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
6302
6303 fi;
6304
6305 eval "$ac_cv_use_protocol_file"
6306 if test "$no_cache" != 1; then
6307 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
6308 fi
6309
6310 if test "$wxUSE_PROTOCOL_FILE" = yes; then
6311 echo "$as_me:$LINENO: result: yes" >&5
6312 echo "${ECHO_T}yes" >&6
6313 else
6314 echo "$as_me:$LINENO: result: no" >&5
6315 echo "${ECHO_T}no" >&6
6316 fi
6317
6318
6319
6320
6321
6322 enablestring=
6323 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
6324 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
6325 no_cache=0
6326 # Check whether --enable-threads or --disable-threads was given.
6327 if test "${enable_threads+set}" = set; then
6328 enableval="$enable_threads"
6329
6330 if test "$enableval" = yes; then
6331 ac_cv_use_threads='wxUSE_THREADS=yes'
6332 else
6333 ac_cv_use_threads='wxUSE_THREADS=no'
6334 fi
6335
6336 else
6337
6338 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
6339 if test "x$LINE" != x ; then
6340 eval "DEFAULT_$LINE"
6341 else
6342 no_cache=1
6343 fi
6344
6345 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
6346
6347 fi;
6348
6349 eval "$ac_cv_use_threads"
6350 if test "$no_cache" != 1; then
6351 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
6352 fi
6353
6354 if test "$wxUSE_THREADS" = yes; then
6355 echo "$as_me:$LINENO: result: yes" >&5
6356 echo "${ECHO_T}yes" >&6
6357 else
6358 echo "$as_me:$LINENO: result: no" >&5
6359 echo "${ECHO_T}no" >&6
6360 fi
6361
6362
6363 if test "$wxUSE_GUI" = "yes"; then
6364
6365
6366
6367 enablestring=
6368 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
6369 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
6370 no_cache=0
6371 # Check whether --enable-docview or --disable-docview was given.
6372 if test "${enable_docview+set}" = set; then
6373 enableval="$enable_docview"
6374
6375 if test "$enableval" = yes; then
6376 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
6377 else
6378 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
6379 fi
6380
6381 else
6382
6383 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
6384 if test "x$LINE" != x ; then
6385 eval "DEFAULT_$LINE"
6386 else
6387 no_cache=1
6388 fi
6389
6390 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
6391
6392 fi;
6393
6394 eval "$ac_cv_use_docview"
6395 if test "$no_cache" != 1; then
6396 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
6397 fi
6398
6399 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
6400 echo "$as_me:$LINENO: result: yes" >&5
6401 echo "${ECHO_T}yes" >&6
6402 else
6403 echo "$as_me:$LINENO: result: no" >&5
6404 echo "${ECHO_T}no" >&6
6405 fi
6406
6407
6408 enablestring=
6409 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
6410 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
6411 no_cache=0
6412 # Check whether --enable-help or --disable-help was given.
6413 if test "${enable_help+set}" = set; then
6414 enableval="$enable_help"
6415
6416 if test "$enableval" = yes; then
6417 ac_cv_use_help='wxUSE_HELP=yes'
6418 else
6419 ac_cv_use_help='wxUSE_HELP=no'
6420 fi
6421
6422 else
6423
6424 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
6425 if test "x$LINE" != x ; then
6426 eval "DEFAULT_$LINE"
6427 else
6428 no_cache=1
6429 fi
6430
6431 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
6432
6433 fi;
6434
6435 eval "$ac_cv_use_help"
6436 if test "$no_cache" != 1; then
6437 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
6438 fi
6439
6440 if test "$wxUSE_HELP" = yes; then
6441 echo "$as_me:$LINENO: result: yes" >&5
6442 echo "${ECHO_T}yes" >&6
6443 else
6444 echo "$as_me:$LINENO: result: no" >&5
6445 echo "${ECHO_T}no" >&6
6446 fi
6447
6448
6449 enablestring=
6450 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
6451 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
6452 no_cache=0
6453 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
6454 if test "${enable_mshtmlhelp+set}" = set; then
6455 enableval="$enable_mshtmlhelp"
6456
6457 if test "$enableval" = yes; then
6458 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
6459 else
6460 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
6461 fi
6462
6463 else
6464
6465 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
6466 if test "x$LINE" != x ; then
6467 eval "DEFAULT_$LINE"
6468 else
6469 no_cache=1
6470 fi
6471
6472 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
6473
6474 fi;
6475
6476 eval "$ac_cv_use_mshtmlhelp"
6477 if test "$no_cache" != 1; then
6478 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
6479 fi
6480
6481 if test "$wxUSE_MS_HTML_HELP" = yes; then
6482 echo "$as_me:$LINENO: result: yes" >&5
6483 echo "${ECHO_T}yes" >&6
6484 else
6485 echo "$as_me:$LINENO: result: no" >&5
6486 echo "${ECHO_T}no" >&6
6487 fi
6488
6489
6490 enablestring=
6491 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
6492 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
6493 no_cache=0
6494 # Check whether --enable-html or --disable-html was given.
6495 if test "${enable_html+set}" = set; then
6496 enableval="$enable_html"
6497
6498 if test "$enableval" = yes; then
6499 ac_cv_use_html='wxUSE_HTML=yes'
6500 else
6501 ac_cv_use_html='wxUSE_HTML=no'
6502 fi
6503
6504 else
6505
6506 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
6507 if test "x$LINE" != x ; then
6508 eval "DEFAULT_$LINE"
6509 else
6510 no_cache=1
6511 fi
6512
6513 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
6514
6515 fi;
6516
6517 eval "$ac_cv_use_html"
6518 if test "$no_cache" != 1; then
6519 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
6520 fi
6521
6522 if test "$wxUSE_HTML" = yes; then
6523 echo "$as_me:$LINENO: result: yes" >&5
6524 echo "${ECHO_T}yes" >&6
6525 else
6526 echo "$as_me:$LINENO: result: no" >&5
6527 echo "${ECHO_T}no" >&6
6528 fi
6529
6530
6531 enablestring=
6532 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
6533 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
6534 no_cache=0
6535 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
6536 if test "${enable_htmlhelp+set}" = set; then
6537 enableval="$enable_htmlhelp"
6538
6539 if test "$enableval" = yes; then
6540 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
6541 else
6542 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
6543 fi
6544
6545 else
6546
6547 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
6548 if test "x$LINE" != x ; then
6549 eval "DEFAULT_$LINE"
6550 else
6551 no_cache=1
6552 fi
6553
6554 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
6555
6556 fi;
6557
6558 eval "$ac_cv_use_htmlhelp"
6559 if test "$no_cache" != 1; then
6560 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
6561 fi
6562
6563 if test "$wxUSE_WXHTML_HELP" = yes; then
6564 echo "$as_me:$LINENO: result: yes" >&5
6565 echo "${ECHO_T}yes" >&6
6566 else
6567 echo "$as_me:$LINENO: result: no" >&5
6568 echo "${ECHO_T}no" >&6
6569 fi
6570
6571
6572 enablestring=
6573 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
6574 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6
6575 no_cache=0
6576 # Check whether --enable-xrc or --disable-xrc was given.
6577 if test "${enable_xrc+set}" = set; then
6578 enableval="$enable_xrc"
6579
6580 if test "$enableval" = yes; then
6581 ac_cv_use_xrc='wxUSE_XRC=yes'
6582 else
6583 ac_cv_use_xrc='wxUSE_XRC=no'
6584 fi
6585
6586 else
6587
6588 LINE=`grep "wxUSE_XRC" ${wx_arg_cache_file}`
6589 if test "x$LINE" != x ; then
6590 eval "DEFAULT_$LINE"
6591 else
6592 no_cache=1
6593 fi
6594
6595 ac_cv_use_xrc='wxUSE_XRC='$DEFAULT_wxUSE_XRC
6596
6597 fi;
6598
6599 eval "$ac_cv_use_xrc"
6600 if test "$no_cache" != 1; then
6601 echo $ac_cv_use_xrc >> ${wx_arg_cache_file}.tmp
6602 fi
6603
6604 if test "$wxUSE_XRC" = yes; then
6605 echo "$as_me:$LINENO: result: yes" >&5
6606 echo "${ECHO_T}yes" >&6
6607 else
6608 echo "$as_me:$LINENO: result: no" >&5
6609 echo "${ECHO_T}no" >&6
6610 fi
6611
6612
6613 enablestring=
6614 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
6615 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
6616 no_cache=0
6617 # Check whether --enable-constraints or --disable-constraints was given.
6618 if test "${enable_constraints+set}" = set; then
6619 enableval="$enable_constraints"
6620
6621 if test "$enableval" = yes; then
6622 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
6623 else
6624 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
6625 fi
6626
6627 else
6628
6629 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
6630 if test "x$LINE" != x ; then
6631 eval "DEFAULT_$LINE"
6632 else
6633 no_cache=1
6634 fi
6635
6636 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
6637
6638 fi;
6639
6640 eval "$ac_cv_use_constraints"
6641 if test "$no_cache" != 1; then
6642 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
6643 fi
6644
6645 if test "$wxUSE_CONSTRAINTS" = yes; then
6646 echo "$as_me:$LINENO: result: yes" >&5
6647 echo "${ECHO_T}yes" >&6
6648 else
6649 echo "$as_me:$LINENO: result: no" >&5
6650 echo "${ECHO_T}no" >&6
6651 fi
6652
6653
6654 enablestring=
6655 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
6656 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
6657 no_cache=0
6658 # Check whether --enable-printarch or --disable-printarch was given.
6659 if test "${enable_printarch+set}" = set; then
6660 enableval="$enable_printarch"
6661
6662 if test "$enableval" = yes; then
6663 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
6664 else
6665 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
6666 fi
6667
6668 else
6669
6670 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
6671 if test "x$LINE" != x ; then
6672 eval "DEFAULT_$LINE"
6673 else
6674 no_cache=1
6675 fi
6676
6677 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
6678
6679 fi;
6680
6681 eval "$ac_cv_use_printarch"
6682 if test "$no_cache" != 1; then
6683 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6684 fi
6685
6686 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
6687 echo "$as_me:$LINENO: result: yes" >&5
6688 echo "${ECHO_T}yes" >&6
6689 else
6690 echo "$as_me:$LINENO: result: no" >&5
6691 echo "${ECHO_T}no" >&6
6692 fi
6693
6694
6695 enablestring=
6696 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6697 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
6698 no_cache=0
6699 # Check whether --enable-mdi or --disable-mdi was given.
6700 if test "${enable_mdi+set}" = set; then
6701 enableval="$enable_mdi"
6702
6703 if test "$enableval" = yes; then
6704 ac_cv_use_mdi='wxUSE_MDI=yes'
6705 else
6706 ac_cv_use_mdi='wxUSE_MDI=no'
6707 fi
6708
6709 else
6710
6711 LINE=`grep "wxUSE_MDI" ${wx_arg_cache_file}`
6712 if test "x$LINE" != x ; then
6713 eval "DEFAULT_$LINE"
6714 else
6715 no_cache=1
6716 fi
6717
6718 ac_cv_use_mdi='wxUSE_MDI='$DEFAULT_wxUSE_MDI
6719
6720 fi;
6721
6722 eval "$ac_cv_use_mdi"
6723 if test "$no_cache" != 1; then
6724 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6725 fi
6726
6727 if test "$wxUSE_MDI" = yes; then
6728 echo "$as_me:$LINENO: result: yes" >&5
6729 echo "${ECHO_T}yes" >&6
6730 else
6731 echo "$as_me:$LINENO: result: no" >&5
6732 echo "${ECHO_T}no" >&6
6733 fi
6734
6735
6736 enablestring=
6737 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
6738 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6
6739 no_cache=0
6740 # Check whether --enable-mdidoc or --disable-mdidoc was given.
6741 if test "${enable_mdidoc+set}" = set; then
6742 enableval="$enable_mdidoc"
6743
6744 if test "$enableval" = yes; then
6745 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes'
6746 else
6747 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
6748 fi
6749
6750 else
6751
6752 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6753 if test "x$LINE" != x ; then
6754 eval "DEFAULT_$LINE"
6755 else
6756 no_cache=1
6757 fi
6758
6759 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
6760
6761 fi;
6762
6763 eval "$ac_cv_use_mdidoc"
6764 if test "$no_cache" != 1; then
6765 echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp
6766 fi
6767
6768 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
6769 echo "$as_me:$LINENO: result: yes" >&5
6770 echo "${ECHO_T}yes" >&6
6771 else
6772 echo "$as_me:$LINENO: result: no" >&5
6773 echo "${ECHO_T}no" >&6
6774 fi
6775
6776
6777 enablestring=
6778 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6779 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6780 no_cache=0
6781 # Check whether --enable-loggui or --disable-loggui was given.
6782 if test "${enable_loggui+set}" = set; then
6783 enableval="$enable_loggui"
6784
6785 if test "$enableval" = yes; then
6786 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
6787 else
6788 ac_cv_use_loggui='wxUSE_LOGGUI=no'
6789 fi
6790
6791 else
6792
6793 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6794 if test "x$LINE" != x ; then
6795 eval "DEFAULT_$LINE"
6796 else
6797 no_cache=1
6798 fi
6799
6800 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
6801
6802 fi;
6803
6804 eval "$ac_cv_use_loggui"
6805 if test "$no_cache" != 1; then
6806 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6807 fi
6808
6809 if test "$wxUSE_LOGGUI" = yes; then
6810 echo "$as_me:$LINENO: result: yes" >&5
6811 echo "${ECHO_T}yes" >&6
6812 else
6813 echo "$as_me:$LINENO: result: no" >&5
6814 echo "${ECHO_T}no" >&6
6815 fi
6816
6817
6818 enablestring=
6819 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6820 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6821 no_cache=0
6822 # Check whether --enable-logwin or --disable-logwin was given.
6823 if test "${enable_logwin+set}" = set; then
6824 enableval="$enable_logwin"
6825
6826 if test "$enableval" = yes; then
6827 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
6828 else
6829 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
6830 fi
6831
6832 else
6833
6834 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6835 if test "x$LINE" != x ; then
6836 eval "DEFAULT_$LINE"
6837 else
6838 no_cache=1
6839 fi
6840
6841 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
6842
6843 fi;
6844
6845 eval "$ac_cv_use_logwin"
6846 if test "$no_cache" != 1; then
6847 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6848 fi
6849
6850 if test "$wxUSE_LOGWINDOW" = yes; then
6851 echo "$as_me:$LINENO: result: yes" >&5
6852 echo "${ECHO_T}yes" >&6
6853 else
6854 echo "$as_me:$LINENO: result: no" >&5
6855 echo "${ECHO_T}no" >&6
6856 fi
6857
6858
6859 enablestring=
6860 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6861 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6862 no_cache=0
6863 # Check whether --enable-logdialog or --disable-logdialog was given.
6864 if test "${enable_logdialog+set}" = set; then
6865 enableval="$enable_logdialog"
6866
6867 if test "$enableval" = yes; then
6868 ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
6869 else
6870 ac_cv_use_logdialog='wxUSE_LOGDIALOG=no'
6871 fi
6872
6873 else
6874
6875 LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6876 if test "x$LINE" != x ; then
6877 eval "DEFAULT_$LINE"
6878 else
6879 no_cache=1
6880 fi
6881
6882 ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
6883
6884 fi;
6885
6886 eval "$ac_cv_use_logdialog"
6887 if test "$no_cache" != 1; then
6888 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6889 fi
6890
6891 if test "$wxUSE_LOGDIALOG" = yes; then
6892 echo "$as_me:$LINENO: result: yes" >&5
6893 echo "${ECHO_T}yes" >&6
6894 else
6895 echo "$as_me:$LINENO: result: no" >&5
6896 echo "${ECHO_T}no" >&6
6897 fi
6898
6899
6900 enablestring=
6901 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
6902 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6
6903 no_cache=0
6904 # Check whether --enable-webkit or --disable-webkit was given.
6905 if test "${enable_webkit+set}" = set; then
6906 enableval="$enable_webkit"
6907
6908 if test "$enableval" = yes; then
6909 ac_cv_use_webkit='wxUSE_WEBKIT=yes'
6910 else
6911 ac_cv_use_webkit='wxUSE_WEBKIT=no'
6912 fi
6913
6914 else
6915
6916 LINE=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}`
6917 if test "x$LINE" != x ; then
6918 eval "DEFAULT_$LINE"
6919 else
6920 no_cache=1
6921 fi
6922
6923 ac_cv_use_webkit='wxUSE_WEBKIT='$DEFAULT_wxUSE_WEBKIT
6924
6925 fi;
6926
6927 eval "$ac_cv_use_webkit"
6928 if test "$no_cache" != 1; then
6929 echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp
6930 fi
6931
6932 if test "$wxUSE_WEBKIT" = yes; then
6933 echo "$as_me:$LINENO: result: yes" >&5
6934 echo "${ECHO_T}yes" >&6
6935 else
6936 echo "$as_me:$LINENO: result: no" >&5
6937 echo "${ECHO_T}no" >&6
6938 fi
6939
6940
6941
6942 enablestring=
6943 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
6944 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
6945 no_cache=0
6946 # Check whether --enable-postscript or --disable-postscript was given.
6947 if test "${enable_postscript+set}" = set; then
6948 enableval="$enable_postscript"
6949
6950 if test "$enableval" = yes; then
6951 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
6952 else
6953 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
6954 fi
6955
6956 else
6957
6958 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
6959 if test "x$LINE" != x ; then
6960 eval "DEFAULT_$LINE"
6961 else
6962 no_cache=1
6963 fi
6964
6965 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
6966
6967 fi;
6968
6969 eval "$ac_cv_use_postscript"
6970 if test "$no_cache" != 1; then
6971 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
6972 fi
6973
6974 if test "$wxUSE_POSTSCRIPT" = yes; then
6975 echo "$as_me:$LINENO: result: yes" >&5
6976 echo "${ECHO_T}yes" >&6
6977 else
6978 echo "$as_me:$LINENO: result: no" >&5
6979 echo "${ECHO_T}no" >&6
6980 fi
6981
6982
6983
6984
6985
6986 enablestring=
6987 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
6988 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
6989 no_cache=0
6990 # Check whether --enable-prologio or --disable-prologio was given.
6991 if test "${enable_prologio+set}" = set; then
6992 enableval="$enable_prologio"
6993
6994 if test "$enableval" = yes; then
6995 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
6996 else
6997 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
6998 fi
6999
7000 else
7001
7002 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
7003 if test "x$LINE" != x ; then
7004 eval "DEFAULT_$LINE"
7005 else
7006 no_cache=1
7007 fi
7008
7009 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
7010
7011 fi;
7012
7013 eval "$ac_cv_use_prologio"
7014 if test "$no_cache" != 1; then
7015 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
7016 fi
7017
7018 if test "$wxUSE_PROLOGIO" = yes; then
7019 echo "$as_me:$LINENO: result: yes" >&5
7020 echo "${ECHO_T}yes" >&6
7021 else
7022 echo "$as_me:$LINENO: result: no" >&5
7023 echo "${ECHO_T}no" >&6
7024 fi
7025
7026
7027 enablestring=
7028 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
7029 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
7030 no_cache=0
7031 # Check whether --enable-resources or --disable-resources was given.
7032 if test "${enable_resources+set}" = set; then
7033 enableval="$enable_resources"
7034
7035 if test "$enableval" = yes; then
7036 ac_cv_use_resources='wxUSE_RESOURCES=yes'
7037 else
7038 ac_cv_use_resources='wxUSE_RESOURCES=no'
7039 fi
7040
7041 else
7042
7043 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
7044 if test "x$LINE" != x ; then
7045 eval "DEFAULT_$LINE"
7046 else
7047 no_cache=1
7048 fi
7049
7050 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
7051
7052 fi;
7053
7054 eval "$ac_cv_use_resources"
7055 if test "$no_cache" != 1; then
7056 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
7057 fi
7058
7059 if test "$wxUSE_RESOURCES" = yes; then
7060 echo "$as_me:$LINENO: result: yes" >&5
7061 echo "${ECHO_T}yes" >&6
7062 else
7063 echo "$as_me:$LINENO: result: no" >&5
7064 echo "${ECHO_T}no" >&6
7065 fi
7066
7067
7068
7069
7070 enablestring=
7071 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
7072 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
7073 no_cache=0
7074 # Check whether --enable-clipboard or --disable-clipboard was given.
7075 if test "${enable_clipboard+set}" = set; then
7076 enableval="$enable_clipboard"
7077
7078 if test "$enableval" = yes; then
7079 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
7080 else
7081 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
7082 fi
7083
7084 else
7085
7086 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
7087 if test "x$LINE" != x ; then
7088 eval "DEFAULT_$LINE"
7089 else
7090 no_cache=1
7091 fi
7092
7093 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
7094
7095 fi;
7096
7097 eval "$ac_cv_use_clipboard"
7098 if test "$no_cache" != 1; then
7099 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
7100 fi
7101
7102 if test "$wxUSE_CLIPBOARD" = yes; then
7103 echo "$as_me:$LINENO: result: yes" >&5
7104 echo "${ECHO_T}yes" >&6
7105 else
7106 echo "$as_me:$LINENO: result: no" >&5
7107 echo "${ECHO_T}no" >&6
7108 fi
7109
7110
7111 enablestring=
7112 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
7113 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
7114 no_cache=0
7115 # Check whether --enable-dnd or --disable-dnd was given.
7116 if test "${enable_dnd+set}" = set; then
7117 enableval="$enable_dnd"
7118
7119 if test "$enableval" = yes; then
7120 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
7121 else
7122 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
7123 fi
7124
7125 else
7126
7127 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
7128 if test "x$LINE" != x ; then
7129 eval "DEFAULT_$LINE"
7130 else
7131 no_cache=1
7132 fi
7133
7134 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
7135
7136 fi;
7137
7138 eval "$ac_cv_use_dnd"
7139 if test "$no_cache" != 1; then
7140 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
7141 fi
7142
7143 if test "$wxUSE_DRAG_AND_DROP" = yes; then
7144 echo "$as_me:$LINENO: result: yes" >&5
7145 echo "${ECHO_T}yes" >&6
7146 else
7147 echo "$as_me:$LINENO: result: no" >&5
7148 echo "${ECHO_T}no" >&6
7149 fi
7150
7151
7152 enablestring=
7153 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
7154 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
7155 no_cache=0
7156 # Check whether --enable-metafile or --disable-metafile was given.
7157 if test "${enable_metafile+set}" = set; then
7158 enableval="$enable_metafile"
7159
7160 if test "$enableval" = yes; then
7161 ac_cv_use_metafile='wxUSE_METAFILE=yes'
7162 else
7163 ac_cv_use_metafile='wxUSE_METAFILE=no'
7164 fi
7165
7166 else
7167
7168 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7169 if test "x$LINE" != x ; then
7170 eval "DEFAULT_$LINE"
7171 else
7172 no_cache=1
7173 fi
7174
7175 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7176
7177 fi;
7178
7179 eval "$ac_cv_use_metafile"
7180 if test "$no_cache" != 1; then
7181 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7182 fi
7183
7184 if test "$wxUSE_METAFILE" = yes; then
7185 echo "$as_me:$LINENO: result: yes" >&5
7186 echo "${ECHO_T}yes" >&6
7187 else
7188 echo "$as_me:$LINENO: result: no" >&5
7189 echo "${ECHO_T}no" >&6
7190 fi
7191
7192
7193
7194
7195
7196 enablestring=
7197 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
7198 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
7199 no_cache=0
7200 # Check whether --enable-controls or --disable-controls was given.
7201 if test "${enable_controls+set}" = set; then
7202 enableval="$enable_controls"
7203
7204 if test "$enableval" = yes; then
7205 ac_cv_use_controls='wxUSE_CONTROLS=yes'
7206 else
7207 ac_cv_use_controls='wxUSE_CONTROLS=no'
7208 fi
7209
7210 else
7211
7212 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
7213 if test "x$LINE" != x ; then
7214 eval "DEFAULT_$LINE"
7215 else
7216 no_cache=1
7217 fi
7218
7219 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
7220
7221 fi;
7222
7223 eval "$ac_cv_use_controls"
7224 if test "$no_cache" != 1; then
7225 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
7226 fi
7227
7228 if test "$wxUSE_CONTROLS" = yes; then
7229 echo "$as_me:$LINENO: result: yes" >&5
7230 echo "${ECHO_T}yes" >&6
7231 else
7232 echo "$as_me:$LINENO: result: no" >&5
7233 echo "${ECHO_T}no" >&6
7234 fi
7235
7236
7237 if test "$wxUSE_CONTROLS" = "yes"; then
7238 DEFAULT_wxUSE_ACCEL=yes
7239 DEFAULT_wxUSE_BMPBUTTON=yes
7240 DEFAULT_wxUSE_BUTTON=yes
7241 DEFAULT_wxUSE_CALCTRL=yes
7242 DEFAULT_wxUSE_CARET=yes
7243 DEFAULT_wxUSE_COMBOBOX=yes
7244 DEFAULT_wxUSE_CHECKBOX=yes
7245 DEFAULT_wxUSE_CHECKLISTBOX=yes
7246 DEFAULT_wxUSE_CHOICE=yes
7247 DEFAULT_wxUSE_CHOICEBOOK=yes
7248 DEFAULT_wxUSE_DATEPICKCTRL=yes
7249 DEFAULT_wxUSE_GAUGE=yes
7250 DEFAULT_wxUSE_GRID=yes
7251 DEFAULT_wxUSE_IMAGLIST=yes
7252 DEFAULT_wxUSE_LISTBOOK=yes
7253 DEFAULT_wxUSE_LISTBOX=yes
7254 DEFAULT_wxUSE_LISTCTRL=yes
7255 DEFAULT_wxUSE_NOTEBOOK=yes
7256 DEFAULT_wxUSE_RADIOBOX=yes
7257 DEFAULT_wxUSE_RADIOBTN=yes
7258 DEFAULT_wxUSE_SASH=yes
7259 DEFAULT_wxUSE_SCROLLBAR=yes
7260 DEFAULT_wxUSE_SLIDER=yes
7261 DEFAULT_wxUSE_SPINBTN=yes
7262 DEFAULT_wxUSE_SPINCTRL=yes
7263 DEFAULT_wxUSE_SPLITTER=yes
7264 DEFAULT_wxUSE_STATBMP=yes
7265 DEFAULT_wxUSE_STATBOX=yes
7266 DEFAULT_wxUSE_STATLINE=yes
7267 DEFAULT_wxUSE_STATUSBAR=yes
7268 DEFAULT_wxUSE_TAB_DIALOG=yes
7269 DEFAULT_wxUSE_TOGGLEBTN=yes
7270 DEFAULT_wxUSE_TOOLBAR=yes
7271 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
7272 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
7273 DEFAULT_wxUSE_TOOLTIPS=yes
7274 DEFAULT_wxUSE_TREECTRL=yes
7275 DEFAULT_wxUSE_POPUPWIN=yes
7276 DEFAULT_wxUSE_TIPWINDOW=yes
7277 elif test "$wxUSE_CONTROLS" = "no"; then
7278 DEFAULT_wxUSE_ACCEL=no
7279 DEFAULT_wxUSE_BMPBUTTON=no
7280 DEFAULT_wxUSE_BUTTON=no
7281 DEFAULT_wxUSE_CALCTRL=no
7282 DEFAULT_wxUSE_CARET=no
7283 DEFAULT_wxUSE_COMBOBOX=no
7284 DEFAULT_wxUSE_CHECKBOX=no
7285 DEFAULT_wxUSE_CHECKLISTBOX=no
7286 DEFAULT_wxUSE_CHOICE=no
7287 DEFAULT_wxUSE_CHOICEBOOK=no
7288 DEFAULT_wxUSE_DATEPICKCTRL=no
7289 DEFAULT_wxUSE_GAUGE=no
7290 DEFAULT_wxUSE_GRID=no
7291 DEFAULT_wxUSE_IMAGLIST=no
7292 DEFAULT_wxUSE_LISTBOOK=no
7293 DEFAULT_wxUSE_LISTBOX=no
7294 DEFAULT_wxUSE_LISTCTRL=no
7295 DEFAULT_wxUSE_NOTEBOOK=no
7296 DEFAULT_wxUSE_RADIOBOX=no
7297 DEFAULT_wxUSE_RADIOBTN=no
7298 DEFAULT_wxUSE_SASH=no
7299 DEFAULT_wxUSE_SCROLLBAR=no
7300 DEFAULT_wxUSE_SLIDER=no
7301 DEFAULT_wxUSE_SPINBTN=no
7302 DEFAULT_wxUSE_SPINCTRL=no
7303 DEFAULT_wxUSE_SPLITTER=no
7304 DEFAULT_wxUSE_STATBMP=no
7305 DEFAULT_wxUSE_STATBOX=no
7306 DEFAULT_wxUSE_STATLINE=no
7307 DEFAULT_wxUSE_STATUSBAR=no
7308 DEFAULT_wxUSE_TAB_DIALOG=no
7309 DEFAULT_wxUSE_TOGGLEBTN=no
7310 DEFAULT_wxUSE_TOOLBAR=no
7311 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
7312 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
7313 DEFAULT_wxUSE_TOOLTIPS=no
7314 DEFAULT_wxUSE_TREECTRL=no
7315 DEFAULT_wxUSE_POPUPWIN=no
7316 DEFAULT_wxUSE_TIPWINDOW=no
7317 fi
7318
7319
7320 enablestring=
7321 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
7322 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
7323 no_cache=0
7324 # Check whether --enable-accel or --disable-accel was given.
7325 if test "${enable_accel+set}" = set; then
7326 enableval="$enable_accel"
7327
7328 if test "$enableval" = yes; then
7329 ac_cv_use_accel='wxUSE_ACCEL=yes'
7330 else
7331 ac_cv_use_accel='wxUSE_ACCEL=no'
7332 fi
7333
7334 else
7335
7336 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
7337 if test "x$LINE" != x ; then
7338 eval "DEFAULT_$LINE"
7339 else
7340 no_cache=1
7341 fi
7342
7343 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
7344
7345 fi;
7346
7347 eval "$ac_cv_use_accel"
7348 if test "$no_cache" != 1; then
7349 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
7350 fi
7351
7352 if test "$wxUSE_ACCEL" = yes; then
7353 echo "$as_me:$LINENO: result: yes" >&5
7354 echo "${ECHO_T}yes" >&6
7355 else
7356 echo "$as_me:$LINENO: result: no" >&5
7357 echo "${ECHO_T}no" >&6
7358 fi
7359
7360
7361 enablestring=
7362 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
7363 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
7364 no_cache=0
7365 # Check whether --enable-button or --disable-button was given.
7366 if test "${enable_button+set}" = set; then
7367 enableval="$enable_button"
7368
7369 if test "$enableval" = yes; then
7370 ac_cv_use_button='wxUSE_BUTTON=yes'
7371 else
7372 ac_cv_use_button='wxUSE_BUTTON=no'
7373 fi
7374
7375 else
7376
7377 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
7378 if test "x$LINE" != x ; then
7379 eval "DEFAULT_$LINE"
7380 else
7381 no_cache=1
7382 fi
7383
7384 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
7385
7386 fi;
7387
7388 eval "$ac_cv_use_button"
7389 if test "$no_cache" != 1; then
7390 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
7391 fi
7392
7393 if test "$wxUSE_BUTTON" = yes; then
7394 echo "$as_me:$LINENO: result: yes" >&5
7395 echo "${ECHO_T}yes" >&6
7396 else
7397 echo "$as_me:$LINENO: result: no" >&5
7398 echo "${ECHO_T}no" >&6
7399 fi
7400
7401
7402 enablestring=
7403 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
7404 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
7405 no_cache=0
7406 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
7407 if test "${enable_bmpbutton+set}" = set; then
7408 enableval="$enable_bmpbutton"
7409
7410 if test "$enableval" = yes; then
7411 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
7412 else
7413 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
7414 fi
7415
7416 else
7417
7418 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
7419 if test "x$LINE" != x ; then
7420 eval "DEFAULT_$LINE"
7421 else
7422 no_cache=1
7423 fi
7424
7425 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
7426
7427 fi;
7428
7429 eval "$ac_cv_use_bmpbutton"
7430 if test "$no_cache" != 1; then
7431 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
7432 fi
7433
7434 if test "$wxUSE_BMPBUTTON" = yes; then
7435 echo "$as_me:$LINENO: result: yes" >&5
7436 echo "${ECHO_T}yes" >&6
7437 else
7438 echo "$as_me:$LINENO: result: no" >&5
7439 echo "${ECHO_T}no" >&6
7440 fi
7441
7442
7443 enablestring=
7444 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
7445 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
7446 no_cache=0
7447 # Check whether --enable-calendar or --disable-calendar was given.
7448 if test "${enable_calendar+set}" = set; then
7449 enableval="$enable_calendar"
7450
7451 if test "$enableval" = yes; then
7452 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
7453 else
7454 ac_cv_use_calendar='wxUSE_CALCTRL=no'
7455 fi
7456
7457 else
7458
7459 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
7460 if test "x$LINE" != x ; then
7461 eval "DEFAULT_$LINE"
7462 else
7463 no_cache=1
7464 fi
7465
7466 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
7467
7468 fi;
7469
7470 eval "$ac_cv_use_calendar"
7471 if test "$no_cache" != 1; then
7472 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
7473 fi
7474
7475 if test "$wxUSE_CALCTRL" = yes; then
7476 echo "$as_me:$LINENO: result: yes" >&5
7477 echo "${ECHO_T}yes" >&6
7478 else
7479 echo "$as_me:$LINENO: result: no" >&5
7480 echo "${ECHO_T}no" >&6
7481 fi
7482
7483
7484 enablestring=
7485 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
7486 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
7487 no_cache=0
7488 # Check whether --enable-caret or --disable-caret was given.
7489 if test "${enable_caret+set}" = set; then
7490 enableval="$enable_caret"
7491
7492 if test "$enableval" = yes; then
7493 ac_cv_use_caret='wxUSE_CARET=yes'
7494 else
7495 ac_cv_use_caret='wxUSE_CARET=no'
7496 fi
7497
7498 else
7499
7500 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
7501 if test "x$LINE" != x ; then
7502 eval "DEFAULT_$LINE"
7503 else
7504 no_cache=1
7505 fi
7506
7507 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
7508
7509 fi;
7510
7511 eval "$ac_cv_use_caret"
7512 if test "$no_cache" != 1; then
7513 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
7514 fi
7515
7516 if test "$wxUSE_CARET" = yes; then
7517 echo "$as_me:$LINENO: result: yes" >&5
7518 echo "${ECHO_T}yes" >&6
7519 else
7520 echo "$as_me:$LINENO: result: no" >&5
7521 echo "${ECHO_T}no" >&6
7522 fi
7523
7524
7525 enablestring=
7526 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
7527 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
7528 no_cache=0
7529 # Check whether --enable-checkbox or --disable-checkbox was given.
7530 if test "${enable_checkbox+set}" = set; then
7531 enableval="$enable_checkbox"
7532
7533 if test "$enableval" = yes; then
7534 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
7535 else
7536 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
7537 fi
7538
7539 else
7540
7541 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
7542 if test "x$LINE" != x ; then
7543 eval "DEFAULT_$LINE"
7544 else
7545 no_cache=1
7546 fi
7547
7548 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
7549
7550 fi;
7551
7552 eval "$ac_cv_use_checkbox"
7553 if test "$no_cache" != 1; then
7554 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
7555 fi
7556
7557 if test "$wxUSE_CHECKBOX" = yes; then
7558 echo "$as_me:$LINENO: result: yes" >&5
7559 echo "${ECHO_T}yes" >&6
7560 else
7561 echo "$as_me:$LINENO: result: no" >&5
7562 echo "${ECHO_T}no" >&6
7563 fi
7564
7565
7566 enablestring=
7567 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
7568 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
7569 no_cache=0
7570 # Check whether --enable-checklst or --disable-checklst was given.
7571 if test "${enable_checklst+set}" = set; then
7572 enableval="$enable_checklst"
7573
7574 if test "$enableval" = yes; then
7575 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
7576 else
7577 ac_cv_use_checklst='wxUSE_CHECKLST=no'
7578 fi
7579
7580 else
7581
7582 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
7583 if test "x$LINE" != x ; then
7584 eval "DEFAULT_$LINE"
7585 else
7586 no_cache=1
7587 fi
7588
7589 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
7590
7591 fi;
7592
7593 eval "$ac_cv_use_checklst"
7594 if test "$no_cache" != 1; then
7595 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
7596 fi
7597
7598 if test "$wxUSE_CHECKLST" = yes; then
7599 echo "$as_me:$LINENO: result: yes" >&5
7600 echo "${ECHO_T}yes" >&6
7601 else
7602 echo "$as_me:$LINENO: result: no" >&5
7603 echo "${ECHO_T}no" >&6
7604 fi
7605
7606
7607 enablestring=
7608 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
7609 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
7610 no_cache=0
7611 # Check whether --enable-choice or --disable-choice was given.
7612 if test "${enable_choice+set}" = set; then
7613 enableval="$enable_choice"
7614
7615 if test "$enableval" = yes; then
7616 ac_cv_use_choice='wxUSE_CHOICE=yes'
7617 else
7618 ac_cv_use_choice='wxUSE_CHOICE=no'
7619 fi
7620
7621 else
7622
7623 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
7624 if test "x$LINE" != x ; then
7625 eval "DEFAULT_$LINE"
7626 else
7627 no_cache=1
7628 fi
7629
7630 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
7631
7632 fi;
7633
7634 eval "$ac_cv_use_choice"
7635 if test "$no_cache" != 1; then
7636 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
7637 fi
7638
7639 if test "$wxUSE_CHOICE" = yes; then
7640 echo "$as_me:$LINENO: result: yes" >&5
7641 echo "${ECHO_T}yes" >&6
7642 else
7643 echo "$as_me:$LINENO: result: no" >&5
7644 echo "${ECHO_T}no" >&6
7645 fi
7646
7647
7648 enablestring=
7649 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
7650 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6
7651 no_cache=0
7652 # Check whether --enable-choicebook or --disable-choicebook was given.
7653 if test "${enable_choicebook+set}" = set; then
7654 enableval="$enable_choicebook"
7655
7656 if test "$enableval" = yes; then
7657 ac_cv_use_choicebook='wxUSE_CHOICEBOOK=yes'
7658 else
7659 ac_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
7660 fi
7661
7662 else
7663
7664 LINE=`grep "wxUSE_CHOICEBOOK" ${wx_arg_cache_file}`
7665 if test "x$LINE" != x ; then
7666 eval "DEFAULT_$LINE"
7667 else
7668 no_cache=1
7669 fi
7670
7671 ac_cv_use_choicebook='wxUSE_CHOICEBOOK='$DEFAULT_wxUSE_CHOICEBOOK
7672
7673 fi;
7674
7675 eval "$ac_cv_use_choicebook"
7676 if test "$no_cache" != 1; then
7677 echo $ac_cv_use_choicebook >> ${wx_arg_cache_file}.tmp
7678 fi
7679
7680 if test "$wxUSE_CHOICEBOOK" = yes; then
7681 echo "$as_me:$LINENO: result: yes" >&5
7682 echo "${ECHO_T}yes" >&6
7683 else
7684 echo "$as_me:$LINENO: result: no" >&5
7685 echo "${ECHO_T}no" >&6
7686 fi
7687
7688
7689 enablestring=
7690 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
7691 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
7692 no_cache=0
7693 # Check whether --enable-combobox or --disable-combobox was given.
7694 if test "${enable_combobox+set}" = set; then
7695 enableval="$enable_combobox"
7696
7697 if test "$enableval" = yes; then
7698 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
7699 else
7700 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
7701 fi
7702
7703 else
7704
7705 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
7706 if test "x$LINE" != x ; then
7707 eval "DEFAULT_$LINE"
7708 else
7709 no_cache=1
7710 fi
7711
7712 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
7713
7714 fi;
7715
7716 eval "$ac_cv_use_combobox"
7717 if test "$no_cache" != 1; then
7718 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
7719 fi
7720
7721 if test "$wxUSE_COMBOBOX" = yes; then
7722 echo "$as_me:$LINENO: result: yes" >&5
7723 echo "${ECHO_T}yes" >&6
7724 else
7725 echo "$as_me:$LINENO: result: no" >&5
7726 echo "${ECHO_T}no" >&6
7727 fi
7728
7729
7730 enablestring=
7731 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
7732 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6
7733 no_cache=0
7734 # Check whether --enable-datepick or --disable-datepick was given.
7735 if test "${enable_datepick+set}" = set; then
7736 enableval="$enable_datepick"
7737
7738 if test "$enableval" = yes; then
7739 ac_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
7740 else
7741 ac_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
7742 fi
7743
7744 else
7745
7746 LINE=`grep "wxUSE_DATEPICKCTRL" ${wx_arg_cache_file}`
7747 if test "x$LINE" != x ; then
7748 eval "DEFAULT_$LINE"
7749 else
7750 no_cache=1
7751 fi
7752
7753 ac_cv_use_datepick='wxUSE_DATEPICKCTRL='$DEFAULT_wxUSE_DATEPICKCTRL
7754
7755 fi;
7756
7757 eval "$ac_cv_use_datepick"
7758 if test "$no_cache" != 1; then
7759 echo $ac_cv_use_datepick >> ${wx_arg_cache_file}.tmp
7760 fi
7761
7762 if test "$wxUSE_DATEPICKCTRL" = yes; then
7763 echo "$as_me:$LINENO: result: yes" >&5
7764 echo "${ECHO_T}yes" >&6
7765 else
7766 echo "$as_me:$LINENO: result: no" >&5
7767 echo "${ECHO_T}no" >&6
7768 fi
7769
7770
7771 enablestring=
7772 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
7773 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
7774 no_cache=0
7775 # Check whether --enable-display or --disable-display was given.
7776 if test "${enable_display+set}" = set; then
7777 enableval="$enable_display"
7778
7779 if test "$enableval" = yes; then
7780 ac_cv_use_display='wxUSE_DISPLAY=yes'
7781 else
7782 ac_cv_use_display='wxUSE_DISPLAY=no'
7783 fi
7784
7785 else
7786
7787 LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
7788 if test "x$LINE" != x ; then
7789 eval "DEFAULT_$LINE"
7790 else
7791 no_cache=1
7792 fi
7793
7794 ac_cv_use_display='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
7795
7796 fi;
7797
7798 eval "$ac_cv_use_display"
7799 if test "$no_cache" != 1; then
7800 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
7801 fi
7802
7803 if test "$wxUSE_DISPLAY" = yes; then
7804 echo "$as_me:$LINENO: result: yes" >&5
7805 echo "${ECHO_T}yes" >&6
7806 else
7807 echo "$as_me:$LINENO: result: no" >&5
7808 echo "${ECHO_T}no" >&6
7809 fi
7810
7811
7812 enablestring=
7813 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
7814 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
7815 no_cache=0
7816 # Check whether --enable-gauge or --disable-gauge was given.
7817 if test "${enable_gauge+set}" = set; then
7818 enableval="$enable_gauge"
7819
7820 if test "$enableval" = yes; then
7821 ac_cv_use_gauge='wxUSE_GAUGE=yes'
7822 else
7823 ac_cv_use_gauge='wxUSE_GAUGE=no'
7824 fi
7825
7826 else
7827
7828 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7829 if test "x$LINE" != x ; then
7830 eval "DEFAULT_$LINE"
7831 else
7832 no_cache=1
7833 fi
7834
7835 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
7836
7837 fi;
7838
7839 eval "$ac_cv_use_gauge"
7840 if test "$no_cache" != 1; then
7841 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7842 fi
7843
7844 if test "$wxUSE_GAUGE" = yes; then
7845 echo "$as_me:$LINENO: result: yes" >&5
7846 echo "${ECHO_T}yes" >&6
7847 else
7848 echo "$as_me:$LINENO: result: no" >&5
7849 echo "${ECHO_T}no" >&6
7850 fi
7851
7852
7853 enablestring=
7854 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7855 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
7856 no_cache=0
7857 # Check whether --enable-grid or --disable-grid was given.
7858 if test "${enable_grid+set}" = set; then
7859 enableval="$enable_grid"
7860
7861 if test "$enableval" = yes; then
7862 ac_cv_use_grid='wxUSE_GRID=yes'
7863 else
7864 ac_cv_use_grid='wxUSE_GRID=no'
7865 fi
7866
7867 else
7868
7869 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7870 if test "x$LINE" != x ; then
7871 eval "DEFAULT_$LINE"
7872 else
7873 no_cache=1
7874 fi
7875
7876 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
7877
7878 fi;
7879
7880 eval "$ac_cv_use_grid"
7881 if test "$no_cache" != 1; then
7882 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7883 fi
7884
7885 if test "$wxUSE_GRID" = yes; then
7886 echo "$as_me:$LINENO: result: yes" >&5
7887 echo "${ECHO_T}yes" >&6
7888 else
7889 echo "$as_me:$LINENO: result: no" >&5
7890 echo "${ECHO_T}no" >&6
7891 fi
7892
7893
7894 enablestring=
7895 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
7896 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
7897 no_cache=0
7898 # Check whether --enable-imaglist or --disable-imaglist was given.
7899 if test "${enable_imaglist+set}" = set; then
7900 enableval="$enable_imaglist"
7901
7902 if test "$enableval" = yes; then
7903 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
7904 else
7905 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
7906 fi
7907
7908 else
7909
7910 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
7911 if test "x$LINE" != x ; then
7912 eval "DEFAULT_$LINE"
7913 else
7914 no_cache=1
7915 fi
7916
7917 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
7918
7919 fi;
7920
7921 eval "$ac_cv_use_imaglist"
7922 if test "$no_cache" != 1; then
7923 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
7924 fi
7925
7926 if test "$wxUSE_IMAGLIST" = yes; then
7927 echo "$as_me:$LINENO: result: yes" >&5
7928 echo "${ECHO_T}yes" >&6
7929 else
7930 echo "$as_me:$LINENO: result: no" >&5
7931 echo "${ECHO_T}no" >&6
7932 fi
7933
7934
7935 enablestring=
7936 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
7937 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
7938 no_cache=0
7939 # Check whether --enable-listbook or --disable-listbook was given.
7940 if test "${enable_listbook+set}" = set; then
7941 enableval="$enable_listbook"
7942
7943 if test "$enableval" = yes; then
7944 ac_cv_use_listbook='wxUSE_LISTBOOK=yes'
7945 else
7946 ac_cv_use_listbook='wxUSE_LISTBOOK=no'
7947 fi
7948
7949 else
7950
7951 LINE=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
7952 if test "x$LINE" != x ; then
7953 eval "DEFAULT_$LINE"
7954 else
7955 no_cache=1
7956 fi
7957
7958 ac_cv_use_listbook='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK
7959
7960 fi;
7961
7962 eval "$ac_cv_use_listbook"
7963 if test "$no_cache" != 1; then
7964 echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
7965 fi
7966
7967 if test "$wxUSE_LISTBOOK" = yes; then
7968 echo "$as_me:$LINENO: result: yes" >&5
7969 echo "${ECHO_T}yes" >&6
7970 else
7971 echo "$as_me:$LINENO: result: no" >&5
7972 echo "${ECHO_T}no" >&6
7973 fi
7974
7975
7976 enablestring=
7977 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
7978 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
7979 no_cache=0
7980 # Check whether --enable-listbox or --disable-listbox was given.
7981 if test "${enable_listbox+set}" = set; then
7982 enableval="$enable_listbox"
7983
7984 if test "$enableval" = yes; then
7985 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
7986 else
7987 ac_cv_use_listbox='wxUSE_LISTBOX=no'
7988 fi
7989
7990 else
7991
7992 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
7993 if test "x$LINE" != x ; then
7994 eval "DEFAULT_$LINE"
7995 else
7996 no_cache=1
7997 fi
7998
7999 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
8000
8001 fi;
8002
8003 eval "$ac_cv_use_listbox"
8004 if test "$no_cache" != 1; then
8005 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
8006 fi
8007
8008 if test "$wxUSE_LISTBOX" = yes; then
8009 echo "$as_me:$LINENO: result: yes" >&5
8010 echo "${ECHO_T}yes" >&6
8011 else
8012 echo "$as_me:$LINENO: result: no" >&5
8013 echo "${ECHO_T}no" >&6
8014 fi
8015
8016
8017 enablestring=
8018 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
8019 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
8020 no_cache=0
8021 # Check whether --enable-listctrl or --disable-listctrl was given.
8022 if test "${enable_listctrl+set}" = set; then
8023 enableval="$enable_listctrl"
8024
8025 if test "$enableval" = yes; then
8026 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
8027 else
8028 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
8029 fi
8030
8031 else
8032
8033 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
8034 if test "x$LINE" != x ; then
8035 eval "DEFAULT_$LINE"
8036 else
8037 no_cache=1
8038 fi
8039
8040 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
8041
8042 fi;
8043
8044 eval "$ac_cv_use_listctrl"
8045 if test "$no_cache" != 1; then
8046 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
8047 fi
8048
8049 if test "$wxUSE_LISTCTRL" = yes; then
8050 echo "$as_me:$LINENO: result: yes" >&5
8051 echo "${ECHO_T}yes" >&6
8052 else
8053 echo "$as_me:$LINENO: result: no" >&5
8054 echo "${ECHO_T}no" >&6
8055 fi
8056
8057
8058 enablestring=
8059 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
8060 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
8061 no_cache=0
8062 # Check whether --enable-notebook or --disable-notebook was given.
8063 if test "${enable_notebook+set}" = set; then
8064 enableval="$enable_notebook"
8065
8066 if test "$enableval" = yes; then
8067 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
8068 else
8069 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
8070 fi
8071
8072 else
8073
8074 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
8075 if test "x$LINE" != x ; then
8076 eval "DEFAULT_$LINE"
8077 else
8078 no_cache=1
8079 fi
8080
8081 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
8082
8083 fi;
8084
8085 eval "$ac_cv_use_notebook"
8086 if test "$no_cache" != 1; then
8087 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
8088 fi
8089
8090 if test "$wxUSE_NOTEBOOK" = yes; then
8091 echo "$as_me:$LINENO: result: yes" >&5
8092 echo "${ECHO_T}yes" >&6
8093 else
8094 echo "$as_me:$LINENO: result: no" >&5
8095 echo "${ECHO_T}no" >&6
8096 fi
8097
8098
8099 enablestring=
8100 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
8101 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
8102 no_cache=0
8103 # Check whether --enable-radiobox or --disable-radiobox was given.
8104 if test "${enable_radiobox+set}" = set; then
8105 enableval="$enable_radiobox"
8106
8107 if test "$enableval" = yes; then
8108 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
8109 else
8110 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
8111 fi
8112
8113 else
8114
8115 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
8116 if test "x$LINE" != x ; then
8117 eval "DEFAULT_$LINE"
8118 else
8119 no_cache=1
8120 fi
8121
8122 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
8123
8124 fi;
8125
8126 eval "$ac_cv_use_radiobox"
8127 if test "$no_cache" != 1; then
8128 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
8129 fi
8130
8131 if test "$wxUSE_RADIOBOX" = yes; then
8132 echo "$as_me:$LINENO: result: yes" >&5
8133 echo "${ECHO_T}yes" >&6
8134 else
8135 echo "$as_me:$LINENO: result: no" >&5
8136 echo "${ECHO_T}no" >&6
8137 fi
8138
8139
8140 enablestring=
8141 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
8142 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
8143 no_cache=0
8144 # Check whether --enable-radiobtn or --disable-radiobtn was given.
8145 if test "${enable_radiobtn+set}" = set; then
8146 enableval="$enable_radiobtn"
8147
8148 if test "$enableval" = yes; then
8149 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
8150 else
8151 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
8152 fi
8153
8154 else
8155
8156 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
8157 if test "x$LINE" != x ; then
8158 eval "DEFAULT_$LINE"
8159 else
8160 no_cache=1
8161 fi
8162
8163 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
8164
8165 fi;
8166
8167 eval "$ac_cv_use_radiobtn"
8168 if test "$no_cache" != 1; then
8169 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
8170 fi
8171
8172 if test "$wxUSE_RADIOBTN" = yes; then
8173 echo "$as_me:$LINENO: result: yes" >&5
8174 echo "${ECHO_T}yes" >&6
8175 else
8176 echo "$as_me:$LINENO: result: no" >&5
8177 echo "${ECHO_T}no" >&6
8178 fi
8179
8180
8181 enablestring=
8182 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
8183 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
8184 no_cache=0
8185 # Check whether --enable-sash or --disable-sash was given.
8186 if test "${enable_sash+set}" = set; then
8187 enableval="$enable_sash"
8188
8189 if test "$enableval" = yes; then
8190 ac_cv_use_sash='wxUSE_SASH=yes'
8191 else
8192 ac_cv_use_sash='wxUSE_SASH=no'
8193 fi
8194
8195 else
8196
8197 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
8198 if test "x$LINE" != x ; then
8199 eval "DEFAULT_$LINE"
8200 else
8201 no_cache=1
8202 fi
8203
8204 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
8205
8206 fi;
8207
8208 eval "$ac_cv_use_sash"
8209 if test "$no_cache" != 1; then
8210 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
8211 fi
8212
8213 if test "$wxUSE_SASH" = yes; then
8214 echo "$as_me:$LINENO: result: yes" >&5
8215 echo "${ECHO_T}yes" >&6
8216 else
8217 echo "$as_me:$LINENO: result: no" >&5
8218 echo "${ECHO_T}no" >&6
8219 fi
8220
8221
8222 enablestring=
8223 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
8224 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
8225 no_cache=0
8226 # Check whether --enable-scrollbar or --disable-scrollbar was given.
8227 if test "${enable_scrollbar+set}" = set; then
8228 enableval="$enable_scrollbar"
8229
8230 if test "$enableval" = yes; then
8231 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
8232 else
8233 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
8234 fi
8235
8236 else
8237
8238 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
8239 if test "x$LINE" != x ; then
8240 eval "DEFAULT_$LINE"
8241 else
8242 no_cache=1
8243 fi
8244
8245 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
8246
8247 fi;
8248
8249 eval "$ac_cv_use_scrollbar"
8250 if test "$no_cache" != 1; then
8251 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
8252 fi
8253
8254 if test "$wxUSE_SCROLLBAR" = yes; then
8255 echo "$as_me:$LINENO: result: yes" >&5
8256 echo "${ECHO_T}yes" >&6
8257 else
8258 echo "$as_me:$LINENO: result: no" >&5
8259 echo "${ECHO_T}no" >&6
8260 fi
8261
8262
8263 enablestring=
8264 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
8265 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
8266 no_cache=0
8267 # Check whether --enable-slider or --disable-slider was given.
8268 if test "${enable_slider+set}" = set; then
8269 enableval="$enable_slider"
8270
8271 if test "$enableval" = yes; then
8272 ac_cv_use_slider='wxUSE_SLIDER=yes'
8273 else
8274 ac_cv_use_slider='wxUSE_SLIDER=no'
8275 fi
8276
8277 else
8278
8279 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
8280 if test "x$LINE" != x ; then
8281 eval "DEFAULT_$LINE"
8282 else
8283 no_cache=1
8284 fi
8285
8286 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
8287
8288 fi;
8289
8290 eval "$ac_cv_use_slider"
8291 if test "$no_cache" != 1; then
8292 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
8293 fi
8294
8295 if test "$wxUSE_SLIDER" = yes; then
8296 echo "$as_me:$LINENO: result: yes" >&5
8297 echo "${ECHO_T}yes" >&6
8298 else
8299 echo "$as_me:$LINENO: result: no" >&5
8300 echo "${ECHO_T}no" >&6
8301 fi
8302
8303
8304 enablestring=
8305 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
8306 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
8307 no_cache=0
8308 # Check whether --enable-spinbtn or --disable-spinbtn was given.
8309 if test "${enable_spinbtn+set}" = set; then
8310 enableval="$enable_spinbtn"
8311
8312 if test "$enableval" = yes; then
8313 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
8314 else
8315 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
8316 fi
8317
8318 else
8319
8320 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
8321 if test "x$LINE" != x ; then
8322 eval "DEFAULT_$LINE"
8323 else
8324 no_cache=1
8325 fi
8326
8327 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
8328
8329 fi;
8330
8331 eval "$ac_cv_use_spinbtn"
8332 if test "$no_cache" != 1; then
8333 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
8334 fi
8335
8336 if test "$wxUSE_SPINBTN" = yes; then
8337 echo "$as_me:$LINENO: result: yes" >&5
8338 echo "${ECHO_T}yes" >&6
8339 else
8340 echo "$as_me:$LINENO: result: no" >&5
8341 echo "${ECHO_T}no" >&6
8342 fi
8343
8344
8345 enablestring=
8346 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
8347 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
8348 no_cache=0
8349 # Check whether --enable-spinctrl or --disable-spinctrl was given.
8350 if test "${enable_spinctrl+set}" = set; then
8351 enableval="$enable_spinctrl"
8352
8353 if test "$enableval" = yes; then
8354 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
8355 else
8356 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
8357 fi
8358
8359 else
8360
8361 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
8362 if test "x$LINE" != x ; then
8363 eval "DEFAULT_$LINE"
8364 else
8365 no_cache=1
8366 fi
8367
8368 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
8369
8370 fi;
8371
8372 eval "$ac_cv_use_spinctrl"
8373 if test "$no_cache" != 1; then
8374 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
8375 fi
8376
8377 if test "$wxUSE_SPINCTRL" = yes; then
8378 echo "$as_me:$LINENO: result: yes" >&5
8379 echo "${ECHO_T}yes" >&6
8380 else
8381 echo "$as_me:$LINENO: result: no" >&5
8382 echo "${ECHO_T}no" >&6
8383 fi
8384
8385
8386 enablestring=
8387 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
8388 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
8389 no_cache=0
8390 # Check whether --enable-splitter or --disable-splitter was given.
8391 if test "${enable_splitter+set}" = set; then
8392 enableval="$enable_splitter"
8393
8394 if test "$enableval" = yes; then
8395 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
8396 else
8397 ac_cv_use_splitter='wxUSE_SPLITTER=no'
8398 fi
8399
8400 else
8401
8402 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
8403 if test "x$LINE" != x ; then
8404 eval "DEFAULT_$LINE"
8405 else
8406 no_cache=1
8407 fi
8408
8409 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
8410
8411 fi;
8412
8413 eval "$ac_cv_use_splitter"
8414 if test "$no_cache" != 1; then
8415 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
8416 fi
8417
8418 if test "$wxUSE_SPLITTER" = yes; then
8419 echo "$as_me:$LINENO: result: yes" >&5
8420 echo "${ECHO_T}yes" >&6
8421 else
8422 echo "$as_me:$LINENO: result: no" >&5
8423 echo "${ECHO_T}no" >&6
8424 fi
8425
8426
8427 enablestring=
8428 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
8429 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
8430 no_cache=0
8431 # Check whether --enable-statbmp or --disable-statbmp was given.
8432 if test "${enable_statbmp+set}" = set; then
8433 enableval="$enable_statbmp"
8434
8435 if test "$enableval" = yes; then
8436 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
8437 else
8438 ac_cv_use_statbmp='wxUSE_STATBMP=no'
8439 fi
8440
8441 else
8442
8443 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
8444 if test "x$LINE" != x ; then
8445 eval "DEFAULT_$LINE"
8446 else
8447 no_cache=1
8448 fi
8449
8450 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
8451
8452 fi;
8453
8454 eval "$ac_cv_use_statbmp"
8455 if test "$no_cache" != 1; then
8456 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
8457 fi
8458
8459 if test "$wxUSE_STATBMP" = yes; then
8460 echo "$as_me:$LINENO: result: yes" >&5
8461 echo "${ECHO_T}yes" >&6
8462 else
8463 echo "$as_me:$LINENO: result: no" >&5
8464 echo "${ECHO_T}no" >&6
8465 fi
8466
8467
8468 enablestring=
8469 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
8470 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
8471 no_cache=0
8472 # Check whether --enable-statbox or --disable-statbox was given.
8473 if test "${enable_statbox+set}" = set; then
8474 enableval="$enable_statbox"
8475
8476 if test "$enableval" = yes; then
8477 ac_cv_use_statbox='wxUSE_STATBOX=yes'
8478 else
8479 ac_cv_use_statbox='wxUSE_STATBOX=no'
8480 fi
8481
8482 else
8483
8484 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
8485 if test "x$LINE" != x ; then
8486 eval "DEFAULT_$LINE"
8487 else
8488 no_cache=1
8489 fi
8490
8491 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
8492
8493 fi;
8494
8495 eval "$ac_cv_use_statbox"
8496 if test "$no_cache" != 1; then
8497 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
8498 fi
8499
8500 if test "$wxUSE_STATBOX" = yes; then
8501 echo "$as_me:$LINENO: result: yes" >&5
8502 echo "${ECHO_T}yes" >&6
8503 else
8504 echo "$as_me:$LINENO: result: no" >&5
8505 echo "${ECHO_T}no" >&6
8506 fi
8507
8508
8509 enablestring=
8510 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
8511 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
8512 no_cache=0
8513 # Check whether --enable-statline or --disable-statline was given.
8514 if test "${enable_statline+set}" = set; then
8515 enableval="$enable_statline"
8516
8517 if test "$enableval" = yes; then
8518 ac_cv_use_statline='wxUSE_STATLINE=yes'
8519 else
8520 ac_cv_use_statline='wxUSE_STATLINE=no'
8521 fi
8522
8523 else
8524
8525 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
8526 if test "x$LINE" != x ; then
8527 eval "DEFAULT_$LINE"
8528 else
8529 no_cache=1
8530 fi
8531
8532 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
8533
8534 fi;
8535
8536 eval "$ac_cv_use_statline"
8537 if test "$no_cache" != 1; then
8538 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
8539 fi
8540
8541 if test "$wxUSE_STATLINE" = yes; then
8542 echo "$as_me:$LINENO: result: yes" >&5
8543 echo "${ECHO_T}yes" >&6
8544 else
8545 echo "$as_me:$LINENO: result: no" >&5
8546 echo "${ECHO_T}no" >&6
8547 fi
8548
8549
8550 enablestring=
8551 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
8552 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
8553 no_cache=0
8554 # Check whether --enable-stattext or --disable-stattext was given.
8555 if test "${enable_stattext+set}" = set; then
8556 enableval="$enable_stattext"
8557
8558 if test "$enableval" = yes; then
8559 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
8560 else
8561 ac_cv_use_stattext='wxUSE_STATTEXT=no'
8562 fi
8563
8564 else
8565
8566 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
8567 if test "x$LINE" != x ; then
8568 eval "DEFAULT_$LINE"
8569 else
8570 no_cache=1
8571 fi
8572
8573 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
8574
8575 fi;
8576
8577 eval "$ac_cv_use_stattext"
8578 if test "$no_cache" != 1; then
8579 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
8580 fi
8581
8582 if test "$wxUSE_STATTEXT" = yes; then
8583 echo "$as_me:$LINENO: result: yes" >&5
8584 echo "${ECHO_T}yes" >&6
8585 else
8586 echo "$as_me:$LINENO: result: no" >&5
8587 echo "${ECHO_T}no" >&6
8588 fi
8589
8590
8591 enablestring=
8592 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
8593 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
8594 no_cache=0
8595 # Check whether --enable-statusbar or --disable-statusbar was given.
8596 if test "${enable_statusbar+set}" = set; then
8597 enableval="$enable_statusbar"
8598
8599 if test "$enableval" = yes; then
8600 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
8601 else
8602 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
8603 fi
8604
8605 else
8606
8607 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
8608 if test "x$LINE" != x ; then
8609 eval "DEFAULT_$LINE"
8610 else
8611 no_cache=1
8612 fi
8613
8614 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
8615
8616 fi;
8617
8618 eval "$ac_cv_use_statusbar"
8619 if test "$no_cache" != 1; then
8620 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
8621 fi
8622
8623 if test "$wxUSE_STATUSBAR" = yes; then
8624 echo "$as_me:$LINENO: result: yes" >&5
8625 echo "${ECHO_T}yes" >&6
8626 else
8627 echo "$as_me:$LINENO: result: no" >&5
8628 echo "${ECHO_T}no" >&6
8629 fi
8630
8631
8632 enablestring=
8633 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
8634 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
8635 no_cache=0
8636 # Check whether --enable-tabdialog or --disable-tabdialog was given.
8637 if test "${enable_tabdialog+set}" = set; then
8638 enableval="$enable_tabdialog"
8639
8640 if test "$enableval" = yes; then
8641 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
8642 else
8643 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
8644 fi
8645
8646 else
8647
8648 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
8649 if test "x$LINE" != x ; then
8650 eval "DEFAULT_$LINE"
8651 else
8652 no_cache=1
8653 fi
8654
8655 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
8656
8657 fi;
8658
8659 eval "$ac_cv_use_tabdialog"
8660 if test "$no_cache" != 1; then
8661 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
8662 fi
8663
8664 if test "$wxUSE_TABDIALOG" = yes; then
8665 echo "$as_me:$LINENO: result: yes" >&5
8666 echo "${ECHO_T}yes" >&6
8667 else
8668 echo "$as_me:$LINENO: result: no" >&5
8669 echo "${ECHO_T}no" >&6
8670 fi
8671
8672
8673 enablestring=
8674 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
8675 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
8676 no_cache=0
8677 # Check whether --enable-textctrl or --disable-textctrl was given.
8678 if test "${enable_textctrl+set}" = set; then
8679 enableval="$enable_textctrl"
8680
8681 if test "$enableval" = yes; then
8682 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
8683 else
8684 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
8685 fi
8686
8687 else
8688
8689 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
8690 if test "x$LINE" != x ; then
8691 eval "DEFAULT_$LINE"
8692 else
8693 no_cache=1
8694 fi
8695
8696 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
8697
8698 fi;
8699
8700 eval "$ac_cv_use_textctrl"
8701 if test "$no_cache" != 1; then
8702 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
8703 fi
8704
8705 if test "$wxUSE_TEXTCTRL" = yes; then
8706 echo "$as_me:$LINENO: result: yes" >&5
8707 echo "${ECHO_T}yes" >&6
8708 else
8709 echo "$as_me:$LINENO: result: no" >&5
8710 echo "${ECHO_T}no" >&6
8711 fi
8712
8713
8714 enablestring=
8715 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
8716 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
8717 no_cache=0
8718 # Check whether --enable-togglebtn or --disable-togglebtn was given.
8719 if test "${enable_togglebtn+set}" = set; then
8720 enableval="$enable_togglebtn"
8721
8722 if test "$enableval" = yes; then
8723 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
8724 else
8725 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
8726 fi
8727
8728 else
8729
8730 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
8731 if test "x$LINE" != x ; then
8732 eval "DEFAULT_$LINE"
8733 else
8734 no_cache=1
8735 fi
8736
8737 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
8738
8739 fi;
8740
8741 eval "$ac_cv_use_togglebtn"
8742 if test "$no_cache" != 1; then
8743 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
8744 fi
8745
8746 if test "$wxUSE_TOGGLEBTN" = yes; then
8747 echo "$as_me:$LINENO: result: yes" >&5
8748 echo "${ECHO_T}yes" >&6
8749 else
8750 echo "$as_me:$LINENO: result: no" >&5
8751 echo "${ECHO_T}no" >&6
8752 fi
8753
8754
8755 enablestring=
8756 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
8757 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
8758 no_cache=0
8759 # Check whether --enable-toolbar or --disable-toolbar was given.
8760 if test "${enable_toolbar+set}" = set; then
8761 enableval="$enable_toolbar"
8762
8763 if test "$enableval" = yes; then
8764 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
8765 else
8766 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
8767 fi
8768
8769 else
8770
8771 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
8772 if test "x$LINE" != x ; then
8773 eval "DEFAULT_$LINE"
8774 else
8775 no_cache=1
8776 fi
8777
8778 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
8779
8780 fi;
8781
8782 eval "$ac_cv_use_toolbar"
8783 if test "$no_cache" != 1; then
8784 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
8785 fi
8786
8787 if test "$wxUSE_TOOLBAR" = yes; then
8788 echo "$as_me:$LINENO: result: yes" >&5
8789 echo "${ECHO_T}yes" >&6
8790 else
8791 echo "$as_me:$LINENO: result: no" >&5
8792 echo "${ECHO_T}no" >&6
8793 fi
8794
8795
8796 enablestring=
8797 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
8798 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
8799 no_cache=0
8800 # Check whether --enable-tbarnative or --disable-tbarnative was given.
8801 if test "${enable_tbarnative+set}" = set; then
8802 enableval="$enable_tbarnative"
8803
8804 if test "$enableval" = yes; then
8805 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
8806 else
8807 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
8808 fi
8809
8810 else
8811
8812 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
8813 if test "x$LINE" != x ; then
8814 eval "DEFAULT_$LINE"
8815 else
8816 no_cache=1
8817 fi
8818
8819 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
8820
8821 fi;
8822
8823 eval "$ac_cv_use_tbarnative"
8824 if test "$no_cache" != 1; then
8825 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
8826 fi
8827
8828 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
8829 echo "$as_me:$LINENO: result: yes" >&5
8830 echo "${ECHO_T}yes" >&6
8831 else
8832 echo "$as_me:$LINENO: result: no" >&5
8833 echo "${ECHO_T}no" >&6
8834 fi
8835
8836
8837 enablestring=
8838 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
8839 echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
8840 no_cache=0
8841 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
8842 if test "${enable_tbarsmpl+set}" = set; then
8843 enableval="$enable_tbarsmpl"
8844
8845 if test "$enableval" = yes; then
8846 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
8847 else
8848 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
8849 fi
8850
8851 else
8852
8853 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
8854 if test "x$LINE" != x ; then
8855 eval "DEFAULT_$LINE"
8856 else
8857 no_cache=1
8858 fi
8859
8860 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
8861
8862 fi;
8863
8864 eval "$ac_cv_use_tbarsmpl"
8865 if test "$no_cache" != 1; then
8866 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8867 fi
8868
8869 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
8870 echo "$as_me:$LINENO: result: yes" >&5
8871 echo "${ECHO_T}yes" >&6
8872 else
8873 echo "$as_me:$LINENO: result: no" >&5
8874 echo "${ECHO_T}no" >&6
8875 fi
8876
8877
8878 enablestring=
8879 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
8880 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
8881 no_cache=0
8882 # Check whether --enable-treectrl or --disable-treectrl was given.
8883 if test "${enable_treectrl+set}" = set; then
8884 enableval="$enable_treectrl"
8885
8886 if test "$enableval" = yes; then
8887 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
8888 else
8889 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
8890 fi
8891
8892 else
8893
8894 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
8895 if test "x$LINE" != x ; then
8896 eval "DEFAULT_$LINE"
8897 else
8898 no_cache=1
8899 fi
8900
8901 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
8902
8903 fi;
8904
8905 eval "$ac_cv_use_treectrl"
8906 if test "$no_cache" != 1; then
8907 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
8908 fi
8909
8910 if test "$wxUSE_TREECTRL" = yes; then
8911 echo "$as_me:$LINENO: result: yes" >&5
8912 echo "${ECHO_T}yes" >&6
8913 else
8914 echo "$as_me:$LINENO: result: no" >&5
8915 echo "${ECHO_T}no" >&6
8916 fi
8917
8918
8919 enablestring=
8920 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
8921 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
8922 no_cache=0
8923 # Check whether --enable-tipwindow or --disable-tipwindow was given.
8924 if test "${enable_tipwindow+set}" = set; then
8925 enableval="$enable_tipwindow"
8926
8927 if test "$enableval" = yes; then
8928 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
8929 else
8930 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
8931 fi
8932
8933 else
8934
8935 LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
8936 if test "x$LINE" != x ; then
8937 eval "DEFAULT_$LINE"
8938 else
8939 no_cache=1
8940 fi
8941
8942 ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
8943
8944 fi;
8945
8946 eval "$ac_cv_use_tipwindow"
8947 if test "$no_cache" != 1; then
8948 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
8949 fi
8950
8951 if test "$wxUSE_TIPWINDOW" = yes; then
8952 echo "$as_me:$LINENO: result: yes" >&5
8953 echo "${ECHO_T}yes" >&6
8954 else
8955 echo "$as_me:$LINENO: result: no" >&5
8956 echo "${ECHO_T}no" >&6
8957 fi
8958
8959
8960 enablestring=
8961 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
8962 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
8963 no_cache=0
8964 # Check whether --enable-popupwin or --disable-popupwin was given.
8965 if test "${enable_popupwin+set}" = set; then
8966 enableval="$enable_popupwin"
8967
8968 if test "$enableval" = yes; then
8969 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
8970 else
8971 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
8972 fi
8973
8974 else
8975
8976 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
8977 if test "x$LINE" != x ; then
8978 eval "DEFAULT_$LINE"
8979 else
8980 no_cache=1
8981 fi
8982
8983 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
8984
8985 fi;
8986
8987 eval "$ac_cv_use_popupwin"
8988 if test "$no_cache" != 1; then
8989 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
8990 fi
8991
8992 if test "$wxUSE_POPUPWIN" = yes; then
8993 echo "$as_me:$LINENO: result: yes" >&5
8994 echo "${ECHO_T}yes" >&6
8995 else
8996 echo "$as_me:$LINENO: result: no" >&5
8997 echo "${ECHO_T}no" >&6
8998 fi
8999
9000
9001
9002
9003 enablestring=
9004 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
9005 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
9006 no_cache=0
9007 # Check whether --enable-commondlg or --disable-commondlg was given.
9008 if test "${enable_commondlg+set}" = set; then
9009 enableval="$enable_commondlg"
9010
9011 if test "$enableval" = yes; then
9012 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
9013 else
9014 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
9015 fi
9016
9017 else
9018
9019 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
9020 if test "x$LINE" != x ; then
9021 eval "DEFAULT_$LINE"
9022 else
9023 no_cache=1
9024 fi
9025
9026 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
9027
9028 fi;
9029
9030 eval "$ac_cv_use_commondlg"
9031 if test "$no_cache" != 1; then
9032 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
9033 fi
9034
9035 if test "$wxUSE_COMMONDLGS" = yes; then
9036 echo "$as_me:$LINENO: result: yes" >&5
9037 echo "${ECHO_T}yes" >&6
9038 else
9039 echo "$as_me:$LINENO: result: no" >&5
9040 echo "${ECHO_T}no" >&6
9041 fi
9042
9043
9044 enablestring=
9045 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
9046 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
9047 no_cache=0
9048 # Check whether --enable-choicedlg or --disable-choicedlg was given.
9049 if test "${enable_choicedlg+set}" = set; then
9050 enableval="$enable_choicedlg"
9051
9052 if test "$enableval" = yes; then
9053 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
9054 else
9055 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
9056 fi
9057
9058 else
9059
9060 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
9061 if test "x$LINE" != x ; then
9062 eval "DEFAULT_$LINE"
9063 else
9064 no_cache=1
9065 fi
9066
9067 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
9068
9069 fi;
9070
9071 eval "$ac_cv_use_choicedlg"
9072 if test "$no_cache" != 1; then
9073 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
9074 fi
9075
9076 if test "$wxUSE_CHOICEDLG" = yes; then
9077 echo "$as_me:$LINENO: result: yes" >&5
9078 echo "${ECHO_T}yes" >&6
9079 else
9080 echo "$as_me:$LINENO: result: no" >&5
9081 echo "${ECHO_T}no" >&6
9082 fi
9083
9084
9085 enablestring=
9086 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
9087 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
9088 no_cache=0
9089 # Check whether --enable-coldlg or --disable-coldlg was given.
9090 if test "${enable_coldlg+set}" = set; then
9091 enableval="$enable_coldlg"
9092
9093 if test "$enableval" = yes; then
9094 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
9095 else
9096 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
9097 fi
9098
9099 else
9100
9101 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
9102 if test "x$LINE" != x ; then
9103 eval "DEFAULT_$LINE"
9104 else
9105 no_cache=1
9106 fi
9107
9108 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
9109
9110 fi;
9111
9112 eval "$ac_cv_use_coldlg"
9113 if test "$no_cache" != 1; then
9114 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
9115 fi
9116
9117 if test "$wxUSE_COLOURDLG" = yes; then
9118 echo "$as_me:$LINENO: result: yes" >&5
9119 echo "${ECHO_T}yes" >&6
9120 else
9121 echo "$as_me:$LINENO: result: no" >&5
9122 echo "${ECHO_T}no" >&6
9123 fi
9124
9125
9126 enablestring=
9127 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
9128 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
9129 no_cache=0
9130 # Check whether --enable-filedlg or --disable-filedlg was given.
9131 if test "${enable_filedlg+set}" = set; then
9132 enableval="$enable_filedlg"
9133
9134 if test "$enableval" = yes; then
9135 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
9136 else
9137 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
9138 fi
9139
9140 else
9141
9142 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
9143 if test "x$LINE" != x ; then
9144 eval "DEFAULT_$LINE"
9145 else
9146 no_cache=1
9147 fi
9148
9149 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
9150
9151 fi;
9152
9153 eval "$ac_cv_use_filedlg"
9154 if test "$no_cache" != 1; then
9155 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
9156 fi
9157
9158 if test "$wxUSE_FILEDLG" = yes; then
9159 echo "$as_me:$LINENO: result: yes" >&5
9160 echo "${ECHO_T}yes" >&6
9161 else
9162 echo "$as_me:$LINENO: result: no" >&5
9163 echo "${ECHO_T}no" >&6
9164 fi
9165
9166
9167 enablestring=
9168 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
9169 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
9170 no_cache=0
9171 # Check whether --enable-finddlg or --disable-finddlg was given.
9172 if test "${enable_finddlg+set}" = set; then
9173 enableval="$enable_finddlg"
9174
9175 if test "$enableval" = yes; then
9176 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
9177 else
9178 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
9179 fi
9180
9181 else
9182
9183 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
9184 if test "x$LINE" != x ; then
9185 eval "DEFAULT_$LINE"
9186 else
9187 no_cache=1
9188 fi
9189
9190 ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
9191
9192 fi;
9193
9194 eval "$ac_cv_use_finddlg"
9195 if test "$no_cache" != 1; then
9196 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
9197 fi
9198
9199 if test "$wxUSE_FINDREPLDLG" = yes; then
9200 echo "$as_me:$LINENO: result: yes" >&5
9201 echo "${ECHO_T}yes" >&6
9202 else
9203 echo "$as_me:$LINENO: result: no" >&5
9204 echo "${ECHO_T}no" >&6
9205 fi
9206
9207
9208 enablestring=
9209 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
9210 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
9211 no_cache=0
9212 # Check whether --enable-fontdlg or --disable-fontdlg was given.
9213 if test "${enable_fontdlg+set}" = set; then
9214 enableval="$enable_fontdlg"
9215
9216 if test "$enableval" = yes; then
9217 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
9218 else
9219 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
9220 fi
9221
9222 else
9223
9224 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
9225 if test "x$LINE" != x ; then
9226 eval "DEFAULT_$LINE"
9227 else
9228 no_cache=1
9229 fi
9230
9231 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
9232
9233 fi;
9234
9235 eval "$ac_cv_use_fontdlg"
9236 if test "$no_cache" != 1; then
9237 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
9238 fi
9239
9240 if test "$wxUSE_FONTDLG" = yes; then
9241 echo "$as_me:$LINENO: result: yes" >&5
9242 echo "${ECHO_T}yes" >&6
9243 else
9244 echo "$as_me:$LINENO: result: no" >&5
9245 echo "${ECHO_T}no" >&6
9246 fi
9247
9248
9249 enablestring=
9250 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
9251 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
9252 no_cache=0
9253 # Check whether --enable-dirdlg or --disable-dirdlg was given.
9254 if test "${enable_dirdlg+set}" = set; then
9255 enableval="$enable_dirdlg"
9256
9257 if test "$enableval" = yes; then
9258 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
9259 else
9260 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
9261 fi
9262
9263 else
9264
9265 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
9266 if test "x$LINE" != x ; then
9267 eval "DEFAULT_$LINE"
9268 else
9269 no_cache=1
9270 fi
9271
9272 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
9273
9274 fi;
9275
9276 eval "$ac_cv_use_dirdlg"
9277 if test "$no_cache" != 1; then
9278 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
9279 fi
9280
9281 if test "$wxUSE_DIRDLG" = yes; then
9282 echo "$as_me:$LINENO: result: yes" >&5
9283 echo "${ECHO_T}yes" >&6
9284 else
9285 echo "$as_me:$LINENO: result: no" >&5
9286 echo "${ECHO_T}no" >&6
9287 fi
9288
9289
9290 enablestring=
9291 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
9292 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
9293 no_cache=0
9294 # Check whether --enable-msgdlg or --disable-msgdlg was given.
9295 if test "${enable_msgdlg+set}" = set; then
9296 enableval="$enable_msgdlg"
9297
9298 if test "$enableval" = yes; then
9299 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
9300 else
9301 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
9302 fi
9303
9304 else
9305
9306 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
9307 if test "x$LINE" != x ; then
9308 eval "DEFAULT_$LINE"
9309 else
9310 no_cache=1
9311 fi
9312
9313 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
9314
9315 fi;
9316
9317 eval "$ac_cv_use_msgdlg"
9318 if test "$no_cache" != 1; then
9319 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
9320 fi
9321
9322 if test "$wxUSE_MSGDLG" = yes; then
9323 echo "$as_me:$LINENO: result: yes" >&5
9324 echo "${ECHO_T}yes" >&6
9325 else
9326 echo "$as_me:$LINENO: result: no" >&5
9327 echo "${ECHO_T}no" >&6
9328 fi
9329
9330
9331 enablestring=
9332 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
9333 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
9334 no_cache=0
9335 # Check whether --enable-numberdlg or --disable-numberdlg was given.
9336 if test "${enable_numberdlg+set}" = set; then
9337 enableval="$enable_numberdlg"
9338
9339 if test "$enableval" = yes; then
9340 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
9341 else
9342 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
9343 fi
9344
9345 else
9346
9347 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
9348 if test "x$LINE" != x ; then
9349 eval "DEFAULT_$LINE"
9350 else
9351 no_cache=1
9352 fi
9353
9354 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
9355
9356 fi;
9357
9358 eval "$ac_cv_use_numberdlg"
9359 if test "$no_cache" != 1; then
9360 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
9361 fi
9362
9363 if test "$wxUSE_NUMBERDLG" = yes; then
9364 echo "$as_me:$LINENO: result: yes" >&5
9365 echo "${ECHO_T}yes" >&6
9366 else
9367 echo "$as_me:$LINENO: result: no" >&5
9368 echo "${ECHO_T}no" >&6
9369 fi
9370
9371
9372 enablestring=
9373 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
9374 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
9375 no_cache=0
9376 # Check whether --enable-splash or --disable-splash was given.
9377 if test "${enable_splash+set}" = set; then
9378 enableval="$enable_splash"
9379
9380 if test "$enableval" = yes; then
9381 ac_cv_use_splash='wxUSE_SPLASH=yes'
9382 else
9383 ac_cv_use_splash='wxUSE_SPLASH=no'
9384 fi
9385
9386 else
9387
9388 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
9389 if test "x$LINE" != x ; then
9390 eval "DEFAULT_$LINE"
9391 else
9392 no_cache=1
9393 fi
9394
9395 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
9396
9397 fi;
9398
9399 eval "$ac_cv_use_splash"
9400 if test "$no_cache" != 1; then
9401 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
9402 fi
9403
9404 if test "$wxUSE_SPLASH" = yes; then
9405 echo "$as_me:$LINENO: result: yes" >&5
9406 echo "${ECHO_T}yes" >&6
9407 else
9408 echo "$as_me:$LINENO: result: no" >&5
9409 echo "${ECHO_T}no" >&6
9410 fi
9411
9412
9413 enablestring=
9414 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
9415 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
9416 no_cache=0
9417 # Check whether --enable-textdlg or --disable-textdlg was given.
9418 if test "${enable_textdlg+set}" = set; then
9419 enableval="$enable_textdlg"
9420
9421 if test "$enableval" = yes; then
9422 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
9423 else
9424 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
9425 fi
9426
9427 else
9428
9429 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
9430 if test "x$LINE" != x ; then
9431 eval "DEFAULT_$LINE"
9432 else
9433 no_cache=1
9434 fi
9435
9436 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
9437
9438 fi;
9439
9440 eval "$ac_cv_use_textdlg"
9441 if test "$no_cache" != 1; then
9442 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
9443 fi
9444
9445 if test "$wxUSE_TEXTDLG" = yes; then
9446 echo "$as_me:$LINENO: result: yes" >&5
9447 echo "${ECHO_T}yes" >&6
9448 else
9449 echo "$as_me:$LINENO: result: no" >&5
9450 echo "${ECHO_T}no" >&6
9451 fi
9452
9453
9454 enablestring=
9455 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
9456 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
9457 no_cache=0
9458 # Check whether --enable-tipdlg or --disable-tipdlg was given.
9459 if test "${enable_tipdlg+set}" = set; then
9460 enableval="$enable_tipdlg"
9461
9462 if test "$enableval" = yes; then
9463 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
9464 else
9465 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
9466 fi
9467
9468 else
9469
9470 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
9471 if test "x$LINE" != x ; then
9472 eval "DEFAULT_$LINE"
9473 else
9474 no_cache=1
9475 fi
9476
9477 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
9478
9479 fi;
9480
9481 eval "$ac_cv_use_tipdlg"
9482 if test "$no_cache" != 1; then
9483 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
9484 fi
9485
9486 if test "$wxUSE_STARTUP_TIPS" = yes; then
9487 echo "$as_me:$LINENO: result: yes" >&5
9488 echo "${ECHO_T}yes" >&6
9489 else
9490 echo "$as_me:$LINENO: result: no" >&5
9491 echo "${ECHO_T}no" >&6
9492 fi
9493
9494
9495 enablestring=
9496 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
9497 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
9498 no_cache=0
9499 # Check whether --enable-progressdlg or --disable-progressdlg was given.
9500 if test "${enable_progressdlg+set}" = set; then
9501 enableval="$enable_progressdlg"
9502
9503 if test "$enableval" = yes; then
9504 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
9505 else
9506 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
9507 fi
9508
9509 else
9510
9511 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
9512 if test "x$LINE" != x ; then
9513 eval "DEFAULT_$LINE"
9514 else
9515 no_cache=1
9516 fi
9517
9518 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
9519
9520 fi;
9521
9522 eval "$ac_cv_use_progressdlg"
9523 if test "$no_cache" != 1; then
9524 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
9525 fi
9526
9527 if test "$wxUSE_PROGRESSDLG" = yes; then
9528 echo "$as_me:$LINENO: result: yes" >&5
9529 echo "${ECHO_T}yes" >&6
9530 else
9531 echo "$as_me:$LINENO: result: no" >&5
9532 echo "${ECHO_T}no" >&6
9533 fi
9534
9535
9536 enablestring=
9537 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
9538 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
9539 no_cache=0
9540 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
9541 if test "${enable_wizarddlg+set}" = set; then
9542 enableval="$enable_wizarddlg"
9543
9544 if test "$enableval" = yes; then
9545 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
9546 else
9547 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
9548 fi
9549
9550 else
9551
9552 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
9553 if test "x$LINE" != x ; then
9554 eval "DEFAULT_$LINE"
9555 else
9556 no_cache=1
9557 fi
9558
9559 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
9560
9561 fi;
9562
9563 eval "$ac_cv_use_wizarddlg"
9564 if test "$no_cache" != 1; then
9565 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
9566 fi
9567
9568 if test "$wxUSE_WIZARDDLG" = yes; then
9569 echo "$as_me:$LINENO: result: yes" >&5
9570 echo "${ECHO_T}yes" >&6
9571 else
9572 echo "$as_me:$LINENO: result: no" >&5
9573 echo "${ECHO_T}no" >&6
9574 fi
9575
9576
9577
9578
9579 enablestring=
9580 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
9581 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
9582 no_cache=0
9583 # Check whether --enable-menus or --disable-menus was given.
9584 if test "${enable_menus+set}" = set; then
9585 enableval="$enable_menus"
9586
9587 if test "$enableval" = yes; then
9588 ac_cv_use_menus='wxUSE_MENUS=yes'
9589 else
9590 ac_cv_use_menus='wxUSE_MENUS=no'
9591 fi
9592
9593 else
9594
9595 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
9596 if test "x$LINE" != x ; then
9597 eval "DEFAULT_$LINE"
9598 else
9599 no_cache=1
9600 fi
9601
9602 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
9603
9604 fi;
9605
9606 eval "$ac_cv_use_menus"
9607 if test "$no_cache" != 1; then
9608 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
9609 fi
9610
9611 if test "$wxUSE_MENUS" = yes; then
9612 echo "$as_me:$LINENO: result: yes" >&5
9613 echo "${ECHO_T}yes" >&6
9614 else
9615 echo "$as_me:$LINENO: result: no" >&5
9616 echo "${ECHO_T}no" >&6
9617 fi
9618
9619
9620 enablestring=
9621 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
9622 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
9623 no_cache=0
9624 # Check whether --enable-miniframe or --disable-miniframe was given.
9625 if test "${enable_miniframe+set}" = set; then
9626 enableval="$enable_miniframe"
9627
9628 if test "$enableval" = yes; then
9629 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
9630 else
9631 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
9632 fi
9633
9634 else
9635
9636 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
9637 if test "x$LINE" != x ; then
9638 eval "DEFAULT_$LINE"
9639 else
9640 no_cache=1
9641 fi
9642
9643 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
9644
9645 fi;
9646
9647 eval "$ac_cv_use_miniframe"
9648 if test "$no_cache" != 1; then
9649 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
9650 fi
9651
9652 if test "$wxUSE_MINIFRAME" = yes; then
9653 echo "$as_me:$LINENO: result: yes" >&5
9654 echo "${ECHO_T}yes" >&6
9655 else
9656 echo "$as_me:$LINENO: result: no" >&5
9657 echo "${ECHO_T}no" >&6
9658 fi
9659
9660
9661 enablestring=
9662 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
9663 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
9664 no_cache=0
9665 # Check whether --enable-tooltips or --disable-tooltips was given.
9666 if test "${enable_tooltips+set}" = set; then
9667 enableval="$enable_tooltips"
9668
9669 if test "$enableval" = yes; then
9670 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
9671 else
9672 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
9673 fi
9674
9675 else
9676
9677 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
9678 if test "x$LINE" != x ; then
9679 eval "DEFAULT_$LINE"
9680 else
9681 no_cache=1
9682 fi
9683
9684 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
9685
9686 fi;
9687
9688 eval "$ac_cv_use_tooltips"
9689 if test "$no_cache" != 1; then
9690 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
9691 fi
9692
9693 if test "$wxUSE_TOOLTIPS" = yes; then
9694 echo "$as_me:$LINENO: result: yes" >&5
9695 echo "${ECHO_T}yes" >&6
9696 else
9697 echo "$as_me:$LINENO: result: no" >&5
9698 echo "${ECHO_T}no" >&6
9699 fi
9700
9701
9702 enablestring=
9703 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
9704 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
9705 no_cache=0
9706 # Check whether --enable-splines or --disable-splines was given.
9707 if test "${enable_splines+set}" = set; then
9708 enableval="$enable_splines"
9709
9710 if test "$enableval" = yes; then
9711 ac_cv_use_splines='wxUSE_SPLINES=yes'
9712 else
9713 ac_cv_use_splines='wxUSE_SPLINES=no'
9714 fi
9715
9716 else
9717
9718 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
9719 if test "x$LINE" != x ; then
9720 eval "DEFAULT_$LINE"
9721 else
9722 no_cache=1
9723 fi
9724
9725 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
9726
9727 fi;
9728
9729 eval "$ac_cv_use_splines"
9730 if test "$no_cache" != 1; then
9731 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
9732 fi
9733
9734 if test "$wxUSE_SPLINES" = yes; then
9735 echo "$as_me:$LINENO: result: yes" >&5
9736 echo "${ECHO_T}yes" >&6
9737 else
9738 echo "$as_me:$LINENO: result: no" >&5
9739 echo "${ECHO_T}no" >&6
9740 fi
9741
9742
9743 enablestring=
9744 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
9745 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
9746 no_cache=0
9747 # Check whether --enable-validators or --disable-validators was given.
9748 if test "${enable_validators+set}" = set; then
9749 enableval="$enable_validators"
9750
9751 if test "$enableval" = yes; then
9752 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
9753 else
9754 ac_cv_use_validators='wxUSE_VALIDATORS=no'
9755 fi
9756
9757 else
9758
9759 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
9760 if test "x$LINE" != x ; then
9761 eval "DEFAULT_$LINE"
9762 else
9763 no_cache=1
9764 fi
9765
9766 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
9767
9768 fi;
9769
9770 eval "$ac_cv_use_validators"
9771 if test "$no_cache" != 1; then
9772 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
9773 fi
9774
9775 if test "$wxUSE_VALIDATORS" = yes; then
9776 echo "$as_me:$LINENO: result: yes" >&5
9777 echo "${ECHO_T}yes" >&6
9778 else
9779 echo "$as_me:$LINENO: result: no" >&5
9780 echo "${ECHO_T}no" >&6
9781 fi
9782
9783
9784 enablestring=
9785 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
9786 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
9787 no_cache=0
9788 # Check whether --enable-busyinfo or --disable-busyinfo was given.
9789 if test "${enable_busyinfo+set}" = set; then
9790 enableval="$enable_busyinfo"
9791
9792 if test "$enableval" = yes; then
9793 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
9794 else
9795 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
9796 fi
9797
9798 else
9799
9800 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
9801 if test "x$LINE" != x ; then
9802 eval "DEFAULT_$LINE"
9803 else
9804 no_cache=1
9805 fi
9806
9807 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
9808
9809 fi;
9810
9811 eval "$ac_cv_use_busyinfo"
9812 if test "$no_cache" != 1; then
9813 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
9814 fi
9815
9816 if test "$wxUSE_BUSYINFO" = yes; then
9817 echo "$as_me:$LINENO: result: yes" >&5
9818 echo "${ECHO_T}yes" >&6
9819 else
9820 echo "$as_me:$LINENO: result: no" >&5
9821 echo "${ECHO_T}no" >&6
9822 fi
9823
9824
9825 enablestring=
9826 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
9827 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
9828 no_cache=0
9829 # Check whether --enable-joystick or --disable-joystick was given.
9830 if test "${enable_joystick+set}" = set; then
9831 enableval="$enable_joystick"
9832
9833 if test "$enableval" = yes; then
9834 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
9835 else
9836 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
9837 fi
9838
9839 else
9840
9841 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
9842 if test "x$LINE" != x ; then
9843 eval "DEFAULT_$LINE"
9844 else
9845 no_cache=1
9846 fi
9847
9848 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
9849
9850 fi;
9851
9852 eval "$ac_cv_use_joystick"
9853 if test "$no_cache" != 1; then
9854 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
9855 fi
9856
9857 if test "$wxUSE_JOYSTICK" = yes; then
9858 echo "$as_me:$LINENO: result: yes" >&5
9859 echo "${ECHO_T}yes" >&6
9860 else
9861 echo "$as_me:$LINENO: result: no" >&5
9862 echo "${ECHO_T}no" >&6
9863 fi
9864
9865
9866 enablestring=
9867 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
9868 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
9869 no_cache=0
9870 # Check whether --enable-metafile or --disable-metafile was given.
9871 if test "${enable_metafile+set}" = set; then
9872 enableval="$enable_metafile"
9873
9874 if test "$enableval" = yes; then
9875 ac_cv_use_metafile='wxUSE_METAFILE=yes'
9876 else
9877 ac_cv_use_metafile='wxUSE_METAFILE=no'
9878 fi
9879
9880 else
9881
9882 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
9883 if test "x$LINE" != x ; then
9884 eval "DEFAULT_$LINE"
9885 else
9886 no_cache=1
9887 fi
9888
9889 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
9890
9891 fi;
9892
9893 eval "$ac_cv_use_metafile"
9894 if test "$no_cache" != 1; then
9895 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
9896 fi
9897
9898 if test "$wxUSE_METAFILE" = yes; then
9899 echo "$as_me:$LINENO: result: yes" >&5
9900 echo "${ECHO_T}yes" >&6
9901 else
9902 echo "$as_me:$LINENO: result: no" >&5
9903 echo "${ECHO_T}no" >&6
9904 fi
9905
9906
9907 enablestring=
9908 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
9909 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
9910 no_cache=0
9911 # Check whether --enable-dragimage or --disable-dragimage was given.
9912 if test "${enable_dragimage+set}" = set; then
9913 enableval="$enable_dragimage"
9914
9915 if test "$enableval" = yes; then
9916 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
9917 else
9918 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
9919 fi
9920
9921 else
9922
9923 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
9924 if test "x$LINE" != x ; then
9925 eval "DEFAULT_$LINE"
9926 else
9927 no_cache=1
9928 fi
9929
9930 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
9931
9932 fi;
9933
9934 eval "$ac_cv_use_dragimage"
9935 if test "$no_cache" != 1; then
9936 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
9937 fi
9938
9939 if test "$wxUSE_DRAGIMAGE" = yes; then
9940 echo "$as_me:$LINENO: result: yes" >&5
9941 echo "${ECHO_T}yes" >&6
9942 else
9943 echo "$as_me:$LINENO: result: no" >&5
9944 echo "${ECHO_T}no" >&6
9945 fi
9946
9947
9948 enablestring=
9949 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
9950 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
9951 no_cache=0
9952 # Check whether --enable-accessibility or --disable-accessibility was given.
9953 if test "${enable_accessibility+set}" = set; then
9954 enableval="$enable_accessibility"
9955
9956 if test "$enableval" = yes; then
9957 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
9958 else
9959 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
9960 fi
9961
9962 else
9963
9964 LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
9965 if test "x$LINE" != x ; then
9966 eval "DEFAULT_$LINE"
9967 else
9968 no_cache=1
9969 fi
9970
9971 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
9972
9973 fi;
9974
9975 eval "$ac_cv_use_accessibility"
9976 if test "$no_cache" != 1; then
9977 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
9978 fi
9979
9980 if test "$wxUSE_ACCESSIBILITY" = yes; then
9981 echo "$as_me:$LINENO: result: yes" >&5
9982 echo "${ECHO_T}yes" >&6
9983 else
9984 echo "$as_me:$LINENO: result: no" >&5
9985 echo "${ECHO_T}no" >&6
9986 fi
9987
9988
9989
9990
9991 enablestring=
9992 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
9993 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
9994 no_cache=0
9995 # Check whether --enable-palette or --disable-palette was given.
9996 if test "${enable_palette+set}" = set; then
9997 enableval="$enable_palette"
9998
9999 if test "$enableval" = yes; then
10000 ac_cv_use_palette='wxUSE_PALETTE=yes'
10001 else
10002 ac_cv_use_palette='wxUSE_PALETTE=no'
10003 fi
10004
10005 else
10006
10007 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
10008 if test "x$LINE" != x ; then
10009 eval "DEFAULT_$LINE"
10010 else
10011 no_cache=1
10012 fi
10013
10014 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
10015
10016 fi;
10017
10018 eval "$ac_cv_use_palette"
10019 if test "$no_cache" != 1; then
10020 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
10021 fi
10022
10023 if test "$wxUSE_PALETTE" = yes; then
10024 echo "$as_me:$LINENO: result: yes" >&5
10025 echo "${ECHO_T}yes" >&6
10026 else
10027 echo "$as_me:$LINENO: result: no" >&5
10028 echo "${ECHO_T}no" >&6
10029 fi
10030
10031
10032 enablestring=
10033 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
10034 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
10035 no_cache=0
10036 # Check whether --enable-image or --disable-image was given.
10037 if test "${enable_image+set}" = set; then
10038 enableval="$enable_image"
10039
10040 if test "$enableval" = yes; then
10041 ac_cv_use_image='wxUSE_IMAGE=yes'
10042 else
10043 ac_cv_use_image='wxUSE_IMAGE=no'
10044 fi
10045
10046 else
10047
10048 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
10049 if test "x$LINE" != x ; then
10050 eval "DEFAULT_$LINE"
10051 else
10052 no_cache=1
10053 fi
10054
10055 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
10056
10057 fi;
10058
10059 eval "$ac_cv_use_image"
10060 if test "$no_cache" != 1; then
10061 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
10062 fi
10063
10064 if test "$wxUSE_IMAGE" = yes; then
10065 echo "$as_me:$LINENO: result: yes" >&5
10066 echo "${ECHO_T}yes" >&6
10067 else
10068 echo "$as_me:$LINENO: result: no" >&5
10069 echo "${ECHO_T}no" >&6
10070 fi
10071
10072
10073 enablestring=
10074 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
10075 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
10076 no_cache=0
10077 # Check whether --enable-gif or --disable-gif was given.
10078 if test "${enable_gif+set}" = set; then
10079 enableval="$enable_gif"
10080
10081 if test "$enableval" = yes; then
10082 ac_cv_use_gif='wxUSE_GIF=yes'
10083 else
10084 ac_cv_use_gif='wxUSE_GIF=no'
10085 fi
10086
10087 else
10088
10089 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
10090 if test "x$LINE" != x ; then
10091 eval "DEFAULT_$LINE"
10092 else
10093 no_cache=1
10094 fi
10095
10096 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
10097
10098 fi;
10099
10100 eval "$ac_cv_use_gif"
10101 if test "$no_cache" != 1; then
10102 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
10103 fi
10104
10105 if test "$wxUSE_GIF" = yes; then
10106 echo "$as_me:$LINENO: result: yes" >&5
10107 echo "${ECHO_T}yes" >&6
10108 else
10109 echo "$as_me:$LINENO: result: no" >&5
10110 echo "${ECHO_T}no" >&6
10111 fi
10112
10113
10114 enablestring=
10115 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
10116 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
10117 no_cache=0
10118 # Check whether --enable-pcx or --disable-pcx was given.
10119 if test "${enable_pcx+set}" = set; then
10120 enableval="$enable_pcx"
10121
10122 if test "$enableval" = yes; then
10123 ac_cv_use_pcx='wxUSE_PCX=yes'
10124 else
10125 ac_cv_use_pcx='wxUSE_PCX=no'
10126 fi
10127
10128 else
10129
10130 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
10131 if test "x$LINE" != x ; then
10132 eval "DEFAULT_$LINE"
10133 else
10134 no_cache=1
10135 fi
10136
10137 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
10138
10139 fi;
10140
10141 eval "$ac_cv_use_pcx"
10142 if test "$no_cache" != 1; then
10143 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
10144 fi
10145
10146 if test "$wxUSE_PCX" = yes; then
10147 echo "$as_me:$LINENO: result: yes" >&5
10148 echo "${ECHO_T}yes" >&6
10149 else
10150 echo "$as_me:$LINENO: result: no" >&5
10151 echo "${ECHO_T}no" >&6
10152 fi
10153
10154
10155 enablestring=
10156 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
10157 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
10158 no_cache=0
10159 # Check whether --enable-iff or --disable-iff was given.
10160 if test "${enable_iff+set}" = set; then
10161 enableval="$enable_iff"
10162
10163 if test "$enableval" = yes; then
10164 ac_cv_use_iff='wxUSE_IFF=yes'
10165 else
10166 ac_cv_use_iff='wxUSE_IFF=no'
10167 fi
10168
10169 else
10170
10171 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
10172 if test "x$LINE" != x ; then
10173 eval "DEFAULT_$LINE"
10174 else
10175 no_cache=1
10176 fi
10177
10178 ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF
10179
10180 fi;
10181
10182 eval "$ac_cv_use_iff"
10183 if test "$no_cache" != 1; then
10184 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
10185 fi
10186
10187 if test "$wxUSE_IFF" = yes; then
10188 echo "$as_me:$LINENO: result: yes" >&5
10189 echo "${ECHO_T}yes" >&6
10190 else
10191 echo "$as_me:$LINENO: result: no" >&5
10192 echo "${ECHO_T}no" >&6
10193 fi
10194
10195
10196 enablestring=
10197 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
10198 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
10199 no_cache=0
10200 # Check whether --enable-pnm or --disable-pnm was given.
10201 if test "${enable_pnm+set}" = set; then
10202 enableval="$enable_pnm"
10203
10204 if test "$enableval" = yes; then
10205 ac_cv_use_pnm='wxUSE_PNM=yes'
10206 else
10207 ac_cv_use_pnm='wxUSE_PNM=no'
10208 fi
10209
10210 else
10211
10212 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
10213 if test "x$LINE" != x ; then
10214 eval "DEFAULT_$LINE"
10215 else
10216 no_cache=1
10217 fi
10218
10219 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
10220
10221 fi;
10222
10223 eval "$ac_cv_use_pnm"
10224 if test "$no_cache" != 1; then
10225 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
10226 fi
10227
10228 if test "$wxUSE_PNM" = yes; then
10229 echo "$as_me:$LINENO: result: yes" >&5
10230 echo "${ECHO_T}yes" >&6
10231 else
10232 echo "$as_me:$LINENO: result: no" >&5
10233 echo "${ECHO_T}no" >&6
10234 fi
10235
10236
10237 enablestring=
10238 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
10239 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
10240 no_cache=0
10241 # Check whether --enable-xpm or --disable-xpm was given.
10242 if test "${enable_xpm+set}" = set; then
10243 enableval="$enable_xpm"
10244
10245 if test "$enableval" = yes; then
10246 ac_cv_use_xpm='wxUSE_XPM=yes'
10247 else
10248 ac_cv_use_xpm='wxUSE_XPM=no'
10249 fi
10250
10251 else
10252
10253 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
10254 if test "x$LINE" != x ; then
10255 eval "DEFAULT_$LINE"
10256 else
10257 no_cache=1
10258 fi
10259
10260 ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
10261
10262 fi;
10263
10264 eval "$ac_cv_use_xpm"
10265 if test "$no_cache" != 1; then
10266 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
10267 fi
10268
10269 if test "$wxUSE_XPM" = yes; then
10270 echo "$as_me:$LINENO: result: yes" >&5
10271 echo "${ECHO_T}yes" >&6
10272 else
10273 echo "$as_me:$LINENO: result: no" >&5
10274 echo "${ECHO_T}no" >&6
10275 fi
10276
10277
10278 enablestring=
10279 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
10280 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
10281 no_cache=0
10282 # Check whether --enable-ico_cur or --disable-ico_cur was given.
10283 if test "${enable_ico_cur+set}" = set; then
10284 enableval="$enable_ico_cur"
10285
10286 if test "$enableval" = yes; then
10287 ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
10288 else
10289 ac_cv_use_ico_cur='wxUSE_ICO_CUR=no'
10290 fi
10291
10292 else
10293
10294 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
10295 if test "x$LINE" != x ; then
10296 eval "DEFAULT_$LINE"
10297 else
10298 no_cache=1
10299 fi
10300
10301 ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
10302
10303 fi;
10304
10305 eval "$ac_cv_use_ico_cur"
10306 if test "$no_cache" != 1; then
10307 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
10308 fi
10309
10310 if test "$wxUSE_ICO_CUR" = yes; then
10311 echo "$as_me:$LINENO: result: yes" >&5
10312 echo "${ECHO_T}yes" >&6
10313 else
10314 echo "$as_me:$LINENO: result: no" >&5
10315 echo "${ECHO_T}no" >&6
10316 fi
10317
10318
10319 fi
10320
10321
10322
10323 # Check whether --with-flavour or --without-flavour was given.
10324 if test "${with_flavour+set}" = set; then
10325 withval="$with_flavour"
10326 WX_FLAVOUR="$withval"
10327 fi;
10328
10329
10330
10331 enablestring=
10332 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
10333 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
10334 no_cache=0
10335 # Check whether --enable-official_build or --disable-official_build was given.
10336 if test "${enable_official_build+set}" = set; then
10337 enableval="$enable_official_build"
10338
10339 if test "$enableval" = yes; then
10340 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
10341 else
10342 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
10343 fi
10344
10345 else
10346
10347 LINE=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
10348 if test "x$LINE" != x ; then
10349 eval "DEFAULT_$LINE"
10350 else
10351 no_cache=1
10352 fi
10353
10354 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
10355
10356 fi;
10357
10358 eval "$ac_cv_use_official_build"
10359 if test "$no_cache" != 1; then
10360 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
10361 fi
10362
10363 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
10364 echo "$as_me:$LINENO: result: yes" >&5
10365 echo "${ECHO_T}yes" >&6
10366 else
10367 echo "$as_me:$LINENO: result: no" >&5
10368 echo "${ECHO_T}no" >&6
10369 fi
10370
10371 # Check whether --enable-vendor or --disable-vendor was given.
10372 if test "${enable_vendor+set}" = set; then
10373 enableval="$enable_vendor"
10374 VENDOR="$enableval"
10375 fi;
10376 if test "x$VENDOR" = "x"; then
10377 VENDOR="custom"
10378 fi
10379
10380
10381
10382
10383 echo "saving argument cache $wx_arg_cache_file"
10384 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
10385
10386
10387
10388 echo "$as_me:$LINENO: checking for toolkit" >&5
10389 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
10390
10391 # In Wine, we need to default to MSW, not GTK or MOTIF
10392 if test "$wxUSE_WINE" = "yes"; then
10393 DEFAULT_DEFAULT_wxUSE_GTK=0
10394 DEFAULT_DEFAULT_wxUSE_MOTIF=0
10395 DEFAULT_DEFAULT_wxUSE_MSW=1
10396 wxUSE_SHARED=no
10397 fi
10398
10399 if test "$wxUSE_GUI" = "yes"; then
10400
10401 if test "$USE_BEOS" = 1; then
10402 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
10403 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
10404 { (exit 1); exit 1; }; }
10405 fi
10406
10407 if test "$TOOLKIT_GIVEN" = 1; then
10408 for toolkit in `echo $ALL_TOOLKITS`; do
10409 var=wxUSE_$toolkit
10410 eval "value=\$${var}"
10411 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
10412 done
10413 else
10414 for toolkit in `echo $ALL_TOOLKITS`; do
10415 if test "$has_toolkit_in_cache" != 1; then
10416 var=DEFAULT_DEFAULT_wxUSE_$toolkit
10417 else
10418 var=DEFAULT_wxUSE_$toolkit
10419 fi
10420 eval "wxUSE_$toolkit=\$${var}"
10421 done
10422 fi
10423
10424 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
10425 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
10426 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
10427
10428 case "${host}" in
10429 *-pc-os2_emx | *-pc-os2-emx )
10430 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
10431 esac
10432
10433 case "$NUM_TOOLKITS" in
10434 1)
10435 ;;
10436 0)
10437 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
10438 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
10439 { (exit 1); exit 1; }; }
10440 ;;
10441 *)
10442 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
10443 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
10444 { (exit 1); exit 1; }; }
10445 esac
10446
10447 for toolkit in `echo $ALL_TOOLKITS`; do
10448 var=wxUSE_$toolkit
10449 eval "value=\$${var}"
10450 if test "x$value" != x; then
10451 cache_var=CACHE_$toolkit
10452 eval "cache=\$${cache_var}"
10453 if test "$cache" = 1; then
10454 echo "$var=$value" >> ${wx_arg_cache_file}
10455 fi
10456 if test "$value" = 1; then
10457 toolkit_echo=`echo $toolkit | tr "[A-Z]" "[a-z]"`
10458 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
10459 echo "${ECHO_T}$toolkit_echo" >&6
10460 fi
10461 fi
10462 done
10463 else
10464 if test "x$host_alias" != "x"; then
10465 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
10466 echo "${ECHO_T}base ($host_alias hosted) only" >&6
10467 else
10468 echo "$as_me:$LINENO: result: base only" >&5
10469 echo "${ECHO_T}base only" >&6
10470 fi
10471 fi
10472
10473 wants_win32=0
10474 doesnt_want_win32=0
10475 case "${host}" in
10476 *-*-cygwin*)
10477 if test "$wxUSE_MSW" = 1 ; then
10478 wants_win32=1
10479 else
10480 doesnt_want_win32=1
10481 fi
10482 ;;
10483 *-*-mingw*)
10484 wants_win32=1
10485 ;;
10486 esac
10487
10488 if test "$wxUSE_WINE" = "yes"; then
10489 wants_win32=1
10490 CC=winegcc
10491 CXX=wineg++
10492 RESCOMP=wrc
10493 LDFLAGS_GUI="-mwindows"
10494 fi
10495
10496 if test "$wants_win32" = 1 ; then
10497 USE_UNIX=0
10498 USE_WIN32=1
10499 cat >>confdefs.h <<\_ACEOF
10500 #define __WIN32__ 1
10501 _ACEOF
10502
10503 cat >>confdefs.h <<\_ACEOF
10504 #define __WIN95__ 1
10505 _ACEOF
10506
10507 cat >>confdefs.h <<\_ACEOF
10508 #define __WINDOWS__ 1
10509 _ACEOF
10510
10511 cat >>confdefs.h <<\_ACEOF
10512 #define __GNUWIN32__ 1
10513 _ACEOF
10514
10515 cat >>confdefs.h <<\_ACEOF
10516 #define STRICT 1
10517 _ACEOF
10518
10519 cat >>confdefs.h <<\_ACEOF
10520 #define WINVER 0x0400
10521 _ACEOF
10522
10523 fi
10524 if test "$doesnt_want_win32" = 1 ; then
10525 USE_UNIX=1
10526 USE_WIN32=0
10527 fi
10528
10529 if test "$USE_UNIX" = 1 ; then
10530 wxUSE_UNIX=yes
10531 cat >>confdefs.h <<\_ACEOF
10532 #define __UNIX__ 1
10533 _ACEOF
10534
10535 fi
10536
10537
10538 cat >confcache <<\_ACEOF
10539 # This file is a shell script that caches the results of configure
10540 # tests run on this system so they can be shared between configure
10541 # scripts and configure runs, see configure's option --config-cache.
10542 # It is not useful on other systems. If it contains results you don't
10543 # want to keep, you may remove or edit it.
10544 #
10545 # config.status only pays attention to the cache file if you give it
10546 # the --recheck option to rerun configure.
10547 #
10548 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10549 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10550 # following values.
10551
10552 _ACEOF
10553
10554 # The following way of writing the cache mishandles newlines in values,
10555 # but we know of no workaround that is simple, portable, and efficient.
10556 # So, don't put newlines in cache variables' values.
10557 # Ultrix sh set writes to stderr and can't be redirected directly,
10558 # and sets the high bit in the cache file unless we assign to the vars.
10559 {
10560 (set) 2>&1 |
10561 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10562 *ac_space=\ *)
10563 # `set' does not quote correctly, so add quotes (double-quote
10564 # substitution turns \\\\ into \\, and sed turns \\ into \).
10565 sed -n \
10566 "s/'/'\\\\''/g;
10567 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10568 ;;
10569 *)
10570 # `set' quotes correctly as required by POSIX, so do not add quotes.
10571 sed -n \
10572 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10573 ;;
10574 esac;
10575 } |
10576 sed '
10577 t clear
10578 : clear
10579 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10580 t end
10581 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10582 : end' >>confcache
10583 if diff $cache_file confcache >/dev/null 2>&1; then :; else
10584 if test -w $cache_file; then
10585 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10586 cat confcache >$cache_file
10587 else
10588 echo "not updating unwritable cache $cache_file"
10589 fi
10590 fi
10591 rm -f confcache
10592
10593 if test "$build" != "$host" ; then
10594 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX" = 1; then
10595 CC=$host_alias-gcc
10596 CXX=$host_alias-c++
10597 AR=$host_alias-ar
10598 RANLIB=$host_alias-ranlib
10599 DLLTOOL=$host_alias-dlltool
10600 RESCOMP=$host_alias-windres
10601 STRIP=$host_alias-strip
10602 elif test "x$CC" '!=' "x"; then
10603 echo "You set CC, I assume you know what you are doing."
10604 else
10605 { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5
10606 echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;}
10607 { (exit 1); exit 1; }; }
10608 fi
10609 fi
10610
10611 CFLAGS=${CFLAGS:=}
10612
10613
10614 ac_ext=c
10615 ac_cpp='$CPP $CPPFLAGS'
10616 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10617 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10618 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10619 if test -n "$ac_tool_prefix"; then
10620 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10621 set dummy ${ac_tool_prefix}gcc; ac_word=$2
10622 echo "$as_me:$LINENO: checking for $ac_word" >&5
10623 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10624 if test "${ac_cv_prog_CC+set}" = set; then
10625 echo $ECHO_N "(cached) $ECHO_C" >&6
10626 else
10627 if test -n "$CC"; then
10628 ac_cv_prog_CC="$CC" # Let the user override the test.
10629 else
10630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10631 for as_dir in $PATH
10632 do
10633 IFS=$as_save_IFS
10634 test -z "$as_dir" && as_dir=.
10635 for ac_exec_ext in '' $ac_executable_extensions; do
10636 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10637 ac_cv_prog_CC="${ac_tool_prefix}gcc"
10638 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10639 break 2
10640 fi
10641 done
10642 done
10643
10644 fi
10645 fi
10646 CC=$ac_cv_prog_CC
10647 if test -n "$CC"; then
10648 echo "$as_me:$LINENO: result: $CC" >&5
10649 echo "${ECHO_T}$CC" >&6
10650 else
10651 echo "$as_me:$LINENO: result: no" >&5
10652 echo "${ECHO_T}no" >&6
10653 fi
10654
10655 fi
10656 if test -z "$ac_cv_prog_CC"; then
10657 ac_ct_CC=$CC
10658 # Extract the first word of "gcc", so it can be a program name with args.
10659 set dummy gcc; ac_word=$2
10660 echo "$as_me:$LINENO: checking for $ac_word" >&5
10661 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10662 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10663 echo $ECHO_N "(cached) $ECHO_C" >&6
10664 else
10665 if test -n "$ac_ct_CC"; then
10666 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10667 else
10668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10669 for as_dir in $PATH
10670 do
10671 IFS=$as_save_IFS
10672 test -z "$as_dir" && as_dir=.
10673 for ac_exec_ext in '' $ac_executable_extensions; do
10674 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10675 ac_cv_prog_ac_ct_CC="gcc"
10676 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10677 break 2
10678 fi
10679 done
10680 done
10681
10682 fi
10683 fi
10684 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10685 if test -n "$ac_ct_CC"; then
10686 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10687 echo "${ECHO_T}$ac_ct_CC" >&6
10688 else
10689 echo "$as_me:$LINENO: result: no" >&5
10690 echo "${ECHO_T}no" >&6
10691 fi
10692
10693 CC=$ac_ct_CC
10694 else
10695 CC="$ac_cv_prog_CC"
10696 fi
10697
10698 if test -z "$CC"; then
10699 if test -n "$ac_tool_prefix"; then
10700 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10701 set dummy ${ac_tool_prefix}cc; ac_word=$2
10702 echo "$as_me:$LINENO: checking for $ac_word" >&5
10703 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10704 if test "${ac_cv_prog_CC+set}" = set; then
10705 echo $ECHO_N "(cached) $ECHO_C" >&6
10706 else
10707 if test -n "$CC"; then
10708 ac_cv_prog_CC="$CC" # Let the user override the test.
10709 else
10710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10711 for as_dir in $PATH
10712 do
10713 IFS=$as_save_IFS
10714 test -z "$as_dir" && as_dir=.
10715 for ac_exec_ext in '' $ac_executable_extensions; do
10716 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10717 ac_cv_prog_CC="${ac_tool_prefix}cc"
10718 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10719 break 2
10720 fi
10721 done
10722 done
10723
10724 fi
10725 fi
10726 CC=$ac_cv_prog_CC
10727 if test -n "$CC"; then
10728 echo "$as_me:$LINENO: result: $CC" >&5
10729 echo "${ECHO_T}$CC" >&6
10730 else
10731 echo "$as_me:$LINENO: result: no" >&5
10732 echo "${ECHO_T}no" >&6
10733 fi
10734
10735 fi
10736 if test -z "$ac_cv_prog_CC"; then
10737 ac_ct_CC=$CC
10738 # Extract the first word of "cc", so it can be a program name with args.
10739 set dummy cc; ac_word=$2
10740 echo "$as_me:$LINENO: checking for $ac_word" >&5
10741 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10742 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10743 echo $ECHO_N "(cached) $ECHO_C" >&6
10744 else
10745 if test -n "$ac_ct_CC"; then
10746 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10747 else
10748 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10749 for as_dir in $PATH
10750 do
10751 IFS=$as_save_IFS
10752 test -z "$as_dir" && as_dir=.
10753 for ac_exec_ext in '' $ac_executable_extensions; do
10754 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10755 ac_cv_prog_ac_ct_CC="cc"
10756 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10757 break 2
10758 fi
10759 done
10760 done
10761
10762 fi
10763 fi
10764 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10765 if test -n "$ac_ct_CC"; then
10766 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10767 echo "${ECHO_T}$ac_ct_CC" >&6
10768 else
10769 echo "$as_me:$LINENO: result: no" >&5
10770 echo "${ECHO_T}no" >&6
10771 fi
10772
10773 CC=$ac_ct_CC
10774 else
10775 CC="$ac_cv_prog_CC"
10776 fi
10777
10778 fi
10779 if test -z "$CC"; then
10780 # Extract the first word of "cc", so it can be a program name with args.
10781 set dummy cc; ac_word=$2
10782 echo "$as_me:$LINENO: checking for $ac_word" >&5
10783 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10784 if test "${ac_cv_prog_CC+set}" = set; then
10785 echo $ECHO_N "(cached) $ECHO_C" >&6
10786 else
10787 if test -n "$CC"; then
10788 ac_cv_prog_CC="$CC" # Let the user override the test.
10789 else
10790 ac_prog_rejected=no
10791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10792 for as_dir in $PATH
10793 do
10794 IFS=$as_save_IFS
10795 test -z "$as_dir" && as_dir=.
10796 for ac_exec_ext in '' $ac_executable_extensions; do
10797 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10798 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
10799 ac_prog_rejected=yes
10800 continue
10801 fi
10802 ac_cv_prog_CC="cc"
10803 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10804 break 2
10805 fi
10806 done
10807 done
10808
10809 if test $ac_prog_rejected = yes; then
10810 # We found a bogon in the path, so make sure we never use it.
10811 set dummy $ac_cv_prog_CC
10812 shift
10813 if test $# != 0; then
10814 # We chose a different compiler from the bogus one.
10815 # However, it has the same basename, so the bogon will be chosen
10816 # first if we set CC to just the basename; use the full file name.
10817 shift
10818 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
10819 fi
10820 fi
10821 fi
10822 fi
10823 CC=$ac_cv_prog_CC
10824 if test -n "$CC"; then
10825 echo "$as_me:$LINENO: result: $CC" >&5
10826 echo "${ECHO_T}$CC" >&6
10827 else
10828 echo "$as_me:$LINENO: result: no" >&5
10829 echo "${ECHO_T}no" >&6
10830 fi
10831
10832 fi
10833 if test -z "$CC"; then
10834 if test -n "$ac_tool_prefix"; then
10835 for ac_prog in cl
10836 do
10837 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10838 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10839 echo "$as_me:$LINENO: checking for $ac_word" >&5
10840 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10841 if test "${ac_cv_prog_CC+set}" = set; then
10842 echo $ECHO_N "(cached) $ECHO_C" >&6
10843 else
10844 if test -n "$CC"; then
10845 ac_cv_prog_CC="$CC" # Let the user override the test.
10846 else
10847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10848 for as_dir in $PATH
10849 do
10850 IFS=$as_save_IFS
10851 test -z "$as_dir" && as_dir=.
10852 for ac_exec_ext in '' $ac_executable_extensions; do
10853 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10854 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
10855 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10856 break 2
10857 fi
10858 done
10859 done
10860
10861 fi
10862 fi
10863 CC=$ac_cv_prog_CC
10864 if test -n "$CC"; then
10865 echo "$as_me:$LINENO: result: $CC" >&5
10866 echo "${ECHO_T}$CC" >&6
10867 else
10868 echo "$as_me:$LINENO: result: no" >&5
10869 echo "${ECHO_T}no" >&6
10870 fi
10871
10872 test -n "$CC" && break
10873 done
10874 fi
10875 if test -z "$CC"; then
10876 ac_ct_CC=$CC
10877 for ac_prog in cl
10878 do
10879 # Extract the first word of "$ac_prog", so it can be a program name with args.
10880 set dummy $ac_prog; ac_word=$2
10881 echo "$as_me:$LINENO: checking for $ac_word" >&5
10882 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10883 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10884 echo $ECHO_N "(cached) $ECHO_C" >&6
10885 else
10886 if test -n "$ac_ct_CC"; then
10887 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10888 else
10889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10890 for as_dir in $PATH
10891 do
10892 IFS=$as_save_IFS
10893 test -z "$as_dir" && as_dir=.
10894 for ac_exec_ext in '' $ac_executable_extensions; do
10895 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10896 ac_cv_prog_ac_ct_CC="$ac_prog"
10897 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10898 break 2
10899 fi
10900 done
10901 done
10902
10903 fi
10904 fi
10905 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10906 if test -n "$ac_ct_CC"; then
10907 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10908 echo "${ECHO_T}$ac_ct_CC" >&6
10909 else
10910 echo "$as_me:$LINENO: result: no" >&5
10911 echo "${ECHO_T}no" >&6
10912 fi
10913
10914 test -n "$ac_ct_CC" && break
10915 done
10916
10917 CC=$ac_ct_CC
10918 fi
10919
10920 fi
10921
10922
10923 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
10924 See \`config.log' for more details." >&5
10925 echo "$as_me: error: no acceptable C compiler found in \$PATH
10926 See \`config.log' for more details." >&2;}
10927 { (exit 1); exit 1; }; }
10928
10929 # Provide some information about the compiler.
10930 echo "$as_me:$LINENO:" \
10931 "checking for C compiler version" >&5
10932 ac_compiler=`set X $ac_compile; echo $2`
10933 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
10934 (eval $ac_compiler --version </dev/null >&5) 2>&5
10935 ac_status=$?
10936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10937 (exit $ac_status); }
10938 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
10939 (eval $ac_compiler -v </dev/null >&5) 2>&5
10940 ac_status=$?
10941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10942 (exit $ac_status); }
10943 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
10944 (eval $ac_compiler -V </dev/null >&5) 2>&5
10945 ac_status=$?
10946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10947 (exit $ac_status); }
10948
10949 cat >conftest.$ac_ext <<_ACEOF
10950 /* confdefs.h. */
10951 _ACEOF
10952 cat confdefs.h >>conftest.$ac_ext
10953 cat >>conftest.$ac_ext <<_ACEOF
10954 /* end confdefs.h. */
10955
10956 int
10957 main ()
10958 {
10959
10960 ;
10961 return 0;
10962 }
10963 _ACEOF
10964 ac_clean_files_save=$ac_clean_files
10965 ac_clean_files="$ac_clean_files a.out a.exe b.out"
10966 # Try to create an executable without -o first, disregard a.out.
10967 # It will help us diagnose broken compilers, and finding out an intuition
10968 # of exeext.
10969 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
10970 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
10971 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
10972 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
10973 (eval $ac_link_default) 2>&5
10974 ac_status=$?
10975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10976 (exit $ac_status); }; then
10977 # Find the output, starting from the most likely. This scheme is
10978 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
10979 # resort.
10980
10981 # Be careful to initialize this variable, since it used to be cached.
10982 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
10983 ac_cv_exeext=
10984 # b.out is created by i960 compilers.
10985 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
10986 do
10987 test -f "$ac_file" || continue
10988 case $ac_file in
10989 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
10990 ;;
10991 conftest.$ac_ext )
10992 # This is the source file.
10993 ;;
10994 [ab].out )
10995 # We found the default executable, but exeext='' is most
10996 # certainly right.
10997 break;;
10998 *.* )
10999 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
11000 # FIXME: I believe we export ac_cv_exeext for Libtool,
11001 # but it would be cool to find out if it's true. Does anybody
11002 # maintain Libtool? --akim.
11003 export ac_cv_exeext
11004 break;;
11005 * )
11006 break;;
11007 esac
11008 done
11009 else
11010 echo "$as_me: failed program was:" >&5
11011 sed 's/^/| /' conftest.$ac_ext >&5
11012
11013 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
11014 See \`config.log' for more details." >&5
11015 echo "$as_me: error: C compiler cannot create executables
11016 See \`config.log' for more details." >&2;}
11017 { (exit 77); exit 77; }; }
11018 fi
11019
11020 ac_exeext=$ac_cv_exeext
11021 echo "$as_me:$LINENO: result: $ac_file" >&5
11022 echo "${ECHO_T}$ac_file" >&6
11023
11024 # Check the compiler produces executables we can run. If not, either
11025 # the compiler is broken, or we cross compile.
11026 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
11027 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
11028 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
11029 # If not cross compiling, check that we can run a simple program.
11030 if test "$cross_compiling" != yes; then
11031 if { ac_try='./$ac_file'
11032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11033 (eval $ac_try) 2>&5
11034 ac_status=$?
11035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11036 (exit $ac_status); }; }; then
11037 cross_compiling=no
11038 else
11039 if test "$cross_compiling" = maybe; then
11040 cross_compiling=yes
11041 else
11042 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
11043 If you meant to cross compile, use \`--host'.
11044 See \`config.log' for more details." >&5
11045 echo "$as_me: error: cannot run C compiled programs.
11046 If you meant to cross compile, use \`--host'.
11047 See \`config.log' for more details." >&2;}
11048 { (exit 1); exit 1; }; }
11049 fi
11050 fi
11051 fi
11052 echo "$as_me:$LINENO: result: yes" >&5
11053 echo "${ECHO_T}yes" >&6
11054
11055 rm -f a.out a.exe conftest$ac_cv_exeext b.out
11056 ac_clean_files=$ac_clean_files_save
11057 # Check the compiler produces executables we can run. If not, either
11058 # the compiler is broken, or we cross compile.
11059 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
11060 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
11061 echo "$as_me:$LINENO: result: $cross_compiling" >&5
11062 echo "${ECHO_T}$cross_compiling" >&6
11063
11064 echo "$as_me:$LINENO: checking for suffix of executables" >&5
11065 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
11066 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11067 (eval $ac_link) 2>&5
11068 ac_status=$?
11069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11070 (exit $ac_status); }; then
11071 # If both `conftest.exe' and `conftest' are `present' (well, observable)
11072 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
11073 # work properly (i.e., refer to `conftest.exe'), while it won't with
11074 # `rm'.
11075 for ac_file in conftest.exe conftest conftest.*; do
11076 test -f "$ac_file" || continue
11077 case $ac_file in
11078 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
11079 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
11080 export ac_cv_exeext
11081 break;;
11082 * ) break;;
11083 esac
11084 done
11085 else
11086 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
11087 See \`config.log' for more details." >&5
11088 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
11089 See \`config.log' for more details." >&2;}
11090 { (exit 1); exit 1; }; }
11091 fi
11092
11093 rm -f conftest$ac_cv_exeext
11094 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
11095 echo "${ECHO_T}$ac_cv_exeext" >&6
11096
11097 rm -f conftest.$ac_ext
11098 EXEEXT=$ac_cv_exeext
11099 ac_exeext=$EXEEXT
11100 echo "$as_me:$LINENO: checking for suffix of object files" >&5
11101 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
11102 if test "${ac_cv_objext+set}" = set; then
11103 echo $ECHO_N "(cached) $ECHO_C" >&6
11104 else
11105 cat >conftest.$ac_ext <<_ACEOF
11106 /* confdefs.h. */
11107 _ACEOF
11108 cat confdefs.h >>conftest.$ac_ext
11109 cat >>conftest.$ac_ext <<_ACEOF
11110 /* end confdefs.h. */
11111
11112 int
11113 main ()
11114 {
11115
11116 ;
11117 return 0;
11118 }
11119 _ACEOF
11120 rm -f conftest.o conftest.obj
11121 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11122 (eval $ac_compile) 2>&5
11123 ac_status=$?
11124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11125 (exit $ac_status); }; then
11126 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
11127 case $ac_file in
11128 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
11129 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
11130 break;;
11131 esac
11132 done
11133 else
11134 echo "$as_me: failed program was:" >&5
11135 sed 's/^/| /' conftest.$ac_ext >&5
11136
11137 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
11138 See \`config.log' for more details." >&5
11139 echo "$as_me: error: cannot compute suffix of object files: cannot compile
11140 See \`config.log' for more details." >&2;}
11141 { (exit 1); exit 1; }; }
11142 fi
11143
11144 rm -f conftest.$ac_cv_objext conftest.$ac_ext
11145 fi
11146 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
11147 echo "${ECHO_T}$ac_cv_objext" >&6
11148 OBJEXT=$ac_cv_objext
11149 ac_objext=$OBJEXT
11150 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
11151 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
11152 if test "${ac_cv_c_compiler_gnu+set}" = set; then
11153 echo $ECHO_N "(cached) $ECHO_C" >&6
11154 else
11155 cat >conftest.$ac_ext <<_ACEOF
11156 /* confdefs.h. */
11157 _ACEOF
11158 cat confdefs.h >>conftest.$ac_ext
11159 cat >>conftest.$ac_ext <<_ACEOF
11160 /* end confdefs.h. */
11161
11162 int
11163 main ()
11164 {
11165 #ifndef __GNUC__
11166 choke me
11167 #endif
11168
11169 ;
11170 return 0;
11171 }
11172 _ACEOF
11173 rm -f conftest.$ac_objext
11174 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11175 (eval $ac_compile) 2>conftest.er1
11176 ac_status=$?
11177 grep -v '^ *+' conftest.er1 >conftest.err
11178 rm -f conftest.er1
11179 cat conftest.err >&5
11180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11181 (exit $ac_status); } &&
11182 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11184 (eval $ac_try) 2>&5
11185 ac_status=$?
11186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11187 (exit $ac_status); }; } &&
11188 { ac_try='test -s conftest.$ac_objext'
11189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11190 (eval $ac_try) 2>&5
11191 ac_status=$?
11192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11193 (exit $ac_status); }; }; then
11194 ac_compiler_gnu=yes
11195 else
11196 echo "$as_me: failed program was:" >&5
11197 sed 's/^/| /' conftest.$ac_ext >&5
11198
11199 ac_compiler_gnu=no
11200 fi
11201 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11202 ac_cv_c_compiler_gnu=$ac_compiler_gnu
11203
11204 fi
11205 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
11206 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
11207 GCC=`test $ac_compiler_gnu = yes && echo yes`
11208 ac_test_CFLAGS=${CFLAGS+set}
11209 ac_save_CFLAGS=$CFLAGS
11210 CFLAGS="-g"
11211 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11212 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11213 if test "${ac_cv_prog_cc_g+set}" = set; then
11214 echo $ECHO_N "(cached) $ECHO_C" >&6
11215 else
11216 cat >conftest.$ac_ext <<_ACEOF
11217 /* confdefs.h. */
11218 _ACEOF
11219 cat confdefs.h >>conftest.$ac_ext
11220 cat >>conftest.$ac_ext <<_ACEOF
11221 /* end confdefs.h. */
11222
11223 int
11224 main ()
11225 {
11226
11227 ;
11228 return 0;
11229 }
11230 _ACEOF
11231 rm -f conftest.$ac_objext
11232 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11233 (eval $ac_compile) 2>conftest.er1
11234 ac_status=$?
11235 grep -v '^ *+' conftest.er1 >conftest.err
11236 rm -f conftest.er1
11237 cat conftest.err >&5
11238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11239 (exit $ac_status); } &&
11240 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11242 (eval $ac_try) 2>&5
11243 ac_status=$?
11244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11245 (exit $ac_status); }; } &&
11246 { ac_try='test -s conftest.$ac_objext'
11247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11248 (eval $ac_try) 2>&5
11249 ac_status=$?
11250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11251 (exit $ac_status); }; }; then
11252 ac_cv_prog_cc_g=yes
11253 else
11254 echo "$as_me: failed program was:" >&5
11255 sed 's/^/| /' conftest.$ac_ext >&5
11256
11257 ac_cv_prog_cc_g=no
11258 fi
11259 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11260 fi
11261 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11262 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11263 if test "$ac_test_CFLAGS" = set; then
11264 CFLAGS=$ac_save_CFLAGS
11265 elif test $ac_cv_prog_cc_g = yes; then
11266 if test "$GCC" = yes; then
11267 CFLAGS="-g -O2"
11268 else
11269 CFLAGS="-g"
11270 fi
11271 else
11272 if test "$GCC" = yes; then
11273 CFLAGS="-O2"
11274 else
11275 CFLAGS=
11276 fi
11277 fi
11278 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
11279 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
11280 if test "${ac_cv_prog_cc_stdc+set}" = set; then
11281 echo $ECHO_N "(cached) $ECHO_C" >&6
11282 else
11283 ac_cv_prog_cc_stdc=no
11284 ac_save_CC=$CC
11285 cat >conftest.$ac_ext <<_ACEOF
11286 /* confdefs.h. */
11287 _ACEOF
11288 cat confdefs.h >>conftest.$ac_ext
11289 cat >>conftest.$ac_ext <<_ACEOF
11290 /* end confdefs.h. */
11291 #include <stdarg.h>
11292 #include <stdio.h>
11293 #include <sys/types.h>
11294 #include <sys/stat.h>
11295 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11296 struct buf { int x; };
11297 FILE * (*rcsopen) (struct buf *, struct stat *, int);
11298 static char *e (p, i)
11299 char **p;
11300 int i;
11301 {
11302 return p[i];
11303 }
11304 static char *f (char * (*g) (char **, int), char **p, ...)
11305 {
11306 char *s;
11307 va_list v;
11308 va_start (v,p);
11309 s = g (p, va_arg (v,int));
11310 va_end (v);
11311 return s;
11312 }
11313
11314 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
11315 function prototypes and stuff, but not '\xHH' hex character constants.
11316 These don't provoke an error unfortunately, instead are silently treated
11317 as 'x'. The following induces an error, until -std1 is added to get
11318 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
11319 array size at least. It's necessary to write '\x00'==0 to get something
11320 that's true only with -std1. */
11321 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11322
11323 int test (int i, double x);
11324 struct s1 {int (*f) (int a);};
11325 struct s2 {int (*f) (double a);};
11326 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11327 int argc;
11328 char **argv;
11329 int
11330 main ()
11331 {
11332 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
11333 ;
11334 return 0;
11335 }
11336 _ACEOF
11337 # Don't try gcc -ansi; that turns off useful extensions and
11338 # breaks some systems' header files.
11339 # AIX -qlanglvl=ansi
11340 # Ultrix and OSF/1 -std1
11341 # HP-UX 10.20 and later -Ae
11342 # HP-UX older versions -Aa -D_HPUX_SOURCE
11343 # SVR4 -Xc -D__EXTENSIONS__
11344 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11345 do
11346 CC="$ac_save_CC $ac_arg"
11347 rm -f conftest.$ac_objext
11348 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11349 (eval $ac_compile) 2>conftest.er1
11350 ac_status=$?
11351 grep -v '^ *+' conftest.er1 >conftest.err
11352 rm -f conftest.er1
11353 cat conftest.err >&5
11354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11355 (exit $ac_status); } &&
11356 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11358 (eval $ac_try) 2>&5
11359 ac_status=$?
11360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11361 (exit $ac_status); }; } &&
11362 { ac_try='test -s conftest.$ac_objext'
11363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11364 (eval $ac_try) 2>&5
11365 ac_status=$?
11366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11367 (exit $ac_status); }; }; then
11368 ac_cv_prog_cc_stdc=$ac_arg
11369 break
11370 else
11371 echo "$as_me: failed program was:" >&5
11372 sed 's/^/| /' conftest.$ac_ext >&5
11373
11374 fi
11375 rm -f conftest.err conftest.$ac_objext
11376 done
11377 rm -f conftest.$ac_ext conftest.$ac_objext
11378 CC=$ac_save_CC
11379
11380 fi
11381
11382 case "x$ac_cv_prog_cc_stdc" in
11383 x|xno)
11384 echo "$as_me:$LINENO: result: none needed" >&5
11385 echo "${ECHO_T}none needed" >&6 ;;
11386 *)
11387 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
11388 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
11389 CC="$CC $ac_cv_prog_cc_stdc" ;;
11390 esac
11391
11392 # Some people use a C++ compiler to compile C. Since we use `exit',
11393 # in C++ we need to declare it. In case someone uses the same compiler
11394 # for both compiling C and C++ we need to have the C++ compiler decide
11395 # the declaration of exit, since it's the most demanding environment.
11396 cat >conftest.$ac_ext <<_ACEOF
11397 #ifndef __cplusplus
11398 choke me
11399 #endif
11400 _ACEOF
11401 rm -f conftest.$ac_objext
11402 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11403 (eval $ac_compile) 2>conftest.er1
11404 ac_status=$?
11405 grep -v '^ *+' conftest.er1 >conftest.err
11406 rm -f conftest.er1
11407 cat conftest.err >&5
11408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11409 (exit $ac_status); } &&
11410 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11412 (eval $ac_try) 2>&5
11413 ac_status=$?
11414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11415 (exit $ac_status); }; } &&
11416 { ac_try='test -s conftest.$ac_objext'
11417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11418 (eval $ac_try) 2>&5
11419 ac_status=$?
11420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11421 (exit $ac_status); }; }; then
11422 for ac_declaration in \
11423 '' \
11424 'extern "C" void std::exit (int) throw (); using std::exit;' \
11425 'extern "C" void std::exit (int); using std::exit;' \
11426 'extern "C" void exit (int) throw ();' \
11427 'extern "C" void exit (int);' \
11428 'void exit (int);'
11429 do
11430 cat >conftest.$ac_ext <<_ACEOF
11431 /* confdefs.h. */
11432 _ACEOF
11433 cat confdefs.h >>conftest.$ac_ext
11434 cat >>conftest.$ac_ext <<_ACEOF
11435 /* end confdefs.h. */
11436 $ac_declaration
11437 #include <stdlib.h>
11438 int
11439 main ()
11440 {
11441 exit (42);
11442 ;
11443 return 0;
11444 }
11445 _ACEOF
11446 rm -f conftest.$ac_objext
11447 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11448 (eval $ac_compile) 2>conftest.er1
11449 ac_status=$?
11450 grep -v '^ *+' conftest.er1 >conftest.err
11451 rm -f conftest.er1
11452 cat conftest.err >&5
11453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11454 (exit $ac_status); } &&
11455 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11457 (eval $ac_try) 2>&5
11458 ac_status=$?
11459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11460 (exit $ac_status); }; } &&
11461 { ac_try='test -s conftest.$ac_objext'
11462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11463 (eval $ac_try) 2>&5
11464 ac_status=$?
11465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11466 (exit $ac_status); }; }; then
11467 :
11468 else
11469 echo "$as_me: failed program was:" >&5
11470 sed 's/^/| /' conftest.$ac_ext >&5
11471
11472 continue
11473 fi
11474 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11475 cat >conftest.$ac_ext <<_ACEOF
11476 /* confdefs.h. */
11477 _ACEOF
11478 cat confdefs.h >>conftest.$ac_ext
11479 cat >>conftest.$ac_ext <<_ACEOF
11480 /* end confdefs.h. */
11481 $ac_declaration
11482 int
11483 main ()
11484 {
11485 exit (42);
11486 ;
11487 return 0;
11488 }
11489 _ACEOF
11490 rm -f conftest.$ac_objext
11491 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11492 (eval $ac_compile) 2>conftest.er1
11493 ac_status=$?
11494 grep -v '^ *+' conftest.er1 >conftest.err
11495 rm -f conftest.er1
11496 cat conftest.err >&5
11497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11498 (exit $ac_status); } &&
11499 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11501 (eval $ac_try) 2>&5
11502 ac_status=$?
11503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11504 (exit $ac_status); }; } &&
11505 { ac_try='test -s conftest.$ac_objext'
11506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11507 (eval $ac_try) 2>&5
11508 ac_status=$?
11509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11510 (exit $ac_status); }; }; then
11511 break
11512 else
11513 echo "$as_me: failed program was:" >&5
11514 sed 's/^/| /' conftest.$ac_ext >&5
11515
11516 fi
11517 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11518 done
11519 rm -f conftest*
11520 if test -n "$ac_declaration"; then
11521 echo '#ifdef __cplusplus' >>confdefs.h
11522 echo $ac_declaration >>confdefs.h
11523 echo '#endif' >>confdefs.h
11524 fi
11525
11526 else
11527 echo "$as_me: failed program was:" >&5
11528 sed 's/^/| /' conftest.$ac_ext >&5
11529
11530 fi
11531 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11532 ac_ext=c
11533 ac_cpp='$CPP $CPPFLAGS'
11534 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11535 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11536 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11537
11538 echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
11539 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6
11540 if test "${wx_cv_c_exto+set}" = set; then
11541 echo $ECHO_N "(cached) $ECHO_C" >&6
11542 else
11543 cat >conftest.$ac_ext <<_ACEOF
11544 /* confdefs.h. */
11545 _ACEOF
11546 cat confdefs.h >>conftest.$ac_ext
11547 cat >>conftest.$ac_ext <<_ACEOF
11548 /* end confdefs.h. */
11549
11550 int
11551 main ()
11552 {
11553
11554 ;
11555 return 0;
11556 }
11557 _ACEOF
11558 rm -f conftest.$ac_objext conftest.$ac_ext.o
11559 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11560 (eval $ac_compile) 2>&5
11561 ac_status=$?
11562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11563 (exit $ac_status); }; then
11564 for ac_file in `(ls conftest.* 2>/dev/null)`; do
11565 case $ac_file in
11566 conftest.$ac_ext.o)
11567 wx_cv_c_exto="-ext o"
11568 ;;
11569 *)
11570 ;;
11571 esac
11572 done
11573 else
11574 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
11575 See \`config.log' for more details." >&5
11576 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
11577 See \`config.log' for more details." >&2;}
11578 { (exit 1); exit 1; }; }
11579
11580 fi
11581
11582 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
11583
11584 fi
11585 echo "$as_me:$LINENO: result: $wx_cv_c_exto" >&5
11586 echo "${ECHO_T}$wx_cv_c_exto" >&6
11587 if test "x$wx_cv_c_exto" '!=' "x"; then
11588 if test "c" = "c"; then
11589 CFLAGS="$wx_cv_c_exto $CFLAGS"
11590 fi
11591 if test "c" = "cxx"; then
11592 CXXFLAGS="$wx_cv_c_exto $CXXFLAGS"
11593 fi
11594 fi
11595
11596 if test "x$wx_cv_c_exto" '!=' "x"; then
11597 unset ac_cv_prog_cc_g
11598 ac_test_CFLAGS=${CFLAGS+set}
11599 ac_save_CFLAGS=$CFLAGS
11600 CFLAGS="-g"
11601 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11602 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11603 if test "${ac_cv_prog_cc_g+set}" = set; then
11604 echo $ECHO_N "(cached) $ECHO_C" >&6
11605 else
11606 cat >conftest.$ac_ext <<_ACEOF
11607 /* confdefs.h. */
11608 _ACEOF
11609 cat confdefs.h >>conftest.$ac_ext
11610 cat >>conftest.$ac_ext <<_ACEOF
11611 /* end confdefs.h. */
11612
11613 int
11614 main ()
11615 {
11616
11617 ;
11618 return 0;
11619 }
11620 _ACEOF
11621 rm -f conftest.$ac_objext
11622 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11623 (eval $ac_compile) 2>conftest.er1
11624 ac_status=$?
11625 grep -v '^ *+' conftest.er1 >conftest.err
11626 rm -f conftest.er1
11627 cat conftest.err >&5
11628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11629 (exit $ac_status); } &&
11630 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11632 (eval $ac_try) 2>&5
11633 ac_status=$?
11634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11635 (exit $ac_status); }; } &&
11636 { ac_try='test -s conftest.$ac_objext'
11637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11638 (eval $ac_try) 2>&5
11639 ac_status=$?
11640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11641 (exit $ac_status); }; }; then
11642 ac_cv_prog_cc_g=yes
11643 else
11644 echo "$as_me: failed program was:" >&5
11645 sed 's/^/| /' conftest.$ac_ext >&5
11646
11647 ac_cv_prog_cc_g=no
11648 fi
11649 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11650 fi
11651 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11652 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11653 if test "$ac_test_CFLAGS" = set; then
11654 CFLAGS=$ac_save_CFLAGS
11655 elif test $ac_cv_prog_cc_g = yes; then
11656 if test "$GCC" = yes; then
11657 CFLAGS="-g -O2"
11658 else
11659 CFLAGS="-g"
11660 fi
11661 else
11662 if test "$GCC" = yes; then
11663 CFLAGS="-O2"
11664 else
11665 CFLAGS=
11666 fi
11667 fi
11668 fi
11669 ac_ext=c
11670 ac_cpp='$CPP $CPPFLAGS'
11671 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11672 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11673 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11674
11675 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
11676 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6
11677 if test "${bakefile_cv_c_compiler_mwerks+set}" = set; then
11678 echo $ECHO_N "(cached) $ECHO_C" >&6
11679 else
11680 cat >conftest.$ac_ext <<_ACEOF
11681 /* confdefs.h. */
11682 _ACEOF
11683 cat confdefs.h >>conftest.$ac_ext
11684 cat >>conftest.$ac_ext <<_ACEOF
11685 /* end confdefs.h. */
11686
11687 int
11688 main ()
11689 {
11690 #ifndef __MWERKS__
11691 choke me
11692 #endif
11693
11694 ;
11695 return 0;
11696 }
11697 _ACEOF
11698 rm -f conftest.$ac_objext
11699 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11700 (eval $ac_compile) 2>conftest.er1
11701 ac_status=$?
11702 grep -v '^ *+' conftest.er1 >conftest.err
11703 rm -f conftest.er1
11704 cat conftest.err >&5
11705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11706 (exit $ac_status); } &&
11707 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11709 (eval $ac_try) 2>&5
11710 ac_status=$?
11711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11712 (exit $ac_status); }; } &&
11713 { ac_try='test -s conftest.$ac_objext'
11714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11715 (eval $ac_try) 2>&5
11716 ac_status=$?
11717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11718 (exit $ac_status); }; }; then
11719 bakefile_compiler_mwerks=yes
11720 else
11721 echo "$as_me: failed program was:" >&5
11722 sed 's/^/| /' conftest.$ac_ext >&5
11723
11724 bakefile_compiler_mwerks=no
11725 fi
11726 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11727 bakefile_cv_c_compiler_mwerks=$bakefile_compiler_mwerks
11728
11729 fi
11730 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5
11731 echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6
11732
11733 MWCC=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
11734 ac_ext=c
11735 ac_cpp='$CPP $CPPFLAGS'
11736 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11737 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11738 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11739
11740
11741 ac_ext=c
11742 ac_cpp='$CPP $CPPFLAGS'
11743 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11744 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11745 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11746
11747 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
11748 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
11749 if test "${wx_cv_c_compiler_xlc+set}" = set; then
11750 echo $ECHO_N "(cached) $ECHO_C" >&6
11751 else
11752 cat >conftest.$ac_ext <<_ACEOF
11753 /* confdefs.h. */
11754 _ACEOF
11755 cat confdefs.h >>conftest.$ac_ext
11756 cat >>conftest.$ac_ext <<_ACEOF
11757 /* end confdefs.h. */
11758
11759 int
11760 main ()
11761 {
11762 #ifndef __xlC__
11763 choke me
11764 #endif
11765
11766 ;
11767 return 0;
11768 }
11769 _ACEOF
11770 rm -f conftest.$ac_objext
11771 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11772 (eval $ac_compile) 2>conftest.er1
11773 ac_status=$?
11774 grep -v '^ *+' conftest.er1 >conftest.err
11775 rm -f conftest.er1
11776 cat conftest.err >&5
11777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11778 (exit $ac_status); } &&
11779 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11781 (eval $ac_try) 2>&5
11782 ac_status=$?
11783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11784 (exit $ac_status); }; } &&
11785 { ac_try='test -s conftest.$ac_objext'
11786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11787 (eval $ac_try) 2>&5
11788 ac_status=$?
11789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11790 (exit $ac_status); }; }; then
11791 wx_compiler_xlc=yes
11792 else
11793 echo "$as_me: failed program was:" >&5
11794 sed 's/^/| /' conftest.$ac_ext >&5
11795
11796 wx_compiler_xlc=no
11797 fi
11798 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11799 wx_cv_c_compiler_xlc=$wx_compiler_xlc
11800
11801 fi
11802 echo "$as_me:$LINENO: result: $wx_cv_c_compiler_xlc" >&5
11803 echo "${ECHO_T}$wx_cv_c_compiler_xlc" >&6
11804
11805 XLCC=`test $wx_cv_c_compiler_xlc = yes && echo yes`
11806 ac_ext=c
11807 ac_cpp='$CPP $CPPFLAGS'
11808 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11809 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11810 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11811
11812
11813
11814
11815 ac_ext=c
11816 ac_cpp='$CPP $CPPFLAGS'
11817 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11818 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11819 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11820 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
11821 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
11822 # On Suns, sometimes $CPP names a directory.
11823 if test -n "$CPP" && test -d "$CPP"; then
11824 CPP=
11825 fi
11826 if test -z "$CPP"; then
11827 if test "${ac_cv_prog_CPP+set}" = set; then
11828 echo $ECHO_N "(cached) $ECHO_C" >&6
11829 else
11830 # Double quotes because CPP needs to be expanded
11831 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
11832 do
11833 ac_preproc_ok=false
11834 for ac_c_preproc_warn_flag in '' yes
11835 do
11836 # Use a header file that comes with gcc, so configuring glibc
11837 # with a fresh cross-compiler works.
11838 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11839 # <limits.h> exists even on freestanding compilers.
11840 # On the NeXT, cc -E runs the code through the compiler's parser,
11841 # not just through cpp. "Syntax error" is here to catch this case.
11842 cat >conftest.$ac_ext <<_ACEOF
11843 /* confdefs.h. */
11844 _ACEOF
11845 cat confdefs.h >>conftest.$ac_ext
11846 cat >>conftest.$ac_ext <<_ACEOF
11847 /* end confdefs.h. */
11848 #ifdef __STDC__
11849 # include <limits.h>
11850 #else
11851 # include <assert.h>
11852 #endif
11853 Syntax error
11854 _ACEOF
11855 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11856 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11857 ac_status=$?
11858 grep -v '^ *+' conftest.er1 >conftest.err
11859 rm -f conftest.er1
11860 cat conftest.err >&5
11861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11862 (exit $ac_status); } >/dev/null; then
11863 if test -s conftest.err; then
11864 ac_cpp_err=$ac_c_preproc_warn_flag
11865 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11866 else
11867 ac_cpp_err=
11868 fi
11869 else
11870 ac_cpp_err=yes
11871 fi
11872 if test -z "$ac_cpp_err"; then
11873 :
11874 else
11875 echo "$as_me: failed program was:" >&5
11876 sed 's/^/| /' conftest.$ac_ext >&5
11877
11878 # Broken: fails on valid input.
11879 continue
11880 fi
11881 rm -f conftest.err conftest.$ac_ext
11882
11883 # OK, works on sane cases. Now check whether non-existent headers
11884 # can be detected and how.
11885 cat >conftest.$ac_ext <<_ACEOF
11886 /* confdefs.h. */
11887 _ACEOF
11888 cat confdefs.h >>conftest.$ac_ext
11889 cat >>conftest.$ac_ext <<_ACEOF
11890 /* end confdefs.h. */
11891 #include <ac_nonexistent.h>
11892 _ACEOF
11893 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11894 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11895 ac_status=$?
11896 grep -v '^ *+' conftest.er1 >conftest.err
11897 rm -f conftest.er1
11898 cat conftest.err >&5
11899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11900 (exit $ac_status); } >/dev/null; then
11901 if test -s conftest.err; then
11902 ac_cpp_err=$ac_c_preproc_warn_flag
11903 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11904 else
11905 ac_cpp_err=
11906 fi
11907 else
11908 ac_cpp_err=yes
11909 fi
11910 if test -z "$ac_cpp_err"; then
11911 # Broken: success on invalid input.
11912 continue
11913 else
11914 echo "$as_me: failed program was:" >&5
11915 sed 's/^/| /' conftest.$ac_ext >&5
11916
11917 # Passes both tests.
11918 ac_preproc_ok=:
11919 break
11920 fi
11921 rm -f conftest.err conftest.$ac_ext
11922
11923 done
11924 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11925 rm -f conftest.err conftest.$ac_ext
11926 if $ac_preproc_ok; then
11927 break
11928 fi
11929
11930 done
11931 ac_cv_prog_CPP=$CPP
11932
11933 fi
11934 CPP=$ac_cv_prog_CPP
11935 else
11936 ac_cv_prog_CPP=$CPP
11937 fi
11938 echo "$as_me:$LINENO: result: $CPP" >&5
11939 echo "${ECHO_T}$CPP" >&6
11940 ac_preproc_ok=false
11941 for ac_c_preproc_warn_flag in '' yes
11942 do
11943 # Use a header file that comes with gcc, so configuring glibc
11944 # with a fresh cross-compiler works.
11945 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11946 # <limits.h> exists even on freestanding compilers.
11947 # On the NeXT, cc -E runs the code through the compiler's parser,
11948 # not just through cpp. "Syntax error" is here to catch this case.
11949 cat >conftest.$ac_ext <<_ACEOF
11950 /* confdefs.h. */
11951 _ACEOF
11952 cat confdefs.h >>conftest.$ac_ext
11953 cat >>conftest.$ac_ext <<_ACEOF
11954 /* end confdefs.h. */
11955 #ifdef __STDC__
11956 # include <limits.h>
11957 #else
11958 # include <assert.h>
11959 #endif
11960 Syntax error
11961 _ACEOF
11962 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11963 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11964 ac_status=$?
11965 grep -v '^ *+' conftest.er1 >conftest.err
11966 rm -f conftest.er1
11967 cat conftest.err >&5
11968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11969 (exit $ac_status); } >/dev/null; then
11970 if test -s conftest.err; then
11971 ac_cpp_err=$ac_c_preproc_warn_flag
11972 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11973 else
11974 ac_cpp_err=
11975 fi
11976 else
11977 ac_cpp_err=yes
11978 fi
11979 if test -z "$ac_cpp_err"; then
11980 :
11981 else
11982 echo "$as_me: failed program was:" >&5
11983 sed 's/^/| /' conftest.$ac_ext >&5
11984
11985 # Broken: fails on valid input.
11986 continue
11987 fi
11988 rm -f conftest.err conftest.$ac_ext
11989
11990 # OK, works on sane cases. Now check whether non-existent headers
11991 # can be detected and how.
11992 cat >conftest.$ac_ext <<_ACEOF
11993 /* confdefs.h. */
11994 _ACEOF
11995 cat confdefs.h >>conftest.$ac_ext
11996 cat >>conftest.$ac_ext <<_ACEOF
11997 /* end confdefs.h. */
11998 #include <ac_nonexistent.h>
11999 _ACEOF
12000 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12001 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12002 ac_status=$?
12003 grep -v '^ *+' conftest.er1 >conftest.err
12004 rm -f conftest.er1
12005 cat conftest.err >&5
12006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12007 (exit $ac_status); } >/dev/null; then
12008 if test -s conftest.err; then
12009 ac_cpp_err=$ac_c_preproc_warn_flag
12010 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12011 else
12012 ac_cpp_err=
12013 fi
12014 else
12015 ac_cpp_err=yes
12016 fi
12017 if test -z "$ac_cpp_err"; then
12018 # Broken: success on invalid input.
12019 continue
12020 else
12021 echo "$as_me: failed program was:" >&5
12022 sed 's/^/| /' conftest.$ac_ext >&5
12023
12024 # Passes both tests.
12025 ac_preproc_ok=:
12026 break
12027 fi
12028 rm -f conftest.err conftest.$ac_ext
12029
12030 done
12031 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12032 rm -f conftest.err conftest.$ac_ext
12033 if $ac_preproc_ok; then
12034 :
12035 else
12036 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
12037 See \`config.log' for more details." >&5
12038 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
12039 See \`config.log' for more details." >&2;}
12040 { (exit 1); exit 1; }; }
12041 fi
12042
12043 ac_ext=c
12044 ac_cpp='$CPP $CPPFLAGS'
12045 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12046 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12047 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12048
12049
12050 echo "$as_me:$LINENO: checking for egrep" >&5
12051 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
12052 if test "${ac_cv_prog_egrep+set}" = set; then
12053 echo $ECHO_N "(cached) $ECHO_C" >&6
12054 else
12055 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
12056 then ac_cv_prog_egrep='grep -E'
12057 else ac_cv_prog_egrep='egrep'
12058 fi
12059 fi
12060 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
12061 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
12062 EGREP=$ac_cv_prog_egrep
12063
12064
12065 if test $ac_cv_c_compiler_gnu = yes; then
12066 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
12067 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
12068 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
12069 echo $ECHO_N "(cached) $ECHO_C" >&6
12070 else
12071 ac_pattern="Autoconf.*'x'"
12072 cat >conftest.$ac_ext <<_ACEOF
12073 /* confdefs.h. */
12074 _ACEOF
12075 cat confdefs.h >>conftest.$ac_ext
12076 cat >>conftest.$ac_ext <<_ACEOF
12077 /* end confdefs.h. */
12078 #include <sgtty.h>
12079 Autoconf TIOCGETP
12080 _ACEOF
12081 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12082 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12083 ac_cv_prog_gcc_traditional=yes
12084 else
12085 ac_cv_prog_gcc_traditional=no
12086 fi
12087 rm -f conftest*
12088
12089
12090 if test $ac_cv_prog_gcc_traditional = no; then
12091 cat >conftest.$ac_ext <<_ACEOF
12092 /* confdefs.h. */
12093 _ACEOF
12094 cat confdefs.h >>conftest.$ac_ext
12095 cat >>conftest.$ac_ext <<_ACEOF
12096 /* end confdefs.h. */
12097 #include <termio.h>
12098 Autoconf TCGETA
12099 _ACEOF
12100 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12101 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12102 ac_cv_prog_gcc_traditional=yes
12103 fi
12104 rm -f conftest*
12105
12106 fi
12107 fi
12108 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
12109 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
12110 if test $ac_cv_prog_gcc_traditional = yes; then
12111 CC="$CC -traditional"
12112 fi
12113 fi
12114
12115
12116
12117
12118 ac_ext=cc
12119 ac_cpp='$CXXCPP $CPPFLAGS'
12120 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12121 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12122 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12123
12124
12125 CXXFLAGS=${CXXFLAGS:=}
12126
12127
12128 ac_ext=cc
12129 ac_cpp='$CXXCPP $CPPFLAGS'
12130 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12131 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12132 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12133 if test -n "$ac_tool_prefix"; then
12134 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12135 do
12136 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12137 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
12138 echo "$as_me:$LINENO: checking for $ac_word" >&5
12139 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12140 if test "${ac_cv_prog_CXX+set}" = set; then
12141 echo $ECHO_N "(cached) $ECHO_C" >&6
12142 else
12143 if test -n "$CXX"; then
12144 ac_cv_prog_CXX="$CXX" # Let the user override the test.
12145 else
12146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12147 for as_dir in $PATH
12148 do
12149 IFS=$as_save_IFS
12150 test -z "$as_dir" && as_dir=.
12151 for ac_exec_ext in '' $ac_executable_extensions; do
12152 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12153 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
12154 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12155 break 2
12156 fi
12157 done
12158 done
12159
12160 fi
12161 fi
12162 CXX=$ac_cv_prog_CXX
12163 if test -n "$CXX"; then
12164 echo "$as_me:$LINENO: result: $CXX" >&5
12165 echo "${ECHO_T}$CXX" >&6
12166 else
12167 echo "$as_me:$LINENO: result: no" >&5
12168 echo "${ECHO_T}no" >&6
12169 fi
12170
12171 test -n "$CXX" && break
12172 done
12173 fi
12174 if test -z "$CXX"; then
12175 ac_ct_CXX=$CXX
12176 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12177 do
12178 # Extract the first word of "$ac_prog", so it can be a program name with args.
12179 set dummy $ac_prog; ac_word=$2
12180 echo "$as_me:$LINENO: checking for $ac_word" >&5
12181 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12182 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
12183 echo $ECHO_N "(cached) $ECHO_C" >&6
12184 else
12185 if test -n "$ac_ct_CXX"; then
12186 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
12187 else
12188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12189 for as_dir in $PATH
12190 do
12191 IFS=$as_save_IFS
12192 test -z "$as_dir" && as_dir=.
12193 for ac_exec_ext in '' $ac_executable_extensions; do
12194 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12195 ac_cv_prog_ac_ct_CXX="$ac_prog"
12196 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12197 break 2
12198 fi
12199 done
12200 done
12201
12202 fi
12203 fi
12204 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
12205 if test -n "$ac_ct_CXX"; then
12206 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
12207 echo "${ECHO_T}$ac_ct_CXX" >&6
12208 else
12209 echo "$as_me:$LINENO: result: no" >&5
12210 echo "${ECHO_T}no" >&6
12211 fi
12212
12213 test -n "$ac_ct_CXX" && break
12214 done
12215 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
12216
12217 CXX=$ac_ct_CXX
12218 fi
12219
12220
12221 # Provide some information about the compiler.
12222 echo "$as_me:$LINENO:" \
12223 "checking for C++ compiler version" >&5
12224 ac_compiler=`set X $ac_compile; echo $2`
12225 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
12226 (eval $ac_compiler --version </dev/null >&5) 2>&5
12227 ac_status=$?
12228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12229 (exit $ac_status); }
12230 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
12231 (eval $ac_compiler -v </dev/null >&5) 2>&5
12232 ac_status=$?
12233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12234 (exit $ac_status); }
12235 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
12236 (eval $ac_compiler -V </dev/null >&5) 2>&5
12237 ac_status=$?
12238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12239 (exit $ac_status); }
12240
12241 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
12242 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
12243 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
12244 echo $ECHO_N "(cached) $ECHO_C" >&6
12245 else
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
12253 int
12254 main ()
12255 {
12256 #ifndef __GNUC__
12257 choke me
12258 #endif
12259
12260 ;
12261 return 0;
12262 }
12263 _ACEOF
12264 rm -f conftest.$ac_objext
12265 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12266 (eval $ac_compile) 2>conftest.er1
12267 ac_status=$?
12268 grep -v '^ *+' conftest.er1 >conftest.err
12269 rm -f conftest.er1
12270 cat conftest.err >&5
12271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12272 (exit $ac_status); } &&
12273 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12275 (eval $ac_try) 2>&5
12276 ac_status=$?
12277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12278 (exit $ac_status); }; } &&
12279 { ac_try='test -s conftest.$ac_objext'
12280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12281 (eval $ac_try) 2>&5
12282 ac_status=$?
12283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12284 (exit $ac_status); }; }; then
12285 ac_compiler_gnu=yes
12286 else
12287 echo "$as_me: failed program was:" >&5
12288 sed 's/^/| /' conftest.$ac_ext >&5
12289
12290 ac_compiler_gnu=no
12291 fi
12292 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12293 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
12294
12295 fi
12296 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
12297 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
12298 GXX=`test $ac_compiler_gnu = yes && echo yes`
12299 ac_test_CXXFLAGS=${CXXFLAGS+set}
12300 ac_save_CXXFLAGS=$CXXFLAGS
12301 CXXFLAGS="-g"
12302 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12303 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12304 if test "${ac_cv_prog_cxx_g+set}" = set; then
12305 echo $ECHO_N "(cached) $ECHO_C" >&6
12306 else
12307 cat >conftest.$ac_ext <<_ACEOF
12308 /* confdefs.h. */
12309 _ACEOF
12310 cat confdefs.h >>conftest.$ac_ext
12311 cat >>conftest.$ac_ext <<_ACEOF
12312 /* end confdefs.h. */
12313
12314 int
12315 main ()
12316 {
12317
12318 ;
12319 return 0;
12320 }
12321 _ACEOF
12322 rm -f conftest.$ac_objext
12323 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12324 (eval $ac_compile) 2>conftest.er1
12325 ac_status=$?
12326 grep -v '^ *+' conftest.er1 >conftest.err
12327 rm -f conftest.er1
12328 cat conftest.err >&5
12329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12330 (exit $ac_status); } &&
12331 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12333 (eval $ac_try) 2>&5
12334 ac_status=$?
12335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12336 (exit $ac_status); }; } &&
12337 { ac_try='test -s conftest.$ac_objext'
12338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12339 (eval $ac_try) 2>&5
12340 ac_status=$?
12341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12342 (exit $ac_status); }; }; then
12343 ac_cv_prog_cxx_g=yes
12344 else
12345 echo "$as_me: failed program was:" >&5
12346 sed 's/^/| /' conftest.$ac_ext >&5
12347
12348 ac_cv_prog_cxx_g=no
12349 fi
12350 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12351 fi
12352 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12353 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12354 if test "$ac_test_CXXFLAGS" = set; then
12355 CXXFLAGS=$ac_save_CXXFLAGS
12356 elif test $ac_cv_prog_cxx_g = yes; then
12357 if test "$GXX" = yes; then
12358 CXXFLAGS="-g -O2"
12359 else
12360 CXXFLAGS="-g"
12361 fi
12362 else
12363 if test "$GXX" = yes; then
12364 CXXFLAGS="-O2"
12365 else
12366 CXXFLAGS=
12367 fi
12368 fi
12369 for ac_declaration in \
12370 '' \
12371 'extern "C" void std::exit (int) throw (); using std::exit;' \
12372 'extern "C" void std::exit (int); using std::exit;' \
12373 'extern "C" void exit (int) throw ();' \
12374 'extern "C" void exit (int);' \
12375 'void exit (int);'
12376 do
12377 cat >conftest.$ac_ext <<_ACEOF
12378 /* confdefs.h. */
12379 _ACEOF
12380 cat confdefs.h >>conftest.$ac_ext
12381 cat >>conftest.$ac_ext <<_ACEOF
12382 /* end confdefs.h. */
12383 $ac_declaration
12384 #include <stdlib.h>
12385 int
12386 main ()
12387 {
12388 exit (42);
12389 ;
12390 return 0;
12391 }
12392 _ACEOF
12393 rm -f conftest.$ac_objext
12394 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12395 (eval $ac_compile) 2>conftest.er1
12396 ac_status=$?
12397 grep -v '^ *+' conftest.er1 >conftest.err
12398 rm -f conftest.er1
12399 cat conftest.err >&5
12400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12401 (exit $ac_status); } &&
12402 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12404 (eval $ac_try) 2>&5
12405 ac_status=$?
12406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12407 (exit $ac_status); }; } &&
12408 { ac_try='test -s conftest.$ac_objext'
12409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12410 (eval $ac_try) 2>&5
12411 ac_status=$?
12412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12413 (exit $ac_status); }; }; then
12414 :
12415 else
12416 echo "$as_me: failed program was:" >&5
12417 sed 's/^/| /' conftest.$ac_ext >&5
12418
12419 continue
12420 fi
12421 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12422 cat >conftest.$ac_ext <<_ACEOF
12423 /* confdefs.h. */
12424 _ACEOF
12425 cat confdefs.h >>conftest.$ac_ext
12426 cat >>conftest.$ac_ext <<_ACEOF
12427 /* end confdefs.h. */
12428 $ac_declaration
12429 int
12430 main ()
12431 {
12432 exit (42);
12433 ;
12434 return 0;
12435 }
12436 _ACEOF
12437 rm -f conftest.$ac_objext
12438 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12439 (eval $ac_compile) 2>conftest.er1
12440 ac_status=$?
12441 grep -v '^ *+' conftest.er1 >conftest.err
12442 rm -f conftest.er1
12443 cat conftest.err >&5
12444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12445 (exit $ac_status); } &&
12446 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12448 (eval $ac_try) 2>&5
12449 ac_status=$?
12450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12451 (exit $ac_status); }; } &&
12452 { ac_try='test -s conftest.$ac_objext'
12453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12454 (eval $ac_try) 2>&5
12455 ac_status=$?
12456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12457 (exit $ac_status); }; }; then
12458 break
12459 else
12460 echo "$as_me: failed program was:" >&5
12461 sed 's/^/| /' conftest.$ac_ext >&5
12462
12463 fi
12464 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12465 done
12466 rm -f conftest*
12467 if test -n "$ac_declaration"; then
12468 echo '#ifdef __cplusplus' >>confdefs.h
12469 echo $ac_declaration >>confdefs.h
12470 echo '#endif' >>confdefs.h
12471 fi
12472
12473 ac_ext=cc
12474 ac_cpp='$CXXCPP $CPPFLAGS'
12475 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12476 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12477 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12478
12479 echo "$as_me:$LINENO: checking if the C++ compiler requires -ext o" >&5
12480 echo $ECHO_N "checking if the C++ compiler requires -ext o... $ECHO_C" >&6
12481 if test "${wx_cv_cxx_exto+set}" = set; then
12482 echo $ECHO_N "(cached) $ECHO_C" >&6
12483 else
12484 cat >conftest.$ac_ext <<_ACEOF
12485 /* confdefs.h. */
12486 _ACEOF
12487 cat confdefs.h >>conftest.$ac_ext
12488 cat >>conftest.$ac_ext <<_ACEOF
12489 /* end confdefs.h. */
12490
12491 int
12492 main ()
12493 {
12494
12495 ;
12496 return 0;
12497 }
12498 _ACEOF
12499 rm -f conftest.$ac_objext conftest.$ac_ext.o
12500 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12501 (eval $ac_compile) 2>&5
12502 ac_status=$?
12503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12504 (exit $ac_status); }; then
12505 for ac_file in `(ls conftest.* 2>/dev/null)`; do
12506 case $ac_file in
12507 conftest.$ac_ext.o)
12508 wx_cv_cxx_exto="-ext o"
12509 ;;
12510 *)
12511 ;;
12512 esac
12513 done
12514 else
12515 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
12516 See \`config.log' for more details." >&5
12517 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
12518 See \`config.log' for more details." >&2;}
12519 { (exit 1); exit 1; }; }
12520
12521 fi
12522
12523 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
12524
12525 fi
12526 echo "$as_me:$LINENO: result: $wx_cv_cxx_exto" >&5
12527 echo "${ECHO_T}$wx_cv_cxx_exto" >&6
12528 if test "x$wx_cv_cxx_exto" '!=' "x"; then
12529 if test "cxx" = "c"; then
12530 CFLAGS="$wx_cv_cxx_exto $CFLAGS"
12531 fi
12532 if test "cxx" = "cxx"; then
12533 CXXFLAGS="$wx_cv_cxx_exto $CXXFLAGS"
12534 fi
12535 fi
12536
12537 if test "x$wx_cv_cxx_exto" '!=' "x"; then
12538 unset ac_cv_prog_cxx_g
12539 ac_test_CXXFLAGS=${CXXFLAGS+set}
12540 ac_save_CXXFLAGS=$CXXFLAGS
12541 CXXFLAGS="-g"
12542 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12543 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12544 if test "${ac_cv_prog_cxx_g+set}" = set; then
12545 echo $ECHO_N "(cached) $ECHO_C" >&6
12546 else
12547 cat >conftest.$ac_ext <<_ACEOF
12548 /* confdefs.h. */
12549 _ACEOF
12550 cat confdefs.h >>conftest.$ac_ext
12551 cat >>conftest.$ac_ext <<_ACEOF
12552 /* end confdefs.h. */
12553
12554 int
12555 main ()
12556 {
12557
12558 ;
12559 return 0;
12560 }
12561 _ACEOF
12562 rm -f conftest.$ac_objext
12563 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12564 (eval $ac_compile) 2>conftest.er1
12565 ac_status=$?
12566 grep -v '^ *+' conftest.er1 >conftest.err
12567 rm -f conftest.er1
12568 cat conftest.err >&5
12569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12570 (exit $ac_status); } &&
12571 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12573 (eval $ac_try) 2>&5
12574 ac_status=$?
12575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12576 (exit $ac_status); }; } &&
12577 { ac_try='test -s conftest.$ac_objext'
12578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12579 (eval $ac_try) 2>&5
12580 ac_status=$?
12581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12582 (exit $ac_status); }; }; then
12583 ac_cv_prog_cxx_g=yes
12584 else
12585 echo "$as_me: failed program was:" >&5
12586 sed 's/^/| /' conftest.$ac_ext >&5
12587
12588 ac_cv_prog_cxx_g=no
12589 fi
12590 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12591 fi
12592 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12593 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12594 if test "$ac_test_CXXFLAGS" = set; then
12595 CXXFLAGS=$ac_save_CXXFLAGS
12596 elif test $ac_cv_prog_cxx_g = yes; then
12597 if test "$GXX" = yes; then
12598 CXXFLAGS="-g -O2"
12599 else
12600 CXXFLAGS="-g"
12601 fi
12602 else
12603 if test "$GXX" = yes; then
12604 CXXFLAGS="-O2"
12605 else
12606 CXXFLAGS=
12607 fi
12608 fi
12609 fi
12610 ac_ext=cc
12611 ac_cpp='$CXXCPP $CPPFLAGS'
12612 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12613 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12614 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12615
12616 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
12617 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6
12618 if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then
12619 echo $ECHO_N "(cached) $ECHO_C" >&6
12620 else
12621 cat >conftest.$ac_ext <<_ACEOF
12622 /* confdefs.h. */
12623 _ACEOF
12624 cat confdefs.h >>conftest.$ac_ext
12625 cat >>conftest.$ac_ext <<_ACEOF
12626 /* end confdefs.h. */
12627
12628 int
12629 main ()
12630 {
12631 #ifndef __MWERKS__
12632 choke me
12633 #endif
12634
12635 ;
12636 return 0;
12637 }
12638 _ACEOF
12639 rm -f conftest.$ac_objext
12640 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12641 (eval $ac_compile) 2>conftest.er1
12642 ac_status=$?
12643 grep -v '^ *+' conftest.er1 >conftest.err
12644 rm -f conftest.er1
12645 cat conftest.err >&5
12646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12647 (exit $ac_status); } &&
12648 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12650 (eval $ac_try) 2>&5
12651 ac_status=$?
12652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12653 (exit $ac_status); }; } &&
12654 { ac_try='test -s conftest.$ac_objext'
12655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12656 (eval $ac_try) 2>&5
12657 ac_status=$?
12658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12659 (exit $ac_status); }; }; then
12660 bakefile_compiler_mwerks=yes
12661 else
12662 echo "$as_me: failed program was:" >&5
12663 sed 's/^/| /' conftest.$ac_ext >&5
12664
12665 bakefile_compiler_mwerks=no
12666 fi
12667 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12668 bakefile_cv_cxx_compiler_mwerks=$bakefile_compiler_mwerks
12669
12670 fi
12671 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5
12672 echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6
12673
12674 MWCXX=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
12675 ac_ext=cc
12676 ac_cpp='$CXXCPP $CPPFLAGS'
12677 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12678 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12679 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12680
12681
12682 ac_ext=cc
12683 ac_cpp='$CXXCPP $CPPFLAGS'
12684 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12685 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12686 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12687
12688 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
12689 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
12690 if test "${wx_cv_cxx_compiler_xlc+set}" = set; then
12691 echo $ECHO_N "(cached) $ECHO_C" >&6
12692 else
12693 cat >conftest.$ac_ext <<_ACEOF
12694 /* confdefs.h. */
12695 _ACEOF
12696 cat confdefs.h >>conftest.$ac_ext
12697 cat >>conftest.$ac_ext <<_ACEOF
12698 /* end confdefs.h. */
12699
12700 int
12701 main ()
12702 {
12703 #ifndef __xlC__
12704 choke me
12705 #endif
12706
12707 ;
12708 return 0;
12709 }
12710 _ACEOF
12711 rm -f conftest.$ac_objext
12712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12713 (eval $ac_compile) 2>conftest.er1
12714 ac_status=$?
12715 grep -v '^ *+' conftest.er1 >conftest.err
12716 rm -f conftest.er1
12717 cat conftest.err >&5
12718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12719 (exit $ac_status); } &&
12720 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12722 (eval $ac_try) 2>&5
12723 ac_status=$?
12724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12725 (exit $ac_status); }; } &&
12726 { ac_try='test -s conftest.$ac_objext'
12727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12728 (eval $ac_try) 2>&5
12729 ac_status=$?
12730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12731 (exit $ac_status); }; }; then
12732 wx_compiler_xlc=yes
12733 else
12734 echo "$as_me: failed program was:" >&5
12735 sed 's/^/| /' conftest.$ac_ext >&5
12736
12737 wx_compiler_xlc=no
12738 fi
12739 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12740 wx_cv_cxx_compiler_xlc=$wx_compiler_xlc
12741
12742 fi
12743 echo "$as_me:$LINENO: result: $wx_cv_cxx_compiler_xlc" >&5
12744 echo "${ECHO_T}$wx_cv_cxx_compiler_xlc" >&6
12745
12746 XLCXX=`test $wx_cv_cxx_compiler_xlc = yes && echo yes`
12747 ac_ext=cc
12748 ac_cpp='$CXXCPP $CPPFLAGS'
12749 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12750 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12751 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12752
12753
12754
12755
12756 ac_ext=c
12757 ac_cpp='$CPP $CPPFLAGS'
12758 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12759 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12760 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12761
12762
12763 if test -n "$ac_tool_prefix"; then
12764 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12765 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
12766 echo "$as_me:$LINENO: checking for $ac_word" >&5
12767 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12768 if test "${ac_cv_prog_RANLIB+set}" = set; then
12769 echo $ECHO_N "(cached) $ECHO_C" >&6
12770 else
12771 if test -n "$RANLIB"; then
12772 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12773 else
12774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12775 for as_dir in $PATH
12776 do
12777 IFS=$as_save_IFS
12778 test -z "$as_dir" && as_dir=.
12779 for ac_exec_ext in '' $ac_executable_extensions; do
12780 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12781 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
12782 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12783 break 2
12784 fi
12785 done
12786 done
12787
12788 fi
12789 fi
12790 RANLIB=$ac_cv_prog_RANLIB
12791 if test -n "$RANLIB"; then
12792 echo "$as_me:$LINENO: result: $RANLIB" >&5
12793 echo "${ECHO_T}$RANLIB" >&6
12794 else
12795 echo "$as_me:$LINENO: result: no" >&5
12796 echo "${ECHO_T}no" >&6
12797 fi
12798
12799 fi
12800 if test -z "$ac_cv_prog_RANLIB"; then
12801 ac_ct_RANLIB=$RANLIB
12802 # Extract the first word of "ranlib", so it can be a program name with args.
12803 set dummy ranlib; ac_word=$2
12804 echo "$as_me:$LINENO: checking for $ac_word" >&5
12805 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12806 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
12807 echo $ECHO_N "(cached) $ECHO_C" >&6
12808 else
12809 if test -n "$ac_ct_RANLIB"; then
12810 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12811 else
12812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12813 for as_dir in $PATH
12814 do
12815 IFS=$as_save_IFS
12816 test -z "$as_dir" && as_dir=.
12817 for ac_exec_ext in '' $ac_executable_extensions; do
12818 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12819 ac_cv_prog_ac_ct_RANLIB="ranlib"
12820 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12821 break 2
12822 fi
12823 done
12824 done
12825
12826 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
12827 fi
12828 fi
12829 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12830 if test -n "$ac_ct_RANLIB"; then
12831 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
12832 echo "${ECHO_T}$ac_ct_RANLIB" >&6
12833 else
12834 echo "$as_me:$LINENO: result: no" >&5
12835 echo "${ECHO_T}no" >&6
12836 fi
12837
12838 RANLIB=$ac_ct_RANLIB
12839 else
12840 RANLIB="$ac_cv_prog_RANLIB"
12841 fi
12842
12843
12844 # Extract the first word of "ar", so it can be a program name with args.
12845 set dummy ar; ac_word=$2
12846 echo "$as_me:$LINENO: checking for $ac_word" >&5
12847 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12848 if test "${ac_cv_prog_AR+set}" = set; then
12849 echo $ECHO_N "(cached) $ECHO_C" >&6
12850 else
12851 if test -n "$AR"; then
12852 ac_cv_prog_AR="$AR" # Let the user override the test.
12853 else
12854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12855 for as_dir in $PATH
12856 do
12857 IFS=$as_save_IFS
12858 test -z "$as_dir" && as_dir=.
12859 for ac_exec_ext in '' $ac_executable_extensions; do
12860 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12861 ac_cv_prog_AR="ar"
12862 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12863 break 2
12864 fi
12865 done
12866 done
12867
12868 fi
12869 fi
12870 AR=$ac_cv_prog_AR
12871 if test -n "$AR"; then
12872 echo "$as_me:$LINENO: result: $AR" >&5
12873 echo "${ECHO_T}$AR" >&6
12874 else
12875 echo "$as_me:$LINENO: result: no" >&5
12876 echo "${ECHO_T}no" >&6
12877 fi
12878
12879 if test "x$AR" = "x" ; then
12880 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
12881 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
12882 { (exit 1); exit 1; }; }
12883 fi
12884
12885 # Find a good install program. We prefer a C program (faster),
12886 # so one script is as good as another. But avoid the broken or
12887 # incompatible versions:
12888 # SysV /etc/install, /usr/sbin/install
12889 # SunOS /usr/etc/install
12890 # IRIX /sbin/install
12891 # AIX /bin/install
12892 # AmigaOS /C/install, which installs bootblocks on floppy discs
12893 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
12894 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
12895 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
12896 # OS/2's system install, which has a completely different semantic
12897 # ./install, which can be erroneously created by make from ./install.sh.
12898 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
12899 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
12900 if test -z "$INSTALL"; then
12901 if test "${ac_cv_path_install+set}" = set; then
12902 echo $ECHO_N "(cached) $ECHO_C" >&6
12903 else
12904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12905 for as_dir in $PATH
12906 do
12907 IFS=$as_save_IFS
12908 test -z "$as_dir" && as_dir=.
12909 # Account for people who put trailing slashes in PATH elements.
12910 case $as_dir/ in
12911 ./ | .// | /cC/* | \
12912 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
12913 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
12914 /usr/ucb/* ) ;;
12915 *)
12916 # OSF1 and SCO ODT 3.0 have their own names for install.
12917 # Don't use installbsd from OSF since it installs stuff as root
12918 # by default.
12919 for ac_prog in ginstall scoinst install; do
12920 for ac_exec_ext in '' $ac_executable_extensions; do
12921 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
12922 if test $ac_prog = install &&
12923 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
12924 # AIX install. It has an incompatible calling convention.
12925 :
12926 elif test $ac_prog = install &&
12927 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
12928 # program-specific install script used by HP pwplus--don't use.
12929 :
12930 else
12931 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
12932 break 3
12933 fi
12934 fi
12935 done
12936 done
12937 ;;
12938 esac
12939 done
12940
12941
12942 fi
12943 if test "${ac_cv_path_install+set}" = set; then
12944 INSTALL=$ac_cv_path_install
12945 else
12946 # As a last resort, use the slow shell script. We don't cache a
12947 # path for INSTALL within a source directory, because that will
12948 # break other packages using the cache if that directory is
12949 # removed, or if the path is relative.
12950 INSTALL=$ac_install_sh
12951 fi
12952 fi
12953 echo "$as_me:$LINENO: result: $INSTALL" >&5
12954 echo "${ECHO_T}$INSTALL" >&6
12955
12956 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
12957 # It thinks the first close brace ends the variable substitution.
12958 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
12959
12960 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
12961
12962 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
12963
12964
12965 case ${INSTALL} in
12966 /* ) # Absolute
12967 ;;
12968 ?:* ) # Drive letter, considered as absolute.
12969 ;;
12970 *)
12971 INSTALL=`pwd`/${INSTALL} ;;
12972 esac
12973
12974
12975 case "${host}" in
12976
12977 powerpc-*-darwin* )
12978 INSTALL_PROGRAM="cp -fp"
12979 INSTALL_DATA="cp -fp"
12980 ;;
12981 *)
12982 ;;
12983 esac
12984
12985 # Extract the first word of "strip", so it can be a program name with args.
12986 set dummy strip; ac_word=$2
12987 echo "$as_me:$LINENO: checking for $ac_word" >&5
12988 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12989 if test "${ac_cv_prog_STRIP+set}" = set; then
12990 echo $ECHO_N "(cached) $ECHO_C" >&6
12991 else
12992 if test -n "$STRIP"; then
12993 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
12994 else
12995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12996 for as_dir in $PATH
12997 do
12998 IFS=$as_save_IFS
12999 test -z "$as_dir" && as_dir=.
13000 for ac_exec_ext in '' $ac_executable_extensions; do
13001 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13002 ac_cv_prog_STRIP="strip"
13003 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13004 break 2
13005 fi
13006 done
13007 done
13008
13009 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
13010 fi
13011 fi
13012 STRIP=$ac_cv_prog_STRIP
13013 if test -n "$STRIP"; then
13014 echo "$as_me:$LINENO: result: $STRIP" >&5
13015 echo "${ECHO_T}$STRIP" >&6
13016 else
13017 echo "$as_me:$LINENO: result: no" >&5
13018 echo "${ECHO_T}no" >&6
13019 fi
13020
13021
13022 echo "$as_me:$LINENO: checking if make is GNU make" >&5
13023 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
13024 if test "${wx_cv_prog_makeisgnu+set}" = set; then
13025 echo $ECHO_N "(cached) $ECHO_C" >&6
13026 else
13027
13028 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
13029 egrep -s GNU > /dev/null); then
13030 wx_cv_prog_makeisgnu="yes"
13031 else
13032 wx_cv_prog_makeisgnu="no"
13033 fi
13034
13035 fi
13036 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
13037 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
13038
13039 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
13040 IF_GNU_MAKE=""
13041 else
13042 IF_GNU_MAKE="#"
13043 fi
13044
13045
13046
13047 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
13048 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
13049 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
13050 if test "${wx_cv_prog_makevpath+set}" = set; then
13051 echo $ECHO_N "(cached) $ECHO_C" >&6
13052 else
13053
13054 cat - << EOF > confMake
13055 check : file
13056 cp \$? \$@
13057 cp \$? final_file
13058 EOF
13059
13060 if test ! -d sub ; then
13061 mkdir sub
13062 fi
13063 echo dummy > sub/file
13064 ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
13065 RESULT=$?
13066 rm -f sub/file check final_file confMake
13067 rmdir sub
13068 if test "$RESULT" = 0; then
13069 wx_cv_prog_makevpath="yes"
13070 else
13071 wx_cv_prog_makevpath="no"
13072 fi
13073
13074 fi
13075 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
13076 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
13077
13078 if test "x$wx_cv_prog_makevpath" != "xyes"; then
13079 { { echo "$as_me:$LINENO: error:
13080 You need a make-utility that is able to use the variable
13081 VPATH correctly.
13082 If your version of make does not support VPATH correctly,
13083 please install GNU-make (possibly as gmake), and start
13084 configure with the following command:
13085 export MAKE=gmake; ./configure for sh-type shells
13086 setenv MAKE gmake; ./configure for csh-type shells
13087 Also please do remember to use gmake in this case every time
13088 you are trying to compile.
13089 " >&5
13090 echo "$as_me: error:
13091 You need a make-utility that is able to use the variable
13092 VPATH correctly.
13093 If your version of make does not support VPATH correctly,
13094 please install GNU-make (possibly as gmake), and start
13095 configure with the following command:
13096 export MAKE=gmake; ./configure for sh-type shells
13097 setenv MAKE gmake; ./configure for csh-type shells
13098 Also please do remember to use gmake in this case every time
13099 you are trying to compile.
13100 " >&2;}
13101 { (exit 1); exit 1; }; }
13102 fi fi
13103 echo "$as_me:$LINENO: checking whether ln -s works" >&5
13104 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
13105 LN_S=$as_ln_s
13106 if test "$LN_S" = "ln -s"; then
13107 echo "$as_me:$LINENO: result: yes" >&5
13108 echo "${ECHO_T}yes" >&6
13109 else
13110 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
13111 echo "${ECHO_T}no, using $LN_S" >&6
13112 fi
13113
13114
13115
13116 if test "x$XLCXX" = "xyes"; then
13117 CXXFLAGS="$CXXFLAGS -qunique"
13118 fi
13119
13120
13121 case "${host}" in
13122 powerpc-*-darwin* )
13123 echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
13124 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6
13125 cat >conftest.$ac_ext <<_ACEOF
13126 /* confdefs.h. */
13127 _ACEOF
13128 cat confdefs.h >>conftest.$ac_ext
13129 cat >>conftest.$ac_ext <<_ACEOF
13130 /* end confdefs.h. */
13131
13132 int
13133 main ()
13134 {
13135 #ifndef __POWERPC__
13136 choke me for lack of PowerPC
13137 #endif
13138
13139 ;
13140 return 0;
13141 }
13142 _ACEOF
13143 rm -f conftest.$ac_objext
13144 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13145 (eval $ac_compile) 2>conftest.er1
13146 ac_status=$?
13147 grep -v '^ *+' conftest.er1 >conftest.err
13148 rm -f conftest.er1
13149 cat conftest.err >&5
13150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13151 (exit $ac_status); } &&
13152 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13154 (eval $ac_try) 2>&5
13155 ac_status=$?
13156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13157 (exit $ac_status); }; } &&
13158 { ac_try='test -s conftest.$ac_objext'
13159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13160 (eval $ac_try) 2>&5
13161 ac_status=$?
13162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13163 (exit $ac_status); }; }; then
13164 echo "$as_me:$LINENO: result: yes" >&5
13165 echo "${ECHO_T}yes" >&6
13166 else
13167 echo "$as_me: failed program was:" >&5
13168 sed 's/^/| /' conftest.$ac_ext >&5
13169
13170 echo "$as_me:$LINENO: result: no" >&5
13171 echo "${ECHO_T}no" >&6
13172 cat >>confdefs.h <<\_ACEOF
13173 #define __POWERPC__ 1
13174 _ACEOF
13175
13176
13177 fi
13178 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13179 echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
13180 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6
13181 cat >conftest.$ac_ext <<_ACEOF
13182 /* confdefs.h. */
13183 _ACEOF
13184 cat confdefs.h >>conftest.$ac_ext
13185 cat >>conftest.$ac_ext <<_ACEOF
13186 /* end confdefs.h. */
13187 #include <CoreFoundation/CFBase.h>
13188
13189 int
13190 main ()
13191 {
13192
13193 ;
13194 return 0;
13195 }
13196 _ACEOF
13197 rm -f conftest.$ac_objext
13198 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13199 (eval $ac_compile) 2>conftest.er1
13200 ac_status=$?
13201 grep -v '^ *+' conftest.er1 >conftest.err
13202 rm -f conftest.er1
13203 cat conftest.err >&5
13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13205 (exit $ac_status); } &&
13206 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13208 (eval $ac_try) 2>&5
13209 ac_status=$?
13210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13211 (exit $ac_status); }; } &&
13212 { ac_try='test -s conftest.$ac_objext'
13213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13214 (eval $ac_try) 2>&5
13215 ac_status=$?
13216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13217 (exit $ac_status); }; }; then
13218 echo "$as_me:$LINENO: result: yes" >&5
13219 echo "${ECHO_T}yes" >&6
13220 else
13221 echo "$as_me: failed program was:" >&5
13222 sed 's/^/| /' conftest.$ac_ext >&5
13223
13224 echo "$as_me:$LINENO: result: no" >&5
13225 echo "${ECHO_T}no" >&6
13226 echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
13227 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6
13228 cat >conftest.$ac_ext <<_ACEOF
13229 /* confdefs.h. */
13230 _ACEOF
13231 cat confdefs.h >>conftest.$ac_ext
13232 cat >>conftest.$ac_ext <<_ACEOF
13233 /* end confdefs.h. */
13234 #define __CF_USE_FRAMEWORK_INCLUDES__
13235 #include <CoreFoundation/CFBase.h>
13236
13237 int
13238 main ()
13239 {
13240
13241 ;
13242 return 0;
13243 }
13244 _ACEOF
13245 rm -f conftest.$ac_objext
13246 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13247 (eval $ac_compile) 2>conftest.er1
13248 ac_status=$?
13249 grep -v '^ *+' conftest.er1 >conftest.err
13250 rm -f conftest.er1
13251 cat conftest.err >&5
13252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13253 (exit $ac_status); } &&
13254 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13256 (eval $ac_try) 2>&5
13257 ac_status=$?
13258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13259 (exit $ac_status); }; } &&
13260 { ac_try='test -s conftest.$ac_objext'
13261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13262 (eval $ac_try) 2>&5
13263 ac_status=$?
13264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13265 (exit $ac_status); }; }; then
13266 echo "$as_me:$LINENO: result: yes" >&5
13267 echo "${ECHO_T}yes" >&6
13268 CPPFLAGS="$CPPFLAGS -D__CF_USE_FRAMEWORK_INCLUDES__"
13269 else
13270 echo "$as_me: failed program was:" >&5
13271 sed 's/^/| /' conftest.$ac_ext >&5
13272
13273 { { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
13274 See \`config.log' for more details." >&5
13275 echo "$as_me: error: no. CoreFoundation not available.
13276 See \`config.log' for more details." >&2;}
13277 { (exit 1); exit 1; }; }
13278
13279 fi
13280 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13281
13282
13283 fi
13284 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13285 ;;
13286 esac
13287
13288 case "${host}" in
13289 *-pc-os2_emx | *-pc-os2-emx )
13290 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
13291 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
13292 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
13293 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
13294 echo $ECHO_N "(cached) $ECHO_C" >&6
13295 else
13296 ac_check_lib_save_LIBS=$LIBS
13297 LIBS="-lcExt $LIBS"
13298 cat >conftest.$ac_ext <<_ACEOF
13299 /* confdefs.h. */
13300 _ACEOF
13301 cat confdefs.h >>conftest.$ac_ext
13302 cat >>conftest.$ac_ext <<_ACEOF
13303 /* end confdefs.h. */
13304
13305 /* Override any gcc2 internal prototype to avoid an error. */
13306 #ifdef __cplusplus
13307 extern "C"
13308 #endif
13309 /* We use char because int might match the return type of a gcc2
13310 builtin and then its argument prototype would still apply. */
13311 char drand48 ();
13312 int
13313 main ()
13314 {
13315 drand48 ();
13316 ;
13317 return 0;
13318 }
13319 _ACEOF
13320 rm -f conftest.$ac_objext conftest$ac_exeext
13321 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13322 (eval $ac_link) 2>conftest.er1
13323 ac_status=$?
13324 grep -v '^ *+' conftest.er1 >conftest.err
13325 rm -f conftest.er1
13326 cat conftest.err >&5
13327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13328 (exit $ac_status); } &&
13329 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13331 (eval $ac_try) 2>&5
13332 ac_status=$?
13333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13334 (exit $ac_status); }; } &&
13335 { ac_try='test -s conftest$ac_exeext'
13336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13337 (eval $ac_try) 2>&5
13338 ac_status=$?
13339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13340 (exit $ac_status); }; }; then
13341 ac_cv_lib_cExt_drand48=yes
13342 else
13343 echo "$as_me: failed program was:" >&5
13344 sed 's/^/| /' conftest.$ac_ext >&5
13345
13346 ac_cv_lib_cExt_drand48=no
13347 fi
13348 rm -f conftest.err conftest.$ac_objext \
13349 conftest$ac_exeext conftest.$ac_ext
13350 LIBS=$ac_check_lib_save_LIBS
13351 fi
13352 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
13353 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
13354 if test $ac_cv_lib_cExt_drand48 = yes; then
13355 LIBS="$LIBS -lcExt"
13356 fi
13357
13358 else
13359 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
13360 fi
13361 echo "$as_me:$LINENO: checking for gcc/libc version" >&5
13362 echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6
13363 if test "${wx_cv_gccversion+set}" = set; then
13364 echo $ECHO_N "(cached) $ECHO_C" >&6
13365 else
13366
13367 if test "$cross_compiling" = yes; then
13368 wx_cv_gccversion="EMX2"
13369
13370 else
13371 cat >conftest.$ac_ext <<_ACEOF
13372 /* confdefs.h. */
13373 _ACEOF
13374 cat confdefs.h >>conftest.$ac_ext
13375 cat >>conftest.$ac_ext <<_ACEOF
13376 /* end confdefs.h. */
13377
13378 #include <stdio.h>
13379
13380 int main()
13381 {
13382 FILE *f=fopen("conftestval", "w");
13383 if (!f) exit(1);
13384 fprintf(f,
13385 #if (__GNUC__ < 3)
13386 "EMX2"
13387 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
13388 "EMX3"
13389 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
13390 "Innotek5"
13391 #else
13392 "Innotek6"
13393 #endif
13394 );
13395 exit(0);
13396 }
13397
13398 _ACEOF
13399 rm -f conftest$ac_exeext
13400 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13401 (eval $ac_link) 2>&5
13402 ac_status=$?
13403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13404 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13406 (eval $ac_try) 2>&5
13407 ac_status=$?
13408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13409 (exit $ac_status); }; }; then
13410 wx_cv_gccversion=`cat conftestval`
13411 else
13412 echo "$as_me: program exited with status $ac_status" >&5
13413 echo "$as_me: failed program was:" >&5
13414 sed 's/^/| /' conftest.$ac_ext >&5
13415
13416 ( exit $ac_status )
13417 wx_cv_gccversion="EMX2"
13418 fi
13419 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13420 fi
13421
13422 fi
13423 echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
13424 echo "${ECHO_T}$wx_cv_gccversion" >&6
13425 if test "$wx_cv_gccversion" = "EMX2"; then
13426 LIBS="$LIBS -lstdcpp"
13427 LDFLAGS="$LDFLAGS -Zsysv-signals"
13428 else
13429 if test "$wx_cv_gccversion" = "EMX3"; then
13430 LIBS="$LIBS -lstdcxx"
13431 LDFLAGS="$LDFLAGS -Zsysv-signals"
13432 else
13433 LIBS="$LIBS -lstdc++"
13434 fi
13435 fi
13436 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
13437 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
13438 echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
13439 wxUSE_OMF=yes
13440 enable_omf=yes
13441 fi
13442 ;;
13443 *)
13444
13445
13446
13447 ac_ext=cc
13448 ac_cpp='$CXXCPP $CPPFLAGS'
13449 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13450 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13451 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13452
13453
13454 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
13455 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
13456 if test "${ac_cv_string_strcasecmp+set}" = set; then
13457 echo $ECHO_N "(cached) $ECHO_C" >&6
13458 else
13459
13460 cat >conftest.$ac_ext <<_ACEOF
13461 /* confdefs.h. */
13462 _ACEOF
13463 cat confdefs.h >>conftest.$ac_ext
13464 cat >>conftest.$ac_ext <<_ACEOF
13465 /* end confdefs.h. */
13466
13467 #include <string.h>
13468
13469 int
13470 main ()
13471 {
13472
13473 strcasecmp("foo", "bar");
13474
13475 ;
13476 return 0;
13477 }
13478 _ACEOF
13479 rm -f conftest.$ac_objext conftest$ac_exeext
13480 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13481 (eval $ac_link) 2>conftest.er1
13482 ac_status=$?
13483 grep -v '^ *+' conftest.er1 >conftest.err
13484 rm -f conftest.er1
13485 cat conftest.err >&5
13486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13487 (exit $ac_status); } &&
13488 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13490 (eval $ac_try) 2>&5
13491 ac_status=$?
13492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13493 (exit $ac_status); }; } &&
13494 { ac_try='test -s conftest$ac_exeext'
13495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13496 (eval $ac_try) 2>&5
13497 ac_status=$?
13498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13499 (exit $ac_status); }; }; then
13500 ac_cv_string_strcasecmp=yes
13501 else
13502 echo "$as_me: failed program was:" >&5
13503 sed 's/^/| /' conftest.$ac_ext >&5
13504
13505 ac_cv_string_strcasecmp=no
13506
13507 fi
13508 rm -f conftest.err conftest.$ac_objext \
13509 conftest$ac_exeext conftest.$ac_ext
13510
13511 fi
13512 echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
13513 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
13514
13515 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
13516 cat >>confdefs.h <<\_ACEOF
13517 #define HAVE_STRCASECMP_IN_STRING_H 1
13518 _ACEOF
13519
13520 else
13521 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
13522 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
13523 if test "${ac_cv_strings_strcasecmp+set}" = set; then
13524 echo $ECHO_N "(cached) $ECHO_C" >&6
13525 else
13526
13527 cat >conftest.$ac_ext <<_ACEOF
13528 /* confdefs.h. */
13529 _ACEOF
13530 cat confdefs.h >>conftest.$ac_ext
13531 cat >>conftest.$ac_ext <<_ACEOF
13532 /* end confdefs.h. */
13533
13534 #include <strings.h>
13535
13536 int
13537 main ()
13538 {
13539
13540 strcasecmp("foo", "bar");
13541
13542 ;
13543 return 0;
13544 }
13545 _ACEOF
13546 rm -f conftest.$ac_objext conftest$ac_exeext
13547 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13548 (eval $ac_link) 2>conftest.er1
13549 ac_status=$?
13550 grep -v '^ *+' conftest.er1 >conftest.err
13551 rm -f conftest.er1
13552 cat conftest.err >&5
13553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13554 (exit $ac_status); } &&
13555 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13557 (eval $ac_try) 2>&5
13558 ac_status=$?
13559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13560 (exit $ac_status); }; } &&
13561 { ac_try='test -s conftest$ac_exeext'
13562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13563 (eval $ac_try) 2>&5
13564 ac_status=$?
13565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13566 (exit $ac_status); }; }; then
13567 ac_cv_strings_strcasecmp=yes
13568 else
13569 echo "$as_me: failed program was:" >&5
13570 sed 's/^/| /' conftest.$ac_ext >&5
13571
13572 ac_cv_strings_strcasecmp=no
13573
13574 fi
13575 rm -f conftest.err conftest.$ac_objext \
13576 conftest$ac_exeext conftest.$ac_ext
13577
13578 fi
13579 echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
13580 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
13581
13582 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
13583 cat >>confdefs.h <<\_ACEOF
13584 #define HAVE_STRCASECMP_IN_STRINGS_H 1
13585 _ACEOF
13586
13587 else
13588 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
13589 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
13590 { (exit 1); exit 1; }; }
13591 fi
13592 fi
13593
13594 ac_ext=c
13595 ac_cpp='$CPP $CPPFLAGS'
13596 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13597 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13598 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13599
13600 ;;
13601 esac
13602
13603
13604 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
13605 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
13606 if test "${ac_cv_header_stdc+set}" = set; then
13607 echo $ECHO_N "(cached) $ECHO_C" >&6
13608 else
13609 cat >conftest.$ac_ext <<_ACEOF
13610 /* confdefs.h. */
13611 _ACEOF
13612 cat confdefs.h >>conftest.$ac_ext
13613 cat >>conftest.$ac_ext <<_ACEOF
13614 /* end confdefs.h. */
13615 #include <stdlib.h>
13616 #include <stdarg.h>
13617 #include <string.h>
13618 #include <float.h>
13619
13620 int
13621 main ()
13622 {
13623
13624 ;
13625 return 0;
13626 }
13627 _ACEOF
13628 rm -f conftest.$ac_objext
13629 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13630 (eval $ac_compile) 2>conftest.er1
13631 ac_status=$?
13632 grep -v '^ *+' conftest.er1 >conftest.err
13633 rm -f conftest.er1
13634 cat conftest.err >&5
13635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13636 (exit $ac_status); } &&
13637 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13639 (eval $ac_try) 2>&5
13640 ac_status=$?
13641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13642 (exit $ac_status); }; } &&
13643 { ac_try='test -s conftest.$ac_objext'
13644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13645 (eval $ac_try) 2>&5
13646 ac_status=$?
13647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13648 (exit $ac_status); }; }; then
13649 ac_cv_header_stdc=yes
13650 else
13651 echo "$as_me: failed program was:" >&5
13652 sed 's/^/| /' conftest.$ac_ext >&5
13653
13654 ac_cv_header_stdc=no
13655 fi
13656 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13657
13658 if test $ac_cv_header_stdc = yes; then
13659 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
13660 cat >conftest.$ac_ext <<_ACEOF
13661 /* confdefs.h. */
13662 _ACEOF
13663 cat confdefs.h >>conftest.$ac_ext
13664 cat >>conftest.$ac_ext <<_ACEOF
13665 /* end confdefs.h. */
13666 #include <string.h>
13667
13668 _ACEOF
13669 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13670 $EGREP "memchr" >/dev/null 2>&1; then
13671 :
13672 else
13673 ac_cv_header_stdc=no
13674 fi
13675 rm -f conftest*
13676
13677 fi
13678
13679 if test $ac_cv_header_stdc = yes; then
13680 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
13681 cat >conftest.$ac_ext <<_ACEOF
13682 /* confdefs.h. */
13683 _ACEOF
13684 cat confdefs.h >>conftest.$ac_ext
13685 cat >>conftest.$ac_ext <<_ACEOF
13686 /* end confdefs.h. */
13687 #include <stdlib.h>
13688
13689 _ACEOF
13690 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13691 $EGREP "free" >/dev/null 2>&1; then
13692 :
13693 else
13694 ac_cv_header_stdc=no
13695 fi
13696 rm -f conftest*
13697
13698 fi
13699
13700 if test $ac_cv_header_stdc = yes; then
13701 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
13702 if test "$cross_compiling" = yes; then
13703 :
13704 else
13705 cat >conftest.$ac_ext <<_ACEOF
13706 /* confdefs.h. */
13707 _ACEOF
13708 cat confdefs.h >>conftest.$ac_ext
13709 cat >>conftest.$ac_ext <<_ACEOF
13710 /* end confdefs.h. */
13711 #include <ctype.h>
13712 #if ((' ' & 0x0FF) == 0x020)
13713 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
13714 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
13715 #else
13716 # define ISLOWER(c) \
13717 (('a' <= (c) && (c) <= 'i') \
13718 || ('j' <= (c) && (c) <= 'r') \
13719 || ('s' <= (c) && (c) <= 'z'))
13720 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
13721 #endif
13722
13723 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
13724 int
13725 main ()
13726 {
13727 int i;
13728 for (i = 0; i < 256; i++)
13729 if (XOR (islower (i), ISLOWER (i))
13730 || toupper (i) != TOUPPER (i))
13731 exit(2);
13732 exit (0);
13733 }
13734 _ACEOF
13735 rm -f conftest$ac_exeext
13736 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13737 (eval $ac_link) 2>&5
13738 ac_status=$?
13739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13740 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13742 (eval $ac_try) 2>&5
13743 ac_status=$?
13744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13745 (exit $ac_status); }; }; then
13746 :
13747 else
13748 echo "$as_me: program exited with status $ac_status" >&5
13749 echo "$as_me: failed program was:" >&5
13750 sed 's/^/| /' conftest.$ac_ext >&5
13751
13752 ( exit $ac_status )
13753 ac_cv_header_stdc=no
13754 fi
13755 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13756 fi
13757 fi
13758 fi
13759 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
13760 echo "${ECHO_T}$ac_cv_header_stdc" >&6
13761 if test $ac_cv_header_stdc = yes; then
13762
13763 cat >>confdefs.h <<\_ACEOF
13764 #define STDC_HEADERS 1
13765 _ACEOF
13766
13767 fi
13768
13769 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
13770
13771
13772
13773
13774
13775
13776
13777
13778
13779 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
13780 inttypes.h stdint.h unistd.h
13781 do
13782 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13783 echo "$as_me:$LINENO: checking for $ac_header" >&5
13784 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13785 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13786 echo $ECHO_N "(cached) $ECHO_C" >&6
13787 else
13788 cat >conftest.$ac_ext <<_ACEOF
13789 /* confdefs.h. */
13790 _ACEOF
13791 cat confdefs.h >>conftest.$ac_ext
13792 cat >>conftest.$ac_ext <<_ACEOF
13793 /* end confdefs.h. */
13794 $ac_includes_default
13795
13796 #include <$ac_header>
13797 _ACEOF
13798 rm -f conftest.$ac_objext
13799 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13800 (eval $ac_compile) 2>conftest.er1
13801 ac_status=$?
13802 grep -v '^ *+' conftest.er1 >conftest.err
13803 rm -f conftest.er1
13804 cat conftest.err >&5
13805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13806 (exit $ac_status); } &&
13807 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13809 (eval $ac_try) 2>&5
13810 ac_status=$?
13811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13812 (exit $ac_status); }; } &&
13813 { ac_try='test -s conftest.$ac_objext'
13814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13815 (eval $ac_try) 2>&5
13816 ac_status=$?
13817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13818 (exit $ac_status); }; }; then
13819 eval "$as_ac_Header=yes"
13820 else
13821 echo "$as_me: failed program was:" >&5
13822 sed 's/^/| /' conftest.$ac_ext >&5
13823
13824 eval "$as_ac_Header=no"
13825 fi
13826 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13827 fi
13828 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13829 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13830 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13831 cat >>confdefs.h <<_ACEOF
13832 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13833 _ACEOF
13834
13835 fi
13836
13837 done
13838
13839
13840
13841 for ac_header in stdlib.h
13842 do
13843 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13844 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13845 echo "$as_me:$LINENO: checking for $ac_header" >&5
13846 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13847 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13848 echo $ECHO_N "(cached) $ECHO_C" >&6
13849 fi
13850 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13851 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13852 else
13853 # Is the header compilable?
13854 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13855 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13856 cat >conftest.$ac_ext <<_ACEOF
13857 /* confdefs.h. */
13858 _ACEOF
13859 cat confdefs.h >>conftest.$ac_ext
13860 cat >>conftest.$ac_ext <<_ACEOF
13861 /* end confdefs.h. */
13862 $ac_includes_default
13863 #include <$ac_header>
13864 _ACEOF
13865 rm -f conftest.$ac_objext
13866 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13867 (eval $ac_compile) 2>conftest.er1
13868 ac_status=$?
13869 grep -v '^ *+' conftest.er1 >conftest.err
13870 rm -f conftest.er1
13871 cat conftest.err >&5
13872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13873 (exit $ac_status); } &&
13874 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13876 (eval $ac_try) 2>&5
13877 ac_status=$?
13878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13879 (exit $ac_status); }; } &&
13880 { ac_try='test -s conftest.$ac_objext'
13881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13882 (eval $ac_try) 2>&5
13883 ac_status=$?
13884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13885 (exit $ac_status); }; }; then
13886 ac_header_compiler=yes
13887 else
13888 echo "$as_me: failed program was:" >&5
13889 sed 's/^/| /' conftest.$ac_ext >&5
13890
13891 ac_header_compiler=no
13892 fi
13893 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13894 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13895 echo "${ECHO_T}$ac_header_compiler" >&6
13896
13897 # Is the header present?
13898 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13899 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13900 cat >conftest.$ac_ext <<_ACEOF
13901 /* confdefs.h. */
13902 _ACEOF
13903 cat confdefs.h >>conftest.$ac_ext
13904 cat >>conftest.$ac_ext <<_ACEOF
13905 /* end confdefs.h. */
13906 #include <$ac_header>
13907 _ACEOF
13908 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13909 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13910 ac_status=$?
13911 grep -v '^ *+' conftest.er1 >conftest.err
13912 rm -f conftest.er1
13913 cat conftest.err >&5
13914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13915 (exit $ac_status); } >/dev/null; then
13916 if test -s conftest.err; then
13917 ac_cpp_err=$ac_c_preproc_warn_flag
13918 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13919 else
13920 ac_cpp_err=
13921 fi
13922 else
13923 ac_cpp_err=yes
13924 fi
13925 if test -z "$ac_cpp_err"; then
13926 ac_header_preproc=yes
13927 else
13928 echo "$as_me: failed program was:" >&5
13929 sed 's/^/| /' conftest.$ac_ext >&5
13930
13931 ac_header_preproc=no
13932 fi
13933 rm -f conftest.err conftest.$ac_ext
13934 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13935 echo "${ECHO_T}$ac_header_preproc" >&6
13936
13937 # So? What about this header?
13938 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13939 yes:no: )
13940 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13941 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13942 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13943 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13944 ac_header_preproc=yes
13945 ;;
13946 no:yes:* )
13947 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13948 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13949 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13950 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13951 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13952 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13953 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13954 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13955 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13956 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13957 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13958 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13959 (
13960 cat <<\_ASBOX
13961 ## ----------------------------------------- ##
13962 ## Report this to wx-dev@lists.wxwidgets.org ##
13963 ## ----------------------------------------- ##
13964 _ASBOX
13965 ) |
13966 sed "s/^/$as_me: WARNING: /" >&2
13967 ;;
13968 esac
13969 echo "$as_me:$LINENO: checking for $ac_header" >&5
13970 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13971 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13972 echo $ECHO_N "(cached) $ECHO_C" >&6
13973 else
13974 eval "$as_ac_Header=\$ac_header_preproc"
13975 fi
13976 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13977 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13978
13979 fi
13980 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13981 cat >>confdefs.h <<_ACEOF
13982 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13983 _ACEOF
13984
13985 fi
13986
13987 done
13988
13989
13990 for ac_header in malloc.h
13991 do
13992 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13993 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13994 echo "$as_me:$LINENO: checking for $ac_header" >&5
13995 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13996 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13997 echo $ECHO_N "(cached) $ECHO_C" >&6
13998 fi
13999 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14000 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14001 else
14002 # Is the header compilable?
14003 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14004 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14005 cat >conftest.$ac_ext <<_ACEOF
14006 /* confdefs.h. */
14007 _ACEOF
14008 cat confdefs.h >>conftest.$ac_ext
14009 cat >>conftest.$ac_ext <<_ACEOF
14010 /* end confdefs.h. */
14011 $ac_includes_default
14012 #include <$ac_header>
14013 _ACEOF
14014 rm -f conftest.$ac_objext
14015 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14016 (eval $ac_compile) 2>conftest.er1
14017 ac_status=$?
14018 grep -v '^ *+' conftest.er1 >conftest.err
14019 rm -f conftest.er1
14020 cat conftest.err >&5
14021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14022 (exit $ac_status); } &&
14023 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14025 (eval $ac_try) 2>&5
14026 ac_status=$?
14027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14028 (exit $ac_status); }; } &&
14029 { ac_try='test -s conftest.$ac_objext'
14030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14031 (eval $ac_try) 2>&5
14032 ac_status=$?
14033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14034 (exit $ac_status); }; }; then
14035 ac_header_compiler=yes
14036 else
14037 echo "$as_me: failed program was:" >&5
14038 sed 's/^/| /' conftest.$ac_ext >&5
14039
14040 ac_header_compiler=no
14041 fi
14042 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14043 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14044 echo "${ECHO_T}$ac_header_compiler" >&6
14045
14046 # Is the header present?
14047 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14048 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14049 cat >conftest.$ac_ext <<_ACEOF
14050 /* confdefs.h. */
14051 _ACEOF
14052 cat confdefs.h >>conftest.$ac_ext
14053 cat >>conftest.$ac_ext <<_ACEOF
14054 /* end confdefs.h. */
14055 #include <$ac_header>
14056 _ACEOF
14057 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14058 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14059 ac_status=$?
14060 grep -v '^ *+' conftest.er1 >conftest.err
14061 rm -f conftest.er1
14062 cat conftest.err >&5
14063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14064 (exit $ac_status); } >/dev/null; then
14065 if test -s conftest.err; then
14066 ac_cpp_err=$ac_c_preproc_warn_flag
14067 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14068 else
14069 ac_cpp_err=
14070 fi
14071 else
14072 ac_cpp_err=yes
14073 fi
14074 if test -z "$ac_cpp_err"; then
14075 ac_header_preproc=yes
14076 else
14077 echo "$as_me: failed program was:" >&5
14078 sed 's/^/| /' conftest.$ac_ext >&5
14079
14080 ac_header_preproc=no
14081 fi
14082 rm -f conftest.err conftest.$ac_ext
14083 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14084 echo "${ECHO_T}$ac_header_preproc" >&6
14085
14086 # So? What about this header?
14087 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14088 yes:no: )
14089 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14090 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14091 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14092 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14093 ac_header_preproc=yes
14094 ;;
14095 no:yes:* )
14096 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14097 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14098 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14099 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14100 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14101 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14102 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14103 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14104 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14105 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14106 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14107 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14108 (
14109 cat <<\_ASBOX
14110 ## ----------------------------------------- ##
14111 ## Report this to wx-dev@lists.wxwidgets.org ##
14112 ## ----------------------------------------- ##
14113 _ASBOX
14114 ) |
14115 sed "s/^/$as_me: WARNING: /" >&2
14116 ;;
14117 esac
14118 echo "$as_me:$LINENO: checking for $ac_header" >&5
14119 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14120 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14121 echo $ECHO_N "(cached) $ECHO_C" >&6
14122 else
14123 eval "$as_ac_Header=\$ac_header_preproc"
14124 fi
14125 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14126 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14127
14128 fi
14129 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14130 cat >>confdefs.h <<_ACEOF
14131 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14132 _ACEOF
14133
14134 fi
14135
14136 done
14137
14138
14139 for ac_header in unistd.h
14140 do
14141 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14142 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14143 echo "$as_me:$LINENO: checking for $ac_header" >&5
14144 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14145 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14146 echo $ECHO_N "(cached) $ECHO_C" >&6
14147 fi
14148 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14149 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14150 else
14151 # Is the header compilable?
14152 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14153 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14154 cat >conftest.$ac_ext <<_ACEOF
14155 /* confdefs.h. */
14156 _ACEOF
14157 cat confdefs.h >>conftest.$ac_ext
14158 cat >>conftest.$ac_ext <<_ACEOF
14159 /* end confdefs.h. */
14160 $ac_includes_default
14161 #include <$ac_header>
14162 _ACEOF
14163 rm -f conftest.$ac_objext
14164 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14165 (eval $ac_compile) 2>conftest.er1
14166 ac_status=$?
14167 grep -v '^ *+' conftest.er1 >conftest.err
14168 rm -f conftest.er1
14169 cat conftest.err >&5
14170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14171 (exit $ac_status); } &&
14172 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14174 (eval $ac_try) 2>&5
14175 ac_status=$?
14176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14177 (exit $ac_status); }; } &&
14178 { ac_try='test -s conftest.$ac_objext'
14179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14180 (eval $ac_try) 2>&5
14181 ac_status=$?
14182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14183 (exit $ac_status); }; }; then
14184 ac_header_compiler=yes
14185 else
14186 echo "$as_me: failed program was:" >&5
14187 sed 's/^/| /' conftest.$ac_ext >&5
14188
14189 ac_header_compiler=no
14190 fi
14191 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14192 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14193 echo "${ECHO_T}$ac_header_compiler" >&6
14194
14195 # Is the header present?
14196 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14197 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14198 cat >conftest.$ac_ext <<_ACEOF
14199 /* confdefs.h. */
14200 _ACEOF
14201 cat confdefs.h >>conftest.$ac_ext
14202 cat >>conftest.$ac_ext <<_ACEOF
14203 /* end confdefs.h. */
14204 #include <$ac_header>
14205 _ACEOF
14206 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14207 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14208 ac_status=$?
14209 grep -v '^ *+' conftest.er1 >conftest.err
14210 rm -f conftest.er1
14211 cat conftest.err >&5
14212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14213 (exit $ac_status); } >/dev/null; then
14214 if test -s conftest.err; then
14215 ac_cpp_err=$ac_c_preproc_warn_flag
14216 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14217 else
14218 ac_cpp_err=
14219 fi
14220 else
14221 ac_cpp_err=yes
14222 fi
14223 if test -z "$ac_cpp_err"; then
14224 ac_header_preproc=yes
14225 else
14226 echo "$as_me: failed program was:" >&5
14227 sed 's/^/| /' conftest.$ac_ext >&5
14228
14229 ac_header_preproc=no
14230 fi
14231 rm -f conftest.err conftest.$ac_ext
14232 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14233 echo "${ECHO_T}$ac_header_preproc" >&6
14234
14235 # So? What about this header?
14236 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14237 yes:no: )
14238 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14239 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14240 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14241 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14242 ac_header_preproc=yes
14243 ;;
14244 no:yes:* )
14245 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14246 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14247 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14248 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14249 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14250 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14251 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14252 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14253 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14254 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14255 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14256 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14257 (
14258 cat <<\_ASBOX
14259 ## ----------------------------------------- ##
14260 ## Report this to wx-dev@lists.wxwidgets.org ##
14261 ## ----------------------------------------- ##
14262 _ASBOX
14263 ) |
14264 sed "s/^/$as_me: WARNING: /" >&2
14265 ;;
14266 esac
14267 echo "$as_me:$LINENO: checking for $ac_header" >&5
14268 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14269 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14270 echo $ECHO_N "(cached) $ECHO_C" >&6
14271 else
14272 eval "$as_ac_Header=\$ac_header_preproc"
14273 fi
14274 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14275 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14276
14277 fi
14278 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14279 cat >>confdefs.h <<_ACEOF
14280 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14281 _ACEOF
14282
14283 fi
14284
14285 done
14286
14287
14288 for ac_header in wchar.h
14289 do
14290 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14291 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14292 echo "$as_me:$LINENO: checking for $ac_header" >&5
14293 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14294 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14295 echo $ECHO_N "(cached) $ECHO_C" >&6
14296 fi
14297 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14298 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14299 else
14300 # Is the header compilable?
14301 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14302 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14303 cat >conftest.$ac_ext <<_ACEOF
14304 /* confdefs.h. */
14305 _ACEOF
14306 cat confdefs.h >>conftest.$ac_ext
14307 cat >>conftest.$ac_ext <<_ACEOF
14308 /* end confdefs.h. */
14309 $ac_includes_default
14310 #include <$ac_header>
14311 _ACEOF
14312 rm -f conftest.$ac_objext
14313 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14314 (eval $ac_compile) 2>conftest.er1
14315 ac_status=$?
14316 grep -v '^ *+' conftest.er1 >conftest.err
14317 rm -f conftest.er1
14318 cat conftest.err >&5
14319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14320 (exit $ac_status); } &&
14321 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14323 (eval $ac_try) 2>&5
14324 ac_status=$?
14325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14326 (exit $ac_status); }; } &&
14327 { ac_try='test -s conftest.$ac_objext'
14328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14329 (eval $ac_try) 2>&5
14330 ac_status=$?
14331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14332 (exit $ac_status); }; }; then
14333 ac_header_compiler=yes
14334 else
14335 echo "$as_me: failed program was:" >&5
14336 sed 's/^/| /' conftest.$ac_ext >&5
14337
14338 ac_header_compiler=no
14339 fi
14340 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14341 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14342 echo "${ECHO_T}$ac_header_compiler" >&6
14343
14344 # Is the header present?
14345 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14346 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14347 cat >conftest.$ac_ext <<_ACEOF
14348 /* confdefs.h. */
14349 _ACEOF
14350 cat confdefs.h >>conftest.$ac_ext
14351 cat >>conftest.$ac_ext <<_ACEOF
14352 /* end confdefs.h. */
14353 #include <$ac_header>
14354 _ACEOF
14355 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14356 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14357 ac_status=$?
14358 grep -v '^ *+' conftest.er1 >conftest.err
14359 rm -f conftest.er1
14360 cat conftest.err >&5
14361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14362 (exit $ac_status); } >/dev/null; then
14363 if test -s conftest.err; then
14364 ac_cpp_err=$ac_c_preproc_warn_flag
14365 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14366 else
14367 ac_cpp_err=
14368 fi
14369 else
14370 ac_cpp_err=yes
14371 fi
14372 if test -z "$ac_cpp_err"; then
14373 ac_header_preproc=yes
14374 else
14375 echo "$as_me: failed program was:" >&5
14376 sed 's/^/| /' conftest.$ac_ext >&5
14377
14378 ac_header_preproc=no
14379 fi
14380 rm -f conftest.err conftest.$ac_ext
14381 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14382 echo "${ECHO_T}$ac_header_preproc" >&6
14383
14384 # So? What about this header?
14385 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14386 yes:no: )
14387 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14388 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14389 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14390 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14391 ac_header_preproc=yes
14392 ;;
14393 no:yes:* )
14394 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14395 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14396 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14397 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14398 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14399 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14400 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14401 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14402 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14403 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14404 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14405 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14406 (
14407 cat <<\_ASBOX
14408 ## ----------------------------------------- ##
14409 ## Report this to wx-dev@lists.wxwidgets.org ##
14410 ## ----------------------------------------- ##
14411 _ASBOX
14412 ) |
14413 sed "s/^/$as_me: WARNING: /" >&2
14414 ;;
14415 esac
14416 echo "$as_me:$LINENO: checking for $ac_header" >&5
14417 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14418 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14419 echo $ECHO_N "(cached) $ECHO_C" >&6
14420 else
14421 eval "$as_ac_Header=\$ac_header_preproc"
14422 fi
14423 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14424 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14425
14426 fi
14427 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14428 cat >>confdefs.h <<_ACEOF
14429 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14430 _ACEOF
14431
14432 fi
14433
14434 done
14435
14436
14437 if test "$ac_cv_header_wchar_h" != "yes"; then
14438
14439 for ac_header in wcstr.h
14440 do
14441 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14442 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14443 echo "$as_me:$LINENO: checking for $ac_header" >&5
14444 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14445 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14446 echo $ECHO_N "(cached) $ECHO_C" >&6
14447 fi
14448 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14449 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14450 else
14451 # Is the header compilable?
14452 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14453 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14454 cat >conftest.$ac_ext <<_ACEOF
14455 /* confdefs.h. */
14456 _ACEOF
14457 cat confdefs.h >>conftest.$ac_ext
14458 cat >>conftest.$ac_ext <<_ACEOF
14459 /* end confdefs.h. */
14460 $ac_includes_default
14461 #include <$ac_header>
14462 _ACEOF
14463 rm -f conftest.$ac_objext
14464 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14465 (eval $ac_compile) 2>conftest.er1
14466 ac_status=$?
14467 grep -v '^ *+' conftest.er1 >conftest.err
14468 rm -f conftest.er1
14469 cat conftest.err >&5
14470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14471 (exit $ac_status); } &&
14472 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14474 (eval $ac_try) 2>&5
14475 ac_status=$?
14476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14477 (exit $ac_status); }; } &&
14478 { ac_try='test -s conftest.$ac_objext'
14479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14480 (eval $ac_try) 2>&5
14481 ac_status=$?
14482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14483 (exit $ac_status); }; }; then
14484 ac_header_compiler=yes
14485 else
14486 echo "$as_me: failed program was:" >&5
14487 sed 's/^/| /' conftest.$ac_ext >&5
14488
14489 ac_header_compiler=no
14490 fi
14491 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14492 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14493 echo "${ECHO_T}$ac_header_compiler" >&6
14494
14495 # Is the header present?
14496 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14497 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14498 cat >conftest.$ac_ext <<_ACEOF
14499 /* confdefs.h. */
14500 _ACEOF
14501 cat confdefs.h >>conftest.$ac_ext
14502 cat >>conftest.$ac_ext <<_ACEOF
14503 /* end confdefs.h. */
14504 #include <$ac_header>
14505 _ACEOF
14506 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14507 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14508 ac_status=$?
14509 grep -v '^ *+' conftest.er1 >conftest.err
14510 rm -f conftest.er1
14511 cat conftest.err >&5
14512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14513 (exit $ac_status); } >/dev/null; then
14514 if test -s conftest.err; then
14515 ac_cpp_err=$ac_c_preproc_warn_flag
14516 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14517 else
14518 ac_cpp_err=
14519 fi
14520 else
14521 ac_cpp_err=yes
14522 fi
14523 if test -z "$ac_cpp_err"; then
14524 ac_header_preproc=yes
14525 else
14526 echo "$as_me: failed program was:" >&5
14527 sed 's/^/| /' conftest.$ac_ext >&5
14528
14529 ac_header_preproc=no
14530 fi
14531 rm -f conftest.err conftest.$ac_ext
14532 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14533 echo "${ECHO_T}$ac_header_preproc" >&6
14534
14535 # So? What about this header?
14536 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14537 yes:no: )
14538 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14539 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14540 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14541 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14542 ac_header_preproc=yes
14543 ;;
14544 no:yes:* )
14545 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14546 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14547 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14548 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14549 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14550 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14551 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14552 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14553 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14554 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14555 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14556 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14557 (
14558 cat <<\_ASBOX
14559 ## ----------------------------------------- ##
14560 ## Report this to wx-dev@lists.wxwidgets.org ##
14561 ## ----------------------------------------- ##
14562 _ASBOX
14563 ) |
14564 sed "s/^/$as_me: WARNING: /" >&2
14565 ;;
14566 esac
14567 echo "$as_me:$LINENO: checking for $ac_header" >&5
14568 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14569 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14570 echo $ECHO_N "(cached) $ECHO_C" >&6
14571 else
14572 eval "$as_ac_Header=\$ac_header_preproc"
14573 fi
14574 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14575 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14576
14577 fi
14578 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14579 cat >>confdefs.h <<_ACEOF
14580 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14581 _ACEOF
14582
14583 fi
14584
14585 done
14586
14587 fi
14588
14589
14590 for ac_header in fnmatch.h
14591 do
14592 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14593 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14594 echo "$as_me:$LINENO: checking for $ac_header" >&5
14595 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14596 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14597 echo $ECHO_N "(cached) $ECHO_C" >&6
14598 fi
14599 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14600 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14601 else
14602 # Is the header compilable?
14603 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14604 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14605 cat >conftest.$ac_ext <<_ACEOF
14606 /* confdefs.h. */
14607 _ACEOF
14608 cat confdefs.h >>conftest.$ac_ext
14609 cat >>conftest.$ac_ext <<_ACEOF
14610 /* end confdefs.h. */
14611 $ac_includes_default
14612 #include <$ac_header>
14613 _ACEOF
14614 rm -f conftest.$ac_objext
14615 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14616 (eval $ac_compile) 2>conftest.er1
14617 ac_status=$?
14618 grep -v '^ *+' conftest.er1 >conftest.err
14619 rm -f conftest.er1
14620 cat conftest.err >&5
14621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14622 (exit $ac_status); } &&
14623 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14625 (eval $ac_try) 2>&5
14626 ac_status=$?
14627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14628 (exit $ac_status); }; } &&
14629 { ac_try='test -s conftest.$ac_objext'
14630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14631 (eval $ac_try) 2>&5
14632 ac_status=$?
14633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14634 (exit $ac_status); }; }; then
14635 ac_header_compiler=yes
14636 else
14637 echo "$as_me: failed program was:" >&5
14638 sed 's/^/| /' conftest.$ac_ext >&5
14639
14640 ac_header_compiler=no
14641 fi
14642 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14643 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14644 echo "${ECHO_T}$ac_header_compiler" >&6
14645
14646 # Is the header present?
14647 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14648 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14649 cat >conftest.$ac_ext <<_ACEOF
14650 /* confdefs.h. */
14651 _ACEOF
14652 cat confdefs.h >>conftest.$ac_ext
14653 cat >>conftest.$ac_ext <<_ACEOF
14654 /* end confdefs.h. */
14655 #include <$ac_header>
14656 _ACEOF
14657 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14658 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14659 ac_status=$?
14660 grep -v '^ *+' conftest.er1 >conftest.err
14661 rm -f conftest.er1
14662 cat conftest.err >&5
14663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14664 (exit $ac_status); } >/dev/null; then
14665 if test -s conftest.err; then
14666 ac_cpp_err=$ac_c_preproc_warn_flag
14667 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14668 else
14669 ac_cpp_err=
14670 fi
14671 else
14672 ac_cpp_err=yes
14673 fi
14674 if test -z "$ac_cpp_err"; then
14675 ac_header_preproc=yes
14676 else
14677 echo "$as_me: failed program was:" >&5
14678 sed 's/^/| /' conftest.$ac_ext >&5
14679
14680 ac_header_preproc=no
14681 fi
14682 rm -f conftest.err conftest.$ac_ext
14683 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14684 echo "${ECHO_T}$ac_header_preproc" >&6
14685
14686 # So? What about this header?
14687 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14688 yes:no: )
14689 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14690 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14691 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14692 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14693 ac_header_preproc=yes
14694 ;;
14695 no:yes:* )
14696 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14697 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14698 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14699 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14700 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14701 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14702 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14703 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14704 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14705 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14706 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14707 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14708 (
14709 cat <<\_ASBOX
14710 ## ----------------------------------------- ##
14711 ## Report this to wx-dev@lists.wxwidgets.org ##
14712 ## ----------------------------------------- ##
14713 _ASBOX
14714 ) |
14715 sed "s/^/$as_me: WARNING: /" >&2
14716 ;;
14717 esac
14718 echo "$as_me:$LINENO: checking for $ac_header" >&5
14719 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14720 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14721 echo $ECHO_N "(cached) $ECHO_C" >&6
14722 else
14723 eval "$as_ac_Header=\$ac_header_preproc"
14724 fi
14725 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14726 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14727
14728 fi
14729 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14730 cat >>confdefs.h <<_ACEOF
14731 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14732 _ACEOF
14733
14734 fi
14735
14736 done
14737
14738
14739 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
14740
14741 for ac_func in fnmatch
14742 do
14743 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14744 echo "$as_me:$LINENO: checking for $ac_func" >&5
14745 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14746 if eval "test \"\${$as_ac_var+set}\" = set"; then
14747 echo $ECHO_N "(cached) $ECHO_C" >&6
14748 else
14749 cat >conftest.$ac_ext <<_ACEOF
14750 /* confdefs.h. */
14751 _ACEOF
14752 cat confdefs.h >>conftest.$ac_ext
14753 cat >>conftest.$ac_ext <<_ACEOF
14754 /* end confdefs.h. */
14755 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14756 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14757 #define $ac_func innocuous_$ac_func
14758
14759 /* System header to define __stub macros and hopefully few prototypes,
14760 which can conflict with char $ac_func (); below.
14761 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14762 <limits.h> exists even on freestanding compilers. */
14763
14764 #ifdef __STDC__
14765 # include <limits.h>
14766 #else
14767 # include <assert.h>
14768 #endif
14769
14770 #undef $ac_func
14771
14772 /* Override any gcc2 internal prototype to avoid an error. */
14773 #ifdef __cplusplus
14774 extern "C"
14775 {
14776 #endif
14777 /* We use char because int might match the return type of a gcc2
14778 builtin and then its argument prototype would still apply. */
14779 char $ac_func ();
14780 /* The GNU C library defines this for functions which it implements
14781 to always fail with ENOSYS. Some functions are actually named
14782 something starting with __ and the normal name is an alias. */
14783 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14784 choke me
14785 #else
14786 char (*f) () = $ac_func;
14787 #endif
14788 #ifdef __cplusplus
14789 }
14790 #endif
14791
14792 int
14793 main ()
14794 {
14795 return f != $ac_func;
14796 ;
14797 return 0;
14798 }
14799 _ACEOF
14800 rm -f conftest.$ac_objext conftest$ac_exeext
14801 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14802 (eval $ac_link) 2>conftest.er1
14803 ac_status=$?
14804 grep -v '^ *+' conftest.er1 >conftest.err
14805 rm -f conftest.er1
14806 cat conftest.err >&5
14807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14808 (exit $ac_status); } &&
14809 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14811 (eval $ac_try) 2>&5
14812 ac_status=$?
14813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14814 (exit $ac_status); }; } &&
14815 { ac_try='test -s conftest$ac_exeext'
14816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14817 (eval $ac_try) 2>&5
14818 ac_status=$?
14819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14820 (exit $ac_status); }; }; then
14821 eval "$as_ac_var=yes"
14822 else
14823 echo "$as_me: failed program was:" >&5
14824 sed 's/^/| /' conftest.$ac_ext >&5
14825
14826 eval "$as_ac_var=no"
14827 fi
14828 rm -f conftest.err conftest.$ac_objext \
14829 conftest$ac_exeext conftest.$ac_ext
14830 fi
14831 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14832 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14833 if test `eval echo '${'$as_ac_var'}'` = yes; then
14834 cat >>confdefs.h <<_ACEOF
14835 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14836 _ACEOF
14837
14838 fi
14839 done
14840
14841 fi
14842
14843
14844 for ac_header in langinfo.h
14845 do
14846 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14847 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14848 echo "$as_me:$LINENO: checking for $ac_header" >&5
14849 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14850 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14851 echo $ECHO_N "(cached) $ECHO_C" >&6
14852 fi
14853 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14854 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14855 else
14856 # Is the header compilable?
14857 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14858 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14859 cat >conftest.$ac_ext <<_ACEOF
14860 /* confdefs.h. */
14861 _ACEOF
14862 cat confdefs.h >>conftest.$ac_ext
14863 cat >>conftest.$ac_ext <<_ACEOF
14864 /* end confdefs.h. */
14865 $ac_includes_default
14866 #include <$ac_header>
14867 _ACEOF
14868 rm -f conftest.$ac_objext
14869 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14870 (eval $ac_compile) 2>conftest.er1
14871 ac_status=$?
14872 grep -v '^ *+' conftest.er1 >conftest.err
14873 rm -f conftest.er1
14874 cat conftest.err >&5
14875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14876 (exit $ac_status); } &&
14877 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14879 (eval $ac_try) 2>&5
14880 ac_status=$?
14881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14882 (exit $ac_status); }; } &&
14883 { ac_try='test -s conftest.$ac_objext'
14884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14885 (eval $ac_try) 2>&5
14886 ac_status=$?
14887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14888 (exit $ac_status); }; }; then
14889 ac_header_compiler=yes
14890 else
14891 echo "$as_me: failed program was:" >&5
14892 sed 's/^/| /' conftest.$ac_ext >&5
14893
14894 ac_header_compiler=no
14895 fi
14896 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14897 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14898 echo "${ECHO_T}$ac_header_compiler" >&6
14899
14900 # Is the header present?
14901 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14902 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14903 cat >conftest.$ac_ext <<_ACEOF
14904 /* confdefs.h. */
14905 _ACEOF
14906 cat confdefs.h >>conftest.$ac_ext
14907 cat >>conftest.$ac_ext <<_ACEOF
14908 /* end confdefs.h. */
14909 #include <$ac_header>
14910 _ACEOF
14911 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14912 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14913 ac_status=$?
14914 grep -v '^ *+' conftest.er1 >conftest.err
14915 rm -f conftest.er1
14916 cat conftest.err >&5
14917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14918 (exit $ac_status); } >/dev/null; then
14919 if test -s conftest.err; then
14920 ac_cpp_err=$ac_c_preproc_warn_flag
14921 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14922 else
14923 ac_cpp_err=
14924 fi
14925 else
14926 ac_cpp_err=yes
14927 fi
14928 if test -z "$ac_cpp_err"; then
14929 ac_header_preproc=yes
14930 else
14931 echo "$as_me: failed program was:" >&5
14932 sed 's/^/| /' conftest.$ac_ext >&5
14933
14934 ac_header_preproc=no
14935 fi
14936 rm -f conftest.err conftest.$ac_ext
14937 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14938 echo "${ECHO_T}$ac_header_preproc" >&6
14939
14940 # So? What about this header?
14941 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14942 yes:no: )
14943 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14944 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14945 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14946 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14947 ac_header_preproc=yes
14948 ;;
14949 no:yes:* )
14950 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14951 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14952 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14953 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14954 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14955 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14956 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14957 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14958 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14959 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14960 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14961 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14962 (
14963 cat <<\_ASBOX
14964 ## ----------------------------------------- ##
14965 ## Report this to wx-dev@lists.wxwidgets.org ##
14966 ## ----------------------------------------- ##
14967 _ASBOX
14968 ) |
14969 sed "s/^/$as_me: WARNING: /" >&2
14970 ;;
14971 esac
14972 echo "$as_me:$LINENO: checking for $ac_header" >&5
14973 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14974 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14975 echo $ECHO_N "(cached) $ECHO_C" >&6
14976 else
14977 eval "$as_ac_Header=\$ac_header_preproc"
14978 fi
14979 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14980 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14981
14982 fi
14983 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14984 cat >>confdefs.h <<_ACEOF
14985 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14986 _ACEOF
14987
14988 fi
14989
14990 done
14991
14992
14993 case "${host}" in
14994 *-pc-os2_emx | *-pc-os2-emx )
14995 if test $ac_cv_header_langinfo_h = "yes" \
14996 -a \( "$wx_cv_gccversion" = "EMX2" \
14997 -o "$wx_cv_gccversion" = "EMX3" \
14998 -o "$wx_cv_gccversion" = "Innotek5" \); then
14999 LIBS="$LIBS -lintl"
15000 fi
15001 ;;
15002 esac
15003
15004 if test "$wxUSE_GUI" = "yes"; then
15005 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
15006
15007 for ac_header in X11/Xlib.h
15008 do
15009 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15010 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15011 echo "$as_me:$LINENO: checking for $ac_header" >&5
15012 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15013 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15014 echo $ECHO_N "(cached) $ECHO_C" >&6
15015 fi
15016 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15017 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15018 else
15019 # Is the header compilable?
15020 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15021 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15022 cat >conftest.$ac_ext <<_ACEOF
15023 /* confdefs.h. */
15024 _ACEOF
15025 cat confdefs.h >>conftest.$ac_ext
15026 cat >>conftest.$ac_ext <<_ACEOF
15027 /* end confdefs.h. */
15028 $ac_includes_default
15029 #include <$ac_header>
15030 _ACEOF
15031 rm -f conftest.$ac_objext
15032 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15033 (eval $ac_compile) 2>conftest.er1
15034 ac_status=$?
15035 grep -v '^ *+' conftest.er1 >conftest.err
15036 rm -f conftest.er1
15037 cat conftest.err >&5
15038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15039 (exit $ac_status); } &&
15040 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15042 (eval $ac_try) 2>&5
15043 ac_status=$?
15044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15045 (exit $ac_status); }; } &&
15046 { ac_try='test -s conftest.$ac_objext'
15047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15048 (eval $ac_try) 2>&5
15049 ac_status=$?
15050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15051 (exit $ac_status); }; }; then
15052 ac_header_compiler=yes
15053 else
15054 echo "$as_me: failed program was:" >&5
15055 sed 's/^/| /' conftest.$ac_ext >&5
15056
15057 ac_header_compiler=no
15058 fi
15059 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15060 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15061 echo "${ECHO_T}$ac_header_compiler" >&6
15062
15063 # Is the header present?
15064 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15065 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15066 cat >conftest.$ac_ext <<_ACEOF
15067 /* confdefs.h. */
15068 _ACEOF
15069 cat confdefs.h >>conftest.$ac_ext
15070 cat >>conftest.$ac_ext <<_ACEOF
15071 /* end confdefs.h. */
15072 #include <$ac_header>
15073 _ACEOF
15074 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15075 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15076 ac_status=$?
15077 grep -v '^ *+' conftest.er1 >conftest.err
15078 rm -f conftest.er1
15079 cat conftest.err >&5
15080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15081 (exit $ac_status); } >/dev/null; then
15082 if test -s conftest.err; then
15083 ac_cpp_err=$ac_c_preproc_warn_flag
15084 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15085 else
15086 ac_cpp_err=
15087 fi
15088 else
15089 ac_cpp_err=yes
15090 fi
15091 if test -z "$ac_cpp_err"; then
15092 ac_header_preproc=yes
15093 else
15094 echo "$as_me: failed program was:" >&5
15095 sed 's/^/| /' conftest.$ac_ext >&5
15096
15097 ac_header_preproc=no
15098 fi
15099 rm -f conftest.err conftest.$ac_ext
15100 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15101 echo "${ECHO_T}$ac_header_preproc" >&6
15102
15103 # So? What about this header?
15104 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15105 yes:no: )
15106 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15107 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15108 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15109 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15110 ac_header_preproc=yes
15111 ;;
15112 no:yes:* )
15113 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15114 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15115 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15116 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15117 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15118 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15119 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15120 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15121 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15122 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15123 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15124 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15125 (
15126 cat <<\_ASBOX
15127 ## ----------------------------------------- ##
15128 ## Report this to wx-dev@lists.wxwidgets.org ##
15129 ## ----------------------------------------- ##
15130 _ASBOX
15131 ) |
15132 sed "s/^/$as_me: WARNING: /" >&2
15133 ;;
15134 esac
15135 echo "$as_me:$LINENO: checking for $ac_header" >&5
15136 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15137 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15138 echo $ECHO_N "(cached) $ECHO_C" >&6
15139 else
15140 eval "$as_ac_Header=\$ac_header_preproc"
15141 fi
15142 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15143 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15144
15145 fi
15146 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15147 cat >>confdefs.h <<_ACEOF
15148 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15149 _ACEOF
15150
15151 fi
15152
15153 done
15154
15155
15156 for ac_header in X11/XKBlib.h
15157 do
15158 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15159 echo "$as_me:$LINENO: checking for $ac_header" >&5
15160 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15161 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15162 echo $ECHO_N "(cached) $ECHO_C" >&6
15163 else
15164 cat >conftest.$ac_ext <<_ACEOF
15165 /* confdefs.h. */
15166 _ACEOF
15167 cat confdefs.h >>conftest.$ac_ext
15168 cat >>conftest.$ac_ext <<_ACEOF
15169 /* end confdefs.h. */
15170
15171 #if HAVE_X11_XLIB_H
15172 #include <X11/Xlib.h>
15173 #endif
15174
15175
15176 #include <$ac_header>
15177 _ACEOF
15178 rm -f conftest.$ac_objext
15179 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15180 (eval $ac_compile) 2>conftest.er1
15181 ac_status=$?
15182 grep -v '^ *+' conftest.er1 >conftest.err
15183 rm -f conftest.er1
15184 cat conftest.err >&5
15185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15186 (exit $ac_status); } &&
15187 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15189 (eval $ac_try) 2>&5
15190 ac_status=$?
15191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15192 (exit $ac_status); }; } &&
15193 { ac_try='test -s conftest.$ac_objext'
15194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15195 (eval $ac_try) 2>&5
15196 ac_status=$?
15197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15198 (exit $ac_status); }; }; then
15199 eval "$as_ac_Header=yes"
15200 else
15201 echo "$as_me: failed program was:" >&5
15202 sed 's/^/| /' conftest.$ac_ext >&5
15203
15204 eval "$as_ac_Header=no"
15205 fi
15206 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15207 fi
15208 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15209 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15210 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15211 cat >>confdefs.h <<_ACEOF
15212 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15213 _ACEOF
15214
15215 fi
15216
15217 done
15218
15219 fi
15220 fi
15221
15222
15223 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
15224 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
15225 if test "${ac_cv_c_const+set}" = set; then
15226 echo $ECHO_N "(cached) $ECHO_C" >&6
15227 else
15228 cat >conftest.$ac_ext <<_ACEOF
15229 /* confdefs.h. */
15230 _ACEOF
15231 cat confdefs.h >>conftest.$ac_ext
15232 cat >>conftest.$ac_ext <<_ACEOF
15233 /* end confdefs.h. */
15234
15235 int
15236 main ()
15237 {
15238 /* FIXME: Include the comments suggested by Paul. */
15239 #ifndef __cplusplus
15240 /* Ultrix mips cc rejects this. */
15241 typedef int charset[2];
15242 const charset x;
15243 /* SunOS 4.1.1 cc rejects this. */
15244 char const *const *ccp;
15245 char **p;
15246 /* NEC SVR4.0.2 mips cc rejects this. */
15247 struct point {int x, y;};
15248 static struct point const zero = {0,0};
15249 /* AIX XL C 1.02.0.0 rejects this.
15250 It does not let you subtract one const X* pointer from another in
15251 an arm of an if-expression whose if-part is not a constant
15252 expression */
15253 const char *g = "string";
15254 ccp = &g + (g ? g-g : 0);
15255 /* HPUX 7.0 cc rejects these. */
15256 ++ccp;
15257 p = (char**) ccp;
15258 ccp = (char const *const *) p;
15259 { /* SCO 3.2v4 cc rejects this. */
15260 char *t;
15261 char const *s = 0 ? (char *) 0 : (char const *) 0;
15262
15263 *t++ = 0;
15264 }
15265 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
15266 int x[] = {25, 17};
15267 const int *foo = &x[0];
15268 ++foo;
15269 }
15270 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
15271 typedef const int *iptr;
15272 iptr p = 0;
15273 ++p;
15274 }
15275 { /* AIX XL C 1.02.0.0 rejects this saying
15276 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
15277 struct s { int j; const int *ap[3]; };
15278 struct s *b; b->j = 5;
15279 }
15280 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
15281 const int foo = 10;
15282 }
15283 #endif
15284
15285 ;
15286 return 0;
15287 }
15288 _ACEOF
15289 rm -f conftest.$ac_objext
15290 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15291 (eval $ac_compile) 2>conftest.er1
15292 ac_status=$?
15293 grep -v '^ *+' conftest.er1 >conftest.err
15294 rm -f conftest.er1
15295 cat conftest.err >&5
15296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15297 (exit $ac_status); } &&
15298 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15300 (eval $ac_try) 2>&5
15301 ac_status=$?
15302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15303 (exit $ac_status); }; } &&
15304 { ac_try='test -s conftest.$ac_objext'
15305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15306 (eval $ac_try) 2>&5
15307 ac_status=$?
15308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15309 (exit $ac_status); }; }; then
15310 ac_cv_c_const=yes
15311 else
15312 echo "$as_me: failed program was:" >&5
15313 sed 's/^/| /' conftest.$ac_ext >&5
15314
15315 ac_cv_c_const=no
15316 fi
15317 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15318 fi
15319 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
15320 echo "${ECHO_T}$ac_cv_c_const" >&6
15321 if test $ac_cv_c_const = no; then
15322
15323 cat >>confdefs.h <<\_ACEOF
15324 #define const
15325 _ACEOF
15326
15327 fi
15328
15329 echo "$as_me:$LINENO: checking for inline" >&5
15330 echo $ECHO_N "checking for inline... $ECHO_C" >&6
15331 if test "${ac_cv_c_inline+set}" = set; then
15332 echo $ECHO_N "(cached) $ECHO_C" >&6
15333 else
15334 ac_cv_c_inline=no
15335 for ac_kw in inline __inline__ __inline; do
15336 cat >conftest.$ac_ext <<_ACEOF
15337 /* confdefs.h. */
15338 _ACEOF
15339 cat confdefs.h >>conftest.$ac_ext
15340 cat >>conftest.$ac_ext <<_ACEOF
15341 /* end confdefs.h. */
15342 #ifndef __cplusplus
15343 typedef int foo_t;
15344 static $ac_kw foo_t static_foo () {return 0; }
15345 $ac_kw foo_t foo () {return 0; }
15346 #endif
15347
15348 _ACEOF
15349 rm -f conftest.$ac_objext
15350 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15351 (eval $ac_compile) 2>conftest.er1
15352 ac_status=$?
15353 grep -v '^ *+' conftest.er1 >conftest.err
15354 rm -f conftest.er1
15355 cat conftest.err >&5
15356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15357 (exit $ac_status); } &&
15358 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15360 (eval $ac_try) 2>&5
15361 ac_status=$?
15362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15363 (exit $ac_status); }; } &&
15364 { ac_try='test -s conftest.$ac_objext'
15365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15366 (eval $ac_try) 2>&5
15367 ac_status=$?
15368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15369 (exit $ac_status); }; }; then
15370 ac_cv_c_inline=$ac_kw; break
15371 else
15372 echo "$as_me: failed program was:" >&5
15373 sed 's/^/| /' conftest.$ac_ext >&5
15374
15375 fi
15376 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15377 done
15378
15379 fi
15380 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
15381 echo "${ECHO_T}$ac_cv_c_inline" >&6
15382
15383
15384 case $ac_cv_c_inline in
15385 inline | yes) ;;
15386 *)
15387 case $ac_cv_c_inline in
15388 no) ac_val=;;
15389 *) ac_val=$ac_cv_c_inline;;
15390 esac
15391 cat >>confdefs.h <<_ACEOF
15392 #ifndef __cplusplus
15393 #define inline $ac_val
15394 #endif
15395 _ACEOF
15396 ;;
15397 esac
15398
15399
15400 echo "$as_me:$LINENO: checking for char" >&5
15401 echo $ECHO_N "checking for char... $ECHO_C" >&6
15402 if test "${ac_cv_type_char+set}" = set; then
15403 echo $ECHO_N "(cached) $ECHO_C" >&6
15404 else
15405 cat >conftest.$ac_ext <<_ACEOF
15406 /* confdefs.h. */
15407 _ACEOF
15408 cat confdefs.h >>conftest.$ac_ext
15409 cat >>conftest.$ac_ext <<_ACEOF
15410 /* end confdefs.h. */
15411 $ac_includes_default
15412 int
15413 main ()
15414 {
15415 if ((char *) 0)
15416 return 0;
15417 if (sizeof (char))
15418 return 0;
15419 ;
15420 return 0;
15421 }
15422 _ACEOF
15423 rm -f conftest.$ac_objext
15424 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15425 (eval $ac_compile) 2>conftest.er1
15426 ac_status=$?
15427 grep -v '^ *+' conftest.er1 >conftest.err
15428 rm -f conftest.er1
15429 cat conftest.err >&5
15430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15431 (exit $ac_status); } &&
15432 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15434 (eval $ac_try) 2>&5
15435 ac_status=$?
15436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15437 (exit $ac_status); }; } &&
15438 { ac_try='test -s conftest.$ac_objext'
15439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15440 (eval $ac_try) 2>&5
15441 ac_status=$?
15442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15443 (exit $ac_status); }; }; then
15444 ac_cv_type_char=yes
15445 else
15446 echo "$as_me: failed program was:" >&5
15447 sed 's/^/| /' conftest.$ac_ext >&5
15448
15449 ac_cv_type_char=no
15450 fi
15451 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15452 fi
15453 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
15454 echo "${ECHO_T}$ac_cv_type_char" >&6
15455
15456 echo "$as_me:$LINENO: checking size of char" >&5
15457 echo $ECHO_N "checking size of char... $ECHO_C" >&6
15458 if test "${ac_cv_sizeof_char+set}" = set; then
15459 echo $ECHO_N "(cached) $ECHO_C" >&6
15460 else
15461 if test "$ac_cv_type_char" = yes; then
15462 # The cast to unsigned long works around a bug in the HP C Compiler
15463 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15464 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15465 # This bug is HP SR number 8606223364.
15466 if test "$cross_compiling" = yes; then
15467 # Depending upon the size, compute the lo and hi bounds.
15468 cat >conftest.$ac_ext <<_ACEOF
15469 /* confdefs.h. */
15470 _ACEOF
15471 cat confdefs.h >>conftest.$ac_ext
15472 cat >>conftest.$ac_ext <<_ACEOF
15473 /* end confdefs.h. */
15474 $ac_includes_default
15475 int
15476 main ()
15477 {
15478 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
15479 test_array [0] = 0
15480
15481 ;
15482 return 0;
15483 }
15484 _ACEOF
15485 rm -f conftest.$ac_objext
15486 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15487 (eval $ac_compile) 2>conftest.er1
15488 ac_status=$?
15489 grep -v '^ *+' conftest.er1 >conftest.err
15490 rm -f conftest.er1
15491 cat conftest.err >&5
15492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15493 (exit $ac_status); } &&
15494 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15496 (eval $ac_try) 2>&5
15497 ac_status=$?
15498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15499 (exit $ac_status); }; } &&
15500 { ac_try='test -s conftest.$ac_objext'
15501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15502 (eval $ac_try) 2>&5
15503 ac_status=$?
15504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15505 (exit $ac_status); }; }; then
15506 ac_lo=0 ac_mid=0
15507 while :; do
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 $ac_includes_default
15515 int
15516 main ()
15517 {
15518 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15519 test_array [0] = 0
15520
15521 ;
15522 return 0;
15523 }
15524 _ACEOF
15525 rm -f conftest.$ac_objext
15526 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15527 (eval $ac_compile) 2>conftest.er1
15528 ac_status=$?
15529 grep -v '^ *+' conftest.er1 >conftest.err
15530 rm -f conftest.er1
15531 cat conftest.err >&5
15532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15533 (exit $ac_status); } &&
15534 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15536 (eval $ac_try) 2>&5
15537 ac_status=$?
15538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15539 (exit $ac_status); }; } &&
15540 { ac_try='test -s conftest.$ac_objext'
15541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15542 (eval $ac_try) 2>&5
15543 ac_status=$?
15544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15545 (exit $ac_status); }; }; then
15546 ac_hi=$ac_mid; break
15547 else
15548 echo "$as_me: failed program was:" >&5
15549 sed 's/^/| /' conftest.$ac_ext >&5
15550
15551 ac_lo=`expr $ac_mid + 1`
15552 if test $ac_lo -le $ac_mid; then
15553 ac_lo= ac_hi=
15554 break
15555 fi
15556 ac_mid=`expr 2 '*' $ac_mid + 1`
15557 fi
15558 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15559 done
15560 else
15561 echo "$as_me: failed program was:" >&5
15562 sed 's/^/| /' conftest.$ac_ext >&5
15563
15564 cat >conftest.$ac_ext <<_ACEOF
15565 /* confdefs.h. */
15566 _ACEOF
15567 cat confdefs.h >>conftest.$ac_ext
15568 cat >>conftest.$ac_ext <<_ACEOF
15569 /* end confdefs.h. */
15570 $ac_includes_default
15571 int
15572 main ()
15573 {
15574 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
15575 test_array [0] = 0
15576
15577 ;
15578 return 0;
15579 }
15580 _ACEOF
15581 rm -f conftest.$ac_objext
15582 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15583 (eval $ac_compile) 2>conftest.er1
15584 ac_status=$?
15585 grep -v '^ *+' conftest.er1 >conftest.err
15586 rm -f conftest.er1
15587 cat conftest.err >&5
15588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15589 (exit $ac_status); } &&
15590 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15592 (eval $ac_try) 2>&5
15593 ac_status=$?
15594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15595 (exit $ac_status); }; } &&
15596 { ac_try='test -s conftest.$ac_objext'
15597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15598 (eval $ac_try) 2>&5
15599 ac_status=$?
15600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15601 (exit $ac_status); }; }; then
15602 ac_hi=-1 ac_mid=-1
15603 while :; do
15604 cat >conftest.$ac_ext <<_ACEOF
15605 /* confdefs.h. */
15606 _ACEOF
15607 cat confdefs.h >>conftest.$ac_ext
15608 cat >>conftest.$ac_ext <<_ACEOF
15609 /* end confdefs.h. */
15610 $ac_includes_default
15611 int
15612 main ()
15613 {
15614 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
15615 test_array [0] = 0
15616
15617 ;
15618 return 0;
15619 }
15620 _ACEOF
15621 rm -f conftest.$ac_objext
15622 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15623 (eval $ac_compile) 2>conftest.er1
15624 ac_status=$?
15625 grep -v '^ *+' conftest.er1 >conftest.err
15626 rm -f conftest.er1
15627 cat conftest.err >&5
15628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15629 (exit $ac_status); } &&
15630 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15632 (eval $ac_try) 2>&5
15633 ac_status=$?
15634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15635 (exit $ac_status); }; } &&
15636 { ac_try='test -s conftest.$ac_objext'
15637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15638 (eval $ac_try) 2>&5
15639 ac_status=$?
15640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15641 (exit $ac_status); }; }; then
15642 ac_lo=$ac_mid; break
15643 else
15644 echo "$as_me: failed program was:" >&5
15645 sed 's/^/| /' conftest.$ac_ext >&5
15646
15647 ac_hi=`expr '(' $ac_mid ')' - 1`
15648 if test $ac_mid -le $ac_hi; then
15649 ac_lo= ac_hi=
15650 break
15651 fi
15652 ac_mid=`expr 2 '*' $ac_mid`
15653 fi
15654 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15655 done
15656 else
15657 echo "$as_me: failed program was:" >&5
15658 sed 's/^/| /' conftest.$ac_ext >&5
15659
15660 ac_lo= ac_hi=
15661 fi
15662 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15663 fi
15664 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15665 # Binary search between lo and hi bounds.
15666 while test "x$ac_lo" != "x$ac_hi"; do
15667 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15668 cat >conftest.$ac_ext <<_ACEOF
15669 /* confdefs.h. */
15670 _ACEOF
15671 cat confdefs.h >>conftest.$ac_ext
15672 cat >>conftest.$ac_ext <<_ACEOF
15673 /* end confdefs.h. */
15674 $ac_includes_default
15675 int
15676 main ()
15677 {
15678 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15679 test_array [0] = 0
15680
15681 ;
15682 return 0;
15683 }
15684 _ACEOF
15685 rm -f conftest.$ac_objext
15686 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15687 (eval $ac_compile) 2>conftest.er1
15688 ac_status=$?
15689 grep -v '^ *+' conftest.er1 >conftest.err
15690 rm -f conftest.er1
15691 cat conftest.err >&5
15692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15693 (exit $ac_status); } &&
15694 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15696 (eval $ac_try) 2>&5
15697 ac_status=$?
15698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15699 (exit $ac_status); }; } &&
15700 { ac_try='test -s conftest.$ac_objext'
15701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15702 (eval $ac_try) 2>&5
15703 ac_status=$?
15704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15705 (exit $ac_status); }; }; then
15706 ac_hi=$ac_mid
15707 else
15708 echo "$as_me: failed program was:" >&5
15709 sed 's/^/| /' conftest.$ac_ext >&5
15710
15711 ac_lo=`expr '(' $ac_mid ')' + 1`
15712 fi
15713 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15714 done
15715 case $ac_lo in
15716 ?*) ac_cv_sizeof_char=$ac_lo;;
15717 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
15718 See \`config.log' for more details." >&5
15719 echo "$as_me: error: cannot compute sizeof (char), 77
15720 See \`config.log' for more details." >&2;}
15721 { (exit 1); exit 1; }; } ;;
15722 esac
15723 else
15724 if test "$cross_compiling" = yes; then
15725 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
15726 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
15727 { (exit 1); exit 1; }; }
15728 else
15729 cat >conftest.$ac_ext <<_ACEOF
15730 /* confdefs.h. */
15731 _ACEOF
15732 cat confdefs.h >>conftest.$ac_ext
15733 cat >>conftest.$ac_ext <<_ACEOF
15734 /* end confdefs.h. */
15735 $ac_includes_default
15736 long longval () { return (long) (sizeof (char)); }
15737 unsigned long ulongval () { return (long) (sizeof (char)); }
15738 #include <stdio.h>
15739 #include <stdlib.h>
15740 int
15741 main ()
15742 {
15743
15744 FILE *f = fopen ("conftest.val", "w");
15745 if (! f)
15746 exit (1);
15747 if (((long) (sizeof (char))) < 0)
15748 {
15749 long i = longval ();
15750 if (i != ((long) (sizeof (char))))
15751 exit (1);
15752 fprintf (f, "%ld\n", i);
15753 }
15754 else
15755 {
15756 unsigned long i = ulongval ();
15757 if (i != ((long) (sizeof (char))))
15758 exit (1);
15759 fprintf (f, "%lu\n", i);
15760 }
15761 exit (ferror (f) || fclose (f) != 0);
15762
15763 ;
15764 return 0;
15765 }
15766 _ACEOF
15767 rm -f conftest$ac_exeext
15768 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15769 (eval $ac_link) 2>&5
15770 ac_status=$?
15771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15772 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15774 (eval $ac_try) 2>&5
15775 ac_status=$?
15776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15777 (exit $ac_status); }; }; then
15778 ac_cv_sizeof_char=`cat conftest.val`
15779 else
15780 echo "$as_me: program exited with status $ac_status" >&5
15781 echo "$as_me: failed program was:" >&5
15782 sed 's/^/| /' conftest.$ac_ext >&5
15783
15784 ( exit $ac_status )
15785 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
15786 See \`config.log' for more details." >&5
15787 echo "$as_me: error: cannot compute sizeof (char), 77
15788 See \`config.log' for more details." >&2;}
15789 { (exit 1); exit 1; }; }
15790 fi
15791 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15792 fi
15793 fi
15794 rm -f conftest.val
15795 else
15796 ac_cv_sizeof_char=0
15797 fi
15798 fi
15799 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
15800 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
15801 cat >>confdefs.h <<_ACEOF
15802 #define SIZEOF_CHAR $ac_cv_sizeof_char
15803 _ACEOF
15804
15805
15806 echo "$as_me:$LINENO: checking for short" >&5
15807 echo $ECHO_N "checking for short... $ECHO_C" >&6
15808 if test "${ac_cv_type_short+set}" = set; then
15809 echo $ECHO_N "(cached) $ECHO_C" >&6
15810 else
15811 cat >conftest.$ac_ext <<_ACEOF
15812 /* confdefs.h. */
15813 _ACEOF
15814 cat confdefs.h >>conftest.$ac_ext
15815 cat >>conftest.$ac_ext <<_ACEOF
15816 /* end confdefs.h. */
15817 $ac_includes_default
15818 int
15819 main ()
15820 {
15821 if ((short *) 0)
15822 return 0;
15823 if (sizeof (short))
15824 return 0;
15825 ;
15826 return 0;
15827 }
15828 _ACEOF
15829 rm -f conftest.$ac_objext
15830 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15831 (eval $ac_compile) 2>conftest.er1
15832 ac_status=$?
15833 grep -v '^ *+' conftest.er1 >conftest.err
15834 rm -f conftest.er1
15835 cat conftest.err >&5
15836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15837 (exit $ac_status); } &&
15838 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15840 (eval $ac_try) 2>&5
15841 ac_status=$?
15842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15843 (exit $ac_status); }; } &&
15844 { ac_try='test -s conftest.$ac_objext'
15845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15846 (eval $ac_try) 2>&5
15847 ac_status=$?
15848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15849 (exit $ac_status); }; }; then
15850 ac_cv_type_short=yes
15851 else
15852 echo "$as_me: failed program was:" >&5
15853 sed 's/^/| /' conftest.$ac_ext >&5
15854
15855 ac_cv_type_short=no
15856 fi
15857 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15858 fi
15859 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
15860 echo "${ECHO_T}$ac_cv_type_short" >&6
15861
15862 echo "$as_me:$LINENO: checking size of short" >&5
15863 echo $ECHO_N "checking size of short... $ECHO_C" >&6
15864 if test "${ac_cv_sizeof_short+set}" = set; then
15865 echo $ECHO_N "(cached) $ECHO_C" >&6
15866 else
15867 if test "$ac_cv_type_short" = yes; then
15868 # The cast to unsigned long works around a bug in the HP C Compiler
15869 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15870 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15871 # This bug is HP SR number 8606223364.
15872 if test "$cross_compiling" = yes; then
15873 # Depending upon the size, compute the lo and hi bounds.
15874 cat >conftest.$ac_ext <<_ACEOF
15875 /* confdefs.h. */
15876 _ACEOF
15877 cat confdefs.h >>conftest.$ac_ext
15878 cat >>conftest.$ac_ext <<_ACEOF
15879 /* end confdefs.h. */
15880 $ac_includes_default
15881 int
15882 main ()
15883 {
15884 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
15885 test_array [0] = 0
15886
15887 ;
15888 return 0;
15889 }
15890 _ACEOF
15891 rm -f conftest.$ac_objext
15892 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15893 (eval $ac_compile) 2>conftest.er1
15894 ac_status=$?
15895 grep -v '^ *+' conftest.er1 >conftest.err
15896 rm -f conftest.er1
15897 cat conftest.err >&5
15898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15899 (exit $ac_status); } &&
15900 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15902 (eval $ac_try) 2>&5
15903 ac_status=$?
15904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15905 (exit $ac_status); }; } &&
15906 { ac_try='test -s conftest.$ac_objext'
15907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15908 (eval $ac_try) 2>&5
15909 ac_status=$?
15910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15911 (exit $ac_status); }; }; then
15912 ac_lo=0 ac_mid=0
15913 while :; do
15914 cat >conftest.$ac_ext <<_ACEOF
15915 /* confdefs.h. */
15916 _ACEOF
15917 cat confdefs.h >>conftest.$ac_ext
15918 cat >>conftest.$ac_ext <<_ACEOF
15919 /* end confdefs.h. */
15920 $ac_includes_default
15921 int
15922 main ()
15923 {
15924 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
15925 test_array [0] = 0
15926
15927 ;
15928 return 0;
15929 }
15930 _ACEOF
15931 rm -f conftest.$ac_objext
15932 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15933 (eval $ac_compile) 2>conftest.er1
15934 ac_status=$?
15935 grep -v '^ *+' conftest.er1 >conftest.err
15936 rm -f conftest.er1
15937 cat conftest.err >&5
15938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15939 (exit $ac_status); } &&
15940 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15942 (eval $ac_try) 2>&5
15943 ac_status=$?
15944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15945 (exit $ac_status); }; } &&
15946 { ac_try='test -s conftest.$ac_objext'
15947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15948 (eval $ac_try) 2>&5
15949 ac_status=$?
15950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15951 (exit $ac_status); }; }; then
15952 ac_hi=$ac_mid; break
15953 else
15954 echo "$as_me: failed program was:" >&5
15955 sed 's/^/| /' conftest.$ac_ext >&5
15956
15957 ac_lo=`expr $ac_mid + 1`
15958 if test $ac_lo -le $ac_mid; then
15959 ac_lo= ac_hi=
15960 break
15961 fi
15962 ac_mid=`expr 2 '*' $ac_mid + 1`
15963 fi
15964 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15965 done
15966 else
15967 echo "$as_me: failed program was:" >&5
15968 sed 's/^/| /' conftest.$ac_ext >&5
15969
15970 cat >conftest.$ac_ext <<_ACEOF
15971 /* confdefs.h. */
15972 _ACEOF
15973 cat confdefs.h >>conftest.$ac_ext
15974 cat >>conftest.$ac_ext <<_ACEOF
15975 /* end confdefs.h. */
15976 $ac_includes_default
15977 int
15978 main ()
15979 {
15980 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
15981 test_array [0] = 0
15982
15983 ;
15984 return 0;
15985 }
15986 _ACEOF
15987 rm -f conftest.$ac_objext
15988 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15989 (eval $ac_compile) 2>conftest.er1
15990 ac_status=$?
15991 grep -v '^ *+' conftest.er1 >conftest.err
15992 rm -f conftest.er1
15993 cat conftest.err >&5
15994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15995 (exit $ac_status); } &&
15996 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15998 (eval $ac_try) 2>&5
15999 ac_status=$?
16000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16001 (exit $ac_status); }; } &&
16002 { ac_try='test -s conftest.$ac_objext'
16003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16004 (eval $ac_try) 2>&5
16005 ac_status=$?
16006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16007 (exit $ac_status); }; }; then
16008 ac_hi=-1 ac_mid=-1
16009 while :; do
16010 cat >conftest.$ac_ext <<_ACEOF
16011 /* confdefs.h. */
16012 _ACEOF
16013 cat confdefs.h >>conftest.$ac_ext
16014 cat >>conftest.$ac_ext <<_ACEOF
16015 /* end confdefs.h. */
16016 $ac_includes_default
16017 int
16018 main ()
16019 {
16020 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
16021 test_array [0] = 0
16022
16023 ;
16024 return 0;
16025 }
16026 _ACEOF
16027 rm -f conftest.$ac_objext
16028 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16029 (eval $ac_compile) 2>conftest.er1
16030 ac_status=$?
16031 grep -v '^ *+' conftest.er1 >conftest.err
16032 rm -f conftest.er1
16033 cat conftest.err >&5
16034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16035 (exit $ac_status); } &&
16036 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16038 (eval $ac_try) 2>&5
16039 ac_status=$?
16040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16041 (exit $ac_status); }; } &&
16042 { ac_try='test -s conftest.$ac_objext'
16043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16044 (eval $ac_try) 2>&5
16045 ac_status=$?
16046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16047 (exit $ac_status); }; }; then
16048 ac_lo=$ac_mid; break
16049 else
16050 echo "$as_me: failed program was:" >&5
16051 sed 's/^/| /' conftest.$ac_ext >&5
16052
16053 ac_hi=`expr '(' $ac_mid ')' - 1`
16054 if test $ac_mid -le $ac_hi; then
16055 ac_lo= ac_hi=
16056 break
16057 fi
16058 ac_mid=`expr 2 '*' $ac_mid`
16059 fi
16060 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16061 done
16062 else
16063 echo "$as_me: failed program was:" >&5
16064 sed 's/^/| /' conftest.$ac_ext >&5
16065
16066 ac_lo= ac_hi=
16067 fi
16068 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16069 fi
16070 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16071 # Binary search between lo and hi bounds.
16072 while test "x$ac_lo" != "x$ac_hi"; do
16073 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16074 cat >conftest.$ac_ext <<_ACEOF
16075 /* confdefs.h. */
16076 _ACEOF
16077 cat confdefs.h >>conftest.$ac_ext
16078 cat >>conftest.$ac_ext <<_ACEOF
16079 /* end confdefs.h. */
16080 $ac_includes_default
16081 int
16082 main ()
16083 {
16084 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
16085 test_array [0] = 0
16086
16087 ;
16088 return 0;
16089 }
16090 _ACEOF
16091 rm -f conftest.$ac_objext
16092 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16093 (eval $ac_compile) 2>conftest.er1
16094 ac_status=$?
16095 grep -v '^ *+' conftest.er1 >conftest.err
16096 rm -f conftest.er1
16097 cat conftest.err >&5
16098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16099 (exit $ac_status); } &&
16100 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16102 (eval $ac_try) 2>&5
16103 ac_status=$?
16104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16105 (exit $ac_status); }; } &&
16106 { ac_try='test -s conftest.$ac_objext'
16107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16108 (eval $ac_try) 2>&5
16109 ac_status=$?
16110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16111 (exit $ac_status); }; }; then
16112 ac_hi=$ac_mid
16113 else
16114 echo "$as_me: failed program was:" >&5
16115 sed 's/^/| /' conftest.$ac_ext >&5
16116
16117 ac_lo=`expr '(' $ac_mid ')' + 1`
16118 fi
16119 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16120 done
16121 case $ac_lo in
16122 ?*) ac_cv_sizeof_short=$ac_lo;;
16123 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16124 See \`config.log' for more details." >&5
16125 echo "$as_me: error: cannot compute sizeof (short), 77
16126 See \`config.log' for more details." >&2;}
16127 { (exit 1); exit 1; }; } ;;
16128 esac
16129 else
16130 if test "$cross_compiling" = yes; then
16131 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16132 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
16133 { (exit 1); exit 1; }; }
16134 else
16135 cat >conftest.$ac_ext <<_ACEOF
16136 /* confdefs.h. */
16137 _ACEOF
16138 cat confdefs.h >>conftest.$ac_ext
16139 cat >>conftest.$ac_ext <<_ACEOF
16140 /* end confdefs.h. */
16141 $ac_includes_default
16142 long longval () { return (long) (sizeof (short)); }
16143 unsigned long ulongval () { return (long) (sizeof (short)); }
16144 #include <stdio.h>
16145 #include <stdlib.h>
16146 int
16147 main ()
16148 {
16149
16150 FILE *f = fopen ("conftest.val", "w");
16151 if (! f)
16152 exit (1);
16153 if (((long) (sizeof (short))) < 0)
16154 {
16155 long i = longval ();
16156 if (i != ((long) (sizeof (short))))
16157 exit (1);
16158 fprintf (f, "%ld\n", i);
16159 }
16160 else
16161 {
16162 unsigned long i = ulongval ();
16163 if (i != ((long) (sizeof (short))))
16164 exit (1);
16165 fprintf (f, "%lu\n", i);
16166 }
16167 exit (ferror (f) || fclose (f) != 0);
16168
16169 ;
16170 return 0;
16171 }
16172 _ACEOF
16173 rm -f conftest$ac_exeext
16174 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16175 (eval $ac_link) 2>&5
16176 ac_status=$?
16177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16178 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16180 (eval $ac_try) 2>&5
16181 ac_status=$?
16182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16183 (exit $ac_status); }; }; then
16184 ac_cv_sizeof_short=`cat conftest.val`
16185 else
16186 echo "$as_me: program exited with status $ac_status" >&5
16187 echo "$as_me: failed program was:" >&5
16188 sed 's/^/| /' conftest.$ac_ext >&5
16189
16190 ( exit $ac_status )
16191 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16192 See \`config.log' for more details." >&5
16193 echo "$as_me: error: cannot compute sizeof (short), 77
16194 See \`config.log' for more details." >&2;}
16195 { (exit 1); exit 1; }; }
16196 fi
16197 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16198 fi
16199 fi
16200 rm -f conftest.val
16201 else
16202 ac_cv_sizeof_short=0
16203 fi
16204 fi
16205 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
16206 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
16207 cat >>confdefs.h <<_ACEOF
16208 #define SIZEOF_SHORT $ac_cv_sizeof_short
16209 _ACEOF
16210
16211
16212 echo "$as_me:$LINENO: checking for void *" >&5
16213 echo $ECHO_N "checking for void *... $ECHO_C" >&6
16214 if test "${ac_cv_type_void_p+set}" = set; then
16215 echo $ECHO_N "(cached) $ECHO_C" >&6
16216 else
16217 cat >conftest.$ac_ext <<_ACEOF
16218 /* confdefs.h. */
16219 _ACEOF
16220 cat confdefs.h >>conftest.$ac_ext
16221 cat >>conftest.$ac_ext <<_ACEOF
16222 /* end confdefs.h. */
16223 $ac_includes_default
16224 int
16225 main ()
16226 {
16227 if ((void * *) 0)
16228 return 0;
16229 if (sizeof (void *))
16230 return 0;
16231 ;
16232 return 0;
16233 }
16234 _ACEOF
16235 rm -f conftest.$ac_objext
16236 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16237 (eval $ac_compile) 2>conftest.er1
16238 ac_status=$?
16239 grep -v '^ *+' conftest.er1 >conftest.err
16240 rm -f conftest.er1
16241 cat conftest.err >&5
16242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16243 (exit $ac_status); } &&
16244 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16246 (eval $ac_try) 2>&5
16247 ac_status=$?
16248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16249 (exit $ac_status); }; } &&
16250 { ac_try='test -s conftest.$ac_objext'
16251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16252 (eval $ac_try) 2>&5
16253 ac_status=$?
16254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16255 (exit $ac_status); }; }; then
16256 ac_cv_type_void_p=yes
16257 else
16258 echo "$as_me: failed program was:" >&5
16259 sed 's/^/| /' conftest.$ac_ext >&5
16260
16261 ac_cv_type_void_p=no
16262 fi
16263 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16264 fi
16265 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
16266 echo "${ECHO_T}$ac_cv_type_void_p" >&6
16267
16268 echo "$as_me:$LINENO: checking size of void *" >&5
16269 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
16270 if test "${ac_cv_sizeof_void_p+set}" = set; then
16271 echo $ECHO_N "(cached) $ECHO_C" >&6
16272 else
16273 if test "$ac_cv_type_void_p" = yes; then
16274 # The cast to unsigned long works around a bug in the HP C Compiler
16275 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16276 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16277 # This bug is HP SR number 8606223364.
16278 if test "$cross_compiling" = yes; then
16279 # Depending upon the size, compute the lo and hi bounds.
16280 cat >conftest.$ac_ext <<_ACEOF
16281 /* confdefs.h. */
16282 _ACEOF
16283 cat confdefs.h >>conftest.$ac_ext
16284 cat >>conftest.$ac_ext <<_ACEOF
16285 /* end confdefs.h. */
16286 $ac_includes_default
16287 int
16288 main ()
16289 {
16290 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
16291 test_array [0] = 0
16292
16293 ;
16294 return 0;
16295 }
16296 _ACEOF
16297 rm -f conftest.$ac_objext
16298 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16299 (eval $ac_compile) 2>conftest.er1
16300 ac_status=$?
16301 grep -v '^ *+' conftest.er1 >conftest.err
16302 rm -f conftest.er1
16303 cat conftest.err >&5
16304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16305 (exit $ac_status); } &&
16306 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16308 (eval $ac_try) 2>&5
16309 ac_status=$?
16310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16311 (exit $ac_status); }; } &&
16312 { ac_try='test -s conftest.$ac_objext'
16313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16314 (eval $ac_try) 2>&5
16315 ac_status=$?
16316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16317 (exit $ac_status); }; }; then
16318 ac_lo=0 ac_mid=0
16319 while :; do
16320 cat >conftest.$ac_ext <<_ACEOF
16321 /* confdefs.h. */
16322 _ACEOF
16323 cat confdefs.h >>conftest.$ac_ext
16324 cat >>conftest.$ac_ext <<_ACEOF
16325 /* end confdefs.h. */
16326 $ac_includes_default
16327 int
16328 main ()
16329 {
16330 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16331 test_array [0] = 0
16332
16333 ;
16334 return 0;
16335 }
16336 _ACEOF
16337 rm -f conftest.$ac_objext
16338 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16339 (eval $ac_compile) 2>conftest.er1
16340 ac_status=$?
16341 grep -v '^ *+' conftest.er1 >conftest.err
16342 rm -f conftest.er1
16343 cat conftest.err >&5
16344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16345 (exit $ac_status); } &&
16346 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16348 (eval $ac_try) 2>&5
16349 ac_status=$?
16350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16351 (exit $ac_status); }; } &&
16352 { ac_try='test -s conftest.$ac_objext'
16353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16354 (eval $ac_try) 2>&5
16355 ac_status=$?
16356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16357 (exit $ac_status); }; }; then
16358 ac_hi=$ac_mid; break
16359 else
16360 echo "$as_me: failed program was:" >&5
16361 sed 's/^/| /' conftest.$ac_ext >&5
16362
16363 ac_lo=`expr $ac_mid + 1`
16364 if test $ac_lo -le $ac_mid; then
16365 ac_lo= ac_hi=
16366 break
16367 fi
16368 ac_mid=`expr 2 '*' $ac_mid + 1`
16369 fi
16370 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16371 done
16372 else
16373 echo "$as_me: failed program was:" >&5
16374 sed 's/^/| /' conftest.$ac_ext >&5
16375
16376 cat >conftest.$ac_ext <<_ACEOF
16377 /* confdefs.h. */
16378 _ACEOF
16379 cat confdefs.h >>conftest.$ac_ext
16380 cat >>conftest.$ac_ext <<_ACEOF
16381 /* end confdefs.h. */
16382 $ac_includes_default
16383 int
16384 main ()
16385 {
16386 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
16387 test_array [0] = 0
16388
16389 ;
16390 return 0;
16391 }
16392 _ACEOF
16393 rm -f conftest.$ac_objext
16394 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16395 (eval $ac_compile) 2>conftest.er1
16396 ac_status=$?
16397 grep -v '^ *+' conftest.er1 >conftest.err
16398 rm -f conftest.er1
16399 cat conftest.err >&5
16400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16401 (exit $ac_status); } &&
16402 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
16408 { ac_try='test -s conftest.$ac_objext'
16409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16410 (eval $ac_try) 2>&5
16411 ac_status=$?
16412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16413 (exit $ac_status); }; }; then
16414 ac_hi=-1 ac_mid=-1
16415 while :; do
16416 cat >conftest.$ac_ext <<_ACEOF
16417 /* confdefs.h. */
16418 _ACEOF
16419 cat confdefs.h >>conftest.$ac_ext
16420 cat >>conftest.$ac_ext <<_ACEOF
16421 /* end confdefs.h. */
16422 $ac_includes_default
16423 int
16424 main ()
16425 {
16426 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
16427 test_array [0] = 0
16428
16429 ;
16430 return 0;
16431 }
16432 _ACEOF
16433 rm -f conftest.$ac_objext
16434 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16435 (eval $ac_compile) 2>conftest.er1
16436 ac_status=$?
16437 grep -v '^ *+' conftest.er1 >conftest.err
16438 rm -f conftest.er1
16439 cat conftest.err >&5
16440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16441 (exit $ac_status); } &&
16442 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16444 (eval $ac_try) 2>&5
16445 ac_status=$?
16446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16447 (exit $ac_status); }; } &&
16448 { ac_try='test -s conftest.$ac_objext'
16449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16450 (eval $ac_try) 2>&5
16451 ac_status=$?
16452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16453 (exit $ac_status); }; }; then
16454 ac_lo=$ac_mid; break
16455 else
16456 echo "$as_me: failed program was:" >&5
16457 sed 's/^/| /' conftest.$ac_ext >&5
16458
16459 ac_hi=`expr '(' $ac_mid ')' - 1`
16460 if test $ac_mid -le $ac_hi; then
16461 ac_lo= ac_hi=
16462 break
16463 fi
16464 ac_mid=`expr 2 '*' $ac_mid`
16465 fi
16466 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16467 done
16468 else
16469 echo "$as_me: failed program was:" >&5
16470 sed 's/^/| /' conftest.$ac_ext >&5
16471
16472 ac_lo= ac_hi=
16473 fi
16474 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16475 fi
16476 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16477 # Binary search between lo and hi bounds.
16478 while test "x$ac_lo" != "x$ac_hi"; do
16479 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16480 cat >conftest.$ac_ext <<_ACEOF
16481 /* confdefs.h. */
16482 _ACEOF
16483 cat confdefs.h >>conftest.$ac_ext
16484 cat >>conftest.$ac_ext <<_ACEOF
16485 /* end confdefs.h. */
16486 $ac_includes_default
16487 int
16488 main ()
16489 {
16490 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16491 test_array [0] = 0
16492
16493 ;
16494 return 0;
16495 }
16496 _ACEOF
16497 rm -f conftest.$ac_objext
16498 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16499 (eval $ac_compile) 2>conftest.er1
16500 ac_status=$?
16501 grep -v '^ *+' conftest.er1 >conftest.err
16502 rm -f conftest.er1
16503 cat conftest.err >&5
16504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16505 (exit $ac_status); } &&
16506 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16508 (eval $ac_try) 2>&5
16509 ac_status=$?
16510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16511 (exit $ac_status); }; } &&
16512 { ac_try='test -s conftest.$ac_objext'
16513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16514 (eval $ac_try) 2>&5
16515 ac_status=$?
16516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16517 (exit $ac_status); }; }; then
16518 ac_hi=$ac_mid
16519 else
16520 echo "$as_me: failed program was:" >&5
16521 sed 's/^/| /' conftest.$ac_ext >&5
16522
16523 ac_lo=`expr '(' $ac_mid ')' + 1`
16524 fi
16525 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16526 done
16527 case $ac_lo in
16528 ?*) ac_cv_sizeof_void_p=$ac_lo;;
16529 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16530 See \`config.log' for more details." >&5
16531 echo "$as_me: error: cannot compute sizeof (void *), 77
16532 See \`config.log' for more details." >&2;}
16533 { (exit 1); exit 1; }; } ;;
16534 esac
16535 else
16536 if test "$cross_compiling" = yes; then
16537 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16538 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
16539 { (exit 1); exit 1; }; }
16540 else
16541 cat >conftest.$ac_ext <<_ACEOF
16542 /* confdefs.h. */
16543 _ACEOF
16544 cat confdefs.h >>conftest.$ac_ext
16545 cat >>conftest.$ac_ext <<_ACEOF
16546 /* end confdefs.h. */
16547 $ac_includes_default
16548 long longval () { return (long) (sizeof (void *)); }
16549 unsigned long ulongval () { return (long) (sizeof (void *)); }
16550 #include <stdio.h>
16551 #include <stdlib.h>
16552 int
16553 main ()
16554 {
16555
16556 FILE *f = fopen ("conftest.val", "w");
16557 if (! f)
16558 exit (1);
16559 if (((long) (sizeof (void *))) < 0)
16560 {
16561 long i = longval ();
16562 if (i != ((long) (sizeof (void *))))
16563 exit (1);
16564 fprintf (f, "%ld\n", i);
16565 }
16566 else
16567 {
16568 unsigned long i = ulongval ();
16569 if (i != ((long) (sizeof (void *))))
16570 exit (1);
16571 fprintf (f, "%lu\n", i);
16572 }
16573 exit (ferror (f) || fclose (f) != 0);
16574
16575 ;
16576 return 0;
16577 }
16578 _ACEOF
16579 rm -f conftest$ac_exeext
16580 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16581 (eval $ac_link) 2>&5
16582 ac_status=$?
16583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16584 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16586 (eval $ac_try) 2>&5
16587 ac_status=$?
16588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16589 (exit $ac_status); }; }; then
16590 ac_cv_sizeof_void_p=`cat conftest.val`
16591 else
16592 echo "$as_me: program exited with status $ac_status" >&5
16593 echo "$as_me: failed program was:" >&5
16594 sed 's/^/| /' conftest.$ac_ext >&5
16595
16596 ( exit $ac_status )
16597 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16598 See \`config.log' for more details." >&5
16599 echo "$as_me: error: cannot compute sizeof (void *), 77
16600 See \`config.log' for more details." >&2;}
16601 { (exit 1); exit 1; }; }
16602 fi
16603 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16604 fi
16605 fi
16606 rm -f conftest.val
16607 else
16608 ac_cv_sizeof_void_p=0
16609 fi
16610 fi
16611 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
16612 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
16613 cat >>confdefs.h <<_ACEOF
16614 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
16615 _ACEOF
16616
16617
16618 echo "$as_me:$LINENO: checking for int" >&5
16619 echo $ECHO_N "checking for int... $ECHO_C" >&6
16620 if test "${ac_cv_type_int+set}" = set; then
16621 echo $ECHO_N "(cached) $ECHO_C" >&6
16622 else
16623 cat >conftest.$ac_ext <<_ACEOF
16624 /* confdefs.h. */
16625 _ACEOF
16626 cat confdefs.h >>conftest.$ac_ext
16627 cat >>conftest.$ac_ext <<_ACEOF
16628 /* end confdefs.h. */
16629 $ac_includes_default
16630 int
16631 main ()
16632 {
16633 if ((int *) 0)
16634 return 0;
16635 if (sizeof (int))
16636 return 0;
16637 ;
16638 return 0;
16639 }
16640 _ACEOF
16641 rm -f conftest.$ac_objext
16642 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16643 (eval $ac_compile) 2>conftest.er1
16644 ac_status=$?
16645 grep -v '^ *+' conftest.er1 >conftest.err
16646 rm -f conftest.er1
16647 cat conftest.err >&5
16648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16649 (exit $ac_status); } &&
16650 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16652 (eval $ac_try) 2>&5
16653 ac_status=$?
16654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16655 (exit $ac_status); }; } &&
16656 { ac_try='test -s conftest.$ac_objext'
16657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16658 (eval $ac_try) 2>&5
16659 ac_status=$?
16660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16661 (exit $ac_status); }; }; then
16662 ac_cv_type_int=yes
16663 else
16664 echo "$as_me: failed program was:" >&5
16665 sed 's/^/| /' conftest.$ac_ext >&5
16666
16667 ac_cv_type_int=no
16668 fi
16669 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16670 fi
16671 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
16672 echo "${ECHO_T}$ac_cv_type_int" >&6
16673
16674 echo "$as_me:$LINENO: checking size of int" >&5
16675 echo $ECHO_N "checking size of int... $ECHO_C" >&6
16676 if test "${ac_cv_sizeof_int+set}" = set; then
16677 echo $ECHO_N "(cached) $ECHO_C" >&6
16678 else
16679 if test "$ac_cv_type_int" = yes; then
16680 # The cast to unsigned long works around a bug in the HP C Compiler
16681 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16682 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16683 # This bug is HP SR number 8606223364.
16684 if test "$cross_compiling" = yes; then
16685 # Depending upon the size, compute the lo and hi bounds.
16686 cat >conftest.$ac_ext <<_ACEOF
16687 /* confdefs.h. */
16688 _ACEOF
16689 cat confdefs.h >>conftest.$ac_ext
16690 cat >>conftest.$ac_ext <<_ACEOF
16691 /* end confdefs.h. */
16692 $ac_includes_default
16693 int
16694 main ()
16695 {
16696 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
16697 test_array [0] = 0
16698
16699 ;
16700 return 0;
16701 }
16702 _ACEOF
16703 rm -f conftest.$ac_objext
16704 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16705 (eval $ac_compile) 2>conftest.er1
16706 ac_status=$?
16707 grep -v '^ *+' conftest.er1 >conftest.err
16708 rm -f conftest.er1
16709 cat conftest.err >&5
16710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16711 (exit $ac_status); } &&
16712 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16714 (eval $ac_try) 2>&5
16715 ac_status=$?
16716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16717 (exit $ac_status); }; } &&
16718 { ac_try='test -s conftest.$ac_objext'
16719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16720 (eval $ac_try) 2>&5
16721 ac_status=$?
16722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16723 (exit $ac_status); }; }; then
16724 ac_lo=0 ac_mid=0
16725 while :; do
16726 cat >conftest.$ac_ext <<_ACEOF
16727 /* confdefs.h. */
16728 _ACEOF
16729 cat confdefs.h >>conftest.$ac_ext
16730 cat >>conftest.$ac_ext <<_ACEOF
16731 /* end confdefs.h. */
16732 $ac_includes_default
16733 int
16734 main ()
16735 {
16736 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
16737 test_array [0] = 0
16738
16739 ;
16740 return 0;
16741 }
16742 _ACEOF
16743 rm -f conftest.$ac_objext
16744 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16745 (eval $ac_compile) 2>conftest.er1
16746 ac_status=$?
16747 grep -v '^ *+' conftest.er1 >conftest.err
16748 rm -f conftest.er1
16749 cat conftest.err >&5
16750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16751 (exit $ac_status); } &&
16752 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16754 (eval $ac_try) 2>&5
16755 ac_status=$?
16756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16757 (exit $ac_status); }; } &&
16758 { ac_try='test -s conftest.$ac_objext'
16759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16760 (eval $ac_try) 2>&5
16761 ac_status=$?
16762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16763 (exit $ac_status); }; }; then
16764 ac_hi=$ac_mid; break
16765 else
16766 echo "$as_me: failed program was:" >&5
16767 sed 's/^/| /' conftest.$ac_ext >&5
16768
16769 ac_lo=`expr $ac_mid + 1`
16770 if test $ac_lo -le $ac_mid; then
16771 ac_lo= ac_hi=
16772 break
16773 fi
16774 ac_mid=`expr 2 '*' $ac_mid + 1`
16775 fi
16776 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16777 done
16778 else
16779 echo "$as_me: failed program was:" >&5
16780 sed 's/^/| /' conftest.$ac_ext >&5
16781
16782 cat >conftest.$ac_ext <<_ACEOF
16783 /* confdefs.h. */
16784 _ACEOF
16785 cat confdefs.h >>conftest.$ac_ext
16786 cat >>conftest.$ac_ext <<_ACEOF
16787 /* end confdefs.h. */
16788 $ac_includes_default
16789 int
16790 main ()
16791 {
16792 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
16793 test_array [0] = 0
16794
16795 ;
16796 return 0;
16797 }
16798 _ACEOF
16799 rm -f conftest.$ac_objext
16800 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16801 (eval $ac_compile) 2>conftest.er1
16802 ac_status=$?
16803 grep -v '^ *+' conftest.er1 >conftest.err
16804 rm -f conftest.er1
16805 cat conftest.err >&5
16806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16807 (exit $ac_status); } &&
16808 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16810 (eval $ac_try) 2>&5
16811 ac_status=$?
16812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16813 (exit $ac_status); }; } &&
16814 { ac_try='test -s conftest.$ac_objext'
16815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16816 (eval $ac_try) 2>&5
16817 ac_status=$?
16818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16819 (exit $ac_status); }; }; then
16820 ac_hi=-1 ac_mid=-1
16821 while :; do
16822 cat >conftest.$ac_ext <<_ACEOF
16823 /* confdefs.h. */
16824 _ACEOF
16825 cat confdefs.h >>conftest.$ac_ext
16826 cat >>conftest.$ac_ext <<_ACEOF
16827 /* end confdefs.h. */
16828 $ac_includes_default
16829 int
16830 main ()
16831 {
16832 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
16833 test_array [0] = 0
16834
16835 ;
16836 return 0;
16837 }
16838 _ACEOF
16839 rm -f conftest.$ac_objext
16840 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16841 (eval $ac_compile) 2>conftest.er1
16842 ac_status=$?
16843 grep -v '^ *+' conftest.er1 >conftest.err
16844 rm -f conftest.er1
16845 cat conftest.err >&5
16846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16847 (exit $ac_status); } &&
16848 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16850 (eval $ac_try) 2>&5
16851 ac_status=$?
16852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16853 (exit $ac_status); }; } &&
16854 { ac_try='test -s conftest.$ac_objext'
16855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16856 (eval $ac_try) 2>&5
16857 ac_status=$?
16858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16859 (exit $ac_status); }; }; then
16860 ac_lo=$ac_mid; break
16861 else
16862 echo "$as_me: failed program was:" >&5
16863 sed 's/^/| /' conftest.$ac_ext >&5
16864
16865 ac_hi=`expr '(' $ac_mid ')' - 1`
16866 if test $ac_mid -le $ac_hi; then
16867 ac_lo= ac_hi=
16868 break
16869 fi
16870 ac_mid=`expr 2 '*' $ac_mid`
16871 fi
16872 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16873 done
16874 else
16875 echo "$as_me: failed program was:" >&5
16876 sed 's/^/| /' conftest.$ac_ext >&5
16877
16878 ac_lo= ac_hi=
16879 fi
16880 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16881 fi
16882 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16883 # Binary search between lo and hi bounds.
16884 while test "x$ac_lo" != "x$ac_hi"; do
16885 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16886 cat >conftest.$ac_ext <<_ACEOF
16887 /* confdefs.h. */
16888 _ACEOF
16889 cat confdefs.h >>conftest.$ac_ext
16890 cat >>conftest.$ac_ext <<_ACEOF
16891 /* end confdefs.h. */
16892 $ac_includes_default
16893 int
16894 main ()
16895 {
16896 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
16897 test_array [0] = 0
16898
16899 ;
16900 return 0;
16901 }
16902 _ACEOF
16903 rm -f conftest.$ac_objext
16904 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16905 (eval $ac_compile) 2>conftest.er1
16906 ac_status=$?
16907 grep -v '^ *+' conftest.er1 >conftest.err
16908 rm -f conftest.er1
16909 cat conftest.err >&5
16910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16911 (exit $ac_status); } &&
16912 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16914 (eval $ac_try) 2>&5
16915 ac_status=$?
16916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16917 (exit $ac_status); }; } &&
16918 { ac_try='test -s conftest.$ac_objext'
16919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16920 (eval $ac_try) 2>&5
16921 ac_status=$?
16922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16923 (exit $ac_status); }; }; then
16924 ac_hi=$ac_mid
16925 else
16926 echo "$as_me: failed program was:" >&5
16927 sed 's/^/| /' conftest.$ac_ext >&5
16928
16929 ac_lo=`expr '(' $ac_mid ')' + 1`
16930 fi
16931 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16932 done
16933 case $ac_lo in
16934 ?*) ac_cv_sizeof_int=$ac_lo;;
16935 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
16936 See \`config.log' for more details." >&5
16937 echo "$as_me: error: cannot compute sizeof (int), 77
16938 See \`config.log' for more details." >&2;}
16939 { (exit 1); exit 1; }; } ;;
16940 esac
16941 else
16942 if test "$cross_compiling" = yes; then
16943 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16944 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
16945 { (exit 1); exit 1; }; }
16946 else
16947 cat >conftest.$ac_ext <<_ACEOF
16948 /* confdefs.h. */
16949 _ACEOF
16950 cat confdefs.h >>conftest.$ac_ext
16951 cat >>conftest.$ac_ext <<_ACEOF
16952 /* end confdefs.h. */
16953 $ac_includes_default
16954 long longval () { return (long) (sizeof (int)); }
16955 unsigned long ulongval () { return (long) (sizeof (int)); }
16956 #include <stdio.h>
16957 #include <stdlib.h>
16958 int
16959 main ()
16960 {
16961
16962 FILE *f = fopen ("conftest.val", "w");
16963 if (! f)
16964 exit (1);
16965 if (((long) (sizeof (int))) < 0)
16966 {
16967 long i = longval ();
16968 if (i != ((long) (sizeof (int))))
16969 exit (1);
16970 fprintf (f, "%ld\n", i);
16971 }
16972 else
16973 {
16974 unsigned long i = ulongval ();
16975 if (i != ((long) (sizeof (int))))
16976 exit (1);
16977 fprintf (f, "%lu\n", i);
16978 }
16979 exit (ferror (f) || fclose (f) != 0);
16980
16981 ;
16982 return 0;
16983 }
16984 _ACEOF
16985 rm -f conftest$ac_exeext
16986 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16987 (eval $ac_link) 2>&5
16988 ac_status=$?
16989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16990 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16992 (eval $ac_try) 2>&5
16993 ac_status=$?
16994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16995 (exit $ac_status); }; }; then
16996 ac_cv_sizeof_int=`cat conftest.val`
16997 else
16998 echo "$as_me: program exited with status $ac_status" >&5
16999 echo "$as_me: failed program was:" >&5
17000 sed 's/^/| /' conftest.$ac_ext >&5
17001
17002 ( exit $ac_status )
17003 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17004 See \`config.log' for more details." >&5
17005 echo "$as_me: error: cannot compute sizeof (int), 77
17006 See \`config.log' for more details." >&2;}
17007 { (exit 1); exit 1; }; }
17008 fi
17009 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17010 fi
17011 fi
17012 rm -f conftest.val
17013 else
17014 ac_cv_sizeof_int=0
17015 fi
17016 fi
17017 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
17018 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
17019 cat >>confdefs.h <<_ACEOF
17020 #define SIZEOF_INT $ac_cv_sizeof_int
17021 _ACEOF
17022
17023
17024 echo "$as_me:$LINENO: checking for long" >&5
17025 echo $ECHO_N "checking for long... $ECHO_C" >&6
17026 if test "${ac_cv_type_long+set}" = set; then
17027 echo $ECHO_N "(cached) $ECHO_C" >&6
17028 else
17029 cat >conftest.$ac_ext <<_ACEOF
17030 /* confdefs.h. */
17031 _ACEOF
17032 cat confdefs.h >>conftest.$ac_ext
17033 cat >>conftest.$ac_ext <<_ACEOF
17034 /* end confdefs.h. */
17035 $ac_includes_default
17036 int
17037 main ()
17038 {
17039 if ((long *) 0)
17040 return 0;
17041 if (sizeof (long))
17042 return 0;
17043 ;
17044 return 0;
17045 }
17046 _ACEOF
17047 rm -f conftest.$ac_objext
17048 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17049 (eval $ac_compile) 2>conftest.er1
17050 ac_status=$?
17051 grep -v '^ *+' conftest.er1 >conftest.err
17052 rm -f conftest.er1
17053 cat conftest.err >&5
17054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17055 (exit $ac_status); } &&
17056 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17058 (eval $ac_try) 2>&5
17059 ac_status=$?
17060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17061 (exit $ac_status); }; } &&
17062 { ac_try='test -s conftest.$ac_objext'
17063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17064 (eval $ac_try) 2>&5
17065 ac_status=$?
17066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17067 (exit $ac_status); }; }; then
17068 ac_cv_type_long=yes
17069 else
17070 echo "$as_me: failed program was:" >&5
17071 sed 's/^/| /' conftest.$ac_ext >&5
17072
17073 ac_cv_type_long=no
17074 fi
17075 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17076 fi
17077 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
17078 echo "${ECHO_T}$ac_cv_type_long" >&6
17079
17080 echo "$as_me:$LINENO: checking size of long" >&5
17081 echo $ECHO_N "checking size of long... $ECHO_C" >&6
17082 if test "${ac_cv_sizeof_long+set}" = set; then
17083 echo $ECHO_N "(cached) $ECHO_C" >&6
17084 else
17085 if test "$ac_cv_type_long" = yes; then
17086 # The cast to unsigned long works around a bug in the HP C Compiler
17087 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17088 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17089 # This bug is HP SR number 8606223364.
17090 if test "$cross_compiling" = yes; then
17091 # Depending upon the size, compute the lo and hi bounds.
17092 cat >conftest.$ac_ext <<_ACEOF
17093 /* confdefs.h. */
17094 _ACEOF
17095 cat confdefs.h >>conftest.$ac_ext
17096 cat >>conftest.$ac_ext <<_ACEOF
17097 /* end confdefs.h. */
17098 $ac_includes_default
17099 int
17100 main ()
17101 {
17102 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
17103 test_array [0] = 0
17104
17105 ;
17106 return 0;
17107 }
17108 _ACEOF
17109 rm -f conftest.$ac_objext
17110 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17111 (eval $ac_compile) 2>conftest.er1
17112 ac_status=$?
17113 grep -v '^ *+' conftest.er1 >conftest.err
17114 rm -f conftest.er1
17115 cat conftest.err >&5
17116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17117 (exit $ac_status); } &&
17118 { ac_try='test -z "$ac_c_werror_flag" || 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_lo=0 ac_mid=0
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 (long))) <= $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" || test ! -s conftest.err'
17159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17160 (eval $ac_try) 2>&5
17161 ac_status=$?
17162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17163 (exit $ac_status); }; } &&
17164 { ac_try='test -s conftest.$ac_objext'
17165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17166 (eval $ac_try) 2>&5
17167 ac_status=$?
17168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17169 (exit $ac_status); }; }; then
17170 ac_hi=$ac_mid; break
17171 else
17172 echo "$as_me: failed program was:" >&5
17173 sed 's/^/| /' conftest.$ac_ext >&5
17174
17175 ac_lo=`expr $ac_mid + 1`
17176 if test $ac_lo -le $ac_mid; then
17177 ac_lo= ac_hi=
17178 break
17179 fi
17180 ac_mid=`expr 2 '*' $ac_mid + 1`
17181 fi
17182 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17183 done
17184 else
17185 echo "$as_me: failed program was:" >&5
17186 sed 's/^/| /' conftest.$ac_ext >&5
17187
17188 cat >conftest.$ac_ext <<_ACEOF
17189 /* confdefs.h. */
17190 _ACEOF
17191 cat confdefs.h >>conftest.$ac_ext
17192 cat >>conftest.$ac_ext <<_ACEOF
17193 /* end confdefs.h. */
17194 $ac_includes_default
17195 int
17196 main ()
17197 {
17198 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
17199 test_array [0] = 0
17200
17201 ;
17202 return 0;
17203 }
17204 _ACEOF
17205 rm -f conftest.$ac_objext
17206 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17207 (eval $ac_compile) 2>conftest.er1
17208 ac_status=$?
17209 grep -v '^ *+' conftest.er1 >conftest.err
17210 rm -f conftest.er1
17211 cat conftest.err >&5
17212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17213 (exit $ac_status); } &&
17214 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17216 (eval $ac_try) 2>&5
17217 ac_status=$?
17218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17219 (exit $ac_status); }; } &&
17220 { ac_try='test -s conftest.$ac_objext'
17221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17222 (eval $ac_try) 2>&5
17223 ac_status=$?
17224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17225 (exit $ac_status); }; }; then
17226 ac_hi=-1 ac_mid=-1
17227 while :; do
17228 cat >conftest.$ac_ext <<_ACEOF
17229 /* confdefs.h. */
17230 _ACEOF
17231 cat confdefs.h >>conftest.$ac_ext
17232 cat >>conftest.$ac_ext <<_ACEOF
17233 /* end confdefs.h. */
17234 $ac_includes_default
17235 int
17236 main ()
17237 {
17238 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
17239 test_array [0] = 0
17240
17241 ;
17242 return 0;
17243 }
17244 _ACEOF
17245 rm -f conftest.$ac_objext
17246 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17247 (eval $ac_compile) 2>conftest.er1
17248 ac_status=$?
17249 grep -v '^ *+' conftest.er1 >conftest.err
17250 rm -f conftest.er1
17251 cat conftest.err >&5
17252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17253 (exit $ac_status); } &&
17254 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17256 (eval $ac_try) 2>&5
17257 ac_status=$?
17258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17259 (exit $ac_status); }; } &&
17260 { ac_try='test -s conftest.$ac_objext'
17261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17262 (eval $ac_try) 2>&5
17263 ac_status=$?
17264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17265 (exit $ac_status); }; }; then
17266 ac_lo=$ac_mid; break
17267 else
17268 echo "$as_me: failed program was:" >&5
17269 sed 's/^/| /' conftest.$ac_ext >&5
17270
17271 ac_hi=`expr '(' $ac_mid ')' - 1`
17272 if test $ac_mid -le $ac_hi; then
17273 ac_lo= ac_hi=
17274 break
17275 fi
17276 ac_mid=`expr 2 '*' $ac_mid`
17277 fi
17278 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17279 done
17280 else
17281 echo "$as_me: failed program was:" >&5
17282 sed 's/^/| /' conftest.$ac_ext >&5
17283
17284 ac_lo= ac_hi=
17285 fi
17286 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17287 fi
17288 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17289 # Binary search between lo and hi bounds.
17290 while test "x$ac_lo" != "x$ac_hi"; do
17291 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17292 cat >conftest.$ac_ext <<_ACEOF
17293 /* confdefs.h. */
17294 _ACEOF
17295 cat confdefs.h >>conftest.$ac_ext
17296 cat >>conftest.$ac_ext <<_ACEOF
17297 /* end confdefs.h. */
17298 $ac_includes_default
17299 int
17300 main ()
17301 {
17302 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17303 test_array [0] = 0
17304
17305 ;
17306 return 0;
17307 }
17308 _ACEOF
17309 rm -f conftest.$ac_objext
17310 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17311 (eval $ac_compile) 2>conftest.er1
17312 ac_status=$?
17313 grep -v '^ *+' conftest.er1 >conftest.err
17314 rm -f conftest.er1
17315 cat conftest.err >&5
17316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17317 (exit $ac_status); } &&
17318 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17320 (eval $ac_try) 2>&5
17321 ac_status=$?
17322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17323 (exit $ac_status); }; } &&
17324 { ac_try='test -s conftest.$ac_objext'
17325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17326 (eval $ac_try) 2>&5
17327 ac_status=$?
17328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17329 (exit $ac_status); }; }; then
17330 ac_hi=$ac_mid
17331 else
17332 echo "$as_me: failed program was:" >&5
17333 sed 's/^/| /' conftest.$ac_ext >&5
17334
17335 ac_lo=`expr '(' $ac_mid ')' + 1`
17336 fi
17337 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17338 done
17339 case $ac_lo in
17340 ?*) ac_cv_sizeof_long=$ac_lo;;
17341 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17342 See \`config.log' for more details." >&5
17343 echo "$as_me: error: cannot compute sizeof (long), 77
17344 See \`config.log' for more details." >&2;}
17345 { (exit 1); exit 1; }; } ;;
17346 esac
17347 else
17348 if test "$cross_compiling" = yes; then
17349 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17350 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17351 { (exit 1); exit 1; }; }
17352 else
17353 cat >conftest.$ac_ext <<_ACEOF
17354 /* confdefs.h. */
17355 _ACEOF
17356 cat confdefs.h >>conftest.$ac_ext
17357 cat >>conftest.$ac_ext <<_ACEOF
17358 /* end confdefs.h. */
17359 $ac_includes_default
17360 long longval () { return (long) (sizeof (long)); }
17361 unsigned long ulongval () { return (long) (sizeof (long)); }
17362 #include <stdio.h>
17363 #include <stdlib.h>
17364 int
17365 main ()
17366 {
17367
17368 FILE *f = fopen ("conftest.val", "w");
17369 if (! f)
17370 exit (1);
17371 if (((long) (sizeof (long))) < 0)
17372 {
17373 long i = longval ();
17374 if (i != ((long) (sizeof (long))))
17375 exit (1);
17376 fprintf (f, "%ld\n", i);
17377 }
17378 else
17379 {
17380 unsigned long i = ulongval ();
17381 if (i != ((long) (sizeof (long))))
17382 exit (1);
17383 fprintf (f, "%lu\n", i);
17384 }
17385 exit (ferror (f) || fclose (f) != 0);
17386
17387 ;
17388 return 0;
17389 }
17390 _ACEOF
17391 rm -f conftest$ac_exeext
17392 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17393 (eval $ac_link) 2>&5
17394 ac_status=$?
17395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17396 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17398 (eval $ac_try) 2>&5
17399 ac_status=$?
17400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17401 (exit $ac_status); }; }; then
17402 ac_cv_sizeof_long=`cat conftest.val`
17403 else
17404 echo "$as_me: program exited with status $ac_status" >&5
17405 echo "$as_me: failed program was:" >&5
17406 sed 's/^/| /' conftest.$ac_ext >&5
17407
17408 ( exit $ac_status )
17409 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17410 See \`config.log' for more details." >&5
17411 echo "$as_me: error: cannot compute sizeof (long), 77
17412 See \`config.log' for more details." >&2;}
17413 { (exit 1); exit 1; }; }
17414 fi
17415 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17416 fi
17417 fi
17418 rm -f conftest.val
17419 else
17420 ac_cv_sizeof_long=0
17421 fi
17422 fi
17423 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
17424 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
17425 cat >>confdefs.h <<_ACEOF
17426 #define SIZEOF_LONG $ac_cv_sizeof_long
17427 _ACEOF
17428
17429
17430 echo "$as_me:$LINENO: checking for size_t" >&5
17431 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
17432 if test "${ac_cv_type_size_t+set}" = set; then
17433 echo $ECHO_N "(cached) $ECHO_C" >&6
17434 else
17435 cat >conftest.$ac_ext <<_ACEOF
17436 /* confdefs.h. */
17437 _ACEOF
17438 cat confdefs.h >>conftest.$ac_ext
17439 cat >>conftest.$ac_ext <<_ACEOF
17440 /* end confdefs.h. */
17441 $ac_includes_default
17442 int
17443 main ()
17444 {
17445 if ((size_t *) 0)
17446 return 0;
17447 if (sizeof (size_t))
17448 return 0;
17449 ;
17450 return 0;
17451 }
17452 _ACEOF
17453 rm -f conftest.$ac_objext
17454 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17455 (eval $ac_compile) 2>conftest.er1
17456 ac_status=$?
17457 grep -v '^ *+' conftest.er1 >conftest.err
17458 rm -f conftest.er1
17459 cat conftest.err >&5
17460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17461 (exit $ac_status); } &&
17462 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17464 (eval $ac_try) 2>&5
17465 ac_status=$?
17466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17467 (exit $ac_status); }; } &&
17468 { ac_try='test -s conftest.$ac_objext'
17469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17470 (eval $ac_try) 2>&5
17471 ac_status=$?
17472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17473 (exit $ac_status); }; }; then
17474 ac_cv_type_size_t=yes
17475 else
17476 echo "$as_me: failed program was:" >&5
17477 sed 's/^/| /' conftest.$ac_ext >&5
17478
17479 ac_cv_type_size_t=no
17480 fi
17481 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17482 fi
17483 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
17484 echo "${ECHO_T}$ac_cv_type_size_t" >&6
17485
17486 echo "$as_me:$LINENO: checking size of size_t" >&5
17487 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
17488 if test "${ac_cv_sizeof_size_t+set}" = set; then
17489 echo $ECHO_N "(cached) $ECHO_C" >&6
17490 else
17491 if test "$ac_cv_type_size_t" = yes; then
17492 # The cast to unsigned long works around a bug in the HP C Compiler
17493 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17494 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17495 # This bug is HP SR number 8606223364.
17496 if test "$cross_compiling" = yes; then
17497 # Depending upon the size, compute the lo and hi bounds.
17498 cat >conftest.$ac_ext <<_ACEOF
17499 /* confdefs.h. */
17500 _ACEOF
17501 cat confdefs.h >>conftest.$ac_ext
17502 cat >>conftest.$ac_ext <<_ACEOF
17503 /* end confdefs.h. */
17504 $ac_includes_default
17505 int
17506 main ()
17507 {
17508 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
17509 test_array [0] = 0
17510
17511 ;
17512 return 0;
17513 }
17514 _ACEOF
17515 rm -f conftest.$ac_objext
17516 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17517 (eval $ac_compile) 2>conftest.er1
17518 ac_status=$?
17519 grep -v '^ *+' conftest.er1 >conftest.err
17520 rm -f conftest.er1
17521 cat conftest.err >&5
17522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17523 (exit $ac_status); } &&
17524 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17525 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17526 (eval $ac_try) 2>&5
17527 ac_status=$?
17528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17529 (exit $ac_status); }; } &&
17530 { ac_try='test -s conftest.$ac_objext'
17531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17532 (eval $ac_try) 2>&5
17533 ac_status=$?
17534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17535 (exit $ac_status); }; }; then
17536 ac_lo=0 ac_mid=0
17537 while :; do
17538 cat >conftest.$ac_ext <<_ACEOF
17539 /* confdefs.h. */
17540 _ACEOF
17541 cat confdefs.h >>conftest.$ac_ext
17542 cat >>conftest.$ac_ext <<_ACEOF
17543 /* end confdefs.h. */
17544 $ac_includes_default
17545 int
17546 main ()
17547 {
17548 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
17549 test_array [0] = 0
17550
17551 ;
17552 return 0;
17553 }
17554 _ACEOF
17555 rm -f conftest.$ac_objext
17556 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17557 (eval $ac_compile) 2>conftest.er1
17558 ac_status=$?
17559 grep -v '^ *+' conftest.er1 >conftest.err
17560 rm -f conftest.er1
17561 cat conftest.err >&5
17562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17563 (exit $ac_status); } &&
17564 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17566 (eval $ac_try) 2>&5
17567 ac_status=$?
17568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17569 (exit $ac_status); }; } &&
17570 { ac_try='test -s conftest.$ac_objext'
17571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17572 (eval $ac_try) 2>&5
17573 ac_status=$?
17574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17575 (exit $ac_status); }; }; then
17576 ac_hi=$ac_mid; break
17577 else
17578 echo "$as_me: failed program was:" >&5
17579 sed 's/^/| /' conftest.$ac_ext >&5
17580
17581 ac_lo=`expr $ac_mid + 1`
17582 if test $ac_lo -le $ac_mid; then
17583 ac_lo= ac_hi=
17584 break
17585 fi
17586 ac_mid=`expr 2 '*' $ac_mid + 1`
17587 fi
17588 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17589 done
17590 else
17591 echo "$as_me: failed program was:" >&5
17592 sed 's/^/| /' conftest.$ac_ext >&5
17593
17594 cat >conftest.$ac_ext <<_ACEOF
17595 /* confdefs.h. */
17596 _ACEOF
17597 cat confdefs.h >>conftest.$ac_ext
17598 cat >>conftest.$ac_ext <<_ACEOF
17599 /* end confdefs.h. */
17600 $ac_includes_default
17601 int
17602 main ()
17603 {
17604 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
17605 test_array [0] = 0
17606
17607 ;
17608 return 0;
17609 }
17610 _ACEOF
17611 rm -f conftest.$ac_objext
17612 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17613 (eval $ac_compile) 2>conftest.er1
17614 ac_status=$?
17615 grep -v '^ *+' conftest.er1 >conftest.err
17616 rm -f conftest.er1
17617 cat conftest.err >&5
17618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17619 (exit $ac_status); } &&
17620 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17622 (eval $ac_try) 2>&5
17623 ac_status=$?
17624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17625 (exit $ac_status); }; } &&
17626 { ac_try='test -s conftest.$ac_objext'
17627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17628 (eval $ac_try) 2>&5
17629 ac_status=$?
17630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17631 (exit $ac_status); }; }; then
17632 ac_hi=-1 ac_mid=-1
17633 while :; do
17634 cat >conftest.$ac_ext <<_ACEOF
17635 /* confdefs.h. */
17636 _ACEOF
17637 cat confdefs.h >>conftest.$ac_ext
17638 cat >>conftest.$ac_ext <<_ACEOF
17639 /* end confdefs.h. */
17640 $ac_includes_default
17641 int
17642 main ()
17643 {
17644 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
17645 test_array [0] = 0
17646
17647 ;
17648 return 0;
17649 }
17650 _ACEOF
17651 rm -f conftest.$ac_objext
17652 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17653 (eval $ac_compile) 2>conftest.er1
17654 ac_status=$?
17655 grep -v '^ *+' conftest.er1 >conftest.err
17656 rm -f conftest.er1
17657 cat conftest.err >&5
17658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17659 (exit $ac_status); } &&
17660 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17662 (eval $ac_try) 2>&5
17663 ac_status=$?
17664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17665 (exit $ac_status); }; } &&
17666 { ac_try='test -s conftest.$ac_objext'
17667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17668 (eval $ac_try) 2>&5
17669 ac_status=$?
17670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17671 (exit $ac_status); }; }; then
17672 ac_lo=$ac_mid; break
17673 else
17674 echo "$as_me: failed program was:" >&5
17675 sed 's/^/| /' conftest.$ac_ext >&5
17676
17677 ac_hi=`expr '(' $ac_mid ')' - 1`
17678 if test $ac_mid -le $ac_hi; then
17679 ac_lo= ac_hi=
17680 break
17681 fi
17682 ac_mid=`expr 2 '*' $ac_mid`
17683 fi
17684 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17685 done
17686 else
17687 echo "$as_me: failed program was:" >&5
17688 sed 's/^/| /' conftest.$ac_ext >&5
17689
17690 ac_lo= ac_hi=
17691 fi
17692 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17693 fi
17694 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17695 # Binary search between lo and hi bounds.
17696 while test "x$ac_lo" != "x$ac_hi"; do
17697 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17698 cat >conftest.$ac_ext <<_ACEOF
17699 /* confdefs.h. */
17700 _ACEOF
17701 cat confdefs.h >>conftest.$ac_ext
17702 cat >>conftest.$ac_ext <<_ACEOF
17703 /* end confdefs.h. */
17704 $ac_includes_default
17705 int
17706 main ()
17707 {
17708 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
17709 test_array [0] = 0
17710
17711 ;
17712 return 0;
17713 }
17714 _ACEOF
17715 rm -f conftest.$ac_objext
17716 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17717 (eval $ac_compile) 2>conftest.er1
17718 ac_status=$?
17719 grep -v '^ *+' conftest.er1 >conftest.err
17720 rm -f conftest.er1
17721 cat conftest.err >&5
17722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17723 (exit $ac_status); } &&
17724 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17726 (eval $ac_try) 2>&5
17727 ac_status=$?
17728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17729 (exit $ac_status); }; } &&
17730 { ac_try='test -s conftest.$ac_objext'
17731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17732 (eval $ac_try) 2>&5
17733 ac_status=$?
17734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17735 (exit $ac_status); }; }; then
17736 ac_hi=$ac_mid
17737 else
17738 echo "$as_me: failed program was:" >&5
17739 sed 's/^/| /' conftest.$ac_ext >&5
17740
17741 ac_lo=`expr '(' $ac_mid ')' + 1`
17742 fi
17743 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17744 done
17745 case $ac_lo in
17746 ?*) ac_cv_sizeof_size_t=$ac_lo;;
17747 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
17748 See \`config.log' for more details." >&5
17749 echo "$as_me: error: cannot compute sizeof (size_t), 77
17750 See \`config.log' for more details." >&2;}
17751 { (exit 1); exit 1; }; } ;;
17752 esac
17753 else
17754 if test "$cross_compiling" = yes; then
17755 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17756 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17757 { (exit 1); exit 1; }; }
17758 else
17759 cat >conftest.$ac_ext <<_ACEOF
17760 /* confdefs.h. */
17761 _ACEOF
17762 cat confdefs.h >>conftest.$ac_ext
17763 cat >>conftest.$ac_ext <<_ACEOF
17764 /* end confdefs.h. */
17765 $ac_includes_default
17766 long longval () { return (long) (sizeof (size_t)); }
17767 unsigned long ulongval () { return (long) (sizeof (size_t)); }
17768 #include <stdio.h>
17769 #include <stdlib.h>
17770 int
17771 main ()
17772 {
17773
17774 FILE *f = fopen ("conftest.val", "w");
17775 if (! f)
17776 exit (1);
17777 if (((long) (sizeof (size_t))) < 0)
17778 {
17779 long i = longval ();
17780 if (i != ((long) (sizeof (size_t))))
17781 exit (1);
17782 fprintf (f, "%ld\n", i);
17783 }
17784 else
17785 {
17786 unsigned long i = ulongval ();
17787 if (i != ((long) (sizeof (size_t))))
17788 exit (1);
17789 fprintf (f, "%lu\n", i);
17790 }
17791 exit (ferror (f) || fclose (f) != 0);
17792
17793 ;
17794 return 0;
17795 }
17796 _ACEOF
17797 rm -f conftest$ac_exeext
17798 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17799 (eval $ac_link) 2>&5
17800 ac_status=$?
17801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17802 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17804 (eval $ac_try) 2>&5
17805 ac_status=$?
17806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17807 (exit $ac_status); }; }; then
17808 ac_cv_sizeof_size_t=`cat conftest.val`
17809 else
17810 echo "$as_me: program exited with status $ac_status" >&5
17811 echo "$as_me: failed program was:" >&5
17812 sed 's/^/| /' conftest.$ac_ext >&5
17813
17814 ( exit $ac_status )
17815 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
17816 See \`config.log' for more details." >&5
17817 echo "$as_me: error: cannot compute sizeof (size_t), 77
17818 See \`config.log' for more details." >&2;}
17819 { (exit 1); exit 1; }; }
17820 fi
17821 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17822 fi
17823 fi
17824 rm -f conftest.val
17825 else
17826 ac_cv_sizeof_size_t=0
17827 fi
17828 fi
17829 echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
17830 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
17831 cat >>confdefs.h <<_ACEOF
17832 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
17833 _ACEOF
17834
17835
17836
17837 case "${host}" in
17838 arm-*-linux* )
17839 echo "$as_me:$LINENO: checking for long long" >&5
17840 echo $ECHO_N "checking for long long... $ECHO_C" >&6
17841 if test "${ac_cv_type_long_long+set}" = set; then
17842 echo $ECHO_N "(cached) $ECHO_C" >&6
17843 else
17844 cat >conftest.$ac_ext <<_ACEOF
17845 /* confdefs.h. */
17846 _ACEOF
17847 cat confdefs.h >>conftest.$ac_ext
17848 cat >>conftest.$ac_ext <<_ACEOF
17849 /* end confdefs.h. */
17850 $ac_includes_default
17851 int
17852 main ()
17853 {
17854 if ((long long *) 0)
17855 return 0;
17856 if (sizeof (long long))
17857 return 0;
17858 ;
17859 return 0;
17860 }
17861 _ACEOF
17862 rm -f conftest.$ac_objext
17863 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17864 (eval $ac_compile) 2>conftest.er1
17865 ac_status=$?
17866 grep -v '^ *+' conftest.er1 >conftest.err
17867 rm -f conftest.er1
17868 cat conftest.err >&5
17869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17870 (exit $ac_status); } &&
17871 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17873 (eval $ac_try) 2>&5
17874 ac_status=$?
17875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17876 (exit $ac_status); }; } &&
17877 { ac_try='test -s conftest.$ac_objext'
17878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17879 (eval $ac_try) 2>&5
17880 ac_status=$?
17881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17882 (exit $ac_status); }; }; then
17883 ac_cv_type_long_long=yes
17884 else
17885 echo "$as_me: failed program was:" >&5
17886 sed 's/^/| /' conftest.$ac_ext >&5
17887
17888 ac_cv_type_long_long=no
17889 fi
17890 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17891 fi
17892 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
17893 echo "${ECHO_T}$ac_cv_type_long_long" >&6
17894
17895 echo "$as_me:$LINENO: checking size of long long" >&5
17896 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
17897 if test "${ac_cv_sizeof_long_long+set}" = set; then
17898 echo $ECHO_N "(cached) $ECHO_C" >&6
17899 else
17900 if test "$ac_cv_type_long_long" = yes; then
17901 # The cast to unsigned long works around a bug in the HP C Compiler
17902 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17903 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17904 # This bug is HP SR number 8606223364.
17905 if test "$cross_compiling" = yes; then
17906 # Depending upon the size, compute the lo and hi bounds.
17907 cat >conftest.$ac_ext <<_ACEOF
17908 /* confdefs.h. */
17909 _ACEOF
17910 cat confdefs.h >>conftest.$ac_ext
17911 cat >>conftest.$ac_ext <<_ACEOF
17912 /* end confdefs.h. */
17913 $ac_includes_default
17914 int
17915 main ()
17916 {
17917 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
17918 test_array [0] = 0
17919
17920 ;
17921 return 0;
17922 }
17923 _ACEOF
17924 rm -f conftest.$ac_objext
17925 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17926 (eval $ac_compile) 2>conftest.er1
17927 ac_status=$?
17928 grep -v '^ *+' conftest.er1 >conftest.err
17929 rm -f conftest.er1
17930 cat conftest.err >&5
17931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17932 (exit $ac_status); } &&
17933 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17935 (eval $ac_try) 2>&5
17936 ac_status=$?
17937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17938 (exit $ac_status); }; } &&
17939 { ac_try='test -s conftest.$ac_objext'
17940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17941 (eval $ac_try) 2>&5
17942 ac_status=$?
17943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17944 (exit $ac_status); }; }; then
17945 ac_lo=0 ac_mid=0
17946 while :; do
17947 cat >conftest.$ac_ext <<_ACEOF
17948 /* confdefs.h. */
17949 _ACEOF
17950 cat confdefs.h >>conftest.$ac_ext
17951 cat >>conftest.$ac_ext <<_ACEOF
17952 /* end confdefs.h. */
17953 $ac_includes_default
17954 int
17955 main ()
17956 {
17957 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
17958 test_array [0] = 0
17959
17960 ;
17961 return 0;
17962 }
17963 _ACEOF
17964 rm -f conftest.$ac_objext
17965 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17966 (eval $ac_compile) 2>conftest.er1
17967 ac_status=$?
17968 grep -v '^ *+' conftest.er1 >conftest.err
17969 rm -f conftest.er1
17970 cat conftest.err >&5
17971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17972 (exit $ac_status); } &&
17973 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17975 (eval $ac_try) 2>&5
17976 ac_status=$?
17977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17978 (exit $ac_status); }; } &&
17979 { ac_try='test -s conftest.$ac_objext'
17980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17981 (eval $ac_try) 2>&5
17982 ac_status=$?
17983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17984 (exit $ac_status); }; }; then
17985 ac_hi=$ac_mid; break
17986 else
17987 echo "$as_me: failed program was:" >&5
17988 sed 's/^/| /' conftest.$ac_ext >&5
17989
17990 ac_lo=`expr $ac_mid + 1`
17991 if test $ac_lo -le $ac_mid; then
17992 ac_lo= ac_hi=
17993 break
17994 fi
17995 ac_mid=`expr 2 '*' $ac_mid + 1`
17996 fi
17997 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17998 done
17999 else
18000 echo "$as_me: failed program was:" >&5
18001 sed 's/^/| /' conftest.$ac_ext >&5
18002
18003 cat >conftest.$ac_ext <<_ACEOF
18004 /* confdefs.h. */
18005 _ACEOF
18006 cat confdefs.h >>conftest.$ac_ext
18007 cat >>conftest.$ac_ext <<_ACEOF
18008 /* end confdefs.h. */
18009 $ac_includes_default
18010 int
18011 main ()
18012 {
18013 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18014 test_array [0] = 0
18015
18016 ;
18017 return 0;
18018 }
18019 _ACEOF
18020 rm -f conftest.$ac_objext
18021 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18022 (eval $ac_compile) 2>conftest.er1
18023 ac_status=$?
18024 grep -v '^ *+' conftest.er1 >conftest.err
18025 rm -f conftest.er1
18026 cat conftest.err >&5
18027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18028 (exit $ac_status); } &&
18029 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18031 (eval $ac_try) 2>&5
18032 ac_status=$?
18033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18034 (exit $ac_status); }; } &&
18035 { ac_try='test -s conftest.$ac_objext'
18036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18037 (eval $ac_try) 2>&5
18038 ac_status=$?
18039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18040 (exit $ac_status); }; }; then
18041 ac_hi=-1 ac_mid=-1
18042 while :; do
18043 cat >conftest.$ac_ext <<_ACEOF
18044 /* confdefs.h. */
18045 _ACEOF
18046 cat confdefs.h >>conftest.$ac_ext
18047 cat >>conftest.$ac_ext <<_ACEOF
18048 /* end confdefs.h. */
18049 $ac_includes_default
18050 int
18051 main ()
18052 {
18053 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18054 test_array [0] = 0
18055
18056 ;
18057 return 0;
18058 }
18059 _ACEOF
18060 rm -f conftest.$ac_objext
18061 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18062 (eval $ac_compile) 2>conftest.er1
18063 ac_status=$?
18064 grep -v '^ *+' conftest.er1 >conftest.err
18065 rm -f conftest.er1
18066 cat conftest.err >&5
18067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18068 (exit $ac_status); } &&
18069 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18071 (eval $ac_try) 2>&5
18072 ac_status=$?
18073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18074 (exit $ac_status); }; } &&
18075 { ac_try='test -s conftest.$ac_objext'
18076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18077 (eval $ac_try) 2>&5
18078 ac_status=$?
18079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18080 (exit $ac_status); }; }; then
18081 ac_lo=$ac_mid; break
18082 else
18083 echo "$as_me: failed program was:" >&5
18084 sed 's/^/| /' conftest.$ac_ext >&5
18085
18086 ac_hi=`expr '(' $ac_mid ')' - 1`
18087 if test $ac_mid -le $ac_hi; then
18088 ac_lo= ac_hi=
18089 break
18090 fi
18091 ac_mid=`expr 2 '*' $ac_mid`
18092 fi
18093 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18094 done
18095 else
18096 echo "$as_me: failed program was:" >&5
18097 sed 's/^/| /' conftest.$ac_ext >&5
18098
18099 ac_lo= ac_hi=
18100 fi
18101 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18102 fi
18103 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18104 # Binary search between lo and hi bounds.
18105 while test "x$ac_lo" != "x$ac_hi"; do
18106 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18107 cat >conftest.$ac_ext <<_ACEOF
18108 /* confdefs.h. */
18109 _ACEOF
18110 cat confdefs.h >>conftest.$ac_ext
18111 cat >>conftest.$ac_ext <<_ACEOF
18112 /* end confdefs.h. */
18113 $ac_includes_default
18114 int
18115 main ()
18116 {
18117 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18118 test_array [0] = 0
18119
18120 ;
18121 return 0;
18122 }
18123 _ACEOF
18124 rm -f conftest.$ac_objext
18125 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18126 (eval $ac_compile) 2>conftest.er1
18127 ac_status=$?
18128 grep -v '^ *+' conftest.er1 >conftest.err
18129 rm -f conftest.er1
18130 cat conftest.err >&5
18131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18132 (exit $ac_status); } &&
18133 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18135 (eval $ac_try) 2>&5
18136 ac_status=$?
18137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18138 (exit $ac_status); }; } &&
18139 { ac_try='test -s conftest.$ac_objext'
18140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18141 (eval $ac_try) 2>&5
18142 ac_status=$?
18143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18144 (exit $ac_status); }; }; then
18145 ac_hi=$ac_mid
18146 else
18147 echo "$as_me: failed program was:" >&5
18148 sed 's/^/| /' conftest.$ac_ext >&5
18149
18150 ac_lo=`expr '(' $ac_mid ')' + 1`
18151 fi
18152 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18153 done
18154 case $ac_lo in
18155 ?*) ac_cv_sizeof_long_long=$ac_lo;;
18156 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18157 See \`config.log' for more details." >&5
18158 echo "$as_me: error: cannot compute sizeof (long long), 77
18159 See \`config.log' for more details." >&2;}
18160 { (exit 1); exit 1; }; } ;;
18161 esac
18162 else
18163 if test "$cross_compiling" = yes; then
18164 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18165 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18166 { (exit 1); exit 1; }; }
18167 else
18168 cat >conftest.$ac_ext <<_ACEOF
18169 /* confdefs.h. */
18170 _ACEOF
18171 cat confdefs.h >>conftest.$ac_ext
18172 cat >>conftest.$ac_ext <<_ACEOF
18173 /* end confdefs.h. */
18174 $ac_includes_default
18175 long longval () { return (long) (sizeof (long long)); }
18176 unsigned long ulongval () { return (long) (sizeof (long long)); }
18177 #include <stdio.h>
18178 #include <stdlib.h>
18179 int
18180 main ()
18181 {
18182
18183 FILE *f = fopen ("conftest.val", "w");
18184 if (! f)
18185 exit (1);
18186 if (((long) (sizeof (long long))) < 0)
18187 {
18188 long i = longval ();
18189 if (i != ((long) (sizeof (long long))))
18190 exit (1);
18191 fprintf (f, "%ld\n", i);
18192 }
18193 else
18194 {
18195 unsigned long i = ulongval ();
18196 if (i != ((long) (sizeof (long long))))
18197 exit (1);
18198 fprintf (f, "%lu\n", i);
18199 }
18200 exit (ferror (f) || fclose (f) != 0);
18201
18202 ;
18203 return 0;
18204 }
18205 _ACEOF
18206 rm -f conftest$ac_exeext
18207 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18208 (eval $ac_link) 2>&5
18209 ac_status=$?
18210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18211 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18213 (eval $ac_try) 2>&5
18214 ac_status=$?
18215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18216 (exit $ac_status); }; }; then
18217 ac_cv_sizeof_long_long=`cat conftest.val`
18218 else
18219 echo "$as_me: program exited with status $ac_status" >&5
18220 echo "$as_me: failed program was:" >&5
18221 sed 's/^/| /' conftest.$ac_ext >&5
18222
18223 ( exit $ac_status )
18224 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18225 See \`config.log' for more details." >&5
18226 echo "$as_me: error: cannot compute sizeof (long long), 77
18227 See \`config.log' for more details." >&2;}
18228 { (exit 1); exit 1; }; }
18229 fi
18230 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18231 fi
18232 fi
18233 rm -f conftest.val
18234 else
18235 ac_cv_sizeof_long_long=0
18236 fi
18237 fi
18238 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18239 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18240 cat >>confdefs.h <<_ACEOF
18241 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18242 _ACEOF
18243
18244
18245 ;;
18246 *-hp-hpux* )
18247 echo "$as_me:$LINENO: checking for long long" >&5
18248 echo $ECHO_N "checking for long long... $ECHO_C" >&6
18249 if test "${ac_cv_type_long_long+set}" = set; then
18250 echo $ECHO_N "(cached) $ECHO_C" >&6
18251 else
18252 cat >conftest.$ac_ext <<_ACEOF
18253 /* confdefs.h. */
18254 _ACEOF
18255 cat confdefs.h >>conftest.$ac_ext
18256 cat >>conftest.$ac_ext <<_ACEOF
18257 /* end confdefs.h. */
18258 $ac_includes_default
18259 int
18260 main ()
18261 {
18262 if ((long long *) 0)
18263 return 0;
18264 if (sizeof (long long))
18265 return 0;
18266 ;
18267 return 0;
18268 }
18269 _ACEOF
18270 rm -f conftest.$ac_objext
18271 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18272 (eval $ac_compile) 2>conftest.er1
18273 ac_status=$?
18274 grep -v '^ *+' conftest.er1 >conftest.err
18275 rm -f conftest.er1
18276 cat conftest.err >&5
18277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18278 (exit $ac_status); } &&
18279 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18281 (eval $ac_try) 2>&5
18282 ac_status=$?
18283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18284 (exit $ac_status); }; } &&
18285 { ac_try='test -s conftest.$ac_objext'
18286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18287 (eval $ac_try) 2>&5
18288 ac_status=$?
18289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18290 (exit $ac_status); }; }; then
18291 ac_cv_type_long_long=yes
18292 else
18293 echo "$as_me: failed program was:" >&5
18294 sed 's/^/| /' conftest.$ac_ext >&5
18295
18296 ac_cv_type_long_long=no
18297 fi
18298 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18299 fi
18300 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18301 echo "${ECHO_T}$ac_cv_type_long_long" >&6
18302
18303 echo "$as_me:$LINENO: checking size of long long" >&5
18304 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18305 if test "${ac_cv_sizeof_long_long+set}" = set; then
18306 echo $ECHO_N "(cached) $ECHO_C" >&6
18307 else
18308 if test "$ac_cv_type_long_long" = yes; then
18309 # The cast to unsigned long works around a bug in the HP C Compiler
18310 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18311 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18312 # This bug is HP SR number 8606223364.
18313 if test "$cross_compiling" = yes; then
18314 # Depending upon the size, compute the lo and hi bounds.
18315 cat >conftest.$ac_ext <<_ACEOF
18316 /* confdefs.h. */
18317 _ACEOF
18318 cat confdefs.h >>conftest.$ac_ext
18319 cat >>conftest.$ac_ext <<_ACEOF
18320 /* end confdefs.h. */
18321 $ac_includes_default
18322 int
18323 main ()
18324 {
18325 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18326 test_array [0] = 0
18327
18328 ;
18329 return 0;
18330 }
18331 _ACEOF
18332 rm -f conftest.$ac_objext
18333 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18334 (eval $ac_compile) 2>conftest.er1
18335 ac_status=$?
18336 grep -v '^ *+' conftest.er1 >conftest.err
18337 rm -f conftest.er1
18338 cat conftest.err >&5
18339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18340 (exit $ac_status); } &&
18341 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18343 (eval $ac_try) 2>&5
18344 ac_status=$?
18345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18346 (exit $ac_status); }; } &&
18347 { ac_try='test -s conftest.$ac_objext'
18348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18349 (eval $ac_try) 2>&5
18350 ac_status=$?
18351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18352 (exit $ac_status); }; }; then
18353 ac_lo=0 ac_mid=0
18354 while :; do
18355 cat >conftest.$ac_ext <<_ACEOF
18356 /* confdefs.h. */
18357 _ACEOF
18358 cat confdefs.h >>conftest.$ac_ext
18359 cat >>conftest.$ac_ext <<_ACEOF
18360 /* end confdefs.h. */
18361 $ac_includes_default
18362 int
18363 main ()
18364 {
18365 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18366 test_array [0] = 0
18367
18368 ;
18369 return 0;
18370 }
18371 _ACEOF
18372 rm -f conftest.$ac_objext
18373 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18374 (eval $ac_compile) 2>conftest.er1
18375 ac_status=$?
18376 grep -v '^ *+' conftest.er1 >conftest.err
18377 rm -f conftest.er1
18378 cat conftest.err >&5
18379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18380 (exit $ac_status); } &&
18381 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18383 (eval $ac_try) 2>&5
18384 ac_status=$?
18385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18386 (exit $ac_status); }; } &&
18387 { ac_try='test -s conftest.$ac_objext'
18388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18389 (eval $ac_try) 2>&5
18390 ac_status=$?
18391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18392 (exit $ac_status); }; }; then
18393 ac_hi=$ac_mid; break
18394 else
18395 echo "$as_me: failed program was:" >&5
18396 sed 's/^/| /' conftest.$ac_ext >&5
18397
18398 ac_lo=`expr $ac_mid + 1`
18399 if test $ac_lo -le $ac_mid; then
18400 ac_lo= ac_hi=
18401 break
18402 fi
18403 ac_mid=`expr 2 '*' $ac_mid + 1`
18404 fi
18405 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18406 done
18407 else
18408 echo "$as_me: failed program was:" >&5
18409 sed 's/^/| /' conftest.$ac_ext >&5
18410
18411 cat >conftest.$ac_ext <<_ACEOF
18412 /* confdefs.h. */
18413 _ACEOF
18414 cat confdefs.h >>conftest.$ac_ext
18415 cat >>conftest.$ac_ext <<_ACEOF
18416 /* end confdefs.h. */
18417 $ac_includes_default
18418 int
18419 main ()
18420 {
18421 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18422 test_array [0] = 0
18423
18424 ;
18425 return 0;
18426 }
18427 _ACEOF
18428 rm -f conftest.$ac_objext
18429 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18430 (eval $ac_compile) 2>conftest.er1
18431 ac_status=$?
18432 grep -v '^ *+' conftest.er1 >conftest.err
18433 rm -f conftest.er1
18434 cat conftest.err >&5
18435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18436 (exit $ac_status); } &&
18437 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18439 (eval $ac_try) 2>&5
18440 ac_status=$?
18441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18442 (exit $ac_status); }; } &&
18443 { ac_try='test -s conftest.$ac_objext'
18444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18445 (eval $ac_try) 2>&5
18446 ac_status=$?
18447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18448 (exit $ac_status); }; }; then
18449 ac_hi=-1 ac_mid=-1
18450 while :; do
18451 cat >conftest.$ac_ext <<_ACEOF
18452 /* confdefs.h. */
18453 _ACEOF
18454 cat confdefs.h >>conftest.$ac_ext
18455 cat >>conftest.$ac_ext <<_ACEOF
18456 /* end confdefs.h. */
18457 $ac_includes_default
18458 int
18459 main ()
18460 {
18461 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18462 test_array [0] = 0
18463
18464 ;
18465 return 0;
18466 }
18467 _ACEOF
18468 rm -f conftest.$ac_objext
18469 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18470 (eval $ac_compile) 2>conftest.er1
18471 ac_status=$?
18472 grep -v '^ *+' conftest.er1 >conftest.err
18473 rm -f conftest.er1
18474 cat conftest.err >&5
18475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18476 (exit $ac_status); } &&
18477 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18479 (eval $ac_try) 2>&5
18480 ac_status=$?
18481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18482 (exit $ac_status); }; } &&
18483 { ac_try='test -s conftest.$ac_objext'
18484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18485 (eval $ac_try) 2>&5
18486 ac_status=$?
18487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18488 (exit $ac_status); }; }; then
18489 ac_lo=$ac_mid; break
18490 else
18491 echo "$as_me: failed program was:" >&5
18492 sed 's/^/| /' conftest.$ac_ext >&5
18493
18494 ac_hi=`expr '(' $ac_mid ')' - 1`
18495 if test $ac_mid -le $ac_hi; then
18496 ac_lo= ac_hi=
18497 break
18498 fi
18499 ac_mid=`expr 2 '*' $ac_mid`
18500 fi
18501 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18502 done
18503 else
18504 echo "$as_me: failed program was:" >&5
18505 sed 's/^/| /' conftest.$ac_ext >&5
18506
18507 ac_lo= ac_hi=
18508 fi
18509 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18510 fi
18511 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18512 # Binary search between lo and hi bounds.
18513 while test "x$ac_lo" != "x$ac_hi"; do
18514 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18515 cat >conftest.$ac_ext <<_ACEOF
18516 /* confdefs.h. */
18517 _ACEOF
18518 cat confdefs.h >>conftest.$ac_ext
18519 cat >>conftest.$ac_ext <<_ACEOF
18520 /* end confdefs.h. */
18521 $ac_includes_default
18522 int
18523 main ()
18524 {
18525 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18526 test_array [0] = 0
18527
18528 ;
18529 return 0;
18530 }
18531 _ACEOF
18532 rm -f conftest.$ac_objext
18533 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18534 (eval $ac_compile) 2>conftest.er1
18535 ac_status=$?
18536 grep -v '^ *+' conftest.er1 >conftest.err
18537 rm -f conftest.er1
18538 cat conftest.err >&5
18539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18540 (exit $ac_status); } &&
18541 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18543 (eval $ac_try) 2>&5
18544 ac_status=$?
18545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18546 (exit $ac_status); }; } &&
18547 { ac_try='test -s conftest.$ac_objext'
18548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18549 (eval $ac_try) 2>&5
18550 ac_status=$?
18551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18552 (exit $ac_status); }; }; then
18553 ac_hi=$ac_mid
18554 else
18555 echo "$as_me: failed program was:" >&5
18556 sed 's/^/| /' conftest.$ac_ext >&5
18557
18558 ac_lo=`expr '(' $ac_mid ')' + 1`
18559 fi
18560 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18561 done
18562 case $ac_lo in
18563 ?*) ac_cv_sizeof_long_long=$ac_lo;;
18564 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18565 See \`config.log' for more details." >&5
18566 echo "$as_me: error: cannot compute sizeof (long long), 77
18567 See \`config.log' for more details." >&2;}
18568 { (exit 1); exit 1; }; } ;;
18569 esac
18570 else
18571 if test "$cross_compiling" = yes; then
18572 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18573 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18574 { (exit 1); exit 1; }; }
18575 else
18576 cat >conftest.$ac_ext <<_ACEOF
18577 /* confdefs.h. */
18578 _ACEOF
18579 cat confdefs.h >>conftest.$ac_ext
18580 cat >>conftest.$ac_ext <<_ACEOF
18581 /* end confdefs.h. */
18582 $ac_includes_default
18583 long longval () { return (long) (sizeof (long long)); }
18584 unsigned long ulongval () { return (long) (sizeof (long long)); }
18585 #include <stdio.h>
18586 #include <stdlib.h>
18587 int
18588 main ()
18589 {
18590
18591 FILE *f = fopen ("conftest.val", "w");
18592 if (! f)
18593 exit (1);
18594 if (((long) (sizeof (long long))) < 0)
18595 {
18596 long i = longval ();
18597 if (i != ((long) (sizeof (long long))))
18598 exit (1);
18599 fprintf (f, "%ld\n", i);
18600 }
18601 else
18602 {
18603 unsigned long i = ulongval ();
18604 if (i != ((long) (sizeof (long long))))
18605 exit (1);
18606 fprintf (f, "%lu\n", i);
18607 }
18608 exit (ferror (f) || fclose (f) != 0);
18609
18610 ;
18611 return 0;
18612 }
18613 _ACEOF
18614 rm -f conftest$ac_exeext
18615 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18616 (eval $ac_link) 2>&5
18617 ac_status=$?
18618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18619 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18621 (eval $ac_try) 2>&5
18622 ac_status=$?
18623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18624 (exit $ac_status); }; }; then
18625 ac_cv_sizeof_long_long=`cat conftest.val`
18626 else
18627 echo "$as_me: program exited with status $ac_status" >&5
18628 echo "$as_me: failed program was:" >&5
18629 sed 's/^/| /' conftest.$ac_ext >&5
18630
18631 ( exit $ac_status )
18632 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18633 See \`config.log' for more details." >&5
18634 echo "$as_me: error: cannot compute sizeof (long long), 77
18635 See \`config.log' for more details." >&2;}
18636 { (exit 1); exit 1; }; }
18637 fi
18638 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18639 fi
18640 fi
18641 rm -f conftest.val
18642 else
18643 ac_cv_sizeof_long_long=0
18644 fi
18645 fi
18646 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18647 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18648 cat >>confdefs.h <<_ACEOF
18649 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18650 _ACEOF
18651
18652
18653 if test "$ac_cv_sizeof_long_long" != "0"; then
18654 CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG"
18655 fi
18656 ;;
18657 * )
18658 echo "$as_me:$LINENO: checking for long long" >&5
18659 echo $ECHO_N "checking for long long... $ECHO_C" >&6
18660 if test "${ac_cv_type_long_long+set}" = set; then
18661 echo $ECHO_N "(cached) $ECHO_C" >&6
18662 else
18663 cat >conftest.$ac_ext <<_ACEOF
18664 /* confdefs.h. */
18665 _ACEOF
18666 cat confdefs.h >>conftest.$ac_ext
18667 cat >>conftest.$ac_ext <<_ACEOF
18668 /* end confdefs.h. */
18669 $ac_includes_default
18670 int
18671 main ()
18672 {
18673 if ((long long *) 0)
18674 return 0;
18675 if (sizeof (long long))
18676 return 0;
18677 ;
18678 return 0;
18679 }
18680 _ACEOF
18681 rm -f conftest.$ac_objext
18682 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18683 (eval $ac_compile) 2>conftest.er1
18684 ac_status=$?
18685 grep -v '^ *+' conftest.er1 >conftest.err
18686 rm -f conftest.er1
18687 cat conftest.err >&5
18688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18689 (exit $ac_status); } &&
18690 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18692 (eval $ac_try) 2>&5
18693 ac_status=$?
18694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18695 (exit $ac_status); }; } &&
18696 { ac_try='test -s conftest.$ac_objext'
18697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18698 (eval $ac_try) 2>&5
18699 ac_status=$?
18700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18701 (exit $ac_status); }; }; then
18702 ac_cv_type_long_long=yes
18703 else
18704 echo "$as_me: failed program was:" >&5
18705 sed 's/^/| /' conftest.$ac_ext >&5
18706
18707 ac_cv_type_long_long=no
18708 fi
18709 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18710 fi
18711 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18712 echo "${ECHO_T}$ac_cv_type_long_long" >&6
18713
18714 echo "$as_me:$LINENO: checking size of long long" >&5
18715 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18716 if test "${ac_cv_sizeof_long_long+set}" = set; then
18717 echo $ECHO_N "(cached) $ECHO_C" >&6
18718 else
18719 if test "$ac_cv_type_long_long" = yes; then
18720 # The cast to unsigned long works around a bug in the HP C Compiler
18721 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18722 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18723 # This bug is HP SR number 8606223364.
18724 if test "$cross_compiling" = yes; then
18725 # Depending upon the size, compute the lo and hi bounds.
18726 cat >conftest.$ac_ext <<_ACEOF
18727 /* confdefs.h. */
18728 _ACEOF
18729 cat confdefs.h >>conftest.$ac_ext
18730 cat >>conftest.$ac_ext <<_ACEOF
18731 /* end confdefs.h. */
18732 $ac_includes_default
18733 int
18734 main ()
18735 {
18736 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18737 test_array [0] = 0
18738
18739 ;
18740 return 0;
18741 }
18742 _ACEOF
18743 rm -f conftest.$ac_objext
18744 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18745 (eval $ac_compile) 2>conftest.er1
18746 ac_status=$?
18747 grep -v '^ *+' conftest.er1 >conftest.err
18748 rm -f conftest.er1
18749 cat conftest.err >&5
18750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18751 (exit $ac_status); } &&
18752 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18754 (eval $ac_try) 2>&5
18755 ac_status=$?
18756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18757 (exit $ac_status); }; } &&
18758 { ac_try='test -s conftest.$ac_objext'
18759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18760 (eval $ac_try) 2>&5
18761 ac_status=$?
18762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18763 (exit $ac_status); }; }; then
18764 ac_lo=0 ac_mid=0
18765 while :; do
18766 cat >conftest.$ac_ext <<_ACEOF
18767 /* confdefs.h. */
18768 _ACEOF
18769 cat confdefs.h >>conftest.$ac_ext
18770 cat >>conftest.$ac_ext <<_ACEOF
18771 /* end confdefs.h. */
18772 $ac_includes_default
18773 int
18774 main ()
18775 {
18776 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18777 test_array [0] = 0
18778
18779 ;
18780 return 0;
18781 }
18782 _ACEOF
18783 rm -f conftest.$ac_objext
18784 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18785 (eval $ac_compile) 2>conftest.er1
18786 ac_status=$?
18787 grep -v '^ *+' conftest.er1 >conftest.err
18788 rm -f conftest.er1
18789 cat conftest.err >&5
18790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18791 (exit $ac_status); } &&
18792 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18794 (eval $ac_try) 2>&5
18795 ac_status=$?
18796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18797 (exit $ac_status); }; } &&
18798 { ac_try='test -s conftest.$ac_objext'
18799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18800 (eval $ac_try) 2>&5
18801 ac_status=$?
18802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18803 (exit $ac_status); }; }; then
18804 ac_hi=$ac_mid; break
18805 else
18806 echo "$as_me: failed program was:" >&5
18807 sed 's/^/| /' conftest.$ac_ext >&5
18808
18809 ac_lo=`expr $ac_mid + 1`
18810 if test $ac_lo -le $ac_mid; then
18811 ac_lo= ac_hi=
18812 break
18813 fi
18814 ac_mid=`expr 2 '*' $ac_mid + 1`
18815 fi
18816 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18817 done
18818 else
18819 echo "$as_me: failed program was:" >&5
18820 sed 's/^/| /' conftest.$ac_ext >&5
18821
18822 cat >conftest.$ac_ext <<_ACEOF
18823 /* confdefs.h. */
18824 _ACEOF
18825 cat confdefs.h >>conftest.$ac_ext
18826 cat >>conftest.$ac_ext <<_ACEOF
18827 /* end confdefs.h. */
18828 $ac_includes_default
18829 int
18830 main ()
18831 {
18832 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18833 test_array [0] = 0
18834
18835 ;
18836 return 0;
18837 }
18838 _ACEOF
18839 rm -f conftest.$ac_objext
18840 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18841 (eval $ac_compile) 2>conftest.er1
18842 ac_status=$?
18843 grep -v '^ *+' conftest.er1 >conftest.err
18844 rm -f conftest.er1
18845 cat conftest.err >&5
18846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18847 (exit $ac_status); } &&
18848 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18850 (eval $ac_try) 2>&5
18851 ac_status=$?
18852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18853 (exit $ac_status); }; } &&
18854 { ac_try='test -s conftest.$ac_objext'
18855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18856 (eval $ac_try) 2>&5
18857 ac_status=$?
18858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18859 (exit $ac_status); }; }; then
18860 ac_hi=-1 ac_mid=-1
18861 while :; do
18862 cat >conftest.$ac_ext <<_ACEOF
18863 /* confdefs.h. */
18864 _ACEOF
18865 cat confdefs.h >>conftest.$ac_ext
18866 cat >>conftest.$ac_ext <<_ACEOF
18867 /* end confdefs.h. */
18868 $ac_includes_default
18869 int
18870 main ()
18871 {
18872 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18873 test_array [0] = 0
18874
18875 ;
18876 return 0;
18877 }
18878 _ACEOF
18879 rm -f conftest.$ac_objext
18880 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18881 (eval $ac_compile) 2>conftest.er1
18882 ac_status=$?
18883 grep -v '^ *+' conftest.er1 >conftest.err
18884 rm -f conftest.er1
18885 cat conftest.err >&5
18886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18887 (exit $ac_status); } &&
18888 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18890 (eval $ac_try) 2>&5
18891 ac_status=$?
18892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18893 (exit $ac_status); }; } &&
18894 { ac_try='test -s conftest.$ac_objext'
18895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18896 (eval $ac_try) 2>&5
18897 ac_status=$?
18898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18899 (exit $ac_status); }; }; then
18900 ac_lo=$ac_mid; break
18901 else
18902 echo "$as_me: failed program was:" >&5
18903 sed 's/^/| /' conftest.$ac_ext >&5
18904
18905 ac_hi=`expr '(' $ac_mid ')' - 1`
18906 if test $ac_mid -le $ac_hi; then
18907 ac_lo= ac_hi=
18908 break
18909 fi
18910 ac_mid=`expr 2 '*' $ac_mid`
18911 fi
18912 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18913 done
18914 else
18915 echo "$as_me: failed program was:" >&5
18916 sed 's/^/| /' conftest.$ac_ext >&5
18917
18918 ac_lo= ac_hi=
18919 fi
18920 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18921 fi
18922 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18923 # Binary search between lo and hi bounds.
18924 while test "x$ac_lo" != "x$ac_hi"; do
18925 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18926 cat >conftest.$ac_ext <<_ACEOF
18927 /* confdefs.h. */
18928 _ACEOF
18929 cat confdefs.h >>conftest.$ac_ext
18930 cat >>conftest.$ac_ext <<_ACEOF
18931 /* end confdefs.h. */
18932 $ac_includes_default
18933 int
18934 main ()
18935 {
18936 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18937 test_array [0] = 0
18938
18939 ;
18940 return 0;
18941 }
18942 _ACEOF
18943 rm -f conftest.$ac_objext
18944 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18945 (eval $ac_compile) 2>conftest.er1
18946 ac_status=$?
18947 grep -v '^ *+' conftest.er1 >conftest.err
18948 rm -f conftest.er1
18949 cat conftest.err >&5
18950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18951 (exit $ac_status); } &&
18952 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18954 (eval $ac_try) 2>&5
18955 ac_status=$?
18956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18957 (exit $ac_status); }; } &&
18958 { ac_try='test -s conftest.$ac_objext'
18959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18960 (eval $ac_try) 2>&5
18961 ac_status=$?
18962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18963 (exit $ac_status); }; }; then
18964 ac_hi=$ac_mid
18965 else
18966 echo "$as_me: failed program was:" >&5
18967 sed 's/^/| /' conftest.$ac_ext >&5
18968
18969 ac_lo=`expr '(' $ac_mid ')' + 1`
18970 fi
18971 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18972 done
18973 case $ac_lo in
18974 ?*) ac_cv_sizeof_long_long=$ac_lo;;
18975 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18976 See \`config.log' for more details." >&5
18977 echo "$as_me: error: cannot compute sizeof (long long), 77
18978 See \`config.log' for more details." >&2;}
18979 { (exit 1); exit 1; }; } ;;
18980 esac
18981 else
18982 if test "$cross_compiling" = yes; then
18983 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18984 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18985 { (exit 1); exit 1; }; }
18986 else
18987 cat >conftest.$ac_ext <<_ACEOF
18988 /* confdefs.h. */
18989 _ACEOF
18990 cat confdefs.h >>conftest.$ac_ext
18991 cat >>conftest.$ac_ext <<_ACEOF
18992 /* end confdefs.h. */
18993 $ac_includes_default
18994 long longval () { return (long) (sizeof (long long)); }
18995 unsigned long ulongval () { return (long) (sizeof (long long)); }
18996 #include <stdio.h>
18997 #include <stdlib.h>
18998 int
18999 main ()
19000 {
19001
19002 FILE *f = fopen ("conftest.val", "w");
19003 if (! f)
19004 exit (1);
19005 if (((long) (sizeof (long long))) < 0)
19006 {
19007 long i = longval ();
19008 if (i != ((long) (sizeof (long long))))
19009 exit (1);
19010 fprintf (f, "%ld\n", i);
19011 }
19012 else
19013 {
19014 unsigned long i = ulongval ();
19015 if (i != ((long) (sizeof (long long))))
19016 exit (1);
19017 fprintf (f, "%lu\n", i);
19018 }
19019 exit (ferror (f) || fclose (f) != 0);
19020
19021 ;
19022 return 0;
19023 }
19024 _ACEOF
19025 rm -f conftest$ac_exeext
19026 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19027 (eval $ac_link) 2>&5
19028 ac_status=$?
19029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19030 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19032 (eval $ac_try) 2>&5
19033 ac_status=$?
19034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19035 (exit $ac_status); }; }; then
19036 ac_cv_sizeof_long_long=`cat conftest.val`
19037 else
19038 echo "$as_me: program exited with status $ac_status" >&5
19039 echo "$as_me: failed program was:" >&5
19040 sed 's/^/| /' conftest.$ac_ext >&5
19041
19042 ( exit $ac_status )
19043 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19044 See \`config.log' for more details." >&5
19045 echo "$as_me: error: cannot compute sizeof (long long), 77
19046 See \`config.log' for more details." >&2;}
19047 { (exit 1); exit 1; }; }
19048 fi
19049 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19050 fi
19051 fi
19052 rm -f conftest.val
19053 else
19054 ac_cv_sizeof_long_long=0
19055 fi
19056 fi
19057 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19058 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19059 cat >>confdefs.h <<_ACEOF
19060 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19061 _ACEOF
19062
19063
19064 esac
19065
19066 echo "$as_me:$LINENO: checking for wchar_t" >&5
19067 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
19068 if test "${ac_cv_type_wchar_t+set}" = set; then
19069 echo $ECHO_N "(cached) $ECHO_C" >&6
19070 else
19071 cat >conftest.$ac_ext <<_ACEOF
19072 /* confdefs.h. */
19073 _ACEOF
19074 cat confdefs.h >>conftest.$ac_ext
19075 cat >>conftest.$ac_ext <<_ACEOF
19076 /* end confdefs.h. */
19077
19078 /* DJGPP only has fake wchar_t: */
19079 #ifdef __DJGPP__
19080 # error "fake wchar_t"
19081 #endif
19082 #ifdef HAVE_WCHAR_H
19083 # ifdef __CYGWIN__
19084 # include <stddef.h>
19085 # endif
19086 # include <wchar.h>
19087 #endif
19088 #ifdef HAVE_STDLIB_H
19089 # include <stdlib.h>
19090 #endif
19091 #include <stdio.h>
19092
19093
19094
19095 int
19096 main ()
19097 {
19098 if ((wchar_t *) 0)
19099 return 0;
19100 if (sizeof (wchar_t))
19101 return 0;
19102 ;
19103 return 0;
19104 }
19105 _ACEOF
19106 rm -f conftest.$ac_objext
19107 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19108 (eval $ac_compile) 2>conftest.er1
19109 ac_status=$?
19110 grep -v '^ *+' conftest.er1 >conftest.err
19111 rm -f conftest.er1
19112 cat conftest.err >&5
19113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19114 (exit $ac_status); } &&
19115 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19117 (eval $ac_try) 2>&5
19118 ac_status=$?
19119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19120 (exit $ac_status); }; } &&
19121 { ac_try='test -s conftest.$ac_objext'
19122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19123 (eval $ac_try) 2>&5
19124 ac_status=$?
19125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19126 (exit $ac_status); }; }; then
19127 ac_cv_type_wchar_t=yes
19128 else
19129 echo "$as_me: failed program was:" >&5
19130 sed 's/^/| /' conftest.$ac_ext >&5
19131
19132 ac_cv_type_wchar_t=no
19133 fi
19134 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19135 fi
19136 echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
19137 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6
19138
19139 echo "$as_me:$LINENO: checking size of wchar_t" >&5
19140 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
19141 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
19142 echo $ECHO_N "(cached) $ECHO_C" >&6
19143 else
19144 if test "$ac_cv_type_wchar_t" = yes; then
19145 # The cast to unsigned long works around a bug in the HP C Compiler
19146 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19147 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19148 # This bug is HP SR number 8606223364.
19149 if test "$cross_compiling" = yes; then
19150 # Depending upon the size, compute the lo and hi bounds.
19151 cat >conftest.$ac_ext <<_ACEOF
19152 /* confdefs.h. */
19153 _ACEOF
19154 cat confdefs.h >>conftest.$ac_ext
19155 cat >>conftest.$ac_ext <<_ACEOF
19156 /* end confdefs.h. */
19157
19158 /* DJGPP only has fake wchar_t: */
19159 #ifdef __DJGPP__
19160 # error "fake wchar_t"
19161 #endif
19162 #ifdef HAVE_WCHAR_H
19163 # ifdef __CYGWIN__
19164 # include <stddef.h>
19165 # endif
19166 # include <wchar.h>
19167 #endif
19168 #ifdef HAVE_STDLIB_H
19169 # include <stdlib.h>
19170 #endif
19171 #include <stdio.h>
19172
19173
19174
19175 int
19176 main ()
19177 {
19178 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)];
19179 test_array [0] = 0
19180
19181 ;
19182 return 0;
19183 }
19184 _ACEOF
19185 rm -f conftest.$ac_objext
19186 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19187 (eval $ac_compile) 2>conftest.er1
19188 ac_status=$?
19189 grep -v '^ *+' conftest.er1 >conftest.err
19190 rm -f conftest.er1
19191 cat conftest.err >&5
19192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19193 (exit $ac_status); } &&
19194 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19196 (eval $ac_try) 2>&5
19197 ac_status=$?
19198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19199 (exit $ac_status); }; } &&
19200 { ac_try='test -s conftest.$ac_objext'
19201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19202 (eval $ac_try) 2>&5
19203 ac_status=$?
19204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19205 (exit $ac_status); }; }; then
19206 ac_lo=0 ac_mid=0
19207 while :; do
19208 cat >conftest.$ac_ext <<_ACEOF
19209 /* confdefs.h. */
19210 _ACEOF
19211 cat confdefs.h >>conftest.$ac_ext
19212 cat >>conftest.$ac_ext <<_ACEOF
19213 /* end confdefs.h. */
19214
19215 /* DJGPP only has fake wchar_t: */
19216 #ifdef __DJGPP__
19217 # error "fake wchar_t"
19218 #endif
19219 #ifdef HAVE_WCHAR_H
19220 # ifdef __CYGWIN__
19221 # include <stddef.h>
19222 # endif
19223 # include <wchar.h>
19224 #endif
19225 #ifdef HAVE_STDLIB_H
19226 # include <stdlib.h>
19227 #endif
19228 #include <stdio.h>
19229
19230
19231
19232 int
19233 main ()
19234 {
19235 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19236 test_array [0] = 0
19237
19238 ;
19239 return 0;
19240 }
19241 _ACEOF
19242 rm -f conftest.$ac_objext
19243 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19244 (eval $ac_compile) 2>conftest.er1
19245 ac_status=$?
19246 grep -v '^ *+' conftest.er1 >conftest.err
19247 rm -f conftest.er1
19248 cat conftest.err >&5
19249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19250 (exit $ac_status); } &&
19251 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19253 (eval $ac_try) 2>&5
19254 ac_status=$?
19255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19256 (exit $ac_status); }; } &&
19257 { ac_try='test -s conftest.$ac_objext'
19258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19259 (eval $ac_try) 2>&5
19260 ac_status=$?
19261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19262 (exit $ac_status); }; }; then
19263 ac_hi=$ac_mid; break
19264 else
19265 echo "$as_me: failed program was:" >&5
19266 sed 's/^/| /' conftest.$ac_ext >&5
19267
19268 ac_lo=`expr $ac_mid + 1`
19269 if test $ac_lo -le $ac_mid; then
19270 ac_lo= ac_hi=
19271 break
19272 fi
19273 ac_mid=`expr 2 '*' $ac_mid + 1`
19274 fi
19275 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19276 done
19277 else
19278 echo "$as_me: failed program was:" >&5
19279 sed 's/^/| /' conftest.$ac_ext >&5
19280
19281 cat >conftest.$ac_ext <<_ACEOF
19282 /* confdefs.h. */
19283 _ACEOF
19284 cat confdefs.h >>conftest.$ac_ext
19285 cat >>conftest.$ac_ext <<_ACEOF
19286 /* end confdefs.h. */
19287
19288 /* DJGPP only has fake wchar_t: */
19289 #ifdef __DJGPP__
19290 # error "fake wchar_t"
19291 #endif
19292 #ifdef HAVE_WCHAR_H
19293 # ifdef __CYGWIN__
19294 # include <stddef.h>
19295 # endif
19296 # include <wchar.h>
19297 #endif
19298 #ifdef HAVE_STDLIB_H
19299 # include <stdlib.h>
19300 #endif
19301 #include <stdio.h>
19302
19303
19304
19305 int
19306 main ()
19307 {
19308 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)];
19309 test_array [0] = 0
19310
19311 ;
19312 return 0;
19313 }
19314 _ACEOF
19315 rm -f conftest.$ac_objext
19316 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19317 (eval $ac_compile) 2>conftest.er1
19318 ac_status=$?
19319 grep -v '^ *+' conftest.er1 >conftest.err
19320 rm -f conftest.er1
19321 cat conftest.err >&5
19322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19323 (exit $ac_status); } &&
19324 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19326 (eval $ac_try) 2>&5
19327 ac_status=$?
19328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19329 (exit $ac_status); }; } &&
19330 { ac_try='test -s conftest.$ac_objext'
19331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19332 (eval $ac_try) 2>&5
19333 ac_status=$?
19334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19335 (exit $ac_status); }; }; then
19336 ac_hi=-1 ac_mid=-1
19337 while :; do
19338 cat >conftest.$ac_ext <<_ACEOF
19339 /* confdefs.h. */
19340 _ACEOF
19341 cat confdefs.h >>conftest.$ac_ext
19342 cat >>conftest.$ac_ext <<_ACEOF
19343 /* end confdefs.h. */
19344
19345 /* DJGPP only has fake wchar_t: */
19346 #ifdef __DJGPP__
19347 # error "fake wchar_t"
19348 #endif
19349 #ifdef HAVE_WCHAR_H
19350 # ifdef __CYGWIN__
19351 # include <stddef.h>
19352 # endif
19353 # include <wchar.h>
19354 #endif
19355 #ifdef HAVE_STDLIB_H
19356 # include <stdlib.h>
19357 #endif
19358 #include <stdio.h>
19359
19360
19361
19362 int
19363 main ()
19364 {
19365 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= $ac_mid)];
19366 test_array [0] = 0
19367
19368 ;
19369 return 0;
19370 }
19371 _ACEOF
19372 rm -f conftest.$ac_objext
19373 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19374 (eval $ac_compile) 2>conftest.er1
19375 ac_status=$?
19376 grep -v '^ *+' conftest.er1 >conftest.err
19377 rm -f conftest.er1
19378 cat conftest.err >&5
19379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19380 (exit $ac_status); } &&
19381 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19383 (eval $ac_try) 2>&5
19384 ac_status=$?
19385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19386 (exit $ac_status); }; } &&
19387 { ac_try='test -s conftest.$ac_objext'
19388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19389 (eval $ac_try) 2>&5
19390 ac_status=$?
19391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19392 (exit $ac_status); }; }; then
19393 ac_lo=$ac_mid; break
19394 else
19395 echo "$as_me: failed program was:" >&5
19396 sed 's/^/| /' conftest.$ac_ext >&5
19397
19398 ac_hi=`expr '(' $ac_mid ')' - 1`
19399 if test $ac_mid -le $ac_hi; then
19400 ac_lo= ac_hi=
19401 break
19402 fi
19403 ac_mid=`expr 2 '*' $ac_mid`
19404 fi
19405 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19406 done
19407 else
19408 echo "$as_me: failed program was:" >&5
19409 sed 's/^/| /' conftest.$ac_ext >&5
19410
19411 ac_lo= ac_hi=
19412 fi
19413 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19414 fi
19415 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19416 # Binary search between lo and hi bounds.
19417 while test "x$ac_lo" != "x$ac_hi"; do
19418 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19419 cat >conftest.$ac_ext <<_ACEOF
19420 /* confdefs.h. */
19421 _ACEOF
19422 cat confdefs.h >>conftest.$ac_ext
19423 cat >>conftest.$ac_ext <<_ACEOF
19424 /* end confdefs.h. */
19425
19426 /* DJGPP only has fake wchar_t: */
19427 #ifdef __DJGPP__
19428 # error "fake wchar_t"
19429 #endif
19430 #ifdef HAVE_WCHAR_H
19431 # ifdef __CYGWIN__
19432 # include <stddef.h>
19433 # endif
19434 # include <wchar.h>
19435 #endif
19436 #ifdef HAVE_STDLIB_H
19437 # include <stdlib.h>
19438 #endif
19439 #include <stdio.h>
19440
19441
19442
19443 int
19444 main ()
19445 {
19446 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19447 test_array [0] = 0
19448
19449 ;
19450 return 0;
19451 }
19452 _ACEOF
19453 rm -f conftest.$ac_objext
19454 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19455 (eval $ac_compile) 2>conftest.er1
19456 ac_status=$?
19457 grep -v '^ *+' conftest.er1 >conftest.err
19458 rm -f conftest.er1
19459 cat conftest.err >&5
19460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19461 (exit $ac_status); } &&
19462 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19464 (eval $ac_try) 2>&5
19465 ac_status=$?
19466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19467 (exit $ac_status); }; } &&
19468 { ac_try='test -s conftest.$ac_objext'
19469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19470 (eval $ac_try) 2>&5
19471 ac_status=$?
19472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19473 (exit $ac_status); }; }; then
19474 ac_hi=$ac_mid
19475 else
19476 echo "$as_me: failed program was:" >&5
19477 sed 's/^/| /' conftest.$ac_ext >&5
19478
19479 ac_lo=`expr '(' $ac_mid ')' + 1`
19480 fi
19481 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19482 done
19483 case $ac_lo in
19484 ?*) ac_cv_sizeof_wchar_t=$ac_lo;;
19485 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
19486 See \`config.log' for more details." >&5
19487 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
19488 See \`config.log' for more details." >&2;}
19489 { (exit 1); exit 1; }; } ;;
19490 esac
19491 else
19492 if test "$cross_compiling" = yes; then
19493 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19494 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19495 { (exit 1); exit 1; }; }
19496 else
19497 cat >conftest.$ac_ext <<_ACEOF
19498 /* confdefs.h. */
19499 _ACEOF
19500 cat confdefs.h >>conftest.$ac_ext
19501 cat >>conftest.$ac_ext <<_ACEOF
19502 /* end confdefs.h. */
19503
19504 /* DJGPP only has fake wchar_t: */
19505 #ifdef __DJGPP__
19506 # error "fake wchar_t"
19507 #endif
19508 #ifdef HAVE_WCHAR_H
19509 # ifdef __CYGWIN__
19510 # include <stddef.h>
19511 # endif
19512 # include <wchar.h>
19513 #endif
19514 #ifdef HAVE_STDLIB_H
19515 # include <stdlib.h>
19516 #endif
19517 #include <stdio.h>
19518
19519
19520
19521 long longval () { return (long) (sizeof (wchar_t)); }
19522 unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
19523 #include <stdio.h>
19524 #include <stdlib.h>
19525 int
19526 main ()
19527 {
19528
19529 FILE *f = fopen ("conftest.val", "w");
19530 if (! f)
19531 exit (1);
19532 if (((long) (sizeof (wchar_t))) < 0)
19533 {
19534 long i = longval ();
19535 if (i != ((long) (sizeof (wchar_t))))
19536 exit (1);
19537 fprintf (f, "%ld\n", i);
19538 }
19539 else
19540 {
19541 unsigned long i = ulongval ();
19542 if (i != ((long) (sizeof (wchar_t))))
19543 exit (1);
19544 fprintf (f, "%lu\n", i);
19545 }
19546 exit (ferror (f) || fclose (f) != 0);
19547
19548 ;
19549 return 0;
19550 }
19551 _ACEOF
19552 rm -f conftest$ac_exeext
19553 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19554 (eval $ac_link) 2>&5
19555 ac_status=$?
19556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19557 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19559 (eval $ac_try) 2>&5
19560 ac_status=$?
19561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19562 (exit $ac_status); }; }; then
19563 ac_cv_sizeof_wchar_t=`cat conftest.val`
19564 else
19565 echo "$as_me: program exited with status $ac_status" >&5
19566 echo "$as_me: failed program was:" >&5
19567 sed 's/^/| /' conftest.$ac_ext >&5
19568
19569 ( exit $ac_status )
19570 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
19571 See \`config.log' for more details." >&5
19572 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
19573 See \`config.log' for more details." >&2;}
19574 { (exit 1); exit 1; }; }
19575 fi
19576 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19577 fi
19578 fi
19579 rm -f conftest.val
19580 else
19581 ac_cv_sizeof_wchar_t=0
19582 fi
19583 fi
19584 echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
19585 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6
19586 cat >>confdefs.h <<_ACEOF
19587 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
19588 _ACEOF
19589
19590
19591
19592 echo "$as_me:$LINENO: checking for va_copy" >&5
19593 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
19594 if test "${wx_cv_func_va_copy+set}" = set; then
19595 echo $ECHO_N "(cached) $ECHO_C" >&6
19596 else
19597
19598 cat >conftest.$ac_ext <<_ACEOF
19599
19600 #include <stdarg.h>
19601 void foo(char *f, ...)
19602 {
19603 va_list ap1, ap2;
19604 va_start(ap1, f);
19605 va_copy(ap2, ap1);
19606 va_end(ap2);
19607 va_end(ap1);
19608 }
19609 int main()
19610 {
19611 foo("hi", 17);
19612 return 0;
19613 }
19614 _ACEOF
19615 rm -f conftest.$ac_objext conftest$ac_exeext
19616 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19617 (eval $ac_link) 2>conftest.er1
19618 ac_status=$?
19619 grep -v '^ *+' conftest.er1 >conftest.err
19620 rm -f conftest.er1
19621 cat conftest.err >&5
19622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19623 (exit $ac_status); } &&
19624 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19626 (eval $ac_try) 2>&5
19627 ac_status=$?
19628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19629 (exit $ac_status); }; } &&
19630 { ac_try='test -s conftest$ac_exeext'
19631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19632 (eval $ac_try) 2>&5
19633 ac_status=$?
19634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19635 (exit $ac_status); }; }; then
19636 wx_cv_func_va_copy=yes
19637 else
19638 echo "$as_me: failed program was:" >&5
19639 sed 's/^/| /' conftest.$ac_ext >&5
19640
19641 wx_cv_func_va_copy=no
19642
19643 fi
19644 rm -f conftest.err conftest.$ac_objext \
19645 conftest$ac_exeext conftest.$ac_ext
19646
19647
19648 fi
19649 echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
19650 echo "${ECHO_T}$wx_cv_func_va_copy" >&6
19651
19652 if test $wx_cv_func_va_copy = "yes"; then
19653 cat >>confdefs.h <<\_ACEOF
19654 #define HAVE_VA_COPY 1
19655 _ACEOF
19656
19657 else
19658 echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
19659 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6
19660 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
19661 echo $ECHO_N "(cached) $ECHO_C" >&6
19662 else
19663
19664 if test "$cross_compiling" = yes; then
19665 wx_cv_type_va_list_lvalue=yes
19666
19667 else
19668 cat >conftest.$ac_ext <<_ACEOF
19669
19670 #include <stdarg.h>
19671 int foo(char *f, ...)
19672 {
19673 va_list ap1, ap2;
19674 va_start(ap1, f);
19675 ap2 = ap1;
19676 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
19677 return 1;
19678 va_end(ap2);
19679 va_end(ap1);
19680 return 0;
19681 }
19682 int main()
19683 {
19684 return foo("hi", 17);
19685 }
19686 _ACEOF
19687 rm -f conftest$ac_exeext
19688 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19689 (eval $ac_link) 2>&5
19690 ac_status=$?
19691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19692 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19694 (eval $ac_try) 2>&5
19695 ac_status=$?
19696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19697 (exit $ac_status); }; }; then
19698 wx_cv_type_va_list_lvalue=yes
19699 else
19700 echo "$as_me: program exited with status $ac_status" >&5
19701 echo "$as_me: failed program was:" >&5
19702 sed 's/^/| /' conftest.$ac_ext >&5
19703
19704 ( exit $ac_status )
19705 wx_cv_type_va_list_lvalue=no
19706 fi
19707 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19708 fi
19709
19710
19711 fi
19712 echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
19713 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6
19714
19715 if test $wx_cv_type_va_list_lvalue != "yes"; then
19716 cat >>confdefs.h <<\_ACEOF
19717 #define VA_LIST_IS_ARRAY 1
19718 _ACEOF
19719
19720 fi
19721 fi
19722
19723 # Check whether --enable-largefile or --disable-largefile was given.
19724 if test "${enable_largefile+set}" = set; then
19725 enableval="$enable_largefile"
19726
19727 fi;
19728 if test "$enable_largefile" != no; then
19729 wx_largefile=no
19730
19731 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
19732 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
19733 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
19734 echo $ECHO_N "(cached) $ECHO_C" >&6
19735 else
19736
19737 cat >conftest.$ac_ext <<_ACEOF
19738 /* confdefs.h. */
19739 _ACEOF
19740 cat confdefs.h >>conftest.$ac_ext
19741 cat >>conftest.$ac_ext <<_ACEOF
19742 /* end confdefs.h. */
19743 #define _FILE_OFFSET_BITS 64
19744 #include <sys/types.h>
19745 int
19746 main ()
19747 {
19748 typedef struct {
19749 unsigned int field: sizeof(off_t) == 8;
19750 } wxlf;
19751
19752 ;
19753 return 0;
19754 }
19755 _ACEOF
19756 rm -f conftest.$ac_objext
19757 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19758 (eval $ac_compile) 2>conftest.er1
19759 ac_status=$?
19760 grep -v '^ *+' conftest.er1 >conftest.err
19761 rm -f conftest.er1
19762 cat conftest.err >&5
19763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19764 (exit $ac_status); } &&
19765 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19767 (eval $ac_try) 2>&5
19768 ac_status=$?
19769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19770 (exit $ac_status); }; } &&
19771 { ac_try='test -s conftest.$ac_objext'
19772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19773 (eval $ac_try) 2>&5
19774 ac_status=$?
19775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19776 (exit $ac_status); }; }; then
19777 ac_cv_sys_file_offset_bits=64
19778 else
19779 echo "$as_me: failed program was:" >&5
19780 sed 's/^/| /' conftest.$ac_ext >&5
19781
19782 ac_cv_sys_file_offset_bits=no
19783 fi
19784 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19785
19786
19787 fi
19788 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
19789 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
19790
19791 if test "$ac_cv_sys_file_offset_bits" != no; then
19792 wx_largefile=yes
19793 cat >>confdefs.h <<_ACEOF
19794 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
19795 _ACEOF
19796
19797 fi
19798
19799 if test "x$wx_largefile" != "xyes"; then
19800
19801 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
19802 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
19803 if test "${ac_cv_sys_large_files+set}" = set; then
19804 echo $ECHO_N "(cached) $ECHO_C" >&6
19805 else
19806
19807 cat >conftest.$ac_ext <<_ACEOF
19808 /* confdefs.h. */
19809 _ACEOF
19810 cat confdefs.h >>conftest.$ac_ext
19811 cat >>conftest.$ac_ext <<_ACEOF
19812 /* end confdefs.h. */
19813 #define _LARGE_FILES 1
19814 #include <sys/types.h>
19815 int
19816 main ()
19817 {
19818 typedef struct {
19819 unsigned int field: sizeof(off_t) == 8;
19820 } wxlf;
19821
19822 ;
19823 return 0;
19824 }
19825 _ACEOF
19826 rm -f conftest.$ac_objext
19827 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19828 (eval $ac_compile) 2>conftest.er1
19829 ac_status=$?
19830 grep -v '^ *+' conftest.er1 >conftest.err
19831 rm -f conftest.er1
19832 cat conftest.err >&5
19833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19834 (exit $ac_status); } &&
19835 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19837 (eval $ac_try) 2>&5
19838 ac_status=$?
19839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19840 (exit $ac_status); }; } &&
19841 { ac_try='test -s conftest.$ac_objext'
19842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19843 (eval $ac_try) 2>&5
19844 ac_status=$?
19845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19846 (exit $ac_status); }; }; then
19847 ac_cv_sys_large_files=1
19848 else
19849 echo "$as_me: failed program was:" >&5
19850 sed 's/^/| /' conftest.$ac_ext >&5
19851
19852 ac_cv_sys_large_files=no
19853 fi
19854 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19855
19856
19857 fi
19858 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
19859 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
19860
19861 if test "$ac_cv_sys_large_files" != no; then
19862 wx_largefile=yes
19863 cat >>confdefs.h <<_ACEOF
19864 #define _LARGE_FILES $ac_cv_sys_large_files
19865 _ACEOF
19866
19867 fi
19868
19869 fi
19870
19871 echo "$as_me:$LINENO: checking if large file support is available" >&5
19872 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
19873 if test "x$wx_largefile" = "xyes"; then
19874 cat >>confdefs.h <<\_ACEOF
19875 #define HAVE_LARGEFILE_SUPPORT 1
19876 _ACEOF
19877
19878 fi
19879 echo "$as_me:$LINENO: result: $wx_largefile" >&5
19880 echo "${ECHO_T}$wx_largefile" >&6
19881 fi
19882
19883
19884 if test "x$wx_largefile" = "xyes"; then
19885 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
19886 WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
19887 else
19888 WX_LARGEFILE_FLAGS="-D_LARGE_FILES"
19889 fi
19890 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
19891 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
19892 if test "${ac_cv_sys_largefile_source+set}" = set; then
19893 echo $ECHO_N "(cached) $ECHO_C" >&6
19894 else
19895 while :; do
19896 ac_cv_sys_largefile_source=no
19897 cat >conftest.$ac_ext <<_ACEOF
19898 /* confdefs.h. */
19899 _ACEOF
19900 cat confdefs.h >>conftest.$ac_ext
19901 cat >>conftest.$ac_ext <<_ACEOF
19902 /* end confdefs.h. */
19903 #include <stdio.h>
19904 int
19905 main ()
19906 {
19907 return !fseeko;
19908 ;
19909 return 0;
19910 }
19911 _ACEOF
19912 rm -f conftest.$ac_objext
19913 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19914 (eval $ac_compile) 2>conftest.er1
19915 ac_status=$?
19916 grep -v '^ *+' conftest.er1 >conftest.err
19917 rm -f conftest.er1
19918 cat conftest.err >&5
19919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19920 (exit $ac_status); } &&
19921 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19923 (eval $ac_try) 2>&5
19924 ac_status=$?
19925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19926 (exit $ac_status); }; } &&
19927 { ac_try='test -s conftest.$ac_objext'
19928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19929 (eval $ac_try) 2>&5
19930 ac_status=$?
19931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19932 (exit $ac_status); }; }; then
19933 break
19934 else
19935 echo "$as_me: failed program was:" >&5
19936 sed 's/^/| /' conftest.$ac_ext >&5
19937
19938 fi
19939 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19940 cat >conftest.$ac_ext <<_ACEOF
19941 /* confdefs.h. */
19942 _ACEOF
19943 cat confdefs.h >>conftest.$ac_ext
19944 cat >>conftest.$ac_ext <<_ACEOF
19945 /* end confdefs.h. */
19946 #define _LARGEFILE_SOURCE 1
19947 #include <stdio.h>
19948 int
19949 main ()
19950 {
19951 return !fseeko;
19952 ;
19953 return 0;
19954 }
19955 _ACEOF
19956 rm -f conftest.$ac_objext
19957 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19958 (eval $ac_compile) 2>conftest.er1
19959 ac_status=$?
19960 grep -v '^ *+' conftest.er1 >conftest.err
19961 rm -f conftest.er1
19962 cat conftest.err >&5
19963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19964 (exit $ac_status); } &&
19965 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19967 (eval $ac_try) 2>&5
19968 ac_status=$?
19969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19970 (exit $ac_status); }; } &&
19971 { ac_try='test -s conftest.$ac_objext'
19972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19973 (eval $ac_try) 2>&5
19974 ac_status=$?
19975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19976 (exit $ac_status); }; }; then
19977 ac_cv_sys_largefile_source=1; break
19978 else
19979 echo "$as_me: failed program was:" >&5
19980 sed 's/^/| /' conftest.$ac_ext >&5
19981
19982 fi
19983 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19984 break
19985 done
19986 fi
19987 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
19988 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
19989 if test "$ac_cv_sys_largefile_source" != no; then
19990
19991 cat >>confdefs.h <<_ACEOF
19992 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
19993 _ACEOF
19994
19995 fi
19996 rm -f conftest*
19997
19998 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
19999 # in glibc 2.1.3, but that breaks too many other things.
20000 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
20001 echo "$as_me:$LINENO: checking for fseeko" >&5
20002 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
20003 if test "${ac_cv_func_fseeko+set}" = set; then
20004 echo $ECHO_N "(cached) $ECHO_C" >&6
20005 else
20006 cat >conftest.$ac_ext <<_ACEOF
20007 /* confdefs.h. */
20008 _ACEOF
20009 cat confdefs.h >>conftest.$ac_ext
20010 cat >>conftest.$ac_ext <<_ACEOF
20011 /* end confdefs.h. */
20012 #include <stdio.h>
20013 int
20014 main ()
20015 {
20016 return fseeko && fseeko (stdin, 0, 0);
20017 ;
20018 return 0;
20019 }
20020 _ACEOF
20021 rm -f conftest.$ac_objext conftest$ac_exeext
20022 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20023 (eval $ac_link) 2>conftest.er1
20024 ac_status=$?
20025 grep -v '^ *+' conftest.er1 >conftest.err
20026 rm -f conftest.er1
20027 cat conftest.err >&5
20028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20029 (exit $ac_status); } &&
20030 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20032 (eval $ac_try) 2>&5
20033 ac_status=$?
20034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20035 (exit $ac_status); }; } &&
20036 { ac_try='test -s conftest$ac_exeext'
20037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20038 (eval $ac_try) 2>&5
20039 ac_status=$?
20040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20041 (exit $ac_status); }; }; then
20042 ac_cv_func_fseeko=yes
20043 else
20044 echo "$as_me: failed program was:" >&5
20045 sed 's/^/| /' conftest.$ac_ext >&5
20046
20047 ac_cv_func_fseeko=no
20048 fi
20049 rm -f conftest.err conftest.$ac_objext \
20050 conftest$ac_exeext conftest.$ac_ext
20051 fi
20052 echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
20053 echo "${ECHO_T}$ac_cv_func_fseeko" >&6
20054 if test $ac_cv_func_fseeko = yes; then
20055
20056 cat >>confdefs.h <<\_ACEOF
20057 #define HAVE_FSEEKO 1
20058 _ACEOF
20059
20060 fi
20061
20062 if test "$ac_cv_sys_largefile_source" != no; then
20063 WX_LARGEFILE_FLAGS="$WX_LARGEFILE_FLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
20064 fi
20065 CPPFLAGS="$CPPFLAGS $WX_LARGEFILE_FLAGS"
20066 fi
20067
20068 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
20069 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
20070 if test "${ac_cv_c_bigendian+set}" = set; then
20071 echo $ECHO_N "(cached) $ECHO_C" >&6
20072 else
20073 ac_cv_c_bigendian=unknown
20074 # See if sys/param.h defines the BYTE_ORDER macro.
20075 cat >conftest.$ac_ext <<_ACEOF
20076 /* confdefs.h. */
20077 _ACEOF
20078 cat confdefs.h >>conftest.$ac_ext
20079 cat >>conftest.$ac_ext <<_ACEOF
20080 /* end confdefs.h. */
20081 #include <sys/types.h>
20082 #include <sys/param.h>
20083 int
20084 main ()
20085 {
20086
20087 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
20088 bogus endian macros
20089 #endif
20090 ;
20091 return 0;
20092 }
20093 _ACEOF
20094 rm -f conftest.$ac_objext
20095 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20096 (eval $ac_compile) 2>conftest.er1
20097 ac_status=$?
20098 grep -v '^ *+' conftest.er1 >conftest.err
20099 rm -f conftest.er1
20100 cat conftest.err >&5
20101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20102 (exit $ac_status); } &&
20103 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20105 (eval $ac_try) 2>&5
20106 ac_status=$?
20107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20108 (exit $ac_status); }; } &&
20109 { ac_try='test -s conftest.$ac_objext'
20110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20111 (eval $ac_try) 2>&5
20112 ac_status=$?
20113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20114 (exit $ac_status); }; }; then
20115 # It does; now see whether it defined to BIG_ENDIAN or not.
20116 cat >conftest.$ac_ext <<_ACEOF
20117 /* confdefs.h. */
20118 _ACEOF
20119 cat confdefs.h >>conftest.$ac_ext
20120 cat >>conftest.$ac_ext <<_ACEOF
20121 /* end confdefs.h. */
20122 #include <sys/types.h>
20123 #include <sys/param.h>
20124 int
20125 main ()
20126 {
20127
20128 #if BYTE_ORDER != BIG_ENDIAN
20129 not big endian
20130 #endif
20131 ;
20132 return 0;
20133 }
20134 _ACEOF
20135 rm -f conftest.$ac_objext
20136 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20137 (eval $ac_compile) 2>conftest.er1
20138 ac_status=$?
20139 grep -v '^ *+' conftest.er1 >conftest.err
20140 rm -f conftest.er1
20141 cat conftest.err >&5
20142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20143 (exit $ac_status); } &&
20144 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20146 (eval $ac_try) 2>&5
20147 ac_status=$?
20148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20149 (exit $ac_status); }; } &&
20150 { ac_try='test -s conftest.$ac_objext'
20151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20152 (eval $ac_try) 2>&5
20153 ac_status=$?
20154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20155 (exit $ac_status); }; }; then
20156 ac_cv_c_bigendian=yes
20157 else
20158 echo "$as_me: failed program was:" >&5
20159 sed 's/^/| /' conftest.$ac_ext >&5
20160
20161 ac_cv_c_bigendian=no
20162 fi
20163 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20164 else
20165 echo "$as_me: failed program was:" >&5
20166 sed 's/^/| /' conftest.$ac_ext >&5
20167
20168 fi
20169 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20170 if test $ac_cv_c_bigendian = unknown; then
20171 if test "$cross_compiling" = yes; then
20172 ac_cv_c_bigendian=unknown
20173 else
20174 cat >conftest.$ac_ext <<_ACEOF
20175 /* confdefs.h. */
20176 _ACEOF
20177 cat confdefs.h >>conftest.$ac_ext
20178 cat >>conftest.$ac_ext <<_ACEOF
20179 /* end confdefs.h. */
20180 main () {
20181 /* Are we little or big endian? From Harbison&Steele. */
20182 union
20183 {
20184 long l;
20185 char c[sizeof (long)];
20186 } u;
20187 u.l = 1;
20188 exit (u.c[sizeof (long) - 1] == 1);
20189 }
20190 _ACEOF
20191 rm -f conftest$ac_exeext
20192 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20193 (eval $ac_link) 2>&5
20194 ac_status=$?
20195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20196 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20198 (eval $ac_try) 2>&5
20199 ac_status=$?
20200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20201 (exit $ac_status); }; }; then
20202 ac_cv_c_bigendian=no
20203 else
20204 echo "$as_me: program exited with status $ac_status" >&5
20205 echo "$as_me: failed program was:" >&5
20206 sed 's/^/| /' conftest.$ac_ext >&5
20207
20208 ( exit $ac_status )
20209 ac_cv_c_bigendian=yes
20210 fi
20211 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20212 fi
20213 fi
20214 fi
20215 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
20216 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
20217 if test $ac_cv_c_bigendian = unknown; then
20218 { 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
20219 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;}
20220 fi
20221 if test $ac_cv_c_bigendian = yes; then
20222 cat >>confdefs.h <<\_ACEOF
20223 #define WORDS_BIGENDIAN 1
20224 _ACEOF
20225
20226 fi
20227
20228
20229 ac_ext=cc
20230 ac_cpp='$CXXCPP $CPPFLAGS'
20231 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20232 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20233 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20234 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
20235 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
20236 if test -z "$CXXCPP"; then
20237 if test "${ac_cv_prog_CXXCPP+set}" = set; then
20238 echo $ECHO_N "(cached) $ECHO_C" >&6
20239 else
20240 # Double quotes because CXXCPP needs to be expanded
20241 for CXXCPP in "$CXX -E" "/lib/cpp"
20242 do
20243 ac_preproc_ok=false
20244 for ac_cxx_preproc_warn_flag in '' yes
20245 do
20246 # Use a header file that comes with gcc, so configuring glibc
20247 # with a fresh cross-compiler works.
20248 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20249 # <limits.h> exists even on freestanding compilers.
20250 # On the NeXT, cc -E runs the code through the compiler's parser,
20251 # not just through cpp. "Syntax error" is here to catch this case.
20252 cat >conftest.$ac_ext <<_ACEOF
20253 /* confdefs.h. */
20254 _ACEOF
20255 cat confdefs.h >>conftest.$ac_ext
20256 cat >>conftest.$ac_ext <<_ACEOF
20257 /* end confdefs.h. */
20258 #ifdef __STDC__
20259 # include <limits.h>
20260 #else
20261 # include <assert.h>
20262 #endif
20263 Syntax error
20264 _ACEOF
20265 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20266 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20267 ac_status=$?
20268 grep -v '^ *+' conftest.er1 >conftest.err
20269 rm -f conftest.er1
20270 cat conftest.err >&5
20271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20272 (exit $ac_status); } >/dev/null; then
20273 if test -s conftest.err; then
20274 ac_cpp_err=$ac_cxx_preproc_warn_flag
20275 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
20276 else
20277 ac_cpp_err=
20278 fi
20279 else
20280 ac_cpp_err=yes
20281 fi
20282 if test -z "$ac_cpp_err"; then
20283 :
20284 else
20285 echo "$as_me: failed program was:" >&5
20286 sed 's/^/| /' conftest.$ac_ext >&5
20287
20288 # Broken: fails on valid input.
20289 continue
20290 fi
20291 rm -f conftest.err conftest.$ac_ext
20292
20293 # OK, works on sane cases. Now check whether non-existent headers
20294 # can be detected and how.
20295 cat >conftest.$ac_ext <<_ACEOF
20296 /* confdefs.h. */
20297 _ACEOF
20298 cat confdefs.h >>conftest.$ac_ext
20299 cat >>conftest.$ac_ext <<_ACEOF
20300 /* end confdefs.h. */
20301 #include <ac_nonexistent.h>
20302 _ACEOF
20303 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20304 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20305 ac_status=$?
20306 grep -v '^ *+' conftest.er1 >conftest.err
20307 rm -f conftest.er1
20308 cat conftest.err >&5
20309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20310 (exit $ac_status); } >/dev/null; then
20311 if test -s conftest.err; then
20312 ac_cpp_err=$ac_cxx_preproc_warn_flag
20313 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
20314 else
20315 ac_cpp_err=
20316 fi
20317 else
20318 ac_cpp_err=yes
20319 fi
20320 if test -z "$ac_cpp_err"; then
20321 # Broken: success on invalid input.
20322 continue
20323 else
20324 echo "$as_me: failed program was:" >&5
20325 sed 's/^/| /' conftest.$ac_ext >&5
20326
20327 # Passes both tests.
20328 ac_preproc_ok=:
20329 break
20330 fi
20331 rm -f conftest.err conftest.$ac_ext
20332
20333 done
20334 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20335 rm -f conftest.err conftest.$ac_ext
20336 if $ac_preproc_ok; then
20337 break
20338 fi
20339
20340 done
20341 ac_cv_prog_CXXCPP=$CXXCPP
20342
20343 fi
20344 CXXCPP=$ac_cv_prog_CXXCPP
20345 else
20346 ac_cv_prog_CXXCPP=$CXXCPP
20347 fi
20348 echo "$as_me:$LINENO: result: $CXXCPP" >&5
20349 echo "${ECHO_T}$CXXCPP" >&6
20350 ac_preproc_ok=false
20351 for ac_cxx_preproc_warn_flag in '' yes
20352 do
20353 # Use a header file that comes with gcc, so configuring glibc
20354 # with a fresh cross-compiler works.
20355 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20356 # <limits.h> exists even on freestanding compilers.
20357 # On the NeXT, cc -E runs the code through the compiler's parser,
20358 # not just through cpp. "Syntax error" is here to catch this case.
20359 cat >conftest.$ac_ext <<_ACEOF
20360 /* confdefs.h. */
20361 _ACEOF
20362 cat confdefs.h >>conftest.$ac_ext
20363 cat >>conftest.$ac_ext <<_ACEOF
20364 /* end confdefs.h. */
20365 #ifdef __STDC__
20366 # include <limits.h>
20367 #else
20368 # include <assert.h>
20369 #endif
20370 Syntax error
20371 _ACEOF
20372 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20373 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20374 ac_status=$?
20375 grep -v '^ *+' conftest.er1 >conftest.err
20376 rm -f conftest.er1
20377 cat conftest.err >&5
20378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20379 (exit $ac_status); } >/dev/null; then
20380 if test -s conftest.err; then
20381 ac_cpp_err=$ac_cxx_preproc_warn_flag
20382 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
20383 else
20384 ac_cpp_err=
20385 fi
20386 else
20387 ac_cpp_err=yes
20388 fi
20389 if test -z "$ac_cpp_err"; then
20390 :
20391 else
20392 echo "$as_me: failed program was:" >&5
20393 sed 's/^/| /' conftest.$ac_ext >&5
20394
20395 # Broken: fails on valid input.
20396 continue
20397 fi
20398 rm -f conftest.err conftest.$ac_ext
20399
20400 # OK, works on sane cases. Now check whether non-existent headers
20401 # can be detected and how.
20402 cat >conftest.$ac_ext <<_ACEOF
20403 /* confdefs.h. */
20404 _ACEOF
20405 cat confdefs.h >>conftest.$ac_ext
20406 cat >>conftest.$ac_ext <<_ACEOF
20407 /* end confdefs.h. */
20408 #include <ac_nonexistent.h>
20409 _ACEOF
20410 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20411 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20412 ac_status=$?
20413 grep -v '^ *+' conftest.er1 >conftest.err
20414 rm -f conftest.er1
20415 cat conftest.err >&5
20416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20417 (exit $ac_status); } >/dev/null; then
20418 if test -s conftest.err; then
20419 ac_cpp_err=$ac_cxx_preproc_warn_flag
20420 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
20421 else
20422 ac_cpp_err=
20423 fi
20424 else
20425 ac_cpp_err=yes
20426 fi
20427 if test -z "$ac_cpp_err"; then
20428 # Broken: success on invalid input.
20429 continue
20430 else
20431 echo "$as_me: failed program was:" >&5
20432 sed 's/^/| /' conftest.$ac_ext >&5
20433
20434 # Passes both tests.
20435 ac_preproc_ok=:
20436 break
20437 fi
20438 rm -f conftest.err conftest.$ac_ext
20439
20440 done
20441 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20442 rm -f conftest.err conftest.$ac_ext
20443 if $ac_preproc_ok; then
20444 :
20445 else
20446 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20447 See \`config.log' for more details." >&5
20448 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20449 See \`config.log' for more details." >&2;}
20450 { (exit 1); exit 1; }; }
20451 fi
20452
20453 ac_ext=cc
20454 ac_cpp='$CXXCPP $CPPFLAGS'
20455 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20456 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20457 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20458
20459
20460
20461
20462
20463 ac_ext=cc
20464 ac_cpp='$CXXCPP $CPPFLAGS'
20465 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20466 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20467 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20468
20469
20470
20471 for ac_header in iostream
20472 do
20473 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20474 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20475 echo "$as_me:$LINENO: checking for $ac_header" >&5
20476 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20477 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20478 echo $ECHO_N "(cached) $ECHO_C" >&6
20479 fi
20480 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20481 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20482 else
20483 # Is the header compilable?
20484 echo "$as_me:$LINENO: checking $ac_header usability" >&5
20485 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
20486 cat >conftest.$ac_ext <<_ACEOF
20487 /* confdefs.h. */
20488 _ACEOF
20489 cat confdefs.h >>conftest.$ac_ext
20490 cat >>conftest.$ac_ext <<_ACEOF
20491 /* end confdefs.h. */
20492 $ac_includes_default
20493 #include <$ac_header>
20494 _ACEOF
20495 rm -f conftest.$ac_objext
20496 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20497 (eval $ac_compile) 2>conftest.er1
20498 ac_status=$?
20499 grep -v '^ *+' conftest.er1 >conftest.err
20500 rm -f conftest.er1
20501 cat conftest.err >&5
20502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20503 (exit $ac_status); } &&
20504 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20506 (eval $ac_try) 2>&5
20507 ac_status=$?
20508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20509 (exit $ac_status); }; } &&
20510 { ac_try='test -s conftest.$ac_objext'
20511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20512 (eval $ac_try) 2>&5
20513 ac_status=$?
20514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20515 (exit $ac_status); }; }; then
20516 ac_header_compiler=yes
20517 else
20518 echo "$as_me: failed program was:" >&5
20519 sed 's/^/| /' conftest.$ac_ext >&5
20520
20521 ac_header_compiler=no
20522 fi
20523 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20524 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20525 echo "${ECHO_T}$ac_header_compiler" >&6
20526
20527 # Is the header present?
20528 echo "$as_me:$LINENO: checking $ac_header presence" >&5
20529 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
20530 cat >conftest.$ac_ext <<_ACEOF
20531 /* confdefs.h. */
20532 _ACEOF
20533 cat confdefs.h >>conftest.$ac_ext
20534 cat >>conftest.$ac_ext <<_ACEOF
20535 /* end confdefs.h. */
20536 #include <$ac_header>
20537 _ACEOF
20538 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20539 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20540 ac_status=$?
20541 grep -v '^ *+' conftest.er1 >conftest.err
20542 rm -f conftest.er1
20543 cat conftest.err >&5
20544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20545 (exit $ac_status); } >/dev/null; then
20546 if test -s conftest.err; then
20547 ac_cpp_err=$ac_cxx_preproc_warn_flag
20548 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
20549 else
20550 ac_cpp_err=
20551 fi
20552 else
20553 ac_cpp_err=yes
20554 fi
20555 if test -z "$ac_cpp_err"; then
20556 ac_header_preproc=yes
20557 else
20558 echo "$as_me: failed program was:" >&5
20559 sed 's/^/| /' conftest.$ac_ext >&5
20560
20561 ac_header_preproc=no
20562 fi
20563 rm -f conftest.err conftest.$ac_ext
20564 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20565 echo "${ECHO_T}$ac_header_preproc" >&6
20566
20567 # So? What about this header?
20568 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
20569 yes:no: )
20570 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20571 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20572 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20573 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20574 ac_header_preproc=yes
20575 ;;
20576 no:yes:* )
20577 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20578 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20579 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20580 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20581 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20582 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20583 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20584 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
20585 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20586 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20587 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20588 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20589 (
20590 cat <<\_ASBOX
20591 ## ----------------------------------------- ##
20592 ## Report this to wx-dev@lists.wxwidgets.org ##
20593 ## ----------------------------------------- ##
20594 _ASBOX
20595 ) |
20596 sed "s/^/$as_me: WARNING: /" >&2
20597 ;;
20598 esac
20599 echo "$as_me:$LINENO: checking for $ac_header" >&5
20600 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20601 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20602 echo $ECHO_N "(cached) $ECHO_C" >&6
20603 else
20604 eval "$as_ac_Header=\$ac_header_preproc"
20605 fi
20606 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20607 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20608
20609 fi
20610 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20611 cat >>confdefs.h <<_ACEOF
20612 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20613 _ACEOF
20614
20615 fi
20616
20617 done
20618
20619
20620 if test "$ac_cv_header_iostream" = "yes" ; then
20621 :
20622 else
20623 cat >>confdefs.h <<\_ACEOF
20624 #define wxUSE_IOSTREAMH 1
20625 _ACEOF
20626
20627 fi
20628
20629 ac_ext=c
20630 ac_cpp='$CPP $CPPFLAGS'
20631 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20632 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20633 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20634
20635
20636
20637
20638 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
20639 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
20640 if test "${wx_cv_cpp_bool+set}" = set; then
20641 echo $ECHO_N "(cached) $ECHO_C" >&6
20642 else
20643
20644
20645
20646 ac_ext=cc
20647 ac_cpp='$CXXCPP $CPPFLAGS'
20648 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20649 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20650 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20651
20652
20653 cat >conftest.$ac_ext <<_ACEOF
20654 /* confdefs.h. */
20655 _ACEOF
20656 cat confdefs.h >>conftest.$ac_ext
20657 cat >>conftest.$ac_ext <<_ACEOF
20658 /* end confdefs.h. */
20659
20660
20661 int
20662 main ()
20663 {
20664
20665 bool b = true;
20666
20667 return 0;
20668
20669 ;
20670 return 0;
20671 }
20672 _ACEOF
20673 rm -f conftest.$ac_objext
20674 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20675 (eval $ac_compile) 2>conftest.er1
20676 ac_status=$?
20677 grep -v '^ *+' conftest.er1 >conftest.err
20678 rm -f conftest.er1
20679 cat conftest.err >&5
20680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20681 (exit $ac_status); } &&
20682 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20684 (eval $ac_try) 2>&5
20685 ac_status=$?
20686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20687 (exit $ac_status); }; } &&
20688 { ac_try='test -s conftest.$ac_objext'
20689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20690 (eval $ac_try) 2>&5
20691 ac_status=$?
20692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20693 (exit $ac_status); }; }; then
20694
20695 wx_cv_cpp_bool=yes
20696
20697 else
20698 echo "$as_me: failed program was:" >&5
20699 sed 's/^/| /' conftest.$ac_ext >&5
20700
20701
20702 wx_cv_cpp_bool=no
20703
20704
20705 fi
20706 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20707
20708 ac_ext=c
20709 ac_cpp='$CPP $CPPFLAGS'
20710 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20711 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20712 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20713
20714
20715 fi
20716 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
20717 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
20718
20719 if test "$wx_cv_cpp_bool" = "yes"; then
20720 cat >>confdefs.h <<\_ACEOF
20721 #define HAVE_BOOL 1
20722 _ACEOF
20723
20724 fi
20725
20726
20727
20728 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
20729 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
20730 if test "${wx_cv_explicit+set}" = set; then
20731 echo $ECHO_N "(cached) $ECHO_C" >&6
20732 else
20733
20734
20735
20736 ac_ext=cc
20737 ac_cpp='$CXXCPP $CPPFLAGS'
20738 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20739 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20740 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20741
20742
20743 cat >conftest.$ac_ext <<_ACEOF
20744 /* confdefs.h. */
20745 _ACEOF
20746 cat confdefs.h >>conftest.$ac_ext
20747 cat >>conftest.$ac_ext <<_ACEOF
20748 /* end confdefs.h. */
20749
20750 class Foo { public: explicit Foo(int) {} };
20751
20752 int
20753 main ()
20754 {
20755
20756 return 0;
20757
20758 ;
20759 return 0;
20760 }
20761 _ACEOF
20762 rm -f conftest.$ac_objext
20763 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20764 (eval $ac_compile) 2>conftest.er1
20765 ac_status=$?
20766 grep -v '^ *+' conftest.er1 >conftest.err
20767 rm -f conftest.er1
20768 cat conftest.err >&5
20769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20770 (exit $ac_status); } &&
20771 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20773 (eval $ac_try) 2>&5
20774 ac_status=$?
20775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20776 (exit $ac_status); }; } &&
20777 { ac_try='test -s conftest.$ac_objext'
20778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20779 (eval $ac_try) 2>&5
20780 ac_status=$?
20781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20782 (exit $ac_status); }; }; then
20783
20784 cat >conftest.$ac_ext <<_ACEOF
20785 /* confdefs.h. */
20786 _ACEOF
20787 cat confdefs.h >>conftest.$ac_ext
20788 cat >>conftest.$ac_ext <<_ACEOF
20789 /* end confdefs.h. */
20790
20791 class Foo { public: explicit Foo(int) {} };
20792 static void TakeFoo(const Foo& foo) { }
20793
20794 int
20795 main ()
20796 {
20797
20798 TakeFoo(17);
20799 return 0;
20800
20801 ;
20802 return 0;
20803 }
20804 _ACEOF
20805 rm -f conftest.$ac_objext
20806 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20807 (eval $ac_compile) 2>conftest.er1
20808 ac_status=$?
20809 grep -v '^ *+' conftest.er1 >conftest.err
20810 rm -f conftest.er1
20811 cat conftest.err >&5
20812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20813 (exit $ac_status); } &&
20814 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20816 (eval $ac_try) 2>&5
20817 ac_status=$?
20818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20819 (exit $ac_status); }; } &&
20820 { ac_try='test -s conftest.$ac_objext'
20821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20822 (eval $ac_try) 2>&5
20823 ac_status=$?
20824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20825 (exit $ac_status); }; }; then
20826 wx_cv_explicit=no
20827 else
20828 echo "$as_me: failed program was:" >&5
20829 sed 's/^/| /' conftest.$ac_ext >&5
20830
20831 wx_cv_explicit=yes
20832
20833 fi
20834 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20835
20836 else
20837 echo "$as_me: failed program was:" >&5
20838 sed 's/^/| /' conftest.$ac_ext >&5
20839
20840 wx_cv_explicit=no
20841
20842 fi
20843 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20844
20845 ac_ext=c
20846 ac_cpp='$CPP $CPPFLAGS'
20847 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20848 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20849 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20850
20851
20852 fi
20853 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
20854 echo "${ECHO_T}$wx_cv_explicit" >&6
20855
20856 if test "$wx_cv_explicit" = "yes"; then
20857 cat >>confdefs.h <<\_ACEOF
20858 #define HAVE_EXPLICIT 1
20859 _ACEOF
20860
20861 fi
20862
20863
20864 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
20865 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
20866 if test "${ac_cv_cxx_const_cast+set}" = set; then
20867 echo $ECHO_N "(cached) $ECHO_C" >&6
20868 else
20869
20870
20871 ac_ext=cc
20872 ac_cpp='$CXXCPP $CPPFLAGS'
20873 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20874 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20875 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20876
20877 cat >conftest.$ac_ext <<_ACEOF
20878 /* confdefs.h. */
20879 _ACEOF
20880 cat confdefs.h >>conftest.$ac_ext
20881 cat >>conftest.$ac_ext <<_ACEOF
20882 /* end confdefs.h. */
20883
20884 int
20885 main ()
20886 {
20887 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
20888 ;
20889 return 0;
20890 }
20891 _ACEOF
20892 rm -f conftest.$ac_objext
20893 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20894 (eval $ac_compile) 2>conftest.er1
20895 ac_status=$?
20896 grep -v '^ *+' conftest.er1 >conftest.err
20897 rm -f conftest.er1
20898 cat conftest.err >&5
20899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20900 (exit $ac_status); } &&
20901 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20903 (eval $ac_try) 2>&5
20904 ac_status=$?
20905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20906 (exit $ac_status); }; } &&
20907 { ac_try='test -s conftest.$ac_objext'
20908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20909 (eval $ac_try) 2>&5
20910 ac_status=$?
20911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20912 (exit $ac_status); }; }; then
20913 ac_cv_cxx_const_cast=yes
20914 else
20915 echo "$as_me: failed program was:" >&5
20916 sed 's/^/| /' conftest.$ac_ext >&5
20917
20918 ac_cv_cxx_const_cast=no
20919 fi
20920 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20921 ac_ext=c
20922 ac_cpp='$CPP $CPPFLAGS'
20923 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20924 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20925 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20926
20927
20928 fi
20929 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
20930 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
20931 if test "$ac_cv_cxx_const_cast" = yes; then
20932
20933 cat >>confdefs.h <<\_ACEOF
20934 #define HAVE_CONST_CAST
20935 _ACEOF
20936
20937 fi
20938
20939 echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
20940 echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6
20941 if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
20942 echo $ECHO_N "(cached) $ECHO_C" >&6
20943 else
20944
20945
20946 ac_ext=cc
20947 ac_cpp='$CXXCPP $CPPFLAGS'
20948 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20949 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20950 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20951
20952 cat >conftest.$ac_ext <<_ACEOF
20953 /* confdefs.h. */
20954 _ACEOF
20955 cat confdefs.h >>conftest.$ac_ext
20956 cat >>conftest.$ac_ext <<_ACEOF
20957 /* end confdefs.h. */
20958 #include <typeinfo>
20959 class Base { public : Base () {} virtual void f () = 0;};
20960 class Derived : public Base { public : Derived () {} virtual void f () {} };
20961 class Unrelated { public : Unrelated () {} };
20962 int g (Unrelated&) { return 0; }
20963 int
20964 main ()
20965 {
20966
20967 Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
20968 ;
20969 return 0;
20970 }
20971 _ACEOF
20972 rm -f conftest.$ac_objext
20973 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20974 (eval $ac_compile) 2>conftest.er1
20975 ac_status=$?
20976 grep -v '^ *+' conftest.er1 >conftest.err
20977 rm -f conftest.er1
20978 cat conftest.err >&5
20979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20980 (exit $ac_status); } &&
20981 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20983 (eval $ac_try) 2>&5
20984 ac_status=$?
20985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20986 (exit $ac_status); }; } &&
20987 { ac_try='test -s conftest.$ac_objext'
20988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20989 (eval $ac_try) 2>&5
20990 ac_status=$?
20991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20992 (exit $ac_status); }; }; then
20993 ac_cv_cxx_reinterpret_cast=yes
20994 else
20995 echo "$as_me: failed program was:" >&5
20996 sed 's/^/| /' conftest.$ac_ext >&5
20997
20998 ac_cv_cxx_reinterpret_cast=no
20999 fi
21000 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21001 ac_ext=c
21002 ac_cpp='$CPP $CPPFLAGS'
21003 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21004 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21005 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21006
21007
21008 fi
21009 echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
21010 echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6
21011 if test "$ac_cv_cxx_reinterpret_cast" = yes; then
21012
21013 cat >>confdefs.h <<\_ACEOF
21014 #define HAVE_REINTERPRET_CAST
21015 _ACEOF
21016
21017 fi
21018
21019 echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
21020 echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
21021 if test "${ac_cv_cxx_static_cast+set}" = set; then
21022 echo $ECHO_N "(cached) $ECHO_C" >&6
21023 else
21024
21025
21026 ac_ext=cc
21027 ac_cpp='$CXXCPP $CPPFLAGS'
21028 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21029 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21030 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21031
21032 cat >conftest.$ac_ext <<_ACEOF
21033 /* confdefs.h. */
21034 _ACEOF
21035 cat confdefs.h >>conftest.$ac_ext
21036 cat >>conftest.$ac_ext <<_ACEOF
21037 /* end confdefs.h. */
21038 #include <typeinfo>
21039 class Base { public : Base () {} virtual void f () = 0; };
21040 class Derived : public Base { public : Derived () {} virtual void f () {} };
21041 int g (Derived&) { return 0; }
21042 int
21043 main ()
21044 {
21045
21046 Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
21047 ;
21048 return 0;
21049 }
21050 _ACEOF
21051 rm -f conftest.$ac_objext
21052 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21053 (eval $ac_compile) 2>conftest.er1
21054 ac_status=$?
21055 grep -v '^ *+' conftest.er1 >conftest.err
21056 rm -f conftest.er1
21057 cat conftest.err >&5
21058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21059 (exit $ac_status); } &&
21060 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21062 (eval $ac_try) 2>&5
21063 ac_status=$?
21064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21065 (exit $ac_status); }; } &&
21066 { ac_try='test -s conftest.$ac_objext'
21067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21068 (eval $ac_try) 2>&5
21069 ac_status=$?
21070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21071 (exit $ac_status); }; }; then
21072 ac_cv_cxx_static_cast=yes
21073 else
21074 echo "$as_me: failed program was:" >&5
21075 sed 's/^/| /' conftest.$ac_ext >&5
21076
21077 ac_cv_cxx_static_cast=no
21078 fi
21079 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21080 ac_ext=c
21081 ac_cpp='$CPP $CPPFLAGS'
21082 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21083 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21084 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21085
21086
21087 fi
21088 echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
21089 echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
21090 if test "$ac_cv_cxx_static_cast" = yes; then
21091
21092 cat >>confdefs.h <<\_ACEOF
21093 #define HAVE_STATIC_CAST
21094 _ACEOF
21095
21096 fi
21097
21098
21099 if test "$wxUSE_STL" = "yes"; then
21100 ac_ext=cc
21101 ac_cpp='$CXXCPP $CPPFLAGS'
21102 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21103 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21104 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21105
21106
21107 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
21108 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
21109 cat >conftest.$ac_ext <<_ACEOF
21110 /* confdefs.h. */
21111 _ACEOF
21112 cat confdefs.h >>conftest.$ac_ext
21113 cat >>conftest.$ac_ext <<_ACEOF
21114 /* end confdefs.h. */
21115 #include <string>
21116 #include <functional>
21117 #include <algorithm>
21118 #include <vector>
21119 #include <list>
21120 int
21121 main ()
21122 {
21123 std::vector<int> moo;
21124 std::list<int> foo;
21125 std::vector<int>::iterator it =
21126 std::find_if(moo.begin(), moo.end(),
21127 std::bind2nd(std::less<int>(), 3));
21128 ;
21129 return 0;
21130 }
21131 _ACEOF
21132 rm -f conftest.$ac_objext
21133 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21134 (eval $ac_compile) 2>conftest.er1
21135 ac_status=$?
21136 grep -v '^ *+' conftest.er1 >conftest.err
21137 rm -f conftest.er1
21138 cat conftest.err >&5
21139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21140 (exit $ac_status); } &&
21141 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21143 (eval $ac_try) 2>&5
21144 ac_status=$?
21145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21146 (exit $ac_status); }; } &&
21147 { ac_try='test -s conftest.$ac_objext'
21148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21149 (eval $ac_try) 2>&5
21150 ac_status=$?
21151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21152 (exit $ac_status); }; }; then
21153 echo "$as_me:$LINENO: result: yes" >&5
21154 echo "${ECHO_T}yes" >&6
21155 else
21156 echo "$as_me: failed program was:" >&5
21157 sed 's/^/| /' conftest.$ac_ext >&5
21158
21159 echo "$as_me:$LINENO: result: no" >&5
21160 echo "${ECHO_T}no" >&6
21161 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
21162 echo "$as_me: error: Basic STL functionality missing" >&2;}
21163 { (exit 1); exit 1; }; }
21164 fi
21165 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21166
21167 echo "$as_me:$LINENO: checking for std::wstring in <string>" >&5
21168 echo $ECHO_N "checking for std::wstring in <string>... $ECHO_C" >&6
21169 cat >conftest.$ac_ext <<_ACEOF
21170 /* confdefs.h. */
21171 _ACEOF
21172 cat confdefs.h >>conftest.$ac_ext
21173 cat >>conftest.$ac_ext <<_ACEOF
21174 /* end confdefs.h. */
21175 #include <string>
21176 int
21177 main ()
21178 {
21179 std::wstring foo;
21180 ;
21181 return 0;
21182 }
21183 _ACEOF
21184 rm -f conftest.$ac_objext
21185 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21186 (eval $ac_compile) 2>conftest.er1
21187 ac_status=$?
21188 grep -v '^ *+' conftest.er1 >conftest.err
21189 rm -f conftest.er1
21190 cat conftest.err >&5
21191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21192 (exit $ac_status); } &&
21193 { ac_try='test -z "$ac_cxx_werror_flag" || 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 echo "$as_me:$LINENO: result: yes" >&5
21206 echo "${ECHO_T}yes" >&6
21207 cat >>confdefs.h <<\_ACEOF
21208 #define HAVE_STD_WSTRING 1
21209 _ACEOF
21210
21211 else
21212 echo "$as_me: failed program was:" >&5
21213 sed 's/^/| /' conftest.$ac_ext >&5
21214
21215 echo "$as_me:$LINENO: result: no" >&5
21216 echo "${ECHO_T}no" >&6
21217 fi
21218 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21219
21220 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
21221 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
21222 cat >conftest.$ac_ext <<_ACEOF
21223 /* confdefs.h. */
21224 _ACEOF
21225 cat confdefs.h >>conftest.$ac_ext
21226 cat >>conftest.$ac_ext <<_ACEOF
21227 /* end confdefs.h. */
21228 #include <string>
21229 int
21230 main ()
21231 {
21232 std::string foo, bar;
21233 foo.compare(bar);
21234 foo.compare(1, 1, bar);
21235 foo.compare(1, 1, bar, 1, 1);
21236 foo.compare("");
21237 foo.compare(1, 1, "");
21238 foo.compare(1, 1, "", 2);
21239 ;
21240 return 0;
21241 }
21242 _ACEOF
21243 rm -f conftest.$ac_objext
21244 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21245 (eval $ac_compile) 2>conftest.er1
21246 ac_status=$?
21247 grep -v '^ *+' conftest.er1 >conftest.err
21248 rm -f conftest.er1
21249 cat conftest.err >&5
21250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21251 (exit $ac_status); } &&
21252 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21254 (eval $ac_try) 2>&5
21255 ac_status=$?
21256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21257 (exit $ac_status); }; } &&
21258 { ac_try='test -s conftest.$ac_objext'
21259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21260 (eval $ac_try) 2>&5
21261 ac_status=$?
21262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21263 (exit $ac_status); }; }; then
21264 echo "$as_me:$LINENO: result: yes" >&5
21265 echo "${ECHO_T}yes" >&6
21266 cat >>confdefs.h <<\_ACEOF
21267 #define HAVE_STD_STRING_COMPARE 1
21268 _ACEOF
21269
21270 else
21271 echo "$as_me: failed program was:" >&5
21272 sed 's/^/| /' conftest.$ac_ext >&5
21273
21274 echo "$as_me:$LINENO: result: no" >&5
21275 echo "${ECHO_T}no" >&6
21276 fi
21277 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21278
21279 if test "${ac_cv_header_hash_map+set}" = set; then
21280 echo "$as_me:$LINENO: checking for hash_map" >&5
21281 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
21282 if test "${ac_cv_header_hash_map+set}" = set; then
21283 echo $ECHO_N "(cached) $ECHO_C" >&6
21284 fi
21285 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
21286 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
21287 else
21288 # Is the header compilable?
21289 echo "$as_me:$LINENO: checking hash_map usability" >&5
21290 echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
21291 cat >conftest.$ac_ext <<_ACEOF
21292 /* confdefs.h. */
21293 _ACEOF
21294 cat confdefs.h >>conftest.$ac_ext
21295 cat >>conftest.$ac_ext <<_ACEOF
21296 /* end confdefs.h. */
21297 $ac_includes_default
21298 #include <hash_map>
21299 _ACEOF
21300 rm -f conftest.$ac_objext
21301 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21302 (eval $ac_compile) 2>conftest.er1
21303 ac_status=$?
21304 grep -v '^ *+' conftest.er1 >conftest.err
21305 rm -f conftest.er1
21306 cat conftest.err >&5
21307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21308 (exit $ac_status); } &&
21309 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21311 (eval $ac_try) 2>&5
21312 ac_status=$?
21313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21314 (exit $ac_status); }; } &&
21315 { ac_try='test -s conftest.$ac_objext'
21316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21317 (eval $ac_try) 2>&5
21318 ac_status=$?
21319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21320 (exit $ac_status); }; }; then
21321 ac_header_compiler=yes
21322 else
21323 echo "$as_me: failed program was:" >&5
21324 sed 's/^/| /' conftest.$ac_ext >&5
21325
21326 ac_header_compiler=no
21327 fi
21328 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21329 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21330 echo "${ECHO_T}$ac_header_compiler" >&6
21331
21332 # Is the header present?
21333 echo "$as_me:$LINENO: checking hash_map presence" >&5
21334 echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
21335 cat >conftest.$ac_ext <<_ACEOF
21336 /* confdefs.h. */
21337 _ACEOF
21338 cat confdefs.h >>conftest.$ac_ext
21339 cat >>conftest.$ac_ext <<_ACEOF
21340 /* end confdefs.h. */
21341 #include <hash_map>
21342 _ACEOF
21343 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21344 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21345 ac_status=$?
21346 grep -v '^ *+' conftest.er1 >conftest.err
21347 rm -f conftest.er1
21348 cat conftest.err >&5
21349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21350 (exit $ac_status); } >/dev/null; then
21351 if test -s conftest.err; then
21352 ac_cpp_err=$ac_cxx_preproc_warn_flag
21353 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
21354 else
21355 ac_cpp_err=
21356 fi
21357 else
21358 ac_cpp_err=yes
21359 fi
21360 if test -z "$ac_cpp_err"; then
21361 ac_header_preproc=yes
21362 else
21363 echo "$as_me: failed program was:" >&5
21364 sed 's/^/| /' conftest.$ac_ext >&5
21365
21366 ac_header_preproc=no
21367 fi
21368 rm -f conftest.err conftest.$ac_ext
21369 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21370 echo "${ECHO_T}$ac_header_preproc" >&6
21371
21372 # So? What about this header?
21373 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
21374 yes:no: )
21375 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
21376 echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
21377 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
21378 echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
21379 ac_header_preproc=yes
21380 ;;
21381 no:yes:* )
21382 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
21383 echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
21384 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
21385 echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
21386 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
21387 echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
21388 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
21389 echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
21390 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
21391 echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
21392 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
21393 echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
21394 (
21395 cat <<\_ASBOX
21396 ## ----------------------------------------- ##
21397 ## Report this to wx-dev@lists.wxwidgets.org ##
21398 ## ----------------------------------------- ##
21399 _ASBOX
21400 ) |
21401 sed "s/^/$as_me: WARNING: /" >&2
21402 ;;
21403 esac
21404 echo "$as_me:$LINENO: checking for hash_map" >&5
21405 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
21406 if test "${ac_cv_header_hash_map+set}" = set; then
21407 echo $ECHO_N "(cached) $ECHO_C" >&6
21408 else
21409 ac_cv_header_hash_map=$ac_header_preproc
21410 fi
21411 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
21412 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
21413
21414 fi
21415 if test $ac_cv_header_hash_map = yes; then
21416 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
21417 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
21418 cat >conftest.$ac_ext <<_ACEOF
21419 /* confdefs.h. */
21420 _ACEOF
21421 cat confdefs.h >>conftest.$ac_ext
21422 cat >>conftest.$ac_ext <<_ACEOF
21423 /* end confdefs.h. */
21424 #include <hash_map>
21425 #include <hash_set>
21426 int
21427 main ()
21428 {
21429 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
21430 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
21431 ;
21432 return 0;
21433 }
21434 _ACEOF
21435 rm -f conftest.$ac_objext
21436 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21437 (eval $ac_compile) 2>conftest.er1
21438 ac_status=$?
21439 grep -v '^ *+' conftest.er1 >conftest.err
21440 rm -f conftest.er1
21441 cat conftest.err >&5
21442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21443 (exit $ac_status); } &&
21444 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21446 (eval $ac_try) 2>&5
21447 ac_status=$?
21448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21449 (exit $ac_status); }; } &&
21450 { ac_try='test -s conftest.$ac_objext'
21451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21452 (eval $ac_try) 2>&5
21453 ac_status=$?
21454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21455 (exit $ac_status); }; }; then
21456 echo "$as_me:$LINENO: result: yes" >&5
21457 echo "${ECHO_T}yes" >&6
21458 cat >>confdefs.h <<\_ACEOF
21459 #define HAVE_HASH_MAP 1
21460 _ACEOF
21461
21462 cat >>confdefs.h <<\_ACEOF
21463 #define HAVE_STD_HASH_MAP 1
21464 _ACEOF
21465
21466 else
21467 echo "$as_me: failed program was:" >&5
21468 sed 's/^/| /' conftest.$ac_ext >&5
21469
21470 echo "$as_me:$LINENO: result: no" >&5
21471 echo "${ECHO_T}no" >&6
21472 fi
21473 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21474
21475 fi
21476
21477
21478
21479 if test "${ac_cv_header_ext_hash_map+set}" = set; then
21480 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
21481 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
21482 if test "${ac_cv_header_ext_hash_map+set}" = set; then
21483 echo $ECHO_N "(cached) $ECHO_C" >&6
21484 fi
21485 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
21486 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
21487 else
21488 # Is the header compilable?
21489 echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
21490 echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
21491 cat >conftest.$ac_ext <<_ACEOF
21492 /* confdefs.h. */
21493 _ACEOF
21494 cat confdefs.h >>conftest.$ac_ext
21495 cat >>conftest.$ac_ext <<_ACEOF
21496 /* end confdefs.h. */
21497 $ac_includes_default
21498 #include <ext/hash_map>
21499 _ACEOF
21500 rm -f conftest.$ac_objext
21501 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21502 (eval $ac_compile) 2>conftest.er1
21503 ac_status=$?
21504 grep -v '^ *+' conftest.er1 >conftest.err
21505 rm -f conftest.er1
21506 cat conftest.err >&5
21507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21508 (exit $ac_status); } &&
21509 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21511 (eval $ac_try) 2>&5
21512 ac_status=$?
21513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21514 (exit $ac_status); }; } &&
21515 { ac_try='test -s conftest.$ac_objext'
21516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21517 (eval $ac_try) 2>&5
21518 ac_status=$?
21519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21520 (exit $ac_status); }; }; then
21521 ac_header_compiler=yes
21522 else
21523 echo "$as_me: failed program was:" >&5
21524 sed 's/^/| /' conftest.$ac_ext >&5
21525
21526 ac_header_compiler=no
21527 fi
21528 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21529 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21530 echo "${ECHO_T}$ac_header_compiler" >&6
21531
21532 # Is the header present?
21533 echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
21534 echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
21535 cat >conftest.$ac_ext <<_ACEOF
21536 /* confdefs.h. */
21537 _ACEOF
21538 cat confdefs.h >>conftest.$ac_ext
21539 cat >>conftest.$ac_ext <<_ACEOF
21540 /* end confdefs.h. */
21541 #include <ext/hash_map>
21542 _ACEOF
21543 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21544 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21545 ac_status=$?
21546 grep -v '^ *+' conftest.er1 >conftest.err
21547 rm -f conftest.er1
21548 cat conftest.err >&5
21549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21550 (exit $ac_status); } >/dev/null; then
21551 if test -s conftest.err; then
21552 ac_cpp_err=$ac_cxx_preproc_warn_flag
21553 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
21554 else
21555 ac_cpp_err=
21556 fi
21557 else
21558 ac_cpp_err=yes
21559 fi
21560 if test -z "$ac_cpp_err"; then
21561 ac_header_preproc=yes
21562 else
21563 echo "$as_me: failed program was:" >&5
21564 sed 's/^/| /' conftest.$ac_ext >&5
21565
21566 ac_header_preproc=no
21567 fi
21568 rm -f conftest.err conftest.$ac_ext
21569 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21570 echo "${ECHO_T}$ac_header_preproc" >&6
21571
21572 # So? What about this header?
21573 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
21574 yes:no: )
21575 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
21576 echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
21577 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
21578 echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
21579 ac_header_preproc=yes
21580 ;;
21581 no:yes:* )
21582 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
21583 echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
21584 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
21585 echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
21586 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
21587 echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
21588 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
21589 echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
21590 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
21591 echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
21592 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
21593 echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
21594 (
21595 cat <<\_ASBOX
21596 ## ----------------------------------------- ##
21597 ## Report this to wx-dev@lists.wxwidgets.org ##
21598 ## ----------------------------------------- ##
21599 _ASBOX
21600 ) |
21601 sed "s/^/$as_me: WARNING: /" >&2
21602 ;;
21603 esac
21604 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
21605 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
21606 if test "${ac_cv_header_ext_hash_map+set}" = set; then
21607 echo $ECHO_N "(cached) $ECHO_C" >&6
21608 else
21609 ac_cv_header_ext_hash_map=$ac_header_preproc
21610 fi
21611 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
21612 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
21613
21614 fi
21615 if test $ac_cv_header_ext_hash_map = yes; then
21616 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
21617 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
21618 cat >conftest.$ac_ext <<_ACEOF
21619 /* confdefs.h. */
21620 _ACEOF
21621 cat confdefs.h >>conftest.$ac_ext
21622 cat >>conftest.$ac_ext <<_ACEOF
21623 /* end confdefs.h. */
21624 #include <ext/hash_map>
21625 #include <ext/hash_set>
21626 int
21627 main ()
21628 {
21629 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
21630 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
21631 ;
21632 return 0;
21633 }
21634 _ACEOF
21635 rm -f conftest.$ac_objext
21636 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21637 (eval $ac_compile) 2>conftest.er1
21638 ac_status=$?
21639 grep -v '^ *+' conftest.er1 >conftest.err
21640 rm -f conftest.er1
21641 cat conftest.err >&5
21642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21643 (exit $ac_status); } &&
21644 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21646 (eval $ac_try) 2>&5
21647 ac_status=$?
21648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21649 (exit $ac_status); }; } &&
21650 { ac_try='test -s conftest.$ac_objext'
21651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21652 (eval $ac_try) 2>&5
21653 ac_status=$?
21654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21655 (exit $ac_status); }; }; then
21656 echo "$as_me:$LINENO: result: yes" >&5
21657 echo "${ECHO_T}yes" >&6
21658 cat >>confdefs.h <<\_ACEOF
21659 #define HAVE_EXT_HASH_MAP 1
21660 _ACEOF
21661
21662 cat >>confdefs.h <<\_ACEOF
21663 #define HAVE_GNU_CXX_HASH_MAP 1
21664 _ACEOF
21665
21666 else
21667 echo "$as_me: failed program was:" >&5
21668 sed 's/^/| /' conftest.$ac_ext >&5
21669
21670 echo "$as_me:$LINENO: result: no" >&5
21671 echo "${ECHO_T}no" >&6
21672 fi
21673 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21674
21675 fi
21676
21677
21678
21679 ac_ext=c
21680 ac_cpp='$CPP $CPPFLAGS'
21681 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21682 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21683 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21684
21685 fi
21686
21687
21688 SEARCH_INCLUDE="\
21689 /usr/local/include \
21690 \
21691 /usr/Motif-2.1/include \
21692 /usr/Motif-1.2/include \
21693 /usr/include/Motif1.2 \
21694 /opt/xpm/include/X11 \
21695 /opt/GBxpm/include/ \
21696 /opt/GBxpm/X11/include/ \
21697 \
21698 /usr/dt/include \
21699 /usr/openwin/include \
21700 \
21701 /usr/include/Xm \
21702 \
21703 /usr/X11R6/include \
21704 /usr/X11R6.4/include \
21705 /usr/X11R5/include \
21706 /usr/X11R4/include \
21707 \
21708 /usr/include/X11R6 \
21709 /usr/include/X11R5 \
21710 /usr/include/X11R4 \
21711 \
21712 /usr/local/X11R6/include \
21713 /usr/local/X11R5/include \
21714 /usr/local/X11R4/include \
21715 \
21716 /usr/local/include/X11R6 \
21717 /usr/local/include/X11R5 \
21718 /usr/local/include/X11R4 \
21719 \
21720 /usr/X11/include \
21721 /usr/include/X11 \
21722 /usr/local/X11/include \
21723 /usr/local/include/X11 \
21724 \
21725 /usr/X386/include \
21726 /usr/x386/include \
21727 /usr/XFree86/include/X11 \
21728 \
21729 X:/XFree86/include \
21730 X:/XFree86/include/X11 \
21731 \
21732 /usr/include/gtk \
21733 /usr/local/include/gtk \
21734 /usr/include/glib \
21735 /usr/local/include/glib \
21736 \
21737 /usr/include/qt \
21738 /usr/local/include/qt \
21739 \
21740 /usr/local/arm/3.3.2/include \
21741 \
21742 /usr/include/windows \
21743 /usr/include/wine \
21744 /usr/local/include/wine \
21745 \
21746 /usr/unsupported/include \
21747 /usr/athena/include \
21748 /usr/local/x11r5/include \
21749 /usr/lpp/Xamples/include \
21750 \
21751 /usr/openwin/share/include"
21752
21753 SEARCH_LIB="/usr/lib /usr/lib32 /usr/lib64 /usr/X11R6/lib64 `echo "$SEARCH_INCLUDE" | sed s/include/lib/g`"
21754
21755
21756 cat >confcache <<\_ACEOF
21757 # This file is a shell script that caches the results of configure
21758 # tests run on this system so they can be shared between configure
21759 # scripts and configure runs, see configure's option --config-cache.
21760 # It is not useful on other systems. If it contains results you don't
21761 # want to keep, you may remove or edit it.
21762 #
21763 # config.status only pays attention to the cache file if you give it
21764 # the --recheck option to rerun configure.
21765 #
21766 # `ac_cv_env_foo' variables (set or unset) will be overridden when
21767 # loading this file, other *unset* `ac_cv_foo' will be assigned the
21768 # following values.
21769
21770 _ACEOF
21771
21772 # The following way of writing the cache mishandles newlines in values,
21773 # but we know of no workaround that is simple, portable, and efficient.
21774 # So, don't put newlines in cache variables' values.
21775 # Ultrix sh set writes to stderr and can't be redirected directly,
21776 # and sets the high bit in the cache file unless we assign to the vars.
21777 {
21778 (set) 2>&1 |
21779 case `(ac_space=' '; set | grep ac_space) 2>&1` in
21780 *ac_space=\ *)
21781 # `set' does not quote correctly, so add quotes (double-quote
21782 # substitution turns \\\\ into \\, and sed turns \\ into \).
21783 sed -n \
21784 "s/'/'\\\\''/g;
21785 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
21786 ;;
21787 *)
21788 # `set' quotes correctly as required by POSIX, so do not add quotes.
21789 sed -n \
21790 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
21791 ;;
21792 esac;
21793 } |
21794 sed '
21795 t clear
21796 : clear
21797 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
21798 t end
21799 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
21800 : end' >>confcache
21801 if diff $cache_file confcache >/dev/null 2>&1; then :; else
21802 if test -w $cache_file; then
21803 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
21804 cat confcache >$cache_file
21805 else
21806 echo "not updating unwritable cache $cache_file"
21807 fi
21808 fi
21809 rm -f confcache
21810
21811 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
21812 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
21813 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
21814 if test "${wx_cv_lib_glibc21+set}" = set; then
21815 echo $ECHO_N "(cached) $ECHO_C" >&6
21816 else
21817
21818 cat >conftest.$ac_ext <<_ACEOF
21819 /* confdefs.h. */
21820 _ACEOF
21821 cat confdefs.h >>conftest.$ac_ext
21822 cat >>conftest.$ac_ext <<_ACEOF
21823 /* end confdefs.h. */
21824 #include <features.h>
21825 int
21826 main ()
21827 {
21828
21829 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
21830 #error not glibc2.1
21831 #endif
21832
21833 ;
21834 return 0;
21835 }
21836 _ACEOF
21837 rm -f conftest.$ac_objext
21838 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21839 (eval $ac_compile) 2>conftest.er1
21840 ac_status=$?
21841 grep -v '^ *+' conftest.er1 >conftest.err
21842 rm -f conftest.er1
21843 cat conftest.err >&5
21844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21845 (exit $ac_status); } &&
21846 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21848 (eval $ac_try) 2>&5
21849 ac_status=$?
21850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21851 (exit $ac_status); }; } &&
21852 { ac_try='test -s conftest.$ac_objext'
21853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21854 (eval $ac_try) 2>&5
21855 ac_status=$?
21856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21857 (exit $ac_status); }; }; then
21858
21859 wx_cv_lib_glibc21=yes
21860
21861 else
21862 echo "$as_me: failed program was:" >&5
21863 sed 's/^/| /' conftest.$ac_ext >&5
21864
21865
21866 wx_cv_lib_glibc21=no
21867
21868
21869 fi
21870 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21871
21872 fi
21873 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
21874 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
21875 if test "$wx_cv_lib_glibc21" = "yes"; then
21876 cat >>confdefs.h <<\_ACEOF
21877 #define wxHAVE_GLIBC2 1
21878 _ACEOF
21879
21880 fi
21881 fi
21882
21883 if test "x$wx_cv_lib_glibc21" = "xyes"; then
21884 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
21885 cat >>confdefs.h <<\_ACEOF
21886 #define _GNU_SOURCE 1
21887 _ACEOF
21888
21889 fi
21890 fi
21891
21892
21893
21894 if test "$wxUSE_REGEX" != "no"; then
21895 cat >>confdefs.h <<\_ACEOF
21896 #define wxUSE_REGEX 1
21897 _ACEOF
21898
21899
21900 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
21901 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
21902 echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
21903 wxUSE_REGEX=builtin
21904 fi
21905
21906 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
21907 if test "${ac_cv_header_regex_h+set}" = set; then
21908 echo "$as_me:$LINENO: checking for regex.h" >&5
21909 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
21910 if test "${ac_cv_header_regex_h+set}" = set; then
21911 echo $ECHO_N "(cached) $ECHO_C" >&6
21912 fi
21913 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
21914 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
21915 else
21916 # Is the header compilable?
21917 echo "$as_me:$LINENO: checking regex.h usability" >&5
21918 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
21919 cat >conftest.$ac_ext <<_ACEOF
21920 /* confdefs.h. */
21921 _ACEOF
21922 cat confdefs.h >>conftest.$ac_ext
21923 cat >>conftest.$ac_ext <<_ACEOF
21924 /* end confdefs.h. */
21925 $ac_includes_default
21926 #include <regex.h>
21927 _ACEOF
21928 rm -f conftest.$ac_objext
21929 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21930 (eval $ac_compile) 2>conftest.er1
21931 ac_status=$?
21932 grep -v '^ *+' conftest.er1 >conftest.err
21933 rm -f conftest.er1
21934 cat conftest.err >&5
21935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21936 (exit $ac_status); } &&
21937 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21939 (eval $ac_try) 2>&5
21940 ac_status=$?
21941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21942 (exit $ac_status); }; } &&
21943 { ac_try='test -s conftest.$ac_objext'
21944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21945 (eval $ac_try) 2>&5
21946 ac_status=$?
21947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21948 (exit $ac_status); }; }; then
21949 ac_header_compiler=yes
21950 else
21951 echo "$as_me: failed program was:" >&5
21952 sed 's/^/| /' conftest.$ac_ext >&5
21953
21954 ac_header_compiler=no
21955 fi
21956 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21957 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21958 echo "${ECHO_T}$ac_header_compiler" >&6
21959
21960 # Is the header present?
21961 echo "$as_me:$LINENO: checking regex.h presence" >&5
21962 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
21963 cat >conftest.$ac_ext <<_ACEOF
21964 /* confdefs.h. */
21965 _ACEOF
21966 cat confdefs.h >>conftest.$ac_ext
21967 cat >>conftest.$ac_ext <<_ACEOF
21968 /* end confdefs.h. */
21969 #include <regex.h>
21970 _ACEOF
21971 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21972 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21973 ac_status=$?
21974 grep -v '^ *+' conftest.er1 >conftest.err
21975 rm -f conftest.er1
21976 cat conftest.err >&5
21977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21978 (exit $ac_status); } >/dev/null; then
21979 if test -s conftest.err; then
21980 ac_cpp_err=$ac_c_preproc_warn_flag
21981 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
21982 else
21983 ac_cpp_err=
21984 fi
21985 else
21986 ac_cpp_err=yes
21987 fi
21988 if test -z "$ac_cpp_err"; then
21989 ac_header_preproc=yes
21990 else
21991 echo "$as_me: failed program was:" >&5
21992 sed 's/^/| /' conftest.$ac_ext >&5
21993
21994 ac_header_preproc=no
21995 fi
21996 rm -f conftest.err conftest.$ac_ext
21997 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21998 echo "${ECHO_T}$ac_header_preproc" >&6
21999
22000 # So? What about this header?
22001 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22002 yes:no: )
22003 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
22004 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22005 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
22006 echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
22007 ac_header_preproc=yes
22008 ;;
22009 no:yes:* )
22010 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
22011 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
22012 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
22013 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
22014 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
22015 echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
22016 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
22017 echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
22018 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
22019 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
22020 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
22021 echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
22022 (
22023 cat <<\_ASBOX
22024 ## ----------------------------------------- ##
22025 ## Report this to wx-dev@lists.wxwidgets.org ##
22026 ## ----------------------------------------- ##
22027 _ASBOX
22028 ) |
22029 sed "s/^/$as_me: WARNING: /" >&2
22030 ;;
22031 esac
22032 echo "$as_me:$LINENO: checking for regex.h" >&5
22033 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
22034 if test "${ac_cv_header_regex_h+set}" = set; then
22035 echo $ECHO_N "(cached) $ECHO_C" >&6
22036 else
22037 ac_cv_header_regex_h=$ac_header_preproc
22038 fi
22039 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
22040 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
22041
22042 fi
22043 if test $ac_cv_header_regex_h = yes; then
22044
22045 for ac_func in regcomp
22046 do
22047 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22048 echo "$as_me:$LINENO: checking for $ac_func" >&5
22049 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22050 if eval "test \"\${$as_ac_var+set}\" = set"; then
22051 echo $ECHO_N "(cached) $ECHO_C" >&6
22052 else
22053 cat >conftest.$ac_ext <<_ACEOF
22054 /* confdefs.h. */
22055 _ACEOF
22056 cat confdefs.h >>conftest.$ac_ext
22057 cat >>conftest.$ac_ext <<_ACEOF
22058 /* end confdefs.h. */
22059 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22060 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22061 #define $ac_func innocuous_$ac_func
22062
22063 /* System header to define __stub macros and hopefully few prototypes,
22064 which can conflict with char $ac_func (); below.
22065 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22066 <limits.h> exists even on freestanding compilers. */
22067
22068 #ifdef __STDC__
22069 # include <limits.h>
22070 #else
22071 # include <assert.h>
22072 #endif
22073
22074 #undef $ac_func
22075
22076 /* Override any gcc2 internal prototype to avoid an error. */
22077 #ifdef __cplusplus
22078 extern "C"
22079 {
22080 #endif
22081 /* We use char because int might match the return type of a gcc2
22082 builtin and then its argument prototype would still apply. */
22083 char $ac_func ();
22084 /* The GNU C library defines this for functions which it implements
22085 to always fail with ENOSYS. Some functions are actually named
22086 something starting with __ and the normal name is an alias. */
22087 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22088 choke me
22089 #else
22090 char (*f) () = $ac_func;
22091 #endif
22092 #ifdef __cplusplus
22093 }
22094 #endif
22095
22096 int
22097 main ()
22098 {
22099 return f != $ac_func;
22100 ;
22101 return 0;
22102 }
22103 _ACEOF
22104 rm -f conftest.$ac_objext conftest$ac_exeext
22105 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22106 (eval $ac_link) 2>conftest.er1
22107 ac_status=$?
22108 grep -v '^ *+' conftest.er1 >conftest.err
22109 rm -f conftest.er1
22110 cat conftest.err >&5
22111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22112 (exit $ac_status); } &&
22113 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22115 (eval $ac_try) 2>&5
22116 ac_status=$?
22117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22118 (exit $ac_status); }; } &&
22119 { ac_try='test -s conftest$ac_exeext'
22120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22121 (eval $ac_try) 2>&5
22122 ac_status=$?
22123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22124 (exit $ac_status); }; }; then
22125 eval "$as_ac_var=yes"
22126 else
22127 echo "$as_me: failed program was:" >&5
22128 sed 's/^/| /' conftest.$ac_ext >&5
22129
22130 eval "$as_ac_var=no"
22131 fi
22132 rm -f conftest.err conftest.$ac_objext \
22133 conftest$ac_exeext conftest.$ac_ext
22134 fi
22135 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
22136 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
22137 if test `eval echo '${'$as_ac_var'}'` = yes; then
22138 cat >>confdefs.h <<_ACEOF
22139 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
22140 _ACEOF
22141
22142 fi
22143 done
22144
22145 fi
22146
22147
22148
22149 if test "x$ac_cv_func_regcomp" != "xyes"; then
22150 if test "$wxUSE_REGEX" = "sys" ; then
22151 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
22152 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
22153 { (exit 1); exit 1; }; }
22154 else
22155 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
22156 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
22157 wxUSE_REGEX=builtin
22158 fi
22159 else
22160 wxUSE_REGEX=sys
22161 cat >>confdefs.h <<\_ACEOF
22162 #define WX_NO_REGEX_ADVANCED 1
22163 _ACEOF
22164
22165 fi
22166 fi
22167 fi
22168
22169
22170 ZLIB_LINK=
22171 if test "$wxUSE_ZLIB" != "no" ; then
22172 cat >>confdefs.h <<\_ACEOF
22173 #define wxUSE_ZLIB 1
22174 _ACEOF
22175
22176
22177 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
22178 if test "$USE_DARWIN" = 1; then
22179 system_zlib_h_ok="yes"
22180 else
22181 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
22182 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
22183 if test "${ac_cv_header_zlib_h+set}" = set; then
22184 echo $ECHO_N "(cached) $ECHO_C" >&6
22185 else
22186 if test "$cross_compiling" = yes; then
22187 unset ac_cv_header_zlib_h
22188
22189 else
22190 cat >conftest.$ac_ext <<_ACEOF
22191 /* confdefs.h. */
22192 _ACEOF
22193 cat confdefs.h >>conftest.$ac_ext
22194 cat >>conftest.$ac_ext <<_ACEOF
22195 /* end confdefs.h. */
22196
22197 #include <zlib.h>
22198 #include <stdio.h>
22199
22200 int main()
22201 {
22202 FILE *f=fopen("conftestval", "w");
22203 if (!f) exit(1);
22204 fprintf(f, "%s",
22205 ZLIB_VERSION[0] == '1' &&
22206 (ZLIB_VERSION[2] > '1' ||
22207 (ZLIB_VERSION[2] == '1' &&
22208 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
22209 exit(0);
22210 }
22211
22212 _ACEOF
22213 rm -f conftest$ac_exeext
22214 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22215 (eval $ac_link) 2>&5
22216 ac_status=$?
22217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22218 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22220 (eval $ac_try) 2>&5
22221 ac_status=$?
22222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22223 (exit $ac_status); }; }; then
22224 ac_cv_header_zlib_h=`cat conftestval`
22225 else
22226 echo "$as_me: program exited with status $ac_status" >&5
22227 echo "$as_me: failed program was:" >&5
22228 sed 's/^/| /' conftest.$ac_ext >&5
22229
22230 ( exit $ac_status )
22231 ac_cv_header_zlib_h=no
22232 fi
22233 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22234 fi
22235
22236 fi
22237 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22238 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22239 if test "${ac_cv_header_zlib_h+set}" = set; then
22240 echo "$as_me:$LINENO: checking for zlib.h" >&5
22241 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
22242 if test "${ac_cv_header_zlib_h+set}" = set; then
22243 echo $ECHO_N "(cached) $ECHO_C" >&6
22244 fi
22245 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22246 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22247 else
22248 # Is the header compilable?
22249 echo "$as_me:$LINENO: checking zlib.h usability" >&5
22250 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
22251 cat >conftest.$ac_ext <<_ACEOF
22252 /* confdefs.h. */
22253 _ACEOF
22254 cat confdefs.h >>conftest.$ac_ext
22255 cat >>conftest.$ac_ext <<_ACEOF
22256 /* end confdefs.h. */
22257 $ac_includes_default
22258 #include <zlib.h>
22259 _ACEOF
22260 rm -f conftest.$ac_objext
22261 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22262 (eval $ac_compile) 2>conftest.er1
22263 ac_status=$?
22264 grep -v '^ *+' conftest.er1 >conftest.err
22265 rm -f conftest.er1
22266 cat conftest.err >&5
22267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22268 (exit $ac_status); } &&
22269 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22271 (eval $ac_try) 2>&5
22272 ac_status=$?
22273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22274 (exit $ac_status); }; } &&
22275 { ac_try='test -s conftest.$ac_objext'
22276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22277 (eval $ac_try) 2>&5
22278 ac_status=$?
22279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22280 (exit $ac_status); }; }; then
22281 ac_header_compiler=yes
22282 else
22283 echo "$as_me: failed program was:" >&5
22284 sed 's/^/| /' conftest.$ac_ext >&5
22285
22286 ac_header_compiler=no
22287 fi
22288 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22289 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22290 echo "${ECHO_T}$ac_header_compiler" >&6
22291
22292 # Is the header present?
22293 echo "$as_me:$LINENO: checking zlib.h presence" >&5
22294 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
22295 cat >conftest.$ac_ext <<_ACEOF
22296 /* confdefs.h. */
22297 _ACEOF
22298 cat confdefs.h >>conftest.$ac_ext
22299 cat >>conftest.$ac_ext <<_ACEOF
22300 /* end confdefs.h. */
22301 #include <zlib.h>
22302 _ACEOF
22303 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22304 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22305 ac_status=$?
22306 grep -v '^ *+' conftest.er1 >conftest.err
22307 rm -f conftest.er1
22308 cat conftest.err >&5
22309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22310 (exit $ac_status); } >/dev/null; then
22311 if test -s conftest.err; then
22312 ac_cpp_err=$ac_c_preproc_warn_flag
22313 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
22314 else
22315 ac_cpp_err=
22316 fi
22317 else
22318 ac_cpp_err=yes
22319 fi
22320 if test -z "$ac_cpp_err"; then
22321 ac_header_preproc=yes
22322 else
22323 echo "$as_me: failed program was:" >&5
22324 sed 's/^/| /' conftest.$ac_ext >&5
22325
22326 ac_header_preproc=no
22327 fi
22328 rm -f conftest.err conftest.$ac_ext
22329 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22330 echo "${ECHO_T}$ac_header_preproc" >&6
22331
22332 # So? What about this header?
22333 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22334 yes:no: )
22335 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
22336 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22337 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
22338 echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
22339 ac_header_preproc=yes
22340 ;;
22341 no:yes:* )
22342 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
22343 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
22344 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
22345 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
22346 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
22347 echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
22348 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
22349 echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
22350 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
22351 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
22352 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
22353 echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
22354 (
22355 cat <<\_ASBOX
22356 ## ----------------------------------------- ##
22357 ## Report this to wx-dev@lists.wxwidgets.org ##
22358 ## ----------------------------------------- ##
22359 _ASBOX
22360 ) |
22361 sed "s/^/$as_me: WARNING: /" >&2
22362 ;;
22363 esac
22364 echo "$as_me:$LINENO: checking for zlib.h" >&5
22365 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
22366 if test "${ac_cv_header_zlib_h+set}" = set; then
22367 echo $ECHO_N "(cached) $ECHO_C" >&6
22368 else
22369 ac_cv_header_zlib_h=$ac_header_preproc
22370 fi
22371 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22372 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22373
22374 fi
22375
22376
22377
22378 system_zlib_h_ok=$ac_cv_header_zlib_h
22379 fi
22380
22381 if test "$system_zlib_h_ok" = "yes"; then
22382 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
22383 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
22384 if test "${ac_cv_lib_z_deflate+set}" = set; then
22385 echo $ECHO_N "(cached) $ECHO_C" >&6
22386 else
22387 ac_check_lib_save_LIBS=$LIBS
22388 LIBS="-lz $LIBS"
22389 cat >conftest.$ac_ext <<_ACEOF
22390 /* confdefs.h. */
22391 _ACEOF
22392 cat confdefs.h >>conftest.$ac_ext
22393 cat >>conftest.$ac_ext <<_ACEOF
22394 /* end confdefs.h. */
22395
22396 /* Override any gcc2 internal prototype to avoid an error. */
22397 #ifdef __cplusplus
22398 extern "C"
22399 #endif
22400 /* We use char because int might match the return type of a gcc2
22401 builtin and then its argument prototype would still apply. */
22402 char deflate ();
22403 int
22404 main ()
22405 {
22406 deflate ();
22407 ;
22408 return 0;
22409 }
22410 _ACEOF
22411 rm -f conftest.$ac_objext conftest$ac_exeext
22412 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22413 (eval $ac_link) 2>conftest.er1
22414 ac_status=$?
22415 grep -v '^ *+' conftest.er1 >conftest.err
22416 rm -f conftest.er1
22417 cat conftest.err >&5
22418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22419 (exit $ac_status); } &&
22420 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22422 (eval $ac_try) 2>&5
22423 ac_status=$?
22424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22425 (exit $ac_status); }; } &&
22426 { ac_try='test -s conftest$ac_exeext'
22427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22428 (eval $ac_try) 2>&5
22429 ac_status=$?
22430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22431 (exit $ac_status); }; }; then
22432 ac_cv_lib_z_deflate=yes
22433 else
22434 echo "$as_me: failed program was:" >&5
22435 sed 's/^/| /' conftest.$ac_ext >&5
22436
22437 ac_cv_lib_z_deflate=no
22438 fi
22439 rm -f conftest.err conftest.$ac_objext \
22440 conftest$ac_exeext conftest.$ac_ext
22441 LIBS=$ac_check_lib_save_LIBS
22442 fi
22443 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
22444 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
22445 if test $ac_cv_lib_z_deflate = yes; then
22446 ZLIB_LINK=" -lz"
22447 fi
22448
22449 fi
22450
22451 if test "x$ZLIB_LINK" = "x" ; then
22452 if test "$wxUSE_ZLIB" = "sys" ; then
22453 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
22454 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
22455 { (exit 1); exit 1; }; }
22456 else
22457 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
22458 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
22459 wxUSE_ZLIB=builtin
22460 fi
22461 else
22462 wxUSE_ZLIB=sys
22463 fi
22464 fi
22465 fi
22466
22467
22468 PNG_LINK=
22469 if test "$wxUSE_LIBPNG" != "no" ; then
22470 cat >>confdefs.h <<\_ACEOF
22471 #define wxUSE_LIBPNG 1
22472 _ACEOF
22473
22474
22475 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
22476 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
22477 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
22478 wxUSE_LIBPNG=sys
22479 fi
22480
22481 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
22482 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
22483 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
22484 wxUSE_LIBPNG=builtin
22485 fi
22486
22487 if test "$wxUSE_MGL" != 1 ; then
22488 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
22489 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
22490 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
22491 if test "${ac_cv_header_png_h+set}" = set; then
22492 echo $ECHO_N "(cached) $ECHO_C" >&6
22493 else
22494 if test "$cross_compiling" = yes; then
22495 unset ac_cv_header_png_h
22496
22497 else
22498 cat >conftest.$ac_ext <<_ACEOF
22499 /* confdefs.h. */
22500 _ACEOF
22501 cat confdefs.h >>conftest.$ac_ext
22502 cat >>conftest.$ac_ext <<_ACEOF
22503 /* end confdefs.h. */
22504
22505 #include <png.h>
22506 #include <stdio.h>
22507
22508 int main()
22509 {
22510 FILE *f=fopen("conftestval", "w");
22511 if (!f) exit(1);
22512 fprintf(f, "%s",
22513 PNG_LIBPNG_VER > 90 ? "yes" : "no");
22514 exit(0);
22515 }
22516
22517 _ACEOF
22518 rm -f conftest$ac_exeext
22519 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22520 (eval $ac_link) 2>&5
22521 ac_status=$?
22522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22523 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22525 (eval $ac_try) 2>&5
22526 ac_status=$?
22527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22528 (exit $ac_status); }; }; then
22529 ac_cv_header_png_h=`cat conftestval`
22530 else
22531 echo "$as_me: program exited with status $ac_status" >&5
22532 echo "$as_me: failed program was:" >&5
22533 sed 's/^/| /' conftest.$ac_ext >&5
22534
22535 ( exit $ac_status )
22536 ac_cv_header_png_h=no
22537 fi
22538 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22539 fi
22540
22541 fi
22542 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
22543 echo "${ECHO_T}$ac_cv_header_png_h" >&6
22544 if test "${ac_cv_header_png_h+set}" = set; then
22545 echo "$as_me:$LINENO: checking for png.h" >&5
22546 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
22547 if test "${ac_cv_header_png_h+set}" = set; then
22548 echo $ECHO_N "(cached) $ECHO_C" >&6
22549 fi
22550 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
22551 echo "${ECHO_T}$ac_cv_header_png_h" >&6
22552 else
22553 # Is the header compilable?
22554 echo "$as_me:$LINENO: checking png.h usability" >&5
22555 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
22556 cat >conftest.$ac_ext <<_ACEOF
22557 /* confdefs.h. */
22558 _ACEOF
22559 cat confdefs.h >>conftest.$ac_ext
22560 cat >>conftest.$ac_ext <<_ACEOF
22561 /* end confdefs.h. */
22562 $ac_includes_default
22563 #include <png.h>
22564 _ACEOF
22565 rm -f conftest.$ac_objext
22566 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22567 (eval $ac_compile) 2>conftest.er1
22568 ac_status=$?
22569 grep -v '^ *+' conftest.er1 >conftest.err
22570 rm -f conftest.er1
22571 cat conftest.err >&5
22572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22573 (exit $ac_status); } &&
22574 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22576 (eval $ac_try) 2>&5
22577 ac_status=$?
22578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22579 (exit $ac_status); }; } &&
22580 { ac_try='test -s conftest.$ac_objext'
22581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22582 (eval $ac_try) 2>&5
22583 ac_status=$?
22584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22585 (exit $ac_status); }; }; then
22586 ac_header_compiler=yes
22587 else
22588 echo "$as_me: failed program was:" >&5
22589 sed 's/^/| /' conftest.$ac_ext >&5
22590
22591 ac_header_compiler=no
22592 fi
22593 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22594 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22595 echo "${ECHO_T}$ac_header_compiler" >&6
22596
22597 # Is the header present?
22598 echo "$as_me:$LINENO: checking png.h presence" >&5
22599 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
22600 cat >conftest.$ac_ext <<_ACEOF
22601 /* confdefs.h. */
22602 _ACEOF
22603 cat confdefs.h >>conftest.$ac_ext
22604 cat >>conftest.$ac_ext <<_ACEOF
22605 /* end confdefs.h. */
22606 #include <png.h>
22607 _ACEOF
22608 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22609 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22610 ac_status=$?
22611 grep -v '^ *+' conftest.er1 >conftest.err
22612 rm -f conftest.er1
22613 cat conftest.err >&5
22614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22615 (exit $ac_status); } >/dev/null; then
22616 if test -s conftest.err; then
22617 ac_cpp_err=$ac_c_preproc_warn_flag
22618 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
22619 else
22620 ac_cpp_err=
22621 fi
22622 else
22623 ac_cpp_err=yes
22624 fi
22625 if test -z "$ac_cpp_err"; then
22626 ac_header_preproc=yes
22627 else
22628 echo "$as_me: failed program was:" >&5
22629 sed 's/^/| /' conftest.$ac_ext >&5
22630
22631 ac_header_preproc=no
22632 fi
22633 rm -f conftest.err conftest.$ac_ext
22634 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22635 echo "${ECHO_T}$ac_header_preproc" >&6
22636
22637 # So? What about this header?
22638 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22639 yes:no: )
22640 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
22641 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22642 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
22643 echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
22644 ac_header_preproc=yes
22645 ;;
22646 no:yes:* )
22647 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
22648 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
22649 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
22650 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
22651 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
22652 echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
22653 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
22654 echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
22655 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
22656 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
22657 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
22658 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
22659 (
22660 cat <<\_ASBOX
22661 ## ----------------------------------------- ##
22662 ## Report this to wx-dev@lists.wxwidgets.org ##
22663 ## ----------------------------------------- ##
22664 _ASBOX
22665 ) |
22666 sed "s/^/$as_me: WARNING: /" >&2
22667 ;;
22668 esac
22669 echo "$as_me:$LINENO: checking for png.h" >&5
22670 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
22671 if test "${ac_cv_header_png_h+set}" = set; then
22672 echo $ECHO_N "(cached) $ECHO_C" >&6
22673 else
22674 ac_cv_header_png_h=$ac_header_preproc
22675 fi
22676 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
22677 echo "${ECHO_T}$ac_cv_header_png_h" >&6
22678
22679 fi
22680
22681
22682
22683 if test "$ac_cv_header_png_h" = "yes"; then
22684 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
22685 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
22686 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
22687 echo $ECHO_N "(cached) $ECHO_C" >&6
22688 else
22689 ac_check_lib_save_LIBS=$LIBS
22690 LIBS="-lpng -lz -lm $LIBS"
22691 cat >conftest.$ac_ext <<_ACEOF
22692 /* confdefs.h. */
22693 _ACEOF
22694 cat confdefs.h >>conftest.$ac_ext
22695 cat >>conftest.$ac_ext <<_ACEOF
22696 /* end confdefs.h. */
22697
22698 /* Override any gcc2 internal prototype to avoid an error. */
22699 #ifdef __cplusplus
22700 extern "C"
22701 #endif
22702 /* We use char because int might match the return type of a gcc2
22703 builtin and then its argument prototype would still apply. */
22704 char png_check_sig ();
22705 int
22706 main ()
22707 {
22708 png_check_sig ();
22709 ;
22710 return 0;
22711 }
22712 _ACEOF
22713 rm -f conftest.$ac_objext conftest$ac_exeext
22714 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22715 (eval $ac_link) 2>conftest.er1
22716 ac_status=$?
22717 grep -v '^ *+' conftest.er1 >conftest.err
22718 rm -f conftest.er1
22719 cat conftest.err >&5
22720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22721 (exit $ac_status); } &&
22722 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22724 (eval $ac_try) 2>&5
22725 ac_status=$?
22726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22727 (exit $ac_status); }; } &&
22728 { ac_try='test -s conftest$ac_exeext'
22729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22730 (eval $ac_try) 2>&5
22731 ac_status=$?
22732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22733 (exit $ac_status); }; }; then
22734 ac_cv_lib_png_png_check_sig=yes
22735 else
22736 echo "$as_me: failed program was:" >&5
22737 sed 's/^/| /' conftest.$ac_ext >&5
22738
22739 ac_cv_lib_png_png_check_sig=no
22740 fi
22741 rm -f conftest.err conftest.$ac_objext \
22742 conftest$ac_exeext conftest.$ac_ext
22743 LIBS=$ac_check_lib_save_LIBS
22744 fi
22745 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
22746 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
22747 if test $ac_cv_lib_png_png_check_sig = yes; then
22748 PNG_LINK=" -lpng -lz"
22749 fi
22750
22751 fi
22752
22753 if test "x$PNG_LINK" = "x" ; then
22754 if test "$wxUSE_LIBPNG" = "sys" ; then
22755 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
22756 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
22757 { (exit 1); exit 1; }; }
22758 else
22759 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
22760 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
22761 wxUSE_LIBPNG=builtin
22762 fi
22763 else
22764 wxUSE_LIBPNG=sys
22765 fi
22766 fi
22767 fi
22768
22769 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
22770 fi
22771
22772
22773 JPEG_LINK=
22774 if test "$wxUSE_LIBJPEG" != "no" ; then
22775 cat >>confdefs.h <<\_ACEOF
22776 #define wxUSE_LIBJPEG 1
22777 _ACEOF
22778
22779
22780 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
22781 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
22782 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
22783 wxUSE_LIBJPEG=sys
22784 fi
22785
22786 if test "$wxUSE_MGL" != 1 ; then
22787 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
22788 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
22789 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
22790 if test "${ac_cv_header_jpeglib_h+set}" = set; then
22791 echo $ECHO_N "(cached) $ECHO_C" >&6
22792 else
22793 cat >conftest.$ac_ext <<_ACEOF
22794 /* confdefs.h. */
22795 _ACEOF
22796 cat confdefs.h >>conftest.$ac_ext
22797 cat >>conftest.$ac_ext <<_ACEOF
22798 /* end confdefs.h. */
22799
22800 #undef HAVE_STDLIB_H
22801 #include <stdio.h>
22802 #include <jpeglib.h>
22803
22804 int
22805 main ()
22806 {
22807
22808
22809 ;
22810 return 0;
22811 }
22812 _ACEOF
22813 rm -f conftest.$ac_objext
22814 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22815 (eval $ac_compile) 2>conftest.er1
22816 ac_status=$?
22817 grep -v '^ *+' conftest.er1 >conftest.err
22818 rm -f conftest.er1
22819 cat conftest.err >&5
22820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22821 (exit $ac_status); } &&
22822 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22824 (eval $ac_try) 2>&5
22825 ac_status=$?
22826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22827 (exit $ac_status); }; } &&
22828 { ac_try='test -s conftest.$ac_objext'
22829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22830 (eval $ac_try) 2>&5
22831 ac_status=$?
22832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22833 (exit $ac_status); }; }; then
22834 ac_cv_header_jpeglib_h=yes
22835 else
22836 echo "$as_me: failed program was:" >&5
22837 sed 's/^/| /' conftest.$ac_ext >&5
22838
22839 ac_cv_header_jpeglib_h=no
22840
22841 fi
22842 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22843
22844 fi
22845
22846 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
22847 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
22848
22849 if test "$ac_cv_header_jpeglib_h" = "yes"; then
22850 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
22851 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
22852 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
22853 echo $ECHO_N "(cached) $ECHO_C" >&6
22854 else
22855 ac_check_lib_save_LIBS=$LIBS
22856 LIBS="-ljpeg $LIBS"
22857 cat >conftest.$ac_ext <<_ACEOF
22858 /* confdefs.h. */
22859 _ACEOF
22860 cat confdefs.h >>conftest.$ac_ext
22861 cat >>conftest.$ac_ext <<_ACEOF
22862 /* end confdefs.h. */
22863
22864 /* Override any gcc2 internal prototype to avoid an error. */
22865 #ifdef __cplusplus
22866 extern "C"
22867 #endif
22868 /* We use char because int might match the return type of a gcc2
22869 builtin and then its argument prototype would still apply. */
22870 char jpeg_read_header ();
22871 int
22872 main ()
22873 {
22874 jpeg_read_header ();
22875 ;
22876 return 0;
22877 }
22878 _ACEOF
22879 rm -f conftest.$ac_objext conftest$ac_exeext
22880 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22881 (eval $ac_link) 2>conftest.er1
22882 ac_status=$?
22883 grep -v '^ *+' conftest.er1 >conftest.err
22884 rm -f conftest.er1
22885 cat conftest.err >&5
22886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22887 (exit $ac_status); } &&
22888 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22890 (eval $ac_try) 2>&5
22891 ac_status=$?
22892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22893 (exit $ac_status); }; } &&
22894 { ac_try='test -s conftest$ac_exeext'
22895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22896 (eval $ac_try) 2>&5
22897 ac_status=$?
22898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22899 (exit $ac_status); }; }; then
22900 ac_cv_lib_jpeg_jpeg_read_header=yes
22901 else
22902 echo "$as_me: failed program was:" >&5
22903 sed 's/^/| /' conftest.$ac_ext >&5
22904
22905 ac_cv_lib_jpeg_jpeg_read_header=no
22906 fi
22907 rm -f conftest.err conftest.$ac_objext \
22908 conftest$ac_exeext conftest.$ac_ext
22909 LIBS=$ac_check_lib_save_LIBS
22910 fi
22911 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
22912 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
22913 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
22914 JPEG_LINK=" -ljpeg"
22915 fi
22916
22917 fi
22918
22919 if test "x$JPEG_LINK" = "x" ; then
22920 if test "$wxUSE_LIBJPEG" = "sys" ; then
22921 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
22922 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
22923 { (exit 1); exit 1; }; }
22924 else
22925 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
22926 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
22927 wxUSE_LIBJPEG=builtin
22928 fi
22929 else
22930 wxUSE_LIBJPEG=sys
22931 fi
22932 fi
22933 fi
22934 fi
22935
22936
22937 TIFF_LINK=
22938 TIFF_PREREQ_LINKS=-lm
22939 if test "$wxUSE_LIBTIFF" != "no" ; then
22940 cat >>confdefs.h <<\_ACEOF
22941 #define wxUSE_LIBTIFF 1
22942 _ACEOF
22943
22944
22945 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
22946 if test "$wxUSE_LIBJPEG" = "sys"; then
22947 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
22948 fi
22949 if test "$wxUSE_ZLIB" = "sys"; then
22950 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
22951 fi
22952 if test "${ac_cv_header_tiffio_h+set}" = set; then
22953 echo "$as_me:$LINENO: checking for tiffio.h" >&5
22954 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
22955 if test "${ac_cv_header_tiffio_h+set}" = set; then
22956 echo $ECHO_N "(cached) $ECHO_C" >&6
22957 fi
22958 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
22959 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
22960 else
22961 # Is the header compilable?
22962 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
22963 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
22964 cat >conftest.$ac_ext <<_ACEOF
22965 /* confdefs.h. */
22966 _ACEOF
22967 cat confdefs.h >>conftest.$ac_ext
22968 cat >>conftest.$ac_ext <<_ACEOF
22969 /* end confdefs.h. */
22970 $ac_includes_default
22971 #include <tiffio.h>
22972 _ACEOF
22973 rm -f conftest.$ac_objext
22974 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22975 (eval $ac_compile) 2>conftest.er1
22976 ac_status=$?
22977 grep -v '^ *+' conftest.er1 >conftest.err
22978 rm -f conftest.er1
22979 cat conftest.err >&5
22980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22981 (exit $ac_status); } &&
22982 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22984 (eval $ac_try) 2>&5
22985 ac_status=$?
22986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22987 (exit $ac_status); }; } &&
22988 { ac_try='test -s conftest.$ac_objext'
22989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22990 (eval $ac_try) 2>&5
22991 ac_status=$?
22992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22993 (exit $ac_status); }; }; then
22994 ac_header_compiler=yes
22995 else
22996 echo "$as_me: failed program was:" >&5
22997 sed 's/^/| /' conftest.$ac_ext >&5
22998
22999 ac_header_compiler=no
23000 fi
23001 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23002 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23003 echo "${ECHO_T}$ac_header_compiler" >&6
23004
23005 # Is the header present?
23006 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
23007 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
23008 cat >conftest.$ac_ext <<_ACEOF
23009 /* confdefs.h. */
23010 _ACEOF
23011 cat confdefs.h >>conftest.$ac_ext
23012 cat >>conftest.$ac_ext <<_ACEOF
23013 /* end confdefs.h. */
23014 #include <tiffio.h>
23015 _ACEOF
23016 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23017 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23018 ac_status=$?
23019 grep -v '^ *+' conftest.er1 >conftest.err
23020 rm -f conftest.er1
23021 cat conftest.err >&5
23022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23023 (exit $ac_status); } >/dev/null; then
23024 if test -s conftest.err; then
23025 ac_cpp_err=$ac_c_preproc_warn_flag
23026 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
23027 else
23028 ac_cpp_err=
23029 fi
23030 else
23031 ac_cpp_err=yes
23032 fi
23033 if test -z "$ac_cpp_err"; then
23034 ac_header_preproc=yes
23035 else
23036 echo "$as_me: failed program was:" >&5
23037 sed 's/^/| /' conftest.$ac_ext >&5
23038
23039 ac_header_preproc=no
23040 fi
23041 rm -f conftest.err conftest.$ac_ext
23042 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23043 echo "${ECHO_T}$ac_header_preproc" >&6
23044
23045 # So? What about this header?
23046 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23047 yes:no: )
23048 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
23049 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23050 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
23051 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
23052 ac_header_preproc=yes
23053 ;;
23054 no:yes:* )
23055 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
23056 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
23057 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
23058 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
23059 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
23060 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
23061 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
23062 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
23063 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
23064 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
23065 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
23066 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
23067 (
23068 cat <<\_ASBOX
23069 ## ----------------------------------------- ##
23070 ## Report this to wx-dev@lists.wxwidgets.org ##
23071 ## ----------------------------------------- ##
23072 _ASBOX
23073 ) |
23074 sed "s/^/$as_me: WARNING: /" >&2
23075 ;;
23076 esac
23077 echo "$as_me:$LINENO: checking for tiffio.h" >&5
23078 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
23079 if test "${ac_cv_header_tiffio_h+set}" = set; then
23080 echo $ECHO_N "(cached) $ECHO_C" >&6
23081 else
23082 ac_cv_header_tiffio_h=$ac_header_preproc
23083 fi
23084 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
23085 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
23086
23087 fi
23088 if test $ac_cv_header_tiffio_h = yes; then
23089
23090 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
23091 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
23092 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
23093 echo $ECHO_N "(cached) $ECHO_C" >&6
23094 else
23095 ac_check_lib_save_LIBS=$LIBS
23096 LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
23097 cat >conftest.$ac_ext <<_ACEOF
23098 /* confdefs.h. */
23099 _ACEOF
23100 cat confdefs.h >>conftest.$ac_ext
23101 cat >>conftest.$ac_ext <<_ACEOF
23102 /* end confdefs.h. */
23103
23104 /* Override any gcc2 internal prototype to avoid an error. */
23105 #ifdef __cplusplus
23106 extern "C"
23107 #endif
23108 /* We use char because int might match the return type of a gcc2
23109 builtin and then its argument prototype would still apply. */
23110 char TIFFError ();
23111 int
23112 main ()
23113 {
23114 TIFFError ();
23115 ;
23116 return 0;
23117 }
23118 _ACEOF
23119 rm -f conftest.$ac_objext conftest$ac_exeext
23120 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23121 (eval $ac_link) 2>conftest.er1
23122 ac_status=$?
23123 grep -v '^ *+' conftest.er1 >conftest.err
23124 rm -f conftest.er1
23125 cat conftest.err >&5
23126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23127 (exit $ac_status); } &&
23128 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23130 (eval $ac_try) 2>&5
23131 ac_status=$?
23132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23133 (exit $ac_status); }; } &&
23134 { ac_try='test -s conftest$ac_exeext'
23135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23136 (eval $ac_try) 2>&5
23137 ac_status=$?
23138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23139 (exit $ac_status); }; }; then
23140 ac_cv_lib_tiff_TIFFError=yes
23141 else
23142 echo "$as_me: failed program was:" >&5
23143 sed 's/^/| /' conftest.$ac_ext >&5
23144
23145 ac_cv_lib_tiff_TIFFError=no
23146 fi
23147 rm -f conftest.err conftest.$ac_objext \
23148 conftest$ac_exeext conftest.$ac_ext
23149 LIBS=$ac_check_lib_save_LIBS
23150 fi
23151 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
23152 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
23153 if test $ac_cv_lib_tiff_TIFFError = yes; then
23154 TIFF_LINK=" -ltiff"
23155 fi
23156
23157
23158
23159 fi
23160
23161
23162
23163 if test "x$TIFF_LINK" = "x" ; then
23164 if test "$wxUSE_LIBTIFF" = "sys" ; then
23165 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
23166 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
23167 { (exit 1); exit 1; }; }
23168 else
23169 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
23170 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
23171 wxUSE_LIBTIFF=builtin
23172 fi
23173 else
23174 wxUSE_LIBTIFF=sys
23175 fi
23176 fi
23177 fi
23178
23179
23180 if test "$wxUSE_EXPAT" != "no"; then
23181 wxUSE_XML=yes
23182 cat >>confdefs.h <<\_ACEOF
23183 #define wxUSE_EXPAT 1
23184 _ACEOF
23185
23186 cat >>confdefs.h <<\_ACEOF
23187 #define wxUSE_XML 1
23188 _ACEOF
23189
23190
23191 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
23192 if test "${ac_cv_header_expat_h+set}" = set; then
23193 echo "$as_me:$LINENO: checking for expat.h" >&5
23194 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
23195 if test "${ac_cv_header_expat_h+set}" = set; then
23196 echo $ECHO_N "(cached) $ECHO_C" >&6
23197 fi
23198 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
23199 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
23200 else
23201 # Is the header compilable?
23202 echo "$as_me:$LINENO: checking expat.h usability" >&5
23203 echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
23204 cat >conftest.$ac_ext <<_ACEOF
23205 /* confdefs.h. */
23206 _ACEOF
23207 cat confdefs.h >>conftest.$ac_ext
23208 cat >>conftest.$ac_ext <<_ACEOF
23209 /* end confdefs.h. */
23210 $ac_includes_default
23211 #include <expat.h>
23212 _ACEOF
23213 rm -f conftest.$ac_objext
23214 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23215 (eval $ac_compile) 2>conftest.er1
23216 ac_status=$?
23217 grep -v '^ *+' conftest.er1 >conftest.err
23218 rm -f conftest.er1
23219 cat conftest.err >&5
23220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23221 (exit $ac_status); } &&
23222 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23224 (eval $ac_try) 2>&5
23225 ac_status=$?
23226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23227 (exit $ac_status); }; } &&
23228 { ac_try='test -s conftest.$ac_objext'
23229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23230 (eval $ac_try) 2>&5
23231 ac_status=$?
23232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23233 (exit $ac_status); }; }; then
23234 ac_header_compiler=yes
23235 else
23236 echo "$as_me: failed program was:" >&5
23237 sed 's/^/| /' conftest.$ac_ext >&5
23238
23239 ac_header_compiler=no
23240 fi
23241 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23242 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23243 echo "${ECHO_T}$ac_header_compiler" >&6
23244
23245 # Is the header present?
23246 echo "$as_me:$LINENO: checking expat.h presence" >&5
23247 echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
23248 cat >conftest.$ac_ext <<_ACEOF
23249 /* confdefs.h. */
23250 _ACEOF
23251 cat confdefs.h >>conftest.$ac_ext
23252 cat >>conftest.$ac_ext <<_ACEOF
23253 /* end confdefs.h. */
23254 #include <expat.h>
23255 _ACEOF
23256 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23257 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23258 ac_status=$?
23259 grep -v '^ *+' conftest.er1 >conftest.err
23260 rm -f conftest.er1
23261 cat conftest.err >&5
23262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23263 (exit $ac_status); } >/dev/null; then
23264 if test -s conftest.err; then
23265 ac_cpp_err=$ac_c_preproc_warn_flag
23266 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
23267 else
23268 ac_cpp_err=
23269 fi
23270 else
23271 ac_cpp_err=yes
23272 fi
23273 if test -z "$ac_cpp_err"; then
23274 ac_header_preproc=yes
23275 else
23276 echo "$as_me: failed program was:" >&5
23277 sed 's/^/| /' conftest.$ac_ext >&5
23278
23279 ac_header_preproc=no
23280 fi
23281 rm -f conftest.err conftest.$ac_ext
23282 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23283 echo "${ECHO_T}$ac_header_preproc" >&6
23284
23285 # So? What about this header?
23286 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23287 yes:no: )
23288 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
23289 echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23290 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
23291 echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
23292 ac_header_preproc=yes
23293 ;;
23294 no:yes:* )
23295 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
23296 echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
23297 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
23298 echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
23299 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
23300 echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
23301 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
23302 echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
23303 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
23304 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
23305 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
23306 echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
23307 (
23308 cat <<\_ASBOX
23309 ## ----------------------------------------- ##
23310 ## Report this to wx-dev@lists.wxwidgets.org ##
23311 ## ----------------------------------------- ##
23312 _ASBOX
23313 ) |
23314 sed "s/^/$as_me: WARNING: /" >&2
23315 ;;
23316 esac
23317 echo "$as_me:$LINENO: checking for expat.h" >&5
23318 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
23319 if test "${ac_cv_header_expat_h+set}" = set; then
23320 echo $ECHO_N "(cached) $ECHO_C" >&6
23321 else
23322 ac_cv_header_expat_h=$ac_header_preproc
23323 fi
23324 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
23325 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
23326
23327 fi
23328 if test $ac_cv_header_expat_h = yes; then
23329 found_expat_h=1
23330 fi
23331
23332
23333 if test "x$found_expat_h" = "x1"; then
23334 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
23335 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
23336 if test "${wx_cv_expat_is_not_broken+set}" = set; then
23337 echo $ECHO_N "(cached) $ECHO_C" >&6
23338 else
23339
23340
23341
23342 ac_ext=cc
23343 ac_cpp='$CXXCPP $CPPFLAGS'
23344 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23345 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23346 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23347
23348 cat >conftest.$ac_ext <<_ACEOF
23349 /* confdefs.h. */
23350 _ACEOF
23351 cat confdefs.h >>conftest.$ac_ext
23352 cat >>conftest.$ac_ext <<_ACEOF
23353 /* end confdefs.h. */
23354 #include <expat.h>
23355 int
23356 main ()
23357 {
23358
23359 ;
23360 return 0;
23361 }
23362 _ACEOF
23363 rm -f conftest.$ac_objext
23364 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23365 (eval $ac_compile) 2>conftest.er1
23366 ac_status=$?
23367 grep -v '^ *+' conftest.er1 >conftest.err
23368 rm -f conftest.er1
23369 cat conftest.err >&5
23370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23371 (exit $ac_status); } &&
23372 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23374 (eval $ac_try) 2>&5
23375 ac_status=$?
23376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23377 (exit $ac_status); }; } &&
23378 { ac_try='test -s conftest.$ac_objext'
23379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23380 (eval $ac_try) 2>&5
23381 ac_status=$?
23382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23383 (exit $ac_status); }; }; then
23384 wx_cv_expat_is_not_broken=yes
23385 else
23386 echo "$as_me: failed program was:" >&5
23387 sed 's/^/| /' conftest.$ac_ext >&5
23388
23389 wx_cv_expat_is_not_broken=no
23390
23391 fi
23392 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23393 ac_ext=c
23394 ac_cpp='$CPP $CPPFLAGS'
23395 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23396 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23397 ac_compiler_gnu=$ac_cv_c_compiler_gnu
23398
23399
23400
23401 fi
23402 echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
23403 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
23404 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
23405 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
23406 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
23407 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
23408 echo $ECHO_N "(cached) $ECHO_C" >&6
23409 else
23410 ac_check_lib_save_LIBS=$LIBS
23411 LIBS="-lexpat $LIBS"
23412 cat >conftest.$ac_ext <<_ACEOF
23413 /* confdefs.h. */
23414 _ACEOF
23415 cat confdefs.h >>conftest.$ac_ext
23416 cat >>conftest.$ac_ext <<_ACEOF
23417 /* end confdefs.h. */
23418
23419 /* Override any gcc2 internal prototype to avoid an error. */
23420 #ifdef __cplusplus
23421 extern "C"
23422 #endif
23423 /* We use char because int might match the return type of a gcc2
23424 builtin and then its argument prototype would still apply. */
23425 char XML_ParserCreate ();
23426 int
23427 main ()
23428 {
23429 XML_ParserCreate ();
23430 ;
23431 return 0;
23432 }
23433 _ACEOF
23434 rm -f conftest.$ac_objext conftest$ac_exeext
23435 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23436 (eval $ac_link) 2>conftest.er1
23437 ac_status=$?
23438 grep -v '^ *+' conftest.er1 >conftest.err
23439 rm -f conftest.er1
23440 cat conftest.err >&5
23441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23442 (exit $ac_status); } &&
23443 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23445 (eval $ac_try) 2>&5
23446 ac_status=$?
23447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23448 (exit $ac_status); }; } &&
23449 { ac_try='test -s conftest$ac_exeext'
23450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23451 (eval $ac_try) 2>&5
23452 ac_status=$?
23453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23454 (exit $ac_status); }; }; then
23455 ac_cv_lib_expat_XML_ParserCreate=yes
23456 else
23457 echo "$as_me: failed program was:" >&5
23458 sed 's/^/| /' conftest.$ac_ext >&5
23459
23460 ac_cv_lib_expat_XML_ParserCreate=no
23461 fi
23462 rm -f conftest.err conftest.$ac_objext \
23463 conftest$ac_exeext conftest.$ac_ext
23464 LIBS=$ac_check_lib_save_LIBS
23465 fi
23466 echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
23467 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
23468 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
23469 EXPAT_LINK=" -lexpat"
23470 fi
23471
23472 fi
23473 fi
23474 if test "x$EXPAT_LINK" = "x" ; then
23475 if test "$wxUSE_EXPAT" = "sys" ; then
23476 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
23477 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
23478 { (exit 1); exit 1; }; }
23479 else
23480 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
23481 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
23482 wxUSE_EXPAT=builtin
23483 fi
23484 else
23485 wxUSE_EXPAT=sys
23486 fi
23487 fi
23488 if test "$wxUSE_EXPAT" = "builtin" ; then
23489
23490
23491 subdirs="$subdirs src/expat"
23492
23493 fi
23494 fi
23495
23496
23497
23498 if test "$wxUSE_LIBMSPACK" != "no"; then
23499 if test "${ac_cv_header_mspack_h+set}" = set; then
23500 echo "$as_me:$LINENO: checking for mspack.h" >&5
23501 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
23502 if test "${ac_cv_header_mspack_h+set}" = set; then
23503 echo $ECHO_N "(cached) $ECHO_C" >&6
23504 fi
23505 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
23506 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
23507 else
23508 # Is the header compilable?
23509 echo "$as_me:$LINENO: checking mspack.h usability" >&5
23510 echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
23511 cat >conftest.$ac_ext <<_ACEOF
23512 /* confdefs.h. */
23513 _ACEOF
23514 cat confdefs.h >>conftest.$ac_ext
23515 cat >>conftest.$ac_ext <<_ACEOF
23516 /* end confdefs.h. */
23517 $ac_includes_default
23518 #include <mspack.h>
23519 _ACEOF
23520 rm -f conftest.$ac_objext
23521 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23522 (eval $ac_compile) 2>conftest.er1
23523 ac_status=$?
23524 grep -v '^ *+' conftest.er1 >conftest.err
23525 rm -f conftest.er1
23526 cat conftest.err >&5
23527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23528 (exit $ac_status); } &&
23529 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23531 (eval $ac_try) 2>&5
23532 ac_status=$?
23533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23534 (exit $ac_status); }; } &&
23535 { ac_try='test -s conftest.$ac_objext'
23536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23537 (eval $ac_try) 2>&5
23538 ac_status=$?
23539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23540 (exit $ac_status); }; }; then
23541 ac_header_compiler=yes
23542 else
23543 echo "$as_me: failed program was:" >&5
23544 sed 's/^/| /' conftest.$ac_ext >&5
23545
23546 ac_header_compiler=no
23547 fi
23548 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23549 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23550 echo "${ECHO_T}$ac_header_compiler" >&6
23551
23552 # Is the header present?
23553 echo "$as_me:$LINENO: checking mspack.h presence" >&5
23554 echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
23555 cat >conftest.$ac_ext <<_ACEOF
23556 /* confdefs.h. */
23557 _ACEOF
23558 cat confdefs.h >>conftest.$ac_ext
23559 cat >>conftest.$ac_ext <<_ACEOF
23560 /* end confdefs.h. */
23561 #include <mspack.h>
23562 _ACEOF
23563 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23564 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23565 ac_status=$?
23566 grep -v '^ *+' conftest.er1 >conftest.err
23567 rm -f conftest.er1
23568 cat conftest.err >&5
23569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23570 (exit $ac_status); } >/dev/null; then
23571 if test -s conftest.err; then
23572 ac_cpp_err=$ac_c_preproc_warn_flag
23573 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
23574 else
23575 ac_cpp_err=
23576 fi
23577 else
23578 ac_cpp_err=yes
23579 fi
23580 if test -z "$ac_cpp_err"; then
23581 ac_header_preproc=yes
23582 else
23583 echo "$as_me: failed program was:" >&5
23584 sed 's/^/| /' conftest.$ac_ext >&5
23585
23586 ac_header_preproc=no
23587 fi
23588 rm -f conftest.err conftest.$ac_ext
23589 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23590 echo "${ECHO_T}$ac_header_preproc" >&6
23591
23592 # So? What about this header?
23593 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23594 yes:no: )
23595 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
23596 echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23597 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
23598 echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
23599 ac_header_preproc=yes
23600 ;;
23601 no:yes:* )
23602 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
23603 echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
23604 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
23605 echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
23606 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
23607 echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
23608 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
23609 echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
23610 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
23611 echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
23612 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
23613 echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
23614 (
23615 cat <<\_ASBOX
23616 ## ----------------------------------------- ##
23617 ## Report this to wx-dev@lists.wxwidgets.org ##
23618 ## ----------------------------------------- ##
23619 _ASBOX
23620 ) |
23621 sed "s/^/$as_me: WARNING: /" >&2
23622 ;;
23623 esac
23624 echo "$as_me:$LINENO: checking for mspack.h" >&5
23625 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
23626 if test "${ac_cv_header_mspack_h+set}" = set; then
23627 echo $ECHO_N "(cached) $ECHO_C" >&6
23628 else
23629 ac_cv_header_mspack_h=$ac_header_preproc
23630 fi
23631 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
23632 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
23633
23634 fi
23635 if test $ac_cv_header_mspack_h = yes; then
23636 found_mspack_h=1
23637 fi
23638
23639
23640 if test "x$found_mspack_h" = "x1"; then
23641 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
23642 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
23643 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
23644 echo $ECHO_N "(cached) $ECHO_C" >&6
23645 else
23646 ac_check_lib_save_LIBS=$LIBS
23647 LIBS="-lmspack $LIBS"
23648 cat >conftest.$ac_ext <<_ACEOF
23649 /* confdefs.h. */
23650 _ACEOF
23651 cat confdefs.h >>conftest.$ac_ext
23652 cat >>conftest.$ac_ext <<_ACEOF
23653 /* end confdefs.h. */
23654
23655 /* Override any gcc2 internal prototype to avoid an error. */
23656 #ifdef __cplusplus
23657 extern "C"
23658 #endif
23659 /* We use char because int might match the return type of a gcc2
23660 builtin and then its argument prototype would still apply. */
23661 char mspack_create_chm_decompressor ();
23662 int
23663 main ()
23664 {
23665 mspack_create_chm_decompressor ();
23666 ;
23667 return 0;
23668 }
23669 _ACEOF
23670 rm -f conftest.$ac_objext conftest$ac_exeext
23671 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23672 (eval $ac_link) 2>conftest.er1
23673 ac_status=$?
23674 grep -v '^ *+' conftest.er1 >conftest.err
23675 rm -f conftest.er1
23676 cat conftest.err >&5
23677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23678 (exit $ac_status); } &&
23679 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23681 (eval $ac_try) 2>&5
23682 ac_status=$?
23683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23684 (exit $ac_status); }; } &&
23685 { ac_try='test -s conftest$ac_exeext'
23686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23687 (eval $ac_try) 2>&5
23688 ac_status=$?
23689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23690 (exit $ac_status); }; }; then
23691 ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
23692 else
23693 echo "$as_me: failed program was:" >&5
23694 sed 's/^/| /' conftest.$ac_ext >&5
23695
23696 ac_cv_lib_mspack_mspack_create_chm_decompressor=no
23697 fi
23698 rm -f conftest.err conftest.$ac_objext \
23699 conftest$ac_exeext conftest.$ac_ext
23700 LIBS=$ac_check_lib_save_LIBS
23701 fi
23702 echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
23703 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
23704 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
23705 MSPACK_LINK=" -lmspack"
23706 fi
23707
23708 fi
23709 if test "x$MSPACK_LINK" = "x" ; then
23710 wxUSE_LIBMSPACK=no
23711 fi
23712 fi
23713
23714 if test "$wxUSE_LIBMSPACK" != "no"; then
23715 cat >>confdefs.h <<\_ACEOF
23716 #define wxUSE_LIBMSPACK 1
23717 _ACEOF
23718
23719 fi
23720
23721
23722
23723 AFMINSTALL=
23724 WIN32INSTALL=
23725
23726 TOOLKIT=
23727 TOOLKIT_INCLUDE=
23728 WIDGET_SET=
23729
23730 if test "$USE_WIN32" = 1 ; then
23731
23732 for ac_header in w32api.h
23733 do
23734 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
23735 if eval "test \"\${$as_ac_Header+set}\" = set"; then
23736 echo "$as_me:$LINENO: checking for $ac_header" >&5
23737 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
23738 if eval "test \"\${$as_ac_Header+set}\" = set"; then
23739 echo $ECHO_N "(cached) $ECHO_C" >&6
23740 fi
23741 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
23742 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
23743 else
23744 # Is the header compilable?
23745 echo "$as_me:$LINENO: checking $ac_header usability" >&5
23746 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
23747 cat >conftest.$ac_ext <<_ACEOF
23748 /* confdefs.h. */
23749 _ACEOF
23750 cat confdefs.h >>conftest.$ac_ext
23751 cat >>conftest.$ac_ext <<_ACEOF
23752 /* end confdefs.h. */
23753 $ac_includes_default
23754 #include <$ac_header>
23755 _ACEOF
23756 rm -f conftest.$ac_objext
23757 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23758 (eval $ac_compile) 2>conftest.er1
23759 ac_status=$?
23760 grep -v '^ *+' conftest.er1 >conftest.err
23761 rm -f conftest.er1
23762 cat conftest.err >&5
23763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23764 (exit $ac_status); } &&
23765 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23767 (eval $ac_try) 2>&5
23768 ac_status=$?
23769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23770 (exit $ac_status); }; } &&
23771 { ac_try='test -s conftest.$ac_objext'
23772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23773 (eval $ac_try) 2>&5
23774 ac_status=$?
23775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23776 (exit $ac_status); }; }; then
23777 ac_header_compiler=yes
23778 else
23779 echo "$as_me: failed program was:" >&5
23780 sed 's/^/| /' conftest.$ac_ext >&5
23781
23782 ac_header_compiler=no
23783 fi
23784 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23785 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23786 echo "${ECHO_T}$ac_header_compiler" >&6
23787
23788 # Is the header present?
23789 echo "$as_me:$LINENO: checking $ac_header presence" >&5
23790 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
23791 cat >conftest.$ac_ext <<_ACEOF
23792 /* confdefs.h. */
23793 _ACEOF
23794 cat confdefs.h >>conftest.$ac_ext
23795 cat >>conftest.$ac_ext <<_ACEOF
23796 /* end confdefs.h. */
23797 #include <$ac_header>
23798 _ACEOF
23799 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23800 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23801 ac_status=$?
23802 grep -v '^ *+' conftest.er1 >conftest.err
23803 rm -f conftest.er1
23804 cat conftest.err >&5
23805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23806 (exit $ac_status); } >/dev/null; then
23807 if test -s conftest.err; then
23808 ac_cpp_err=$ac_c_preproc_warn_flag
23809 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
23810 else
23811 ac_cpp_err=
23812 fi
23813 else
23814 ac_cpp_err=yes
23815 fi
23816 if test -z "$ac_cpp_err"; then
23817 ac_header_preproc=yes
23818 else
23819 echo "$as_me: failed program was:" >&5
23820 sed 's/^/| /' conftest.$ac_ext >&5
23821
23822 ac_header_preproc=no
23823 fi
23824 rm -f conftest.err conftest.$ac_ext
23825 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23826 echo "${ECHO_T}$ac_header_preproc" >&6
23827
23828 # So? What about this header?
23829 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23830 yes:no: )
23831 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
23832 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
23833 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
23834 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
23835 ac_header_preproc=yes
23836 ;;
23837 no:yes:* )
23838 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
23839 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
23840 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
23841 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
23842 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
23843 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
23844 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
23845 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
23846 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
23847 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
23848 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
23849 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
23850 (
23851 cat <<\_ASBOX
23852 ## ----------------------------------------- ##
23853 ## Report this to wx-dev@lists.wxwidgets.org ##
23854 ## ----------------------------------------- ##
23855 _ASBOX
23856 ) |
23857 sed "s/^/$as_me: WARNING: /" >&2
23858 ;;
23859 esac
23860 echo "$as_me:$LINENO: checking for $ac_header" >&5
23861 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
23862 if eval "test \"\${$as_ac_Header+set}\" = set"; then
23863 echo $ECHO_N "(cached) $ECHO_C" >&6
23864 else
23865 eval "$as_ac_Header=\$ac_header_preproc"
23866 fi
23867 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
23868 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
23869
23870 fi
23871 if test `eval echo '${'$as_ac_Header'}'` = yes; then
23872 cat >>confdefs.h <<_ACEOF
23873 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
23874 _ACEOF
23875
23876 fi
23877
23878 done
23879
23880 if test "${ac_cv_header_windows_h+set}" = set; then
23881 echo "$as_me:$LINENO: checking for windows.h" >&5
23882 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
23883 if test "${ac_cv_header_windows_h+set}" = set; then
23884 echo $ECHO_N "(cached) $ECHO_C" >&6
23885 fi
23886 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
23887 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
23888 else
23889 # Is the header compilable?
23890 echo "$as_me:$LINENO: checking windows.h usability" >&5
23891 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
23892 cat >conftest.$ac_ext <<_ACEOF
23893 /* confdefs.h. */
23894 _ACEOF
23895 cat confdefs.h >>conftest.$ac_ext
23896 cat >>conftest.$ac_ext <<_ACEOF
23897 /* end confdefs.h. */
23898 $ac_includes_default
23899 #include <windows.h>
23900 _ACEOF
23901 rm -f conftest.$ac_objext
23902 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23903 (eval $ac_compile) 2>conftest.er1
23904 ac_status=$?
23905 grep -v '^ *+' conftest.er1 >conftest.err
23906 rm -f conftest.er1
23907 cat conftest.err >&5
23908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23909 (exit $ac_status); } &&
23910 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23912 (eval $ac_try) 2>&5
23913 ac_status=$?
23914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23915 (exit $ac_status); }; } &&
23916 { ac_try='test -s conftest.$ac_objext'
23917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23918 (eval $ac_try) 2>&5
23919 ac_status=$?
23920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23921 (exit $ac_status); }; }; then
23922 ac_header_compiler=yes
23923 else
23924 echo "$as_me: failed program was:" >&5
23925 sed 's/^/| /' conftest.$ac_ext >&5
23926
23927 ac_header_compiler=no
23928 fi
23929 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23930 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23931 echo "${ECHO_T}$ac_header_compiler" >&6
23932
23933 # Is the header present?
23934 echo "$as_me:$LINENO: checking windows.h presence" >&5
23935 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
23936 cat >conftest.$ac_ext <<_ACEOF
23937 /* confdefs.h. */
23938 _ACEOF
23939 cat confdefs.h >>conftest.$ac_ext
23940 cat >>conftest.$ac_ext <<_ACEOF
23941 /* end confdefs.h. */
23942 #include <windows.h>
23943 _ACEOF
23944 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23945 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23946 ac_status=$?
23947 grep -v '^ *+' conftest.er1 >conftest.err
23948 rm -f conftest.er1
23949 cat conftest.err >&5
23950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23951 (exit $ac_status); } >/dev/null; then
23952 if test -s conftest.err; then
23953 ac_cpp_err=$ac_c_preproc_warn_flag
23954 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
23955 else
23956 ac_cpp_err=
23957 fi
23958 else
23959 ac_cpp_err=yes
23960 fi
23961 if test -z "$ac_cpp_err"; then
23962 ac_header_preproc=yes
23963 else
23964 echo "$as_me: failed program was:" >&5
23965 sed 's/^/| /' conftest.$ac_ext >&5
23966
23967 ac_header_preproc=no
23968 fi
23969 rm -f conftest.err conftest.$ac_ext
23970 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23971 echo "${ECHO_T}$ac_header_preproc" >&6
23972
23973 # So? What about this header?
23974 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23975 yes:no: )
23976 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
23977 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23978 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
23979 echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
23980 ac_header_preproc=yes
23981 ;;
23982 no:yes:* )
23983 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
23984 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
23985 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
23986 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
23987 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
23988 echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
23989 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
23990 echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
23991 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
23992 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
23993 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
23994 echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
23995 (
23996 cat <<\_ASBOX
23997 ## ----------------------------------------- ##
23998 ## Report this to wx-dev@lists.wxwidgets.org ##
23999 ## ----------------------------------------- ##
24000 _ASBOX
24001 ) |
24002 sed "s/^/$as_me: WARNING: /" >&2
24003 ;;
24004 esac
24005 echo "$as_me:$LINENO: checking for windows.h" >&5
24006 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
24007 if test "${ac_cv_header_windows_h+set}" = set; then
24008 echo $ECHO_N "(cached) $ECHO_C" >&6
24009 else
24010 ac_cv_header_windows_h=$ac_header_preproc
24011 fi
24012 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
24013 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
24014
24015 fi
24016 if test $ac_cv_header_windows_h = yes; then
24017 :
24018 else
24019
24020 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
24021 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
24022 { (exit 1); exit 1; }; }
24023
24024 fi
24025
24026
24027
24028 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
24029
24030 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
24031 LIBS="$LIBS -loleacc"
24032 fi
24033
24034 case "${host}" in
24035 *-*-cygwin* )
24036 LIBS="$LIBS -lkernel32 -luser32"
24037 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
24038 esac
24039
24040 if test "$wxUSE_ODBC" = "sys" ; then
24041 wxUSE_ODBC = "yes"
24042 fi
24043 if test "$wxUSE_ODBC" = "yes" ; then
24044 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
24045 cat >>confdefs.h <<\_ACEOF
24046 #define wxUSE_ODBC 1
24047 _ACEOF
24048
24049 fi
24050
24051 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
24052 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
24053
24054 WIN32INSTALL=win32install
24055 fi
24056
24057 if test "$wxUSE_GUI" = "yes"; then
24058 USE_GUI=1
24059
24060 GUI_TK_LIBRARY=
24061
24062 WXGTK12=
24063 WXGTK127=
24064 WXGTK20=
24065 WXGPE=
24066
24067 if test "$wxUSE_COCOA" = 1 ; then
24068 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
24069 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
24070 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
24071 wxUSE_PRINTING_ARCHITECTURE=no
24072 fi
24073 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
24074 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
24075 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
24076 wxUSE_DRAG_AND_DROP=no
24077 fi
24078 if test "$wxUSE_DRAGIMAGE" = "yes"; then
24079 { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
24080 echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
24081 wxUSE_DRAGIMAGE=no
24082 fi
24083 fi
24084
24085 if test "$wxUSE_MSW" = 1 ; then
24086 TOOLKIT=MSW
24087 GUIDIST=MSW_DIST
24088
24089 case "${host}" in
24090 *-*-mingw32* )
24091 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
24092 esac
24093 fi
24094
24095 if test "$wxUSE_GTK" = 1; then
24096 echo "$as_me:$LINENO: checking for GTK+ version" >&5
24097 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
24098
24099 gtk_version_cached=1
24100 if test "${wx_cv_lib_gtk+set}" = set; then
24101 echo $ECHO_N "(cached) $ECHO_C" >&6
24102 else
24103
24104 gtk_version_cached=0
24105 echo "$as_me:$LINENO: result: " >&5
24106 echo "${ECHO_T}" >&6
24107
24108 GTK_MODULES=
24109 if test "$wxUSE_THREADS" = "yes"; then
24110 GTK_MODULES=gthread
24111 fi
24112
24113 wx_cv_lib_gtk=
24114 if test "x$wxUSE_GTK2" = "xyes"; then
24115 # Check whether --enable-gtktest or --disable-gtktest was given.
24116 if test "${enable_gtktest+set}" = set; then
24117 enableval="$enable_gtktest"
24118
24119 else
24120 enable_gtktest=yes
24121 fi;
24122
24123 pkg_config_args=gtk+-2.0
24124 for module in . $GTK_MODULES
24125 do
24126 case "$module" in
24127 gthread)
24128 pkg_config_args="$pkg_config_args gthread-2.0"
24129 ;;
24130 esac
24131 done
24132
24133 no_gtk=""
24134
24135 # Extract the first word of "pkg-config", so it can be a program name with args.
24136 set dummy pkg-config; ac_word=$2
24137 echo "$as_me:$LINENO: checking for $ac_word" >&5
24138 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24139 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
24140 echo $ECHO_N "(cached) $ECHO_C" >&6
24141 else
24142 case $PKG_CONFIG in
24143 [\\/]* | ?:[\\/]*)
24144 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
24145 ;;
24146 *)
24147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24148 for as_dir in $PATH
24149 do
24150 IFS=$as_save_IFS
24151 test -z "$as_dir" && as_dir=.
24152 for ac_exec_ext in '' $ac_executable_extensions; do
24153 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24154 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
24155 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24156 break 2
24157 fi
24158 done
24159 done
24160
24161 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
24162 ;;
24163 esac
24164 fi
24165 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
24166
24167 if test -n "$PKG_CONFIG"; then
24168 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
24169 echo "${ECHO_T}$PKG_CONFIG" >&6
24170 else
24171 echo "$as_me:$LINENO: result: no" >&5
24172 echo "${ECHO_T}no" >&6
24173 fi
24174
24175
24176 if test x$PKG_CONFIG != xno ; then
24177 if pkg-config --atleast-pkgconfig-version 0.7 ; then
24178 :
24179 else
24180 echo "*** pkg-config too old; version 0.7 or better required."
24181 no_gtk=yes
24182 PKG_CONFIG=no
24183 fi
24184 else
24185 no_gtk=yes
24186 fi
24187
24188 min_gtk_version=2.0.0
24189 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
24190 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
24191
24192 if test x$PKG_CONFIG != xno ; then
24193 ## don't try to run the test against uninstalled libtool libs
24194 if $PKG_CONFIG --uninstalled $pkg_config_args; then
24195 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
24196 enable_gtktest=no
24197 fi
24198
24199 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
24200 :
24201 else
24202 no_gtk=yes
24203 fi
24204 fi
24205
24206 if test x"$no_gtk" = x ; then
24207 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
24208 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
24209 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24210 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
24211 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24212 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
24213 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24214 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
24215 if test "x$enable_gtktest" = "xyes" ; then
24216 ac_save_CFLAGS="$CFLAGS"
24217 ac_save_LIBS="$LIBS"
24218 CFLAGS="$CFLAGS $GTK_CFLAGS"
24219 LIBS="$GTK_LIBS $LIBS"
24220 rm -f conf.gtktest
24221 if test "$cross_compiling" = yes; then
24222 echo $ac_n "cross compiling; assumed OK... $ac_c"
24223 else
24224 cat >conftest.$ac_ext <<_ACEOF
24225 /* confdefs.h. */
24226 _ACEOF
24227 cat confdefs.h >>conftest.$ac_ext
24228 cat >>conftest.$ac_ext <<_ACEOF
24229 /* end confdefs.h. */
24230
24231 #include <gtk/gtk.h>
24232 #include <stdio.h>
24233 #include <stdlib.h>
24234
24235 int
24236 main ()
24237 {
24238 int major, minor, micro;
24239 char *tmp_version;
24240
24241 system ("touch conf.gtktest");
24242
24243 /* HP/UX 9 (%@#!) writes to sscanf strings */
24244 tmp_version = g_strdup("$min_gtk_version");
24245 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
24246 printf("%s, bad version string\n", "$min_gtk_version");
24247 exit(1);
24248 }
24249
24250 if ((gtk_major_version != $gtk_config_major_version) ||
24251 (gtk_minor_version != $gtk_config_minor_version) ||
24252 (gtk_micro_version != $gtk_config_micro_version))
24253 {
24254 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
24255 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
24256 gtk_major_version, gtk_minor_version, gtk_micro_version);
24257 printf ("*** was found! If pkg-config was correct, then it is best\n");
24258 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
24259 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
24260 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
24261 printf("*** required on your system.\n");
24262 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
24263 printf("*** to point to the correct configuration files\n");
24264 }
24265 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
24266 (gtk_minor_version != GTK_MINOR_VERSION) ||
24267 (gtk_micro_version != GTK_MICRO_VERSION))
24268 {
24269 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
24270 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
24271 printf("*** library (version %d.%d.%d)\n",
24272 gtk_major_version, gtk_minor_version, gtk_micro_version);
24273 }
24274 else
24275 {
24276 if ((gtk_major_version > major) ||
24277 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
24278 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
24279 {
24280 return 0;
24281 }
24282 else
24283 {
24284 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
24285 gtk_major_version, gtk_minor_version, gtk_micro_version);
24286 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
24287 major, minor, micro);
24288 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
24289 printf("***\n");
24290 printf("*** If you have already installed a sufficiently new version, this error\n");
24291 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
24292 printf("*** being found. The easiest way to fix this is to remove the old version\n");
24293 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
24294 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
24295 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
24296 printf("*** so that the correct libraries are found at run-time))\n");
24297 }
24298 }
24299 return 1;
24300 }
24301
24302 _ACEOF
24303 rm -f conftest$ac_exeext
24304 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24305 (eval $ac_link) 2>&5
24306 ac_status=$?
24307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24308 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24310 (eval $ac_try) 2>&5
24311 ac_status=$?
24312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24313 (exit $ac_status); }; }; then
24314 :
24315 else
24316 echo "$as_me: program exited with status $ac_status" >&5
24317 echo "$as_me: failed program was:" >&5
24318 sed 's/^/| /' conftest.$ac_ext >&5
24319
24320 ( exit $ac_status )
24321 no_gtk=yes
24322 fi
24323 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24324 fi
24325 CFLAGS="$ac_save_CFLAGS"
24326 LIBS="$ac_save_LIBS"
24327 fi
24328 fi
24329 if test "x$no_gtk" = x ; then
24330 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
24331 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
24332 wx_cv_lib_gtk=2.0
24333 else
24334 echo "$as_me:$LINENO: result: no" >&5
24335 echo "${ECHO_T}no" >&6
24336 if test "$PKG_CONFIG" = "no" ; then
24337 echo "*** A new enough version of pkg-config was not found."
24338 echo "*** See http://pkgconfig.sourceforge.net"
24339 else
24340 if test -f conf.gtktest ; then
24341 :
24342 else
24343 echo "*** Could not run GTK+ test program, checking why..."
24344 ac_save_CFLAGS="$CFLAGS"
24345 ac_save_LIBS="$LIBS"
24346 CFLAGS="$CFLAGS $GTK_CFLAGS"
24347 LIBS="$LIBS $GTK_LIBS"
24348 cat >conftest.$ac_ext <<_ACEOF
24349 /* confdefs.h. */
24350 _ACEOF
24351 cat confdefs.h >>conftest.$ac_ext
24352 cat >>conftest.$ac_ext <<_ACEOF
24353 /* end confdefs.h. */
24354
24355 #include <gtk/gtk.h>
24356 #include <stdio.h>
24357
24358 int
24359 main ()
24360 {
24361 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
24362 ;
24363 return 0;
24364 }
24365 _ACEOF
24366 rm -f conftest.$ac_objext conftest$ac_exeext
24367 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24368 (eval $ac_link) 2>conftest.er1
24369 ac_status=$?
24370 grep -v '^ *+' conftest.er1 >conftest.err
24371 rm -f conftest.er1
24372 cat conftest.err >&5
24373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24374 (exit $ac_status); } &&
24375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24377 (eval $ac_try) 2>&5
24378 ac_status=$?
24379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24380 (exit $ac_status); }; } &&
24381 { ac_try='test -s conftest$ac_exeext'
24382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24383 (eval $ac_try) 2>&5
24384 ac_status=$?
24385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24386 (exit $ac_status); }; }; then
24387 echo "*** The test program compiled, but did not run. This usually means"
24388 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
24389 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
24390 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
24391 echo "*** to the installed location Also, make sure you have run ldconfig if that"
24392 echo "*** is required on your system"
24393 echo "***"
24394 echo "*** If you have an old version installed, it is best to remove it, although"
24395 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
24396 else
24397 echo "$as_me: failed program was:" >&5
24398 sed 's/^/| /' conftest.$ac_ext >&5
24399
24400 echo "*** The test program failed to compile or link. See the file config.log for the"
24401 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
24402 fi
24403 rm -f conftest.err conftest.$ac_objext \
24404 conftest$ac_exeext conftest.$ac_ext
24405 CFLAGS="$ac_save_CFLAGS"
24406 LIBS="$ac_save_LIBS"
24407 fi
24408 fi
24409 GTK_CFLAGS=""
24410 GTK_LIBS=""
24411 :
24412 fi
24413
24414
24415 rm -f conf.gtktest
24416
24417 else
24418
24419 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
24420 if test "${with_gtk_prefix+set}" = set; then
24421 withval="$with_gtk_prefix"
24422 gtk_config_prefix="$withval"
24423 else
24424 gtk_config_prefix=""
24425 fi;
24426
24427 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
24428 if test "${with_gtk_exec_prefix+set}" = set; then
24429 withval="$with_gtk_exec_prefix"
24430 gtk_config_exec_prefix="$withval"
24431 else
24432 gtk_config_exec_prefix=""
24433 fi;
24434 # Check whether --enable-gtktest or --disable-gtktest was given.
24435 if test "${enable_gtktest+set}" = set; then
24436 enableval="$enable_gtktest"
24437
24438 else
24439 enable_gtktest=yes
24440 fi;
24441
24442 for module in . $GTK_MODULES
24443 do
24444 case "$module" in
24445 gthread)
24446 gtk_config_args="$gtk_config_args gthread"
24447 ;;
24448 esac
24449 done
24450
24451 if test x$gtk_config_exec_prefix != x ; then
24452 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
24453 if test x${GTK_CONFIG+set} != xset ; then
24454 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
24455 fi
24456 fi
24457 if test x$gtk_config_prefix != x ; then
24458 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
24459 if test x${GTK_CONFIG+set} != xset ; then
24460 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
24461 fi
24462 fi
24463
24464 # Extract the first word of "gtk-config", so it can be a program name with args.
24465 set dummy gtk-config; ac_word=$2
24466 echo "$as_me:$LINENO: checking for $ac_word" >&5
24467 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24468 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
24469 echo $ECHO_N "(cached) $ECHO_C" >&6
24470 else
24471 case $GTK_CONFIG in
24472 [\\/]* | ?:[\\/]*)
24473 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
24474 ;;
24475 *)
24476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24477 for as_dir in $PATH
24478 do
24479 IFS=$as_save_IFS
24480 test -z "$as_dir" && as_dir=.
24481 for ac_exec_ext in '' $ac_executable_extensions; do
24482 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24483 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
24484 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24485 break 2
24486 fi
24487 done
24488 done
24489
24490 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
24491 ;;
24492 esac
24493 fi
24494 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
24495
24496 if test -n "$GTK_CONFIG"; then
24497 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
24498 echo "${ECHO_T}$GTK_CONFIG" >&6
24499 else
24500 echo "$as_me:$LINENO: result: no" >&5
24501 echo "${ECHO_T}no" >&6
24502 fi
24503
24504 min_gtk_version=1.2.7
24505 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
24506 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
24507 no_gtk=""
24508 if test "$GTK_CONFIG" = "no" ; then
24509 no_gtk=yes
24510 else
24511 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
24512 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
24513 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
24514 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
24515 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
24516 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
24517 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
24518 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
24519 if test "x$enable_gtktest" = "xyes" ; then
24520 ac_save_CFLAGS="$CFLAGS"
24521 ac_save_LIBS="$LIBS"
24522 CFLAGS="$CFLAGS $GTK_CFLAGS"
24523 LIBS="$GTK_LIBS $LIBS"
24524 rm -f conf.gtktest
24525 if test "$cross_compiling" = yes; then
24526 echo $ac_n "cross compiling; assumed OK... $ac_c"
24527 else
24528 cat >conftest.$ac_ext <<_ACEOF
24529 /* confdefs.h. */
24530 _ACEOF
24531 cat confdefs.h >>conftest.$ac_ext
24532 cat >>conftest.$ac_ext <<_ACEOF
24533 /* end confdefs.h. */
24534
24535 #include <gtk/gtk.h>
24536 #include <stdio.h>
24537 #include <stdlib.h>
24538
24539 int
24540 main ()
24541 {
24542 int major, minor, micro;
24543 char *tmp_version;
24544
24545 system ("touch conf.gtktest");
24546
24547 /* HP/UX 9 (%@#!) writes to sscanf strings */
24548 tmp_version = g_strdup("$min_gtk_version");
24549 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
24550 printf("%s, bad version string\n", "$min_gtk_version");
24551 exit(1);
24552 }
24553
24554 if ((gtk_major_version != $gtk_config_major_version) ||
24555 (gtk_minor_version != $gtk_config_minor_version) ||
24556 (gtk_micro_version != $gtk_config_micro_version))
24557 {
24558 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
24559 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
24560 gtk_major_version, gtk_minor_version, gtk_micro_version);
24561 printf ("*** was found! If gtk-config was correct, then it is best\n");
24562 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
24563 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
24564 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
24565 printf("*** required on your system.\n");
24566 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
24567 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
24568 printf("*** before re-running configure\n");
24569 }
24570 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
24571 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
24572 (gtk_minor_version != GTK_MINOR_VERSION) ||
24573 (gtk_micro_version != GTK_MICRO_VERSION))
24574 {
24575 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
24576 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
24577 printf("*** library (version %d.%d.%d)\n",
24578 gtk_major_version, gtk_minor_version, gtk_micro_version);
24579 }
24580 #endif /* defined (GTK_MAJOR_VERSION) ... */
24581 else
24582 {
24583 if ((gtk_major_version > major) ||
24584 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
24585 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
24586 {
24587 return 0;
24588 }
24589 else
24590 {
24591 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
24592 gtk_major_version, gtk_minor_version, gtk_micro_version);
24593 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
24594 major, minor, micro);
24595 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
24596 printf("***\n");
24597 printf("*** If you have already installed a sufficiently new version, this error\n");
24598 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
24599 printf("*** being found. The easiest way to fix this is to remove the old version\n");
24600 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
24601 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
24602 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
24603 printf("*** so that the correct libraries are found at run-time))\n");
24604 }
24605 }
24606 return 1;
24607 }
24608
24609 _ACEOF
24610 rm -f conftest$ac_exeext
24611 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24612 (eval $ac_link) 2>&5
24613 ac_status=$?
24614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24615 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24617 (eval $ac_try) 2>&5
24618 ac_status=$?
24619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24620 (exit $ac_status); }; }; then
24621 :
24622 else
24623 echo "$as_me: program exited with status $ac_status" >&5
24624 echo "$as_me: failed program was:" >&5
24625 sed 's/^/| /' conftest.$ac_ext >&5
24626
24627 ( exit $ac_status )
24628 no_gtk=yes
24629 fi
24630 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24631 fi
24632 CFLAGS="$ac_save_CFLAGS"
24633 LIBS="$ac_save_LIBS"
24634 fi
24635 fi
24636 if test "x$no_gtk" = x ; then
24637 echo "$as_me:$LINENO: result: yes" >&5
24638 echo "${ECHO_T}yes" >&6
24639 wx_cv_lib_gtk=1.2.7
24640 else
24641 echo "$as_me:$LINENO: result: no" >&5
24642 echo "${ECHO_T}no" >&6
24643 if test "$GTK_CONFIG" = "no" ; then
24644 echo "*** The gtk-config script installed by GTK could not be found"
24645 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
24646 echo "*** your path, or set the GTK_CONFIG environment variable to the"
24647 echo "*** full path to gtk-config."
24648 else
24649 if test -f conf.gtktest ; then
24650 :
24651 else
24652 echo "*** Could not run GTK test program, checking why..."
24653 CFLAGS="$CFLAGS $GTK_CFLAGS"
24654 LIBS="$LIBS $GTK_LIBS"
24655 cat >conftest.$ac_ext <<_ACEOF
24656 /* confdefs.h. */
24657 _ACEOF
24658 cat confdefs.h >>conftest.$ac_ext
24659 cat >>conftest.$ac_ext <<_ACEOF
24660 /* end confdefs.h. */
24661
24662 #include <gtk/gtk.h>
24663 #include <stdio.h>
24664
24665 int
24666 main ()
24667 {
24668 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
24669 ;
24670 return 0;
24671 }
24672 _ACEOF
24673 rm -f conftest.$ac_objext conftest$ac_exeext
24674 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24675 (eval $ac_link) 2>conftest.er1
24676 ac_status=$?
24677 grep -v '^ *+' conftest.er1 >conftest.err
24678 rm -f conftest.er1
24679 cat conftest.err >&5
24680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24681 (exit $ac_status); } &&
24682 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24684 (eval $ac_try) 2>&5
24685 ac_status=$?
24686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24687 (exit $ac_status); }; } &&
24688 { ac_try='test -s conftest$ac_exeext'
24689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24690 (eval $ac_try) 2>&5
24691 ac_status=$?
24692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24693 (exit $ac_status); }; }; then
24694 echo "*** The test program compiled, but did not run. This usually means"
24695 echo "*** that the run-time linker is not finding GTK or finding the wrong"
24696 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
24697 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
24698 echo "*** to the installed location Also, make sure you have run ldconfig if that"
24699 echo "*** is required on your system"
24700 echo "***"
24701 echo "*** If you have an old version installed, it is best to remove it, although"
24702 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
24703 echo "***"
24704 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
24705 echo "*** came with the system with the command"
24706 echo "***"
24707 echo "*** rpm --erase --nodeps gtk gtk-devel"
24708 else
24709 echo "$as_me: failed program was:" >&5
24710 sed 's/^/| /' conftest.$ac_ext >&5
24711
24712 echo "*** The test program failed to compile or link. See the file config.log for the"
24713 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
24714 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
24715 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
24716 fi
24717 rm -f conftest.err conftest.$ac_objext \
24718 conftest$ac_exeext conftest.$ac_ext
24719 CFLAGS="$ac_save_CFLAGS"
24720 LIBS="$ac_save_LIBS"
24721 fi
24722 fi
24723 GTK_CFLAGS=""
24724 GTK_LIBS=""
24725 :
24726 fi
24727
24728
24729 rm -f conf.gtktest
24730
24731
24732 if test -z "$wx_cv_lib_gtk"; then
24733
24734 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
24735 if test "${with_gtk_prefix+set}" = set; then
24736 withval="$with_gtk_prefix"
24737 gtk_config_prefix="$withval"
24738 else
24739 gtk_config_prefix=""
24740 fi;
24741
24742 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
24743 if test "${with_gtk_exec_prefix+set}" = set; then
24744 withval="$with_gtk_exec_prefix"
24745 gtk_config_exec_prefix="$withval"
24746 else
24747 gtk_config_exec_prefix=""
24748 fi;
24749 # Check whether --enable-gtktest or --disable-gtktest was given.
24750 if test "${enable_gtktest+set}" = set; then
24751 enableval="$enable_gtktest"
24752
24753 else
24754 enable_gtktest=yes
24755 fi;
24756
24757 for module in . $GTK_MODULES
24758 do
24759 case "$module" in
24760 gthread)
24761 gtk_config_args="$gtk_config_args gthread"
24762 ;;
24763 esac
24764 done
24765
24766 if test x$gtk_config_exec_prefix != x ; then
24767 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
24768 if test x${GTK_CONFIG+set} != xset ; then
24769 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
24770 fi
24771 fi
24772 if test x$gtk_config_prefix != x ; then
24773 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
24774 if test x${GTK_CONFIG+set} != xset ; then
24775 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
24776 fi
24777 fi
24778
24779 # Extract the first word of "gtk-config", so it can be a program name with args.
24780 set dummy gtk-config; ac_word=$2
24781 echo "$as_me:$LINENO: checking for $ac_word" >&5
24782 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24783 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
24784 echo $ECHO_N "(cached) $ECHO_C" >&6
24785 else
24786 case $GTK_CONFIG in
24787 [\\/]* | ?:[\\/]*)
24788 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
24789 ;;
24790 *)
24791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24792 for as_dir in $PATH
24793 do
24794 IFS=$as_save_IFS
24795 test -z "$as_dir" && as_dir=.
24796 for ac_exec_ext in '' $ac_executable_extensions; do
24797 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24798 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
24799 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24800 break 2
24801 fi
24802 done
24803 done
24804
24805 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
24806 ;;
24807 esac
24808 fi
24809 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
24810
24811 if test -n "$GTK_CONFIG"; then
24812 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
24813 echo "${ECHO_T}$GTK_CONFIG" >&6
24814 else
24815 echo "$as_me:$LINENO: result: no" >&5
24816 echo "${ECHO_T}no" >&6
24817 fi
24818
24819 min_gtk_version=1.2.3
24820 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
24821 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
24822 no_gtk=""
24823 if test "$GTK_CONFIG" = "no" ; then
24824 no_gtk=yes
24825 else
24826 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
24827 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
24828 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
24829 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
24830 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
24831 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
24832 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
24833 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
24834 if test "x$enable_gtktest" = "xyes" ; then
24835 ac_save_CFLAGS="$CFLAGS"
24836 ac_save_LIBS="$LIBS"
24837 CFLAGS="$CFLAGS $GTK_CFLAGS"
24838 LIBS="$GTK_LIBS $LIBS"
24839 rm -f conf.gtktest
24840 if test "$cross_compiling" = yes; then
24841 echo $ac_n "cross compiling; assumed OK... $ac_c"
24842 else
24843 cat >conftest.$ac_ext <<_ACEOF
24844 /* confdefs.h. */
24845 _ACEOF
24846 cat confdefs.h >>conftest.$ac_ext
24847 cat >>conftest.$ac_ext <<_ACEOF
24848 /* end confdefs.h. */
24849
24850 #include <gtk/gtk.h>
24851 #include <stdio.h>
24852 #include <stdlib.h>
24853
24854 int
24855 main ()
24856 {
24857 int major, minor, micro;
24858 char *tmp_version;
24859
24860 system ("touch conf.gtktest");
24861
24862 /* HP/UX 9 (%@#!) writes to sscanf strings */
24863 tmp_version = g_strdup("$min_gtk_version");
24864 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
24865 printf("%s, bad version string\n", "$min_gtk_version");
24866 exit(1);
24867 }
24868
24869 if ((gtk_major_version != $gtk_config_major_version) ||
24870 (gtk_minor_version != $gtk_config_minor_version) ||
24871 (gtk_micro_version != $gtk_config_micro_version))
24872 {
24873 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
24874 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
24875 gtk_major_version, gtk_minor_version, gtk_micro_version);
24876 printf ("*** was found! If gtk-config was correct, then it is best\n");
24877 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
24878 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
24879 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
24880 printf("*** required on your system.\n");
24881 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
24882 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
24883 printf("*** before re-running configure\n");
24884 }
24885 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
24886 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
24887 (gtk_minor_version != GTK_MINOR_VERSION) ||
24888 (gtk_micro_version != GTK_MICRO_VERSION))
24889 {
24890 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
24891 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
24892 printf("*** library (version %d.%d.%d)\n",
24893 gtk_major_version, gtk_minor_version, gtk_micro_version);
24894 }
24895 #endif /* defined (GTK_MAJOR_VERSION) ... */
24896 else
24897 {
24898 if ((gtk_major_version > major) ||
24899 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
24900 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
24901 {
24902 return 0;
24903 }
24904 else
24905 {
24906 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
24907 gtk_major_version, gtk_minor_version, gtk_micro_version);
24908 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
24909 major, minor, micro);
24910 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
24911 printf("***\n");
24912 printf("*** If you have already installed a sufficiently new version, this error\n");
24913 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
24914 printf("*** being found. The easiest way to fix this is to remove the old version\n");
24915 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
24916 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
24917 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
24918 printf("*** so that the correct libraries are found at run-time))\n");
24919 }
24920 }
24921 return 1;
24922 }
24923
24924 _ACEOF
24925 rm -f conftest$ac_exeext
24926 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24927 (eval $ac_link) 2>&5
24928 ac_status=$?
24929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24930 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24932 (eval $ac_try) 2>&5
24933 ac_status=$?
24934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24935 (exit $ac_status); }; }; then
24936 :
24937 else
24938 echo "$as_me: program exited with status $ac_status" >&5
24939 echo "$as_me: failed program was:" >&5
24940 sed 's/^/| /' conftest.$ac_ext >&5
24941
24942 ( exit $ac_status )
24943 no_gtk=yes
24944 fi
24945 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24946 fi
24947 CFLAGS="$ac_save_CFLAGS"
24948 LIBS="$ac_save_LIBS"
24949 fi
24950 fi
24951 if test "x$no_gtk" = x ; then
24952 echo "$as_me:$LINENO: result: yes" >&5
24953 echo "${ECHO_T}yes" >&6
24954 wx_cv_lib_gtk=1.2.3
24955 else
24956 echo "$as_me:$LINENO: result: no" >&5
24957 echo "${ECHO_T}no" >&6
24958 if test "$GTK_CONFIG" = "no" ; then
24959 echo "*** The gtk-config script installed by GTK could not be found"
24960 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
24961 echo "*** your path, or set the GTK_CONFIG environment variable to the"
24962 echo "*** full path to gtk-config."
24963 else
24964 if test -f conf.gtktest ; then
24965 :
24966 else
24967 echo "*** Could not run GTK test program, checking why..."
24968 CFLAGS="$CFLAGS $GTK_CFLAGS"
24969 LIBS="$LIBS $GTK_LIBS"
24970 cat >conftest.$ac_ext <<_ACEOF
24971 /* confdefs.h. */
24972 _ACEOF
24973 cat confdefs.h >>conftest.$ac_ext
24974 cat >>conftest.$ac_ext <<_ACEOF
24975 /* end confdefs.h. */
24976
24977 #include <gtk/gtk.h>
24978 #include <stdio.h>
24979
24980 int
24981 main ()
24982 {
24983 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
24984 ;
24985 return 0;
24986 }
24987 _ACEOF
24988 rm -f conftest.$ac_objext conftest$ac_exeext
24989 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24990 (eval $ac_link) 2>conftest.er1
24991 ac_status=$?
24992 grep -v '^ *+' conftest.er1 >conftest.err
24993 rm -f conftest.er1
24994 cat conftest.err >&5
24995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24996 (exit $ac_status); } &&
24997 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24999 (eval $ac_try) 2>&5
25000 ac_status=$?
25001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25002 (exit $ac_status); }; } &&
25003 { ac_try='test -s conftest$ac_exeext'
25004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25005 (eval $ac_try) 2>&5
25006 ac_status=$?
25007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25008 (exit $ac_status); }; }; then
25009 echo "*** The test program compiled, but did not run. This usually means"
25010 echo "*** that the run-time linker is not finding GTK or finding the wrong"
25011 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
25012 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25013 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25014 echo "*** is required on your system"
25015 echo "***"
25016 echo "*** If you have an old version installed, it is best to remove it, although"
25017 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25018 echo "***"
25019 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
25020 echo "*** came with the system with the command"
25021 echo "***"
25022 echo "*** rpm --erase --nodeps gtk gtk-devel"
25023 else
25024 echo "$as_me: failed program was:" >&5
25025 sed 's/^/| /' conftest.$ac_ext >&5
25026
25027 echo "*** The test program failed to compile or link. See the file config.log for the"
25028 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
25029 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
25030 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
25031 fi
25032 rm -f conftest.err conftest.$ac_objext \
25033 conftest$ac_exeext conftest.$ac_ext
25034 CFLAGS="$ac_save_CFLAGS"
25035 LIBS="$ac_save_LIBS"
25036 fi
25037 fi
25038 GTK_CFLAGS=""
25039 GTK_LIBS=""
25040 :
25041 fi
25042
25043
25044 rm -f conf.gtktest
25045
25046 fi
25047 fi
25048
25049 if test -z "$wx_cv_lib_gtk"; then
25050 wx_cv_lib_gtk=none
25051 else
25052 wx_cv_cflags_gtk=$GTK_CFLAGS
25053 wx_cv_libs_gtk=$GTK_LIBS
25054 fi
25055
25056
25057 fi
25058
25059
25060 if test "$gtk_version_cached" = 1; then
25061 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
25062 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
25063 fi
25064
25065 case "$wx_cv_lib_gtk" in
25066 2.0) WXGTK20=1
25067 TOOLKIT_VERSION=2
25068 ;;
25069 1.2.7) WXGTK127=1
25070 WXGTK12=1
25071 ;;
25072 1.2.3) WXGTK12=1
25073 ;;
25074 *) { { echo "$as_me:$LINENO: error:
25075 Please check that gtk-config is in path, the directory
25076 where GTK+ libraries are installed (returned by
25077 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
25078 equivalent variable and GTK+ is version 1.2.3 or above.
25079 " >&5
25080 echo "$as_me: error:
25081 Please check that gtk-config is in path, the directory
25082 where GTK+ libraries are installed (returned by
25083 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
25084 equivalent variable and GTK+ is version 1.2.3 or above.
25085 " >&2;}
25086 { (exit 1); exit 1; }; }
25087 ;;
25088 esac
25089
25090 if test "$WXGTK20" = 1; then
25091 save_CFLAGS="$CFLAGS"
25092 save_LIBS="$LIBS"
25093 CFLAGS="$CFLAGS $wx_cv_cflags_gtk"
25094 LIBS="$LIBS $wx_cv_lib_gtk"
25095
25096
25097 for ac_func in pango_font_family_is_monospace
25098 do
25099 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25100 echo "$as_me:$LINENO: checking for $ac_func" >&5
25101 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25102 if eval "test \"\${$as_ac_var+set}\" = set"; then
25103 echo $ECHO_N "(cached) $ECHO_C" >&6
25104 else
25105 cat >conftest.$ac_ext <<_ACEOF
25106 /* confdefs.h. */
25107 _ACEOF
25108 cat confdefs.h >>conftest.$ac_ext
25109 cat >>conftest.$ac_ext <<_ACEOF
25110 /* end confdefs.h. */
25111 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25112 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25113 #define $ac_func innocuous_$ac_func
25114
25115 /* System header to define __stub macros and hopefully few prototypes,
25116 which can conflict with char $ac_func (); below.
25117 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25118 <limits.h> exists even on freestanding compilers. */
25119
25120 #ifdef __STDC__
25121 # include <limits.h>
25122 #else
25123 # include <assert.h>
25124 #endif
25125
25126 #undef $ac_func
25127
25128 /* Override any gcc2 internal prototype to avoid an error. */
25129 #ifdef __cplusplus
25130 extern "C"
25131 {
25132 #endif
25133 /* We use char because int might match the return type of a gcc2
25134 builtin and then its argument prototype would still apply. */
25135 char $ac_func ();
25136 /* The GNU C library defines this for functions which it implements
25137 to always fail with ENOSYS. Some functions are actually named
25138 something starting with __ and the normal name is an alias. */
25139 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25140 choke me
25141 #else
25142 char (*f) () = $ac_func;
25143 #endif
25144 #ifdef __cplusplus
25145 }
25146 #endif
25147
25148 int
25149 main ()
25150 {
25151 return f != $ac_func;
25152 ;
25153 return 0;
25154 }
25155 _ACEOF
25156 rm -f conftest.$ac_objext conftest$ac_exeext
25157 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25158 (eval $ac_link) 2>conftest.er1
25159 ac_status=$?
25160 grep -v '^ *+' conftest.er1 >conftest.err
25161 rm -f conftest.er1
25162 cat conftest.err >&5
25163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25164 (exit $ac_status); } &&
25165 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25167 (eval $ac_try) 2>&5
25168 ac_status=$?
25169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25170 (exit $ac_status); }; } &&
25171 { ac_try='test -s conftest$ac_exeext'
25172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25173 (eval $ac_try) 2>&5
25174 ac_status=$?
25175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25176 (exit $ac_status); }; }; then
25177 eval "$as_ac_var=yes"
25178 else
25179 echo "$as_me: failed program was:" >&5
25180 sed 's/^/| /' conftest.$ac_ext >&5
25181
25182 eval "$as_ac_var=no"
25183 fi
25184 rm -f conftest.err conftest.$ac_objext \
25185 conftest$ac_exeext conftest.$ac_ext
25186 fi
25187 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25188 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25189 if test `eval echo '${'$as_ac_var'}'` = yes; then
25190 cat >>confdefs.h <<_ACEOF
25191 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25192 _ACEOF
25193
25194 fi
25195 done
25196
25197
25198 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
25199 echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6
25200 cat >conftest.$ac_ext <<_ACEOF
25201 /* confdefs.h. */
25202 _ACEOF
25203 cat confdefs.h >>conftest.$ac_ext
25204 cat >>conftest.$ac_ext <<_ACEOF
25205 /* end confdefs.h. */
25206
25207 #include <gtk/gtk.h>
25208
25209 int
25210 main ()
25211 {
25212
25213 #if !GTK_CHECK_VERSION(2,4,0)
25214 #error "Not GTK+ 2.4"
25215 #endif
25216
25217 ;
25218 return 0;
25219 }
25220 _ACEOF
25221 rm -f conftest.$ac_objext
25222 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25223 (eval $ac_compile) 2>conftest.er1
25224 ac_status=$?
25225 grep -v '^ *+' conftest.er1 >conftest.err
25226 rm -f conftest.er1
25227 cat conftest.err >&5
25228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25229 (exit $ac_status); } &&
25230 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25232 (eval $ac_try) 2>&5
25233 ac_status=$?
25234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25235 (exit $ac_status); }; } &&
25236 { ac_try='test -s conftest.$ac_objext'
25237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25238 (eval $ac_try) 2>&5
25239 ac_status=$?
25240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25241 (exit $ac_status); }; }; then
25242
25243 cat >>confdefs.h <<\_ACEOF
25244 #define __WXGTK24__ 1
25245 _ACEOF
25246
25247 echo "$as_me:$LINENO: result: yes" >&5
25248 echo "${ECHO_T}yes" >&6
25249
25250 else
25251 echo "$as_me: failed program was:" >&5
25252 sed 's/^/| /' conftest.$ac_ext >&5
25253
25254
25255 echo "$as_me:$LINENO: result: no" >&5
25256 echo "${ECHO_T}no" >&6
25257
25258 fi
25259 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25260
25261 CFLAGS="$save_CFLAGS"
25262 LIBS="$save_LIBS"
25263 else
25264 if test "$wxUSE_UNICODE" = "yes"; then
25265 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
25266 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
25267 wxUSE_UNICODE=no
25268 fi
25269 fi
25270
25271 if test "$USE_DARWIN" != 1; then
25272
25273 for ac_func in poll
25274 do
25275 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25276 echo "$as_me:$LINENO: checking for $ac_func" >&5
25277 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25278 if eval "test \"\${$as_ac_var+set}\" = set"; then
25279 echo $ECHO_N "(cached) $ECHO_C" >&6
25280 else
25281 cat >conftest.$ac_ext <<_ACEOF
25282 /* confdefs.h. */
25283 _ACEOF
25284 cat confdefs.h >>conftest.$ac_ext
25285 cat >>conftest.$ac_ext <<_ACEOF
25286 /* end confdefs.h. */
25287 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25288 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25289 #define $ac_func innocuous_$ac_func
25290
25291 /* System header to define __stub macros and hopefully few prototypes,
25292 which can conflict with char $ac_func (); below.
25293 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25294 <limits.h> exists even on freestanding compilers. */
25295
25296 #ifdef __STDC__
25297 # include <limits.h>
25298 #else
25299 # include <assert.h>
25300 #endif
25301
25302 #undef $ac_func
25303
25304 /* Override any gcc2 internal prototype to avoid an error. */
25305 #ifdef __cplusplus
25306 extern "C"
25307 {
25308 #endif
25309 /* We use char because int might match the return type of a gcc2
25310 builtin and then its argument prototype would still apply. */
25311 char $ac_func ();
25312 /* The GNU C library defines this for functions which it implements
25313 to always fail with ENOSYS. Some functions are actually named
25314 something starting with __ and the normal name is an alias. */
25315 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25316 choke me
25317 #else
25318 char (*f) () = $ac_func;
25319 #endif
25320 #ifdef __cplusplus
25321 }
25322 #endif
25323
25324 int
25325 main ()
25326 {
25327 return f != $ac_func;
25328 ;
25329 return 0;
25330 }
25331 _ACEOF
25332 rm -f conftest.$ac_objext conftest$ac_exeext
25333 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25334 (eval $ac_link) 2>conftest.er1
25335 ac_status=$?
25336 grep -v '^ *+' conftest.er1 >conftest.err
25337 rm -f conftest.er1
25338 cat conftest.err >&5
25339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25340 (exit $ac_status); } &&
25341 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25343 (eval $ac_try) 2>&5
25344 ac_status=$?
25345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25346 (exit $ac_status); }; } &&
25347 { ac_try='test -s conftest$ac_exeext'
25348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25349 (eval $ac_try) 2>&5
25350 ac_status=$?
25351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25352 (exit $ac_status); }; }; then
25353 eval "$as_ac_var=yes"
25354 else
25355 echo "$as_me: failed program was:" >&5
25356 sed 's/^/| /' conftest.$ac_ext >&5
25357
25358 eval "$as_ac_var=no"
25359 fi
25360 rm -f conftest.err conftest.$ac_objext \
25361 conftest$ac_exeext conftest.$ac_ext
25362 fi
25363 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25364 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25365 if test `eval echo '${'$as_ac_var'}'` = yes; then
25366 cat >>confdefs.h <<_ACEOF
25367 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25368 _ACEOF
25369
25370 fi
25371 done
25372
25373 fi
25374
25375 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
25376 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
25377
25378 AFMINSTALL=afminstall
25379 TOOLKIT=GTK
25380 GUIDIST=GTK_DIST
25381
25382 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
25383 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
25384 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
25385 echo $ECHO_N "(cached) $ECHO_C" >&6
25386 else
25387 ac_check_lib_save_LIBS=$LIBS
25388 LIBS="-lgdk $LIBS"
25389 cat >conftest.$ac_ext <<_ACEOF
25390 /* confdefs.h. */
25391 _ACEOF
25392 cat confdefs.h >>conftest.$ac_ext
25393 cat >>conftest.$ac_ext <<_ACEOF
25394 /* end confdefs.h. */
25395
25396 /* Override any gcc2 internal prototype to avoid an error. */
25397 #ifdef __cplusplus
25398 extern "C"
25399 #endif
25400 /* We use char because int might match the return type of a gcc2
25401 builtin and then its argument prototype would still apply. */
25402 char gdk_im_open ();
25403 int
25404 main ()
25405 {
25406 gdk_im_open ();
25407 ;
25408 return 0;
25409 }
25410 _ACEOF
25411 rm -f conftest.$ac_objext conftest$ac_exeext
25412 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25413 (eval $ac_link) 2>conftest.er1
25414 ac_status=$?
25415 grep -v '^ *+' conftest.er1 >conftest.err
25416 rm -f conftest.er1
25417 cat conftest.err >&5
25418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25419 (exit $ac_status); } &&
25420 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25422 (eval $ac_try) 2>&5
25423 ac_status=$?
25424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25425 (exit $ac_status); }; } &&
25426 { ac_try='test -s conftest$ac_exeext'
25427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25428 (eval $ac_try) 2>&5
25429 ac_status=$?
25430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25431 (exit $ac_status); }; }; then
25432 ac_cv_lib_gdk_gdk_im_open=yes
25433 else
25434 echo "$as_me: failed program was:" >&5
25435 sed 's/^/| /' conftest.$ac_ext >&5
25436
25437 ac_cv_lib_gdk_gdk_im_open=no
25438 fi
25439 rm -f conftest.err conftest.$ac_objext \
25440 conftest$ac_exeext conftest.$ac_ext
25441 LIBS=$ac_check_lib_save_LIBS
25442 fi
25443 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
25444 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
25445 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
25446 cat >>confdefs.h <<\_ACEOF
25447 #define HAVE_XIM 1
25448 _ACEOF
25449
25450 fi
25451
25452
25453
25454 if test "$wxUSE_GPE" = "yes"; then
25455 echo "$as_me:$LINENO: checking for gpewidget library" >&5
25456 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
25457
25458 ac_find_libraries=
25459 for ac_dir in $SEARCH_LIB /usr/lib;
25460 do
25461 for ac_extension in a so sl dylib; do
25462 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
25463 ac_find_libraries=$ac_dir
25464 break 2
25465 fi
25466 done
25467 done
25468
25469 if test "$ac_find_libraries" != "" ; then
25470
25471 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
25472 result=$?
25473 if test $result = 0; then
25474 ac_path_to_link=""
25475 else
25476 ac_path_to_link=" -L$ac_find_libraries"
25477 fi
25478
25479 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
25480 WXGPE=1
25481 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
25482 echo "${ECHO_T}found at $ac_find_libraries" >&6
25483 else
25484 echo "$as_me:$LINENO: result: not found" >&5
25485 echo "${ECHO_T}not found" >&6
25486 fi
25487
25488 fi
25489 fi
25490
25491 if test "$wxUSE_MGL" = 1; then
25492 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
25493 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
25494 if test "x$MGL_ROOT" = x ; then
25495 echo "$as_me:$LINENO: result: not found" >&5
25496 echo "${ECHO_T}not found" >&6
25497 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
25498 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
25499 { (exit 1); exit 1; }; }
25500 else
25501 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
25502 echo "${ECHO_T}$MGL_ROOT" >&6
25503 fi
25504
25505 echo "$as_me:$LINENO: checking for libmgl location" >&5
25506 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
25507 case "${host}" in
25508 *-*-linux* )
25509 if test "x$wxUSE_SHARED" = xyes ; then
25510 mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
25511 else
25512 mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
25513 fi
25514 ;;
25515 *-pc-msdosdjgpp )
25516 mgl_os_candidates="dos32/dj2"
25517 ;;
25518 *)
25519 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
25520 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
25521 { (exit 1); exit 1; }; }
25522 esac
25523
25524 mgl_lib_type=""
25525 mgl_os=""
25526
25527 for mgl_os_i in $mgl_os_candidates ; do
25528 if test "x$mgl_os" = x ; then
25529 if test "$wxUSE_DEBUG_FLAG" = yes ; then
25530 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
25531 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
25532 mgl_lib_type=debug
25533 mgl_os=$mgl_os_i
25534 fi
25535 fi
25536 if test "x$mgl_lib_type" = x ; then
25537 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
25538 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
25539 mgl_lib_type=release
25540 mgl_os=$mgl_os_i
25541 fi
25542 fi
25543 fi
25544 done
25545
25546 if test "x$mgl_os" = x ; then
25547 echo "$as_me:$LINENO: result: not found" >&5
25548 echo "${ECHO_T}not found" >&6
25549 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
25550 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
25551 { (exit 1); exit 1; }; }
25552 fi
25553 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
25554 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
25555
25556 wxUSE_UNIVERSAL="yes"
25557
25558 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
25559 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
25560
25561 AFMINSTALL=afminstall
25562 TOOLKIT=MGL
25563 GUIDIST=MGL_DIST
25564 fi
25565
25566 if test "$wxUSE_MICROWIN" = 1; then
25567 echo "$as_me:$LINENO: checking for MicroWindows" >&5
25568 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
25569 if test "x$MICROWINDOWS" = x ; then
25570 echo "$as_me:$LINENO: result: not found" >&5
25571 echo "${ECHO_T}not found" >&6
25572 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
25573 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
25574 { (exit 1); exit 1; }; }
25575 else
25576 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
25577 echo "${ECHO_T}$MICROWINDOWS" >&6
25578 fi
25579
25580 if test -f $MICROWINDOWS/lib/libmwin.a; then
25581 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
25582 echo "${ECHO_T}MicroWindows' libraries found." >&6
25583 else
25584 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
25585 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
25586 { (exit 1); exit 1; }; }
25587 fi
25588
25589 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
25590 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
25591
25592 wxUSE_UNIVERSAL="yes"
25593
25594 AFMINSTALL=afminstall
25595 TOOLKIT=MICROWIN
25596 GUIDIST=MICROWIN_DIST
25597
25598 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
25599 fi
25600
25601 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
25602
25603 if test "x$ac_path_x_has_been_run" != xyes; then
25604 echo "$as_me:$LINENO: checking for X" >&5
25605 echo $ECHO_N "checking for X... $ECHO_C" >&6
25606
25607 ac_path_x_has_been_run=yes
25608
25609 # Check whether --with-x or --without-x was given.
25610 if test "${with_x+set}" = set; then
25611 withval="$with_x"
25612
25613 fi;
25614 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
25615 if test "x$with_x" = xno; then
25616 # The user explicitly disabled X.
25617 have_x=disabled
25618 else
25619 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
25620 # Both variables are already set.
25621 have_x=yes
25622 else
25623 if test "${ac_cv_have_x+set}" = set; then
25624 echo $ECHO_N "(cached) $ECHO_C" >&6
25625 else
25626 # One or both of the vars are not set, and there is no cached value.
25627 ac_x_includes=no ac_x_libraries=no
25628 rm -fr conftest.dir
25629 if mkdir conftest.dir; then
25630 cd conftest.dir
25631 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
25632 cat >Imakefile <<'_ACEOF'
25633 acfindx:
25634 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
25635 _ACEOF
25636 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
25637 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
25638 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
25639 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
25640 for ac_extension in a so sl; do
25641 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
25642 test -f $ac_im_libdir/libX11.$ac_extension; then
25643 ac_im_usrlibdir=$ac_im_libdir; break
25644 fi
25645 done
25646 # Screen out bogus values from the imake configuration. They are
25647 # bogus both because they are the default anyway, and because
25648 # using them would break gcc on systems where it needs fixed includes.
25649 case $ac_im_incroot in
25650 /usr/include) ;;
25651 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
25652 esac
25653 case $ac_im_usrlibdir in
25654 /usr/lib | /lib) ;;
25655 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
25656 esac
25657 fi
25658 cd ..
25659 rm -fr conftest.dir
25660 fi
25661
25662 # Standard set of common directories for X headers.
25663 # Check X11 before X11Rn because it is often a symlink to the current release.
25664 ac_x_header_dirs='
25665 /usr/X11/include
25666 /usr/X11R6/include
25667 /usr/X11R5/include
25668 /usr/X11R4/include
25669
25670 /usr/include/X11
25671 /usr/include/X11R6
25672 /usr/include/X11R5
25673 /usr/include/X11R4
25674
25675 /usr/local/X11/include
25676 /usr/local/X11R6/include
25677 /usr/local/X11R5/include
25678 /usr/local/X11R4/include
25679
25680 /usr/local/include/X11
25681 /usr/local/include/X11R6
25682 /usr/local/include/X11R5
25683 /usr/local/include/X11R4
25684
25685 /usr/X386/include
25686 /usr/x386/include
25687 /usr/XFree86/include/X11
25688
25689 /usr/include
25690 /usr/local/include
25691 /usr/unsupported/include
25692 /usr/athena/include
25693 /usr/local/x11r5/include
25694 /usr/lpp/Xamples/include
25695
25696 /usr/openwin/include
25697 /usr/openwin/share/include'
25698
25699 if test "$ac_x_includes" = no; then
25700 # Guess where to find include files, by looking for a specified header file.
25701 # First, try using that file with no special directory specified.
25702 cat >conftest.$ac_ext <<_ACEOF
25703 /* confdefs.h. */
25704 _ACEOF
25705 cat confdefs.h >>conftest.$ac_ext
25706 cat >>conftest.$ac_ext <<_ACEOF
25707 /* end confdefs.h. */
25708 #include <X11/Intrinsic.h>
25709 _ACEOF
25710 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25711 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25712 ac_status=$?
25713 grep -v '^ *+' conftest.er1 >conftest.err
25714 rm -f conftest.er1
25715 cat conftest.err >&5
25716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25717 (exit $ac_status); } >/dev/null; then
25718 if test -s conftest.err; then
25719 ac_cpp_err=$ac_c_preproc_warn_flag
25720 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
25721 else
25722 ac_cpp_err=
25723 fi
25724 else
25725 ac_cpp_err=yes
25726 fi
25727 if test -z "$ac_cpp_err"; then
25728 # We can compile using X headers with no special include directory.
25729 ac_x_includes=
25730 else
25731 echo "$as_me: failed program was:" >&5
25732 sed 's/^/| /' conftest.$ac_ext >&5
25733
25734 for ac_dir in $ac_x_header_dirs; do
25735 if test -r "$ac_dir/X11/Intrinsic.h"; then
25736 ac_x_includes=$ac_dir
25737 break
25738 fi
25739 done
25740 fi
25741 rm -f conftest.err conftest.$ac_ext
25742 fi # $ac_x_includes = no
25743
25744 if test "$ac_x_libraries" = no; then
25745 # Check for the libraries.
25746 # See if we find them without any special options.
25747 # Don't add to $LIBS permanently.
25748 ac_save_LIBS=$LIBS
25749 LIBS="-lXt $LIBS"
25750 cat >conftest.$ac_ext <<_ACEOF
25751 /* confdefs.h. */
25752 _ACEOF
25753 cat confdefs.h >>conftest.$ac_ext
25754 cat >>conftest.$ac_ext <<_ACEOF
25755 /* end confdefs.h. */
25756 #include <X11/Intrinsic.h>
25757 int
25758 main ()
25759 {
25760 XtMalloc (0)
25761 ;
25762 return 0;
25763 }
25764 _ACEOF
25765 rm -f conftest.$ac_objext conftest$ac_exeext
25766 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25767 (eval $ac_link) 2>conftest.er1
25768 ac_status=$?
25769 grep -v '^ *+' conftest.er1 >conftest.err
25770 rm -f conftest.er1
25771 cat conftest.err >&5
25772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25773 (exit $ac_status); } &&
25774 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25776 (eval $ac_try) 2>&5
25777 ac_status=$?
25778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25779 (exit $ac_status); }; } &&
25780 { ac_try='test -s conftest$ac_exeext'
25781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25782 (eval $ac_try) 2>&5
25783 ac_status=$?
25784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25785 (exit $ac_status); }; }; then
25786 LIBS=$ac_save_LIBS
25787 # We can link X programs with no special library path.
25788 ac_x_libraries=
25789 else
25790 echo "$as_me: failed program was:" >&5
25791 sed 's/^/| /' conftest.$ac_ext >&5
25792
25793 LIBS=$ac_save_LIBS
25794 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
25795 do
25796 # Don't even attempt the hair of trying to link an X program!
25797 for ac_extension in a so sl; do
25798 if test -r $ac_dir/libXt.$ac_extension; then
25799 ac_x_libraries=$ac_dir
25800 break 2
25801 fi
25802 done
25803 done
25804 fi
25805 rm -f conftest.err conftest.$ac_objext \
25806 conftest$ac_exeext conftest.$ac_ext
25807 fi # $ac_x_libraries = no
25808
25809 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
25810 # Didn't find X anywhere. Cache the known absence of X.
25811 ac_cv_have_x="have_x=no"
25812 else
25813 # Record where we found X for the cache.
25814 ac_cv_have_x="have_x=yes \
25815 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
25816 fi
25817 fi
25818
25819 fi
25820 eval "$ac_cv_have_x"
25821 fi # $with_x != no
25822
25823 if test "$have_x" != yes; then
25824 echo "$as_me:$LINENO: result: $have_x" >&5
25825 echo "${ECHO_T}$have_x" >&6
25826 no_x=yes
25827 else
25828 # If each of the values was on the command line, it overrides each guess.
25829 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
25830 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
25831 # Update the cache value to reflect the command line values.
25832 ac_cv_have_x="have_x=yes \
25833 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
25834 # It might be that x_includes is empty (headers are found in the
25835 # standard search path. Then output the corresponding message
25836 ac_out_x_includes=$x_includes
25837 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
25838 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
25839 echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
25840 fi
25841
25842 fi
25843 if test "$no_x" = yes; then
25844 # Not all programs may use this symbol, but it does not hurt to define it.
25845
25846 cat >>confdefs.h <<\_ACEOF
25847 #define X_DISPLAY_MISSING 1
25848 _ACEOF
25849
25850 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
25851 else
25852 if test -n "$x_includes"; then
25853 X_CFLAGS="$X_CFLAGS -I$x_includes"
25854 fi
25855
25856 # It would also be nice to do this for all -L options, not just this one.
25857 if test -n "$x_libraries"; then
25858 X_LIBS="$X_LIBS -L$x_libraries"
25859 # For Solaris; some versions of Sun CC require a space after -R and
25860 # others require no space. Words are not sufficient . . . .
25861 case `(uname -sr) 2>/dev/null` in
25862 "SunOS 5"*)
25863 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
25864 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
25865 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
25866 cat >conftest.$ac_ext <<_ACEOF
25867 /* confdefs.h. */
25868 _ACEOF
25869 cat confdefs.h >>conftest.$ac_ext
25870 cat >>conftest.$ac_ext <<_ACEOF
25871 /* end confdefs.h. */
25872
25873 int
25874 main ()
25875 {
25876
25877 ;
25878 return 0;
25879 }
25880 _ACEOF
25881 rm -f conftest.$ac_objext conftest$ac_exeext
25882 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25883 (eval $ac_link) 2>conftest.er1
25884 ac_status=$?
25885 grep -v '^ *+' conftest.er1 >conftest.err
25886 rm -f conftest.er1
25887 cat conftest.err >&5
25888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25889 (exit $ac_status); } &&
25890 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25892 (eval $ac_try) 2>&5
25893 ac_status=$?
25894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25895 (exit $ac_status); }; } &&
25896 { ac_try='test -s conftest$ac_exeext'
25897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25898 (eval $ac_try) 2>&5
25899 ac_status=$?
25900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25901 (exit $ac_status); }; }; then
25902 ac_R_nospace=yes
25903 else
25904 echo "$as_me: failed program was:" >&5
25905 sed 's/^/| /' conftest.$ac_ext >&5
25906
25907 ac_R_nospace=no
25908 fi
25909 rm -f conftest.err conftest.$ac_objext \
25910 conftest$ac_exeext conftest.$ac_ext
25911 if test $ac_R_nospace = yes; then
25912 echo "$as_me:$LINENO: result: no" >&5
25913 echo "${ECHO_T}no" >&6
25914 X_LIBS="$X_LIBS -R$x_libraries"
25915 else
25916 LIBS="$ac_xsave_LIBS -R $x_libraries"
25917 cat >conftest.$ac_ext <<_ACEOF
25918 /* confdefs.h. */
25919 _ACEOF
25920 cat confdefs.h >>conftest.$ac_ext
25921 cat >>conftest.$ac_ext <<_ACEOF
25922 /* end confdefs.h. */
25923
25924 int
25925 main ()
25926 {
25927
25928 ;
25929 return 0;
25930 }
25931 _ACEOF
25932 rm -f conftest.$ac_objext conftest$ac_exeext
25933 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25934 (eval $ac_link) 2>conftest.er1
25935 ac_status=$?
25936 grep -v '^ *+' conftest.er1 >conftest.err
25937 rm -f conftest.er1
25938 cat conftest.err >&5
25939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25940 (exit $ac_status); } &&
25941 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25943 (eval $ac_try) 2>&5
25944 ac_status=$?
25945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25946 (exit $ac_status); }; } &&
25947 { ac_try='test -s conftest$ac_exeext'
25948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25949 (eval $ac_try) 2>&5
25950 ac_status=$?
25951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25952 (exit $ac_status); }; }; then
25953 ac_R_space=yes
25954 else
25955 echo "$as_me: failed program was:" >&5
25956 sed 's/^/| /' conftest.$ac_ext >&5
25957
25958 ac_R_space=no
25959 fi
25960 rm -f conftest.err conftest.$ac_objext \
25961 conftest$ac_exeext conftest.$ac_ext
25962 if test $ac_R_space = yes; then
25963 echo "$as_me:$LINENO: result: yes" >&5
25964 echo "${ECHO_T}yes" >&6
25965 X_LIBS="$X_LIBS -R $x_libraries"
25966 else
25967 echo "$as_me:$LINENO: result: neither works" >&5
25968 echo "${ECHO_T}neither works" >&6
25969 fi
25970 fi
25971 LIBS=$ac_xsave_LIBS
25972 esac
25973 fi
25974
25975 # Check for system-dependent libraries X programs must link with.
25976 # Do this before checking for the system-independent R6 libraries
25977 # (-lICE), since we may need -lsocket or whatever for X linking.
25978
25979 if test "$ISC" = yes; then
25980 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
25981 else
25982 # Martyn Johnson says this is needed for Ultrix, if the X
25983 # libraries were built with DECnet support. And Karl Berry says
25984 # the Alpha needs dnet_stub (dnet does not exist).
25985 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
25986 cat >conftest.$ac_ext <<_ACEOF
25987 /* confdefs.h. */
25988 _ACEOF
25989 cat confdefs.h >>conftest.$ac_ext
25990 cat >>conftest.$ac_ext <<_ACEOF
25991 /* end confdefs.h. */
25992
25993 /* Override any gcc2 internal prototype to avoid an error. */
25994 #ifdef __cplusplus
25995 extern "C"
25996 #endif
25997 /* We use char because int might match the return type of a gcc2
25998 builtin and then its argument prototype would still apply. */
25999 char XOpenDisplay ();
26000 int
26001 main ()
26002 {
26003 XOpenDisplay ();
26004 ;
26005 return 0;
26006 }
26007 _ACEOF
26008 rm -f conftest.$ac_objext conftest$ac_exeext
26009 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26010 (eval $ac_link) 2>conftest.er1
26011 ac_status=$?
26012 grep -v '^ *+' conftest.er1 >conftest.err
26013 rm -f conftest.er1
26014 cat conftest.err >&5
26015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26016 (exit $ac_status); } &&
26017 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26019 (eval $ac_try) 2>&5
26020 ac_status=$?
26021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26022 (exit $ac_status); }; } &&
26023 { ac_try='test -s conftest$ac_exeext'
26024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26025 (eval $ac_try) 2>&5
26026 ac_status=$?
26027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26028 (exit $ac_status); }; }; then
26029 :
26030 else
26031 echo "$as_me: failed program was:" >&5
26032 sed 's/^/| /' conftest.$ac_ext >&5
26033
26034 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
26035 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
26036 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
26037 echo $ECHO_N "(cached) $ECHO_C" >&6
26038 else
26039 ac_check_lib_save_LIBS=$LIBS
26040 LIBS="-ldnet $LIBS"
26041 cat >conftest.$ac_ext <<_ACEOF
26042 /* confdefs.h. */
26043 _ACEOF
26044 cat confdefs.h >>conftest.$ac_ext
26045 cat >>conftest.$ac_ext <<_ACEOF
26046 /* end confdefs.h. */
26047
26048 /* Override any gcc2 internal prototype to avoid an error. */
26049 #ifdef __cplusplus
26050 extern "C"
26051 #endif
26052 /* We use char because int might match the return type of a gcc2
26053 builtin and then its argument prototype would still apply. */
26054 char dnet_ntoa ();
26055 int
26056 main ()
26057 {
26058 dnet_ntoa ();
26059 ;
26060 return 0;
26061 }
26062 _ACEOF
26063 rm -f conftest.$ac_objext conftest$ac_exeext
26064 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26065 (eval $ac_link) 2>conftest.er1
26066 ac_status=$?
26067 grep -v '^ *+' conftest.er1 >conftest.err
26068 rm -f conftest.er1
26069 cat conftest.err >&5
26070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26071 (exit $ac_status); } &&
26072 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26074 (eval $ac_try) 2>&5
26075 ac_status=$?
26076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26077 (exit $ac_status); }; } &&
26078 { ac_try='test -s conftest$ac_exeext'
26079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26080 (eval $ac_try) 2>&5
26081 ac_status=$?
26082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26083 (exit $ac_status); }; }; then
26084 ac_cv_lib_dnet_dnet_ntoa=yes
26085 else
26086 echo "$as_me: failed program was:" >&5
26087 sed 's/^/| /' conftest.$ac_ext >&5
26088
26089 ac_cv_lib_dnet_dnet_ntoa=no
26090 fi
26091 rm -f conftest.err conftest.$ac_objext \
26092 conftest$ac_exeext conftest.$ac_ext
26093 LIBS=$ac_check_lib_save_LIBS
26094 fi
26095 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
26096 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
26097 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
26098 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
26099 fi
26100
26101 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
26102 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
26103 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
26104 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
26105 echo $ECHO_N "(cached) $ECHO_C" >&6
26106 else
26107 ac_check_lib_save_LIBS=$LIBS
26108 LIBS="-ldnet_stub $LIBS"
26109 cat >conftest.$ac_ext <<_ACEOF
26110 /* confdefs.h. */
26111 _ACEOF
26112 cat confdefs.h >>conftest.$ac_ext
26113 cat >>conftest.$ac_ext <<_ACEOF
26114 /* end confdefs.h. */
26115
26116 /* Override any gcc2 internal prototype to avoid an error. */
26117 #ifdef __cplusplus
26118 extern "C"
26119 #endif
26120 /* We use char because int might match the return type of a gcc2
26121 builtin and then its argument prototype would still apply. */
26122 char dnet_ntoa ();
26123 int
26124 main ()
26125 {
26126 dnet_ntoa ();
26127 ;
26128 return 0;
26129 }
26130 _ACEOF
26131 rm -f conftest.$ac_objext conftest$ac_exeext
26132 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26133 (eval $ac_link) 2>conftest.er1
26134 ac_status=$?
26135 grep -v '^ *+' conftest.er1 >conftest.err
26136 rm -f conftest.er1
26137 cat conftest.err >&5
26138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26139 (exit $ac_status); } &&
26140 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26142 (eval $ac_try) 2>&5
26143 ac_status=$?
26144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26145 (exit $ac_status); }; } &&
26146 { ac_try='test -s conftest$ac_exeext'
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); }; }; then
26152 ac_cv_lib_dnet_stub_dnet_ntoa=yes
26153 else
26154 echo "$as_me: failed program was:" >&5
26155 sed 's/^/| /' conftest.$ac_ext >&5
26156
26157 ac_cv_lib_dnet_stub_dnet_ntoa=no
26158 fi
26159 rm -f conftest.err conftest.$ac_objext \
26160 conftest$ac_exeext conftest.$ac_ext
26161 LIBS=$ac_check_lib_save_LIBS
26162 fi
26163 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
26164 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
26165 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
26166 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
26167 fi
26168
26169 fi
26170 fi
26171 rm -f conftest.err conftest.$ac_objext \
26172 conftest$ac_exeext conftest.$ac_ext
26173 LIBS="$ac_xsave_LIBS"
26174
26175 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
26176 # to get the SysV transport functions.
26177 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
26178 # needs -lnsl.
26179 # The nsl library prevents programs from opening the X display
26180 # on Irix 5.2, according to T.E. Dickey.
26181 # The functions gethostbyname, getservbyname, and inet_addr are
26182 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
26183 echo "$as_me:$LINENO: checking for gethostbyname" >&5
26184 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
26185 if test "${ac_cv_func_gethostbyname+set}" = set; then
26186 echo $ECHO_N "(cached) $ECHO_C" >&6
26187 else
26188 cat >conftest.$ac_ext <<_ACEOF
26189 /* confdefs.h. */
26190 _ACEOF
26191 cat confdefs.h >>conftest.$ac_ext
26192 cat >>conftest.$ac_ext <<_ACEOF
26193 /* end confdefs.h. */
26194 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
26195 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26196 #define gethostbyname innocuous_gethostbyname
26197
26198 /* System header to define __stub macros and hopefully few prototypes,
26199 which can conflict with char gethostbyname (); below.
26200 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26201 <limits.h> exists even on freestanding compilers. */
26202
26203 #ifdef __STDC__
26204 # include <limits.h>
26205 #else
26206 # include <assert.h>
26207 #endif
26208
26209 #undef gethostbyname
26210
26211 /* Override any gcc2 internal prototype to avoid an error. */
26212 #ifdef __cplusplus
26213 extern "C"
26214 {
26215 #endif
26216 /* We use char because int might match the return type of a gcc2
26217 builtin and then its argument prototype would still apply. */
26218 char gethostbyname ();
26219 /* The GNU C library defines this for functions which it implements
26220 to always fail with ENOSYS. Some functions are actually named
26221 something starting with __ and the normal name is an alias. */
26222 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
26223 choke me
26224 #else
26225 char (*f) () = gethostbyname;
26226 #endif
26227 #ifdef __cplusplus
26228 }
26229 #endif
26230
26231 int
26232 main ()
26233 {
26234 return f != gethostbyname;
26235 ;
26236 return 0;
26237 }
26238 _ACEOF
26239 rm -f conftest.$ac_objext conftest$ac_exeext
26240 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26241 (eval $ac_link) 2>conftest.er1
26242 ac_status=$?
26243 grep -v '^ *+' conftest.er1 >conftest.err
26244 rm -f conftest.er1
26245 cat conftest.err >&5
26246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26247 (exit $ac_status); } &&
26248 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26250 (eval $ac_try) 2>&5
26251 ac_status=$?
26252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26253 (exit $ac_status); }; } &&
26254 { ac_try='test -s conftest$ac_exeext'
26255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26256 (eval $ac_try) 2>&5
26257 ac_status=$?
26258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26259 (exit $ac_status); }; }; then
26260 ac_cv_func_gethostbyname=yes
26261 else
26262 echo "$as_me: failed program was:" >&5
26263 sed 's/^/| /' conftest.$ac_ext >&5
26264
26265 ac_cv_func_gethostbyname=no
26266 fi
26267 rm -f conftest.err conftest.$ac_objext \
26268 conftest$ac_exeext conftest.$ac_ext
26269 fi
26270 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
26271 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
26272
26273 if test $ac_cv_func_gethostbyname = no; then
26274 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
26275 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
26276 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
26277 echo $ECHO_N "(cached) $ECHO_C" >&6
26278 else
26279 ac_check_lib_save_LIBS=$LIBS
26280 LIBS="-lnsl $LIBS"
26281 cat >conftest.$ac_ext <<_ACEOF
26282 /* confdefs.h. */
26283 _ACEOF
26284 cat confdefs.h >>conftest.$ac_ext
26285 cat >>conftest.$ac_ext <<_ACEOF
26286 /* end confdefs.h. */
26287
26288 /* Override any gcc2 internal prototype to avoid an error. */
26289 #ifdef __cplusplus
26290 extern "C"
26291 #endif
26292 /* We use char because int might match the return type of a gcc2
26293 builtin and then its argument prototype would still apply. */
26294 char gethostbyname ();
26295 int
26296 main ()
26297 {
26298 gethostbyname ();
26299 ;
26300 return 0;
26301 }
26302 _ACEOF
26303 rm -f conftest.$ac_objext conftest$ac_exeext
26304 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26305 (eval $ac_link) 2>conftest.er1
26306 ac_status=$?
26307 grep -v '^ *+' conftest.er1 >conftest.err
26308 rm -f conftest.er1
26309 cat conftest.err >&5
26310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26311 (exit $ac_status); } &&
26312 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26314 (eval $ac_try) 2>&5
26315 ac_status=$?
26316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26317 (exit $ac_status); }; } &&
26318 { ac_try='test -s conftest$ac_exeext'
26319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26320 (eval $ac_try) 2>&5
26321 ac_status=$?
26322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26323 (exit $ac_status); }; }; then
26324 ac_cv_lib_nsl_gethostbyname=yes
26325 else
26326 echo "$as_me: failed program was:" >&5
26327 sed 's/^/| /' conftest.$ac_ext >&5
26328
26329 ac_cv_lib_nsl_gethostbyname=no
26330 fi
26331 rm -f conftest.err conftest.$ac_objext \
26332 conftest$ac_exeext conftest.$ac_ext
26333 LIBS=$ac_check_lib_save_LIBS
26334 fi
26335 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
26336 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
26337 if test $ac_cv_lib_nsl_gethostbyname = yes; then
26338 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
26339 fi
26340
26341 if test $ac_cv_lib_nsl_gethostbyname = no; then
26342 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
26343 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
26344 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
26345 echo $ECHO_N "(cached) $ECHO_C" >&6
26346 else
26347 ac_check_lib_save_LIBS=$LIBS
26348 LIBS="-lbsd $LIBS"
26349 cat >conftest.$ac_ext <<_ACEOF
26350 /* confdefs.h. */
26351 _ACEOF
26352 cat confdefs.h >>conftest.$ac_ext
26353 cat >>conftest.$ac_ext <<_ACEOF
26354 /* end confdefs.h. */
26355
26356 /* Override any gcc2 internal prototype to avoid an error. */
26357 #ifdef __cplusplus
26358 extern "C"
26359 #endif
26360 /* We use char because int might match the return type of a gcc2
26361 builtin and then its argument prototype would still apply. */
26362 char gethostbyname ();
26363 int
26364 main ()
26365 {
26366 gethostbyname ();
26367 ;
26368 return 0;
26369 }
26370 _ACEOF
26371 rm -f conftest.$ac_objext conftest$ac_exeext
26372 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26373 (eval $ac_link) 2>conftest.er1
26374 ac_status=$?
26375 grep -v '^ *+' conftest.er1 >conftest.err
26376 rm -f conftest.er1
26377 cat conftest.err >&5
26378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26379 (exit $ac_status); } &&
26380 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26382 (eval $ac_try) 2>&5
26383 ac_status=$?
26384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26385 (exit $ac_status); }; } &&
26386 { ac_try='test -s conftest$ac_exeext'
26387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26388 (eval $ac_try) 2>&5
26389 ac_status=$?
26390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26391 (exit $ac_status); }; }; then
26392 ac_cv_lib_bsd_gethostbyname=yes
26393 else
26394 echo "$as_me: failed program was:" >&5
26395 sed 's/^/| /' conftest.$ac_ext >&5
26396
26397 ac_cv_lib_bsd_gethostbyname=no
26398 fi
26399 rm -f conftest.err conftest.$ac_objext \
26400 conftest$ac_exeext conftest.$ac_ext
26401 LIBS=$ac_check_lib_save_LIBS
26402 fi
26403 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
26404 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
26405 if test $ac_cv_lib_bsd_gethostbyname = yes; then
26406 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
26407 fi
26408
26409 fi
26410 fi
26411
26412 # lieder@skyler.mavd.honeywell.com says without -lsocket,
26413 # socket/setsockopt and other routines are undefined under SCO ODT
26414 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
26415 # on later versions), says Simon Leinen: it contains gethostby*
26416 # variants that don't use the name server (or something). -lsocket
26417 # must be given before -lnsl if both are needed. We assume that
26418 # if connect needs -lnsl, so does gethostbyname.
26419 echo "$as_me:$LINENO: checking for connect" >&5
26420 echo $ECHO_N "checking for connect... $ECHO_C" >&6
26421 if test "${ac_cv_func_connect+set}" = set; then
26422 echo $ECHO_N "(cached) $ECHO_C" >&6
26423 else
26424 cat >conftest.$ac_ext <<_ACEOF
26425 /* confdefs.h. */
26426 _ACEOF
26427 cat confdefs.h >>conftest.$ac_ext
26428 cat >>conftest.$ac_ext <<_ACEOF
26429 /* end confdefs.h. */
26430 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
26431 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26432 #define connect innocuous_connect
26433
26434 /* System header to define __stub macros and hopefully few prototypes,
26435 which can conflict with char connect (); below.
26436 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26437 <limits.h> exists even on freestanding compilers. */
26438
26439 #ifdef __STDC__
26440 # include <limits.h>
26441 #else
26442 # include <assert.h>
26443 #endif
26444
26445 #undef connect
26446
26447 /* Override any gcc2 internal prototype to avoid an error. */
26448 #ifdef __cplusplus
26449 extern "C"
26450 {
26451 #endif
26452 /* We use char because int might match the return type of a gcc2
26453 builtin and then its argument prototype would still apply. */
26454 char connect ();
26455 /* The GNU C library defines this for functions which it implements
26456 to always fail with ENOSYS. Some functions are actually named
26457 something starting with __ and the normal name is an alias. */
26458 #if defined (__stub_connect) || defined (__stub___connect)
26459 choke me
26460 #else
26461 char (*f) () = connect;
26462 #endif
26463 #ifdef __cplusplus
26464 }
26465 #endif
26466
26467 int
26468 main ()
26469 {
26470 return f != connect;
26471 ;
26472 return 0;
26473 }
26474 _ACEOF
26475 rm -f conftest.$ac_objext conftest$ac_exeext
26476 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26477 (eval $ac_link) 2>conftest.er1
26478 ac_status=$?
26479 grep -v '^ *+' conftest.er1 >conftest.err
26480 rm -f conftest.er1
26481 cat conftest.err >&5
26482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26483 (exit $ac_status); } &&
26484 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26486 (eval $ac_try) 2>&5
26487 ac_status=$?
26488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26489 (exit $ac_status); }; } &&
26490 { ac_try='test -s conftest$ac_exeext'
26491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26492 (eval $ac_try) 2>&5
26493 ac_status=$?
26494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26495 (exit $ac_status); }; }; then
26496 ac_cv_func_connect=yes
26497 else
26498 echo "$as_me: failed program was:" >&5
26499 sed 's/^/| /' conftest.$ac_ext >&5
26500
26501 ac_cv_func_connect=no
26502 fi
26503 rm -f conftest.err conftest.$ac_objext \
26504 conftest$ac_exeext conftest.$ac_ext
26505 fi
26506 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
26507 echo "${ECHO_T}$ac_cv_func_connect" >&6
26508
26509 if test $ac_cv_func_connect = no; then
26510 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
26511 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
26512 if test "${ac_cv_lib_socket_connect+set}" = set; then
26513 echo $ECHO_N "(cached) $ECHO_C" >&6
26514 else
26515 ac_check_lib_save_LIBS=$LIBS
26516 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
26517 cat >conftest.$ac_ext <<_ACEOF
26518 /* confdefs.h. */
26519 _ACEOF
26520 cat confdefs.h >>conftest.$ac_ext
26521 cat >>conftest.$ac_ext <<_ACEOF
26522 /* end confdefs.h. */
26523
26524 /* Override any gcc2 internal prototype to avoid an error. */
26525 #ifdef __cplusplus
26526 extern "C"
26527 #endif
26528 /* We use char because int might match the return type of a gcc2
26529 builtin and then its argument prototype would still apply. */
26530 char connect ();
26531 int
26532 main ()
26533 {
26534 connect ();
26535 ;
26536 return 0;
26537 }
26538 _ACEOF
26539 rm -f conftest.$ac_objext conftest$ac_exeext
26540 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26541 (eval $ac_link) 2>conftest.er1
26542 ac_status=$?
26543 grep -v '^ *+' conftest.er1 >conftest.err
26544 rm -f conftest.er1
26545 cat conftest.err >&5
26546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26547 (exit $ac_status); } &&
26548 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26550 (eval $ac_try) 2>&5
26551 ac_status=$?
26552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26553 (exit $ac_status); }; } &&
26554 { ac_try='test -s conftest$ac_exeext'
26555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26556 (eval $ac_try) 2>&5
26557 ac_status=$?
26558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26559 (exit $ac_status); }; }; then
26560 ac_cv_lib_socket_connect=yes
26561 else
26562 echo "$as_me: failed program was:" >&5
26563 sed 's/^/| /' conftest.$ac_ext >&5
26564
26565 ac_cv_lib_socket_connect=no
26566 fi
26567 rm -f conftest.err conftest.$ac_objext \
26568 conftest$ac_exeext conftest.$ac_ext
26569 LIBS=$ac_check_lib_save_LIBS
26570 fi
26571 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
26572 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
26573 if test $ac_cv_lib_socket_connect = yes; then
26574 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
26575 fi
26576
26577 fi
26578
26579 # Guillermo Gomez says -lposix is necessary on A/UX.
26580 echo "$as_me:$LINENO: checking for remove" >&5
26581 echo $ECHO_N "checking for remove... $ECHO_C" >&6
26582 if test "${ac_cv_func_remove+set}" = set; then
26583 echo $ECHO_N "(cached) $ECHO_C" >&6
26584 else
26585 cat >conftest.$ac_ext <<_ACEOF
26586 /* confdefs.h. */
26587 _ACEOF
26588 cat confdefs.h >>conftest.$ac_ext
26589 cat >>conftest.$ac_ext <<_ACEOF
26590 /* end confdefs.h. */
26591 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
26592 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26593 #define remove innocuous_remove
26594
26595 /* System header to define __stub macros and hopefully few prototypes,
26596 which can conflict with char remove (); below.
26597 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26598 <limits.h> exists even on freestanding compilers. */
26599
26600 #ifdef __STDC__
26601 # include <limits.h>
26602 #else
26603 # include <assert.h>
26604 #endif
26605
26606 #undef remove
26607
26608 /* Override any gcc2 internal prototype to avoid an error. */
26609 #ifdef __cplusplus
26610 extern "C"
26611 {
26612 #endif
26613 /* We use char because int might match the return type of a gcc2
26614 builtin and then its argument prototype would still apply. */
26615 char remove ();
26616 /* The GNU C library defines this for functions which it implements
26617 to always fail with ENOSYS. Some functions are actually named
26618 something starting with __ and the normal name is an alias. */
26619 #if defined (__stub_remove) || defined (__stub___remove)
26620 choke me
26621 #else
26622 char (*f) () = remove;
26623 #endif
26624 #ifdef __cplusplus
26625 }
26626 #endif
26627
26628 int
26629 main ()
26630 {
26631 return f != remove;
26632 ;
26633 return 0;
26634 }
26635 _ACEOF
26636 rm -f conftest.$ac_objext conftest$ac_exeext
26637 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26638 (eval $ac_link) 2>conftest.er1
26639 ac_status=$?
26640 grep -v '^ *+' conftest.er1 >conftest.err
26641 rm -f conftest.er1
26642 cat conftest.err >&5
26643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26644 (exit $ac_status); } &&
26645 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26647 (eval $ac_try) 2>&5
26648 ac_status=$?
26649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26650 (exit $ac_status); }; } &&
26651 { ac_try='test -s conftest$ac_exeext'
26652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26653 (eval $ac_try) 2>&5
26654 ac_status=$?
26655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26656 (exit $ac_status); }; }; then
26657 ac_cv_func_remove=yes
26658 else
26659 echo "$as_me: failed program was:" >&5
26660 sed 's/^/| /' conftest.$ac_ext >&5
26661
26662 ac_cv_func_remove=no
26663 fi
26664 rm -f conftest.err conftest.$ac_objext \
26665 conftest$ac_exeext conftest.$ac_ext
26666 fi
26667 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
26668 echo "${ECHO_T}$ac_cv_func_remove" >&6
26669
26670 if test $ac_cv_func_remove = no; then
26671 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
26672 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
26673 if test "${ac_cv_lib_posix_remove+set}" = set; then
26674 echo $ECHO_N "(cached) $ECHO_C" >&6
26675 else
26676 ac_check_lib_save_LIBS=$LIBS
26677 LIBS="-lposix $LIBS"
26678 cat >conftest.$ac_ext <<_ACEOF
26679 /* confdefs.h. */
26680 _ACEOF
26681 cat confdefs.h >>conftest.$ac_ext
26682 cat >>conftest.$ac_ext <<_ACEOF
26683 /* end confdefs.h. */
26684
26685 /* Override any gcc2 internal prototype to avoid an error. */
26686 #ifdef __cplusplus
26687 extern "C"
26688 #endif
26689 /* We use char because int might match the return type of a gcc2
26690 builtin and then its argument prototype would still apply. */
26691 char remove ();
26692 int
26693 main ()
26694 {
26695 remove ();
26696 ;
26697 return 0;
26698 }
26699 _ACEOF
26700 rm -f conftest.$ac_objext conftest$ac_exeext
26701 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26702 (eval $ac_link) 2>conftest.er1
26703 ac_status=$?
26704 grep -v '^ *+' conftest.er1 >conftest.err
26705 rm -f conftest.er1
26706 cat conftest.err >&5
26707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26708 (exit $ac_status); } &&
26709 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26711 (eval $ac_try) 2>&5
26712 ac_status=$?
26713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26714 (exit $ac_status); }; } &&
26715 { ac_try='test -s conftest$ac_exeext'
26716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26717 (eval $ac_try) 2>&5
26718 ac_status=$?
26719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26720 (exit $ac_status); }; }; then
26721 ac_cv_lib_posix_remove=yes
26722 else
26723 echo "$as_me: failed program was:" >&5
26724 sed 's/^/| /' conftest.$ac_ext >&5
26725
26726 ac_cv_lib_posix_remove=no
26727 fi
26728 rm -f conftest.err conftest.$ac_objext \
26729 conftest$ac_exeext conftest.$ac_ext
26730 LIBS=$ac_check_lib_save_LIBS
26731 fi
26732 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
26733 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
26734 if test $ac_cv_lib_posix_remove = yes; then
26735 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
26736 fi
26737
26738 fi
26739
26740 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
26741 echo "$as_me:$LINENO: checking for shmat" >&5
26742 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
26743 if test "${ac_cv_func_shmat+set}" = set; then
26744 echo $ECHO_N "(cached) $ECHO_C" >&6
26745 else
26746 cat >conftest.$ac_ext <<_ACEOF
26747 /* confdefs.h. */
26748 _ACEOF
26749 cat confdefs.h >>conftest.$ac_ext
26750 cat >>conftest.$ac_ext <<_ACEOF
26751 /* end confdefs.h. */
26752 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
26753 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26754 #define shmat innocuous_shmat
26755
26756 /* System header to define __stub macros and hopefully few prototypes,
26757 which can conflict with char shmat (); below.
26758 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26759 <limits.h> exists even on freestanding compilers. */
26760
26761 #ifdef __STDC__
26762 # include <limits.h>
26763 #else
26764 # include <assert.h>
26765 #endif
26766
26767 #undef shmat
26768
26769 /* Override any gcc2 internal prototype to avoid an error. */
26770 #ifdef __cplusplus
26771 extern "C"
26772 {
26773 #endif
26774 /* We use char because int might match the return type of a gcc2
26775 builtin and then its argument prototype would still apply. */
26776 char shmat ();
26777 /* The GNU C library defines this for functions which it implements
26778 to always fail with ENOSYS. Some functions are actually named
26779 something starting with __ and the normal name is an alias. */
26780 #if defined (__stub_shmat) || defined (__stub___shmat)
26781 choke me
26782 #else
26783 char (*f) () = shmat;
26784 #endif
26785 #ifdef __cplusplus
26786 }
26787 #endif
26788
26789 int
26790 main ()
26791 {
26792 return f != shmat;
26793 ;
26794 return 0;
26795 }
26796 _ACEOF
26797 rm -f conftest.$ac_objext conftest$ac_exeext
26798 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26799 (eval $ac_link) 2>conftest.er1
26800 ac_status=$?
26801 grep -v '^ *+' conftest.er1 >conftest.err
26802 rm -f conftest.er1
26803 cat conftest.err >&5
26804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26805 (exit $ac_status); } &&
26806 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26808 (eval $ac_try) 2>&5
26809 ac_status=$?
26810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26811 (exit $ac_status); }; } &&
26812 { ac_try='test -s conftest$ac_exeext'
26813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26814 (eval $ac_try) 2>&5
26815 ac_status=$?
26816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26817 (exit $ac_status); }; }; then
26818 ac_cv_func_shmat=yes
26819 else
26820 echo "$as_me: failed program was:" >&5
26821 sed 's/^/| /' conftest.$ac_ext >&5
26822
26823 ac_cv_func_shmat=no
26824 fi
26825 rm -f conftest.err conftest.$ac_objext \
26826 conftest$ac_exeext conftest.$ac_ext
26827 fi
26828 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
26829 echo "${ECHO_T}$ac_cv_func_shmat" >&6
26830
26831 if test $ac_cv_func_shmat = no; then
26832 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
26833 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
26834 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
26835 echo $ECHO_N "(cached) $ECHO_C" >&6
26836 else
26837 ac_check_lib_save_LIBS=$LIBS
26838 LIBS="-lipc $LIBS"
26839 cat >conftest.$ac_ext <<_ACEOF
26840 /* confdefs.h. */
26841 _ACEOF
26842 cat confdefs.h >>conftest.$ac_ext
26843 cat >>conftest.$ac_ext <<_ACEOF
26844 /* end confdefs.h. */
26845
26846 /* Override any gcc2 internal prototype to avoid an error. */
26847 #ifdef __cplusplus
26848 extern "C"
26849 #endif
26850 /* We use char because int might match the return type of a gcc2
26851 builtin and then its argument prototype would still apply. */
26852 char shmat ();
26853 int
26854 main ()
26855 {
26856 shmat ();
26857 ;
26858 return 0;
26859 }
26860 _ACEOF
26861 rm -f conftest.$ac_objext conftest$ac_exeext
26862 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26863 (eval $ac_link) 2>conftest.er1
26864 ac_status=$?
26865 grep -v '^ *+' conftest.er1 >conftest.err
26866 rm -f conftest.er1
26867 cat conftest.err >&5
26868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26869 (exit $ac_status); } &&
26870 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26872 (eval $ac_try) 2>&5
26873 ac_status=$?
26874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26875 (exit $ac_status); }; } &&
26876 { ac_try='test -s conftest$ac_exeext'
26877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26878 (eval $ac_try) 2>&5
26879 ac_status=$?
26880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26881 (exit $ac_status); }; }; then
26882 ac_cv_lib_ipc_shmat=yes
26883 else
26884 echo "$as_me: failed program was:" >&5
26885 sed 's/^/| /' conftest.$ac_ext >&5
26886
26887 ac_cv_lib_ipc_shmat=no
26888 fi
26889 rm -f conftest.err conftest.$ac_objext \
26890 conftest$ac_exeext conftest.$ac_ext
26891 LIBS=$ac_check_lib_save_LIBS
26892 fi
26893 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
26894 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
26895 if test $ac_cv_lib_ipc_shmat = yes; then
26896 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
26897 fi
26898
26899 fi
26900 fi
26901
26902 # Check for libraries that X11R6 Xt/Xaw programs need.
26903 ac_save_LDFLAGS=$LDFLAGS
26904 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
26905 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
26906 # check for ICE first), but we must link in the order -lSM -lICE or
26907 # we get undefined symbols. So assume we have SM if we have ICE.
26908 # These have to be linked with before -lX11, unlike the other
26909 # libraries we check for below, so use a different variable.
26910 # John Interrante, Karl Berry
26911 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
26912 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
26913 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
26914 echo $ECHO_N "(cached) $ECHO_C" >&6
26915 else
26916 ac_check_lib_save_LIBS=$LIBS
26917 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
26918 cat >conftest.$ac_ext <<_ACEOF
26919 /* confdefs.h. */
26920 _ACEOF
26921 cat confdefs.h >>conftest.$ac_ext
26922 cat >>conftest.$ac_ext <<_ACEOF
26923 /* end confdefs.h. */
26924
26925 /* Override any gcc2 internal prototype to avoid an error. */
26926 #ifdef __cplusplus
26927 extern "C"
26928 #endif
26929 /* We use char because int might match the return type of a gcc2
26930 builtin and then its argument prototype would still apply. */
26931 char IceConnectionNumber ();
26932 int
26933 main ()
26934 {
26935 IceConnectionNumber ();
26936 ;
26937 return 0;
26938 }
26939 _ACEOF
26940 rm -f conftest.$ac_objext conftest$ac_exeext
26941 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26942 (eval $ac_link) 2>conftest.er1
26943 ac_status=$?
26944 grep -v '^ *+' conftest.er1 >conftest.err
26945 rm -f conftest.er1
26946 cat conftest.err >&5
26947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26948 (exit $ac_status); } &&
26949 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26951 (eval $ac_try) 2>&5
26952 ac_status=$?
26953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26954 (exit $ac_status); }; } &&
26955 { ac_try='test -s conftest$ac_exeext'
26956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26957 (eval $ac_try) 2>&5
26958 ac_status=$?
26959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26960 (exit $ac_status); }; }; then
26961 ac_cv_lib_ICE_IceConnectionNumber=yes
26962 else
26963 echo "$as_me: failed program was:" >&5
26964 sed 's/^/| /' conftest.$ac_ext >&5
26965
26966 ac_cv_lib_ICE_IceConnectionNumber=no
26967 fi
26968 rm -f conftest.err conftest.$ac_objext \
26969 conftest$ac_exeext conftest.$ac_ext
26970 LIBS=$ac_check_lib_save_LIBS
26971 fi
26972 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
26973 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
26974 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
26975 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
26976 fi
26977
26978 LDFLAGS=$ac_save_LDFLAGS
26979
26980 fi
26981
26982
26983 if test "$no_x" = "yes"; then
26984 { { echo "$as_me:$LINENO: error: X11 not found" >&5
26985 echo "$as_me: error: X11 not found" >&2;}
26986 { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; }
26987 fi
26988
26989 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
26990 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
26991 AFMINSTALL=afminstall
26992 COMPILED_X_PROGRAM=0
26993
26994 fi
26995
26996 if test "$wxUSE_X11" = 1; then
26997 if test "$wxUSE_NANOX" = "yes"; then
26998 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
26999 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
27000 if test "x$MICROWIN" = x ; then
27001 echo "$as_me:$LINENO: result: not found" >&5
27002 echo "${ECHO_T}not found" >&6
27003 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
27004 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
27005 { (exit 1); exit 1; }; }
27006 else
27007 echo "$as_me:$LINENO: result: $MICROWIN" >&5
27008 echo "${ECHO_T}$MICROWIN" >&6
27009 cat >>confdefs.h <<\_ACEOF
27010 #define wxUSE_NANOX 1
27011 _ACEOF
27012
27013 fi
27014 fi
27015
27016 if test "$wxUSE_UNICODE" = "yes"; then
27017
27018 succeeded=no
27019
27020 if test -z "$PKG_CONFIG"; then
27021 # Extract the first word of "pkg-config", so it can be a program name with args.
27022 set dummy pkg-config; ac_word=$2
27023 echo "$as_me:$LINENO: checking for $ac_word" >&5
27024 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27025 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27026 echo $ECHO_N "(cached) $ECHO_C" >&6
27027 else
27028 case $PKG_CONFIG in
27029 [\\/]* | ?:[\\/]*)
27030 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27031 ;;
27032 *)
27033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27034 for as_dir in $PATH
27035 do
27036 IFS=$as_save_IFS
27037 test -z "$as_dir" && as_dir=.
27038 for ac_exec_ext in '' $ac_executable_extensions; do
27039 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27040 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27041 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27042 break 2
27043 fi
27044 done
27045 done
27046
27047 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27048 ;;
27049 esac
27050 fi
27051 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27052
27053 if test -n "$PKG_CONFIG"; then
27054 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27055 echo "${ECHO_T}$PKG_CONFIG" >&6
27056 else
27057 echo "$as_me:$LINENO: result: no" >&5
27058 echo "${ECHO_T}no" >&6
27059 fi
27060
27061 fi
27062
27063 if test "$PKG_CONFIG" = "no" ; then
27064 echo "*** The pkg-config script could not be found. Make sure it is"
27065 echo "*** in your path, or set the PKG_CONFIG environment variable"
27066 echo "*** to the full path to pkg-config."
27067 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27068 else
27069 PKG_CONFIG_MIN_VERSION=0.9.0
27070 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27071 echo "$as_me:$LINENO: checking for pangox" >&5
27072 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
27073
27074 if $PKG_CONFIG --exists "pangox" ; then
27075 echo "$as_me:$LINENO: result: yes" >&5
27076 echo "${ECHO_T}yes" >&6
27077 succeeded=yes
27078
27079 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
27080 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
27081 PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"`
27082 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
27083 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
27084
27085 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
27086 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
27087 PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"`
27088 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
27089 echo "${ECHO_T}$PANGOX_LIBS" >&6
27090 else
27091 PANGOX_CFLAGS=""
27092 PANGOX_LIBS=""
27093 ## If we have a custom action on failure, don't print errors, but
27094 ## do set a variable so people can do so.
27095 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
27096
27097 fi
27098
27099
27100
27101 else
27102 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27103 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27104 fi
27105 fi
27106
27107 if test $succeeded = yes; then
27108
27109 CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS"
27110 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
27111
27112 else
27113
27114 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
27115 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
27116 { (exit 1); exit 1; }; }
27117
27118
27119 fi
27120
27121
27122 succeeded=no
27123
27124 if test -z "$PKG_CONFIG"; then
27125 # Extract the first word of "pkg-config", so it can be a program name with args.
27126 set dummy pkg-config; ac_word=$2
27127 echo "$as_me:$LINENO: checking for $ac_word" >&5
27128 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27129 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27130 echo $ECHO_N "(cached) $ECHO_C" >&6
27131 else
27132 case $PKG_CONFIG in
27133 [\\/]* | ?:[\\/]*)
27134 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27135 ;;
27136 *)
27137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27138 for as_dir in $PATH
27139 do
27140 IFS=$as_save_IFS
27141 test -z "$as_dir" && as_dir=.
27142 for ac_exec_ext in '' $ac_executable_extensions; do
27143 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27144 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27145 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27146 break 2
27147 fi
27148 done
27149 done
27150
27151 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27152 ;;
27153 esac
27154 fi
27155 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27156
27157 if test -n "$PKG_CONFIG"; then
27158 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27159 echo "${ECHO_T}$PKG_CONFIG" >&6
27160 else
27161 echo "$as_me:$LINENO: result: no" >&5
27162 echo "${ECHO_T}no" >&6
27163 fi
27164
27165 fi
27166
27167 if test "$PKG_CONFIG" = "no" ; then
27168 echo "*** The pkg-config script could not be found. Make sure it is"
27169 echo "*** in your path, or set the PKG_CONFIG environment variable"
27170 echo "*** to the full path to pkg-config."
27171 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27172 else
27173 PKG_CONFIG_MIN_VERSION=0.9.0
27174 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27175 echo "$as_me:$LINENO: checking for pangoft2" >&5
27176 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
27177
27178 if $PKG_CONFIG --exists "pangoft2" ; then
27179 echo "$as_me:$LINENO: result: yes" >&5
27180 echo "${ECHO_T}yes" >&6
27181 succeeded=yes
27182
27183 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
27184 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
27185 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
27186 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
27187 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
27188
27189 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
27190 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
27191 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
27192 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
27193 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
27194 else
27195 PANGOFT2_CFLAGS=""
27196 PANGOFT2_LIBS=""
27197 ## If we have a custom action on failure, don't print errors, but
27198 ## do set a variable so people can do so.
27199 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
27200
27201 fi
27202
27203
27204
27205 else
27206 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27207 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27208 fi
27209 fi
27210
27211 if test $succeeded = yes; then
27212
27213 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
27214 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
27215
27216 else
27217
27218 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
27219 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
27220 wxUSE_PRINTING_ARCHITECTURE="no"
27221
27222
27223 fi
27224
27225
27226 succeeded=no
27227
27228 if test -z "$PKG_CONFIG"; then
27229 # Extract the first word of "pkg-config", so it can be a program name with args.
27230 set dummy pkg-config; ac_word=$2
27231 echo "$as_me:$LINENO: checking for $ac_word" >&5
27232 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27233 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27234 echo $ECHO_N "(cached) $ECHO_C" >&6
27235 else
27236 case $PKG_CONFIG in
27237 [\\/]* | ?:[\\/]*)
27238 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27239 ;;
27240 *)
27241 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27242 for as_dir in $PATH
27243 do
27244 IFS=$as_save_IFS
27245 test -z "$as_dir" && as_dir=.
27246 for ac_exec_ext in '' $ac_executable_extensions; do
27247 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27248 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27249 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27250 break 2
27251 fi
27252 done
27253 done
27254
27255 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27256 ;;
27257 esac
27258 fi
27259 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27260
27261 if test -n "$PKG_CONFIG"; then
27262 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27263 echo "${ECHO_T}$PKG_CONFIG" >&6
27264 else
27265 echo "$as_me:$LINENO: result: no" >&5
27266 echo "${ECHO_T}no" >&6
27267 fi
27268
27269 fi
27270
27271 if test "$PKG_CONFIG" = "no" ; then
27272 echo "*** The pkg-config script could not be found. Make sure it is"
27273 echo "*** in your path, or set the PKG_CONFIG environment variable"
27274 echo "*** to the full path to pkg-config."
27275 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27276 else
27277 PKG_CONFIG_MIN_VERSION=0.9.0
27278 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27279 echo "$as_me:$LINENO: checking for pangoxft" >&5
27280 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
27281
27282 if $PKG_CONFIG --exists "pangoxft" ; then
27283 echo "$as_me:$LINENO: result: yes" >&5
27284 echo "${ECHO_T}yes" >&6
27285 succeeded=yes
27286
27287 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
27288 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
27289 PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"`
27290 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
27291 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
27292
27293 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
27294 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
27295 PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"`
27296 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
27297 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
27298 else
27299 PANGOXFT_CFLAGS=""
27300 PANGOXFT_LIBS=""
27301 ## If we have a custom action on failure, don't print errors, but
27302 ## do set a variable so people can do so.
27303 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
27304
27305 fi
27306
27307
27308
27309 else
27310 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27311 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27312 fi
27313 fi
27314
27315 if test $succeeded = yes; then
27316
27317 cat >>confdefs.h <<\_ACEOF
27318 #define HAVE_PANGO_XFT 1
27319 _ACEOF
27320
27321 CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS"
27322 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
27323
27324 else
27325
27326 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
27327 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
27328
27329
27330 fi
27331
27332 save_CFLAGS="$CFLAGS"
27333 save_LIBS="$LIBS"
27334 CFLAGS="$CFLAGS $PANGOX_CFLAGS"
27335 LIBS="$LIBS $PANGOX_LIBS"
27336
27337 for ac_func in pango_font_family_is_monospace
27338 do
27339 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27340 echo "$as_me:$LINENO: checking for $ac_func" >&5
27341 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27342 if eval "test \"\${$as_ac_var+set}\" = set"; then
27343 echo $ECHO_N "(cached) $ECHO_C" >&6
27344 else
27345 cat >conftest.$ac_ext <<_ACEOF
27346 /* confdefs.h. */
27347 _ACEOF
27348 cat confdefs.h >>conftest.$ac_ext
27349 cat >>conftest.$ac_ext <<_ACEOF
27350 /* end confdefs.h. */
27351 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27352 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27353 #define $ac_func innocuous_$ac_func
27354
27355 /* System header to define __stub macros and hopefully few prototypes,
27356 which can conflict with char $ac_func (); below.
27357 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27358 <limits.h> exists even on freestanding compilers. */
27359
27360 #ifdef __STDC__
27361 # include <limits.h>
27362 #else
27363 # include <assert.h>
27364 #endif
27365
27366 #undef $ac_func
27367
27368 /* Override any gcc2 internal prototype to avoid an error. */
27369 #ifdef __cplusplus
27370 extern "C"
27371 {
27372 #endif
27373 /* We use char because int might match the return type of a gcc2
27374 builtin and then its argument prototype would still apply. */
27375 char $ac_func ();
27376 /* The GNU C library defines this for functions which it implements
27377 to always fail with ENOSYS. Some functions are actually named
27378 something starting with __ and the normal name is an alias. */
27379 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27380 choke me
27381 #else
27382 char (*f) () = $ac_func;
27383 #endif
27384 #ifdef __cplusplus
27385 }
27386 #endif
27387
27388 int
27389 main ()
27390 {
27391 return f != $ac_func;
27392 ;
27393 return 0;
27394 }
27395 _ACEOF
27396 rm -f conftest.$ac_objext conftest$ac_exeext
27397 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27398 (eval $ac_link) 2>conftest.er1
27399 ac_status=$?
27400 grep -v '^ *+' conftest.er1 >conftest.err
27401 rm -f conftest.er1
27402 cat conftest.err >&5
27403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27404 (exit $ac_status); } &&
27405 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27407 (eval $ac_try) 2>&5
27408 ac_status=$?
27409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27410 (exit $ac_status); }; } &&
27411 { ac_try='test -s conftest$ac_exeext'
27412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27413 (eval $ac_try) 2>&5
27414 ac_status=$?
27415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27416 (exit $ac_status); }; }; then
27417 eval "$as_ac_var=yes"
27418 else
27419 echo "$as_me: failed program was:" >&5
27420 sed 's/^/| /' conftest.$ac_ext >&5
27421
27422 eval "$as_ac_var=no"
27423 fi
27424 rm -f conftest.err conftest.$ac_objext \
27425 conftest$ac_exeext conftest.$ac_ext
27426 fi
27427 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27428 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27429 if test `eval echo '${'$as_ac_var'}'` = yes; then
27430 cat >>confdefs.h <<_ACEOF
27431 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27432 _ACEOF
27433
27434 fi
27435 done
27436
27437 CFLAGS="$save_CFLAGS"
27438 LIBS="$save_LIBS"
27439 fi
27440
27441 wxUSE_UNIVERSAL="yes"
27442
27443 if test "$wxUSE_NANOX" = "yes"; then
27444 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
27445 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"
27446 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
27447 else
27448 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
27449 fi
27450
27451 TOOLKIT=X11
27452 GUIDIST=X11_DIST
27453 fi
27454
27455 if test "$wxUSE_MOTIF" = 1; then
27456 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
27457 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
27458
27459 ac_find_includes=
27460 for ac_dir in $SEARCH_INCLUDE /usr/include;
27461 do
27462 if test -f "$ac_dir/Xm/Xm.h"; then
27463 ac_find_includes=$ac_dir
27464 break
27465 fi
27466 done
27467
27468 if test "$ac_find_includes" != "" ; then
27469 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
27470 echo "${ECHO_T}found in $ac_find_includes" >&6
27471
27472 if test "x$ac_find_includes" = "x/usr/include"; then
27473 ac_path_to_include=""
27474 else
27475 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
27476 result=$?
27477 if test $result = 0; then
27478 ac_path_to_include=""
27479 else
27480 ac_path_to_include=" -I$ac_find_includes"
27481 fi
27482 fi
27483
27484 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
27485 else
27486 cat >conftest.$ac_ext <<_ACEOF
27487 /* confdefs.h. */
27488 _ACEOF
27489 cat confdefs.h >>conftest.$ac_ext
27490 cat >>conftest.$ac_ext <<_ACEOF
27491 /* end confdefs.h. */
27492
27493 #include <Xm/Xm.h>
27494
27495 int
27496 main ()
27497 {
27498
27499 int version;
27500 version = xmUseVersion;
27501
27502 ;
27503 return 0;
27504 }
27505 _ACEOF
27506 rm -f conftest.$ac_objext
27507 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27508 (eval $ac_compile) 2>conftest.er1
27509 ac_status=$?
27510 grep -v '^ *+' conftest.er1 >conftest.err
27511 rm -f conftest.er1
27512 cat conftest.err >&5
27513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27514 (exit $ac_status); } &&
27515 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27517 (eval $ac_try) 2>&5
27518 ac_status=$?
27519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27520 (exit $ac_status); }; } &&
27521 { ac_try='test -s conftest.$ac_objext'
27522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27523 (eval $ac_try) 2>&5
27524 ac_status=$?
27525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27526 (exit $ac_status); }; }; then
27527
27528 echo "$as_me:$LINENO: result: found in default search path" >&5
27529 echo "${ECHO_T}found in default search path" >&6
27530 COMPILED_X_PROGRAM=1
27531
27532 else
27533 echo "$as_me: failed program was:" >&5
27534 sed 's/^/| /' conftest.$ac_ext >&5
27535
27536
27537 echo "$as_me:$LINENO: result: no" >&5
27538 echo "${ECHO_T}no" >&6
27539 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
27540 echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
27541 { (exit 1); exit 1; }; }
27542
27543
27544 fi
27545 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
27546 fi
27547
27548 if test "$COMPILED_X_PROGRAM" = 0; then
27549 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
27550 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
27551
27552 ac_find_libraries=
27553 for ac_dir in $SEARCH_LIB /usr/lib;
27554 do
27555 for ac_extension in a so sl dylib; do
27556 if test -f "$ac_dir/libXm.$ac_extension"; then
27557 ac_find_libraries=$ac_dir
27558 break 2
27559 fi
27560 done
27561 done
27562
27563 if test "$ac_find_libraries" != "" ; then
27564 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
27565 echo "${ECHO_T}found at $ac_find_libraries" >&6
27566
27567
27568 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
27569 result=$?
27570 if test $result = 0; then
27571 ac_path_to_link=""
27572 else
27573 ac_path_to_link=" -L$ac_find_libraries"
27574 fi
27575
27576 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
27577 else
27578 save_CFLAGS=$CFLAGS
27579 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
27580
27581 cat >conftest.$ac_ext <<_ACEOF
27582 /* confdefs.h. */
27583 _ACEOF
27584 cat confdefs.h >>conftest.$ac_ext
27585 cat >>conftest.$ac_ext <<_ACEOF
27586 /* end confdefs.h. */
27587
27588 #include <Xm/Xm.h>
27589
27590 int
27591 main ()
27592 {
27593
27594 int version;
27595 version = xmUseVersion;
27596
27597 ;
27598 return 0;
27599 }
27600 _ACEOF
27601 rm -f conftest.$ac_objext
27602 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27603 (eval $ac_compile) 2>conftest.er1
27604 ac_status=$?
27605 grep -v '^ *+' conftest.er1 >conftest.err
27606 rm -f conftest.er1
27607 cat conftest.err >&5
27608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27609 (exit $ac_status); } &&
27610 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27612 (eval $ac_try) 2>&5
27613 ac_status=$?
27614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27615 (exit $ac_status); }; } &&
27616 { ac_try='test -s conftest.$ac_objext'
27617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27618 (eval $ac_try) 2>&5
27619 ac_status=$?
27620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27621 (exit $ac_status); }; }; then
27622
27623 echo "$as_me:$LINENO: result: found in default search path" >&5
27624 echo "${ECHO_T}found in default search path" >&6
27625 COMPILED_X_PROGRAM=1
27626
27627 else
27628 echo "$as_me: failed program was:" >&5
27629 sed 's/^/| /' conftest.$ac_ext >&5
27630
27631
27632 echo "$as_me:$LINENO: result: no" >&5
27633 echo "${ECHO_T}no" >&6
27634 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
27635 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
27636 { (exit 1); exit 1; }; }
27637
27638
27639 fi
27640 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
27641
27642 CFLAGS=$save_CFLAGS
27643 fi
27644 fi
27645
27646 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
27647 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
27648 libp_link=""
27649 libsm_ice_link=""
27650 libs_found=0
27651 for libp in "" " -lXp"; do
27652 if test "$libs_found" = "0"; then
27653 for libsm_ice in "" " -lSM -lICE"; do
27654 if test "$libs_found" = "0"; then
27655 save_LIBS="$LIBS"
27656 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
27657 save_CFLAGS=$CFLAGS
27658 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
27659
27660 cat >conftest.$ac_ext <<_ACEOF
27661 /* confdefs.h. */
27662 _ACEOF
27663 cat confdefs.h >>conftest.$ac_ext
27664 cat >>conftest.$ac_ext <<_ACEOF
27665 /* end confdefs.h. */
27666
27667 #include <Xm/Xm.h>
27668 #include <Xm/List.h>
27669
27670 int
27671 main ()
27672 {
27673
27674 XmString string = NULL;
27675 Widget w = NULL;
27676 int position = 0;
27677 XmListAddItem(w, string, position);
27678
27679 ;
27680 return 0;
27681 }
27682 _ACEOF
27683 rm -f conftest.$ac_objext conftest$ac_exeext
27684 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27685 (eval $ac_link) 2>conftest.er1
27686 ac_status=$?
27687 grep -v '^ *+' conftest.er1 >conftest.err
27688 rm -f conftest.er1
27689 cat conftest.err >&5
27690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27691 (exit $ac_status); } &&
27692 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27694 (eval $ac_try) 2>&5
27695 ac_status=$?
27696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27697 (exit $ac_status); }; } &&
27698 { ac_try='test -s conftest$ac_exeext'
27699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27700 (eval $ac_try) 2>&5
27701 ac_status=$?
27702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27703 (exit $ac_status); }; }; then
27704
27705 libp_link="$libp"
27706 libsm_ice_link="$libsm_ice"
27707 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
27708 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
27709 libs_found=1
27710
27711 else
27712 echo "$as_me: failed program was:" >&5
27713 sed 's/^/| /' conftest.$ac_ext >&5
27714
27715
27716
27717 fi
27718 rm -f conftest.err conftest.$ac_objext \
27719 conftest$ac_exeext conftest.$ac_ext
27720
27721 LIBS="$save_LIBS"
27722 CFLAGS=$save_CFLAGS
27723 fi
27724 done
27725 fi
27726 done
27727
27728 if test "$libs_found" = "0"; then
27729 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
27730 echo "${ECHO_T}can't find the right libraries" >&6
27731 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
27732 echo "$as_me: error: can't link a simple motif program" >&2;}
27733 { (exit 1); exit 1; }; }
27734 fi
27735
27736 save_CFLAGS=$CFLAGS
27737 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
27738 echo "$as_me:$LINENO: checking for Motif 2" >&5
27739 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
27740 cat >conftest.$ac_ext <<_ACEOF
27741 /* confdefs.h. */
27742 _ACEOF
27743 cat confdefs.h >>conftest.$ac_ext
27744 cat >>conftest.$ac_ext <<_ACEOF
27745 /* end confdefs.h. */
27746
27747 #include <Xm/Xm.h>
27748
27749 int
27750 main ()
27751 {
27752
27753 #if XmVersion < 2000
27754 #error "Not Motif 2"
27755 #endif
27756
27757 ;
27758 return 0;
27759 }
27760 _ACEOF
27761 rm -f conftest.$ac_objext
27762 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27763 (eval $ac_compile) 2>conftest.er1
27764 ac_status=$?
27765 grep -v '^ *+' conftest.er1 >conftest.err
27766 rm -f conftest.er1
27767 cat conftest.err >&5
27768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27769 (exit $ac_status); } &&
27770 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27772 (eval $ac_try) 2>&5
27773 ac_status=$?
27774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27775 (exit $ac_status); }; } &&
27776 { ac_try='test -s conftest.$ac_objext'
27777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27778 (eval $ac_try) 2>&5
27779 ac_status=$?
27780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27781 (exit $ac_status); }; }; then
27782
27783 cat >>confdefs.h <<\_ACEOF
27784 #define __WXMOTIF20__ 1
27785 _ACEOF
27786
27787 echo "$as_me:$LINENO: result: found" >&5
27788 echo "${ECHO_T}found" >&6
27789
27790 else
27791 echo "$as_me: failed program was:" >&5
27792 sed 's/^/| /' conftest.$ac_ext >&5
27793
27794
27795 cat >>confdefs.h <<\_ACEOF
27796 #define __WXMOTIF20__ 0
27797 _ACEOF
27798
27799 echo "$as_me:$LINENO: result: not found" >&5
27800 echo "${ECHO_T}not found" >&6
27801
27802 fi
27803 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
27804 CFLAGS=$save_CFLAGS
27805
27806 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
27807 TOOLKIT=MOTIF
27808 GUIDIST=MOTIF_DIST
27809 fi
27810
27811 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
27812 if test "$wxUSE_LIBXPM" = "sys"; then
27813 echo "$as_me:$LINENO: checking for Xpm library" >&5
27814 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
27815
27816 ac_find_libraries=
27817 for ac_dir in $SEARCH_LIB /usr/lib;
27818 do
27819 for ac_extension in a so sl dylib; do
27820 if test -f "$ac_dir/libXpm.$ac_extension"; then
27821 ac_find_libraries=$ac_dir
27822 break 2
27823 fi
27824 done
27825 done
27826
27827 if test "$ac_find_libraries" != "" ; then
27828
27829 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
27830 result=$?
27831 if test $result = 0; then
27832 ac_path_to_link=""
27833 else
27834 ac_path_to_link=" -L$ac_find_libraries"
27835 fi
27836
27837 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
27838 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
27839 echo "${ECHO_T}found at $ac_find_libraries" >&6
27840
27841 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
27842 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
27843 if test "${wx_cv_x11_xpm_h+set}" = set; then
27844 echo $ECHO_N "(cached) $ECHO_C" >&6
27845 else
27846
27847 save_CFLAGS=$CFLAGS
27848 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
27849
27850 cat >conftest.$ac_ext <<_ACEOF
27851 /* confdefs.h. */
27852 _ACEOF
27853 cat confdefs.h >>conftest.$ac_ext
27854 cat >>conftest.$ac_ext <<_ACEOF
27855 /* end confdefs.h. */
27856
27857 #include <X11/xpm.h>
27858
27859 int
27860 main ()
27861 {
27862
27863 int version;
27864 version = XpmLibraryVersion();
27865
27866 ;
27867 return 0;
27868 }
27869 _ACEOF
27870 rm -f conftest.$ac_objext
27871 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27872 (eval $ac_compile) 2>conftest.er1
27873 ac_status=$?
27874 grep -v '^ *+' conftest.er1 >conftest.err
27875 rm -f conftest.er1
27876 cat conftest.err >&5
27877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27878 (exit $ac_status); } &&
27879 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27881 (eval $ac_try) 2>&5
27882 ac_status=$?
27883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27884 (exit $ac_status); }; } &&
27885 { ac_try='test -s conftest.$ac_objext'
27886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27887 (eval $ac_try) 2>&5
27888 ac_status=$?
27889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27890 (exit $ac_status); }; }; then
27891 wx_cv_x11_xpm_h=yes
27892 else
27893 echo "$as_me: failed program was:" >&5
27894 sed 's/^/| /' conftest.$ac_ext >&5
27895
27896 wx_cv_x11_xpm_h=no
27897
27898 fi
27899 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
27900
27901 CFLAGS=$save_CFLAGS
27902
27903
27904 fi
27905 echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
27906 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
27907
27908 if test $wx_cv_x11_xpm_h = "yes"; then
27909 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
27910 cat >>confdefs.h <<\_ACEOF
27911 #define wxHAVE_LIB_XPM 1
27912 _ACEOF
27913
27914 else
27915 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
27916 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
27917 fi
27918 fi
27919
27920 fi
27921
27922 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
27923 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
27924 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
27925 echo $ECHO_N "(cached) $ECHO_C" >&6
27926 else
27927 ac_check_lib_save_LIBS=$LIBS
27928 LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
27929 cat >conftest.$ac_ext <<_ACEOF
27930 /* confdefs.h. */
27931 _ACEOF
27932 cat confdefs.h >>conftest.$ac_ext
27933 cat >>conftest.$ac_ext <<_ACEOF
27934 /* end confdefs.h. */
27935
27936 /* Override any gcc2 internal prototype to avoid an error. */
27937 #ifdef __cplusplus
27938 extern "C"
27939 #endif
27940 /* We use char because int might match the return type of a gcc2
27941 builtin and then its argument prototype would still apply. */
27942 char XShapeQueryExtension ();
27943 int
27944 main ()
27945 {
27946 XShapeQueryExtension ();
27947 ;
27948 return 0;
27949 }
27950 _ACEOF
27951 rm -f conftest.$ac_objext conftest$ac_exeext
27952 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27953 (eval $ac_link) 2>conftest.er1
27954 ac_status=$?
27955 grep -v '^ *+' conftest.er1 >conftest.err
27956 rm -f conftest.er1
27957 cat conftest.err >&5
27958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27959 (exit $ac_status); } &&
27960 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27962 (eval $ac_try) 2>&5
27963 ac_status=$?
27964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27965 (exit $ac_status); }; } &&
27966 { ac_try='test -s conftest$ac_exeext'
27967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27968 (eval $ac_try) 2>&5
27969 ac_status=$?
27970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27971 (exit $ac_status); }; }; then
27972 ac_cv_lib_Xext_XShapeQueryExtension=yes
27973 else
27974 echo "$as_me: failed program was:" >&5
27975 sed 's/^/| /' conftest.$ac_ext >&5
27976
27977 ac_cv_lib_Xext_XShapeQueryExtension=no
27978 fi
27979 rm -f conftest.err conftest.$ac_objext \
27980 conftest$ac_exeext conftest.$ac_ext
27981 LIBS=$ac_check_lib_save_LIBS
27982 fi
27983 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
27984 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
27985 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
27986
27987 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
27988 wxHAVE_XEXT_LIB=1
27989
27990 fi
27991
27992
27993 if test "$wxHAVE_XEXT_LIB" = 1; then
27994 save_CFLAGS="$CFLAGS"
27995 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
27996
27997 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
27998 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
27999 cat >conftest.$ac_ext <<_ACEOF
28000 /* confdefs.h. */
28001 _ACEOF
28002 cat confdefs.h >>conftest.$ac_ext
28003 cat >>conftest.$ac_ext <<_ACEOF
28004 /* end confdefs.h. */
28005
28006 #include <X11/Xlib.h>
28007 #include <X11/extensions/shape.h>
28008
28009 int
28010 main ()
28011 {
28012
28013 int dummy1, dummy2;
28014 XShapeQueryExtension((Display*)NULL,
28015 (int*)NULL, (int*)NULL);
28016
28017 ;
28018 return 0;
28019 }
28020 _ACEOF
28021 rm -f conftest.$ac_objext
28022 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28023 (eval $ac_compile) 2>conftest.er1
28024 ac_status=$?
28025 grep -v '^ *+' conftest.er1 >conftest.err
28026 rm -f conftest.er1
28027 cat conftest.err >&5
28028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28029 (exit $ac_status); } &&
28030 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28032 (eval $ac_try) 2>&5
28033 ac_status=$?
28034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28035 (exit $ac_status); }; } &&
28036 { ac_try='test -s conftest.$ac_objext'
28037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28038 (eval $ac_try) 2>&5
28039 ac_status=$?
28040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28041 (exit $ac_status); }; }; then
28042
28043 cat >>confdefs.h <<\_ACEOF
28044 #define HAVE_XSHAPE 1
28045 _ACEOF
28046
28047 echo "$as_me:$LINENO: result: found" >&5
28048 echo "${ECHO_T}found" >&6
28049
28050 else
28051 echo "$as_me: failed program was:" >&5
28052 sed 's/^/| /' conftest.$ac_ext >&5
28053
28054
28055 echo "$as_me:$LINENO: result: not found" >&5
28056 echo "${ECHO_T}not found" >&6
28057
28058 fi
28059 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28060 CFLAGS="$save_CFLAGS"
28061
28062 fi
28063 fi
28064
28065 if test "$wxUSE_MAC" = 1; then
28066 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
28067 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
28068 if test "$GCC" = yes; then
28069 echo "$as_me:$LINENO: result: gcc" >&5
28070 echo "${ECHO_T}gcc" >&6
28071 CPPFLAGS_PASCAL="-fpascal-strings"
28072 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
28073 echo "$as_me:$LINENO: result: xlc" >&5
28074 echo "${ECHO_T}xlc" >&6
28075 CPPFLAGS_PASCAL="-qmacpstr"
28076 else
28077 echo "$as_me:$LINENO: result: none" >&5
28078 echo "${ECHO_T}none" >&6
28079 fi
28080
28081 if test "x$wxUSE_UNIX" = "xyes"; then
28082 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon"
28083 else
28084 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON"
28085 fi
28086
28087 TOOLKIT=MAC
28088 GUIDIST=MACX_DIST
28089 WXBASEPORT="_carbon"
28090 fi
28091
28092 if test "$wxUSE_COCOA" = 1; then
28093 TOOLKIT=COCOA
28094 GUIDIST=COCOA_DIST
28095 fi
28096
28097 if test "$wxUSE_PM" = 1; then
28098 TOOLKIT=PM
28099 GUIDIST=PM_DIST
28100 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
28101 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
28102 if test "${wx_cv_spbcdata+set}" = set; then
28103 echo $ECHO_N "(cached) $ECHO_C" >&6
28104 else
28105
28106 cat >conftest.$ac_ext <<_ACEOF
28107 /* confdefs.h. */
28108 _ACEOF
28109 cat confdefs.h >>conftest.$ac_ext
28110 cat >>conftest.$ac_ext <<_ACEOF
28111 /* end confdefs.h. */
28112
28113 #define INCL_PM
28114 #include <os2.h>
28115
28116 int
28117 main ()
28118 {
28119
28120 SPBCDATA test;
28121
28122 ;
28123 return 0;
28124 }
28125 _ACEOF
28126 rm -f conftest.$ac_objext
28127 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28128 (eval $ac_compile) 2>conftest.er1
28129 ac_status=$?
28130 grep -v '^ *+' conftest.er1 >conftest.err
28131 rm -f conftest.er1
28132 cat conftest.err >&5
28133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28134 (exit $ac_status); } &&
28135 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28137 (eval $ac_try) 2>&5
28138 ac_status=$?
28139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28140 (exit $ac_status); }; } &&
28141 { ac_try='test -s conftest.$ac_objext'
28142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28143 (eval $ac_try) 2>&5
28144 ac_status=$?
28145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28146 (exit $ac_status); }; }; then
28147 wx_cv_spbcdata=yes
28148 else
28149 echo "$as_me: failed program was:" >&5
28150 sed 's/^/| /' conftest.$ac_ext >&5
28151
28152 wx_cv_spbcdata=no
28153
28154 fi
28155 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28156
28157
28158 fi
28159 echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
28160 echo "${ECHO_T}$wx_cv_spbcdata" >&6
28161
28162 if test $wx_cv_spbcdata = "yes"; then
28163 cat >>confdefs.h <<\_ACEOF
28164 #define HAVE_SPBCDATA 1
28165 _ACEOF
28166
28167 fi
28168 fi
28169
28170 if test "$TOOLKIT" = "PM" ; then
28171 TOOLKIT_DIR="os2"
28172 else
28173 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
28174 fi
28175
28176 if test "$wxUSE_UNIVERSAL" = "yes"; then
28177 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
28178 WIDGET_SET=univ
28179 fi
28180
28181 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
28182 DISTDIR="wx\$(TOOLKIT)"
28183 else
28184 USE_GUI=0
28185
28186 TOOLKIT_DIR="base"
28187
28188 if test "$USE_WIN32" = 1 ; then
28189 TOOLKIT="MSW"
28190 fi
28191
28192 GUIDIST="BASE_DIST"
28193 DISTDIR="wxBase"
28194 fi
28195
28196
28197
28198
28199 IODBC_C_SRC=""
28200
28201
28202 if test "$TOOLKIT" != "MSW" ; then
28203
28204 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
28205
28206 if test "${ac_cv_header_sql_h+set}" = set; then
28207 echo "$as_me:$LINENO: checking for sql.h" >&5
28208 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
28209 if test "${ac_cv_header_sql_h+set}" = set; then
28210 echo $ECHO_N "(cached) $ECHO_C" >&6
28211 fi
28212 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
28213 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
28214 else
28215 # Is the header compilable?
28216 echo "$as_me:$LINENO: checking sql.h usability" >&5
28217 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
28218 cat >conftest.$ac_ext <<_ACEOF
28219 /* confdefs.h. */
28220 _ACEOF
28221 cat confdefs.h >>conftest.$ac_ext
28222 cat >>conftest.$ac_ext <<_ACEOF
28223 /* end confdefs.h. */
28224 $ac_includes_default
28225 #include <sql.h>
28226 _ACEOF
28227 rm -f conftest.$ac_objext
28228 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28229 (eval $ac_compile) 2>conftest.er1
28230 ac_status=$?
28231 grep -v '^ *+' conftest.er1 >conftest.err
28232 rm -f conftest.er1
28233 cat conftest.err >&5
28234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28235 (exit $ac_status); } &&
28236 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28238 (eval $ac_try) 2>&5
28239 ac_status=$?
28240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28241 (exit $ac_status); }; } &&
28242 { ac_try='test -s conftest.$ac_objext'
28243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28244 (eval $ac_try) 2>&5
28245 ac_status=$?
28246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28247 (exit $ac_status); }; }; then
28248 ac_header_compiler=yes
28249 else
28250 echo "$as_me: failed program was:" >&5
28251 sed 's/^/| /' conftest.$ac_ext >&5
28252
28253 ac_header_compiler=no
28254 fi
28255 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28256 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28257 echo "${ECHO_T}$ac_header_compiler" >&6
28258
28259 # Is the header present?
28260 echo "$as_me:$LINENO: checking sql.h presence" >&5
28261 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
28262 cat >conftest.$ac_ext <<_ACEOF
28263 /* confdefs.h. */
28264 _ACEOF
28265 cat confdefs.h >>conftest.$ac_ext
28266 cat >>conftest.$ac_ext <<_ACEOF
28267 /* end confdefs.h. */
28268 #include <sql.h>
28269 _ACEOF
28270 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
28271 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
28272 ac_status=$?
28273 grep -v '^ *+' conftest.er1 >conftest.err
28274 rm -f conftest.er1
28275 cat conftest.err >&5
28276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28277 (exit $ac_status); } >/dev/null; then
28278 if test -s conftest.err; then
28279 ac_cpp_err=$ac_c_preproc_warn_flag
28280 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
28281 else
28282 ac_cpp_err=
28283 fi
28284 else
28285 ac_cpp_err=yes
28286 fi
28287 if test -z "$ac_cpp_err"; then
28288 ac_header_preproc=yes
28289 else
28290 echo "$as_me: failed program was:" >&5
28291 sed 's/^/| /' conftest.$ac_ext >&5
28292
28293 ac_header_preproc=no
28294 fi
28295 rm -f conftest.err conftest.$ac_ext
28296 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28297 echo "${ECHO_T}$ac_header_preproc" >&6
28298
28299 # So? What about this header?
28300 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
28301 yes:no: )
28302 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
28303 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
28304 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
28305 echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
28306 ac_header_preproc=yes
28307 ;;
28308 no:yes:* )
28309 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
28310 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
28311 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
28312 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
28313 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
28314 echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
28315 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
28316 echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
28317 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
28318 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
28319 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
28320 echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
28321 (
28322 cat <<\_ASBOX
28323 ## ----------------------------------------- ##
28324 ## Report this to wx-dev@lists.wxwidgets.org ##
28325 ## ----------------------------------------- ##
28326 _ASBOX
28327 ) |
28328 sed "s/^/$as_me: WARNING: /" >&2
28329 ;;
28330 esac
28331 echo "$as_me:$LINENO: checking for sql.h" >&5
28332 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
28333 if test "${ac_cv_header_sql_h+set}" = set; then
28334 echo $ECHO_N "(cached) $ECHO_C" >&6
28335 else
28336 ac_cv_header_sql_h=$ac_header_preproc
28337 fi
28338 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
28339 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
28340
28341 fi
28342 if test $ac_cv_header_sql_h = yes; then
28343 found_sql_h=1
28344 fi
28345
28346
28347 if test "x$found_sql_h" = "x1" ; then
28348 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
28349 echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
28350 if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
28351 echo $ECHO_N "(cached) $ECHO_C" >&6
28352 else
28353 ac_check_lib_save_LIBS=$LIBS
28354 LIBS="-liodbc $LIBS"
28355 cat >conftest.$ac_ext <<_ACEOF
28356 /* confdefs.h. */
28357 _ACEOF
28358 cat confdefs.h >>conftest.$ac_ext
28359 cat >>conftest.$ac_ext <<_ACEOF
28360 /* end confdefs.h. */
28361
28362 /* Override any gcc2 internal prototype to avoid an error. */
28363 #ifdef __cplusplus
28364 extern "C"
28365 #endif
28366 /* We use char because int might match the return type of a gcc2
28367 builtin and then its argument prototype would still apply. */
28368 char SQLAllocEnv ();
28369 int
28370 main ()
28371 {
28372 SQLAllocEnv ();
28373 ;
28374 return 0;
28375 }
28376 _ACEOF
28377 rm -f conftest.$ac_objext conftest$ac_exeext
28378 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28379 (eval $ac_link) 2>conftest.er1
28380 ac_status=$?
28381 grep -v '^ *+' conftest.er1 >conftest.err
28382 rm -f conftest.er1
28383 cat conftest.err >&5
28384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28385 (exit $ac_status); } &&
28386 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28388 (eval $ac_try) 2>&5
28389 ac_status=$?
28390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28391 (exit $ac_status); }; } &&
28392 { ac_try='test -s conftest$ac_exeext'
28393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28394 (eval $ac_try) 2>&5
28395 ac_status=$?
28396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28397 (exit $ac_status); }; }; then
28398 ac_cv_lib_iodbc_SQLAllocEnv=yes
28399 else
28400 echo "$as_me: failed program was:" >&5
28401 sed 's/^/| /' conftest.$ac_ext >&5
28402
28403 ac_cv_lib_iodbc_SQLAllocEnv=no
28404 fi
28405 rm -f conftest.err conftest.$ac_objext \
28406 conftest$ac_exeext conftest.$ac_ext
28407 LIBS=$ac_check_lib_save_LIBS
28408 fi
28409 echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
28410 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
28411 if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
28412 ODBC_LINK=" -liodbc"
28413 else
28414
28415 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
28416 echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
28417 if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
28418 echo $ECHO_N "(cached) $ECHO_C" >&6
28419 else
28420 ac_check_lib_save_LIBS=$LIBS
28421 LIBS="-lunixodbc $LIBS"
28422 cat >conftest.$ac_ext <<_ACEOF
28423 /* confdefs.h. */
28424 _ACEOF
28425 cat confdefs.h >>conftest.$ac_ext
28426 cat >>conftest.$ac_ext <<_ACEOF
28427 /* end confdefs.h. */
28428
28429 /* Override any gcc2 internal prototype to avoid an error. */
28430 #ifdef __cplusplus
28431 extern "C"
28432 #endif
28433 /* We use char because int might match the return type of a gcc2
28434 builtin and then its argument prototype would still apply. */
28435 char SQLAllocEnv ();
28436 int
28437 main ()
28438 {
28439 SQLAllocEnv ();
28440 ;
28441 return 0;
28442 }
28443 _ACEOF
28444 rm -f conftest.$ac_objext conftest$ac_exeext
28445 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28446 (eval $ac_link) 2>conftest.er1
28447 ac_status=$?
28448 grep -v '^ *+' conftest.er1 >conftest.err
28449 rm -f conftest.er1
28450 cat conftest.err >&5
28451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28452 (exit $ac_status); } &&
28453 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28455 (eval $ac_try) 2>&5
28456 ac_status=$?
28457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28458 (exit $ac_status); }; } &&
28459 { ac_try='test -s conftest$ac_exeext'
28460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28461 (eval $ac_try) 2>&5
28462 ac_status=$?
28463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28464 (exit $ac_status); }; }; then
28465 ac_cv_lib_unixodbc_SQLAllocEnv=yes
28466 else
28467 echo "$as_me: failed program was:" >&5
28468 sed 's/^/| /' conftest.$ac_ext >&5
28469
28470 ac_cv_lib_unixodbc_SQLAllocEnv=no
28471 fi
28472 rm -f conftest.err conftest.$ac_objext \
28473 conftest$ac_exeext conftest.$ac_ext
28474 LIBS=$ac_check_lib_save_LIBS
28475 fi
28476 echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
28477 echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
28478 if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
28479 ODBC_LINK=" -lunixodbc"
28480 else
28481
28482 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
28483 echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
28484 if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
28485 echo $ECHO_N "(cached) $ECHO_C" >&6
28486 else
28487 ac_check_lib_save_LIBS=$LIBS
28488 LIBS="-lodbc $LIBS"
28489 cat >conftest.$ac_ext <<_ACEOF
28490 /* confdefs.h. */
28491 _ACEOF
28492 cat confdefs.h >>conftest.$ac_ext
28493 cat >>conftest.$ac_ext <<_ACEOF
28494 /* end confdefs.h. */
28495
28496 /* Override any gcc2 internal prototype to avoid an error. */
28497 #ifdef __cplusplus
28498 extern "C"
28499 #endif
28500 /* We use char because int might match the return type of a gcc2
28501 builtin and then its argument prototype would still apply. */
28502 char SQLAllocEnv ();
28503 int
28504 main ()
28505 {
28506 SQLAllocEnv ();
28507 ;
28508 return 0;
28509 }
28510 _ACEOF
28511 rm -f conftest.$ac_objext conftest$ac_exeext
28512 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28513 (eval $ac_link) 2>conftest.er1
28514 ac_status=$?
28515 grep -v '^ *+' conftest.er1 >conftest.err
28516 rm -f conftest.er1
28517 cat conftest.err >&5
28518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28519 (exit $ac_status); } &&
28520 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28522 (eval $ac_try) 2>&5
28523 ac_status=$?
28524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28525 (exit $ac_status); }; } &&
28526 { ac_try='test -s conftest$ac_exeext'
28527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28528 (eval $ac_try) 2>&5
28529 ac_status=$?
28530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28531 (exit $ac_status); }; }; then
28532 ac_cv_lib_odbc_SQLAllocEnv=yes
28533 else
28534 echo "$as_me: failed program was:" >&5
28535 sed 's/^/| /' conftest.$ac_ext >&5
28536
28537 ac_cv_lib_odbc_SQLAllocEnv=no
28538 fi
28539 rm -f conftest.err conftest.$ac_objext \
28540 conftest$ac_exeext conftest.$ac_ext
28541 LIBS=$ac_check_lib_save_LIBS
28542 fi
28543 echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
28544 echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
28545 if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
28546 ODBC_LINK=" -lodbc"
28547 fi
28548
28549
28550 fi
28551
28552
28553 fi
28554
28555 fi
28556 if test "x$ODBC_LINK" = "x" ; then
28557 if test "$wxUSE_ODBC" = "sys" ; then
28558 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
28559 echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
28560 { (exit 1); exit 1; }; }
28561 else
28562 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
28563 echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
28564 wxUSE_ODBC=builtin
28565 fi
28566 else
28567 wxUSE_ODBC=sys
28568 fi
28569 fi
28570
28571 if test "$wxUSE_ODBC" = "builtin" ; then
28572 cat >>confdefs.h <<\_ACEOF
28573 #define wxUSE_BUILTIN_IODBC 1
28574 _ACEOF
28575
28576 fi
28577 fi
28578
28579 if test "$wxUSE_ODBC" != "no" ; then
28580 cat >>confdefs.h <<\_ACEOF
28581 #define wxUSE_ODBC 1
28582 _ACEOF
28583
28584 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
28585
28586 WXODBCFLAG="-D_IODBC_"
28587 fi
28588
28589
28590 if test "$wxUSE_DISPLAY" = "yes"; then
28591 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
28592 echo "$as_me:$LINENO: checking for Xinerama" >&5
28593 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
28594
28595 ac_find_libraries=
28596 for ac_dir in $SEARCH_LIB /usr/lib;
28597 do
28598 for ac_extension in a so sl dylib; do
28599 if test -f "$ac_dir/libXinerama.$ac_extension"; then
28600 ac_find_libraries=$ac_dir
28601 break 2
28602 fi
28603 done
28604 done
28605
28606 if test "$ac_find_libraries" != "" ; then
28607
28608 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
28609 result=$?
28610 if test $result = 0; then
28611 ac_path_to_link=""
28612 else
28613 ac_path_to_link=" -L$ac_find_libraries"
28614 fi
28615
28616 if test "$ac_path_to_link" != " -L/usr/lib" ; then
28617 LDFLAGS="$LDFLAGS $ac_path_to_link"
28618 fi
28619 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
28620 echo "$as_me:$LINENO: result: yes" >&5
28621 echo "${ECHO_T}yes" >&6
28622
28623 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
28624 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
28625
28626 ac_find_libraries=
28627 for ac_dir in $SEARCH_LIB /usr/lib;
28628 do
28629 for ac_extension in a so sl dylib; do
28630 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
28631 ac_find_libraries=$ac_dir
28632 break 2
28633 fi
28634 done
28635 done
28636
28637 if test "$ac_find_libraries" != "" ; then
28638 echo "$as_me:$LINENO: result: yes" >&5
28639 echo "${ECHO_T}yes" >&6
28640
28641 for ac_header in X11/extensions/xf86vmode.h
28642 do
28643 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
28644 echo "$as_me:$LINENO: checking for $ac_header" >&5
28645 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
28646 if eval "test \"\${$as_ac_Header+set}\" = set"; then
28647 echo $ECHO_N "(cached) $ECHO_C" >&6
28648 else
28649 cat >conftest.$ac_ext <<_ACEOF
28650 /* confdefs.h. */
28651 _ACEOF
28652 cat confdefs.h >>conftest.$ac_ext
28653 cat >>conftest.$ac_ext <<_ACEOF
28654 /* end confdefs.h. */
28655
28656 #if HAVE_X11_XLIB_H
28657 #include <X11/Xlib.h>
28658 #endif
28659
28660
28661 #include <$ac_header>
28662 _ACEOF
28663 rm -f conftest.$ac_objext
28664 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28665 (eval $ac_compile) 2>conftest.er1
28666 ac_status=$?
28667 grep -v '^ *+' conftest.er1 >conftest.err
28668 rm -f conftest.er1
28669 cat conftest.err >&5
28670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28671 (exit $ac_status); } &&
28672 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28674 (eval $ac_try) 2>&5
28675 ac_status=$?
28676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28677 (exit $ac_status); }; } &&
28678 { ac_try='test -s conftest.$ac_objext'
28679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28680 (eval $ac_try) 2>&5
28681 ac_status=$?
28682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28683 (exit $ac_status); }; }; then
28684 eval "$as_ac_Header=yes"
28685 else
28686 echo "$as_me: failed program was:" >&5
28687 sed 's/^/| /' conftest.$ac_ext >&5
28688
28689 eval "$as_ac_Header=no"
28690 fi
28691 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28692 fi
28693 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
28694 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
28695 if test `eval echo '${'$as_ac_Header'}'` = yes; then
28696 cat >>confdefs.h <<_ACEOF
28697 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
28698 _ACEOF
28699
28700 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
28701
28702 fi
28703
28704 done
28705
28706 else
28707 echo "$as_me:$LINENO: result: no" >&5
28708 echo "${ECHO_T}no" >&6
28709 fi
28710
28711 else
28712 echo "$as_me:$LINENO: result: no" >&5
28713 echo "${ECHO_T}no" >&6
28714 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
28715 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
28716 wxUSE_DISPLAY="no"
28717 fi
28718 elif test "$wxUSE_MSW" = 1; then
28719
28720
28721 for ac_header in multimon.h ddraw.h
28722 do
28723 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
28724 echo "$as_me:$LINENO: checking for $ac_header" >&5
28725 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
28726 if eval "test \"\${$as_ac_Header+set}\" = set"; then
28727 echo $ECHO_N "(cached) $ECHO_C" >&6
28728 else
28729 cat >conftest.$ac_ext <<_ACEOF
28730 /* confdefs.h. */
28731 _ACEOF
28732 cat confdefs.h >>conftest.$ac_ext
28733 cat >>conftest.$ac_ext <<_ACEOF
28734 /* end confdefs.h. */
28735 #include <windows.h>
28736
28737 #include <$ac_header>
28738 _ACEOF
28739 rm -f conftest.$ac_objext
28740 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28741 (eval $ac_compile) 2>conftest.er1
28742 ac_status=$?
28743 grep -v '^ *+' conftest.er1 >conftest.err
28744 rm -f conftest.er1
28745 cat conftest.err >&5
28746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28747 (exit $ac_status); } &&
28748 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28750 (eval $ac_try) 2>&5
28751 ac_status=$?
28752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28753 (exit $ac_status); }; } &&
28754 { ac_try='test -s conftest.$ac_objext'
28755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28756 (eval $ac_try) 2>&5
28757 ac_status=$?
28758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28759 (exit $ac_status); }; }; then
28760 eval "$as_ac_Header=yes"
28761 else
28762 echo "$as_me: failed program was:" >&5
28763 sed 's/^/| /' conftest.$ac_ext >&5
28764
28765 eval "$as_ac_Header=no"
28766 fi
28767 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28768 fi
28769 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
28770 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
28771 if test `eval echo '${'$as_ac_Header'}'` = yes; then
28772 cat >>confdefs.h <<_ACEOF
28773 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
28774 _ACEOF
28775
28776 else
28777
28778 wxUSE_DISPLAY="no"
28779 { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5
28780 echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;}
28781
28782 fi
28783
28784 done
28785
28786 fi
28787 fi
28788
28789
28790 USE_OPENGL=0
28791 if test "$wxUSE_OPENGL" = "yes"; then
28792 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
28793 OPENGL_LIBS="-framework OpenGL -framework AGL"
28794 elif test "$wxUSE_MSW" = 1; then
28795 OPENGL_LIBS="-lopengl32 -lglu32"
28796 else
28797
28798
28799 ac_find_includes=
28800 for ac_dir in $SEARCH_INCLUDE /usr/include;
28801 do
28802 if test -f "$ac_dir/GL/gl.h"; then
28803 ac_find_includes=$ac_dir
28804 break
28805 fi
28806 done
28807
28808 if test "$ac_find_includes" != "" ; then
28809 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
28810 echo "${ECHO_T}found in $ac_find_includes" >&6
28811
28812 if test "x$ac_find_includes" = "x/usr/include"; then
28813 ac_path_to_include=""
28814 else
28815 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
28816 result=$?
28817 if test $result = 0; then
28818 ac_path_to_include=""
28819 else
28820 ac_path_to_include=" -I$ac_find_includes"
28821 fi
28822 fi
28823
28824 CPPFLAGS="$CPPFLAGS$ac_path_to_include"
28825 fi
28826
28827 if test "${ac_cv_header_GL_gl_h+set}" = set; then
28828 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
28829 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
28830 if test "${ac_cv_header_GL_gl_h+set}" = set; then
28831 echo $ECHO_N "(cached) $ECHO_C" >&6
28832 fi
28833 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
28834 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
28835 else
28836 # Is the header compilable?
28837 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
28838 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
28839 cat >conftest.$ac_ext <<_ACEOF
28840 /* confdefs.h. */
28841 _ACEOF
28842 cat confdefs.h >>conftest.$ac_ext
28843 cat >>conftest.$ac_ext <<_ACEOF
28844 /* end confdefs.h. */
28845 $ac_includes_default
28846 #include <GL/gl.h>
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" || test ! -s conftest.err'
28858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28859 (eval $ac_try) 2>&5
28860 ac_status=$?
28861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28862 (exit $ac_status); }; } &&
28863 { ac_try='test -s conftest.$ac_objext'
28864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28865 (eval $ac_try) 2>&5
28866 ac_status=$?
28867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28868 (exit $ac_status); }; }; then
28869 ac_header_compiler=yes
28870 else
28871 echo "$as_me: failed program was:" >&5
28872 sed 's/^/| /' conftest.$ac_ext >&5
28873
28874 ac_header_compiler=no
28875 fi
28876 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28877 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28878 echo "${ECHO_T}$ac_header_compiler" >&6
28879
28880 # Is the header present?
28881 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
28882 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
28883 cat >conftest.$ac_ext <<_ACEOF
28884 /* confdefs.h. */
28885 _ACEOF
28886 cat confdefs.h >>conftest.$ac_ext
28887 cat >>conftest.$ac_ext <<_ACEOF
28888 /* end confdefs.h. */
28889 #include <GL/gl.h>
28890 _ACEOF
28891 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
28892 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
28893 ac_status=$?
28894 grep -v '^ *+' conftest.er1 >conftest.err
28895 rm -f conftest.er1
28896 cat conftest.err >&5
28897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28898 (exit $ac_status); } >/dev/null; then
28899 if test -s conftest.err; then
28900 ac_cpp_err=$ac_c_preproc_warn_flag
28901 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
28902 else
28903 ac_cpp_err=
28904 fi
28905 else
28906 ac_cpp_err=yes
28907 fi
28908 if test -z "$ac_cpp_err"; then
28909 ac_header_preproc=yes
28910 else
28911 echo "$as_me: failed program was:" >&5
28912 sed 's/^/| /' conftest.$ac_ext >&5
28913
28914 ac_header_preproc=no
28915 fi
28916 rm -f conftest.err conftest.$ac_ext
28917 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28918 echo "${ECHO_T}$ac_header_preproc" >&6
28919
28920 # So? What about this header?
28921 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
28922 yes:no: )
28923 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
28924 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
28925 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
28926 echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
28927 ac_header_preproc=yes
28928 ;;
28929 no:yes:* )
28930 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
28931 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
28932 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
28933 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
28934 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
28935 echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
28936 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
28937 echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
28938 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
28939 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
28940 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
28941 echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
28942 (
28943 cat <<\_ASBOX
28944 ## ----------------------------------------- ##
28945 ## Report this to wx-dev@lists.wxwidgets.org ##
28946 ## ----------------------------------------- ##
28947 _ASBOX
28948 ) |
28949 sed "s/^/$as_me: WARNING: /" >&2
28950 ;;
28951 esac
28952 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
28953 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
28954 if test "${ac_cv_header_GL_gl_h+set}" = set; then
28955 echo $ECHO_N "(cached) $ECHO_C" >&6
28956 else
28957 ac_cv_header_GL_gl_h=$ac_header_preproc
28958 fi
28959 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
28960 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
28961
28962 fi
28963 if test $ac_cv_header_GL_gl_h = yes; then
28964
28965 found_gl=0
28966
28967 echo "$as_me:$LINENO: checking for -lGL" >&5
28968 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
28969
28970 ac_find_libraries=
28971 for ac_dir in $SEARCH_LIB /usr/lib;
28972 do
28973 for ac_extension in a so sl dylib; do
28974 if test -f "$ac_dir/libGL.$ac_extension"; then
28975 ac_find_libraries=$ac_dir
28976 break 2
28977 fi
28978 done
28979 done
28980
28981 if test "$ac_find_libraries" != "" ; then
28982 echo "$as_me:$LINENO: result: yes" >&5
28983 echo "${ECHO_T}yes" >&6
28984
28985
28986 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
28987 result=$?
28988 if test $result = 0; then
28989 ac_path_to_link=""
28990 else
28991 ac_path_to_link=" -L$ac_find_libraries"
28992 fi
28993
28994 if test "$ac_path_to_link" != " -L/usr/lib" ; then
28995 LDFLAGS_GL="$ac_path_to_link"
28996 fi
28997
28998 echo "$as_me:$LINENO: checking for -lGLU" >&5
28999 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6
29000
29001 ac_find_libraries=
29002 for ac_dir in $SEARCH_LIB /usr/lib;
29003 do
29004 for ac_extension in a so sl dylib; do
29005 if test -f "$ac_dir/libGLU.$ac_extension"; then
29006 ac_find_libraries=$ac_dir
29007 break 2
29008 fi
29009 done
29010 done
29011
29012 if test "$ac_find_libraries" != "" ; then
29013
29014 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29015 result=$?
29016 if test $result = 0; then
29017 ac_path_to_link=""
29018 else
29019 ac_path_to_link=" -L$ac_find_libraries"
29020 fi
29021
29022 if test "$ac_path_to_link" != " -L/usr/lib" -a \
29023 "$ac_path_to_link" != "$LDFLAGS_GL"; then
29024 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
29025 fi
29026
29027 found_gl=1
29028 OPENGL_LIBS="-lGL -lGLU"
29029 echo "$as_me:$LINENO: result: yes" >&5
29030 echo "${ECHO_T}yes" >&6
29031 else
29032 echo "$as_me:$LINENO: result: no" >&5
29033 echo "${ECHO_T}no" >&6
29034 fi
29035 else
29036 echo "$as_me:$LINENO: result: no" >&5
29037 echo "${ECHO_T}no" >&6
29038 fi
29039
29040 if test "$found_gl" != 1; then
29041 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
29042 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
29043
29044 ac_find_libraries=
29045 for ac_dir in $SEARCH_LIB /usr/lib;
29046 do
29047 for ac_extension in a so sl dylib; do
29048 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
29049 ac_find_libraries=$ac_dir
29050 break 2
29051 fi
29052 done
29053 done
29054
29055 if test "$ac_find_libraries" != "" ; then
29056
29057 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29058 result=$?
29059 if test $result = 0; then
29060 ac_path_to_link=""
29061 else
29062 ac_path_to_link=" -L$ac_find_libraries"
29063 fi
29064
29065 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
29066 OPENGL_LIBS="-lMesaGL -lMesaGLU"
29067 echo "$as_me:$LINENO: result: yes" >&5
29068 echo "${ECHO_T}yes" >&6
29069 else
29070 echo "$as_me:$LINENO: result: no" >&5
29071 echo "${ECHO_T}no" >&6
29072 fi
29073 fi
29074
29075 fi
29076
29077
29078
29079 if test "x$OPENGL_LIBS" = "x"; then
29080 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
29081 echo "$as_me: error: OpenGL libraries not available" >&2;}
29082 { (exit 1); exit 1; }; }
29083 fi
29084 fi
29085
29086 if test "$wxUSE_OPENGL" = "yes"; then
29087 USE_OPENGL=1
29088 cat >>confdefs.h <<\_ACEOF
29089 #define wxUSE_OPENGL 1
29090 _ACEOF
29091
29092 cat >>confdefs.h <<\_ACEOF
29093 #define wxUSE_GLCANVAS 1
29094 _ACEOF
29095
29096 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
29097 fi
29098 fi
29099
29100
29101 if test -n "$TOOLKIT" ; then
29102 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
29103 fi
29104
29105
29106
29107 if test "$wxUSE_SHARED" = "yes"; then
29108 case "${host}" in
29109 *-pc-msdosdjgpp )
29110 wxUSE_SHARED=no
29111 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
29112 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
29113 ;;
29114 esac
29115 fi
29116
29117 if test "$wxUSE_SHARED" = "yes"; then
29118
29119
29120 found_versioning=no
29121
29122
29123 if test $found_versioning = no ; then
29124 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
29125 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
29126 if test "${wx_cv_version_script+set}" = set; then
29127 echo $ECHO_N "(cached) $ECHO_C" >&6
29128 else
29129
29130 echo "VER_1 { *; };" >conftest.sym
29131 echo "int main() { return 0; }" >conftest.cpp
29132
29133 if { ac_try='
29134 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29135 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
29136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29137 (eval $ac_try) 2>&5
29138 ac_status=$?
29139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29140 (exit $ac_status); }; } ; then
29141 if test -s conftest.stderr ; then
29142 wx_cv_version_script=no
29143 else
29144 wx_cv_version_script=yes
29145 fi
29146 else
29147 wx_cv_version_script=no
29148 fi
29149 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
29150
29151 fi
29152 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
29153 echo "${ECHO_T}$wx_cv_version_script" >&6
29154 if test $wx_cv_version_script = yes ; then
29155 LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script"
29156 fi
29157 fi
29158
29159
29160 case "${host}" in
29161 *-*-linux* | *-*-gnu* )
29162 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
29163 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
29164 ;;
29165
29166 *-*-solaris2* )
29167 if test "$GCC" = yes ; then
29168 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
29169
29170 saveLdflags="$LDFLAGS"
29171 LDFLAGS="$saveLdflags -Wl,-rpath,/"
29172 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
29173 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
29174 cat >conftest.$ac_ext <<_ACEOF
29175 /* confdefs.h. */
29176 _ACEOF
29177 cat confdefs.h >>conftest.$ac_ext
29178 cat >>conftest.$ac_ext <<_ACEOF
29179 /* end confdefs.h. */
29180
29181 int
29182 main ()
29183 {
29184
29185 ;
29186 return 0;
29187 }
29188 _ACEOF
29189 rm -f conftest.$ac_objext conftest$ac_exeext
29190 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29191 (eval $ac_link) 2>conftest.er1
29192 ac_status=$?
29193 grep -v '^ *+' conftest.er1 >conftest.err
29194 rm -f conftest.er1
29195 cat conftest.err >&5
29196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29197 (exit $ac_status); } &&
29198 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29200 (eval $ac_try) 2>&5
29201 ac_status=$?
29202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29203 (exit $ac_status); }; } &&
29204 { ac_try='test -s conftest$ac_exeext'
29205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29206 (eval $ac_try) 2>&5
29207 ac_status=$?
29208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29209 (exit $ac_status); }; }; then
29210
29211 echo "$as_me:$LINENO: result: yes" >&5
29212 echo "${ECHO_T}yes" >&6
29213 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
29214 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
29215
29216 else
29217 echo "$as_me: failed program was:" >&5
29218 sed 's/^/| /' conftest.$ac_ext >&5
29219
29220
29221 echo "$as_me:$LINENO: result: no" >&5
29222 echo "${ECHO_T}no" >&6
29223 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
29224 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
29225 LDFLAGS="$saveLdflags -Wl,-R,/"
29226 cat >conftest.$ac_ext <<_ACEOF
29227 /* confdefs.h. */
29228 _ACEOF
29229 cat confdefs.h >>conftest.$ac_ext
29230 cat >>conftest.$ac_ext <<_ACEOF
29231 /* end confdefs.h. */
29232
29233 int
29234 main ()
29235 {
29236
29237 ;
29238 return 0;
29239 }
29240 _ACEOF
29241 rm -f conftest.$ac_objext conftest$ac_exeext
29242 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29243 (eval $ac_link) 2>conftest.er1
29244 ac_status=$?
29245 grep -v '^ *+' conftest.er1 >conftest.err
29246 rm -f conftest.er1
29247 cat conftest.err >&5
29248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29249 (exit $ac_status); } &&
29250 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29252 (eval $ac_try) 2>&5
29253 ac_status=$?
29254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29255 (exit $ac_status); }; } &&
29256 { ac_try='test -s conftest$ac_exeext'
29257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29258 (eval $ac_try) 2>&5
29259 ac_status=$?
29260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29261 (exit $ac_status); }; }; then
29262
29263 echo "$as_me:$LINENO: result: yes" >&5
29264 echo "${ECHO_T}yes" >&6
29265 SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib"
29266 WXCONFIG_RPATH="-Wl,-R,\$libdir"
29267
29268 else
29269 echo "$as_me: failed program was:" >&5
29270 sed 's/^/| /' conftest.$ac_ext >&5
29271
29272
29273 echo "$as_me:$LINENO: result: no" >&5
29274 echo "${ECHO_T}no" >&6
29275
29276 fi
29277 rm -f conftest.err conftest.$ac_objext \
29278 conftest$ac_exeext conftest.$ac_ext
29279
29280 fi
29281 rm -f conftest.err conftest.$ac_objext \
29282 conftest$ac_exeext conftest.$ac_ext
29283 LDFLAGS="$saveLdflags"
29284 else
29285 SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib"
29286 WXCONFIG_RPATH="-R\$libdir"
29287 fi
29288 ;;
29289
29290 powerpc-*-darwin* )
29291 SAMPLES_RPATH_POSTLINK="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
29292 cat <<EOF >change-install-names
29293 #!/bin/sh
29294 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
29295 inst_cmd="install_name_tool "
29296 for i in \${libnames} ; do
29297 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
29298 done
29299 \${inst_cmd} \${3}
29300 EOF
29301 chmod +x change-install-names
29302 ;;
29303
29304 *-*-cygwin* | *-*-mingw32* )
29305 TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
29306 ;;
29307
29308 *-*-hpux* )
29309 SAMPLES_RPATH_FLAG="-Wl,+b,\$(top_builddir)lib"
29310 WXCONFIG_RPATH="-Wl,+b,\$libdir"
29311 ;;
29312
29313 esac
29314
29315 if test $wxUSE_RPATH = "no"; then
29316 SAMPLES_RPATH_FLAG=''
29317 SAMPLES_RPATH_POSTLINK=''
29318 WXCONFIG_RPATH=''
29319 fi
29320
29321 SHARED=1
29322
29323 else
29324
29325 config_linkage_component="-static"
29326 SHARED=0
29327
29328 fi
29329
29330
29331 UNICODE=0
29332 lib_unicode_suffix=
29333 WX_CHARTYPE="ansi"
29334 if test "$wxUSE_UNICODE" = "yes"; then
29335 lib_unicode_suffix=u
29336 WX_CHARTYPE="unicode"
29337 UNICODE=1
29338 fi
29339
29340 lib_debug_suffix=
29341 WX_DEBUGTYPE="release"
29342 DEBUG_FLAG=0
29343 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
29344 lib_debug_suffix=d
29345 WX_DEBUGTYPE="debug"
29346 DEBUG_FLAG=1
29347 fi
29348
29349 WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
29350 WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
29351
29352 DEBUG_INFO=0
29353 if test "$wxUSE_DEBUG_INFO" = "yes"; then
29354 DEBUG_INFO=1
29355 fi
29356
29357 WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
29358
29359 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
29360
29361 TOOLCHAIN_FULLNAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
29362
29363 if test "$cross_compiling" = "yes"; then
29364 HOST_SUFFIX="-$host_alias"
29365 TOOLCHAIN_NAME="$TOOLCHAIN_NAME$HOST_SUFFIX"
29366 TOOLCHAIN_FULLNAME="${host_alias}-$TOOLCHAIN_FULLNAME"
29367 fi
29368
29369 WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
29370 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
29371
29372
29373
29374 if test "$wxUSE_COCOA" = 1; then
29375
29376
29377 ac_ext=c
29378 ac_cpp='$CPP $CPPFLAGS'
29379 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29380 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29381 ac_compiler_gnu=$ac_cv_c_compiler_gnu
29382
29383 ac_ext=m
29384
29385 echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
29386 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6
29387 cat >conftest.$ac_ext <<_ACEOF
29388 /* confdefs.h. */
29389 _ACEOF
29390 cat confdefs.h >>conftest.$ac_ext
29391 cat >>conftest.$ac_ext <<_ACEOF
29392 /* end confdefs.h. */
29393 #include <AppKit/NSEvent.h>
29394 #include <CoreFoundation/CoreFoundation.h>
29395
29396 int
29397 main ()
29398 {
29399
29400 ;
29401 return 0;
29402 }
29403 _ACEOF
29404 rm -f conftest.$ac_objext
29405 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29406 (eval $ac_compile) 2>conftest.er1
29407 ac_status=$?
29408 grep -v '^ *+' conftest.er1 >conftest.err
29409 rm -f conftest.er1
29410 cat conftest.err >&5
29411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29412 (exit $ac_status); } &&
29413 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29415 (eval $ac_try) 2>&5
29416 ac_status=$?
29417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29418 (exit $ac_status); }; } &&
29419 { ac_try='test -s conftest.$ac_objext'
29420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29421 (eval $ac_try) 2>&5
29422 ac_status=$?
29423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29424 (exit $ac_status); }; }; then
29425 echo "$as_me:$LINENO: result: no" >&5
29426 echo "${ECHO_T}no" >&6
29427 else
29428 echo "$as_me: failed program was:" >&5
29429 sed 's/^/| /' conftest.$ac_ext >&5
29430
29431 echo "$as_me:$LINENO: result: yes" >&5
29432 echo "${ECHO_T}yes" >&6
29433 echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
29434 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6
29435 cat >conftest.$ac_ext <<_ACEOF
29436 /* confdefs.h. */
29437 _ACEOF
29438 cat confdefs.h >>conftest.$ac_ext
29439 cat >>conftest.$ac_ext <<_ACEOF
29440 /* end confdefs.h. */
29441 #define __Point__ 1
29442 #include <AppKit/NSEvent.h>
29443 #include <CoreFoundation/CoreFoundation.h>
29444
29445 int
29446 main ()
29447 {
29448
29449 ;
29450 return 0;
29451 }
29452 _ACEOF
29453 rm -f conftest.$ac_objext
29454 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29455 (eval $ac_compile) 2>conftest.er1
29456 ac_status=$?
29457 grep -v '^ *+' conftest.er1 >conftest.err
29458 rm -f conftest.er1
29459 cat conftest.err >&5
29460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29461 (exit $ac_status); } &&
29462 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29464 (eval $ac_try) 2>&5
29465 ac_status=$?
29466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29467 (exit $ac_status); }; } &&
29468 { ac_try='test -s conftest.$ac_objext'
29469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29470 (eval $ac_try) 2>&5
29471 ac_status=$?
29472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29473 (exit $ac_status); }; }; then
29474 echo "$as_me:$LINENO: result: yes" >&5
29475 echo "${ECHO_T}yes" >&6
29476 cat >>confdefs.h <<\_ACEOF
29477 #define __Point__ 1
29478 _ACEOF
29479
29480
29481 else
29482 echo "$as_me: failed program was:" >&5
29483 sed 's/^/| /' conftest.$ac_ext >&5
29484
29485 { { echo "$as_me:$LINENO: error: no
29486 See \`config.log' for more details." >&5
29487 echo "$as_me: error: no
29488 See \`config.log' for more details." >&2;}
29489 { (exit 1); exit 1; }; }
29490
29491 fi
29492 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29493
29494 fi
29495 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29496 ac_ext=c
29497 ac_cpp='$CPP $CPPFLAGS'
29498 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29499 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29500 ac_compiler_gnu=$ac_cv_c_compiler_gnu
29501
29502 fi
29503
29504 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
29505 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
29506 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
29507
29508 LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
29509
29510 # Extract the first word of "Rez", so it can be a program name with args.
29511 set dummy Rez; ac_word=$2
29512 echo "$as_me:$LINENO: checking for $ac_word" >&5
29513 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
29514 if test "${ac_cv_prog_RESCOMP+set}" = set; then
29515 echo $ECHO_N "(cached) $ECHO_C" >&6
29516 else
29517 if test -n "$RESCOMP"; then
29518 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
29519 else
29520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29521 for as_dir in $PATH
29522 do
29523 IFS=$as_save_IFS
29524 test -z "$as_dir" && as_dir=.
29525 for ac_exec_ext in '' $ac_executable_extensions; do
29526 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29527 ac_cv_prog_RESCOMP="Rez"
29528 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29529 break 2
29530 fi
29531 done
29532 done
29533
29534 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
29535 fi
29536 fi
29537 RESCOMP=$ac_cv_prog_RESCOMP
29538 if test -n "$RESCOMP"; then
29539 echo "$as_me:$LINENO: result: $RESCOMP" >&5
29540 echo "${ECHO_T}$RESCOMP" >&6
29541 else
29542 echo "$as_me:$LINENO: result: no" >&5
29543 echo "${ECHO_T}no" >&6
29544 fi
29545
29546 # Extract the first word of "DeRez", so it can be a program name with args.
29547 set dummy DeRez; ac_word=$2
29548 echo "$as_me:$LINENO: checking for $ac_word" >&5
29549 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
29550 if test "${ac_cv_prog_DEREZ+set}" = set; then
29551 echo $ECHO_N "(cached) $ECHO_C" >&6
29552 else
29553 if test -n "$DEREZ"; then
29554 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
29555 else
29556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29557 for as_dir in $PATH
29558 do
29559 IFS=$as_save_IFS
29560 test -z "$as_dir" && as_dir=.
29561 for ac_exec_ext in '' $ac_executable_extensions; do
29562 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29563 ac_cv_prog_DEREZ="DeRez"
29564 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29565 break 2
29566 fi
29567 done
29568 done
29569
29570 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
29571 fi
29572 fi
29573 DEREZ=$ac_cv_prog_DEREZ
29574 if test -n "$DEREZ"; then
29575 echo "$as_me:$LINENO: result: $DEREZ" >&5
29576 echo "${ECHO_T}$DEREZ" >&6
29577 else
29578 echo "$as_me:$LINENO: result: no" >&5
29579 echo "${ECHO_T}no" >&6
29580 fi
29581
29582 # Extract the first word of "SetFile", so it can be a program name with args.
29583 set dummy SetFile; ac_word=$2
29584 echo "$as_me:$LINENO: checking for $ac_word" >&5
29585 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
29586 if test "${ac_cv_prog_SETFILE+set}" = set; then
29587 echo $ECHO_N "(cached) $ECHO_C" >&6
29588 else
29589 if test -n "$SETFILE"; then
29590 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
29591 else
29592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29593 for as_dir in $PATH
29594 do
29595 IFS=$as_save_IFS
29596 test -z "$as_dir" && as_dir=.
29597 for ac_exec_ext in '' $ac_executable_extensions; do
29598 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29599 ac_cv_prog_SETFILE="SetFile"
29600 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29601 break 2
29602 fi
29603 done
29604 done
29605
29606 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
29607 fi
29608 fi
29609 SETFILE=$ac_cv_prog_SETFILE
29610 if test -n "$SETFILE"; then
29611 echo "$as_me:$LINENO: result: $SETFILE" >&5
29612 echo "${ECHO_T}$SETFILE" >&6
29613 else
29614 echo "$as_me:$LINENO: result: no" >&5
29615 echo "${ECHO_T}no" >&6
29616 fi
29617
29618
29619 MACSETFILE="\$(SETFILE)"
29620
29621 if test "$wxUSE_MAC" = 1; then
29622 MACRESCOMP="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r ${LIBWXMACRES} -o"
29623
29624 MACRESWXCONFIG="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
29625 else
29626 MACRESCOMP="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
29627 MACRESWXCONFIG="echo -n \\\| ${RESCOMP} -d __DARWIN__ -t APPL \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
29628 fi
29629 else
29630 MACSETFILE="@true"
29631 MACRESWXCONFIG="@true"
29632
29633 if test "$wxUSE_PM" = 1; then
29634 MACRESCOMP="emxbind -ep"
29635 else
29636 MACRESCOMP="@true"
29637 fi
29638 fi
29639
29640
29641
29642 echo "$as_me:$LINENO: checking for mode_t" >&5
29643 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
29644 if test "${ac_cv_type_mode_t+set}" = set; then
29645 echo $ECHO_N "(cached) $ECHO_C" >&6
29646 else
29647 cat >conftest.$ac_ext <<_ACEOF
29648 /* confdefs.h. */
29649 _ACEOF
29650 cat confdefs.h >>conftest.$ac_ext
29651 cat >>conftest.$ac_ext <<_ACEOF
29652 /* end confdefs.h. */
29653 $ac_includes_default
29654 int
29655 main ()
29656 {
29657 if ((mode_t *) 0)
29658 return 0;
29659 if (sizeof (mode_t))
29660 return 0;
29661 ;
29662 return 0;
29663 }
29664 _ACEOF
29665 rm -f conftest.$ac_objext
29666 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29667 (eval $ac_compile) 2>conftest.er1
29668 ac_status=$?
29669 grep -v '^ *+' conftest.er1 >conftest.err
29670 rm -f conftest.er1
29671 cat conftest.err >&5
29672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29673 (exit $ac_status); } &&
29674 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29676 (eval $ac_try) 2>&5
29677 ac_status=$?
29678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29679 (exit $ac_status); }; } &&
29680 { ac_try='test -s conftest.$ac_objext'
29681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29682 (eval $ac_try) 2>&5
29683 ac_status=$?
29684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29685 (exit $ac_status); }; }; then
29686 ac_cv_type_mode_t=yes
29687 else
29688 echo "$as_me: failed program was:" >&5
29689 sed 's/^/| /' conftest.$ac_ext >&5
29690
29691 ac_cv_type_mode_t=no
29692 fi
29693 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29694 fi
29695 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
29696 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
29697 if test $ac_cv_type_mode_t = yes; then
29698 :
29699 else
29700
29701 cat >>confdefs.h <<_ACEOF
29702 #define mode_t int
29703 _ACEOF
29704
29705 fi
29706
29707 echo "$as_me:$LINENO: checking for off_t" >&5
29708 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
29709 if test "${ac_cv_type_off_t+set}" = set; then
29710 echo $ECHO_N "(cached) $ECHO_C" >&6
29711 else
29712 cat >conftest.$ac_ext <<_ACEOF
29713 /* confdefs.h. */
29714 _ACEOF
29715 cat confdefs.h >>conftest.$ac_ext
29716 cat >>conftest.$ac_ext <<_ACEOF
29717 /* end confdefs.h. */
29718 $ac_includes_default
29719 int
29720 main ()
29721 {
29722 if ((off_t *) 0)
29723 return 0;
29724 if (sizeof (off_t))
29725 return 0;
29726 ;
29727 return 0;
29728 }
29729 _ACEOF
29730 rm -f conftest.$ac_objext
29731 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29732 (eval $ac_compile) 2>conftest.er1
29733 ac_status=$?
29734 grep -v '^ *+' conftest.er1 >conftest.err
29735 rm -f conftest.er1
29736 cat conftest.err >&5
29737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29738 (exit $ac_status); } &&
29739 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29741 (eval $ac_try) 2>&5
29742 ac_status=$?
29743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29744 (exit $ac_status); }; } &&
29745 { ac_try='test -s conftest.$ac_objext'
29746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29747 (eval $ac_try) 2>&5
29748 ac_status=$?
29749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29750 (exit $ac_status); }; }; then
29751 ac_cv_type_off_t=yes
29752 else
29753 echo "$as_me: failed program was:" >&5
29754 sed 's/^/| /' conftest.$ac_ext >&5
29755
29756 ac_cv_type_off_t=no
29757 fi
29758 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29759 fi
29760 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
29761 echo "${ECHO_T}$ac_cv_type_off_t" >&6
29762 if test $ac_cv_type_off_t = yes; then
29763 :
29764 else
29765
29766 cat >>confdefs.h <<_ACEOF
29767 #define off_t long
29768 _ACEOF
29769
29770 fi
29771
29772 echo "$as_me:$LINENO: checking for pid_t" >&5
29773 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
29774 if test "${ac_cv_type_pid_t+set}" = set; then
29775 echo $ECHO_N "(cached) $ECHO_C" >&6
29776 else
29777 cat >conftest.$ac_ext <<_ACEOF
29778 /* confdefs.h. */
29779 _ACEOF
29780 cat confdefs.h >>conftest.$ac_ext
29781 cat >>conftest.$ac_ext <<_ACEOF
29782 /* end confdefs.h. */
29783 $ac_includes_default
29784 int
29785 main ()
29786 {
29787 if ((pid_t *) 0)
29788 return 0;
29789 if (sizeof (pid_t))
29790 return 0;
29791 ;
29792 return 0;
29793 }
29794 _ACEOF
29795 rm -f conftest.$ac_objext
29796 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29797 (eval $ac_compile) 2>conftest.er1
29798 ac_status=$?
29799 grep -v '^ *+' conftest.er1 >conftest.err
29800 rm -f conftest.er1
29801 cat conftest.err >&5
29802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29803 (exit $ac_status); } &&
29804 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29806 (eval $ac_try) 2>&5
29807 ac_status=$?
29808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29809 (exit $ac_status); }; } &&
29810 { ac_try='test -s conftest.$ac_objext'
29811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29812 (eval $ac_try) 2>&5
29813 ac_status=$?
29814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29815 (exit $ac_status); }; }; then
29816 ac_cv_type_pid_t=yes
29817 else
29818 echo "$as_me: failed program was:" >&5
29819 sed 's/^/| /' conftest.$ac_ext >&5
29820
29821 ac_cv_type_pid_t=no
29822 fi
29823 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29824 fi
29825 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
29826 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
29827 if test $ac_cv_type_pid_t = yes; then
29828 :
29829 else
29830
29831 cat >>confdefs.h <<_ACEOF
29832 #define pid_t int
29833 _ACEOF
29834
29835 fi
29836
29837 echo "$as_me:$LINENO: checking for size_t" >&5
29838 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
29839 if test "${ac_cv_type_size_t+set}" = set; then
29840 echo $ECHO_N "(cached) $ECHO_C" >&6
29841 else
29842 cat >conftest.$ac_ext <<_ACEOF
29843 /* confdefs.h. */
29844 _ACEOF
29845 cat confdefs.h >>conftest.$ac_ext
29846 cat >>conftest.$ac_ext <<_ACEOF
29847 /* end confdefs.h. */
29848 $ac_includes_default
29849 int
29850 main ()
29851 {
29852 if ((size_t *) 0)
29853 return 0;
29854 if (sizeof (size_t))
29855 return 0;
29856 ;
29857 return 0;
29858 }
29859 _ACEOF
29860 rm -f conftest.$ac_objext
29861 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29862 (eval $ac_compile) 2>conftest.er1
29863 ac_status=$?
29864 grep -v '^ *+' conftest.er1 >conftest.err
29865 rm -f conftest.er1
29866 cat conftest.err >&5
29867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29868 (exit $ac_status); } &&
29869 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29871 (eval $ac_try) 2>&5
29872 ac_status=$?
29873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29874 (exit $ac_status); }; } &&
29875 { ac_try='test -s conftest.$ac_objext'
29876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29877 (eval $ac_try) 2>&5
29878 ac_status=$?
29879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29880 (exit $ac_status); }; }; then
29881 ac_cv_type_size_t=yes
29882 else
29883 echo "$as_me: failed program was:" >&5
29884 sed 's/^/| /' conftest.$ac_ext >&5
29885
29886 ac_cv_type_size_t=no
29887 fi
29888 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29889 fi
29890 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
29891 echo "${ECHO_T}$ac_cv_type_size_t" >&6
29892 if test $ac_cv_type_size_t = yes; then
29893 :
29894 else
29895
29896 cat >>confdefs.h <<_ACEOF
29897 #define size_t unsigned
29898 _ACEOF
29899
29900 fi
29901
29902 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
29903 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
29904 if test "${ac_cv_type_uid_t+set}" = set; then
29905 echo $ECHO_N "(cached) $ECHO_C" >&6
29906 else
29907 cat >conftest.$ac_ext <<_ACEOF
29908 /* confdefs.h. */
29909 _ACEOF
29910 cat confdefs.h >>conftest.$ac_ext
29911 cat >>conftest.$ac_ext <<_ACEOF
29912 /* end confdefs.h. */
29913 #include <sys/types.h>
29914
29915 _ACEOF
29916 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
29917 $EGREP "uid_t" >/dev/null 2>&1; then
29918 ac_cv_type_uid_t=yes
29919 else
29920 ac_cv_type_uid_t=no
29921 fi
29922 rm -f conftest*
29923
29924 fi
29925 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
29926 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
29927 if test $ac_cv_type_uid_t = no; then
29928
29929 cat >>confdefs.h <<\_ACEOF
29930 #define uid_t int
29931 _ACEOF
29932
29933
29934 cat >>confdefs.h <<\_ACEOF
29935 #define gid_t int
29936 _ACEOF
29937
29938 fi
29939
29940
29941 echo "$as_me:$LINENO: checking for ssize_t" >&5
29942 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
29943 if test "${ac_cv_type_ssize_t+set}" = set; then
29944 echo $ECHO_N "(cached) $ECHO_C" >&6
29945 else
29946 cat >conftest.$ac_ext <<_ACEOF
29947 /* confdefs.h. */
29948 _ACEOF
29949 cat confdefs.h >>conftest.$ac_ext
29950 cat >>conftest.$ac_ext <<_ACEOF
29951 /* end confdefs.h. */
29952 $ac_includes_default
29953 int
29954 main ()
29955 {
29956 if ((ssize_t *) 0)
29957 return 0;
29958 if (sizeof (ssize_t))
29959 return 0;
29960 ;
29961 return 0;
29962 }
29963 _ACEOF
29964 rm -f conftest.$ac_objext
29965 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29966 (eval $ac_compile) 2>conftest.er1
29967 ac_status=$?
29968 grep -v '^ *+' conftest.er1 >conftest.err
29969 rm -f conftest.er1
29970 cat conftest.err >&5
29971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29972 (exit $ac_status); } &&
29973 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29975 (eval $ac_try) 2>&5
29976 ac_status=$?
29977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29978 (exit $ac_status); }; } &&
29979 { ac_try='test -s conftest.$ac_objext'
29980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29981 (eval $ac_try) 2>&5
29982 ac_status=$?
29983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29984 (exit $ac_status); }; }; then
29985 ac_cv_type_ssize_t=yes
29986 else
29987 echo "$as_me: failed program was:" >&5
29988 sed 's/^/| /' conftest.$ac_ext >&5
29989
29990 ac_cv_type_ssize_t=no
29991 fi
29992 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29993 fi
29994 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
29995 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
29996 if test $ac_cv_type_ssize_t = yes; then
29997
29998 cat >>confdefs.h <<_ACEOF
29999 #define HAVE_SSIZE_T 1
30000 _ACEOF
30001
30002
30003 fi
30004
30005
30006
30007
30008 ac_ext=cc
30009 ac_cpp='$CXXCPP $CPPFLAGS'
30010 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30011 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30012 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30013
30014 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
30015 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
30016 if test "${wx_cv_size_t_is_uint+set}" = set; then
30017 echo $ECHO_N "(cached) $ECHO_C" >&6
30018 else
30019
30020 cat >conftest.$ac_ext <<_ACEOF
30021 /* confdefs.h. */
30022 _ACEOF
30023 cat confdefs.h >>conftest.$ac_ext
30024 cat >>conftest.$ac_ext <<_ACEOF
30025 /* end confdefs.h. */
30026 #include <stddef.h>
30027 int
30028 main ()
30029 {
30030
30031 return 0; }
30032
30033 struct Foo { void foo(size_t); void foo(unsigned int); };
30034
30035 int bar() {
30036
30037 ;
30038 return 0;
30039 }
30040 _ACEOF
30041 rm -f conftest.$ac_objext
30042 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30043 (eval $ac_compile) 2>conftest.er1
30044 ac_status=$?
30045 grep -v '^ *+' conftest.er1 >conftest.err
30046 rm -f conftest.er1
30047 cat conftest.err >&5
30048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30049 (exit $ac_status); } &&
30050 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30052 (eval $ac_try) 2>&5
30053 ac_status=$?
30054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30055 (exit $ac_status); }; } &&
30056 { ac_try='test -s conftest.$ac_objext'
30057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30058 (eval $ac_try) 2>&5
30059 ac_status=$?
30060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30061 (exit $ac_status); }; }; then
30062 wx_cv_size_t_is_uint=no
30063 else
30064 echo "$as_me: failed program was:" >&5
30065 sed 's/^/| /' conftest.$ac_ext >&5
30066
30067 wx_cv_size_t_is_uint=yes
30068
30069 fi
30070 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30071
30072
30073 fi
30074 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
30075 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
30076
30077 if test "$wx_cv_size_t_is_uint" = "yes"; then
30078 cat >>confdefs.h <<\_ACEOF
30079 #define wxSIZE_T_IS_UINT 1
30080 _ACEOF
30081
30082 else
30083 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
30084 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
30085 if test "${wx_cv_size_t_is_ulong+set}" = set; then
30086 echo $ECHO_N "(cached) $ECHO_C" >&6
30087 else
30088 cat >conftest.$ac_ext <<_ACEOF
30089 /* confdefs.h. */
30090 _ACEOF
30091 cat confdefs.h >>conftest.$ac_ext
30092 cat >>conftest.$ac_ext <<_ACEOF
30093 /* end confdefs.h. */
30094 #include <stddef.h>
30095 int
30096 main ()
30097 {
30098
30099 return 0; }
30100
30101 struct Foo { void foo(size_t); void foo(unsigned long); };
30102
30103 int bar() {
30104
30105 ;
30106 return 0;
30107 }
30108 _ACEOF
30109 rm -f conftest.$ac_objext
30110 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30111 (eval $ac_compile) 2>conftest.er1
30112 ac_status=$?
30113 grep -v '^ *+' conftest.er1 >conftest.err
30114 rm -f conftest.er1
30115 cat conftest.err >&5
30116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30117 (exit $ac_status); } &&
30118 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30120 (eval $ac_try) 2>&5
30121 ac_status=$?
30122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30123 (exit $ac_status); }; } &&
30124 { ac_try='test -s conftest.$ac_objext'
30125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30126 (eval $ac_try) 2>&5
30127 ac_status=$?
30128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30129 (exit $ac_status); }; }; then
30130 wx_cv_size_t_is_ulong=no
30131 else
30132 echo "$as_me: failed program was:" >&5
30133 sed 's/^/| /' conftest.$ac_ext >&5
30134
30135 wx_cv_size_t_is_ulong=yes
30136
30137 fi
30138 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30139
30140 fi
30141 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
30142 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
30143
30144 if test "$wx_cv_size_t_is_ulong" = "yes"; then
30145 cat >>confdefs.h <<\_ACEOF
30146 #define wxSIZE_T_IS_ULONG 1
30147 _ACEOF
30148
30149 fi
30150 fi
30151
30152 ac_ext=c
30153 ac_cpp='$CPP $CPPFLAGS'
30154 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30155 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30156 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30157
30158
30159
30160 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
30161 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
30162 if test "${wx_cv_struct_pw_gecos+set}" = set; then
30163 echo $ECHO_N "(cached) $ECHO_C" >&6
30164 else
30165
30166 cat >conftest.$ac_ext <<_ACEOF
30167 /* confdefs.h. */
30168 _ACEOF
30169 cat confdefs.h >>conftest.$ac_ext
30170 cat >>conftest.$ac_ext <<_ACEOF
30171 /* end confdefs.h. */
30172 #include <pwd.h>
30173 int
30174 main ()
30175 {
30176
30177 char *p;
30178 struct passwd *pw;
30179 p = pw->pw_gecos;
30180
30181 ;
30182 return 0;
30183 }
30184 _ACEOF
30185 rm -f conftest.$ac_objext
30186 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30187 (eval $ac_compile) 2>conftest.er1
30188 ac_status=$?
30189 grep -v '^ *+' conftest.er1 >conftest.err
30190 rm -f conftest.er1
30191 cat conftest.err >&5
30192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30193 (exit $ac_status); } &&
30194 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30196 (eval $ac_try) 2>&5
30197 ac_status=$?
30198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30199 (exit $ac_status); }; } &&
30200 { ac_try='test -s conftest.$ac_objext'
30201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30202 (eval $ac_try) 2>&5
30203 ac_status=$?
30204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30205 (exit $ac_status); }; }; then
30206
30207 wx_cv_struct_pw_gecos=yes
30208
30209 else
30210 echo "$as_me: failed program was:" >&5
30211 sed 's/^/| /' conftest.$ac_ext >&5
30212
30213
30214 wx_cv_struct_pw_gecos=no
30215
30216
30217 fi
30218 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30219
30220
30221 fi
30222 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
30223 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
30224
30225 if test "$wx_cv_struct_pw_gecos" = "yes"; then
30226 cat >>confdefs.h <<\_ACEOF
30227 #define HAVE_PW_GECOS 1
30228 _ACEOF
30229
30230 fi
30231
30232
30233 if test "$ac_cv_sizeof_wchar_t" != "0"; then
30234 cat >>confdefs.h <<\_ACEOF
30235 #define wxUSE_WCHAR_T 1
30236 _ACEOF
30237
30238
30239 WCSLEN_FOUND=0
30240 WCHAR_LINK=
30241
30242 for ac_func in wcslen
30243 do
30244 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30245 echo "$as_me:$LINENO: checking for $ac_func" >&5
30246 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30247 if eval "test \"\${$as_ac_var+set}\" = set"; then
30248 echo $ECHO_N "(cached) $ECHO_C" >&6
30249 else
30250 cat >conftest.$ac_ext <<_ACEOF
30251 /* confdefs.h. */
30252 _ACEOF
30253 cat confdefs.h >>conftest.$ac_ext
30254 cat >>conftest.$ac_ext <<_ACEOF
30255 /* end confdefs.h. */
30256 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30257 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30258 #define $ac_func innocuous_$ac_func
30259
30260 /* System header to define __stub macros and hopefully few prototypes,
30261 which can conflict with char $ac_func (); below.
30262 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30263 <limits.h> exists even on freestanding compilers. */
30264
30265 #ifdef __STDC__
30266 # include <limits.h>
30267 #else
30268 # include <assert.h>
30269 #endif
30270
30271 #undef $ac_func
30272
30273 /* Override any gcc2 internal prototype to avoid an error. */
30274 #ifdef __cplusplus
30275 extern "C"
30276 {
30277 #endif
30278 /* We use char because int might match the return type of a gcc2
30279 builtin and then its argument prototype would still apply. */
30280 char $ac_func ();
30281 /* The GNU C library defines this for functions which it implements
30282 to always fail with ENOSYS. Some functions are actually named
30283 something starting with __ and the normal name is an alias. */
30284 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30285 choke me
30286 #else
30287 char (*f) () = $ac_func;
30288 #endif
30289 #ifdef __cplusplus
30290 }
30291 #endif
30292
30293 int
30294 main ()
30295 {
30296 return f != $ac_func;
30297 ;
30298 return 0;
30299 }
30300 _ACEOF
30301 rm -f conftest.$ac_objext conftest$ac_exeext
30302 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30303 (eval $ac_link) 2>conftest.er1
30304 ac_status=$?
30305 grep -v '^ *+' conftest.er1 >conftest.err
30306 rm -f conftest.er1
30307 cat conftest.err >&5
30308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30309 (exit $ac_status); } &&
30310 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30312 (eval $ac_try) 2>&5
30313 ac_status=$?
30314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30315 (exit $ac_status); }; } &&
30316 { ac_try='test -s conftest$ac_exeext'
30317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30318 (eval $ac_try) 2>&5
30319 ac_status=$?
30320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30321 (exit $ac_status); }; }; then
30322 eval "$as_ac_var=yes"
30323 else
30324 echo "$as_me: failed program was:" >&5
30325 sed 's/^/| /' conftest.$ac_ext >&5
30326
30327 eval "$as_ac_var=no"
30328 fi
30329 rm -f conftest.err conftest.$ac_objext \
30330 conftest$ac_exeext conftest.$ac_ext
30331 fi
30332 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30333 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30334 if test `eval echo '${'$as_ac_var'}'` = yes; then
30335 cat >>confdefs.h <<_ACEOF
30336 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30337 _ACEOF
30338 WCSLEN_FOUND=1
30339 fi
30340 done
30341
30342
30343 if test "$WCSLEN_FOUND" = 0; then
30344 if test "$TOOLKIT" = "MSW"; then
30345 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
30346 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
30347 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
30348 echo $ECHO_N "(cached) $ECHO_C" >&6
30349 else
30350 ac_check_lib_save_LIBS=$LIBS
30351 LIBS="-lmsvcrt $LIBS"
30352 cat >conftest.$ac_ext <<_ACEOF
30353 /* confdefs.h. */
30354 _ACEOF
30355 cat confdefs.h >>conftest.$ac_ext
30356 cat >>conftest.$ac_ext <<_ACEOF
30357 /* end confdefs.h. */
30358
30359 /* Override any gcc2 internal prototype to avoid an error. */
30360 #ifdef __cplusplus
30361 extern "C"
30362 #endif
30363 /* We use char because int might match the return type of a gcc2
30364 builtin and then its argument prototype would still apply. */
30365 char wcslen ();
30366 int
30367 main ()
30368 {
30369 wcslen ();
30370 ;
30371 return 0;
30372 }
30373 _ACEOF
30374 rm -f conftest.$ac_objext conftest$ac_exeext
30375 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30376 (eval $ac_link) 2>conftest.er1
30377 ac_status=$?
30378 grep -v '^ *+' conftest.er1 >conftest.err
30379 rm -f conftest.er1
30380 cat conftest.err >&5
30381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30382 (exit $ac_status); } &&
30383 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30385 (eval $ac_try) 2>&5
30386 ac_status=$?
30387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30388 (exit $ac_status); }; } &&
30389 { ac_try='test -s conftest$ac_exeext'
30390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30391 (eval $ac_try) 2>&5
30392 ac_status=$?
30393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30394 (exit $ac_status); }; }; then
30395 ac_cv_lib_msvcrt_wcslen=yes
30396 else
30397 echo "$as_me: failed program was:" >&5
30398 sed 's/^/| /' conftest.$ac_ext >&5
30399
30400 ac_cv_lib_msvcrt_wcslen=no
30401 fi
30402 rm -f conftest.err conftest.$ac_objext \
30403 conftest$ac_exeext conftest.$ac_ext
30404 LIBS=$ac_check_lib_save_LIBS
30405 fi
30406 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
30407 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
30408 if test $ac_cv_lib_msvcrt_wcslen = yes; then
30409 WCHAR_OK=1
30410 fi
30411
30412 else
30413 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
30414 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
30415 if test "${ac_cv_lib_w_wcslen+set}" = set; then
30416 echo $ECHO_N "(cached) $ECHO_C" >&6
30417 else
30418 ac_check_lib_save_LIBS=$LIBS
30419 LIBS="-lw $LIBS"
30420 cat >conftest.$ac_ext <<_ACEOF
30421 /* confdefs.h. */
30422 _ACEOF
30423 cat confdefs.h >>conftest.$ac_ext
30424 cat >>conftest.$ac_ext <<_ACEOF
30425 /* end confdefs.h. */
30426
30427 /* Override any gcc2 internal prototype to avoid an error. */
30428 #ifdef __cplusplus
30429 extern "C"
30430 #endif
30431 /* We use char because int might match the return type of a gcc2
30432 builtin and then its argument prototype would still apply. */
30433 char wcslen ();
30434 int
30435 main ()
30436 {
30437 wcslen ();
30438 ;
30439 return 0;
30440 }
30441 _ACEOF
30442 rm -f conftest.$ac_objext conftest$ac_exeext
30443 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30444 (eval $ac_link) 2>conftest.er1
30445 ac_status=$?
30446 grep -v '^ *+' conftest.er1 >conftest.err
30447 rm -f conftest.er1
30448 cat conftest.err >&5
30449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30450 (exit $ac_status); } &&
30451 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30453 (eval $ac_try) 2>&5
30454 ac_status=$?
30455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30456 (exit $ac_status); }; } &&
30457 { ac_try='test -s conftest$ac_exeext'
30458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30459 (eval $ac_try) 2>&5
30460 ac_status=$?
30461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30462 (exit $ac_status); }; }; then
30463 ac_cv_lib_w_wcslen=yes
30464 else
30465 echo "$as_me: failed program was:" >&5
30466 sed 's/^/| /' conftest.$ac_ext >&5
30467
30468 ac_cv_lib_w_wcslen=no
30469 fi
30470 rm -f conftest.err conftest.$ac_objext \
30471 conftest$ac_exeext conftest.$ac_ext
30472 LIBS=$ac_check_lib_save_LIBS
30473 fi
30474 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
30475 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
30476 if test $ac_cv_lib_w_wcslen = yes; then
30477
30478 WCHAR_LINK=" -lw"
30479 WCSLEN_FOUND=1
30480
30481 fi
30482
30483 fi
30484 fi
30485
30486 if test "$WCSLEN_FOUND" = 1; then
30487 cat >>confdefs.h <<\_ACEOF
30488 #define HAVE_WCSLEN 1
30489 _ACEOF
30490
30491 fi
30492
30493 if test "$USE_HPUX" = 1; then
30494 CPPFLAGS="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE "
30495 fi
30496
30497
30498 for ac_func in wcsrtombs
30499 do
30500 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30501 echo "$as_me:$LINENO: checking for $ac_func" >&5
30502 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30503 if eval "test \"\${$as_ac_var+set}\" = set"; then
30504 echo $ECHO_N "(cached) $ECHO_C" >&6
30505 else
30506 cat >conftest.$ac_ext <<_ACEOF
30507 /* confdefs.h. */
30508 _ACEOF
30509 cat confdefs.h >>conftest.$ac_ext
30510 cat >>conftest.$ac_ext <<_ACEOF
30511 /* end confdefs.h. */
30512 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30513 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30514 #define $ac_func innocuous_$ac_func
30515
30516 /* System header to define __stub macros and hopefully few prototypes,
30517 which can conflict with char $ac_func (); below.
30518 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30519 <limits.h> exists even on freestanding compilers. */
30520
30521 #ifdef __STDC__
30522 # include <limits.h>
30523 #else
30524 # include <assert.h>
30525 #endif
30526
30527 #undef $ac_func
30528
30529 /* Override any gcc2 internal prototype to avoid an error. */
30530 #ifdef __cplusplus
30531 extern "C"
30532 {
30533 #endif
30534 /* We use char because int might match the return type of a gcc2
30535 builtin and then its argument prototype would still apply. */
30536 char $ac_func ();
30537 /* The GNU C library defines this for functions which it implements
30538 to always fail with ENOSYS. Some functions are actually named
30539 something starting with __ and the normal name is an alias. */
30540 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30541 choke me
30542 #else
30543 char (*f) () = $ac_func;
30544 #endif
30545 #ifdef __cplusplus
30546 }
30547 #endif
30548
30549 int
30550 main ()
30551 {
30552 return f != $ac_func;
30553 ;
30554 return 0;
30555 }
30556 _ACEOF
30557 rm -f conftest.$ac_objext conftest$ac_exeext
30558 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30559 (eval $ac_link) 2>conftest.er1
30560 ac_status=$?
30561 grep -v '^ *+' conftest.er1 >conftest.err
30562 rm -f conftest.er1
30563 cat conftest.err >&5
30564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30565 (exit $ac_status); } &&
30566 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30568 (eval $ac_try) 2>&5
30569 ac_status=$?
30570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30571 (exit $ac_status); }; } &&
30572 { ac_try='test -s conftest$ac_exeext'
30573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30574 (eval $ac_try) 2>&5
30575 ac_status=$?
30576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30577 (exit $ac_status); }; }; then
30578 eval "$as_ac_var=yes"
30579 else
30580 echo "$as_me: failed program was:" >&5
30581 sed 's/^/| /' conftest.$ac_ext >&5
30582
30583 eval "$as_ac_var=no"
30584 fi
30585 rm -f conftest.err conftest.$ac_objext \
30586 conftest$ac_exeext conftest.$ac_ext
30587 fi
30588 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30589 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30590 if test `eval echo '${'$as_ac_var'}'` = yes; then
30591 cat >>confdefs.h <<_ACEOF
30592 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30593 _ACEOF
30594
30595 fi
30596 done
30597
30598 else
30599 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
30600 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
30601 fi
30602
30603
30604
30605 ac_ext=cc
30606 ac_cpp='$CXXCPP $CPPFLAGS'
30607 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30608 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30609 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30610
30611
30612
30613 for ac_func in vsnprintf
30614 do
30615 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30616 echo "$as_me:$LINENO: checking for $ac_func" >&5
30617 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30618 if eval "test \"\${$as_ac_var+set}\" = set"; then
30619 echo $ECHO_N "(cached) $ECHO_C" >&6
30620 else
30621 cat >conftest.$ac_ext <<_ACEOF
30622 /* confdefs.h. */
30623 _ACEOF
30624 cat confdefs.h >>conftest.$ac_ext
30625 cat >>conftest.$ac_ext <<_ACEOF
30626 /* end confdefs.h. */
30627 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30628 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30629 #define $ac_func innocuous_$ac_func
30630
30631 /* System header to define __stub macros and hopefully few prototypes,
30632 which can conflict with char $ac_func (); below.
30633 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30634 <limits.h> exists even on freestanding compilers. */
30635
30636 #ifdef __STDC__
30637 # include <limits.h>
30638 #else
30639 # include <assert.h>
30640 #endif
30641
30642 #undef $ac_func
30643
30644 /* Override any gcc2 internal prototype to avoid an error. */
30645 #ifdef __cplusplus
30646 extern "C"
30647 {
30648 #endif
30649 /* We use char because int might match the return type of a gcc2
30650 builtin and then its argument prototype would still apply. */
30651 char $ac_func ();
30652 /* The GNU C library defines this for functions which it implements
30653 to always fail with ENOSYS. Some functions are actually named
30654 something starting with __ and the normal name is an alias. */
30655 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30656 choke me
30657 #else
30658 char (*f) () = $ac_func;
30659 #endif
30660 #ifdef __cplusplus
30661 }
30662 #endif
30663
30664 int
30665 main ()
30666 {
30667 return f != $ac_func;
30668 ;
30669 return 0;
30670 }
30671 _ACEOF
30672 rm -f conftest.$ac_objext conftest$ac_exeext
30673 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30674 (eval $ac_link) 2>conftest.er1
30675 ac_status=$?
30676 grep -v '^ *+' conftest.er1 >conftest.err
30677 rm -f conftest.er1
30678 cat conftest.err >&5
30679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30680 (exit $ac_status); } &&
30681 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30683 (eval $ac_try) 2>&5
30684 ac_status=$?
30685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30686 (exit $ac_status); }; } &&
30687 { ac_try='test -s conftest$ac_exeext'
30688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30689 (eval $ac_try) 2>&5
30690 ac_status=$?
30691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30692 (exit $ac_status); }; }; then
30693 eval "$as_ac_var=yes"
30694 else
30695 echo "$as_me: failed program was:" >&5
30696 sed 's/^/| /' conftest.$ac_ext >&5
30697
30698 eval "$as_ac_var=no"
30699 fi
30700 rm -f conftest.err conftest.$ac_objext \
30701 conftest$ac_exeext conftest.$ac_ext
30702 fi
30703 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30704 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30705 if test `eval echo '${'$as_ac_var'}'` = yes; then
30706 cat >>confdefs.h <<_ACEOF
30707 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30708 _ACEOF
30709
30710 fi
30711 done
30712
30713
30714 if test "$ac_cv_func_vsnprintf" = "yes"; then
30715 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
30716 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
30717 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
30718 echo $ECHO_N "(cached) $ECHO_C" >&6
30719 else
30720
30721 cat >conftest.$ac_ext <<_ACEOF
30722 /* confdefs.h. */
30723 _ACEOF
30724 cat confdefs.h >>conftest.$ac_ext
30725 cat >>conftest.$ac_ext <<_ACEOF
30726 /* end confdefs.h. */
30727
30728 #include <stdio.h>
30729 #include <stdarg.h>
30730
30731 int
30732 main ()
30733 {
30734
30735 char *buf;
30736 va_list ap;
30737 vsnprintf(buf, 10u, "%s", ap);
30738
30739 ;
30740 return 0;
30741 }
30742 _ACEOF
30743 rm -f conftest.$ac_objext
30744 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30745 (eval $ac_compile) 2>conftest.er1
30746 ac_status=$?
30747 grep -v '^ *+' conftest.er1 >conftest.err
30748 rm -f conftest.er1
30749 cat conftest.err >&5
30750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30751 (exit $ac_status); } &&
30752 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30754 (eval $ac_try) 2>&5
30755 ac_status=$?
30756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30757 (exit $ac_status); }; } &&
30758 { ac_try='test -s conftest.$ac_objext'
30759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30760 (eval $ac_try) 2>&5
30761 ac_status=$?
30762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30763 (exit $ac_status); }; }; then
30764 wx_cv_func_vsnprintf_decl=yes
30765 else
30766 echo "$as_me: failed program was:" >&5
30767 sed 's/^/| /' conftest.$ac_ext >&5
30768
30769
30770 cat >conftest.$ac_ext <<_ACEOF
30771 /* confdefs.h. */
30772 _ACEOF
30773 cat confdefs.h >>conftest.$ac_ext
30774 cat >>conftest.$ac_ext <<_ACEOF
30775 /* end confdefs.h. */
30776
30777 #include <stdio.h>
30778 #include <stdarg.h>
30779 using namespace std;
30780
30781 int
30782 main ()
30783 {
30784
30785 char *buf;
30786 va_list ap;
30787 vsnprintf(buf, 10u, "%s", ap);
30788
30789 ;
30790 return 0;
30791 }
30792 _ACEOF
30793 rm -f conftest.$ac_objext
30794 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30795 (eval $ac_compile) 2>conftest.er1
30796 ac_status=$?
30797 grep -v '^ *+' conftest.er1 >conftest.err
30798 rm -f conftest.er1
30799 cat conftest.err >&5
30800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30801 (exit $ac_status); } &&
30802 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30804 (eval $ac_try) 2>&5
30805 ac_status=$?
30806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30807 (exit $ac_status); }; } &&
30808 { ac_try='test -s conftest.$ac_objext'
30809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30810 (eval $ac_try) 2>&5
30811 ac_status=$?
30812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30813 (exit $ac_status); }; }; then
30814 wx_cv_func_vsnprintf_decl=yes
30815 else
30816 echo "$as_me: failed program was:" >&5
30817 sed 's/^/| /' conftest.$ac_ext >&5
30818
30819 wx_cv_func_vsnprintf_decl=no
30820
30821 fi
30822 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30823
30824
30825 fi
30826 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30827
30828
30829 fi
30830 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
30831 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
30832
30833 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
30834 cat >>confdefs.h <<\_ACEOF
30835 #define HAVE_VSNPRINTF_DECL 1
30836 _ACEOF
30837
30838 fi
30839 fi
30840
30841 if test "$wxUSE_UNICODE" = yes; then
30842
30843
30844
30845
30846
30847
30848 for ac_func in wputc wputchar putws fputws wprintf vswprintf
30849 do
30850 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30851 echo "$as_me:$LINENO: checking for $ac_func" >&5
30852 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30853 if eval "test \"\${$as_ac_var+set}\" = set"; then
30854 echo $ECHO_N "(cached) $ECHO_C" >&6
30855 else
30856 cat >conftest.$ac_ext <<_ACEOF
30857 /* confdefs.h. */
30858 _ACEOF
30859 cat confdefs.h >>conftest.$ac_ext
30860 cat >>conftest.$ac_ext <<_ACEOF
30861 /* end confdefs.h. */
30862 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30863 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30864 #define $ac_func innocuous_$ac_func
30865
30866 /* System header to define __stub macros and hopefully few prototypes,
30867 which can conflict with char $ac_func (); below.
30868 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30869 <limits.h> exists even on freestanding compilers. */
30870
30871 #ifdef __STDC__
30872 # include <limits.h>
30873 #else
30874 # include <assert.h>
30875 #endif
30876
30877 #undef $ac_func
30878
30879 /* Override any gcc2 internal prototype to avoid an error. */
30880 #ifdef __cplusplus
30881 extern "C"
30882 {
30883 #endif
30884 /* We use char because int might match the return type of a gcc2
30885 builtin and then its argument prototype would still apply. */
30886 char $ac_func ();
30887 /* The GNU C library defines this for functions which it implements
30888 to always fail with ENOSYS. Some functions are actually named
30889 something starting with __ and the normal name is an alias. */
30890 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30891 choke me
30892 #else
30893 char (*f) () = $ac_func;
30894 #endif
30895 #ifdef __cplusplus
30896 }
30897 #endif
30898
30899 int
30900 main ()
30901 {
30902 return f != $ac_func;
30903 ;
30904 return 0;
30905 }
30906 _ACEOF
30907 rm -f conftest.$ac_objext conftest$ac_exeext
30908 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30909 (eval $ac_link) 2>conftest.er1
30910 ac_status=$?
30911 grep -v '^ *+' conftest.er1 >conftest.err
30912 rm -f conftest.er1
30913 cat conftest.err >&5
30914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30915 (exit $ac_status); } &&
30916 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30918 (eval $ac_try) 2>&5
30919 ac_status=$?
30920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30921 (exit $ac_status); }; } &&
30922 { ac_try='test -s conftest$ac_exeext'
30923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30924 (eval $ac_try) 2>&5
30925 ac_status=$?
30926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30927 (exit $ac_status); }; }; then
30928 eval "$as_ac_var=yes"
30929 else
30930 echo "$as_me: failed program was:" >&5
30931 sed 's/^/| /' conftest.$ac_ext >&5
30932
30933 eval "$as_ac_var=no"
30934 fi
30935 rm -f conftest.err conftest.$ac_objext \
30936 conftest$ac_exeext conftest.$ac_ext
30937 fi
30938 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30939 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30940 if test `eval echo '${'$as_ac_var'}'` = yes; then
30941 cat >>confdefs.h <<_ACEOF
30942 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30943 _ACEOF
30944
30945 fi
30946 done
30947
30948
30949 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
30950 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
30951 cat >conftest.$ac_ext <<_ACEOF
30952 /* confdefs.h. */
30953 _ACEOF
30954 cat confdefs.h >>conftest.$ac_ext
30955 cat >>conftest.$ac_ext <<_ACEOF
30956 /* end confdefs.h. */
30957 #include <wchar.h>
30958 int
30959 main ()
30960 {
30961 &_vsnwprintf;
30962 ;
30963 return 0;
30964 }
30965 _ACEOF
30966 rm -f conftest.$ac_objext
30967 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30968 (eval $ac_compile) 2>conftest.er1
30969 ac_status=$?
30970 grep -v '^ *+' conftest.er1 >conftest.err
30971 rm -f conftest.er1
30972 cat conftest.err >&5
30973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30974 (exit $ac_status); } &&
30975 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30977 (eval $ac_try) 2>&5
30978 ac_status=$?
30979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30980 (exit $ac_status); }; } &&
30981 { ac_try='test -s conftest.$ac_objext'
30982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30983 (eval $ac_try) 2>&5
30984 ac_status=$?
30985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30986 (exit $ac_status); }; }; then
30987 echo "$as_me:$LINENO: result: yes" >&5
30988 echo "${ECHO_T}yes" >&6
30989 cat >>confdefs.h <<\_ACEOF
30990 #define HAVE__VSNWPRINTF 1
30991 _ACEOF
30992
30993 else
30994 echo "$as_me: failed program was:" >&5
30995 sed 's/^/| /' conftest.$ac_ext >&5
30996
30997 echo "$as_me:$LINENO: result: no" >&5
30998 echo "${ECHO_T}no" >&6
30999 fi
31000 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext;
31001 fi
31002
31003 ac_ext=c
31004 ac_cpp='$CPP $CPPFLAGS'
31005 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31006 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31007 ac_compiler_gnu=$ac_cv_c_compiler_gnu
31008
31009
31010
31011
31012 if test "$TOOLKIT" != "MSW"; then
31013
31014
31015
31016
31017 ac_ext=cc
31018 ac_cpp='$CXXCPP $CPPFLAGS'
31019 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31020 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31021 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31022
31023
31024
31025
31026 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
31027 if test "${with_libiconv_prefix+set}" = set; then
31028 withval="$with_libiconv_prefix"
31029
31030 for dir in `echo "$withval" | tr : ' '`; do
31031 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
31032 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
31033 done
31034
31035 fi;
31036
31037 echo "$as_me:$LINENO: checking for iconv" >&5
31038 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
31039 if test "${am_cv_func_iconv+set}" = set; then
31040 echo $ECHO_N "(cached) $ECHO_C" >&6
31041 else
31042
31043 am_cv_func_iconv="no, consider installing GNU libiconv"
31044 am_cv_lib_iconv=no
31045 cat >conftest.$ac_ext <<_ACEOF
31046 /* confdefs.h. */
31047 _ACEOF
31048 cat confdefs.h >>conftest.$ac_ext
31049 cat >>conftest.$ac_ext <<_ACEOF
31050 /* end confdefs.h. */
31051 #include <stdlib.h>
31052 #include <iconv.h>
31053 int
31054 main ()
31055 {
31056 iconv_t cd = iconv_open("","");
31057 iconv(cd,NULL,NULL,NULL,NULL);
31058 iconv_close(cd);
31059 ;
31060 return 0;
31061 }
31062 _ACEOF
31063 rm -f conftest.$ac_objext conftest$ac_exeext
31064 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31065 (eval $ac_link) 2>conftest.er1
31066 ac_status=$?
31067 grep -v '^ *+' conftest.er1 >conftest.err
31068 rm -f conftest.er1
31069 cat conftest.err >&5
31070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31071 (exit $ac_status); } &&
31072 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31074 (eval $ac_try) 2>&5
31075 ac_status=$?
31076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31077 (exit $ac_status); }; } &&
31078 { ac_try='test -s conftest$ac_exeext'
31079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31080 (eval $ac_try) 2>&5
31081 ac_status=$?
31082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31083 (exit $ac_status); }; }; then
31084 am_cv_func_iconv=yes
31085 else
31086 echo "$as_me: failed program was:" >&5
31087 sed 's/^/| /' conftest.$ac_ext >&5
31088
31089 fi
31090 rm -f conftest.err conftest.$ac_objext \
31091 conftest$ac_exeext conftest.$ac_ext
31092 if test "$am_cv_func_iconv" != yes; then
31093 am_save_LIBS="$LIBS"
31094 LIBS="$LIBS -liconv"
31095 cat >conftest.$ac_ext <<_ACEOF
31096 /* confdefs.h. */
31097 _ACEOF
31098 cat confdefs.h >>conftest.$ac_ext
31099 cat >>conftest.$ac_ext <<_ACEOF
31100 /* end confdefs.h. */
31101 #include <stdlib.h>
31102 #include <iconv.h>
31103 int
31104 main ()
31105 {
31106 iconv_t cd = iconv_open("","");
31107 iconv(cd,NULL,NULL,NULL,NULL);
31108 iconv_close(cd);
31109 ;
31110 return 0;
31111 }
31112 _ACEOF
31113 rm -f conftest.$ac_objext conftest$ac_exeext
31114 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31115 (eval $ac_link) 2>conftest.er1
31116 ac_status=$?
31117 grep -v '^ *+' conftest.er1 >conftest.err
31118 rm -f conftest.er1
31119 cat conftest.err >&5
31120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31121 (exit $ac_status); } &&
31122 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31124 (eval $ac_try) 2>&5
31125 ac_status=$?
31126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31127 (exit $ac_status); }; } &&
31128 { ac_try='test -s conftest$ac_exeext'
31129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31130 (eval $ac_try) 2>&5
31131 ac_status=$?
31132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31133 (exit $ac_status); }; }; then
31134 am_cv_lib_iconv=yes
31135 am_cv_func_iconv=yes
31136 else
31137 echo "$as_me: failed program was:" >&5
31138 sed 's/^/| /' conftest.$ac_ext >&5
31139
31140 fi
31141 rm -f conftest.err conftest.$ac_objext \
31142 conftest$ac_exeext conftest.$ac_ext
31143 LIBS="$am_save_LIBS"
31144 fi
31145
31146 fi
31147 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
31148 echo "${ECHO_T}$am_cv_func_iconv" >&6
31149 if test "$am_cv_func_iconv" = yes; then
31150
31151 cat >>confdefs.h <<\_ACEOF
31152 #define HAVE_ICONV 1
31153 _ACEOF
31154
31155 echo "$as_me:$LINENO: checking if iconv needs const" >&5
31156 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
31157 if test "${wx_cv_func_iconv_const+set}" = set; then
31158 echo $ECHO_N "(cached) $ECHO_C" >&6
31159 else
31160 cat >conftest.$ac_ext <<_ACEOF
31161 /* confdefs.h. */
31162 _ACEOF
31163 cat confdefs.h >>conftest.$ac_ext
31164 cat >>conftest.$ac_ext <<_ACEOF
31165 /* end confdefs.h. */
31166
31167 #include <stdlib.h>
31168 #include <iconv.h>
31169 extern
31170 #ifdef __cplusplus
31171 "C"
31172 #endif
31173 #if defined(__STDC__) || defined(__cplusplus)
31174 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
31175 #else
31176 size_t iconv();
31177 #endif
31178
31179 int
31180 main ()
31181 {
31182
31183 ;
31184 return 0;
31185 }
31186 _ACEOF
31187 rm -f conftest.$ac_objext
31188 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31189 (eval $ac_compile) 2>conftest.er1
31190 ac_status=$?
31191 grep -v '^ *+' conftest.er1 >conftest.err
31192 rm -f conftest.er1
31193 cat conftest.err >&5
31194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31195 (exit $ac_status); } &&
31196 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31198 (eval $ac_try) 2>&5
31199 ac_status=$?
31200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31201 (exit $ac_status); }; } &&
31202 { ac_try='test -s conftest.$ac_objext'
31203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31204 (eval $ac_try) 2>&5
31205 ac_status=$?
31206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31207 (exit $ac_status); }; }; then
31208 wx_cv_func_iconv_const="no"
31209 else
31210 echo "$as_me: failed program was:" >&5
31211 sed 's/^/| /' conftest.$ac_ext >&5
31212
31213 wx_cv_func_iconv_const="yes"
31214
31215 fi
31216 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31217
31218 fi
31219 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
31220 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
31221
31222 iconv_const=
31223 if test "x$wx_cv_func_iconv_const" = "xyes"; then
31224 iconv_const="const"
31225 fi
31226
31227
31228 cat >>confdefs.h <<_ACEOF
31229 #define ICONV_CONST $iconv_const
31230 _ACEOF
31231
31232 fi
31233 LIBICONV=
31234 if test "$am_cv_lib_iconv" = yes; then
31235 LIBICONV="-liconv"
31236 fi
31237
31238
31239 LIBS="$LIBICONV $LIBS"
31240 ac_ext=c
31241 ac_cpp='$CPP $CPPFLAGS'
31242 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31243 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31244 ac_compiler_gnu=$ac_cv_c_compiler_gnu
31245
31246
31247 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
31248
31249 for ac_func in sigaction
31250 do
31251 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31252 echo "$as_me:$LINENO: checking for $ac_func" >&5
31253 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31254 if eval "test \"\${$as_ac_var+set}\" = set"; then
31255 echo $ECHO_N "(cached) $ECHO_C" >&6
31256 else
31257 cat >conftest.$ac_ext <<_ACEOF
31258 /* confdefs.h. */
31259 _ACEOF
31260 cat confdefs.h >>conftest.$ac_ext
31261 cat >>conftest.$ac_ext <<_ACEOF
31262 /* end confdefs.h. */
31263 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31264 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31265 #define $ac_func innocuous_$ac_func
31266
31267 /* System header to define __stub macros and hopefully few prototypes,
31268 which can conflict with char $ac_func (); below.
31269 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31270 <limits.h> exists even on freestanding compilers. */
31271
31272 #ifdef __STDC__
31273 # include <limits.h>
31274 #else
31275 # include <assert.h>
31276 #endif
31277
31278 #undef $ac_func
31279
31280 /* Override any gcc2 internal prototype to avoid an error. */
31281 #ifdef __cplusplus
31282 extern "C"
31283 {
31284 #endif
31285 /* We use char because int might match the return type of a gcc2
31286 builtin and then its argument prototype would still apply. */
31287 char $ac_func ();
31288 /* The GNU C library defines this for functions which it implements
31289 to always fail with ENOSYS. Some functions are actually named
31290 something starting with __ and the normal name is an alias. */
31291 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31292 choke me
31293 #else
31294 char (*f) () = $ac_func;
31295 #endif
31296 #ifdef __cplusplus
31297 }
31298 #endif
31299
31300 int
31301 main ()
31302 {
31303 return f != $ac_func;
31304 ;
31305 return 0;
31306 }
31307 _ACEOF
31308 rm -f conftest.$ac_objext conftest$ac_exeext
31309 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31310 (eval $ac_link) 2>conftest.er1
31311 ac_status=$?
31312 grep -v '^ *+' conftest.er1 >conftest.err
31313 rm -f conftest.er1
31314 cat conftest.err >&5
31315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31316 (exit $ac_status); } &&
31317 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31319 (eval $ac_try) 2>&5
31320 ac_status=$?
31321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31322 (exit $ac_status); }; } &&
31323 { ac_try='test -s conftest$ac_exeext'
31324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31325 (eval $ac_try) 2>&5
31326 ac_status=$?
31327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31328 (exit $ac_status); }; }; then
31329 eval "$as_ac_var=yes"
31330 else
31331 echo "$as_me: failed program was:" >&5
31332 sed 's/^/| /' conftest.$ac_ext >&5
31333
31334 eval "$as_ac_var=no"
31335 fi
31336 rm -f conftest.err conftest.$ac_objext \
31337 conftest$ac_exeext conftest.$ac_ext
31338 fi
31339 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31340 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31341 if test `eval echo '${'$as_ac_var'}'` = yes; then
31342 cat >>confdefs.h <<_ACEOF
31343 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31344 _ACEOF
31345
31346 fi
31347 done
31348
31349
31350 if test "$ac_cv_func_sigaction" = "no"; then
31351 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
31352 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
31353 wxUSE_ON_FATAL_EXCEPTION=no
31354 fi
31355
31356 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
31357
31358
31359 ac_ext=cc
31360 ac_cpp='$CXXCPP $CPPFLAGS'
31361 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31362 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31363 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31364
31365
31366 echo "$as_me:$LINENO: checking for sa_handler type" >&5
31367 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
31368 if test "${wx_cv_type_sa_handler+set}" = set; then
31369 echo $ECHO_N "(cached) $ECHO_C" >&6
31370 else
31371
31372 cat >conftest.$ac_ext <<_ACEOF
31373 /* confdefs.h. */
31374 _ACEOF
31375 cat confdefs.h >>conftest.$ac_ext
31376 cat >>conftest.$ac_ext <<_ACEOF
31377 /* end confdefs.h. */
31378 #include <signal.h>
31379 int
31380 main ()
31381 {
31382
31383 extern void testSigHandler(int);
31384
31385 struct sigaction sa;
31386 sa.sa_handler = testSigHandler;
31387
31388 ;
31389 return 0;
31390 }
31391 _ACEOF
31392 rm -f conftest.$ac_objext
31393 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31394 (eval $ac_compile) 2>conftest.er1
31395 ac_status=$?
31396 grep -v '^ *+' conftest.er1 >conftest.err
31397 rm -f conftest.er1
31398 cat conftest.err >&5
31399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31400 (exit $ac_status); } &&
31401 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31403 (eval $ac_try) 2>&5
31404 ac_status=$?
31405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31406 (exit $ac_status); }; } &&
31407 { ac_try='test -s conftest.$ac_objext'
31408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31409 (eval $ac_try) 2>&5
31410 ac_status=$?
31411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31412 (exit $ac_status); }; }; then
31413
31414 wx_cv_type_sa_handler=int
31415
31416 else
31417 echo "$as_me: failed program was:" >&5
31418 sed 's/^/| /' conftest.$ac_ext >&5
31419
31420
31421 wx_cv_type_sa_handler=void
31422
31423 fi
31424 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31425
31426 fi
31427 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
31428 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
31429
31430 ac_ext=c
31431 ac_cpp='$CPP $CPPFLAGS'
31432 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31433 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31434 ac_compiler_gnu=$ac_cv_c_compiler_gnu
31435
31436
31437 cat >>confdefs.h <<_ACEOF
31438 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
31439 _ACEOF
31440
31441 fi
31442 fi
31443
31444 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
31445
31446
31447 ac_ext=cc
31448 ac_cpp='$CXXCPP $CPPFLAGS'
31449 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31450 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31451 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31452
31453
31454 echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
31455 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6
31456 if test "${wx_cv_func_backtrace+set}" = set; then
31457 echo $ECHO_N "(cached) $ECHO_C" >&6
31458 else
31459
31460 cat >conftest.$ac_ext <<_ACEOF
31461 /* confdefs.h. */
31462 _ACEOF
31463 cat confdefs.h >>conftest.$ac_ext
31464 cat >>conftest.$ac_ext <<_ACEOF
31465 /* end confdefs.h. */
31466 #include <execinfo.h>
31467 int
31468 main ()
31469 {
31470
31471 void *trace[1];
31472 char **messages;
31473
31474 backtrace(trace, 1);
31475 messages = backtrace_symbols(trace, 1);
31476
31477 ;
31478 return 0;
31479 }
31480 _ACEOF
31481 rm -f conftest.$ac_objext
31482 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31483 (eval $ac_compile) 2>conftest.er1
31484 ac_status=$?
31485 grep -v '^ *+' conftest.er1 >conftest.err
31486 rm -f conftest.er1
31487 cat conftest.err >&5
31488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31489 (exit $ac_status); } &&
31490 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31492 (eval $ac_try) 2>&5
31493 ac_status=$?
31494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31495 (exit $ac_status); }; } &&
31496 { ac_try='test -s conftest.$ac_objext'
31497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31498 (eval $ac_try) 2>&5
31499 ac_status=$?
31500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31501 (exit $ac_status); }; }; then
31502 wx_cv_func_backtrace=yes
31503 else
31504 echo "$as_me: failed program was:" >&5
31505 sed 's/^/| /' conftest.$ac_ext >&5
31506
31507 wx_cv_func_backtrace=no
31508
31509 fi
31510 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31511
31512
31513 fi
31514 echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
31515 echo "${ECHO_T}$wx_cv_func_backtrace" >&6
31516
31517
31518 if test "$wx_cv_func_backtrace" = "no"; then
31519 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
31520 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
31521 wxUSE_STACKWALKER=no
31522 else
31523 echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
31524 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6
31525 if test "${wx_cv_func_cxa_demangle+set}" = set; then
31526 echo $ECHO_N "(cached) $ECHO_C" >&6
31527 else
31528
31529 cat >conftest.$ac_ext <<_ACEOF
31530 /* confdefs.h. */
31531 _ACEOF
31532 cat confdefs.h >>conftest.$ac_ext
31533 cat >>conftest.$ac_ext <<_ACEOF
31534 /* end confdefs.h. */
31535 #include <cxxabi.h>
31536 int
31537 main ()
31538 {
31539
31540 int rc;
31541 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
31542
31543 ;
31544 return 0;
31545 }
31546 _ACEOF
31547 rm -f conftest.$ac_objext conftest$ac_exeext
31548 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31549 (eval $ac_link) 2>conftest.er1
31550 ac_status=$?
31551 grep -v '^ *+' conftest.er1 >conftest.err
31552 rm -f conftest.er1
31553 cat conftest.err >&5
31554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31555 (exit $ac_status); } &&
31556 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31558 (eval $ac_try) 2>&5
31559 ac_status=$?
31560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31561 (exit $ac_status); }; } &&
31562 { ac_try='test -s conftest$ac_exeext'
31563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31564 (eval $ac_try) 2>&5
31565 ac_status=$?
31566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31567 (exit $ac_status); }; }; then
31568 wx_cv_func_cxa_demangle=yes
31569 else
31570 echo "$as_me: failed program was:" >&5
31571 sed 's/^/| /' conftest.$ac_ext >&5
31572
31573 wx_cv_func_cxa_demangle=no
31574
31575 fi
31576 rm -f conftest.err conftest.$ac_objext \
31577 conftest$ac_exeext conftest.$ac_ext
31578
31579
31580 fi
31581 echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
31582 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6
31583
31584 if test "$wx_cv_func_cxa_demangle" = "yes"; then
31585 cat >>confdefs.h <<\_ACEOF
31586 #define HAVE_CXA_DEMANGLE 1
31587 _ACEOF
31588
31589 fi
31590 fi
31591
31592 ac_ext=c
31593 ac_cpp='$CPP $CPPFLAGS'
31594 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31595 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31596 ac_compiler_gnu=$ac_cv_c_compiler_gnu
31597
31598 fi
31599
31600 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
31601 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
31602 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
31603 wxUSE_STACKWALKER=no
31604 fi
31605
31606
31607
31608
31609 for ac_func in mkstemp mktemp
31610 do
31611 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31612 echo "$as_me:$LINENO: checking for $ac_func" >&5
31613 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31614 if eval "test \"\${$as_ac_var+set}\" = set"; then
31615 echo $ECHO_N "(cached) $ECHO_C" >&6
31616 else
31617 cat >conftest.$ac_ext <<_ACEOF
31618 /* confdefs.h. */
31619 _ACEOF
31620 cat confdefs.h >>conftest.$ac_ext
31621 cat >>conftest.$ac_ext <<_ACEOF
31622 /* end confdefs.h. */
31623 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31624 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31625 #define $ac_func innocuous_$ac_func
31626
31627 /* System header to define __stub macros and hopefully few prototypes,
31628 which can conflict with char $ac_func (); below.
31629 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31630 <limits.h> exists even on freestanding compilers. */
31631
31632 #ifdef __STDC__
31633 # include <limits.h>
31634 #else
31635 # include <assert.h>
31636 #endif
31637
31638 #undef $ac_func
31639
31640 /* Override any gcc2 internal prototype to avoid an error. */
31641 #ifdef __cplusplus
31642 extern "C"
31643 {
31644 #endif
31645 /* We use char because int might match the return type of a gcc2
31646 builtin and then its argument prototype would still apply. */
31647 char $ac_func ();
31648 /* The GNU C library defines this for functions which it implements
31649 to always fail with ENOSYS. Some functions are actually named
31650 something starting with __ and the normal name is an alias. */
31651 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31652 choke me
31653 #else
31654 char (*f) () = $ac_func;
31655 #endif
31656 #ifdef __cplusplus
31657 }
31658 #endif
31659
31660 int
31661 main ()
31662 {
31663 return f != $ac_func;
31664 ;
31665 return 0;
31666 }
31667 _ACEOF
31668 rm -f conftest.$ac_objext conftest$ac_exeext
31669 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31670 (eval $ac_link) 2>conftest.er1
31671 ac_status=$?
31672 grep -v '^ *+' conftest.er1 >conftest.err
31673 rm -f conftest.er1
31674 cat conftest.err >&5
31675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31676 (exit $ac_status); } &&
31677 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31679 (eval $ac_try) 2>&5
31680 ac_status=$?
31681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31682 (exit $ac_status); }; } &&
31683 { ac_try='test -s conftest$ac_exeext'
31684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31685 (eval $ac_try) 2>&5
31686 ac_status=$?
31687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31688 (exit $ac_status); }; }; then
31689 eval "$as_ac_var=yes"
31690 else
31691 echo "$as_me: failed program was:" >&5
31692 sed 's/^/| /' conftest.$ac_ext >&5
31693
31694 eval "$as_ac_var=no"
31695 fi
31696 rm -f conftest.err conftest.$ac_objext \
31697 conftest$ac_exeext conftest.$ac_ext
31698 fi
31699 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31700 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31701 if test `eval echo '${'$as_ac_var'}'` = yes; then
31702 cat >>confdefs.h <<_ACEOF
31703 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31704 _ACEOF
31705 break
31706 fi
31707 done
31708
31709
31710 echo "$as_me:$LINENO: checking for statfs" >&5
31711 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
31712 if test "${wx_cv_func_statfs+set}" = set; then
31713 echo $ECHO_N "(cached) $ECHO_C" >&6
31714 else
31715 cat >conftest.$ac_ext <<_ACEOF
31716 /* confdefs.h. */
31717 _ACEOF
31718 cat confdefs.h >>conftest.$ac_ext
31719 cat >>conftest.$ac_ext <<_ACEOF
31720 /* end confdefs.h. */
31721
31722 #if defined(__BSD__)
31723 #include <sys/param.h>
31724 #include <sys/mount.h>
31725 #else
31726 #include <sys/vfs.h>
31727 #endif
31728
31729 int
31730 main ()
31731 {
31732
31733 long l;
31734 struct statfs fs;
31735 statfs("/", &fs);
31736 l = fs.f_bsize;
31737 l += fs.f_blocks;
31738 l += fs.f_bavail;
31739
31740 ;
31741 return 0;
31742 }
31743 _ACEOF
31744 rm -f conftest.$ac_objext
31745 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31746 (eval $ac_compile) 2>conftest.er1
31747 ac_status=$?
31748 grep -v '^ *+' conftest.er1 >conftest.err
31749 rm -f conftest.er1
31750 cat conftest.err >&5
31751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31752 (exit $ac_status); } &&
31753 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31755 (eval $ac_try) 2>&5
31756 ac_status=$?
31757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31758 (exit $ac_status); }; } &&
31759 { ac_try='test -s conftest.$ac_objext'
31760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31761 (eval $ac_try) 2>&5
31762 ac_status=$?
31763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31764 (exit $ac_status); }; }; then
31765
31766 wx_cv_func_statfs=yes
31767
31768 else
31769 echo "$as_me: failed program was:" >&5
31770 sed 's/^/| /' conftest.$ac_ext >&5
31771
31772
31773 wx_cv_func_statfs=no
31774
31775
31776 fi
31777 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31778
31779 fi
31780 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
31781 echo "${ECHO_T}$wx_cv_func_statfs" >&6
31782
31783 if test "$wx_cv_func_statfs" = "yes"; then
31784 wx_cv_type_statvfs_t="struct statfs"
31785 cat >>confdefs.h <<\_ACEOF
31786 #define HAVE_STATFS 1
31787 _ACEOF
31788
31789 else
31790 echo "$as_me:$LINENO: checking for statvfs" >&5
31791 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
31792 if test "${wx_cv_func_statvfs+set}" = set; then
31793 echo $ECHO_N "(cached) $ECHO_C" >&6
31794 else
31795 cat >conftest.$ac_ext <<_ACEOF
31796 /* confdefs.h. */
31797 _ACEOF
31798 cat confdefs.h >>conftest.$ac_ext
31799 cat >>conftest.$ac_ext <<_ACEOF
31800 /* end confdefs.h. */
31801
31802 #include <stddef.h>
31803 #include <sys/statvfs.h>
31804
31805 int
31806 main ()
31807 {
31808
31809 statvfs("/", NULL);
31810
31811 ;
31812 return 0;
31813 }
31814 _ACEOF
31815 rm -f conftest.$ac_objext
31816 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31817 (eval $ac_compile) 2>conftest.er1
31818 ac_status=$?
31819 grep -v '^ *+' conftest.er1 >conftest.err
31820 rm -f conftest.er1
31821 cat conftest.err >&5
31822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31823 (exit $ac_status); } &&
31824 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31826 (eval $ac_try) 2>&5
31827 ac_status=$?
31828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31829 (exit $ac_status); }; } &&
31830 { ac_try='test -s conftest.$ac_objext'
31831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31832 (eval $ac_try) 2>&5
31833 ac_status=$?
31834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31835 (exit $ac_status); }; }; then
31836 wx_cv_func_statvfs=yes
31837 else
31838 echo "$as_me: failed program was:" >&5
31839 sed 's/^/| /' conftest.$ac_ext >&5
31840
31841 wx_cv_func_statvfs=no
31842
31843 fi
31844 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31845
31846 fi
31847 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
31848 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
31849
31850 if test "$wx_cv_func_statvfs" = "yes"; then
31851
31852
31853 ac_ext=cc
31854 ac_cpp='$CXXCPP $CPPFLAGS'
31855 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31856 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31857 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31858
31859
31860 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
31861 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
31862 if test "${wx_cv_type_statvfs_t+set}" = set; then
31863 echo $ECHO_N "(cached) $ECHO_C" >&6
31864 else
31865 cat >conftest.$ac_ext <<_ACEOF
31866 /* confdefs.h. */
31867 _ACEOF
31868 cat confdefs.h >>conftest.$ac_ext
31869 cat >>conftest.$ac_ext <<_ACEOF
31870 /* end confdefs.h. */
31871
31872 #include <sys/statvfs.h>
31873
31874 int
31875 main ()
31876 {
31877
31878 long l;
31879 statvfs_t fs;
31880 statvfs("/", &fs);
31881 l = fs.f_bsize;
31882 l += fs.f_blocks;
31883 l += fs.f_bavail;
31884
31885 ;
31886 return 0;
31887 }
31888 _ACEOF
31889 rm -f conftest.$ac_objext
31890 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31891 (eval $ac_compile) 2>conftest.er1
31892 ac_status=$?
31893 grep -v '^ *+' conftest.er1 >conftest.err
31894 rm -f conftest.er1
31895 cat conftest.err >&5
31896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31897 (exit $ac_status); } &&
31898 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31900 (eval $ac_try) 2>&5
31901 ac_status=$?
31902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31903 (exit $ac_status); }; } &&
31904 { ac_try='test -s conftest.$ac_objext'
31905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31906 (eval $ac_try) 2>&5
31907 ac_status=$?
31908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31909 (exit $ac_status); }; }; then
31910 wx_cv_type_statvfs_t=statvfs_t
31911 else
31912 echo "$as_me: failed program was:" >&5
31913 sed 's/^/| /' conftest.$ac_ext >&5
31914
31915
31916 cat >conftest.$ac_ext <<_ACEOF
31917 /* confdefs.h. */
31918 _ACEOF
31919 cat confdefs.h >>conftest.$ac_ext
31920 cat >>conftest.$ac_ext <<_ACEOF
31921 /* end confdefs.h. */
31922
31923 #include <sys/statvfs.h>
31924
31925 int
31926 main ()
31927 {
31928
31929 long l;
31930 struct statvfs fs;
31931 statvfs("/", &fs);
31932 l = fs.f_bsize;
31933 l += fs.f_blocks;
31934 l += fs.f_bavail;
31935
31936 ;
31937 return 0;
31938 }
31939 _ACEOF
31940 rm -f conftest.$ac_objext
31941 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31942 (eval $ac_compile) 2>conftest.er1
31943 ac_status=$?
31944 grep -v '^ *+' conftest.er1 >conftest.err
31945 rm -f conftest.er1
31946 cat conftest.err >&5
31947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31948 (exit $ac_status); } &&
31949 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31951 (eval $ac_try) 2>&5
31952 ac_status=$?
31953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31954 (exit $ac_status); }; } &&
31955 { ac_try='test -s conftest.$ac_objext'
31956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31957 (eval $ac_try) 2>&5
31958 ac_status=$?
31959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31960 (exit $ac_status); }; }; then
31961 wx_cv_type_statvfs_t="struct statvfs"
31962 else
31963 echo "$as_me: failed program was:" >&5
31964 sed 's/^/| /' conftest.$ac_ext >&5
31965
31966 wx_cv_type_statvfs_t="unknown"
31967
31968 fi
31969 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31970
31971
31972 fi
31973 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31974
31975 fi
31976 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
31977 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
31978
31979 ac_ext=c
31980 ac_cpp='$CPP $CPPFLAGS'
31981 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31982 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31983 ac_compiler_gnu=$ac_cv_c_compiler_gnu
31984
31985
31986 if test "$wx_cv_type_statvfs_t" != "unknown"; then
31987 cat >>confdefs.h <<\_ACEOF
31988 #define HAVE_STATVFS 1
31989 _ACEOF
31990
31991 fi
31992 else
31993 wx_cv_type_statvfs_t="unknown"
31994 fi
31995 fi
31996
31997 if test "$wx_cv_type_statvfs_t" != "unknown"; then
31998 cat >>confdefs.h <<_ACEOF
31999 #define WX_STATFS_T $wx_cv_type_statvfs_t
32000 _ACEOF
32001
32002 else
32003 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
32004 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
32005 fi
32006
32007 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
32008
32009
32010 for ac_func in fcntl flock
32011 do
32012 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32013 echo "$as_me:$LINENO: checking for $ac_func" >&5
32014 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32015 if eval "test \"\${$as_ac_var+set}\" = set"; then
32016 echo $ECHO_N "(cached) $ECHO_C" >&6
32017 else
32018 cat >conftest.$ac_ext <<_ACEOF
32019 /* confdefs.h. */
32020 _ACEOF
32021 cat confdefs.h >>conftest.$ac_ext
32022 cat >>conftest.$ac_ext <<_ACEOF
32023 /* end confdefs.h. */
32024 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32025 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32026 #define $ac_func innocuous_$ac_func
32027
32028 /* System header to define __stub macros and hopefully few prototypes,
32029 which can conflict with char $ac_func (); below.
32030 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32031 <limits.h> exists even on freestanding compilers. */
32032
32033 #ifdef __STDC__
32034 # include <limits.h>
32035 #else
32036 # include <assert.h>
32037 #endif
32038
32039 #undef $ac_func
32040
32041 /* Override any gcc2 internal prototype to avoid an error. */
32042 #ifdef __cplusplus
32043 extern "C"
32044 {
32045 #endif
32046 /* We use char because int might match the return type of a gcc2
32047 builtin and then its argument prototype would still apply. */
32048 char $ac_func ();
32049 /* The GNU C library defines this for functions which it implements
32050 to always fail with ENOSYS. Some functions are actually named
32051 something starting with __ and the normal name is an alias. */
32052 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32053 choke me
32054 #else
32055 char (*f) () = $ac_func;
32056 #endif
32057 #ifdef __cplusplus
32058 }
32059 #endif
32060
32061 int
32062 main ()
32063 {
32064 return f != $ac_func;
32065 ;
32066 return 0;
32067 }
32068 _ACEOF
32069 rm -f conftest.$ac_objext conftest$ac_exeext
32070 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32071 (eval $ac_link) 2>conftest.er1
32072 ac_status=$?
32073 grep -v '^ *+' conftest.er1 >conftest.err
32074 rm -f conftest.er1
32075 cat conftest.err >&5
32076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32077 (exit $ac_status); } &&
32078 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32080 (eval $ac_try) 2>&5
32081 ac_status=$?
32082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32083 (exit $ac_status); }; } &&
32084 { ac_try='test -s conftest$ac_exeext'
32085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32086 (eval $ac_try) 2>&5
32087 ac_status=$?
32088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32089 (exit $ac_status); }; }; then
32090 eval "$as_ac_var=yes"
32091 else
32092 echo "$as_me: failed program was:" >&5
32093 sed 's/^/| /' conftest.$ac_ext >&5
32094
32095 eval "$as_ac_var=no"
32096 fi
32097 rm -f conftest.err conftest.$ac_objext \
32098 conftest$ac_exeext conftest.$ac_ext
32099 fi
32100 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32101 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32102 if test `eval echo '${'$as_ac_var'}'` = yes; then
32103 cat >>confdefs.h <<_ACEOF
32104 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32105 _ACEOF
32106 break
32107 fi
32108 done
32109
32110
32111 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
32112 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
32113 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
32114 wxUSE_SNGLINST_CHECKER=no
32115 fi
32116 fi
32117
32118
32119 for ac_func in timegm
32120 do
32121 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32122 echo "$as_me:$LINENO: checking for $ac_func" >&5
32123 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32124 if eval "test \"\${$as_ac_var+set}\" = set"; then
32125 echo $ECHO_N "(cached) $ECHO_C" >&6
32126 else
32127 cat >conftest.$ac_ext <<_ACEOF
32128 /* confdefs.h. */
32129 _ACEOF
32130 cat confdefs.h >>conftest.$ac_ext
32131 cat >>conftest.$ac_ext <<_ACEOF
32132 /* end confdefs.h. */
32133 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32134 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32135 #define $ac_func innocuous_$ac_func
32136
32137 /* System header to define __stub macros and hopefully few prototypes,
32138 which can conflict with char $ac_func (); below.
32139 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32140 <limits.h> exists even on freestanding compilers. */
32141
32142 #ifdef __STDC__
32143 # include <limits.h>
32144 #else
32145 # include <assert.h>
32146 #endif
32147
32148 #undef $ac_func
32149
32150 /* Override any gcc2 internal prototype to avoid an error. */
32151 #ifdef __cplusplus
32152 extern "C"
32153 {
32154 #endif
32155 /* We use char because int might match the return type of a gcc2
32156 builtin and then its argument prototype would still apply. */
32157 char $ac_func ();
32158 /* The GNU C library defines this for functions which it implements
32159 to always fail with ENOSYS. Some functions are actually named
32160 something starting with __ and the normal name is an alias. */
32161 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32162 choke me
32163 #else
32164 char (*f) () = $ac_func;
32165 #endif
32166 #ifdef __cplusplus
32167 }
32168 #endif
32169
32170 int
32171 main ()
32172 {
32173 return f != $ac_func;
32174 ;
32175 return 0;
32176 }
32177 _ACEOF
32178 rm -f conftest.$ac_objext conftest$ac_exeext
32179 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32180 (eval $ac_link) 2>conftest.er1
32181 ac_status=$?
32182 grep -v '^ *+' conftest.er1 >conftest.err
32183 rm -f conftest.er1
32184 cat conftest.err >&5
32185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32186 (exit $ac_status); } &&
32187 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32189 (eval $ac_try) 2>&5
32190 ac_status=$?
32191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32192 (exit $ac_status); }; } &&
32193 { ac_try='test -s conftest$ac_exeext'
32194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32195 (eval $ac_try) 2>&5
32196 ac_status=$?
32197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32198 (exit $ac_status); }; }; then
32199 eval "$as_ac_var=yes"
32200 else
32201 echo "$as_me: failed program was:" >&5
32202 sed 's/^/| /' conftest.$ac_ext >&5
32203
32204 eval "$as_ac_var=no"
32205 fi
32206 rm -f conftest.err conftest.$ac_objext \
32207 conftest$ac_exeext conftest.$ac_ext
32208 fi
32209 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32210 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32211 if test `eval echo '${'$as_ac_var'}'` = yes; then
32212 cat >>confdefs.h <<_ACEOF
32213 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32214 _ACEOF
32215
32216 fi
32217 done
32218
32219
32220
32221
32222 for ac_func in putenv setenv
32223 do
32224 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32225 echo "$as_me:$LINENO: checking for $ac_func" >&5
32226 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32227 if eval "test \"\${$as_ac_var+set}\" = set"; then
32228 echo $ECHO_N "(cached) $ECHO_C" >&6
32229 else
32230 cat >conftest.$ac_ext <<_ACEOF
32231 /* confdefs.h. */
32232 _ACEOF
32233 cat confdefs.h >>conftest.$ac_ext
32234 cat >>conftest.$ac_ext <<_ACEOF
32235 /* end confdefs.h. */
32236 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32237 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32238 #define $ac_func innocuous_$ac_func
32239
32240 /* System header to define __stub macros and hopefully few prototypes,
32241 which can conflict with char $ac_func (); below.
32242 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32243 <limits.h> exists even on freestanding compilers. */
32244
32245 #ifdef __STDC__
32246 # include <limits.h>
32247 #else
32248 # include <assert.h>
32249 #endif
32250
32251 #undef $ac_func
32252
32253 /* Override any gcc2 internal prototype to avoid an error. */
32254 #ifdef __cplusplus
32255 extern "C"
32256 {
32257 #endif
32258 /* We use char because int might match the return type of a gcc2
32259 builtin and then its argument prototype would still apply. */
32260 char $ac_func ();
32261 /* The GNU C library defines this for functions which it implements
32262 to always fail with ENOSYS. Some functions are actually named
32263 something starting with __ and the normal name is an alias. */
32264 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32265 choke me
32266 #else
32267 char (*f) () = $ac_func;
32268 #endif
32269 #ifdef __cplusplus
32270 }
32271 #endif
32272
32273 int
32274 main ()
32275 {
32276 return f != $ac_func;
32277 ;
32278 return 0;
32279 }
32280 _ACEOF
32281 rm -f conftest.$ac_objext conftest$ac_exeext
32282 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32283 (eval $ac_link) 2>conftest.er1
32284 ac_status=$?
32285 grep -v '^ *+' conftest.er1 >conftest.err
32286 rm -f conftest.er1
32287 cat conftest.err >&5
32288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32289 (exit $ac_status); } &&
32290 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32292 (eval $ac_try) 2>&5
32293 ac_status=$?
32294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32295 (exit $ac_status); }; } &&
32296 { ac_try='test -s conftest$ac_exeext'
32297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32298 (eval $ac_try) 2>&5
32299 ac_status=$?
32300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32301 (exit $ac_status); }; }; then
32302 eval "$as_ac_var=yes"
32303 else
32304 echo "$as_me: failed program was:" >&5
32305 sed 's/^/| /' conftest.$ac_ext >&5
32306
32307 eval "$as_ac_var=no"
32308 fi
32309 rm -f conftest.err conftest.$ac_objext \
32310 conftest$ac_exeext conftest.$ac_ext
32311 fi
32312 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32313 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32314 if test `eval echo '${'$as_ac_var'}'` = yes; then
32315 cat >>confdefs.h <<_ACEOF
32316 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32317 _ACEOF
32318 break
32319 fi
32320 done
32321
32322
32323 HAVE_SOME_SLEEP_FUNC=0
32324 if test "$USE_BEOS" = 1; then
32325 cat >>confdefs.h <<\_ACEOF
32326 #define HAVE_SLEEP 1
32327 _ACEOF
32328
32329 HAVE_SOME_SLEEP_FUNC=1
32330 fi
32331
32332 if test "$USE_DARWIN" = 1; then
32333 cat >>confdefs.h <<\_ACEOF
32334 #define HAVE_USLEEP 1
32335 _ACEOF
32336
32337 HAVE_SOME_SLEEP_FUNC=1
32338 fi
32339
32340 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
32341 POSIX4_LINK=
32342
32343 for ac_func in nanosleep
32344 do
32345 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32346 echo "$as_me:$LINENO: checking for $ac_func" >&5
32347 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32348 if eval "test \"\${$as_ac_var+set}\" = set"; then
32349 echo $ECHO_N "(cached) $ECHO_C" >&6
32350 else
32351 cat >conftest.$ac_ext <<_ACEOF
32352 /* confdefs.h. */
32353 _ACEOF
32354 cat confdefs.h >>conftest.$ac_ext
32355 cat >>conftest.$ac_ext <<_ACEOF
32356 /* end confdefs.h. */
32357 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32358 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32359 #define $ac_func innocuous_$ac_func
32360
32361 /* System header to define __stub macros and hopefully few prototypes,
32362 which can conflict with char $ac_func (); below.
32363 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32364 <limits.h> exists even on freestanding compilers. */
32365
32366 #ifdef __STDC__
32367 # include <limits.h>
32368 #else
32369 # include <assert.h>
32370 #endif
32371
32372 #undef $ac_func
32373
32374 /* Override any gcc2 internal prototype to avoid an error. */
32375 #ifdef __cplusplus
32376 extern "C"
32377 {
32378 #endif
32379 /* We use char because int might match the return type of a gcc2
32380 builtin and then its argument prototype would still apply. */
32381 char $ac_func ();
32382 /* The GNU C library defines this for functions which it implements
32383 to always fail with ENOSYS. Some functions are actually named
32384 something starting with __ and the normal name is an alias. */
32385 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32386 choke me
32387 #else
32388 char (*f) () = $ac_func;
32389 #endif
32390 #ifdef __cplusplus
32391 }
32392 #endif
32393
32394 int
32395 main ()
32396 {
32397 return f != $ac_func;
32398 ;
32399 return 0;
32400 }
32401 _ACEOF
32402 rm -f conftest.$ac_objext conftest$ac_exeext
32403 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32404 (eval $ac_link) 2>conftest.er1
32405 ac_status=$?
32406 grep -v '^ *+' conftest.er1 >conftest.err
32407 rm -f conftest.er1
32408 cat conftest.err >&5
32409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32410 (exit $ac_status); } &&
32411 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32413 (eval $ac_try) 2>&5
32414 ac_status=$?
32415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32416 (exit $ac_status); }; } &&
32417 { ac_try='test -s conftest$ac_exeext'
32418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32419 (eval $ac_try) 2>&5
32420 ac_status=$?
32421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32422 (exit $ac_status); }; }; then
32423 eval "$as_ac_var=yes"
32424 else
32425 echo "$as_me: failed program was:" >&5
32426 sed 's/^/| /' conftest.$ac_ext >&5
32427
32428 eval "$as_ac_var=no"
32429 fi
32430 rm -f conftest.err conftest.$ac_objext \
32431 conftest$ac_exeext conftest.$ac_ext
32432 fi
32433 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32434 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32435 if test `eval echo '${'$as_ac_var'}'` = yes; then
32436 cat >>confdefs.h <<_ACEOF
32437 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32438 _ACEOF
32439 cat >>confdefs.h <<\_ACEOF
32440 #define HAVE_NANOSLEEP 1
32441 _ACEOF
32442
32443 else
32444
32445 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
32446 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
32447 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
32448 echo $ECHO_N "(cached) $ECHO_C" >&6
32449 else
32450 ac_check_lib_save_LIBS=$LIBS
32451 LIBS="-lposix4 $LIBS"
32452 cat >conftest.$ac_ext <<_ACEOF
32453 /* confdefs.h. */
32454 _ACEOF
32455 cat confdefs.h >>conftest.$ac_ext
32456 cat >>conftest.$ac_ext <<_ACEOF
32457 /* end confdefs.h. */
32458
32459 /* Override any gcc2 internal prototype to avoid an error. */
32460 #ifdef __cplusplus
32461 extern "C"
32462 #endif
32463 /* We use char because int might match the return type of a gcc2
32464 builtin and then its argument prototype would still apply. */
32465 char nanosleep ();
32466 int
32467 main ()
32468 {
32469 nanosleep ();
32470 ;
32471 return 0;
32472 }
32473 _ACEOF
32474 rm -f conftest.$ac_objext conftest$ac_exeext
32475 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32476 (eval $ac_link) 2>conftest.er1
32477 ac_status=$?
32478 grep -v '^ *+' conftest.er1 >conftest.err
32479 rm -f conftest.er1
32480 cat conftest.err >&5
32481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32482 (exit $ac_status); } &&
32483 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32485 (eval $ac_try) 2>&5
32486 ac_status=$?
32487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32488 (exit $ac_status); }; } &&
32489 { ac_try='test -s conftest$ac_exeext'
32490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32491 (eval $ac_try) 2>&5
32492 ac_status=$?
32493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32494 (exit $ac_status); }; }; then
32495 ac_cv_lib_posix4_nanosleep=yes
32496 else
32497 echo "$as_me: failed program was:" >&5
32498 sed 's/^/| /' conftest.$ac_ext >&5
32499
32500 ac_cv_lib_posix4_nanosleep=no
32501 fi
32502 rm -f conftest.err conftest.$ac_objext \
32503 conftest$ac_exeext conftest.$ac_ext
32504 LIBS=$ac_check_lib_save_LIBS
32505 fi
32506 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
32507 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
32508 if test $ac_cv_lib_posix4_nanosleep = yes; then
32509
32510 cat >>confdefs.h <<\_ACEOF
32511 #define HAVE_NANOSLEEP 1
32512 _ACEOF
32513
32514 POSIX4_LINK=" -lposix4"
32515
32516 else
32517
32518
32519 for ac_func in usleep
32520 do
32521 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32522 echo "$as_me:$LINENO: checking for $ac_func" >&5
32523 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32524 if eval "test \"\${$as_ac_var+set}\" = set"; then
32525 echo $ECHO_N "(cached) $ECHO_C" >&6
32526 else
32527 cat >conftest.$ac_ext <<_ACEOF
32528 /* confdefs.h. */
32529 _ACEOF
32530 cat confdefs.h >>conftest.$ac_ext
32531 cat >>conftest.$ac_ext <<_ACEOF
32532 /* end confdefs.h. */
32533 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32534 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32535 #define $ac_func innocuous_$ac_func
32536
32537 /* System header to define __stub macros and hopefully few prototypes,
32538 which can conflict with char $ac_func (); below.
32539 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32540 <limits.h> exists even on freestanding compilers. */
32541
32542 #ifdef __STDC__
32543 # include <limits.h>
32544 #else
32545 # include <assert.h>
32546 #endif
32547
32548 #undef $ac_func
32549
32550 /* Override any gcc2 internal prototype to avoid an error. */
32551 #ifdef __cplusplus
32552 extern "C"
32553 {
32554 #endif
32555 /* We use char because int might match the return type of a gcc2
32556 builtin and then its argument prototype would still apply. */
32557 char $ac_func ();
32558 /* The GNU C library defines this for functions which it implements
32559 to always fail with ENOSYS. Some functions are actually named
32560 something starting with __ and the normal name is an alias. */
32561 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32562 choke me
32563 #else
32564 char (*f) () = $ac_func;
32565 #endif
32566 #ifdef __cplusplus
32567 }
32568 #endif
32569
32570 int
32571 main ()
32572 {
32573 return f != $ac_func;
32574 ;
32575 return 0;
32576 }
32577 _ACEOF
32578 rm -f conftest.$ac_objext conftest$ac_exeext
32579 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32580 (eval $ac_link) 2>conftest.er1
32581 ac_status=$?
32582 grep -v '^ *+' conftest.er1 >conftest.err
32583 rm -f conftest.er1
32584 cat conftest.err >&5
32585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32586 (exit $ac_status); } &&
32587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32589 (eval $ac_try) 2>&5
32590 ac_status=$?
32591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32592 (exit $ac_status); }; } &&
32593 { ac_try='test -s conftest$ac_exeext'
32594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32595 (eval $ac_try) 2>&5
32596 ac_status=$?
32597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32598 (exit $ac_status); }; }; then
32599 eval "$as_ac_var=yes"
32600 else
32601 echo "$as_me: failed program was:" >&5
32602 sed 's/^/| /' conftest.$ac_ext >&5
32603
32604 eval "$as_ac_var=no"
32605 fi
32606 rm -f conftest.err conftest.$ac_objext \
32607 conftest$ac_exeext conftest.$ac_ext
32608 fi
32609 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32610 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32611 if test `eval echo '${'$as_ac_var'}'` = yes; then
32612 cat >>confdefs.h <<_ACEOF
32613 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32614 _ACEOF
32615 cat >>confdefs.h <<\_ACEOF
32616 #define HAVE_USLEEP 1
32617 _ACEOF
32618
32619 else
32620 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
32621 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
32622
32623 fi
32624 done
32625
32626
32627
32628 fi
32629
32630
32631
32632 fi
32633 done
32634
32635 fi
32636
32637
32638
32639 for ac_func in uname gethostname
32640 do
32641 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32642 echo "$as_me:$LINENO: checking for $ac_func" >&5
32643 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32644 if eval "test \"\${$as_ac_var+set}\" = set"; then
32645 echo $ECHO_N "(cached) $ECHO_C" >&6
32646 else
32647 cat >conftest.$ac_ext <<_ACEOF
32648 /* confdefs.h. */
32649 _ACEOF
32650 cat confdefs.h >>conftest.$ac_ext
32651 cat >>conftest.$ac_ext <<_ACEOF
32652 /* end confdefs.h. */
32653 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32654 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32655 #define $ac_func innocuous_$ac_func
32656
32657 /* System header to define __stub macros and hopefully few prototypes,
32658 which can conflict with char $ac_func (); below.
32659 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32660 <limits.h> exists even on freestanding compilers. */
32661
32662 #ifdef __STDC__
32663 # include <limits.h>
32664 #else
32665 # include <assert.h>
32666 #endif
32667
32668 #undef $ac_func
32669
32670 /* Override any gcc2 internal prototype to avoid an error. */
32671 #ifdef __cplusplus
32672 extern "C"
32673 {
32674 #endif
32675 /* We use char because int might match the return type of a gcc2
32676 builtin and then its argument prototype would still apply. */
32677 char $ac_func ();
32678 /* The GNU C library defines this for functions which it implements
32679 to always fail with ENOSYS. Some functions are actually named
32680 something starting with __ and the normal name is an alias. */
32681 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32682 choke me
32683 #else
32684 char (*f) () = $ac_func;
32685 #endif
32686 #ifdef __cplusplus
32687 }
32688 #endif
32689
32690 int
32691 main ()
32692 {
32693 return f != $ac_func;
32694 ;
32695 return 0;
32696 }
32697 _ACEOF
32698 rm -f conftest.$ac_objext conftest$ac_exeext
32699 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32700 (eval $ac_link) 2>conftest.er1
32701 ac_status=$?
32702 grep -v '^ *+' conftest.er1 >conftest.err
32703 rm -f conftest.er1
32704 cat conftest.err >&5
32705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32706 (exit $ac_status); } &&
32707 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32709 (eval $ac_try) 2>&5
32710 ac_status=$?
32711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32712 (exit $ac_status); }; } &&
32713 { ac_try='test -s conftest$ac_exeext'
32714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32715 (eval $ac_try) 2>&5
32716 ac_status=$?
32717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32718 (exit $ac_status); }; }; then
32719 eval "$as_ac_var=yes"
32720 else
32721 echo "$as_me: failed program was:" >&5
32722 sed 's/^/| /' conftest.$ac_ext >&5
32723
32724 eval "$as_ac_var=no"
32725 fi
32726 rm -f conftest.err conftest.$ac_objext \
32727 conftest$ac_exeext conftest.$ac_ext
32728 fi
32729 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32730 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32731 if test `eval echo '${'$as_ac_var'}'` = yes; then
32732 cat >>confdefs.h <<_ACEOF
32733 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32734 _ACEOF
32735 break
32736 fi
32737 done
32738
32739
32740
32741
32742 ac_ext=cc
32743 ac_cpp='$CXXCPP $CPPFLAGS'
32744 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32745 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32746 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32747
32748
32749
32750 for ac_func in strtok_r
32751 do
32752 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32753 echo "$as_me:$LINENO: checking for $ac_func" >&5
32754 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32755 if eval "test \"\${$as_ac_var+set}\" = set"; then
32756 echo $ECHO_N "(cached) $ECHO_C" >&6
32757 else
32758 cat >conftest.$ac_ext <<_ACEOF
32759 /* confdefs.h. */
32760 _ACEOF
32761 cat confdefs.h >>conftest.$ac_ext
32762 cat >>conftest.$ac_ext <<_ACEOF
32763 /* end confdefs.h. */
32764 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32765 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32766 #define $ac_func innocuous_$ac_func
32767
32768 /* System header to define __stub macros and hopefully few prototypes,
32769 which can conflict with char $ac_func (); below.
32770 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32771 <limits.h> exists even on freestanding compilers. */
32772
32773 #ifdef __STDC__
32774 # include <limits.h>
32775 #else
32776 # include <assert.h>
32777 #endif
32778
32779 #undef $ac_func
32780
32781 /* Override any gcc2 internal prototype to avoid an error. */
32782 #ifdef __cplusplus
32783 extern "C"
32784 {
32785 #endif
32786 /* We use char because int might match the return type of a gcc2
32787 builtin and then its argument prototype would still apply. */
32788 char $ac_func ();
32789 /* The GNU C library defines this for functions which it implements
32790 to always fail with ENOSYS. Some functions are actually named
32791 something starting with __ and the normal name is an alias. */
32792 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32793 choke me
32794 #else
32795 char (*f) () = $ac_func;
32796 #endif
32797 #ifdef __cplusplus
32798 }
32799 #endif
32800
32801 int
32802 main ()
32803 {
32804 return f != $ac_func;
32805 ;
32806 return 0;
32807 }
32808 _ACEOF
32809 rm -f conftest.$ac_objext conftest$ac_exeext
32810 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32811 (eval $ac_link) 2>conftest.er1
32812 ac_status=$?
32813 grep -v '^ *+' conftest.er1 >conftest.err
32814 rm -f conftest.er1
32815 cat conftest.err >&5
32816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32817 (exit $ac_status); } &&
32818 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32820 (eval $ac_try) 2>&5
32821 ac_status=$?
32822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32823 (exit $ac_status); }; } &&
32824 { ac_try='test -s conftest$ac_exeext'
32825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32826 (eval $ac_try) 2>&5
32827 ac_status=$?
32828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32829 (exit $ac_status); }; }; then
32830 eval "$as_ac_var=yes"
32831 else
32832 echo "$as_me: failed program was:" >&5
32833 sed 's/^/| /' conftest.$ac_ext >&5
32834
32835 eval "$as_ac_var=no"
32836 fi
32837 rm -f conftest.err conftest.$ac_objext \
32838 conftest$ac_exeext conftest.$ac_ext
32839 fi
32840 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32841 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32842 if test `eval echo '${'$as_ac_var'}'` = yes; then
32843 cat >>confdefs.h <<_ACEOF
32844 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32845 _ACEOF
32846
32847 fi
32848 done
32849
32850
32851 ac_ext=c
32852 ac_cpp='$CPP $CPPFLAGS'
32853 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32854 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32855 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32856
32857
32858 INET_LINK=
32859
32860 for ac_func in inet_addr
32861 do
32862 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32863 echo "$as_me:$LINENO: checking for $ac_func" >&5
32864 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32865 if eval "test \"\${$as_ac_var+set}\" = set"; then
32866 echo $ECHO_N "(cached) $ECHO_C" >&6
32867 else
32868 cat >conftest.$ac_ext <<_ACEOF
32869 /* confdefs.h. */
32870 _ACEOF
32871 cat confdefs.h >>conftest.$ac_ext
32872 cat >>conftest.$ac_ext <<_ACEOF
32873 /* end confdefs.h. */
32874 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32875 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32876 #define $ac_func innocuous_$ac_func
32877
32878 /* System header to define __stub macros and hopefully few prototypes,
32879 which can conflict with char $ac_func (); below.
32880 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32881 <limits.h> exists even on freestanding compilers. */
32882
32883 #ifdef __STDC__
32884 # include <limits.h>
32885 #else
32886 # include <assert.h>
32887 #endif
32888
32889 #undef $ac_func
32890
32891 /* Override any gcc2 internal prototype to avoid an error. */
32892 #ifdef __cplusplus
32893 extern "C"
32894 {
32895 #endif
32896 /* We use char because int might match the return type of a gcc2
32897 builtin and then its argument prototype would still apply. */
32898 char $ac_func ();
32899 /* The GNU C library defines this for functions which it implements
32900 to always fail with ENOSYS. Some functions are actually named
32901 something starting with __ and the normal name is an alias. */
32902 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32903 choke me
32904 #else
32905 char (*f) () = $ac_func;
32906 #endif
32907 #ifdef __cplusplus
32908 }
32909 #endif
32910
32911 int
32912 main ()
32913 {
32914 return f != $ac_func;
32915 ;
32916 return 0;
32917 }
32918 _ACEOF
32919 rm -f conftest.$ac_objext conftest$ac_exeext
32920 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32921 (eval $ac_link) 2>conftest.er1
32922 ac_status=$?
32923 grep -v '^ *+' conftest.er1 >conftest.err
32924 rm -f conftest.er1
32925 cat conftest.err >&5
32926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32927 (exit $ac_status); } &&
32928 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32930 (eval $ac_try) 2>&5
32931 ac_status=$?
32932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32933 (exit $ac_status); }; } &&
32934 { ac_try='test -s conftest$ac_exeext'
32935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32936 (eval $ac_try) 2>&5
32937 ac_status=$?
32938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32939 (exit $ac_status); }; }; then
32940 eval "$as_ac_var=yes"
32941 else
32942 echo "$as_me: failed program was:" >&5
32943 sed 's/^/| /' conftest.$ac_ext >&5
32944
32945 eval "$as_ac_var=no"
32946 fi
32947 rm -f conftest.err conftest.$ac_objext \
32948 conftest$ac_exeext conftest.$ac_ext
32949 fi
32950 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32951 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32952 if test `eval echo '${'$as_ac_var'}'` = yes; then
32953 cat >>confdefs.h <<_ACEOF
32954 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32955 _ACEOF
32956 cat >>confdefs.h <<\_ACEOF
32957 #define HAVE_INET_ADDR 1
32958 _ACEOF
32959
32960 else
32961
32962 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
32963 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
32964 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
32965 echo $ECHO_N "(cached) $ECHO_C" >&6
32966 else
32967 ac_check_lib_save_LIBS=$LIBS
32968 LIBS="-lnsl $LIBS"
32969 cat >conftest.$ac_ext <<_ACEOF
32970 /* confdefs.h. */
32971 _ACEOF
32972 cat confdefs.h >>conftest.$ac_ext
32973 cat >>conftest.$ac_ext <<_ACEOF
32974 /* end confdefs.h. */
32975
32976 /* Override any gcc2 internal prototype to avoid an error. */
32977 #ifdef __cplusplus
32978 extern "C"
32979 #endif
32980 /* We use char because int might match the return type of a gcc2
32981 builtin and then its argument prototype would still apply. */
32982 char inet_addr ();
32983 int
32984 main ()
32985 {
32986 inet_addr ();
32987 ;
32988 return 0;
32989 }
32990 _ACEOF
32991 rm -f conftest.$ac_objext conftest$ac_exeext
32992 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32993 (eval $ac_link) 2>conftest.er1
32994 ac_status=$?
32995 grep -v '^ *+' conftest.er1 >conftest.err
32996 rm -f conftest.er1
32997 cat conftest.err >&5
32998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32999 (exit $ac_status); } &&
33000 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33002 (eval $ac_try) 2>&5
33003 ac_status=$?
33004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33005 (exit $ac_status); }; } &&
33006 { ac_try='test -s conftest$ac_exeext'
33007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33008 (eval $ac_try) 2>&5
33009 ac_status=$?
33010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33011 (exit $ac_status); }; }; then
33012 ac_cv_lib_nsl_inet_addr=yes
33013 else
33014 echo "$as_me: failed program was:" >&5
33015 sed 's/^/| /' conftest.$ac_ext >&5
33016
33017 ac_cv_lib_nsl_inet_addr=no
33018 fi
33019 rm -f conftest.err conftest.$ac_objext \
33020 conftest$ac_exeext conftest.$ac_ext
33021 LIBS=$ac_check_lib_save_LIBS
33022 fi
33023 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
33024 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
33025 if test $ac_cv_lib_nsl_inet_addr = yes; then
33026 INET_LINK="nsl"
33027 else
33028
33029 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
33030 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
33031 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
33032 echo $ECHO_N "(cached) $ECHO_C" >&6
33033 else
33034 ac_check_lib_save_LIBS=$LIBS
33035 LIBS="-lresolv $LIBS"
33036 cat >conftest.$ac_ext <<_ACEOF
33037 /* confdefs.h. */
33038 _ACEOF
33039 cat confdefs.h >>conftest.$ac_ext
33040 cat >>conftest.$ac_ext <<_ACEOF
33041 /* end confdefs.h. */
33042
33043 /* Override any gcc2 internal prototype to avoid an error. */
33044 #ifdef __cplusplus
33045 extern "C"
33046 #endif
33047 /* We use char because int might match the return type of a gcc2
33048 builtin and then its argument prototype would still apply. */
33049 char inet_addr ();
33050 int
33051 main ()
33052 {
33053 inet_addr ();
33054 ;
33055 return 0;
33056 }
33057 _ACEOF
33058 rm -f conftest.$ac_objext conftest$ac_exeext
33059 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33060 (eval $ac_link) 2>conftest.er1
33061 ac_status=$?
33062 grep -v '^ *+' conftest.er1 >conftest.err
33063 rm -f conftest.er1
33064 cat conftest.err >&5
33065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33066 (exit $ac_status); } &&
33067 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33069 (eval $ac_try) 2>&5
33070 ac_status=$?
33071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33072 (exit $ac_status); }; } &&
33073 { ac_try='test -s conftest$ac_exeext'
33074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33075 (eval $ac_try) 2>&5
33076 ac_status=$?
33077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33078 (exit $ac_status); }; }; then
33079 ac_cv_lib_resolv_inet_addr=yes
33080 else
33081 echo "$as_me: failed program was:" >&5
33082 sed 's/^/| /' conftest.$ac_ext >&5
33083
33084 ac_cv_lib_resolv_inet_addr=no
33085 fi
33086 rm -f conftest.err conftest.$ac_objext \
33087 conftest$ac_exeext conftest.$ac_ext
33088 LIBS=$ac_check_lib_save_LIBS
33089 fi
33090 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
33091 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
33092 if test $ac_cv_lib_resolv_inet_addr = yes; then
33093 INET_LINK="resolv"
33094 else
33095
33096 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
33097 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
33098 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
33099 echo $ECHO_N "(cached) $ECHO_C" >&6
33100 else
33101 ac_check_lib_save_LIBS=$LIBS
33102 LIBS="-lsocket $LIBS"
33103 cat >conftest.$ac_ext <<_ACEOF
33104 /* confdefs.h. */
33105 _ACEOF
33106 cat confdefs.h >>conftest.$ac_ext
33107 cat >>conftest.$ac_ext <<_ACEOF
33108 /* end confdefs.h. */
33109
33110 /* Override any gcc2 internal prototype to avoid an error. */
33111 #ifdef __cplusplus
33112 extern "C"
33113 #endif
33114 /* We use char because int might match the return type of a gcc2
33115 builtin and then its argument prototype would still apply. */
33116 char inet_addr ();
33117 int
33118 main ()
33119 {
33120 inet_addr ();
33121 ;
33122 return 0;
33123 }
33124 _ACEOF
33125 rm -f conftest.$ac_objext conftest$ac_exeext
33126 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33127 (eval $ac_link) 2>conftest.er1
33128 ac_status=$?
33129 grep -v '^ *+' conftest.er1 >conftest.err
33130 rm -f conftest.er1
33131 cat conftest.err >&5
33132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33133 (exit $ac_status); } &&
33134 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33136 (eval $ac_try) 2>&5
33137 ac_status=$?
33138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33139 (exit $ac_status); }; } &&
33140 { ac_try='test -s conftest$ac_exeext'
33141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33142 (eval $ac_try) 2>&5
33143 ac_status=$?
33144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33145 (exit $ac_status); }; }; then
33146 ac_cv_lib_socket_inet_addr=yes
33147 else
33148 echo "$as_me: failed program was:" >&5
33149 sed 's/^/| /' conftest.$ac_ext >&5
33150
33151 ac_cv_lib_socket_inet_addr=no
33152 fi
33153 rm -f conftest.err conftest.$ac_objext \
33154 conftest$ac_exeext conftest.$ac_ext
33155 LIBS=$ac_check_lib_save_LIBS
33156 fi
33157 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
33158 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
33159 if test $ac_cv_lib_socket_inet_addr = yes; then
33160 INET_LINK="socket"
33161
33162 fi
33163
33164
33165
33166 fi
33167
33168
33169
33170 fi
33171
33172
33173
33174 fi
33175 done
33176
33177
33178
33179 for ac_func in inet_aton
33180 do
33181 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33182 echo "$as_me:$LINENO: checking for $ac_func" >&5
33183 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33184 if eval "test \"\${$as_ac_var+set}\" = set"; then
33185 echo $ECHO_N "(cached) $ECHO_C" >&6
33186 else
33187 cat >conftest.$ac_ext <<_ACEOF
33188 /* confdefs.h. */
33189 _ACEOF
33190 cat confdefs.h >>conftest.$ac_ext
33191 cat >>conftest.$ac_ext <<_ACEOF
33192 /* end confdefs.h. */
33193 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33194 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33195 #define $ac_func innocuous_$ac_func
33196
33197 /* System header to define __stub macros and hopefully few prototypes,
33198 which can conflict with char $ac_func (); below.
33199 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33200 <limits.h> exists even on freestanding compilers. */
33201
33202 #ifdef __STDC__
33203 # include <limits.h>
33204 #else
33205 # include <assert.h>
33206 #endif
33207
33208 #undef $ac_func
33209
33210 /* Override any gcc2 internal prototype to avoid an error. */
33211 #ifdef __cplusplus
33212 extern "C"
33213 {
33214 #endif
33215 /* We use char because int might match the return type of a gcc2
33216 builtin and then its argument prototype would still apply. */
33217 char $ac_func ();
33218 /* The GNU C library defines this for functions which it implements
33219 to always fail with ENOSYS. Some functions are actually named
33220 something starting with __ and the normal name is an alias. */
33221 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33222 choke me
33223 #else
33224 char (*f) () = $ac_func;
33225 #endif
33226 #ifdef __cplusplus
33227 }
33228 #endif
33229
33230 int
33231 main ()
33232 {
33233 return f != $ac_func;
33234 ;
33235 return 0;
33236 }
33237 _ACEOF
33238 rm -f conftest.$ac_objext conftest$ac_exeext
33239 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33240 (eval $ac_link) 2>conftest.er1
33241 ac_status=$?
33242 grep -v '^ *+' conftest.er1 >conftest.err
33243 rm -f conftest.er1
33244 cat conftest.err >&5
33245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33246 (exit $ac_status); } &&
33247 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33249 (eval $ac_try) 2>&5
33250 ac_status=$?
33251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33252 (exit $ac_status); }; } &&
33253 { ac_try='test -s conftest$ac_exeext'
33254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33255 (eval $ac_try) 2>&5
33256 ac_status=$?
33257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33258 (exit $ac_status); }; }; then
33259 eval "$as_ac_var=yes"
33260 else
33261 echo "$as_me: failed program was:" >&5
33262 sed 's/^/| /' conftest.$ac_ext >&5
33263
33264 eval "$as_ac_var=no"
33265 fi
33266 rm -f conftest.err conftest.$ac_objext \
33267 conftest$ac_exeext conftest.$ac_ext
33268 fi
33269 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33270 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33271 if test `eval echo '${'$as_ac_var'}'` = yes; then
33272 cat >>confdefs.h <<_ACEOF
33273 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33274 _ACEOF
33275 cat >>confdefs.h <<\_ACEOF
33276 #define HAVE_INET_ATON 1
33277 _ACEOF
33278
33279 else
33280
33281 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
33282 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
33283 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
33284 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
33285 echo $ECHO_N "(cached) $ECHO_C" >&6
33286 else
33287 ac_check_lib_save_LIBS=$LIBS
33288 LIBS="-l$INET_LINK $LIBS"
33289 cat >conftest.$ac_ext <<_ACEOF
33290 /* confdefs.h. */
33291 _ACEOF
33292 cat confdefs.h >>conftest.$ac_ext
33293 cat >>conftest.$ac_ext <<_ACEOF
33294 /* end confdefs.h. */
33295
33296 /* Override any gcc2 internal prototype to avoid an error. */
33297 #ifdef __cplusplus
33298 extern "C"
33299 #endif
33300 /* We use char because int might match the return type of a gcc2
33301 builtin and then its argument prototype would still apply. */
33302 char inet_aton ();
33303 int
33304 main ()
33305 {
33306 inet_aton ();
33307 ;
33308 return 0;
33309 }
33310 _ACEOF
33311 rm -f conftest.$ac_objext conftest$ac_exeext
33312 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33313 (eval $ac_link) 2>conftest.er1
33314 ac_status=$?
33315 grep -v '^ *+' conftest.er1 >conftest.err
33316 rm -f conftest.er1
33317 cat conftest.err >&5
33318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33319 (exit $ac_status); } &&
33320 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33322 (eval $ac_try) 2>&5
33323 ac_status=$?
33324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33325 (exit $ac_status); }; } &&
33326 { ac_try='test -s conftest$ac_exeext'
33327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33328 (eval $ac_try) 2>&5
33329 ac_status=$?
33330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33331 (exit $ac_status); }; }; then
33332 eval "$as_ac_Lib=yes"
33333 else
33334 echo "$as_me: failed program was:" >&5
33335 sed 's/^/| /' conftest.$ac_ext >&5
33336
33337 eval "$as_ac_Lib=no"
33338 fi
33339 rm -f conftest.err conftest.$ac_objext \
33340 conftest$ac_exeext conftest.$ac_ext
33341 LIBS=$ac_check_lib_save_LIBS
33342 fi
33343 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
33344 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
33345 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
33346 cat >>confdefs.h <<\_ACEOF
33347 #define HAVE_INET_ATON 1
33348 _ACEOF
33349
33350 fi
33351
33352
33353 fi
33354 done
33355
33356
33357 if test "x$INET_LINK" != "x"; then
33358 cat >>confdefs.h <<\_ACEOF
33359 #define HAVE_INET_ADDR 1
33360 _ACEOF
33361
33362 INET_LINK=" -l$INET_LINK"
33363 fi
33364
33365 fi
33366
33367
33368
33369 EXTRALIBS_ESD=
33370 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
33371 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
33372 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
33373 echo $ECHO_N "(cached) $ECHO_C" >&6
33374 else
33375 ac_check_lib_save_LIBS=$LIBS
33376 LIBS="-lesd $LIBS"
33377 cat >conftest.$ac_ext <<_ACEOF
33378 /* confdefs.h. */
33379 _ACEOF
33380 cat confdefs.h >>conftest.$ac_ext
33381 cat >>conftest.$ac_ext <<_ACEOF
33382 /* end confdefs.h. */
33383
33384 /* Override any gcc2 internal prototype to avoid an error. */
33385 #ifdef __cplusplus
33386 extern "C"
33387 #endif
33388 /* We use char because int might match the return type of a gcc2
33389 builtin and then its argument prototype would still apply. */
33390 char esd_close ();
33391 int
33392 main ()
33393 {
33394 esd_close ();
33395 ;
33396 return 0;
33397 }
33398 _ACEOF
33399 rm -f conftest.$ac_objext conftest$ac_exeext
33400 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33401 (eval $ac_link) 2>conftest.er1
33402 ac_status=$?
33403 grep -v '^ *+' conftest.er1 >conftest.err
33404 rm -f conftest.er1
33405 cat conftest.err >&5
33406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33407 (exit $ac_status); } &&
33408 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33410 (eval $ac_try) 2>&5
33411 ac_status=$?
33412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33413 (exit $ac_status); }; } &&
33414 { ac_try='test -s conftest$ac_exeext'
33415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33416 (eval $ac_try) 2>&5
33417 ac_status=$?
33418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33419 (exit $ac_status); }; }; then
33420 ac_cv_lib_esd_esd_close=yes
33421 else
33422 echo "$as_me: failed program was:" >&5
33423 sed 's/^/| /' conftest.$ac_ext >&5
33424
33425 ac_cv_lib_esd_esd_close=no
33426 fi
33427 rm -f conftest.err conftest.$ac_objext \
33428 conftest$ac_exeext conftest.$ac_ext
33429 LIBS=$ac_check_lib_save_LIBS
33430 fi
33431 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
33432 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
33433 if test $ac_cv_lib_esd_esd_close = yes; then
33434
33435
33436 for ac_header in esd.h
33437 do
33438 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
33439 if eval "test \"\${$as_ac_Header+set}\" = set"; then
33440 echo "$as_me:$LINENO: checking for $ac_header" >&5
33441 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
33442 if eval "test \"\${$as_ac_Header+set}\" = set"; then
33443 echo $ECHO_N "(cached) $ECHO_C" >&6
33444 fi
33445 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
33446 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
33447 else
33448 # Is the header compilable?
33449 echo "$as_me:$LINENO: checking $ac_header usability" >&5
33450 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
33451 cat >conftest.$ac_ext <<_ACEOF
33452 /* confdefs.h. */
33453 _ACEOF
33454 cat confdefs.h >>conftest.$ac_ext
33455 cat >>conftest.$ac_ext <<_ACEOF
33456 /* end confdefs.h. */
33457 $ac_includes_default
33458 #include <$ac_header>
33459 _ACEOF
33460 rm -f conftest.$ac_objext
33461 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33462 (eval $ac_compile) 2>conftest.er1
33463 ac_status=$?
33464 grep -v '^ *+' conftest.er1 >conftest.err
33465 rm -f conftest.er1
33466 cat conftest.err >&5
33467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33468 (exit $ac_status); } &&
33469 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33471 (eval $ac_try) 2>&5
33472 ac_status=$?
33473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33474 (exit $ac_status); }; } &&
33475 { ac_try='test -s conftest.$ac_objext'
33476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33477 (eval $ac_try) 2>&5
33478 ac_status=$?
33479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33480 (exit $ac_status); }; }; then
33481 ac_header_compiler=yes
33482 else
33483 echo "$as_me: failed program was:" >&5
33484 sed 's/^/| /' conftest.$ac_ext >&5
33485
33486 ac_header_compiler=no
33487 fi
33488 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33489 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
33490 echo "${ECHO_T}$ac_header_compiler" >&6
33491
33492 # Is the header present?
33493 echo "$as_me:$LINENO: checking $ac_header presence" >&5
33494 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
33495 cat >conftest.$ac_ext <<_ACEOF
33496 /* confdefs.h. */
33497 _ACEOF
33498 cat confdefs.h >>conftest.$ac_ext
33499 cat >>conftest.$ac_ext <<_ACEOF
33500 /* end confdefs.h. */
33501 #include <$ac_header>
33502 _ACEOF
33503 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
33504 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
33505 ac_status=$?
33506 grep -v '^ *+' conftest.er1 >conftest.err
33507 rm -f conftest.er1
33508 cat conftest.err >&5
33509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33510 (exit $ac_status); } >/dev/null; then
33511 if test -s conftest.err; then
33512 ac_cpp_err=$ac_c_preproc_warn_flag
33513 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
33514 else
33515 ac_cpp_err=
33516 fi
33517 else
33518 ac_cpp_err=yes
33519 fi
33520 if test -z "$ac_cpp_err"; then
33521 ac_header_preproc=yes
33522 else
33523 echo "$as_me: failed program was:" >&5
33524 sed 's/^/| /' conftest.$ac_ext >&5
33525
33526 ac_header_preproc=no
33527 fi
33528 rm -f conftest.err conftest.$ac_ext
33529 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
33530 echo "${ECHO_T}$ac_header_preproc" >&6
33531
33532 # So? What about this header?
33533 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
33534 yes:no: )
33535 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
33536 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
33537 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
33538 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
33539 ac_header_preproc=yes
33540 ;;
33541 no:yes:* )
33542 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
33543 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
33544 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
33545 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
33546 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
33547 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
33548 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
33549 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
33550 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
33551 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
33552 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
33553 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
33554 (
33555 cat <<\_ASBOX
33556 ## ----------------------------------------- ##
33557 ## Report this to wx-dev@lists.wxwidgets.org ##
33558 ## ----------------------------------------- ##
33559 _ASBOX
33560 ) |
33561 sed "s/^/$as_me: WARNING: /" >&2
33562 ;;
33563 esac
33564 echo "$as_me:$LINENO: checking for $ac_header" >&5
33565 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
33566 if eval "test \"\${$as_ac_Header+set}\" = set"; then
33567 echo $ECHO_N "(cached) $ECHO_C" >&6
33568 else
33569 eval "$as_ac_Header=\$ac_header_preproc"
33570 fi
33571 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
33572 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
33573
33574 fi
33575 if test `eval echo '${'$as_ac_Header'}'` = yes; then
33576 cat >>confdefs.h <<_ACEOF
33577 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
33578 _ACEOF
33579
33580 EXTRALIBS_ESD="-lesd"
33581
33582 fi
33583
33584 done
33585
33586
33587 fi
33588
33589
33590
33591 echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
33592 echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
33593 cat >conftest.$ac_ext <<_ACEOF
33594 /* confdefs.h. */
33595 _ACEOF
33596 cat confdefs.h >>conftest.$ac_ext
33597 cat >>conftest.$ac_ext <<_ACEOF
33598 /* end confdefs.h. */
33599 #ifdef __linux__
33600 #include <linux/cdrom.h>
33601 #else
33602 /* For Solaris */
33603 #include <sys/cdio.h>
33604 #endif
33605
33606 int
33607 main ()
33608 {
33609 struct cdrom_tocentry entry, old_entry;
33610 ;
33611 return 0;
33612 }
33613 _ACEOF
33614 rm -f conftest.$ac_objext
33615 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33616 (eval $ac_compile) 2>conftest.er1
33617 ac_status=$?
33618 grep -v '^ *+' conftest.er1 >conftest.err
33619 rm -f conftest.er1
33620 cat conftest.err >&5
33621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33622 (exit $ac_status); } &&
33623 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33625 (eval $ac_try) 2>&5
33626 ac_status=$?
33627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33628 (exit $ac_status); }; } &&
33629 { ac_try='test -s conftest.$ac_objext'
33630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33631 (eval $ac_try) 2>&5
33632 ac_status=$?
33633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33634 (exit $ac_status); }; }; then
33635 echo "$as_me:$LINENO: result: yes" >&5
33636 echo "${ECHO_T}yes" >&6
33637 cat >>confdefs.h <<\_ACEOF
33638 #define HAVE_KNOWN_CDROM_INTERFACE 1
33639 _ACEOF
33640
33641 else
33642 echo "$as_me: failed program was:" >&5
33643 sed 's/^/| /' conftest.$ac_ext >&5
33644
33645 echo "$as_me:$LINENO: result: no" >&5
33646 echo "${ECHO_T}no" >&6
33647 fi
33648 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33649
33650
33651 cat >confcache <<\_ACEOF
33652 # This file is a shell script that caches the results of configure
33653 # tests run on this system so they can be shared between configure
33654 # scripts and configure runs, see configure's option --config-cache.
33655 # It is not useful on other systems. If it contains results you don't
33656 # want to keep, you may remove or edit it.
33657 #
33658 # config.status only pays attention to the cache file if you give it
33659 # the --recheck option to rerun configure.
33660 #
33661 # `ac_cv_env_foo' variables (set or unset) will be overridden when
33662 # loading this file, other *unset* `ac_cv_foo' will be assigned the
33663 # following values.
33664
33665 _ACEOF
33666
33667 # The following way of writing the cache mishandles newlines in values,
33668 # but we know of no workaround that is simple, portable, and efficient.
33669 # So, don't put newlines in cache variables' values.
33670 # Ultrix sh set writes to stderr and can't be redirected directly,
33671 # and sets the high bit in the cache file unless we assign to the vars.
33672 {
33673 (set) 2>&1 |
33674 case `(ac_space=' '; set | grep ac_space) 2>&1` in
33675 *ac_space=\ *)
33676 # `set' does not quote correctly, so add quotes (double-quote
33677 # substitution turns \\\\ into \\, and sed turns \\ into \).
33678 sed -n \
33679 "s/'/'\\\\''/g;
33680 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
33681 ;;
33682 *)
33683 # `set' quotes correctly as required by POSIX, so do not add quotes.
33684 sed -n \
33685 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
33686 ;;
33687 esac;
33688 } |
33689 sed '
33690 t clear
33691 : clear
33692 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
33693 t end
33694 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
33695 : end' >>confcache
33696 if diff $cache_file confcache >/dev/null 2>&1; then :; else
33697 if test -w $cache_file; then
33698 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
33699 cat confcache >$cache_file
33700 else
33701 echo "not updating unwritable cache $cache_file"
33702 fi
33703 fi
33704 rm -f confcache
33705
33706
33707 CPP_MT_FLAG=
33708 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
33709
33710
33711 THREADS_LINK=
33712 THREADS_CFLAGS=
33713
33714 if test "$wxUSE_THREADS" = "yes" ; then
33715 if test "$USE_BEOS" = 1; then
33716 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
33717 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
33718 wxUSE_THREADS="no"
33719 fi
33720 fi
33721
33722 if test "$wxUSE_THREADS" = "yes" ; then
33723
33724
33725 THREAD_OPTS="-pthread"
33726 case "${host}" in
33727 *-*-solaris2* | *-*-sunos4* )
33728 if test "x$GCC" = "xyes"; then
33729 THREAD_OPTS="-pthreads $THREAD_OPTS"
33730 else
33731 THREAD_OPTS="-mt $THREAD_OPTS"
33732 fi
33733 ;;
33734 *-*-freebsd*)
33735 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
33736 ;;
33737 *-*-darwin* | *-*-cygwin* )
33738 THREAD_OPTS=""
33739 ;;
33740 *-*-aix*)
33741 THREAD_OPTS="pthreads"
33742 ;;
33743 *-hp-hpux* )
33744 if test "x$GCC" != "xyes"; then
33745 THREAD_OPTS=""
33746 fi
33747 ;;
33748
33749 *-*-irix* )
33750 if test "x$GCC" = "xyes"; then
33751 THREAD_OPTS=""
33752 fi
33753 ;;
33754
33755 *-*-*UnixWare*)
33756 if test "x$GCC" != "xyes"; then
33757 THREAD_OPTS="-Ethread"
33758 fi
33759 ;;
33760 esac
33761
33762 THREAD_OPTS="$THREAD_OPTS pthread none"
33763
33764 THREADS_OK=no
33765 for flag in $THREAD_OPTS; do
33766 case $flag in
33767 none)
33768 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
33769 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
33770 ;;
33771
33772 -*)
33773 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
33774 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
33775 THREADS_CFLAGS="$flag"
33776 ;;
33777
33778 *)
33779 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
33780 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
33781 THREADS_LINK="-l$flag"
33782 ;;
33783 esac
33784
33785 save_LIBS="$LIBS"
33786 save_CFLAGS="$CFLAGS"
33787 LIBS="$THREADS_LINK $LIBS"
33788 CFLAGS="$THREADS_CFLAGS $CFLAGS"
33789
33790 cat >conftest.$ac_ext <<_ACEOF
33791 /* confdefs.h. */
33792 _ACEOF
33793 cat confdefs.h >>conftest.$ac_ext
33794 cat >>conftest.$ac_ext <<_ACEOF
33795 /* end confdefs.h. */
33796 #include <pthread.h>
33797 int
33798 main ()
33799 {
33800 pthread_create(0,0,0,0);
33801 ;
33802 return 0;
33803 }
33804 _ACEOF
33805 rm -f conftest.$ac_objext conftest$ac_exeext
33806 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33807 (eval $ac_link) 2>conftest.er1
33808 ac_status=$?
33809 grep -v '^ *+' conftest.er1 >conftest.err
33810 rm -f conftest.er1
33811 cat conftest.err >&5
33812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33813 (exit $ac_status); } &&
33814 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33816 (eval $ac_try) 2>&5
33817 ac_status=$?
33818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33819 (exit $ac_status); }; } &&
33820 { ac_try='test -s conftest$ac_exeext'
33821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33822 (eval $ac_try) 2>&5
33823 ac_status=$?
33824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33825 (exit $ac_status); }; }; then
33826 THREADS_OK=yes
33827 else
33828 echo "$as_me: failed program was:" >&5
33829 sed 's/^/| /' conftest.$ac_ext >&5
33830
33831 fi
33832 rm -f conftest.err conftest.$ac_objext \
33833 conftest$ac_exeext conftest.$ac_ext
33834
33835 LIBS="$save_LIBS"
33836 CFLAGS="$save_CFLAGS"
33837
33838 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
33839 echo "${ECHO_T}$THREADS_OK" >&6
33840 if test "x$THREADS_OK" = "xyes"; then
33841 break;
33842 fi
33843
33844 THREADS_LINK=""
33845 THREADS_CFLAGS=""
33846 done
33847
33848 if test "x$THREADS_OK" != "xyes"; then
33849 wxUSE_THREADS=no
33850 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
33851 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
33852 else
33853 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
33854 LIBS="$THREADS_LINK $LIBS"
33855
33856 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
33857 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
33858 flag=no
33859 case "${host}" in
33860 *-aix*)
33861 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
33862 flag="-D_THREAD_SAFE"
33863 ;;
33864 *-freebsd*)
33865 flag="-D_THREAD_SAFE"
33866 ;;
33867 *-hp-hpux* )
33868 flag="-D_REENTRANT"
33869 if test "x$GCC" != "xyes"; then
33870 flag="$flag -D_RWSTD_MULTI_THREAD"
33871 fi
33872 ;;
33873 *solaris* | alpha*-osf*)
33874 flag="-D_REENTRANT"
33875 ;;
33876 esac
33877 echo "$as_me:$LINENO: result: ${flag}" >&5
33878 echo "${ECHO_T}${flag}" >&6
33879 if test "x$flag" != xno; then
33880 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
33881 fi
33882
33883 if test "x$THREADS_CFLAGS" != "x"; then
33884 CFLAGS="$CFLAGS $THREADS_CFLAGS"
33885 CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS"
33886 fi
33887 fi
33888 fi
33889
33890 if test "$wxUSE_THREADS" = "yes" ; then
33891
33892 for ac_func in thr_setconcurrency
33893 do
33894 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33895 echo "$as_me:$LINENO: checking for $ac_func" >&5
33896 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33897 if eval "test \"\${$as_ac_var+set}\" = set"; then
33898 echo $ECHO_N "(cached) $ECHO_C" >&6
33899 else
33900 cat >conftest.$ac_ext <<_ACEOF
33901 /* confdefs.h. */
33902 _ACEOF
33903 cat confdefs.h >>conftest.$ac_ext
33904 cat >>conftest.$ac_ext <<_ACEOF
33905 /* end confdefs.h. */
33906 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33907 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33908 #define $ac_func innocuous_$ac_func
33909
33910 /* System header to define __stub macros and hopefully few prototypes,
33911 which can conflict with char $ac_func (); below.
33912 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33913 <limits.h> exists even on freestanding compilers. */
33914
33915 #ifdef __STDC__
33916 # include <limits.h>
33917 #else
33918 # include <assert.h>
33919 #endif
33920
33921 #undef $ac_func
33922
33923 /* Override any gcc2 internal prototype to avoid an error. */
33924 #ifdef __cplusplus
33925 extern "C"
33926 {
33927 #endif
33928 /* We use char because int might match the return type of a gcc2
33929 builtin and then its argument prototype would still apply. */
33930 char $ac_func ();
33931 /* The GNU C library defines this for functions which it implements
33932 to always fail with ENOSYS. Some functions are actually named
33933 something starting with __ and the normal name is an alias. */
33934 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33935 choke me
33936 #else
33937 char (*f) () = $ac_func;
33938 #endif
33939 #ifdef __cplusplus
33940 }
33941 #endif
33942
33943 int
33944 main ()
33945 {
33946 return f != $ac_func;
33947 ;
33948 return 0;
33949 }
33950 _ACEOF
33951 rm -f conftest.$ac_objext conftest$ac_exeext
33952 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33953 (eval $ac_link) 2>conftest.er1
33954 ac_status=$?
33955 grep -v '^ *+' conftest.er1 >conftest.err
33956 rm -f conftest.er1
33957 cat conftest.err >&5
33958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33959 (exit $ac_status); } &&
33960 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33962 (eval $ac_try) 2>&5
33963 ac_status=$?
33964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33965 (exit $ac_status); }; } &&
33966 { ac_try='test -s conftest$ac_exeext'
33967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33968 (eval $ac_try) 2>&5
33969 ac_status=$?
33970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33971 (exit $ac_status); }; }; then
33972 eval "$as_ac_var=yes"
33973 else
33974 echo "$as_me: failed program was:" >&5
33975 sed 's/^/| /' conftest.$ac_ext >&5
33976
33977 eval "$as_ac_var=no"
33978 fi
33979 rm -f conftest.err conftest.$ac_objext \
33980 conftest$ac_exeext conftest.$ac_ext
33981 fi
33982 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33983 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33984 if test `eval echo '${'$as_ac_var'}'` = yes; then
33985 cat >>confdefs.h <<_ACEOF
33986 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33987 _ACEOF
33988
33989 fi
33990 done
33991
33992
33993
33994 for ac_header in sched.h
33995 do
33996 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
33997 if eval "test \"\${$as_ac_Header+set}\" = set"; then
33998 echo "$as_me:$LINENO: checking for $ac_header" >&5
33999 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34000 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34001 echo $ECHO_N "(cached) $ECHO_C" >&6
34002 fi
34003 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34004 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34005 else
34006 # Is the header compilable?
34007 echo "$as_me:$LINENO: checking $ac_header usability" >&5
34008 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
34009 cat >conftest.$ac_ext <<_ACEOF
34010 /* confdefs.h. */
34011 _ACEOF
34012 cat confdefs.h >>conftest.$ac_ext
34013 cat >>conftest.$ac_ext <<_ACEOF
34014 /* end confdefs.h. */
34015 $ac_includes_default
34016 #include <$ac_header>
34017 _ACEOF
34018 rm -f conftest.$ac_objext
34019 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34020 (eval $ac_compile) 2>conftest.er1
34021 ac_status=$?
34022 grep -v '^ *+' conftest.er1 >conftest.err
34023 rm -f conftest.er1
34024 cat conftest.err >&5
34025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34026 (exit $ac_status); } &&
34027 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34029 (eval $ac_try) 2>&5
34030 ac_status=$?
34031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34032 (exit $ac_status); }; } &&
34033 { ac_try='test -s conftest.$ac_objext'
34034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34035 (eval $ac_try) 2>&5
34036 ac_status=$?
34037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34038 (exit $ac_status); }; }; then
34039 ac_header_compiler=yes
34040 else
34041 echo "$as_me: failed program was:" >&5
34042 sed 's/^/| /' conftest.$ac_ext >&5
34043
34044 ac_header_compiler=no
34045 fi
34046 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34047 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34048 echo "${ECHO_T}$ac_header_compiler" >&6
34049
34050 # Is the header present?
34051 echo "$as_me:$LINENO: checking $ac_header presence" >&5
34052 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
34053 cat >conftest.$ac_ext <<_ACEOF
34054 /* confdefs.h. */
34055 _ACEOF
34056 cat confdefs.h >>conftest.$ac_ext
34057 cat >>conftest.$ac_ext <<_ACEOF
34058 /* end confdefs.h. */
34059 #include <$ac_header>
34060 _ACEOF
34061 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
34062 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
34063 ac_status=$?
34064 grep -v '^ *+' conftest.er1 >conftest.err
34065 rm -f conftest.er1
34066 cat conftest.err >&5
34067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34068 (exit $ac_status); } >/dev/null; then
34069 if test -s conftest.err; then
34070 ac_cpp_err=$ac_c_preproc_warn_flag
34071 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
34072 else
34073 ac_cpp_err=
34074 fi
34075 else
34076 ac_cpp_err=yes
34077 fi
34078 if test -z "$ac_cpp_err"; then
34079 ac_header_preproc=yes
34080 else
34081 echo "$as_me: failed program was:" >&5
34082 sed 's/^/| /' conftest.$ac_ext >&5
34083
34084 ac_header_preproc=no
34085 fi
34086 rm -f conftest.err conftest.$ac_ext
34087 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34088 echo "${ECHO_T}$ac_header_preproc" >&6
34089
34090 # So? What about this header?
34091 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34092 yes:no: )
34093 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
34094 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
34095 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
34096 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
34097 ac_header_preproc=yes
34098 ;;
34099 no:yes:* )
34100 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
34101 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
34102 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
34103 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
34104 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
34105 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
34106 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
34107 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
34108 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
34109 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
34110 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
34111 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
34112 (
34113 cat <<\_ASBOX
34114 ## ----------------------------------------- ##
34115 ## Report this to wx-dev@lists.wxwidgets.org ##
34116 ## ----------------------------------------- ##
34117 _ASBOX
34118 ) |
34119 sed "s/^/$as_me: WARNING: /" >&2
34120 ;;
34121 esac
34122 echo "$as_me:$LINENO: checking for $ac_header" >&5
34123 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34124 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34125 echo $ECHO_N "(cached) $ECHO_C" >&6
34126 else
34127 eval "$as_ac_Header=\$ac_header_preproc"
34128 fi
34129 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34130 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34131
34132 fi
34133 if test `eval echo '${'$as_ac_Header'}'` = yes; then
34134 cat >>confdefs.h <<_ACEOF
34135 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34136 _ACEOF
34137
34138 fi
34139
34140 done
34141
34142 if test "$ac_cv_header_sched_h" = "yes"; then
34143 echo "$as_me:$LINENO: checking for sched_yield" >&5
34144 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
34145 if test "${ac_cv_func_sched_yield+set}" = set; then
34146 echo $ECHO_N "(cached) $ECHO_C" >&6
34147 else
34148 cat >conftest.$ac_ext <<_ACEOF
34149 /* confdefs.h. */
34150 _ACEOF
34151 cat confdefs.h >>conftest.$ac_ext
34152 cat >>conftest.$ac_ext <<_ACEOF
34153 /* end confdefs.h. */
34154 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
34155 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34156 #define sched_yield innocuous_sched_yield
34157
34158 /* System header to define __stub macros and hopefully few prototypes,
34159 which can conflict with char sched_yield (); below.
34160 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34161 <limits.h> exists even on freestanding compilers. */
34162
34163 #ifdef __STDC__
34164 # include <limits.h>
34165 #else
34166 # include <assert.h>
34167 #endif
34168
34169 #undef sched_yield
34170
34171 /* Override any gcc2 internal prototype to avoid an error. */
34172 #ifdef __cplusplus
34173 extern "C"
34174 {
34175 #endif
34176 /* We use char because int might match the return type of a gcc2
34177 builtin and then its argument prototype would still apply. */
34178 char sched_yield ();
34179 /* The GNU C library defines this for functions which it implements
34180 to always fail with ENOSYS. Some functions are actually named
34181 something starting with __ and the normal name is an alias. */
34182 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
34183 choke me
34184 #else
34185 char (*f) () = sched_yield;
34186 #endif
34187 #ifdef __cplusplus
34188 }
34189 #endif
34190
34191 int
34192 main ()
34193 {
34194 return f != sched_yield;
34195 ;
34196 return 0;
34197 }
34198 _ACEOF
34199 rm -f conftest.$ac_objext conftest$ac_exeext
34200 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34201 (eval $ac_link) 2>conftest.er1
34202 ac_status=$?
34203 grep -v '^ *+' conftest.er1 >conftest.err
34204 rm -f conftest.er1
34205 cat conftest.err >&5
34206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34207 (exit $ac_status); } &&
34208 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34210 (eval $ac_try) 2>&5
34211 ac_status=$?
34212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34213 (exit $ac_status); }; } &&
34214 { ac_try='test -s conftest$ac_exeext'
34215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34216 (eval $ac_try) 2>&5
34217 ac_status=$?
34218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34219 (exit $ac_status); }; }; then
34220 ac_cv_func_sched_yield=yes
34221 else
34222 echo "$as_me: failed program was:" >&5
34223 sed 's/^/| /' conftest.$ac_ext >&5
34224
34225 ac_cv_func_sched_yield=no
34226 fi
34227 rm -f conftest.err conftest.$ac_objext \
34228 conftest$ac_exeext conftest.$ac_ext
34229 fi
34230 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
34231 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
34232 if test $ac_cv_func_sched_yield = yes; then
34233 cat >>confdefs.h <<\_ACEOF
34234 #define HAVE_SCHED_YIELD 1
34235 _ACEOF
34236
34237 else
34238
34239 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
34240 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
34241 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
34242 echo $ECHO_N "(cached) $ECHO_C" >&6
34243 else
34244 ac_check_lib_save_LIBS=$LIBS
34245 LIBS="-lposix4 $LIBS"
34246 cat >conftest.$ac_ext <<_ACEOF
34247 /* confdefs.h. */
34248 _ACEOF
34249 cat confdefs.h >>conftest.$ac_ext
34250 cat >>conftest.$ac_ext <<_ACEOF
34251 /* end confdefs.h. */
34252
34253 /* Override any gcc2 internal prototype to avoid an error. */
34254 #ifdef __cplusplus
34255 extern "C"
34256 #endif
34257 /* We use char because int might match the return type of a gcc2
34258 builtin and then its argument prototype would still apply. */
34259 char sched_yield ();
34260 int
34261 main ()
34262 {
34263 sched_yield ();
34264 ;
34265 return 0;
34266 }
34267 _ACEOF
34268 rm -f conftest.$ac_objext conftest$ac_exeext
34269 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34270 (eval $ac_link) 2>conftest.er1
34271 ac_status=$?
34272 grep -v '^ *+' conftest.er1 >conftest.err
34273 rm -f conftest.er1
34274 cat conftest.err >&5
34275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34276 (exit $ac_status); } &&
34277 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34279 (eval $ac_try) 2>&5
34280 ac_status=$?
34281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34282 (exit $ac_status); }; } &&
34283 { ac_try='test -s conftest$ac_exeext'
34284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34285 (eval $ac_try) 2>&5
34286 ac_status=$?
34287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34288 (exit $ac_status); }; }; then
34289 ac_cv_lib_posix4_sched_yield=yes
34290 else
34291 echo "$as_me: failed program was:" >&5
34292 sed 's/^/| /' conftest.$ac_ext >&5
34293
34294 ac_cv_lib_posix4_sched_yield=no
34295 fi
34296 rm -f conftest.err conftest.$ac_objext \
34297 conftest$ac_exeext conftest.$ac_ext
34298 LIBS=$ac_check_lib_save_LIBS
34299 fi
34300 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
34301 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
34302 if test $ac_cv_lib_posix4_sched_yield = yes; then
34303 cat >>confdefs.h <<\_ACEOF
34304 #define HAVE_SCHED_YIELD 1
34305 _ACEOF
34306 POSIX4_LINK=" -lposix4"
34307 else
34308 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
34309 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
34310
34311 fi
34312
34313
34314
34315 fi
34316
34317 fi
34318
34319 HAVE_PRIOR_FUNCS=0
34320 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
34321 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
34322 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
34323 echo $ECHO_N "(cached) $ECHO_C" >&6
34324 else
34325 cat >conftest.$ac_ext <<_ACEOF
34326 /* confdefs.h. */
34327 _ACEOF
34328 cat confdefs.h >>conftest.$ac_ext
34329 cat >>conftest.$ac_ext <<_ACEOF
34330 /* end confdefs.h. */
34331 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
34332 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34333 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
34334
34335 /* System header to define __stub macros and hopefully few prototypes,
34336 which can conflict with char pthread_attr_getschedpolicy (); below.
34337 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34338 <limits.h> exists even on freestanding compilers. */
34339
34340 #ifdef __STDC__
34341 # include <limits.h>
34342 #else
34343 # include <assert.h>
34344 #endif
34345
34346 #undef pthread_attr_getschedpolicy
34347
34348 /* Override any gcc2 internal prototype to avoid an error. */
34349 #ifdef __cplusplus
34350 extern "C"
34351 {
34352 #endif
34353 /* We use char because int might match the return type of a gcc2
34354 builtin and then its argument prototype would still apply. */
34355 char pthread_attr_getschedpolicy ();
34356 /* The GNU C library defines this for functions which it implements
34357 to always fail with ENOSYS. Some functions are actually named
34358 something starting with __ and the normal name is an alias. */
34359 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
34360 choke me
34361 #else
34362 char (*f) () = pthread_attr_getschedpolicy;
34363 #endif
34364 #ifdef __cplusplus
34365 }
34366 #endif
34367
34368 int
34369 main ()
34370 {
34371 return f != pthread_attr_getschedpolicy;
34372 ;
34373 return 0;
34374 }
34375 _ACEOF
34376 rm -f conftest.$ac_objext conftest$ac_exeext
34377 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34378 (eval $ac_link) 2>conftest.er1
34379 ac_status=$?
34380 grep -v '^ *+' conftest.er1 >conftest.err
34381 rm -f conftest.er1
34382 cat conftest.err >&5
34383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34384 (exit $ac_status); } &&
34385 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34387 (eval $ac_try) 2>&5
34388 ac_status=$?
34389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34390 (exit $ac_status); }; } &&
34391 { ac_try='test -s conftest$ac_exeext'
34392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34393 (eval $ac_try) 2>&5
34394 ac_status=$?
34395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34396 (exit $ac_status); }; }; then
34397 ac_cv_func_pthread_attr_getschedpolicy=yes
34398 else
34399 echo "$as_me: failed program was:" >&5
34400 sed 's/^/| /' conftest.$ac_ext >&5
34401
34402 ac_cv_func_pthread_attr_getschedpolicy=no
34403 fi
34404 rm -f conftest.err conftest.$ac_objext \
34405 conftest$ac_exeext conftest.$ac_ext
34406 fi
34407 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
34408 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
34409 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
34410 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
34411 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
34412 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
34413 echo $ECHO_N "(cached) $ECHO_C" >&6
34414 else
34415 cat >conftest.$ac_ext <<_ACEOF
34416 /* confdefs.h. */
34417 _ACEOF
34418 cat confdefs.h >>conftest.$ac_ext
34419 cat >>conftest.$ac_ext <<_ACEOF
34420 /* end confdefs.h. */
34421 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
34422 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34423 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
34424
34425 /* System header to define __stub macros and hopefully few prototypes,
34426 which can conflict with char pthread_attr_setschedparam (); below.
34427 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34428 <limits.h> exists even on freestanding compilers. */
34429
34430 #ifdef __STDC__
34431 # include <limits.h>
34432 #else
34433 # include <assert.h>
34434 #endif
34435
34436 #undef pthread_attr_setschedparam
34437
34438 /* Override any gcc2 internal prototype to avoid an error. */
34439 #ifdef __cplusplus
34440 extern "C"
34441 {
34442 #endif
34443 /* We use char because int might match the return type of a gcc2
34444 builtin and then its argument prototype would still apply. */
34445 char pthread_attr_setschedparam ();
34446 /* The GNU C library defines this for functions which it implements
34447 to always fail with ENOSYS. Some functions are actually named
34448 something starting with __ and the normal name is an alias. */
34449 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
34450 choke me
34451 #else
34452 char (*f) () = pthread_attr_setschedparam;
34453 #endif
34454 #ifdef __cplusplus
34455 }
34456 #endif
34457
34458 int
34459 main ()
34460 {
34461 return f != pthread_attr_setschedparam;
34462 ;
34463 return 0;
34464 }
34465 _ACEOF
34466 rm -f conftest.$ac_objext conftest$ac_exeext
34467 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34468 (eval $ac_link) 2>conftest.er1
34469 ac_status=$?
34470 grep -v '^ *+' conftest.er1 >conftest.err
34471 rm -f conftest.er1
34472 cat conftest.err >&5
34473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34474 (exit $ac_status); } &&
34475 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34477 (eval $ac_try) 2>&5
34478 ac_status=$?
34479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34480 (exit $ac_status); }; } &&
34481 { ac_try='test -s conftest$ac_exeext'
34482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34483 (eval $ac_try) 2>&5
34484 ac_status=$?
34485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34486 (exit $ac_status); }; }; then
34487 ac_cv_func_pthread_attr_setschedparam=yes
34488 else
34489 echo "$as_me: failed program was:" >&5
34490 sed 's/^/| /' conftest.$ac_ext >&5
34491
34492 ac_cv_func_pthread_attr_setschedparam=no
34493 fi
34494 rm -f conftest.err conftest.$ac_objext \
34495 conftest$ac_exeext conftest.$ac_ext
34496 fi
34497 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
34498 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
34499 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
34500 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
34501 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
34502 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
34503 echo $ECHO_N "(cached) $ECHO_C" >&6
34504 else
34505 cat >conftest.$ac_ext <<_ACEOF
34506 /* confdefs.h. */
34507 _ACEOF
34508 cat confdefs.h >>conftest.$ac_ext
34509 cat >>conftest.$ac_ext <<_ACEOF
34510 /* end confdefs.h. */
34511 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
34512 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34513 #define sched_get_priority_max innocuous_sched_get_priority_max
34514
34515 /* System header to define __stub macros and hopefully few prototypes,
34516 which can conflict with char sched_get_priority_max (); below.
34517 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34518 <limits.h> exists even on freestanding compilers. */
34519
34520 #ifdef __STDC__
34521 # include <limits.h>
34522 #else
34523 # include <assert.h>
34524 #endif
34525
34526 #undef sched_get_priority_max
34527
34528 /* Override any gcc2 internal prototype to avoid an error. */
34529 #ifdef __cplusplus
34530 extern "C"
34531 {
34532 #endif
34533 /* We use char because int might match the return type of a gcc2
34534 builtin and then its argument prototype would still apply. */
34535 char sched_get_priority_max ();
34536 /* The GNU C library defines this for functions which it implements
34537 to always fail with ENOSYS. Some functions are actually named
34538 something starting with __ and the normal name is an alias. */
34539 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
34540 choke me
34541 #else
34542 char (*f) () = sched_get_priority_max;
34543 #endif
34544 #ifdef __cplusplus
34545 }
34546 #endif
34547
34548 int
34549 main ()
34550 {
34551 return f != sched_get_priority_max;
34552 ;
34553 return 0;
34554 }
34555 _ACEOF
34556 rm -f conftest.$ac_objext conftest$ac_exeext
34557 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34558 (eval $ac_link) 2>conftest.er1
34559 ac_status=$?
34560 grep -v '^ *+' conftest.er1 >conftest.err
34561 rm -f conftest.er1
34562 cat conftest.err >&5
34563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34564 (exit $ac_status); } &&
34565 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34567 (eval $ac_try) 2>&5
34568 ac_status=$?
34569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34570 (exit $ac_status); }; } &&
34571 { ac_try='test -s conftest$ac_exeext'
34572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34573 (eval $ac_try) 2>&5
34574 ac_status=$?
34575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34576 (exit $ac_status); }; }; then
34577 ac_cv_func_sched_get_priority_max=yes
34578 else
34579 echo "$as_me: failed program was:" >&5
34580 sed 's/^/| /' conftest.$ac_ext >&5
34581
34582 ac_cv_func_sched_get_priority_max=no
34583 fi
34584 rm -f conftest.err conftest.$ac_objext \
34585 conftest$ac_exeext conftest.$ac_ext
34586 fi
34587 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
34588 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
34589 if test $ac_cv_func_sched_get_priority_max = yes; then
34590 HAVE_PRIOR_FUNCS=1
34591 else
34592 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
34593 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
34594 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
34595 echo $ECHO_N "(cached) $ECHO_C" >&6
34596 else
34597 ac_check_lib_save_LIBS=$LIBS
34598 LIBS="-lposix4 $LIBS"
34599 cat >conftest.$ac_ext <<_ACEOF
34600 /* confdefs.h. */
34601 _ACEOF
34602 cat confdefs.h >>conftest.$ac_ext
34603 cat >>conftest.$ac_ext <<_ACEOF
34604 /* end confdefs.h. */
34605
34606 /* Override any gcc2 internal prototype to avoid an error. */
34607 #ifdef __cplusplus
34608 extern "C"
34609 #endif
34610 /* We use char because int might match the return type of a gcc2
34611 builtin and then its argument prototype would still apply. */
34612 char sched_get_priority_max ();
34613 int
34614 main ()
34615 {
34616 sched_get_priority_max ();
34617 ;
34618 return 0;
34619 }
34620 _ACEOF
34621 rm -f conftest.$ac_objext conftest$ac_exeext
34622 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34623 (eval $ac_link) 2>conftest.er1
34624 ac_status=$?
34625 grep -v '^ *+' conftest.er1 >conftest.err
34626 rm -f conftest.er1
34627 cat conftest.err >&5
34628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34629 (exit $ac_status); } &&
34630 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34632 (eval $ac_try) 2>&5
34633 ac_status=$?
34634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34635 (exit $ac_status); }; } &&
34636 { ac_try='test -s conftest$ac_exeext'
34637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34638 (eval $ac_try) 2>&5
34639 ac_status=$?
34640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34641 (exit $ac_status); }; }; then
34642 ac_cv_lib_posix4_sched_get_priority_max=yes
34643 else
34644 echo "$as_me: failed program was:" >&5
34645 sed 's/^/| /' conftest.$ac_ext >&5
34646
34647 ac_cv_lib_posix4_sched_get_priority_max=no
34648 fi
34649 rm -f conftest.err conftest.$ac_objext \
34650 conftest$ac_exeext conftest.$ac_ext
34651 LIBS=$ac_check_lib_save_LIBS
34652 fi
34653 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
34654 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
34655 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
34656
34657 HAVE_PRIOR_FUNCS=1
34658 POSIX4_LINK=" -lposix4"
34659
34660 fi
34661
34662
34663 fi
34664
34665
34666 fi
34667
34668
34669 fi
34670
34671
34672 if test "$HAVE_PRIOR_FUNCS" = 1; then
34673 cat >>confdefs.h <<\_ACEOF
34674 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
34675 _ACEOF
34676
34677 else
34678 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
34679 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
34680 fi
34681
34682 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
34683 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
34684 if test "${ac_cv_func_pthread_cancel+set}" = set; then
34685 echo $ECHO_N "(cached) $ECHO_C" >&6
34686 else
34687 cat >conftest.$ac_ext <<_ACEOF
34688 /* confdefs.h. */
34689 _ACEOF
34690 cat confdefs.h >>conftest.$ac_ext
34691 cat >>conftest.$ac_ext <<_ACEOF
34692 /* end confdefs.h. */
34693 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
34694 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34695 #define pthread_cancel innocuous_pthread_cancel
34696
34697 /* System header to define __stub macros and hopefully few prototypes,
34698 which can conflict with char pthread_cancel (); below.
34699 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34700 <limits.h> exists even on freestanding compilers. */
34701
34702 #ifdef __STDC__
34703 # include <limits.h>
34704 #else
34705 # include <assert.h>
34706 #endif
34707
34708 #undef pthread_cancel
34709
34710 /* Override any gcc2 internal prototype to avoid an error. */
34711 #ifdef __cplusplus
34712 extern "C"
34713 {
34714 #endif
34715 /* We use char because int might match the return type of a gcc2
34716 builtin and then its argument prototype would still apply. */
34717 char pthread_cancel ();
34718 /* The GNU C library defines this for functions which it implements
34719 to always fail with ENOSYS. Some functions are actually named
34720 something starting with __ and the normal name is an alias. */
34721 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
34722 choke me
34723 #else
34724 char (*f) () = pthread_cancel;
34725 #endif
34726 #ifdef __cplusplus
34727 }
34728 #endif
34729
34730 int
34731 main ()
34732 {
34733 return f != pthread_cancel;
34734 ;
34735 return 0;
34736 }
34737 _ACEOF
34738 rm -f conftest.$ac_objext conftest$ac_exeext
34739 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34740 (eval $ac_link) 2>conftest.er1
34741 ac_status=$?
34742 grep -v '^ *+' conftest.er1 >conftest.err
34743 rm -f conftest.er1
34744 cat conftest.err >&5
34745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34746 (exit $ac_status); } &&
34747 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34749 (eval $ac_try) 2>&5
34750 ac_status=$?
34751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34752 (exit $ac_status); }; } &&
34753 { ac_try='test -s conftest$ac_exeext'
34754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34755 (eval $ac_try) 2>&5
34756 ac_status=$?
34757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34758 (exit $ac_status); }; }; then
34759 ac_cv_func_pthread_cancel=yes
34760 else
34761 echo "$as_me: failed program was:" >&5
34762 sed 's/^/| /' conftest.$ac_ext >&5
34763
34764 ac_cv_func_pthread_cancel=no
34765 fi
34766 rm -f conftest.err conftest.$ac_objext \
34767 conftest$ac_exeext conftest.$ac_ext
34768 fi
34769 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
34770 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
34771 if test $ac_cv_func_pthread_cancel = yes; then
34772 cat >>confdefs.h <<\_ACEOF
34773 #define HAVE_PTHREAD_CANCEL 1
34774 _ACEOF
34775
34776 else
34777 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
34778 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
34779 fi
34780
34781
34782
34783
34784 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
34785 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
34786 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
34787 echo $ECHO_N "(cached) $ECHO_C" >&6
34788 else
34789
34790 cat >conftest.$ac_ext <<_ACEOF
34791 /* confdefs.h. */
34792 _ACEOF
34793 cat confdefs.h >>conftest.$ac_ext
34794 cat >>conftest.$ac_ext <<_ACEOF
34795 /* end confdefs.h. */
34796 #include <pthread.h>
34797 int
34798 main ()
34799 {
34800
34801 pthread_mutexattr_t attr;
34802 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
34803
34804 ;
34805 return 0;
34806 }
34807 _ACEOF
34808 rm -f conftest.$ac_objext
34809 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34810 (eval $ac_compile) 2>conftest.er1
34811 ac_status=$?
34812 grep -v '^ *+' conftest.er1 >conftest.err
34813 rm -f conftest.er1
34814 cat conftest.err >&5
34815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34816 (exit $ac_status); } &&
34817 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34819 (eval $ac_try) 2>&5
34820 ac_status=$?
34821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34822 (exit $ac_status); }; } &&
34823 { ac_try='test -s conftest.$ac_objext'
34824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34825 (eval $ac_try) 2>&5
34826 ac_status=$?
34827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34828 (exit $ac_status); }; }; then
34829
34830 wx_cv_type_pthread_mutexattr_t=yes
34831
34832 else
34833 echo "$as_me: failed program was:" >&5
34834 sed 's/^/| /' conftest.$ac_ext >&5
34835
34836
34837 wx_cv_type_pthread_mutexattr_t=no
34838
34839
34840 fi
34841 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34842
34843 fi
34844 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
34845 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
34846
34847 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
34848 cat >>confdefs.h <<\_ACEOF
34849 #define HAVE_PTHREAD_MUTEXATTR_T 1
34850 _ACEOF
34851
34852 else
34853 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
34854 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
34855 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
34856 echo $ECHO_N "(cached) $ECHO_C" >&6
34857 else
34858
34859 cat >conftest.$ac_ext <<_ACEOF
34860 /* confdefs.h. */
34861 _ACEOF
34862 cat confdefs.h >>conftest.$ac_ext
34863 cat >>conftest.$ac_ext <<_ACEOF
34864 /* end confdefs.h. */
34865 #include <pthread.h>
34866 int
34867 main ()
34868 {
34869
34870 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
34871
34872 ;
34873 return 0;
34874 }
34875 _ACEOF
34876 rm -f conftest.$ac_objext
34877 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34878 (eval $ac_compile) 2>conftest.er1
34879 ac_status=$?
34880 grep -v '^ *+' conftest.er1 >conftest.err
34881 rm -f conftest.er1
34882 cat conftest.err >&5
34883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34884 (exit $ac_status); } &&
34885 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34887 (eval $ac_try) 2>&5
34888 ac_status=$?
34889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34890 (exit $ac_status); }; } &&
34891 { ac_try='test -s conftest.$ac_objext'
34892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34893 (eval $ac_try) 2>&5
34894 ac_status=$?
34895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34896 (exit $ac_status); }; }; then
34897
34898 wx_cv_type_pthread_rec_mutex_init=yes
34899
34900 else
34901 echo "$as_me: failed program was:" >&5
34902 sed 's/^/| /' conftest.$ac_ext >&5
34903
34904
34905 wx_cv_type_pthread_rec_mutex_init=no
34906
34907
34908 fi
34909 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34910
34911 fi
34912 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
34913 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
34914 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
34915 cat >>confdefs.h <<\_ACEOF
34916 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
34917 _ACEOF
34918
34919 else
34920 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
34921 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
34922 fi
34923 fi
34924 fi
34925
34926 else
34927 if test "$wxUSE_THREADS" = "yes" ; then
34928 case "${host}" in
34929 *-*-mingw32* )
34930 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
34931 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
34932 if test "${wx_cv_cflags_mthread+set}" = set; then
34933 echo $ECHO_N "(cached) $ECHO_C" >&6
34934 else
34935
34936 CFLAGS_OLD="$CFLAGS"
34937 CFLAGS="$CFLAGS -mthreads"
34938 cat >conftest.$ac_ext <<_ACEOF
34939 /* confdefs.h. */
34940 _ACEOF
34941 cat confdefs.h >>conftest.$ac_ext
34942 cat >>conftest.$ac_ext <<_ACEOF
34943 /* end confdefs.h. */
34944
34945 int
34946 main ()
34947 {
34948
34949 ;
34950 return 0;
34951 }
34952 _ACEOF
34953 rm -f conftest.$ac_objext
34954 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34955 (eval $ac_compile) 2>conftest.er1
34956 ac_status=$?
34957 grep -v '^ *+' conftest.er1 >conftest.err
34958 rm -f conftest.er1
34959 cat conftest.err >&5
34960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34961 (exit $ac_status); } &&
34962 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34964 (eval $ac_try) 2>&5
34965 ac_status=$?
34966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34967 (exit $ac_status); }; } &&
34968 { ac_try='test -s conftest.$ac_objext'
34969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34970 (eval $ac_try) 2>&5
34971 ac_status=$?
34972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34973 (exit $ac_status); }; }; then
34974 wx_cv_cflags_mthread=yes
34975 else
34976 echo "$as_me: failed program was:" >&5
34977 sed 's/^/| /' conftest.$ac_ext >&5
34978
34979 wx_cv_cflags_mthread=no
34980
34981 fi
34982 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34983
34984
34985 fi
34986 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
34987 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
34988
34989 if test "$wx_cv_cflags_mthread" = "yes"; then
34990 CXXFLAGS="$CXXFLAGS -mthreads"
34991 TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -mthreads"
34992 LDFLAGS="$LDFLAGS -mthreads"
34993 else
34994 CFLAGS="$CFLAGS_OLD"
34995 fi
34996 ;;
34997 *-pc-os2*emx )
34998 CFLAGS="$CFLAGS -Zmt -D__ST_MT_ERRNO__"
34999 CXXFLAGS="$CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
35000 LDFLAGS="$LDFLAGS -Zmt"
35001 ;;
35002 esac
35003 fi
35004 fi
35005
35006 if test "$wxUSE_THREADS" = "yes"; then
35007 cat >>confdefs.h <<\_ACEOF
35008 #define wxUSE_THREADS 1
35009 _ACEOF
35010
35011
35012 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
35013 else
35014 if test "$ac_cv_func_strtok_r" = "yes"; then
35015 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
35016 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
35017 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
35018 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
35019 echo "$as_me:$LINENO: result: yes" >&5
35020 echo "${ECHO_T}yes" >&6
35021 else
35022 echo "$as_me:$LINENO: result: no" >&5
35023 echo "${ECHO_T}no" >&6
35024 fi
35025 fi
35026 fi
35027
35028 if test "$WXGTK20" = 1 ; then
35029 cat >>confdefs.h <<_ACEOF
35030 #define __WXGTK20__ $WXGTK20
35031 _ACEOF
35032
35033 WXGTK12=1
35034 fi
35035
35036 if test "$WXGTK12" = 1 ; then
35037 cat >>confdefs.h <<_ACEOF
35038 #define __WXGTK12__ $WXGTK12
35039 _ACEOF
35040
35041 fi
35042
35043 if test "$WXGTK127" = 1 ; then
35044 cat >>confdefs.h <<_ACEOF
35045 #define __WXGTK127__ $WXGTK127
35046 _ACEOF
35047
35048 fi
35049
35050 if test "$WXGPE" = 1 ; then
35051 cat >>confdefs.h <<_ACEOF
35052 #define __WXGPE__ $WXGPE
35053 _ACEOF
35054
35055 fi
35056
35057 WXDEBUG=
35058
35059 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
35060 WXDEBUG="-g"
35061 wxUSE_OPTIMISE=no
35062 fi
35063
35064 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
35065 wxUSE_DEBUG_INFO=yes
35066 WXDEBUG="-ggdb"
35067 fi
35068
35069 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
35070 cat >>confdefs.h <<\_ACEOF
35071 #define WXDEBUG 1
35072 _ACEOF
35073
35074 WXDEBUG_DEFINE="-D__WXDEBUG__"
35075 else
35076 if test "$wxUSE_GTK" = 1 ; then
35077 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
35078 fi
35079 fi
35080
35081 if test "$wxUSE_MEM_TRACING" = "yes" ; then
35082 cat >>confdefs.h <<\_ACEOF
35083 #define wxUSE_MEMORY_TRACING 1
35084 _ACEOF
35085
35086 cat >>confdefs.h <<\_ACEOF
35087 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
35088 _ACEOF
35089
35090 cat >>confdefs.h <<\_ACEOF
35091 #define wxUSE_DEBUG_NEW_ALWAYS 1
35092 _ACEOF
35093
35094 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
35095 fi
35096
35097 if test "$wxUSE_DMALLOC" = "yes" ; then
35098 DMALLOC_LIBS="-ldmalloc"
35099 fi
35100
35101 PROFILE=
35102 if test "$wxUSE_PROFILE" = "yes" ; then
35103 PROFILE=" -pg"
35104 fi
35105
35106 CODE_GEN_FLAGS=
35107 CODE_GEN_FLAGS_CXX=
35108 if test "$GCC" = "yes" ; then
35109 if test "$wxUSE_NO_RTTI" = "yes" ; then
35110 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
35111 fi
35112 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
35113 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
35114 fi
35115 if test "$wxUSE_PERMISSIVE" = "yes" ; then
35116 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
35117 fi
35118
35119 case "${host}" in
35120 powerpc*-*-aix* )
35121 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc"
35122 ;;
35123 *-hppa* )
35124 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections"
35125 ;;
35126 esac
35127 fi
35128
35129 OPTIMISE=
35130 if test "$wxUSE_OPTIMISE" = "no" ; then
35131 if test "$GCC" = yes ; then
35132 OPTIMISE="-O0"
35133 fi
35134 else
35135 if test "$GCC" = yes ; then
35136 OPTIMISE="-O2"
35137
35138 case "${host}" in
35139 i586-*-*|i686-*-* )
35140 OPTIMISE="${OPTIMISE} "
35141 ;;
35142 esac
35143 else
35144 OPTIMISE="-O"
35145 fi
35146 fi
35147
35148
35149 if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
35150 cat >>confdefs.h <<\_ACEOF
35151 #define WXWIN_COMPATIBILITY_2_2 1
35152 _ACEOF
35153
35154
35155 WXWIN_COMPATIBILITY_2_4="yes"
35156 fi
35157
35158 if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
35159 cat >>confdefs.h <<\_ACEOF
35160 #define WXWIN_COMPATIBILITY_2_4 1
35161 _ACEOF
35162
35163 fi
35164
35165
35166 if test "$wxUSE_GUI" = "yes"; then
35167 cat >>confdefs.h <<\_ACEOF
35168 #define wxUSE_GUI 1
35169 _ACEOF
35170
35171
35172 fi
35173
35174
35175 if test "$wxUSE_UNIX" = "yes"; then
35176 cat >>confdefs.h <<\_ACEOF
35177 #define wxUSE_UNIX 1
35178 _ACEOF
35179
35180 fi
35181
35182
35183 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
35184
35185 HAVE_DL_FUNCS=0
35186 HAVE_SHL_FUNCS=0
35187 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
35188 if test "$USE_DARWIN" = 1; then
35189 HAVE_DL_FUNCS=1
35190 else
35191
35192 for ac_func in dlopen
35193 do
35194 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35195 echo "$as_me:$LINENO: checking for $ac_func" >&5
35196 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35197 if eval "test \"\${$as_ac_var+set}\" = set"; then
35198 echo $ECHO_N "(cached) $ECHO_C" >&6
35199 else
35200 cat >conftest.$ac_ext <<_ACEOF
35201 /* confdefs.h. */
35202 _ACEOF
35203 cat confdefs.h >>conftest.$ac_ext
35204 cat >>conftest.$ac_ext <<_ACEOF
35205 /* end confdefs.h. */
35206 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35207 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35208 #define $ac_func innocuous_$ac_func
35209
35210 /* System header to define __stub macros and hopefully few prototypes,
35211 which can conflict with char $ac_func (); below.
35212 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35213 <limits.h> exists even on freestanding compilers. */
35214
35215 #ifdef __STDC__
35216 # include <limits.h>
35217 #else
35218 # include <assert.h>
35219 #endif
35220
35221 #undef $ac_func
35222
35223 /* Override any gcc2 internal prototype to avoid an error. */
35224 #ifdef __cplusplus
35225 extern "C"
35226 {
35227 #endif
35228 /* We use char because int might match the return type of a gcc2
35229 builtin and then its argument prototype would still apply. */
35230 char $ac_func ();
35231 /* The GNU C library defines this for functions which it implements
35232 to always fail with ENOSYS. Some functions are actually named
35233 something starting with __ and the normal name is an alias. */
35234 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35235 choke me
35236 #else
35237 char (*f) () = $ac_func;
35238 #endif
35239 #ifdef __cplusplus
35240 }
35241 #endif
35242
35243 int
35244 main ()
35245 {
35246 return f != $ac_func;
35247 ;
35248 return 0;
35249 }
35250 _ACEOF
35251 rm -f conftest.$ac_objext conftest$ac_exeext
35252 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35253 (eval $ac_link) 2>conftest.er1
35254 ac_status=$?
35255 grep -v '^ *+' conftest.er1 >conftest.err
35256 rm -f conftest.er1
35257 cat conftest.err >&5
35258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35259 (exit $ac_status); } &&
35260 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35262 (eval $ac_try) 2>&5
35263 ac_status=$?
35264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35265 (exit $ac_status); }; } &&
35266 { ac_try='test -s conftest$ac_exeext'
35267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35268 (eval $ac_try) 2>&5
35269 ac_status=$?
35270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35271 (exit $ac_status); }; }; then
35272 eval "$as_ac_var=yes"
35273 else
35274 echo "$as_me: failed program was:" >&5
35275 sed 's/^/| /' conftest.$ac_ext >&5
35276
35277 eval "$as_ac_var=no"
35278 fi
35279 rm -f conftest.err conftest.$ac_objext \
35280 conftest$ac_exeext conftest.$ac_ext
35281 fi
35282 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35283 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35284 if test `eval echo '${'$as_ac_var'}'` = yes; then
35285 cat >>confdefs.h <<_ACEOF
35286 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35287 _ACEOF
35288
35289 cat >>confdefs.h <<\_ACEOF
35290 #define HAVE_DLOPEN 1
35291 _ACEOF
35292
35293 HAVE_DL_FUNCS=1
35294
35295 else
35296
35297 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
35298 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
35299 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
35300 echo $ECHO_N "(cached) $ECHO_C" >&6
35301 else
35302 ac_check_lib_save_LIBS=$LIBS
35303 LIBS="-ldl $LIBS"
35304 cat >conftest.$ac_ext <<_ACEOF
35305 /* confdefs.h. */
35306 _ACEOF
35307 cat confdefs.h >>conftest.$ac_ext
35308 cat >>conftest.$ac_ext <<_ACEOF
35309 /* end confdefs.h. */
35310
35311 /* Override any gcc2 internal prototype to avoid an error. */
35312 #ifdef __cplusplus
35313 extern "C"
35314 #endif
35315 /* We use char because int might match the return type of a gcc2
35316 builtin and then its argument prototype would still apply. */
35317 char dlopen ();
35318 int
35319 main ()
35320 {
35321 dlopen ();
35322 ;
35323 return 0;
35324 }
35325 _ACEOF
35326 rm -f conftest.$ac_objext conftest$ac_exeext
35327 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35328 (eval $ac_link) 2>conftest.er1
35329 ac_status=$?
35330 grep -v '^ *+' conftest.er1 >conftest.err
35331 rm -f conftest.er1
35332 cat conftest.err >&5
35333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35334 (exit $ac_status); } &&
35335 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35337 (eval $ac_try) 2>&5
35338 ac_status=$?
35339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35340 (exit $ac_status); }; } &&
35341 { ac_try='test -s conftest$ac_exeext'
35342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35343 (eval $ac_try) 2>&5
35344 ac_status=$?
35345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35346 (exit $ac_status); }; }; then
35347 ac_cv_lib_dl_dlopen=yes
35348 else
35349 echo "$as_me: failed program was:" >&5
35350 sed 's/^/| /' conftest.$ac_ext >&5
35351
35352 ac_cv_lib_dl_dlopen=no
35353 fi
35354 rm -f conftest.err conftest.$ac_objext \
35355 conftest$ac_exeext conftest.$ac_ext
35356 LIBS=$ac_check_lib_save_LIBS
35357 fi
35358 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
35359 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
35360 if test $ac_cv_lib_dl_dlopen = yes; then
35361
35362 cat >>confdefs.h <<\_ACEOF
35363 #define HAVE_DLOPEN 1
35364 _ACEOF
35365
35366 HAVE_DL_FUNCS=1
35367 DL_LINK=" -ldl$DL_LINK"
35368
35369 else
35370
35371
35372 for ac_func in shl_load
35373 do
35374 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35375 echo "$as_me:$LINENO: checking for $ac_func" >&5
35376 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35377 if eval "test \"\${$as_ac_var+set}\" = set"; then
35378 echo $ECHO_N "(cached) $ECHO_C" >&6
35379 else
35380 cat >conftest.$ac_ext <<_ACEOF
35381 /* confdefs.h. */
35382 _ACEOF
35383 cat confdefs.h >>conftest.$ac_ext
35384 cat >>conftest.$ac_ext <<_ACEOF
35385 /* end confdefs.h. */
35386 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35387 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35388 #define $ac_func innocuous_$ac_func
35389
35390 /* System header to define __stub macros and hopefully few prototypes,
35391 which can conflict with char $ac_func (); below.
35392 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35393 <limits.h> exists even on freestanding compilers. */
35394
35395 #ifdef __STDC__
35396 # include <limits.h>
35397 #else
35398 # include <assert.h>
35399 #endif
35400
35401 #undef $ac_func
35402
35403 /* Override any gcc2 internal prototype to avoid an error. */
35404 #ifdef __cplusplus
35405 extern "C"
35406 {
35407 #endif
35408 /* We use char because int might match the return type of a gcc2
35409 builtin and then its argument prototype would still apply. */
35410 char $ac_func ();
35411 /* The GNU C library defines this for functions which it implements
35412 to always fail with ENOSYS. Some functions are actually named
35413 something starting with __ and the normal name is an alias. */
35414 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35415 choke me
35416 #else
35417 char (*f) () = $ac_func;
35418 #endif
35419 #ifdef __cplusplus
35420 }
35421 #endif
35422
35423 int
35424 main ()
35425 {
35426 return f != $ac_func;
35427 ;
35428 return 0;
35429 }
35430 _ACEOF
35431 rm -f conftest.$ac_objext conftest$ac_exeext
35432 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35433 (eval $ac_link) 2>conftest.er1
35434 ac_status=$?
35435 grep -v '^ *+' conftest.er1 >conftest.err
35436 rm -f conftest.er1
35437 cat conftest.err >&5
35438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35439 (exit $ac_status); } &&
35440 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35442 (eval $ac_try) 2>&5
35443 ac_status=$?
35444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35445 (exit $ac_status); }; } &&
35446 { ac_try='test -s conftest$ac_exeext'
35447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35448 (eval $ac_try) 2>&5
35449 ac_status=$?
35450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35451 (exit $ac_status); }; }; then
35452 eval "$as_ac_var=yes"
35453 else
35454 echo "$as_me: failed program was:" >&5
35455 sed 's/^/| /' conftest.$ac_ext >&5
35456
35457 eval "$as_ac_var=no"
35458 fi
35459 rm -f conftest.err conftest.$ac_objext \
35460 conftest$ac_exeext conftest.$ac_ext
35461 fi
35462 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35463 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35464 if test `eval echo '${'$as_ac_var'}'` = yes; then
35465 cat >>confdefs.h <<_ACEOF
35466 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35467 _ACEOF
35468
35469 cat >>confdefs.h <<\_ACEOF
35470 #define HAVE_SHL_LOAD 1
35471 _ACEOF
35472
35473 HAVE_SHL_FUNCS=1
35474
35475 else
35476
35477 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
35478 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
35479 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
35480 echo $ECHO_N "(cached) $ECHO_C" >&6
35481 else
35482 ac_check_lib_save_LIBS=$LIBS
35483 LIBS="-lshl_load $LIBS"
35484 cat >conftest.$ac_ext <<_ACEOF
35485 /* confdefs.h. */
35486 _ACEOF
35487 cat confdefs.h >>conftest.$ac_ext
35488 cat >>conftest.$ac_ext <<_ACEOF
35489 /* end confdefs.h. */
35490
35491 /* Override any gcc2 internal prototype to avoid an error. */
35492 #ifdef __cplusplus
35493 extern "C"
35494 #endif
35495 /* We use char because int might match the return type of a gcc2
35496 builtin and then its argument prototype would still apply. */
35497 char dld ();
35498 int
35499 main ()
35500 {
35501 dld ();
35502 ;
35503 return 0;
35504 }
35505 _ACEOF
35506 rm -f conftest.$ac_objext conftest$ac_exeext
35507 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35508 (eval $ac_link) 2>conftest.er1
35509 ac_status=$?
35510 grep -v '^ *+' conftest.er1 >conftest.err
35511 rm -f conftest.er1
35512 cat conftest.err >&5
35513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35514 (exit $ac_status); } &&
35515 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35517 (eval $ac_try) 2>&5
35518 ac_status=$?
35519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35520 (exit $ac_status); }; } &&
35521 { ac_try='test -s conftest$ac_exeext'
35522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35523 (eval $ac_try) 2>&5
35524 ac_status=$?
35525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35526 (exit $ac_status); }; }; then
35527 ac_cv_lib_shl_load_dld=yes
35528 else
35529 echo "$as_me: failed program was:" >&5
35530 sed 's/^/| /' conftest.$ac_ext >&5
35531
35532 ac_cv_lib_shl_load_dld=no
35533 fi
35534 rm -f conftest.err conftest.$ac_objext \
35535 conftest$ac_exeext conftest.$ac_ext
35536 LIBS=$ac_check_lib_save_LIBS
35537 fi
35538 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
35539 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
35540 if test $ac_cv_lib_shl_load_dld = yes; then
35541
35542 HAVE_SHL_FUNCS=1
35543 DL_LINK=" -ldld$DL_LINK"
35544
35545 fi
35546
35547
35548 fi
35549 done
35550
35551
35552 fi
35553
35554
35555 fi
35556 done
35557
35558
35559 if test "$HAVE_DL_FUNCS" = 1; then
35560
35561 for ac_func in dlerror
35562 do
35563 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35564 echo "$as_me:$LINENO: checking for $ac_func" >&5
35565 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35566 if eval "test \"\${$as_ac_var+set}\" = set"; then
35567 echo $ECHO_N "(cached) $ECHO_C" >&6
35568 else
35569 cat >conftest.$ac_ext <<_ACEOF
35570 /* confdefs.h. */
35571 _ACEOF
35572 cat confdefs.h >>conftest.$ac_ext
35573 cat >>conftest.$ac_ext <<_ACEOF
35574 /* end confdefs.h. */
35575 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35576 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35577 #define $ac_func innocuous_$ac_func
35578
35579 /* System header to define __stub macros and hopefully few prototypes,
35580 which can conflict with char $ac_func (); below.
35581 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35582 <limits.h> exists even on freestanding compilers. */
35583
35584 #ifdef __STDC__
35585 # include <limits.h>
35586 #else
35587 # include <assert.h>
35588 #endif
35589
35590 #undef $ac_func
35591
35592 /* Override any gcc2 internal prototype to avoid an error. */
35593 #ifdef __cplusplus
35594 extern "C"
35595 {
35596 #endif
35597 /* We use char because int might match the return type of a gcc2
35598 builtin and then its argument prototype would still apply. */
35599 char $ac_func ();
35600 /* The GNU C library defines this for functions which it implements
35601 to always fail with ENOSYS. Some functions are actually named
35602 something starting with __ and the normal name is an alias. */
35603 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35604 choke me
35605 #else
35606 char (*f) () = $ac_func;
35607 #endif
35608 #ifdef __cplusplus
35609 }
35610 #endif
35611
35612 int
35613 main ()
35614 {
35615 return f != $ac_func;
35616 ;
35617 return 0;
35618 }
35619 _ACEOF
35620 rm -f conftest.$ac_objext conftest$ac_exeext
35621 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35622 (eval $ac_link) 2>conftest.er1
35623 ac_status=$?
35624 grep -v '^ *+' conftest.er1 >conftest.err
35625 rm -f conftest.er1
35626 cat conftest.err >&5
35627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35628 (exit $ac_status); } &&
35629 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35631 (eval $ac_try) 2>&5
35632 ac_status=$?
35633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35634 (exit $ac_status); }; } &&
35635 { ac_try='test -s conftest$ac_exeext'
35636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35637 (eval $ac_try) 2>&5
35638 ac_status=$?
35639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35640 (exit $ac_status); }; }; then
35641 eval "$as_ac_var=yes"
35642 else
35643 echo "$as_me: failed program was:" >&5
35644 sed 's/^/| /' conftest.$ac_ext >&5
35645
35646 eval "$as_ac_var=no"
35647 fi
35648 rm -f conftest.err conftest.$ac_objext \
35649 conftest$ac_exeext conftest.$ac_ext
35650 fi
35651 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35652 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35653 if test `eval echo '${'$as_ac_var'}'` = yes; then
35654 cat >>confdefs.h <<_ACEOF
35655 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35656 _ACEOF
35657 cat >>confdefs.h <<\_ACEOF
35658 #define HAVE_DLERROR 1
35659 _ACEOF
35660
35661 else
35662
35663 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
35664 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
35665 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
35666 echo $ECHO_N "(cached) $ECHO_C" >&6
35667 else
35668 ac_check_lib_save_LIBS=$LIBS
35669 LIBS="-ldl $LIBS"
35670 cat >conftest.$ac_ext <<_ACEOF
35671 /* confdefs.h. */
35672 _ACEOF
35673 cat confdefs.h >>conftest.$ac_ext
35674 cat >>conftest.$ac_ext <<_ACEOF
35675 /* end confdefs.h. */
35676
35677 /* Override any gcc2 internal prototype to avoid an error. */
35678 #ifdef __cplusplus
35679 extern "C"
35680 #endif
35681 /* We use char because int might match the return type of a gcc2
35682 builtin and then its argument prototype would still apply. */
35683 char dlerror ();
35684 int
35685 main ()
35686 {
35687 dlerror ();
35688 ;
35689 return 0;
35690 }
35691 _ACEOF
35692 rm -f conftest.$ac_objext conftest$ac_exeext
35693 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35694 (eval $ac_link) 2>conftest.er1
35695 ac_status=$?
35696 grep -v '^ *+' conftest.er1 >conftest.err
35697 rm -f conftest.er1
35698 cat conftest.err >&5
35699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35700 (exit $ac_status); } &&
35701 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35703 (eval $ac_try) 2>&5
35704 ac_status=$?
35705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35706 (exit $ac_status); }; } &&
35707 { ac_try='test -s conftest$ac_exeext'
35708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35709 (eval $ac_try) 2>&5
35710 ac_status=$?
35711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35712 (exit $ac_status); }; }; then
35713 ac_cv_lib_dl_dlerror=yes
35714 else
35715 echo "$as_me: failed program was:" >&5
35716 sed 's/^/| /' conftest.$ac_ext >&5
35717
35718 ac_cv_lib_dl_dlerror=no
35719 fi
35720 rm -f conftest.err conftest.$ac_objext \
35721 conftest$ac_exeext conftest.$ac_ext
35722 LIBS=$ac_check_lib_save_LIBS
35723 fi
35724 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
35725 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
35726 if test $ac_cv_lib_dl_dlerror = yes; then
35727 cat >>confdefs.h <<\_ACEOF
35728 #define HAVE_DLERROR 1
35729 _ACEOF
35730
35731 fi
35732
35733
35734
35735 fi
35736 done
35737
35738 fi
35739 fi
35740
35741 if test "$HAVE_DL_FUNCS" = 0; then
35742 if test "$HAVE_SHL_FUNCS" = 0; then
35743 if test "$USE_UNIX" = 1; then
35744 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
35745 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
35746 wxUSE_DYNAMIC_LOADER=no
35747 wxUSE_DYNLIB_CLASS=no
35748 else
35749 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
35750 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
35751 fi
35752 fi
35753 fi
35754 fi
35755 fi
35756
35757 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
35758 cat >>confdefs.h <<\_ACEOF
35759 #define wxUSE_DYNAMIC_LOADER 1
35760 _ACEOF
35761
35762 fi
35763 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
35764 cat >>confdefs.h <<\_ACEOF
35765 #define wxUSE_DYNLIB_CLASS 1
35766 _ACEOF
35767
35768 fi
35769
35770
35771
35772 if test "$wxUSE_PLUGINS" = "yes" ; then
35773 if test "$wxUSE_SHARED" = "no" ; then
35774 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
35775 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
35776 wxUSE_PLUGINS=no
35777 fi
35778 if test "$wxUSE_MONOLITHIC" = "yes" ; then
35779 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
35780 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
35781 wxUSE_PLUGINS=no
35782 fi
35783 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
35784 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
35785 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
35786 wxUSE_PLUGINS=no
35787 fi
35788 if test "$wxUSE_PLUGINS" = "yes" ; then
35789 cat >>confdefs.h <<\_ACEOF
35790 #define wxUSE_PLUGINS 1
35791 _ACEOF
35792
35793 fi
35794 fi
35795
35796
35797 if test "$wxUSE_STL" = "yes"; then
35798 cat >>confdefs.h <<\_ACEOF
35799 #define wxUSE_STL 1
35800 _ACEOF
35801
35802 fi
35803
35804 if test "$wxUSE_APPLE_IEEE" = "yes"; then
35805 cat >>confdefs.h <<\_ACEOF
35806 #define wxUSE_APPLE_IEEE 1
35807 _ACEOF
35808
35809 fi
35810
35811 if test "$wxUSE_TIMER" = "yes"; then
35812 cat >>confdefs.h <<\_ACEOF
35813 #define wxUSE_TIMER 1
35814 _ACEOF
35815
35816 fi
35817
35818 WITH_PLUGIN_SDL=0
35819 if test "$wxUSE_SOUND" = "yes"; then
35820 if test "$USE_UNIX" = "1" ; then
35821
35822 for ac_header in sys/soundcard.h
35823 do
35824 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35825 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35826 echo "$as_me:$LINENO: checking for $ac_header" >&5
35827 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35828 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35829 echo $ECHO_N "(cached) $ECHO_C" >&6
35830 fi
35831 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35832 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35833 else
35834 # Is the header compilable?
35835 echo "$as_me:$LINENO: checking $ac_header usability" >&5
35836 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
35837 cat >conftest.$ac_ext <<_ACEOF
35838 /* confdefs.h. */
35839 _ACEOF
35840 cat confdefs.h >>conftest.$ac_ext
35841 cat >>conftest.$ac_ext <<_ACEOF
35842 /* end confdefs.h. */
35843 $ac_includes_default
35844 #include <$ac_header>
35845 _ACEOF
35846 rm -f conftest.$ac_objext
35847 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35848 (eval $ac_compile) 2>conftest.er1
35849 ac_status=$?
35850 grep -v '^ *+' conftest.er1 >conftest.err
35851 rm -f conftest.er1
35852 cat conftest.err >&5
35853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35854 (exit $ac_status); } &&
35855 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35857 (eval $ac_try) 2>&5
35858 ac_status=$?
35859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35860 (exit $ac_status); }; } &&
35861 { ac_try='test -s conftest.$ac_objext'
35862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35863 (eval $ac_try) 2>&5
35864 ac_status=$?
35865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35866 (exit $ac_status); }; }; then
35867 ac_header_compiler=yes
35868 else
35869 echo "$as_me: failed program was:" >&5
35870 sed 's/^/| /' conftest.$ac_ext >&5
35871
35872 ac_header_compiler=no
35873 fi
35874 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35875 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
35876 echo "${ECHO_T}$ac_header_compiler" >&6
35877
35878 # Is the header present?
35879 echo "$as_me:$LINENO: checking $ac_header presence" >&5
35880 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
35881 cat >conftest.$ac_ext <<_ACEOF
35882 /* confdefs.h. */
35883 _ACEOF
35884 cat confdefs.h >>conftest.$ac_ext
35885 cat >>conftest.$ac_ext <<_ACEOF
35886 /* end confdefs.h. */
35887 #include <$ac_header>
35888 _ACEOF
35889 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
35890 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
35891 ac_status=$?
35892 grep -v '^ *+' conftest.er1 >conftest.err
35893 rm -f conftest.er1
35894 cat conftest.err >&5
35895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35896 (exit $ac_status); } >/dev/null; then
35897 if test -s conftest.err; then
35898 ac_cpp_err=$ac_c_preproc_warn_flag
35899 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
35900 else
35901 ac_cpp_err=
35902 fi
35903 else
35904 ac_cpp_err=yes
35905 fi
35906 if test -z "$ac_cpp_err"; then
35907 ac_header_preproc=yes
35908 else
35909 echo "$as_me: failed program was:" >&5
35910 sed 's/^/| /' conftest.$ac_ext >&5
35911
35912 ac_header_preproc=no
35913 fi
35914 rm -f conftest.err conftest.$ac_ext
35915 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35916 echo "${ECHO_T}$ac_header_preproc" >&6
35917
35918 # So? What about this header?
35919 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
35920 yes:no: )
35921 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
35922 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
35923 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
35924 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
35925 ac_header_preproc=yes
35926 ;;
35927 no:yes:* )
35928 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
35929 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
35930 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
35931 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
35932 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
35933 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
35934 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
35935 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
35936 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
35937 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
35938 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
35939 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
35940 (
35941 cat <<\_ASBOX
35942 ## ----------------------------------------- ##
35943 ## Report this to wx-dev@lists.wxwidgets.org ##
35944 ## ----------------------------------------- ##
35945 _ASBOX
35946 ) |
35947 sed "s/^/$as_me: WARNING: /" >&2
35948 ;;
35949 esac
35950 echo "$as_me:$LINENO: checking for $ac_header" >&5
35951 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35952 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35953 echo $ECHO_N "(cached) $ECHO_C" >&6
35954 else
35955 eval "$as_ac_Header=\$ac_header_preproc"
35956 fi
35957 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35958 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35959
35960 fi
35961 if test `eval echo '${'$as_ac_Header'}'` = yes; then
35962 cat >>confdefs.h <<_ACEOF
35963 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35964 _ACEOF
35965
35966 fi
35967
35968 done
35969
35970
35971 if test "$wxUSE_LIBSDL" != "no"; then
35972
35973 # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
35974 if test "${with_sdl_prefix+set}" = set; then
35975 withval="$with_sdl_prefix"
35976 sdl_prefix="$withval"
35977 else
35978 sdl_prefix=""
35979 fi;
35980
35981 # Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
35982 if test "${with_sdl_exec_prefix+set}" = set; then
35983 withval="$with_sdl_exec_prefix"
35984 sdl_exec_prefix="$withval"
35985 else
35986 sdl_exec_prefix=""
35987 fi;
35988 # Check whether --enable-sdltest or --disable-sdltest was given.
35989 if test "${enable_sdltest+set}" = set; then
35990 enableval="$enable_sdltest"
35991
35992 else
35993 enable_sdltest=yes
35994 fi;
35995
35996 if test x$sdl_exec_prefix != x ; then
35997 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
35998 if test x${SDL_CONFIG+set} != xset ; then
35999 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
36000 fi
36001 fi
36002 if test x$sdl_prefix != x ; then
36003 sdl_args="$sdl_args --prefix=$sdl_prefix"
36004 if test x${SDL_CONFIG+set} != xset ; then
36005 SDL_CONFIG=$sdl_prefix/bin/sdl-config
36006 fi
36007 fi
36008
36009
36010 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
36011 # Extract the first word of "sdl-config", so it can be a program name with args.
36012 set dummy sdl-config; ac_word=$2
36013 echo "$as_me:$LINENO: checking for $ac_word" >&5
36014 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
36015 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
36016 echo $ECHO_N "(cached) $ECHO_C" >&6
36017 else
36018 case $SDL_CONFIG in
36019 [\\/]* | ?:[\\/]*)
36020 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
36021 ;;
36022 *)
36023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
36024 for as_dir in $PATH
36025 do
36026 IFS=$as_save_IFS
36027 test -z "$as_dir" && as_dir=.
36028 for ac_exec_ext in '' $ac_executable_extensions; do
36029 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
36030 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
36031 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
36032 break 2
36033 fi
36034 done
36035 done
36036
36037 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
36038 ;;
36039 esac
36040 fi
36041 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
36042
36043 if test -n "$SDL_CONFIG"; then
36044 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
36045 echo "${ECHO_T}$SDL_CONFIG" >&6
36046 else
36047 echo "$as_me:$LINENO: result: no" >&5
36048 echo "${ECHO_T}no" >&6
36049 fi
36050
36051 min_sdl_version=1.2.0
36052 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
36053 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
36054 no_sdl=""
36055 if test "$SDL_CONFIG" = "no" ; then
36056 no_sdl=yes
36057 else
36058 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
36059 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
36060
36061 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
36062 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
36063 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
36064 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
36065 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
36066 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
36067 if test "x$enable_sdltest" = "xyes" ; then
36068 ac_save_CFLAGS="$CFLAGS"
36069 ac_save_CXXFLAGS="$CXXFLAGS"
36070 ac_save_LIBS="$LIBS"
36071 CFLAGS="$CFLAGS $SDL_CFLAGS"
36072 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
36073 LIBS="$LIBS $SDL_LIBS"
36074 rm -f conf.sdltest
36075 if test "$cross_compiling" = yes; then
36076 echo $ac_n "cross compiling; assumed OK... $ac_c"
36077 else
36078 cat >conftest.$ac_ext <<_ACEOF
36079 /* confdefs.h. */
36080 _ACEOF
36081 cat confdefs.h >>conftest.$ac_ext
36082 cat >>conftest.$ac_ext <<_ACEOF
36083 /* end confdefs.h. */
36084
36085 #include <stdio.h>
36086 #include <stdlib.h>
36087 #include <string.h>
36088 #include "SDL.h"
36089
36090 char*
36091 my_strdup (char *str)
36092 {
36093 char *new_str;
36094
36095 if (str)
36096 {
36097 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
36098 strcpy (new_str, str);
36099 }
36100 else
36101 new_str = NULL;
36102
36103 return new_str;
36104 }
36105
36106 int main (int argc, char *argv[])
36107 {
36108 int major, minor, micro;
36109 char *tmp_version;
36110
36111 /* This hangs on some systems (?)
36112 system ("touch conf.sdltest");
36113 */
36114 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
36115
36116 /* HP/UX 9 (%@#!) writes to sscanf strings */
36117 tmp_version = my_strdup("$min_sdl_version");
36118 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
36119 printf("%s, bad version string\n", "$min_sdl_version");
36120 exit(1);
36121 }
36122
36123 if (($sdl_major_version > major) ||
36124 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
36125 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
36126 {
36127 return 0;
36128 }
36129 else
36130 {
36131 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
36132 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
36133 printf("*** best to upgrade to the required version.\n");
36134 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
36135 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
36136 printf("*** config.cache before re-running configure\n");
36137 return 1;
36138 }
36139 }
36140
36141
36142 _ACEOF
36143 rm -f conftest$ac_exeext
36144 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36145 (eval $ac_link) 2>&5
36146 ac_status=$?
36147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36148 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
36149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36150 (eval $ac_try) 2>&5
36151 ac_status=$?
36152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36153 (exit $ac_status); }; }; then
36154 :
36155 else
36156 echo "$as_me: program exited with status $ac_status" >&5
36157 echo "$as_me: failed program was:" >&5
36158 sed 's/^/| /' conftest.$ac_ext >&5
36159
36160 ( exit $ac_status )
36161 no_sdl=yes
36162 fi
36163 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
36164 fi
36165 CFLAGS="$ac_save_CFLAGS"
36166 CXXFLAGS="$ac_save_CXXFLAGS"
36167 LIBS="$ac_save_LIBS"
36168 fi
36169 fi
36170 if test "x$no_sdl" = x ; then
36171 echo "$as_me:$LINENO: result: yes" >&5
36172 echo "${ECHO_T}yes" >&6
36173
36174 EXTRALIBS_SDL="$SDL_LIBS"
36175 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
36176 cat >>confdefs.h <<\_ACEOF
36177 #define wxUSE_LIBSDL 1
36178 _ACEOF
36179
36180
36181 else
36182 echo "$as_me:$LINENO: result: no" >&5
36183 echo "${ECHO_T}no" >&6
36184 if test "$SDL_CONFIG" = "no" ; then
36185 echo "*** The sdl-config script installed by SDL could not be found"
36186 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
36187 echo "*** your path, or set the SDL_CONFIG environment variable to the"
36188 echo "*** full path to sdl-config."
36189 else
36190 if test -f conf.sdltest ; then
36191 :
36192 else
36193 echo "*** Could not run SDL test program, checking why..."
36194 CFLAGS="$CFLAGS $SDL_CFLAGS"
36195 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
36196 LIBS="$LIBS $SDL_LIBS"
36197 cat >conftest.$ac_ext <<_ACEOF
36198 /* confdefs.h. */
36199 _ACEOF
36200 cat confdefs.h >>conftest.$ac_ext
36201 cat >>conftest.$ac_ext <<_ACEOF
36202 /* end confdefs.h. */
36203
36204 #include <stdio.h>
36205 #include "SDL.h"
36206
36207 int main(int argc, char *argv[])
36208 { return 0; }
36209 #undef main
36210 #define main K_and_R_C_main
36211
36212 int
36213 main ()
36214 {
36215 return 0;
36216 ;
36217 return 0;
36218 }
36219 _ACEOF
36220 rm -f conftest.$ac_objext conftest$ac_exeext
36221 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36222 (eval $ac_link) 2>conftest.er1
36223 ac_status=$?
36224 grep -v '^ *+' conftest.er1 >conftest.err
36225 rm -f conftest.er1
36226 cat conftest.err >&5
36227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36228 (exit $ac_status); } &&
36229 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36231 (eval $ac_try) 2>&5
36232 ac_status=$?
36233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36234 (exit $ac_status); }; } &&
36235 { ac_try='test -s conftest$ac_exeext'
36236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36237 (eval $ac_try) 2>&5
36238 ac_status=$?
36239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36240 (exit $ac_status); }; }; then
36241 echo "*** The test program compiled, but did not run. This usually means"
36242 echo "*** that the run-time linker is not finding SDL or finding the wrong"
36243 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
36244 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
36245 echo "*** to the installed location Also, make sure you have run ldconfig if that"
36246 echo "*** is required on your system"
36247 echo "***"
36248 echo "*** If you have an old version installed, it is best to remove it, although"
36249 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
36250 else
36251 echo "$as_me: failed program was:" >&5
36252 sed 's/^/| /' conftest.$ac_ext >&5
36253
36254 echo "*** The test program failed to compile or link. See the file config.log for the"
36255 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
36256 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
36257 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
36258 fi
36259 rm -f conftest.err conftest.$ac_objext \
36260 conftest$ac_exeext conftest.$ac_ext
36261 CFLAGS="$ac_save_CFLAGS"
36262 CXXFLAGS="$ac_save_CXXFLAGS"
36263 LIBS="$ac_save_LIBS"
36264 fi
36265 fi
36266 SDL_CFLAGS=""
36267 SDL_LIBS=""
36268 wxUSE_LIBSDL="no"
36269 fi
36270
36271
36272 rm -f conf.sdltest
36273
36274 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
36275 WITH_PLUGIN_SDL=1
36276 fi
36277 fi
36278 fi
36279
36280 cat >>confdefs.h <<\_ACEOF
36281 #define wxUSE_SOUND 1
36282 _ACEOF
36283
36284 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
36285 fi
36286
36287 if test "$WXGTK20" = 1; then
36288 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
36289 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
36290
36291
36292 succeeded=no
36293
36294 if test -z "$PKG_CONFIG"; then
36295 # Extract the first word of "pkg-config", so it can be a program name with args.
36296 set dummy pkg-config; ac_word=$2
36297 echo "$as_me:$LINENO: checking for $ac_word" >&5
36298 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
36299 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
36300 echo $ECHO_N "(cached) $ECHO_C" >&6
36301 else
36302 case $PKG_CONFIG in
36303 [\\/]* | ?:[\\/]*)
36304 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
36305 ;;
36306 *)
36307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
36308 for as_dir in $PATH
36309 do
36310 IFS=$as_save_IFS
36311 test -z "$as_dir" && as_dir=.
36312 for ac_exec_ext in '' $ac_executable_extensions; do
36313 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
36314 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
36315 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
36316 break 2
36317 fi
36318 done
36319 done
36320
36321 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
36322 ;;
36323 esac
36324 fi
36325 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
36326
36327 if test -n "$PKG_CONFIG"; then
36328 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
36329 echo "${ECHO_T}$PKG_CONFIG" >&6
36330 else
36331 echo "$as_me:$LINENO: result: no" >&5
36332 echo "${ECHO_T}no" >&6
36333 fi
36334
36335 fi
36336
36337 if test "$PKG_CONFIG" = "no" ; then
36338 echo "*** The pkg-config script could not be found. Make sure it is"
36339 echo "*** in your path, or set the PKG_CONFIG environment variable"
36340 echo "*** to the full path to pkg-config."
36341 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
36342 else
36343 PKG_CONFIG_MIN_VERSION=0.9.0
36344 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
36345 echo "$as_me:$LINENO: checking for libgnomeprintui-2.2 >= 2.8" >&5
36346 echo $ECHO_N "checking for libgnomeprintui-2.2 >= 2.8... $ECHO_C" >&6
36347
36348 if $PKG_CONFIG --exists "libgnomeprintui-2.2 >= 2.8" ; then
36349 echo "$as_me:$LINENO: result: yes" >&5
36350 echo "${ECHO_T}yes" >&6
36351 succeeded=yes
36352
36353 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_CFLAGS" >&5
36354 echo $ECHO_N "checking LIBGNOMEPRINTUI_CFLAGS... $ECHO_C" >&6
36355 LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8"`
36356 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_CFLAGS" >&5
36357 echo "${ECHO_T}$LIBGNOMEPRINTUI_CFLAGS" >&6
36358
36359 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_LIBS" >&5
36360 echo $ECHO_N "checking LIBGNOMEPRINTUI_LIBS... $ECHO_C" >&6
36361 LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8"`
36362 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_LIBS" >&5
36363 echo "${ECHO_T}$LIBGNOMEPRINTUI_LIBS" >&6
36364 else
36365 LIBGNOMEPRINTUI_CFLAGS=""
36366 LIBGNOMEPRINTUI_LIBS=""
36367 ## If we have a custom action on failure, don't print errors, but
36368 ## do set a variable so people can do so.
36369 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
36370
36371 fi
36372
36373
36374
36375 else
36376 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
36377 echo "*** See http://www.freedesktop.org/software/pkgconfig"
36378 fi
36379 fi
36380
36381 if test $succeeded = yes; then
36382
36383 CXXFLAGS="$CXXFLAGS $LIBGNOMEPRINTUI_CFLAGS"
36384 cat >>confdefs.h <<\_ACEOF
36385 #define wxUSE_LIBGNOMEPRINT 1
36386 _ACEOF
36387
36388
36389 else
36390
36391 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
36392 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
36393 wxUSE_LIBGNOMEPRINT="no"
36394
36395
36396 fi
36397
36398 fi
36399 fi
36400 fi
36401
36402
36403 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
36404 cat >>confdefs.h <<\_ACEOF
36405 #define wxUSE_CMDLINE_PARSER 1
36406 _ACEOF
36407
36408 fi
36409
36410 if test "$wxUSE_STOPWATCH" = "yes"; then
36411 cat >>confdefs.h <<\_ACEOF
36412 #define wxUSE_STOPWATCH 1
36413 _ACEOF
36414
36415 fi
36416
36417 if test "$wxUSE_DATETIME" = "yes"; then
36418 cat >>confdefs.h <<\_ACEOF
36419 #define wxUSE_DATETIME 1
36420 _ACEOF
36421
36422 fi
36423
36424 if test "$wxUSE_FILE" = "yes"; then
36425 cat >>confdefs.h <<\_ACEOF
36426 #define wxUSE_FILE 1
36427 _ACEOF
36428
36429 fi
36430
36431 if test "$wxUSE_FFILE" = "yes"; then
36432 cat >>confdefs.h <<\_ACEOF
36433 #define wxUSE_FFILE 1
36434 _ACEOF
36435
36436 fi
36437
36438 if test "$wxUSE_FILESYSTEM" = "yes"; then
36439 cat >>confdefs.h <<\_ACEOF
36440 #define wxUSE_FILESYSTEM 1
36441 _ACEOF
36442
36443 fi
36444
36445 if test "$wxUSE_FS_ZIP" = "yes"; then
36446 cat >>confdefs.h <<\_ACEOF
36447 #define wxUSE_FS_ZIP 1
36448 _ACEOF
36449
36450 fi
36451
36452 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
36453 cat >>confdefs.h <<\_ACEOF
36454 #define wxUSE_ARCHIVE_STREAMS 1
36455 _ACEOF
36456
36457 fi
36458
36459 if test "$wxUSE_ZIPSTREAM" = "yes"; then
36460 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
36461 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
36462 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
36463 elif test "$wxUSE_ZLIB" = "no"; then
36464 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
36465 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
36466 else
36467 cat >>confdefs.h <<\_ACEOF
36468 #define wxUSE_ZIPSTREAM 1
36469 _ACEOF
36470
36471 fi
36472 fi
36473
36474 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
36475 cat >>confdefs.h <<\_ACEOF
36476 #define wxUSE_ON_FATAL_EXCEPTION 1
36477 _ACEOF
36478
36479 fi
36480
36481 if test "$wxUSE_STACKWALKER" = "yes"; then
36482 cat >>confdefs.h <<\_ACEOF
36483 #define wxUSE_STACKWALKER 1
36484 _ACEOF
36485
36486 fi
36487
36488 if test "$wxUSE_DEBUGREPORT" = "yes"; then
36489 if test "$USE_OS2" = "1"; then
36490 { echo "$as_me:$LINENO: WARNING: Creating debug reports not supported under OS/2 yet, disabled" >&5
36491 echo "$as_me: WARNING: Creating debug reports not supported under OS/2 yet, disabled" >&2;}
36492 wxUSE_DEBUGREPORT=no
36493 else
36494 cat >>confdefs.h <<\_ACEOF
36495 #define wxUSE_DEBUGREPORT 1
36496 _ACEOF
36497
36498 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
36499 fi
36500 fi
36501
36502 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
36503 cat >>confdefs.h <<\_ACEOF
36504 #define wxUSE_SNGLINST_CHECKER 1
36505 _ACEOF
36506
36507 fi
36508
36509 if test "$wxUSE_BUSYINFO" = "yes"; then
36510 cat >>confdefs.h <<\_ACEOF
36511 #define wxUSE_BUSYINFO 1
36512 _ACEOF
36513
36514 fi
36515
36516 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
36517 cat >>confdefs.h <<\_ACEOF
36518 #define wxUSE_STD_IOSTREAM 1
36519 _ACEOF
36520
36521 fi
36522
36523 if test "$wxUSE_STDPATHS" = "yes"; then
36524 cat >>confdefs.h <<\_ACEOF
36525 #define wxUSE_STDPATHS 1
36526 _ACEOF
36527
36528 fi
36529
36530 if test "$wxUSE_TEXTBUFFER" = "yes"; then
36531 cat >>confdefs.h <<\_ACEOF
36532 #define wxUSE_TEXTBUFFER 1
36533 _ACEOF
36534
36535 fi
36536
36537 if test "$wxUSE_TEXTFILE" = "yes"; then
36538 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
36539 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
36540 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
36541 else
36542 cat >>confdefs.h <<\_ACEOF
36543 #define wxUSE_TEXTFILE 1
36544 _ACEOF
36545
36546 fi
36547 fi
36548
36549 if test "$wxUSE_CONFIG" = "yes" ; then
36550 if test "$wxUSE_TEXTFILE" != "yes"; then
36551 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
36552 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
36553 else
36554 cat >>confdefs.h <<\_ACEOF
36555 #define wxUSE_CONFIG 1
36556 _ACEOF
36557
36558 cat >>confdefs.h <<\_ACEOF
36559 #define wxUSE_CONFIG_NATIVE 1
36560 _ACEOF
36561
36562 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
36563 fi
36564 fi
36565
36566 if test "$wxUSE_INTL" = "yes" ; then
36567 if test "$wxUSE_FILE" != "yes"; then
36568 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
36569 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
36570 else
36571 cat >>confdefs.h <<\_ACEOF
36572 #define wxUSE_INTL 1
36573 _ACEOF
36574
36575 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
36576 GUIDIST="$GUIDIST INTL_DIST"
36577 fi
36578 fi
36579
36580 if test "$wxUSE_LOG" = "yes"; then
36581 cat >>confdefs.h <<\_ACEOF
36582 #define wxUSE_LOG 1
36583 _ACEOF
36584
36585
36586 if test "$wxUSE_LOGGUI" = "yes"; then
36587 cat >>confdefs.h <<\_ACEOF
36588 #define wxUSE_LOGGUI 1
36589 _ACEOF
36590
36591 fi
36592
36593 if test "$wxUSE_LOGWINDOW" = "yes"; then
36594 cat >>confdefs.h <<\_ACEOF
36595 #define wxUSE_LOGWINDOW 1
36596 _ACEOF
36597
36598 fi
36599
36600 if test "$wxUSE_LOGDIALOG" = "yes"; then
36601 cat >>confdefs.h <<\_ACEOF
36602 #define wxUSE_LOG_DIALOG 1
36603 _ACEOF
36604
36605 fi
36606
36607 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
36608 fi
36609
36610 if test "$wxUSE_LONGLONG" = "yes"; then
36611 cat >>confdefs.h <<\_ACEOF
36612 #define wxUSE_LONGLONG 1
36613 _ACEOF
36614
36615 fi
36616
36617 if test "$wxUSE_GEOMETRY" = "yes"; then
36618 cat >>confdefs.h <<\_ACEOF
36619 #define wxUSE_GEOMETRY 1
36620 _ACEOF
36621
36622 fi
36623
36624 if test "$wxUSE_STREAMS" = "yes" ; then
36625 cat >>confdefs.h <<\_ACEOF
36626 #define wxUSE_STREAMS 1
36627 _ACEOF
36628
36629 fi
36630
36631
36632 if test "$wxUSE_DATETIME" = "yes"; then
36633
36634 for ac_func in strptime
36635 do
36636 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36637 echo "$as_me:$LINENO: checking for $ac_func" >&5
36638 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36639 if eval "test \"\${$as_ac_var+set}\" = set"; then
36640 echo $ECHO_N "(cached) $ECHO_C" >&6
36641 else
36642 cat >conftest.$ac_ext <<_ACEOF
36643 /* confdefs.h. */
36644 _ACEOF
36645 cat confdefs.h >>conftest.$ac_ext
36646 cat >>conftest.$ac_ext <<_ACEOF
36647 /* end confdefs.h. */
36648 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36649 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36650 #define $ac_func innocuous_$ac_func
36651
36652 /* System header to define __stub macros and hopefully few prototypes,
36653 which can conflict with char $ac_func (); below.
36654 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36655 <limits.h> exists even on freestanding compilers. */
36656
36657 #ifdef __STDC__
36658 # include <limits.h>
36659 #else
36660 # include <assert.h>
36661 #endif
36662
36663 #undef $ac_func
36664
36665 /* Override any gcc2 internal prototype to avoid an error. */
36666 #ifdef __cplusplus
36667 extern "C"
36668 {
36669 #endif
36670 /* We use char because int might match the return type of a gcc2
36671 builtin and then its argument prototype would still apply. */
36672 char $ac_func ();
36673 /* The GNU C library defines this for functions which it implements
36674 to always fail with ENOSYS. Some functions are actually named
36675 something starting with __ and the normal name is an alias. */
36676 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36677 choke me
36678 #else
36679 char (*f) () = $ac_func;
36680 #endif
36681 #ifdef __cplusplus
36682 }
36683 #endif
36684
36685 int
36686 main ()
36687 {
36688 return f != $ac_func;
36689 ;
36690 return 0;
36691 }
36692 _ACEOF
36693 rm -f conftest.$ac_objext conftest$ac_exeext
36694 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36695 (eval $ac_link) 2>conftest.er1
36696 ac_status=$?
36697 grep -v '^ *+' conftest.er1 >conftest.err
36698 rm -f conftest.er1
36699 cat conftest.err >&5
36700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36701 (exit $ac_status); } &&
36702 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36704 (eval $ac_try) 2>&5
36705 ac_status=$?
36706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36707 (exit $ac_status); }; } &&
36708 { ac_try='test -s conftest$ac_exeext'
36709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36710 (eval $ac_try) 2>&5
36711 ac_status=$?
36712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36713 (exit $ac_status); }; }; then
36714 eval "$as_ac_var=yes"
36715 else
36716 echo "$as_me: failed program was:" >&5
36717 sed 's/^/| /' conftest.$ac_ext >&5
36718
36719 eval "$as_ac_var=no"
36720 fi
36721 rm -f conftest.err conftest.$ac_objext \
36722 conftest$ac_exeext conftest.$ac_ext
36723 fi
36724 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36725 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36726 if test `eval echo '${'$as_ac_var'}'` = yes; then
36727 cat >>confdefs.h <<_ACEOF
36728 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36729 _ACEOF
36730
36731 fi
36732 done
36733
36734
36735 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
36736 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
36737 if test "${wx_cv_var_timezone+set}" = set; then
36738 echo $ECHO_N "(cached) $ECHO_C" >&6
36739 else
36740
36741 cat >conftest.$ac_ext <<_ACEOF
36742 /* confdefs.h. */
36743 _ACEOF
36744 cat confdefs.h >>conftest.$ac_ext
36745 cat >>conftest.$ac_ext <<_ACEOF
36746 /* end confdefs.h. */
36747
36748 #include <time.h>
36749
36750 int
36751 main ()
36752 {
36753
36754 int tz;
36755 tz = timezone;
36756
36757 ;
36758 return 0;
36759 }
36760 _ACEOF
36761 rm -f conftest.$ac_objext
36762 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36763 (eval $ac_compile) 2>conftest.er1
36764 ac_status=$?
36765 grep -v '^ *+' conftest.er1 >conftest.err
36766 rm -f conftest.er1
36767 cat conftest.err >&5
36768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36769 (exit $ac_status); } &&
36770 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36772 (eval $ac_try) 2>&5
36773 ac_status=$?
36774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36775 (exit $ac_status); }; } &&
36776 { ac_try='test -s conftest.$ac_objext'
36777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36778 (eval $ac_try) 2>&5
36779 ac_status=$?
36780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36781 (exit $ac_status); }; }; then
36782
36783 wx_cv_var_timezone=timezone
36784
36785 else
36786 echo "$as_me: failed program was:" >&5
36787 sed 's/^/| /' conftest.$ac_ext >&5
36788
36789
36790 cat >conftest.$ac_ext <<_ACEOF
36791 /* confdefs.h. */
36792 _ACEOF
36793 cat confdefs.h >>conftest.$ac_ext
36794 cat >>conftest.$ac_ext <<_ACEOF
36795 /* end confdefs.h. */
36796
36797 #include <time.h>
36798
36799 int
36800 main ()
36801 {
36802
36803 int tz;
36804 tz = _timezone;
36805
36806 ;
36807 return 0;
36808 }
36809 _ACEOF
36810 rm -f conftest.$ac_objext
36811 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36812 (eval $ac_compile) 2>conftest.er1
36813 ac_status=$?
36814 grep -v '^ *+' conftest.er1 >conftest.err
36815 rm -f conftest.er1
36816 cat conftest.err >&5
36817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36818 (exit $ac_status); } &&
36819 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36821 (eval $ac_try) 2>&5
36822 ac_status=$?
36823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36824 (exit $ac_status); }; } &&
36825 { ac_try='test -s conftest.$ac_objext'
36826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36827 (eval $ac_try) 2>&5
36828 ac_status=$?
36829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36830 (exit $ac_status); }; }; then
36831
36832 wx_cv_var_timezone=_timezone
36833
36834 else
36835 echo "$as_me: failed program was:" >&5
36836 sed 's/^/| /' conftest.$ac_ext >&5
36837
36838
36839 cat >conftest.$ac_ext <<_ACEOF
36840 /* confdefs.h. */
36841 _ACEOF
36842 cat confdefs.h >>conftest.$ac_ext
36843 cat >>conftest.$ac_ext <<_ACEOF
36844 /* end confdefs.h. */
36845
36846 #include <time.h>
36847
36848 int
36849 main ()
36850 {
36851
36852 int tz;
36853 tz = __timezone;
36854
36855 ;
36856 return 0;
36857 }
36858 _ACEOF
36859 rm -f conftest.$ac_objext
36860 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36861 (eval $ac_compile) 2>conftest.er1
36862 ac_status=$?
36863 grep -v '^ *+' conftest.er1 >conftest.err
36864 rm -f conftest.er1
36865 cat conftest.err >&5
36866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36867 (exit $ac_status); } &&
36868 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36870 (eval $ac_try) 2>&5
36871 ac_status=$?
36872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36873 (exit $ac_status); }; } &&
36874 { ac_try='test -s conftest.$ac_objext'
36875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36876 (eval $ac_try) 2>&5
36877 ac_status=$?
36878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36879 (exit $ac_status); }; }; then
36880
36881 wx_cv_var_timezone=__timezone
36882
36883 else
36884 echo "$as_me: failed program was:" >&5
36885 sed 's/^/| /' conftest.$ac_ext >&5
36886
36887
36888 if test "$USE_DOS" = 0 ; then
36889 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
36890 echo "$as_me: WARNING: no timezone variable" >&2;}
36891 fi
36892
36893
36894 fi
36895 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36896
36897
36898 fi
36899 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36900
36901
36902 fi
36903 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36904
36905
36906 fi
36907 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
36908 echo "${ECHO_T}$wx_cv_var_timezone" >&6
36909
36910 if test "x$wx_cv_var_timezone" != x ; then
36911 cat >>confdefs.h <<_ACEOF
36912 #define WX_TIMEZONE $wx_cv_var_timezone
36913 _ACEOF
36914
36915 fi
36916
36917
36918 for ac_func in localtime
36919 do
36920 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36921 echo "$as_me:$LINENO: checking for $ac_func" >&5
36922 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36923 if eval "test \"\${$as_ac_var+set}\" = set"; then
36924 echo $ECHO_N "(cached) $ECHO_C" >&6
36925 else
36926 cat >conftest.$ac_ext <<_ACEOF
36927 /* confdefs.h. */
36928 _ACEOF
36929 cat confdefs.h >>conftest.$ac_ext
36930 cat >>conftest.$ac_ext <<_ACEOF
36931 /* end confdefs.h. */
36932 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36933 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36934 #define $ac_func innocuous_$ac_func
36935
36936 /* System header to define __stub macros and hopefully few prototypes,
36937 which can conflict with char $ac_func (); below.
36938 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36939 <limits.h> exists even on freestanding compilers. */
36940
36941 #ifdef __STDC__
36942 # include <limits.h>
36943 #else
36944 # include <assert.h>
36945 #endif
36946
36947 #undef $ac_func
36948
36949 /* Override any gcc2 internal prototype to avoid an error. */
36950 #ifdef __cplusplus
36951 extern "C"
36952 {
36953 #endif
36954 /* We use char because int might match the return type of a gcc2
36955 builtin and then its argument prototype would still apply. */
36956 char $ac_func ();
36957 /* The GNU C library defines this for functions which it implements
36958 to always fail with ENOSYS. Some functions are actually named
36959 something starting with __ and the normal name is an alias. */
36960 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36961 choke me
36962 #else
36963 char (*f) () = $ac_func;
36964 #endif
36965 #ifdef __cplusplus
36966 }
36967 #endif
36968
36969 int
36970 main ()
36971 {
36972 return f != $ac_func;
36973 ;
36974 return 0;
36975 }
36976 _ACEOF
36977 rm -f conftest.$ac_objext conftest$ac_exeext
36978 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36979 (eval $ac_link) 2>conftest.er1
36980 ac_status=$?
36981 grep -v '^ *+' conftest.er1 >conftest.err
36982 rm -f conftest.er1
36983 cat conftest.err >&5
36984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36985 (exit $ac_status); } &&
36986 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36988 (eval $ac_try) 2>&5
36989 ac_status=$?
36990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36991 (exit $ac_status); }; } &&
36992 { ac_try='test -s conftest$ac_exeext'
36993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36994 (eval $ac_try) 2>&5
36995 ac_status=$?
36996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36997 (exit $ac_status); }; }; then
36998 eval "$as_ac_var=yes"
36999 else
37000 echo "$as_me: failed program was:" >&5
37001 sed 's/^/| /' conftest.$ac_ext >&5
37002
37003 eval "$as_ac_var=no"
37004 fi
37005 rm -f conftest.err conftest.$ac_objext \
37006 conftest$ac_exeext conftest.$ac_ext
37007 fi
37008 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37009 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37010 if test `eval echo '${'$as_ac_var'}'` = yes; then
37011 cat >>confdefs.h <<_ACEOF
37012 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37013 _ACEOF
37014
37015 fi
37016 done
37017
37018
37019 if test "$ac_cv_func_localtime" = "yes"; then
37020 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
37021 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
37022 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
37023 echo $ECHO_N "(cached) $ECHO_C" >&6
37024 else
37025
37026 cat >conftest.$ac_ext <<_ACEOF
37027 /* confdefs.h. */
37028 _ACEOF
37029 cat confdefs.h >>conftest.$ac_ext
37030 cat >>conftest.$ac_ext <<_ACEOF
37031 /* end confdefs.h. */
37032
37033 #include <time.h>
37034
37035 int
37036 main ()
37037 {
37038
37039 struct tm tm;
37040 tm.tm_gmtoff++;
37041
37042 ;
37043 return 0;
37044 }
37045 _ACEOF
37046 rm -f conftest.$ac_objext
37047 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37048 (eval $ac_compile) 2>conftest.er1
37049 ac_status=$?
37050 grep -v '^ *+' conftest.er1 >conftest.err
37051 rm -f conftest.er1
37052 cat conftest.err >&5
37053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37054 (exit $ac_status); } &&
37055 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37057 (eval $ac_try) 2>&5
37058 ac_status=$?
37059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37060 (exit $ac_status); }; } &&
37061 { ac_try='test -s conftest.$ac_objext'
37062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37063 (eval $ac_try) 2>&5
37064 ac_status=$?
37065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37066 (exit $ac_status); }; }; then
37067
37068 wx_cv_struct_tm_has_gmtoff=yes
37069
37070 else
37071 echo "$as_me: failed program was:" >&5
37072 sed 's/^/| /' conftest.$ac_ext >&5
37073
37074 wx_cv_struct_tm_has_gmtoff=no
37075
37076 fi
37077 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37078
37079 fi
37080 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
37081 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
37082 fi
37083
37084 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
37085 cat >>confdefs.h <<\_ACEOF
37086 #define WX_GMTOFF_IN_TM 1
37087 _ACEOF
37088
37089 fi
37090
37091
37092
37093 for ac_func in gettimeofday ftime
37094 do
37095 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37096 echo "$as_me:$LINENO: checking for $ac_func" >&5
37097 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37098 if eval "test \"\${$as_ac_var+set}\" = set"; then
37099 echo $ECHO_N "(cached) $ECHO_C" >&6
37100 else
37101 cat >conftest.$ac_ext <<_ACEOF
37102 /* confdefs.h. */
37103 _ACEOF
37104 cat confdefs.h >>conftest.$ac_ext
37105 cat >>conftest.$ac_ext <<_ACEOF
37106 /* end confdefs.h. */
37107 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37108 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37109 #define $ac_func innocuous_$ac_func
37110
37111 /* System header to define __stub macros and hopefully few prototypes,
37112 which can conflict with char $ac_func (); below.
37113 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37114 <limits.h> exists even on freestanding compilers. */
37115
37116 #ifdef __STDC__
37117 # include <limits.h>
37118 #else
37119 # include <assert.h>
37120 #endif
37121
37122 #undef $ac_func
37123
37124 /* Override any gcc2 internal prototype to avoid an error. */
37125 #ifdef __cplusplus
37126 extern "C"
37127 {
37128 #endif
37129 /* We use char because int might match the return type of a gcc2
37130 builtin and then its argument prototype would still apply. */
37131 char $ac_func ();
37132 /* The GNU C library defines this for functions which it implements
37133 to always fail with ENOSYS. Some functions are actually named
37134 something starting with __ and the normal name is an alias. */
37135 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37136 choke me
37137 #else
37138 char (*f) () = $ac_func;
37139 #endif
37140 #ifdef __cplusplus
37141 }
37142 #endif
37143
37144 int
37145 main ()
37146 {
37147 return f != $ac_func;
37148 ;
37149 return 0;
37150 }
37151 _ACEOF
37152 rm -f conftest.$ac_objext conftest$ac_exeext
37153 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37154 (eval $ac_link) 2>conftest.er1
37155 ac_status=$?
37156 grep -v '^ *+' conftest.er1 >conftest.err
37157 rm -f conftest.er1
37158 cat conftest.err >&5
37159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37160 (exit $ac_status); } &&
37161 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37163 (eval $ac_try) 2>&5
37164 ac_status=$?
37165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37166 (exit $ac_status); }; } &&
37167 { ac_try='test -s conftest$ac_exeext'
37168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37169 (eval $ac_try) 2>&5
37170 ac_status=$?
37171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37172 (exit $ac_status); }; }; then
37173 eval "$as_ac_var=yes"
37174 else
37175 echo "$as_me: failed program was:" >&5
37176 sed 's/^/| /' conftest.$ac_ext >&5
37177
37178 eval "$as_ac_var=no"
37179 fi
37180 rm -f conftest.err conftest.$ac_objext \
37181 conftest$ac_exeext conftest.$ac_ext
37182 fi
37183 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37184 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37185 if test `eval echo '${'$as_ac_var'}'` = yes; then
37186 cat >>confdefs.h <<_ACEOF
37187 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37188 _ACEOF
37189 break
37190 fi
37191 done
37192
37193
37194 if test "$ac_cv_func_gettimeofday" = "yes"; then
37195 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
37196 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
37197 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
37198 echo $ECHO_N "(cached) $ECHO_C" >&6
37199 else
37200
37201
37202
37203 ac_ext=cc
37204 ac_cpp='$CXXCPP $CPPFLAGS'
37205 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37206 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37207 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37208
37209
37210 cat >conftest.$ac_ext <<_ACEOF
37211 /* confdefs.h. */
37212 _ACEOF
37213 cat confdefs.h >>conftest.$ac_ext
37214 cat >>conftest.$ac_ext <<_ACEOF
37215 /* end confdefs.h. */
37216
37217 #include <sys/time.h>
37218 #include <unistd.h>
37219
37220 int
37221 main ()
37222 {
37223
37224 struct timeval tv;
37225 gettimeofday(&tv, NULL);
37226
37227 ;
37228 return 0;
37229 }
37230 _ACEOF
37231 rm -f conftest.$ac_objext
37232 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37233 (eval $ac_compile) 2>conftest.er1
37234 ac_status=$?
37235 grep -v '^ *+' conftest.er1 >conftest.err
37236 rm -f conftest.er1
37237 cat conftest.err >&5
37238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37239 (exit $ac_status); } &&
37240 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37242 (eval $ac_try) 2>&5
37243 ac_status=$?
37244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37245 (exit $ac_status); }; } &&
37246 { ac_try='test -s conftest.$ac_objext'
37247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37248 (eval $ac_try) 2>&5
37249 ac_status=$?
37250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37251 (exit $ac_status); }; }; then
37252 wx_cv_func_gettimeofday_has_2_args=yes
37253 else
37254 echo "$as_me: failed program was:" >&5
37255 sed 's/^/| /' conftest.$ac_ext >&5
37256
37257 cat >conftest.$ac_ext <<_ACEOF
37258 /* confdefs.h. */
37259 _ACEOF
37260 cat confdefs.h >>conftest.$ac_ext
37261 cat >>conftest.$ac_ext <<_ACEOF
37262 /* end confdefs.h. */
37263
37264 #include <sys/time.h>
37265 #include <unistd.h>
37266
37267 int
37268 main ()
37269 {
37270
37271 struct timeval tv;
37272 gettimeofday(&tv);
37273
37274 ;
37275 return 0;
37276 }
37277 _ACEOF
37278 rm -f conftest.$ac_objext
37279 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37280 (eval $ac_compile) 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_cxx_werror_flag" || test ! -s conftest.err'
37288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37289 (eval $ac_try) 2>&5
37290 ac_status=$?
37291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37292 (exit $ac_status); }; } &&
37293 { ac_try='test -s conftest.$ac_objext'
37294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37295 (eval $ac_try) 2>&5
37296 ac_status=$?
37297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37298 (exit $ac_status); }; }; then
37299 wx_cv_func_gettimeofday_has_2_args=no
37300 else
37301 echo "$as_me: failed program was:" >&5
37302 sed 's/^/| /' conftest.$ac_ext >&5
37303
37304
37305 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
37306 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
37307 wx_cv_func_gettimeofday_has_2_args=unknown
37308
37309
37310 fi
37311 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37312
37313 fi
37314 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37315 ac_ext=c
37316 ac_cpp='$CPP $CPPFLAGS'
37317 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37318 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37319 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37320
37321
37322 fi
37323 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
37324 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
37325
37326 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
37327 cat >>confdefs.h <<\_ACEOF
37328 #define WX_GETTIMEOFDAY_NO_TZ 1
37329 _ACEOF
37330
37331 fi
37332 fi
37333
37334 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
37335 fi
37336
37337
37338 if test "$wxUSE_SOCKETS" = "yes"; then
37339 if test "$wxUSE_MGL" = "1"; then
37340 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
37341 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
37342 wxUSE_SOCKETS="no"
37343 fi
37344 fi
37345
37346 if test "$wxUSE_SOCKETS" = "yes"; then
37347 if test "$TOOLKIT" != "MSW"; then
37348 echo "$as_me:$LINENO: checking for socket" >&5
37349 echo $ECHO_N "checking for socket... $ECHO_C" >&6
37350 if test "${ac_cv_func_socket+set}" = set; then
37351 echo $ECHO_N "(cached) $ECHO_C" >&6
37352 else
37353 cat >conftest.$ac_ext <<_ACEOF
37354 /* confdefs.h. */
37355 _ACEOF
37356 cat confdefs.h >>conftest.$ac_ext
37357 cat >>conftest.$ac_ext <<_ACEOF
37358 /* end confdefs.h. */
37359 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
37360 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37361 #define socket innocuous_socket
37362
37363 /* System header to define __stub macros and hopefully few prototypes,
37364 which can conflict with char socket (); below.
37365 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37366 <limits.h> exists even on freestanding compilers. */
37367
37368 #ifdef __STDC__
37369 # include <limits.h>
37370 #else
37371 # include <assert.h>
37372 #endif
37373
37374 #undef socket
37375
37376 /* Override any gcc2 internal prototype to avoid an error. */
37377 #ifdef __cplusplus
37378 extern "C"
37379 {
37380 #endif
37381 /* We use char because int might match the return type of a gcc2
37382 builtin and then its argument prototype would still apply. */
37383 char socket ();
37384 /* The GNU C library defines this for functions which it implements
37385 to always fail with ENOSYS. Some functions are actually named
37386 something starting with __ and the normal name is an alias. */
37387 #if defined (__stub_socket) || defined (__stub___socket)
37388 choke me
37389 #else
37390 char (*f) () = socket;
37391 #endif
37392 #ifdef __cplusplus
37393 }
37394 #endif
37395
37396 int
37397 main ()
37398 {
37399 return f != socket;
37400 ;
37401 return 0;
37402 }
37403 _ACEOF
37404 rm -f conftest.$ac_objext conftest$ac_exeext
37405 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37406 (eval $ac_link) 2>conftest.er1
37407 ac_status=$?
37408 grep -v '^ *+' conftest.er1 >conftest.err
37409 rm -f conftest.er1
37410 cat conftest.err >&5
37411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37412 (exit $ac_status); } &&
37413 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37415 (eval $ac_try) 2>&5
37416 ac_status=$?
37417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37418 (exit $ac_status); }; } &&
37419 { ac_try='test -s conftest$ac_exeext'
37420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37421 (eval $ac_try) 2>&5
37422 ac_status=$?
37423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37424 (exit $ac_status); }; }; then
37425 ac_cv_func_socket=yes
37426 else
37427 echo "$as_me: failed program was:" >&5
37428 sed 's/^/| /' conftest.$ac_ext >&5
37429
37430 ac_cv_func_socket=no
37431 fi
37432 rm -f conftest.err conftest.$ac_objext \
37433 conftest$ac_exeext conftest.$ac_ext
37434 fi
37435 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
37436 echo "${ECHO_T}$ac_cv_func_socket" >&6
37437 if test $ac_cv_func_socket = yes; then
37438 :
37439 else
37440
37441 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
37442 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
37443 if test "${ac_cv_lib_socket_socket+set}" = set; then
37444 echo $ECHO_N "(cached) $ECHO_C" >&6
37445 else
37446 ac_check_lib_save_LIBS=$LIBS
37447 LIBS="-lsocket $LIBS"
37448 cat >conftest.$ac_ext <<_ACEOF
37449 /* confdefs.h. */
37450 _ACEOF
37451 cat confdefs.h >>conftest.$ac_ext
37452 cat >>conftest.$ac_ext <<_ACEOF
37453 /* end confdefs.h. */
37454
37455 /* Override any gcc2 internal prototype to avoid an error. */
37456 #ifdef __cplusplus
37457 extern "C"
37458 #endif
37459 /* We use char because int might match the return type of a gcc2
37460 builtin and then its argument prototype would still apply. */
37461 char socket ();
37462 int
37463 main ()
37464 {
37465 socket ();
37466 ;
37467 return 0;
37468 }
37469 _ACEOF
37470 rm -f conftest.$ac_objext conftest$ac_exeext
37471 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37472 (eval $ac_link) 2>conftest.er1
37473 ac_status=$?
37474 grep -v '^ *+' conftest.er1 >conftest.err
37475 rm -f conftest.er1
37476 cat conftest.err >&5
37477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37478 (exit $ac_status); } &&
37479 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37481 (eval $ac_try) 2>&5
37482 ac_status=$?
37483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37484 (exit $ac_status); }; } &&
37485 { ac_try='test -s conftest$ac_exeext'
37486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37487 (eval $ac_try) 2>&5
37488 ac_status=$?
37489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37490 (exit $ac_status); }; }; then
37491 ac_cv_lib_socket_socket=yes
37492 else
37493 echo "$as_me: failed program was:" >&5
37494 sed 's/^/| /' conftest.$ac_ext >&5
37495
37496 ac_cv_lib_socket_socket=no
37497 fi
37498 rm -f conftest.err conftest.$ac_objext \
37499 conftest$ac_exeext conftest.$ac_ext
37500 LIBS=$ac_check_lib_save_LIBS
37501 fi
37502 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
37503 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
37504 if test $ac_cv_lib_socket_socket = yes; then
37505 if test "$INET_LINK" != " -lsocket"; then
37506 INET_LINK="$INET_LINK -lsocket"
37507 fi
37508 else
37509
37510 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
37511 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
37512 wxUSE_SOCKETS=no
37513
37514
37515 fi
37516
37517
37518
37519 fi
37520
37521 fi
37522 fi
37523
37524 if test "$wxUSE_SOCKETS" = "yes" ; then
37525 if test "$TOOLKIT" != "MSW"; then
37526 ac_ext=cc
37527 ac_cpp='$CXXCPP $CPPFLAGS'
37528 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37529 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37530 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37531
37532 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
37533 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
37534 if test "${wx_cv_type_getsockname3+set}" = set; then
37535 echo $ECHO_N "(cached) $ECHO_C" >&6
37536 else
37537
37538 cat >conftest.$ac_ext <<_ACEOF
37539 /* confdefs.h. */
37540 _ACEOF
37541 cat confdefs.h >>conftest.$ac_ext
37542 cat >>conftest.$ac_ext <<_ACEOF
37543 /* end confdefs.h. */
37544
37545 #include <sys/types.h>
37546 #include <sys/socket.h>
37547
37548 int
37549 main ()
37550 {
37551
37552 socklen_t len;
37553 getsockname(0, 0, &len);
37554
37555 ;
37556 return 0;
37557 }
37558 _ACEOF
37559 rm -f conftest.$ac_objext
37560 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37561 (eval $ac_compile) 2>conftest.er1
37562 ac_status=$?
37563 grep -v '^ *+' conftest.er1 >conftest.err
37564 rm -f conftest.er1
37565 cat conftest.err >&5
37566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37567 (exit $ac_status); } &&
37568 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37570 (eval $ac_try) 2>&5
37571 ac_status=$?
37572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37573 (exit $ac_status); }; } &&
37574 { ac_try='test -s conftest.$ac_objext'
37575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37576 (eval $ac_try) 2>&5
37577 ac_status=$?
37578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37579 (exit $ac_status); }; }; then
37580 wx_cv_type_getsockname3=socklen_t
37581 else
37582 echo "$as_me: failed program was:" >&5
37583 sed 's/^/| /' conftest.$ac_ext >&5
37584
37585
37586 CFLAGS_OLD="$CFLAGS"
37587 if test "$GCC" = yes ; then
37588 CFLAGS="$CFLAGS -Werror"
37589 fi
37590
37591 cat >conftest.$ac_ext <<_ACEOF
37592 /* confdefs.h. */
37593 _ACEOF
37594 cat confdefs.h >>conftest.$ac_ext
37595 cat >>conftest.$ac_ext <<_ACEOF
37596 /* end confdefs.h. */
37597
37598 #include <sys/types.h>
37599 #include <sys/socket.h>
37600
37601 int
37602 main ()
37603 {
37604
37605 size_t len;
37606 getsockname(0, 0, &len);
37607
37608 ;
37609 return 0;
37610 }
37611 _ACEOF
37612 rm -f conftest.$ac_objext
37613 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37614 (eval $ac_compile) 2>conftest.er1
37615 ac_status=$?
37616 grep -v '^ *+' conftest.er1 >conftest.err
37617 rm -f conftest.er1
37618 cat conftest.err >&5
37619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37620 (exit $ac_status); } &&
37621 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37623 (eval $ac_try) 2>&5
37624 ac_status=$?
37625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37626 (exit $ac_status); }; } &&
37627 { ac_try='test -s conftest.$ac_objext'
37628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37629 (eval $ac_try) 2>&5
37630 ac_status=$?
37631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37632 (exit $ac_status); }; }; then
37633 wx_cv_type_getsockname3=size_t
37634 else
37635 echo "$as_me: failed program was:" >&5
37636 sed 's/^/| /' conftest.$ac_ext >&5
37637
37638 cat >conftest.$ac_ext <<_ACEOF
37639 /* confdefs.h. */
37640 _ACEOF
37641 cat confdefs.h >>conftest.$ac_ext
37642 cat >>conftest.$ac_ext <<_ACEOF
37643 /* end confdefs.h. */
37644
37645 #include <sys/types.h>
37646 #include <sys/socket.h>
37647
37648 int
37649 main ()
37650 {
37651
37652 int len;
37653 getsockname(0, 0, &len);
37654
37655 ;
37656 return 0;
37657 }
37658 _ACEOF
37659 rm -f conftest.$ac_objext
37660 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37661 (eval $ac_compile) 2>conftest.er1
37662 ac_status=$?
37663 grep -v '^ *+' conftest.er1 >conftest.err
37664 rm -f conftest.er1
37665 cat conftest.err >&5
37666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37667 (exit $ac_status); } &&
37668 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37670 (eval $ac_try) 2>&5
37671 ac_status=$?
37672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37673 (exit $ac_status); }; } &&
37674 { ac_try='test -s conftest.$ac_objext'
37675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37676 (eval $ac_try) 2>&5
37677 ac_status=$?
37678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37679 (exit $ac_status); }; }; then
37680 wx_cv_type_getsockname3=int
37681 else
37682 echo "$as_me: failed program was:" >&5
37683 sed 's/^/| /' conftest.$ac_ext >&5
37684
37685 wx_cv_type_getsockname3=unknown
37686
37687 fi
37688 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37689
37690 fi
37691 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37692
37693 CFLAGS="$CFLAGS_OLD"
37694
37695
37696 fi
37697 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37698
37699 fi
37700 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
37701 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
37702
37703 if test "$wx_cv_type_getsockname3" = "unknown"; then
37704 wxUSE_SOCKETS=no
37705 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
37706 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
37707 else
37708 cat >>confdefs.h <<_ACEOF
37709 #define SOCKLEN_T $wx_cv_type_getsockname3
37710 _ACEOF
37711
37712 fi
37713 echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
37714 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6
37715 if test "${wx_cv_type_getsockopt5+set}" = set; then
37716 echo $ECHO_N "(cached) $ECHO_C" >&6
37717 else
37718
37719 cat >conftest.$ac_ext <<_ACEOF
37720 /* confdefs.h. */
37721 _ACEOF
37722 cat confdefs.h >>conftest.$ac_ext
37723 cat >>conftest.$ac_ext <<_ACEOF
37724 /* end confdefs.h. */
37725
37726 #include <sys/types.h>
37727 #include <sys/socket.h>
37728
37729 int
37730 main ()
37731 {
37732
37733 socklen_t len;
37734 getsockopt(0, 0, 0, 0, &len);
37735
37736 ;
37737 return 0;
37738 }
37739 _ACEOF
37740 rm -f conftest.$ac_objext
37741 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37742 (eval $ac_compile) 2>conftest.er1
37743 ac_status=$?
37744 grep -v '^ *+' conftest.er1 >conftest.err
37745 rm -f conftest.er1
37746 cat conftest.err >&5
37747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37748 (exit $ac_status); } &&
37749 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37751 (eval $ac_try) 2>&5
37752 ac_status=$?
37753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37754 (exit $ac_status); }; } &&
37755 { ac_try='test -s conftest.$ac_objext'
37756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37757 (eval $ac_try) 2>&5
37758 ac_status=$?
37759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37760 (exit $ac_status); }; }; then
37761 wx_cv_type_getsockopt5=socklen_t
37762 else
37763 echo "$as_me: failed program was:" >&5
37764 sed 's/^/| /' conftest.$ac_ext >&5
37765
37766
37767 CFLAGS_OLD="$CFLAGS"
37768 if test "$GCC" = yes ; then
37769 CFLAGS="$CFLAGS -Werror"
37770 fi
37771
37772 cat >conftest.$ac_ext <<_ACEOF
37773 /* confdefs.h. */
37774 _ACEOF
37775 cat confdefs.h >>conftest.$ac_ext
37776 cat >>conftest.$ac_ext <<_ACEOF
37777 /* end confdefs.h. */
37778
37779 #include <sys/types.h>
37780 #include <sys/socket.h>
37781
37782 int
37783 main ()
37784 {
37785
37786 size_t len;
37787 getsockopt(0, 0, 0, 0, &len);
37788
37789 ;
37790 return 0;
37791 }
37792 _ACEOF
37793 rm -f conftest.$ac_objext
37794 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37795 (eval $ac_compile) 2>conftest.er1
37796 ac_status=$?
37797 grep -v '^ *+' conftest.er1 >conftest.err
37798 rm -f conftest.er1
37799 cat conftest.err >&5
37800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37801 (exit $ac_status); } &&
37802 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37804 (eval $ac_try) 2>&5
37805 ac_status=$?
37806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37807 (exit $ac_status); }; } &&
37808 { ac_try='test -s conftest.$ac_objext'
37809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37810 (eval $ac_try) 2>&5
37811 ac_status=$?
37812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37813 (exit $ac_status); }; }; then
37814 wx_cv_type_getsockopt5=size_t
37815 else
37816 echo "$as_me: failed program was:" >&5
37817 sed 's/^/| /' conftest.$ac_ext >&5
37818
37819 cat >conftest.$ac_ext <<_ACEOF
37820 /* confdefs.h. */
37821 _ACEOF
37822 cat confdefs.h >>conftest.$ac_ext
37823 cat >>conftest.$ac_ext <<_ACEOF
37824 /* end confdefs.h. */
37825
37826 #include <sys/types.h>
37827 #include <sys/socket.h>
37828
37829 int
37830 main ()
37831 {
37832
37833 int len;
37834 getsockopt(0, 0, 0, 0, &len);
37835
37836 ;
37837 return 0;
37838 }
37839 _ACEOF
37840 rm -f conftest.$ac_objext
37841 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37842 (eval $ac_compile) 2>conftest.er1
37843 ac_status=$?
37844 grep -v '^ *+' conftest.er1 >conftest.err
37845 rm -f conftest.er1
37846 cat conftest.err >&5
37847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37848 (exit $ac_status); } &&
37849 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37851 (eval $ac_try) 2>&5
37852 ac_status=$?
37853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37854 (exit $ac_status); }; } &&
37855 { ac_try='test -s conftest.$ac_objext'
37856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37857 (eval $ac_try) 2>&5
37858 ac_status=$?
37859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37860 (exit $ac_status); }; }; then
37861 wx_cv_type_getsockopt5=int
37862 else
37863 echo "$as_me: failed program was:" >&5
37864 sed 's/^/| /' conftest.$ac_ext >&5
37865
37866 wx_cv_type_getsockopt5=unknown
37867
37868 fi
37869 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37870
37871 fi
37872 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37873
37874 CFLAGS="$CFLAGS_OLD"
37875
37876
37877 fi
37878 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37879
37880 fi
37881 echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
37882 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6
37883
37884 if test "$wx_cv_type_getsockopt5" = "unknown"; then
37885 wxUSE_SOCKETS=no
37886 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
37887 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
37888 else
37889 cat >>confdefs.h <<_ACEOF
37890 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
37891 _ACEOF
37892
37893 fi
37894 ac_ext=c
37895 ac_cpp='$CPP $CPPFLAGS'
37896 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37897 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37898 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37899
37900 fi
37901 fi
37902
37903 if test "$wxUSE_SOCKETS" = "yes" ; then
37904 cat >>confdefs.h <<\_ACEOF
37905 #define wxUSE_SOCKETS 1
37906 _ACEOF
37907
37908 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
37909 fi
37910
37911 if test "$wxUSE_PROTOCOL" = "yes"; then
37912 if test "$wxUSE_SOCKETS" != "yes"; then
37913 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
37914 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
37915 wxUSE_PROTOCOL=no
37916 fi
37917 fi
37918
37919 if test "$wxUSE_PROTOCOL" = "yes"; then
37920 cat >>confdefs.h <<\_ACEOF
37921 #define wxUSE_PROTOCOL 1
37922 _ACEOF
37923
37924
37925 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
37926 cat >>confdefs.h <<\_ACEOF
37927 #define wxUSE_PROTOCOL_HTTP 1
37928 _ACEOF
37929
37930 fi
37931 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
37932 cat >>confdefs.h <<\_ACEOF
37933 #define wxUSE_PROTOCOL_FTP 1
37934 _ACEOF
37935
37936 fi
37937 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
37938 cat >>confdefs.h <<\_ACEOF
37939 #define wxUSE_PROTOCOL_FILE 1
37940 _ACEOF
37941
37942 fi
37943 else
37944 if test "$wxUSE_FS_INET" = "yes"; then
37945 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
37946 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
37947 wxUSE_FS_INET="no"
37948 fi
37949 fi
37950
37951 if test "$wxUSE_URL" = "yes"; then
37952 if test "$wxUSE_PROTOCOL" != "yes"; then
37953 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
37954 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
37955 wxUSE_URL=no
37956 fi
37957 if test "$wxUSE_URL" = "yes"; then
37958 cat >>confdefs.h <<\_ACEOF
37959 #define wxUSE_URL 1
37960 _ACEOF
37961
37962 fi
37963 fi
37964
37965 if test "$wxUSE_FS_INET" = "yes"; then
37966 cat >>confdefs.h <<\_ACEOF
37967 #define wxUSE_FS_INET 1
37968 _ACEOF
37969
37970 fi
37971
37972
37973 if test "$wxUSE_GUI" = "yes"; then
37974 if test "$wxUSE_JOYSTICK" = "yes"; then
37975
37976 if test "$TOOLKIT" != "MAC" -a "$TOOLKIT" != "COCOA" -a "$TOOLKIT" != "MSW"; then
37977
37978 for ac_header in linux/joystick.h
37979 do
37980 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
37981 if eval "test \"\${$as_ac_Header+set}\" = set"; then
37982 echo "$as_me:$LINENO: checking for $ac_header" >&5
37983 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
37984 if eval "test \"\${$as_ac_Header+set}\" = set"; then
37985 echo $ECHO_N "(cached) $ECHO_C" >&6
37986 fi
37987 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
37988 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
37989 else
37990 # Is the header compilable?
37991 echo "$as_me:$LINENO: checking $ac_header usability" >&5
37992 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
37993 cat >conftest.$ac_ext <<_ACEOF
37994 /* confdefs.h. */
37995 _ACEOF
37996 cat confdefs.h >>conftest.$ac_ext
37997 cat >>conftest.$ac_ext <<_ACEOF
37998 /* end confdefs.h. */
37999 $ac_includes_default
38000 #include <$ac_header>
38001 _ACEOF
38002 rm -f conftest.$ac_objext
38003 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38004 (eval $ac_compile) 2>conftest.er1
38005 ac_status=$?
38006 grep -v '^ *+' conftest.er1 >conftest.err
38007 rm -f conftest.er1
38008 cat conftest.err >&5
38009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38010 (exit $ac_status); } &&
38011 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38013 (eval $ac_try) 2>&5
38014 ac_status=$?
38015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38016 (exit $ac_status); }; } &&
38017 { ac_try='test -s conftest.$ac_objext'
38018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38019 (eval $ac_try) 2>&5
38020 ac_status=$?
38021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38022 (exit $ac_status); }; }; then
38023 ac_header_compiler=yes
38024 else
38025 echo "$as_me: failed program was:" >&5
38026 sed 's/^/| /' conftest.$ac_ext >&5
38027
38028 ac_header_compiler=no
38029 fi
38030 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38031 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
38032 echo "${ECHO_T}$ac_header_compiler" >&6
38033
38034 # Is the header present?
38035 echo "$as_me:$LINENO: checking $ac_header presence" >&5
38036 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
38037 cat >conftest.$ac_ext <<_ACEOF
38038 /* confdefs.h. */
38039 _ACEOF
38040 cat confdefs.h >>conftest.$ac_ext
38041 cat >>conftest.$ac_ext <<_ACEOF
38042 /* end confdefs.h. */
38043 #include <$ac_header>
38044 _ACEOF
38045 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
38046 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
38047 ac_status=$?
38048 grep -v '^ *+' conftest.er1 >conftest.err
38049 rm -f conftest.er1
38050 cat conftest.err >&5
38051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38052 (exit $ac_status); } >/dev/null; then
38053 if test -s conftest.err; then
38054 ac_cpp_err=$ac_c_preproc_warn_flag
38055 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
38056 else
38057 ac_cpp_err=
38058 fi
38059 else
38060 ac_cpp_err=yes
38061 fi
38062 if test -z "$ac_cpp_err"; then
38063 ac_header_preproc=yes
38064 else
38065 echo "$as_me: failed program was:" >&5
38066 sed 's/^/| /' conftest.$ac_ext >&5
38067
38068 ac_header_preproc=no
38069 fi
38070 rm -f conftest.err conftest.$ac_ext
38071 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
38072 echo "${ECHO_T}$ac_header_preproc" >&6
38073
38074 # So? What about this header?
38075 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
38076 yes:no: )
38077 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
38078 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
38079 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
38080 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
38081 ac_header_preproc=yes
38082 ;;
38083 no:yes:* )
38084 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
38085 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
38086 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
38087 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
38088 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
38089 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
38090 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
38091 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
38092 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
38093 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
38094 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
38095 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
38096 (
38097 cat <<\_ASBOX
38098 ## ----------------------------------------- ##
38099 ## Report this to wx-dev@lists.wxwidgets.org ##
38100 ## ----------------------------------------- ##
38101 _ASBOX
38102 ) |
38103 sed "s/^/$as_me: WARNING: /" >&2
38104 ;;
38105 esac
38106 echo "$as_me:$LINENO: checking for $ac_header" >&5
38107 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
38108 if eval "test \"\${$as_ac_Header+set}\" = set"; then
38109 echo $ECHO_N "(cached) $ECHO_C" >&6
38110 else
38111 eval "$as_ac_Header=\$ac_header_preproc"
38112 fi
38113 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
38114 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
38115
38116 fi
38117 if test `eval echo '${'$as_ac_Header'}'` = yes; then
38118 cat >>confdefs.h <<_ACEOF
38119 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
38120 _ACEOF
38121
38122 fi
38123
38124 done
38125
38126 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
38127 wxUSE_JOYSTICK=no
38128 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
38129 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
38130 fi
38131 else
38132 if test "$USE_DARWIN" != 1 -a "$TOOLKIT" != "MSW"; then
38133 wxUSE_JOYSTICK=no
38134 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
38135 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
38136 fi
38137 fi
38138
38139
38140 if test "$wxUSE_JOYSTICK" = "yes"; then
38141 cat >>confdefs.h <<\_ACEOF
38142 #define wxUSE_JOYSTICK 1
38143 _ACEOF
38144
38145 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
38146 fi
38147 fi
38148 fi
38149
38150
38151
38152 if test "$wxUSE_FONTMAP" = "yes" ; then
38153 cat >>confdefs.h <<\_ACEOF
38154 #define wxUSE_FONTMAP 1
38155 _ACEOF
38156
38157 fi
38158
38159 if test "$wxUSE_UNICODE" = "yes" ; then
38160 cat >>confdefs.h <<\_ACEOF
38161 #define wxUSE_UNICODE 1
38162 _ACEOF
38163
38164
38165 if test "$USE_WIN32" != 1; then
38166 wxUSE_UNICODE_MSLU=no
38167 fi
38168
38169 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
38170 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
38171 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
38172 if test "${ac_cv_lib_unicows_main+set}" = set; then
38173 echo $ECHO_N "(cached) $ECHO_C" >&6
38174 else
38175 ac_check_lib_save_LIBS=$LIBS
38176 LIBS="-lunicows $LIBS"
38177 cat >conftest.$ac_ext <<_ACEOF
38178 /* confdefs.h. */
38179 _ACEOF
38180 cat confdefs.h >>conftest.$ac_ext
38181 cat >>conftest.$ac_ext <<_ACEOF
38182 /* end confdefs.h. */
38183
38184
38185 int
38186 main ()
38187 {
38188 main ();
38189 ;
38190 return 0;
38191 }
38192 _ACEOF
38193 rm -f conftest.$ac_objext conftest$ac_exeext
38194 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38195 (eval $ac_link) 2>conftest.er1
38196 ac_status=$?
38197 grep -v '^ *+' conftest.er1 >conftest.err
38198 rm -f conftest.er1
38199 cat conftest.err >&5
38200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38201 (exit $ac_status); } &&
38202 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38204 (eval $ac_try) 2>&5
38205 ac_status=$?
38206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38207 (exit $ac_status); }; } &&
38208 { ac_try='test -s conftest$ac_exeext'
38209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38210 (eval $ac_try) 2>&5
38211 ac_status=$?
38212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38213 (exit $ac_status); }; }; then
38214 ac_cv_lib_unicows_main=yes
38215 else
38216 echo "$as_me: failed program was:" >&5
38217 sed 's/^/| /' conftest.$ac_ext >&5
38218
38219 ac_cv_lib_unicows_main=no
38220 fi
38221 rm -f conftest.err conftest.$ac_objext \
38222 conftest$ac_exeext conftest.$ac_ext
38223 LIBS=$ac_check_lib_save_LIBS
38224 fi
38225 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
38226 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
38227 if test $ac_cv_lib_unicows_main = yes; then
38228
38229 cat >>confdefs.h <<\_ACEOF
38230 #define wxUSE_UNICODE_MSLU 1
38231 _ACEOF
38232
38233
38234 else
38235
38236 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
38237 Applications will only run on Windows NT/2000/XP!" >&5
38238 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
38239 Applications will only run on Windows NT/2000/XP!" >&2;}
38240 wxUSE_UNICODE_MSLU=no
38241
38242 fi
38243
38244 fi
38245 fi
38246
38247 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
38248 cat >>confdefs.h <<\_ACEOF
38249 #define wxUSE_EXPERIMENTAL_PRINTF 1
38250 _ACEOF
38251
38252 fi
38253
38254
38255 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
38256 cat >>confdefs.h <<\_ACEOF
38257 #define wxUSE_POSTSCRIPT 1
38258 _ACEOF
38259
38260 fi
38261
38262 cat >>confdefs.h <<\_ACEOF
38263 #define wxUSE_AFM_FOR_POSTSCRIPT 1
38264 _ACEOF
38265
38266
38267 cat >>confdefs.h <<\_ACEOF
38268 #define wxUSE_NORMALIZED_PS_FONTS 1
38269 _ACEOF
38270
38271
38272
38273 if test "$wxUSE_CONSTRAINTS" = "yes"; then
38274 cat >>confdefs.h <<\_ACEOF
38275 #define wxUSE_CONSTRAINTS 1
38276 _ACEOF
38277
38278 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
38279 fi
38280
38281 if test "$wxUSE_MDI" = "yes"; then
38282 cat >>confdefs.h <<\_ACEOF
38283 #define wxUSE_MDI 1
38284 _ACEOF
38285
38286
38287 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
38288 cat >>confdefs.h <<\_ACEOF
38289 #define wxUSE_MDI_ARCHITECTURE 1
38290 _ACEOF
38291
38292 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
38293 fi
38294 fi
38295
38296 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
38297 cat >>confdefs.h <<\_ACEOF
38298 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
38299 _ACEOF
38300
38301 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
38302 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
38303 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
38304 fi
38305 fi
38306
38307 if test "$wxUSE_HELP" = "yes"; then
38308 cat >>confdefs.h <<\_ACEOF
38309 #define wxUSE_HELP 1
38310 _ACEOF
38311
38312 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
38313
38314 if test "$wxUSE_MSW" = 1; then
38315 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
38316 cat >>confdefs.h <<\_ACEOF
38317 #define wxUSE_MS_HTML_HELP 1
38318 _ACEOF
38319
38320 fi
38321 fi
38322
38323 if test "$wxUSE_WXHTML_HELP" = "yes"; then
38324 if test "$wxUSE_HTML" = "yes"; then
38325 cat >>confdefs.h <<\_ACEOF
38326 #define wxUSE_WXHTML_HELP 1
38327 _ACEOF
38328
38329 else
38330 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
38331 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
38332 wxUSE_WXHTML_HELP=no
38333 fi
38334 fi
38335 fi
38336
38337 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
38338 if test "$wxUSE_CONSTRAINTS" != "yes"; then
38339 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
38340 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
38341 else
38342 cat >>confdefs.h <<\_ACEOF
38343 #define wxUSE_PRINTING_ARCHITECTURE 1
38344 _ACEOF
38345
38346 fi
38347 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
38348 fi
38349
38350 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
38351 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
38352 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
38353 { (exit 1); exit 1; }; }
38354 fi
38355
38356
38357 if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
38358 -o "$wxUSE_CLIPBOARD" = "yes" \
38359 -o "$wxUSE_OLE" = "yes" \
38360 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
38361
38362 for ac_header in ole2.h
38363 do
38364 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
38365 if eval "test \"\${$as_ac_Header+set}\" = set"; then
38366 echo "$as_me:$LINENO: checking for $ac_header" >&5
38367 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
38368 if eval "test \"\${$as_ac_Header+set}\" = set"; then
38369 echo $ECHO_N "(cached) $ECHO_C" >&6
38370 fi
38371 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
38372 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
38373 else
38374 # Is the header compilable?
38375 echo "$as_me:$LINENO: checking $ac_header usability" >&5
38376 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
38377 cat >conftest.$ac_ext <<_ACEOF
38378 /* confdefs.h. */
38379 _ACEOF
38380 cat confdefs.h >>conftest.$ac_ext
38381 cat >>conftest.$ac_ext <<_ACEOF
38382 /* end confdefs.h. */
38383 $ac_includes_default
38384 #include <$ac_header>
38385 _ACEOF
38386 rm -f conftest.$ac_objext
38387 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38388 (eval $ac_compile) 2>conftest.er1
38389 ac_status=$?
38390 grep -v '^ *+' conftest.er1 >conftest.err
38391 rm -f conftest.er1
38392 cat conftest.err >&5
38393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38394 (exit $ac_status); } &&
38395 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38397 (eval $ac_try) 2>&5
38398 ac_status=$?
38399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38400 (exit $ac_status); }; } &&
38401 { ac_try='test -s conftest.$ac_objext'
38402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38403 (eval $ac_try) 2>&5
38404 ac_status=$?
38405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38406 (exit $ac_status); }; }; then
38407 ac_header_compiler=yes
38408 else
38409 echo "$as_me: failed program was:" >&5
38410 sed 's/^/| /' conftest.$ac_ext >&5
38411
38412 ac_header_compiler=no
38413 fi
38414 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38415 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
38416 echo "${ECHO_T}$ac_header_compiler" >&6
38417
38418 # Is the header present?
38419 echo "$as_me:$LINENO: checking $ac_header presence" >&5
38420 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
38421 cat >conftest.$ac_ext <<_ACEOF
38422 /* confdefs.h. */
38423 _ACEOF
38424 cat confdefs.h >>conftest.$ac_ext
38425 cat >>conftest.$ac_ext <<_ACEOF
38426 /* end confdefs.h. */
38427 #include <$ac_header>
38428 _ACEOF
38429 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
38430 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
38431 ac_status=$?
38432 grep -v '^ *+' conftest.er1 >conftest.err
38433 rm -f conftest.er1
38434 cat conftest.err >&5
38435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38436 (exit $ac_status); } >/dev/null; then
38437 if test -s conftest.err; then
38438 ac_cpp_err=$ac_c_preproc_warn_flag
38439 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
38440 else
38441 ac_cpp_err=
38442 fi
38443 else
38444 ac_cpp_err=yes
38445 fi
38446 if test -z "$ac_cpp_err"; then
38447 ac_header_preproc=yes
38448 else
38449 echo "$as_me: failed program was:" >&5
38450 sed 's/^/| /' conftest.$ac_ext >&5
38451
38452 ac_header_preproc=no
38453 fi
38454 rm -f conftest.err conftest.$ac_ext
38455 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
38456 echo "${ECHO_T}$ac_header_preproc" >&6
38457
38458 # So? What about this header?
38459 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
38460 yes:no: )
38461 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
38462 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
38463 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
38464 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
38465 ac_header_preproc=yes
38466 ;;
38467 no:yes:* )
38468 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
38469 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
38470 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
38471 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
38472 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
38473 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
38474 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
38475 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
38476 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
38477 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
38478 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
38479 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
38480 (
38481 cat <<\_ASBOX
38482 ## ----------------------------------------- ##
38483 ## Report this to wx-dev@lists.wxwidgets.org ##
38484 ## ----------------------------------------- ##
38485 _ASBOX
38486 ) |
38487 sed "s/^/$as_me: WARNING: /" >&2
38488 ;;
38489 esac
38490 echo "$as_me:$LINENO: checking for $ac_header" >&5
38491 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
38492 if eval "test \"\${$as_ac_Header+set}\" = set"; then
38493 echo $ECHO_N "(cached) $ECHO_C" >&6
38494 else
38495 eval "$as_ac_Header=\$ac_header_preproc"
38496 fi
38497 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
38498 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
38499
38500 fi
38501 if test `eval echo '${'$as_ac_Header'}'` = yes; then
38502 cat >>confdefs.h <<_ACEOF
38503 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
38504 _ACEOF
38505
38506 fi
38507
38508 done
38509
38510
38511 if test "$ac_cv_header_ole2_h" = "yes" ; then
38512 if test "$GCC" = yes ; then
38513
38514
38515 ac_ext=cc
38516 ac_cpp='$CXXCPP $CPPFLAGS'
38517 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38518 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38519 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38520
38521
38522 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
38523 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
38524 cat >conftest.$ac_ext <<_ACEOF
38525 /* confdefs.h. */
38526 _ACEOF
38527 cat confdefs.h >>conftest.$ac_ext
38528 cat >>conftest.$ac_ext <<_ACEOF
38529 /* end confdefs.h. */
38530 #include <windows.h>
38531 #include <ole2.h>
38532 int
38533 main ()
38534 {
38535
38536 ;
38537 return 0;
38538 }
38539 _ACEOF
38540 rm -f conftest.$ac_objext
38541 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38542 (eval $ac_compile) 2>conftest.er1
38543 ac_status=$?
38544 grep -v '^ *+' conftest.er1 >conftest.err
38545 rm -f conftest.er1
38546 cat conftest.err >&5
38547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38548 (exit $ac_status); } &&
38549 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38551 (eval $ac_try) 2>&5
38552 ac_status=$?
38553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38554 (exit $ac_status); }; } &&
38555 { ac_try='test -s conftest.$ac_objext'
38556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38557 (eval $ac_try) 2>&5
38558 ac_status=$?
38559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38560 (exit $ac_status); }; }; then
38561 echo "$as_me:$LINENO: result: no" >&5
38562 echo "${ECHO_T}no" >&6
38563 else
38564 echo "$as_me: failed program was:" >&5
38565 sed 's/^/| /' conftest.$ac_ext >&5
38566
38567 echo "$as_me:$LINENO: result: yes" >&5
38568 echo "${ECHO_T}yes" >&6
38569 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
38570 fi
38571 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38572 ac_ext=c
38573 ac_cpp='$CPP $CPPFLAGS'
38574 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38575 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38576 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38577
38578 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
38579 if test "$wxUSE_OLE" = "yes" ; then
38580 cat >>confdefs.h <<\_ACEOF
38581 #define wxUSE_OLE 1
38582 _ACEOF
38583
38584 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
38585 fi
38586 fi
38587
38588 if test "$wxUSE_DATAOBJ" = "yes" ; then
38589 cat >>confdefs.h <<\_ACEOF
38590 #define wxUSE_DATAOBJ 1
38591 _ACEOF
38592
38593 fi
38594 else
38595 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
38596 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
38597
38598 wxUSE_CLIPBOARD=no
38599 wxUSE_DRAG_AND_DROP=no
38600 wxUSE_DATAOBJ=no
38601 wxUSE_OLE=no
38602 fi
38603
38604 if test "$wxUSE_METAFILE" = "yes"; then
38605 cat >>confdefs.h <<\_ACEOF
38606 #define wxUSE_METAFILE 1
38607 _ACEOF
38608
38609
38610 cat >>confdefs.h <<\_ACEOF
38611 #define wxUSE_ENH_METAFILE 1
38612 _ACEOF
38613
38614 fi
38615 fi
38616
38617 if test "$wxUSE_IPC" = "yes"; then
38618 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
38619 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
38620 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
38621 wxUSE_IPC=no
38622 fi
38623
38624 if test "$wxUSE_IPC" = "yes"; then
38625 cat >>confdefs.h <<\_ACEOF
38626 #define wxUSE_IPC 1
38627 _ACEOF
38628
38629 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
38630 fi
38631 fi
38632
38633 if test "$wxUSE_CLIPBOARD" = "yes"; then
38634 if test "$wxUSE_MGL" = 1; then
38635 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
38636 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
38637 wxUSE_CLIPBOARD=no
38638 fi
38639
38640 if test "$wxUSE_CLIPBOARD" = "yes"; then
38641 cat >>confdefs.h <<\_ACEOF
38642 #define wxUSE_CLIPBOARD 1
38643 _ACEOF
38644
38645
38646 cat >>confdefs.h <<\_ACEOF
38647 #define wxUSE_DATAOBJ 1
38648 _ACEOF
38649
38650 fi
38651 fi
38652
38653 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
38654 if test "$wxUSE_GTK" = 1; then
38655 if test "$WXGTK12" != 1; then
38656 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
38657 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
38658 wxUSE_DRAG_AND_DROP=no
38659 fi
38660 fi
38661
38662 if test "$wxUSE_MOTIF" = 1; then
38663 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
38664 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
38665 wxUSE_DRAG_AND_DROP=no
38666 fi
38667
38668 if test "$wxUSE_X11" = 1; then
38669 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
38670 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
38671 wxUSE_DRAG_AND_DROP=no
38672 fi
38673
38674 if test "$wxUSE_MGL" = 1; then
38675 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
38676 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
38677 wxUSE_DRAG_AND_DROP=no
38678 fi
38679
38680 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
38681 cat >>confdefs.h <<\_ACEOF
38682 #define wxUSE_DRAG_AND_DROP 1
38683 _ACEOF
38684
38685 fi
38686
38687 fi
38688
38689 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
38690 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
38691 fi
38692
38693 if test "$wxUSE_SPLINES" = "yes" ; then
38694 cat >>confdefs.h <<\_ACEOF
38695 #define wxUSE_SPLINES 1
38696 _ACEOF
38697
38698 fi
38699
38700
38701 USES_CONTROLS=0
38702 if test "$wxUSE_CONTROLS" = "yes"; then
38703 USES_CONTROLS=1
38704 fi
38705
38706 if test "$wxUSE_ACCEL" = "yes"; then
38707 cat >>confdefs.h <<\_ACEOF
38708 #define wxUSE_ACCEL 1
38709 _ACEOF
38710
38711 USES_CONTROLS=1
38712 fi
38713
38714 if test "$wxUSE_BUTTON" = "yes"; then
38715 cat >>confdefs.h <<\_ACEOF
38716 #define wxUSE_BUTTON 1
38717 _ACEOF
38718
38719 USES_CONTROLS=1
38720 fi
38721
38722 if test "$wxUSE_BMPBUTTON" = "yes"; then
38723 cat >>confdefs.h <<\_ACEOF
38724 #define wxUSE_BMPBUTTON 1
38725 _ACEOF
38726
38727 USES_CONTROLS=1
38728 fi
38729
38730 if test "$wxUSE_CALCTRL" = "yes"; then
38731 cat >>confdefs.h <<\_ACEOF
38732 #define wxUSE_CALENDARCTRL 1
38733 _ACEOF
38734
38735 USES_CONTROLS=1
38736 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
38737 fi
38738
38739 if test "$wxUSE_CARET" = "yes"; then
38740 cat >>confdefs.h <<\_ACEOF
38741 #define wxUSE_CARET 1
38742 _ACEOF
38743
38744 USES_CONTROLS=1
38745 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
38746 fi
38747
38748 if test "$wxUSE_COMBOBOX" = "yes"; then
38749 cat >>confdefs.h <<\_ACEOF
38750 #define wxUSE_COMBOBOX 1
38751 _ACEOF
38752
38753 USES_CONTROLS=1
38754 fi
38755
38756 if test "$wxUSE_CHOICE" = "yes"; then
38757 cat >>confdefs.h <<\_ACEOF
38758 #define wxUSE_CHOICE 1
38759 _ACEOF
38760
38761 USES_CONTROLS=1
38762 fi
38763
38764 if test "$wxUSE_CHOICEBOOK" = "yes"; then
38765 cat >>confdefs.h <<\_ACEOF
38766 #define wxUSE_CHOICEBOOK 1
38767 _ACEOF
38768
38769 USES_CONTROLS=1
38770 fi
38771
38772 if test "$wxUSE_CHECKBOX" = "yes"; then
38773 cat >>confdefs.h <<\_ACEOF
38774 #define wxUSE_CHECKBOX 1
38775 _ACEOF
38776
38777 USES_CONTROLS=1
38778 fi
38779
38780 if test "$wxUSE_CHECKLST" = "yes"; then
38781 cat >>confdefs.h <<\_ACEOF
38782 #define wxUSE_CHECKLISTBOX 1
38783 _ACEOF
38784
38785 USES_CONTROLS=1
38786 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
38787 fi
38788
38789 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
38790 cat >>confdefs.h <<\_ACEOF
38791 #define wxUSE_DATEPICKCTRL 1
38792 _ACEOF
38793
38794 USES_CONTROLS=1
38795 fi
38796
38797 if test "$wxUSE_DISPLAY" = "yes"; then
38798 cat >>confdefs.h <<\_ACEOF
38799 #define wxUSE_DISPLAY 1
38800 _ACEOF
38801
38802 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display multimon"
38803 fi
38804
38805 if test "$wxUSE_GAUGE" = "yes"; then
38806 cat >>confdefs.h <<\_ACEOF
38807 #define wxUSE_GAUGE 1
38808 _ACEOF
38809
38810 USES_CONTROLS=1
38811 fi
38812
38813 if test "$wxUSE_GRID" = "yes"; then
38814 cat >>confdefs.h <<\_ACEOF
38815 #define wxUSE_GRID 1
38816 _ACEOF
38817
38818 USES_CONTROLS=1
38819 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
38820 fi
38821
38822 if test "$wxUSE_IMAGLIST" = "yes"; then
38823 cat >>confdefs.h <<\_ACEOF
38824 #define wxUSE_IMAGLIST 1
38825 _ACEOF
38826
38827 fi
38828
38829 if test "$wxUSE_LISTBOOK" = "yes"; then
38830 cat >>confdefs.h <<\_ACEOF
38831 #define wxUSE_LISTBOOK 1
38832 _ACEOF
38833
38834 USES_CONTROLS=1
38835 fi
38836
38837 if test "$wxUSE_LISTBOX" = "yes"; then
38838 cat >>confdefs.h <<\_ACEOF
38839 #define wxUSE_LISTBOX 1
38840 _ACEOF
38841
38842 USES_CONTROLS=1
38843 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listbox"
38844 fi
38845
38846 if test "$wxUSE_LISTCTRL" = "yes"; then
38847 if test "$wxUSE_IMAGLIST" = "yes"; then
38848 cat >>confdefs.h <<\_ACEOF
38849 #define wxUSE_LISTCTRL 1
38850 _ACEOF
38851
38852 USES_CONTROLS=1
38853 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
38854 else
38855 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
38856 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
38857 fi
38858 fi
38859
38860 if test "$wxUSE_NOTEBOOK" = "yes"; then
38861 cat >>confdefs.h <<\_ACEOF
38862 #define wxUSE_NOTEBOOK 1
38863 _ACEOF
38864
38865 USES_CONTROLS=1
38866 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
38867 fi
38868
38869
38870 if test "$wxUSE_RADIOBOX" = "yes"; then
38871 cat >>confdefs.h <<\_ACEOF
38872 #define wxUSE_RADIOBOX 1
38873 _ACEOF
38874
38875 USES_CONTROLS=1
38876 fi
38877
38878 if test "$wxUSE_RADIOBTN" = "yes"; then
38879 cat >>confdefs.h <<\_ACEOF
38880 #define wxUSE_RADIOBTN 1
38881 _ACEOF
38882
38883 USES_CONTROLS=1
38884 fi
38885
38886 if test "$wxUSE_SASH" = "yes"; then
38887 cat >>confdefs.h <<\_ACEOF
38888 #define wxUSE_SASH 1
38889 _ACEOF
38890
38891 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
38892 fi
38893
38894 if test "$wxUSE_SCROLLBAR" = "yes"; then
38895 cat >>confdefs.h <<\_ACEOF
38896 #define wxUSE_SCROLLBAR 1
38897 _ACEOF
38898
38899 USES_CONTROLS=1
38900 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
38901 fi
38902
38903 if test "$wxUSE_SLIDER" = "yes"; then
38904 cat >>confdefs.h <<\_ACEOF
38905 #define wxUSE_SLIDER 1
38906 _ACEOF
38907
38908 USES_CONTROLS=1
38909 fi
38910
38911 if test "$wxUSE_SPINBTN" = "yes"; then
38912 cat >>confdefs.h <<\_ACEOF
38913 #define wxUSE_SPINBTN 1
38914 _ACEOF
38915
38916 USES_CONTROLS=1
38917 fi
38918
38919 if test "$wxUSE_SPINCTRL" = "yes"; then
38920 cat >>confdefs.h <<\_ACEOF
38921 #define wxUSE_SPINCTRL 1
38922 _ACEOF
38923
38924 USES_CONTROLS=1
38925 fi
38926
38927 if test "$wxUSE_SPLITTER" = "yes"; then
38928 cat >>confdefs.h <<\_ACEOF
38929 #define wxUSE_SPLITTER 1
38930 _ACEOF
38931
38932 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
38933 fi
38934
38935 if test "$wxUSE_STATBMP" = "yes"; then
38936 cat >>confdefs.h <<\_ACEOF
38937 #define wxUSE_STATBMP 1
38938 _ACEOF
38939
38940 USES_CONTROLS=1
38941 fi
38942
38943 if test "$wxUSE_STATBOX" = "yes"; then
38944 cat >>confdefs.h <<\_ACEOF
38945 #define wxUSE_STATBOX 1
38946 _ACEOF
38947
38948 USES_CONTROLS=1
38949 fi
38950
38951 if test "$wxUSE_STATTEXT" = "yes"; then
38952 cat >>confdefs.h <<\_ACEOF
38953 #define wxUSE_STATTEXT 1
38954 _ACEOF
38955
38956 USES_CONTROLS=1
38957 fi
38958
38959 if test "$wxUSE_STATLINE" = "yes"; then
38960 cat >>confdefs.h <<\_ACEOF
38961 #define wxUSE_STATLINE 1
38962 _ACEOF
38963
38964 USES_CONTROLS=1
38965 fi
38966
38967 if test "$wxUSE_STATUSBAR" = "yes"; then
38968 cat >>confdefs.h <<\_ACEOF
38969 #define wxUSE_NATIVE_STATUSBAR 1
38970 _ACEOF
38971
38972 cat >>confdefs.h <<\_ACEOF
38973 #define wxUSE_STATUSBAR 1
38974 _ACEOF
38975
38976 USES_CONTROLS=1
38977
38978 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
38979 fi
38980
38981 if test "$wxUSE_TABDIALOG" = "yes"; then
38982 cat >>confdefs.h <<\_ACEOF
38983 #define wxUSE_TAB_DIALOG 1
38984 _ACEOF
38985
38986 fi
38987
38988 if test "$wxUSE_TEXTCTRL" = "yes"; then
38989 cat >>confdefs.h <<\_ACEOF
38990 #define wxUSE_TEXTCTRL 1
38991 _ACEOF
38992
38993 USES_CONTROLS=1
38994 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
38995 fi
38996
38997 if test "$wxUSE_TOGGLEBTN" = "yes"; then
38998 if test "$wxUSE_COCOA" = 1 ; then
38999 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
39000 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
39001 wxUSE_TOGGLEBTN=no
39002 else
39003 if test "$wxUSE_PM" = 1; then
39004 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under PM... disabled" >&5
39005 echo "$as_me: WARNING: Toggle button not yet supported under PM... disabled" >&2;}
39006 wxUSE_TOGGLEBTN=no
39007 fi
39008 fi
39009 if test "$wxUSE_UNIVERSAL" = "yes"; then
39010 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
39011 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
39012 wxUSE_TOGGLEBTN=no
39013 fi
39014
39015 if test "$wxUSE_TOGGLEBTN" = "yes"; then
39016 cat >>confdefs.h <<\_ACEOF
39017 #define wxUSE_TOGGLEBTN 1
39018 _ACEOF
39019
39020 USES_CONTROLS=1
39021 fi
39022 fi
39023
39024 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
39025 cat >>confdefs.h <<\_ACEOF
39026 #define wxUSE_TOOLBAR_SIMPLE 1
39027 _ACEOF
39028
39029 wxUSE_TOOLBAR="yes"
39030 USES_CONTROLS=1
39031 fi
39032
39033 if test "$wxUSE_TOOLBAR" = "yes"; then
39034 cat >>confdefs.h <<\_ACEOF
39035 #define wxUSE_TOOLBAR 1
39036 _ACEOF
39037
39038 USES_CONTROLS=1
39039
39040 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
39041 wxUSE_TOOLBAR_NATIVE="yes"
39042 fi
39043
39044 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
39045 cat >>confdefs.h <<\_ACEOF
39046 #define wxUSE_TOOLBAR_NATIVE 1
39047 _ACEOF
39048
39049 USES_CONTROLS=1
39050 fi
39051
39052 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
39053 fi
39054
39055 if test "$wxUSE_TOOLTIPS" = "yes"; then
39056 if test "$wxUSE_MOTIF" = 1; then
39057 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
39058 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
39059 else
39060 if test "$wxUSE_UNIVERSAL" = "yes"; then
39061 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
39062 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
39063 else
39064 cat >>confdefs.h <<\_ACEOF
39065 #define wxUSE_TOOLTIPS 1
39066 _ACEOF
39067
39068 fi
39069 fi
39070 fi
39071
39072 if test "$wxUSE_TREECTRL" = "yes"; then
39073 if test "$wxUSE_IMAGLIST" = "yes"; then
39074 cat >>confdefs.h <<\_ACEOF
39075 #define wxUSE_TREECTRL 1
39076 _ACEOF
39077
39078 USES_CONTROLS=1
39079 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
39080 else
39081 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
39082 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
39083 fi
39084 fi
39085
39086 if test "$wxUSE_POPUPWIN" = "yes"; then
39087 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
39088 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
39089 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
39090 else
39091 if test "$wxUSE_PM" = 1; then
39092 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
39093 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
39094 else
39095 cat >>confdefs.h <<\_ACEOF
39096 #define wxUSE_POPUPWIN 1
39097 _ACEOF
39098
39099 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
39100
39101 USES_CONTROLS=1
39102 fi
39103 fi
39104 fi
39105
39106 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
39107 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
39108 { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5
39109 echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;}
39110 else
39111 cat >>confdefs.h <<\_ACEOF
39112 #define wxUSE_DIALUP_MANAGER 1
39113 _ACEOF
39114
39115 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
39116 fi
39117 fi
39118
39119 if test "$wxUSE_TIPWINDOW" = "yes"; then
39120 if test "$wxUSE_PM" = 1; then
39121 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
39122 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
39123 else
39124 cat >>confdefs.h <<\_ACEOF
39125 #define wxUSE_TIPWINDOW 1
39126 _ACEOF
39127
39128 fi
39129 fi
39130
39131 if test "$USES_CONTROLS" = 1; then
39132 cat >>confdefs.h <<\_ACEOF
39133 #define wxUSE_CONTROLS 1
39134 _ACEOF
39135
39136 fi
39137
39138
39139 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
39140 cat >>confdefs.h <<\_ACEOF
39141 #define wxUSE_ACCESSIBILITY 1
39142 _ACEOF
39143
39144 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
39145 fi
39146
39147 if test "$wxUSE_DRAGIMAGE" = "yes"; then
39148 cat >>confdefs.h <<\_ACEOF
39149 #define wxUSE_DRAGIMAGE 1
39150 _ACEOF
39151
39152 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
39153 fi
39154
39155 if test "$wxUSE_EXCEPTIONS" = "yes"; then
39156 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
39157 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
39158 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
39159 else
39160 cat >>confdefs.h <<\_ACEOF
39161 #define wxUSE_EXCEPTIONS 1
39162 _ACEOF
39163
39164 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
39165 fi
39166 fi
39167
39168 USE_HTML=0
39169 if test "$wxUSE_HTML" = "yes"; then
39170 cat >>confdefs.h <<\_ACEOF
39171 #define wxUSE_HTML 1
39172 _ACEOF
39173
39174 USE_HTML=1
39175 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
39176 if test "$wxUSE_MAC" = 1; then
39177 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
39178 fi
39179 fi
39180 if test "$wxUSE_WEBKIT" = "yes"; then
39181 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
39182 old_CPPFLAGS="$CPPFLAGS"
39183 CPPFLAGS="$CPPFLAGS -x objective-c++"
39184 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
39185 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
39186 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
39187 echo $ECHO_N "(cached) $ECHO_C" >&6
39188 else
39189 cat >conftest.$ac_ext <<_ACEOF
39190 /* confdefs.h. */
39191 _ACEOF
39192 cat confdefs.h >>conftest.$ac_ext
39193 cat >>conftest.$ac_ext <<_ACEOF
39194 /* end confdefs.h. */
39195 #include <Carbon/Carbon.h>
39196
39197 #include <WebKit/HIWebView.h>
39198 _ACEOF
39199 rm -f conftest.$ac_objext
39200 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39201 (eval $ac_compile) 2>conftest.er1
39202 ac_status=$?
39203 grep -v '^ *+' conftest.er1 >conftest.err
39204 rm -f conftest.er1
39205 cat conftest.err >&5
39206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39207 (exit $ac_status); } &&
39208 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39210 (eval $ac_try) 2>&5
39211 ac_status=$?
39212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39213 (exit $ac_status); }; } &&
39214 { ac_try='test -s conftest.$ac_objext'
39215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39216 (eval $ac_try) 2>&5
39217 ac_status=$?
39218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39219 (exit $ac_status); }; }; then
39220 ac_cv_header_WebKit_HIWebView_h=yes
39221 else
39222 echo "$as_me: failed program was:" >&5
39223 sed 's/^/| /' conftest.$ac_ext >&5
39224
39225 ac_cv_header_WebKit_HIWebView_h=no
39226 fi
39227 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39228 fi
39229 echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
39230 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
39231 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
39232
39233 cat >>confdefs.h <<\_ACEOF
39234 #define wxUSE_WEBKIT 1
39235 _ACEOF
39236
39237 WEBKIT_LINK="-framework WebKit"
39238
39239 else
39240
39241 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
39242 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
39243 wxUSE_WEBKIT=no
39244
39245 fi
39246
39247
39248 CPPFLAGS="$old_CPPFLAGS"
39249 elif test "$wxUSE_COCOA" = 1; then
39250 cat >>confdefs.h <<\_ACEOF
39251 #define wxUSE_WEBKIT 1
39252 _ACEOF
39253
39254 else
39255 wxUSE_WEBKIT=no
39256 fi
39257 fi
39258
39259 USE_XRC=0
39260 if test "$wxUSE_XRC" = "yes"; then
39261 if test "$wxUSE_XML" != "yes"; then
39262 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
39263 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
39264 wxUSE_XRC=no
39265 else
39266 cat >>confdefs.h <<\_ACEOF
39267 #define wxUSE_XRC 1
39268 _ACEOF
39269
39270 USE_XRC=1
39271 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
39272 fi
39273 fi
39274
39275 if test "$wxUSE_MENUS" = "yes"; then
39276 cat >>confdefs.h <<\_ACEOF
39277 #define wxUSE_MENUS 1
39278 _ACEOF
39279
39280 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
39281 fi
39282
39283 if test "$wxUSE_METAFILE" = "yes"; then
39284 cat >>confdefs.h <<\_ACEOF
39285 #define wxUSE_METAFILE 1
39286 _ACEOF
39287
39288 fi
39289
39290 if test "$wxUSE_MIMETYPE" = "yes"; then
39291 cat >>confdefs.h <<\_ACEOF
39292 #define wxUSE_MIMETYPE 1
39293 _ACEOF
39294
39295 fi
39296
39297 if test "$wxUSE_MINIFRAME" = "yes"; then
39298 cat >>confdefs.h <<\_ACEOF
39299 #define wxUSE_MINIFRAME 1
39300 _ACEOF
39301
39302 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
39303 fi
39304
39305 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
39306 cat >>confdefs.h <<\_ACEOF
39307 #define wxUSE_SYSTEM_OPTIONS 1
39308 _ACEOF
39309
39310 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
39311 "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
39312 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
39313 fi
39314 fi
39315
39316
39317 if test "$wxUSE_VALIDATORS" = "yes"; then
39318 cat >>confdefs.h <<\_ACEOF
39319 #define wxUSE_VALIDATORS 1
39320 _ACEOF
39321
39322 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
39323 fi
39324
39325 if test "$wxUSE_PALETTE" = "yes" ; then
39326 cat >>confdefs.h <<\_ACEOF
39327 #define wxUSE_PALETTE 1
39328 _ACEOF
39329
39330 fi
39331
39332 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
39333 LIBS=" -lunicows $LIBS"
39334 fi
39335
39336
39337 if test "$wxUSE_IMAGE" = "yes" ; then
39338 cat >>confdefs.h <<\_ACEOF
39339 #define wxUSE_IMAGE 1
39340 _ACEOF
39341
39342
39343 if test "$wxUSE_GIF" = "yes" ; then
39344 cat >>confdefs.h <<\_ACEOF
39345 #define wxUSE_GIF 1
39346 _ACEOF
39347
39348 fi
39349
39350 if test "$wxUSE_PCX" = "yes" ; then
39351 cat >>confdefs.h <<\_ACEOF
39352 #define wxUSE_PCX 1
39353 _ACEOF
39354
39355 fi
39356
39357 if test "$wxUSE_IFF" = "yes" ; then
39358 cat >>confdefs.h <<\_ACEOF
39359 #define wxUSE_IFF 1
39360 _ACEOF
39361
39362 fi
39363
39364 if test "$wxUSE_PNM" = "yes" ; then
39365 cat >>confdefs.h <<\_ACEOF
39366 #define wxUSE_PNM 1
39367 _ACEOF
39368
39369 fi
39370
39371 if test "$wxUSE_XPM" = "yes" ; then
39372 cat >>confdefs.h <<\_ACEOF
39373 #define wxUSE_XPM 1
39374 _ACEOF
39375
39376 fi
39377
39378 if test "$wxUSE_ICO_CUR" = "yes" ; then
39379 cat >>confdefs.h <<\_ACEOF
39380 #define wxUSE_ICO_CUR 1
39381 _ACEOF
39382
39383 fi
39384 fi
39385
39386
39387 if test "$wxUSE_CHOICEDLG" = "yes"; then
39388 cat >>confdefs.h <<\_ACEOF
39389 #define wxUSE_CHOICEDLG 1
39390 _ACEOF
39391
39392 fi
39393
39394 if test "$wxUSE_COLOURDLG" = "yes"; then
39395 cat >>confdefs.h <<\_ACEOF
39396 #define wxUSE_COLOURDLG 1
39397 _ACEOF
39398
39399 fi
39400
39401 if test "$wxUSE_FILEDLG" = "yes"; then
39402 cat >>confdefs.h <<\_ACEOF
39403 #define wxUSE_FILEDLG 1
39404 _ACEOF
39405
39406 fi
39407
39408 if test "$wxUSE_FINDREPLDLG" = "yes"; then
39409 cat >>confdefs.h <<\_ACEOF
39410 #define wxUSE_FINDREPLDLG 1
39411 _ACEOF
39412
39413 fi
39414
39415 if test "$wxUSE_FONTDLG" = "yes"; then
39416 cat >>confdefs.h <<\_ACEOF
39417 #define wxUSE_FONTDLG 1
39418 _ACEOF
39419
39420 fi
39421
39422 if test "$wxUSE_DIRDLG" = "yes"; then
39423 if test "$wxUSE_TREECTRL" != "yes"; then
39424 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
39425 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
39426 else
39427 cat >>confdefs.h <<\_ACEOF
39428 #define wxUSE_DIRDLG 1
39429 _ACEOF
39430
39431 fi
39432 fi
39433
39434 if test "$wxUSE_MSGDLG" = "yes"; then
39435 cat >>confdefs.h <<\_ACEOF
39436 #define wxUSE_MSGDLG 1
39437 _ACEOF
39438
39439 fi
39440
39441 if test "$wxUSE_NUMBERDLG" = "yes"; then
39442 cat >>confdefs.h <<\_ACEOF
39443 #define wxUSE_NUMBERDLG 1
39444 _ACEOF
39445
39446 fi
39447
39448 if test "$wxUSE_PROGRESSDLG" = "yes"; then
39449 if test "$wxUSE_CONSTRAINTS" != "yes"; then
39450 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
39451 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
39452 else
39453 cat >>confdefs.h <<\_ACEOF
39454 #define wxUSE_PROGRESSDLG 1
39455 _ACEOF
39456
39457 fi
39458 fi
39459
39460 if test "$wxUSE_SPLASH" = "yes"; then
39461 cat >>confdefs.h <<\_ACEOF
39462 #define wxUSE_SPLASH 1
39463 _ACEOF
39464
39465 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
39466 fi
39467
39468 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
39469 if test "$wxUSE_CONSTRAINTS" != "yes"; then
39470 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
39471 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
39472 else
39473 cat >>confdefs.h <<\_ACEOF
39474 #define wxUSE_STARTUP_TIPS 1
39475 _ACEOF
39476
39477 fi
39478 fi
39479
39480 if test "$wxUSE_TEXTDLG" = "yes"; then
39481 cat >>confdefs.h <<\_ACEOF
39482 #define wxUSE_TEXTDLG 1
39483 _ACEOF
39484
39485 fi
39486
39487 if test "$wxUSE_WIZARDDLG" = "yes"; then
39488 cat >>confdefs.h <<\_ACEOF
39489 #define wxUSE_WIZARDDLG 1
39490 _ACEOF
39491
39492 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
39493 fi
39494
39495
39496 if test "$wxUSE_MEDIACTRL" = "yes"; then
39497 if test "$wxUSE_MSW" = 1; then
39498 wxUSE_DIRECTSHOW="yes"
39499
39500 for ac_header in dshow.h
39501 do
39502 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39503 echo "$as_me:$LINENO: checking for $ac_header" >&5
39504 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39505 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39506 echo $ECHO_N "(cached) $ECHO_C" >&6
39507 else
39508 cat >conftest.$ac_ext <<_ACEOF
39509 /* confdefs.h. */
39510 _ACEOF
39511 cat confdefs.h >>conftest.$ac_ext
39512 cat >>conftest.$ac_ext <<_ACEOF
39513 /* end confdefs.h. */
39514 #include <windows.h>
39515
39516 #include <$ac_header>
39517 _ACEOF
39518 rm -f conftest.$ac_objext
39519 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39520 (eval $ac_compile) 2>conftest.er1
39521 ac_status=$?
39522 grep -v '^ *+' conftest.er1 >conftest.err
39523 rm -f conftest.er1
39524 cat conftest.err >&5
39525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39526 (exit $ac_status); } &&
39527 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39529 (eval $ac_try) 2>&5
39530 ac_status=$?
39531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39532 (exit $ac_status); }; } &&
39533 { ac_try='test -s conftest.$ac_objext'
39534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39535 (eval $ac_try) 2>&5
39536 ac_status=$?
39537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39538 (exit $ac_status); }; }; then
39539 eval "$as_ac_Header=yes"
39540 else
39541 echo "$as_me: failed program was:" >&5
39542 sed 's/^/| /' conftest.$ac_ext >&5
39543
39544 eval "$as_ac_Header=no"
39545 fi
39546 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39547 fi
39548 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39549 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39550 if test `eval echo '${'$as_ac_Header'}'` = yes; then
39551 cat >>confdefs.h <<_ACEOF
39552 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39553 _ACEOF
39554
39555 else
39556
39557 wxUSE_DIRECTSHOW="no"
39558 { echo "$as_me:$LINENO: WARNING: DirectShow not installed; consider installing the DirectX7 SDK or higher" >&5
39559 echo "$as_me: WARNING: DirectShow not installed; consider installing the DirectX7 SDK or higher" >&2;}
39560
39561 fi
39562
39563 done
39564
39565
39566 if test "$wxUSE_DIRECTSHOW" = "yes"; then
39567 cat >>confdefs.h <<\_ACEOF
39568 #define wxUSE_DIRECTSHOW 1
39569 _ACEOF
39570
39571 LIBS="$LIBS -lstrmiids"
39572 fi
39573 fi
39574
39575 if test "$wxUSE_GTK" = 1; then
39576 wxUSE_GSTREAMER="yes"
39577
39578
39579 succeeded=no
39580
39581 if test -z "$PKG_CONFIG"; then
39582 # Extract the first word of "pkg-config", so it can be a program name with args.
39583 set dummy pkg-config; ac_word=$2
39584 echo "$as_me:$LINENO: checking for $ac_word" >&5
39585 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
39586 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
39587 echo $ECHO_N "(cached) $ECHO_C" >&6
39588 else
39589 case $PKG_CONFIG in
39590 [\\/]* | ?:[\\/]*)
39591 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
39592 ;;
39593 *)
39594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39595 for as_dir in $PATH
39596 do
39597 IFS=$as_save_IFS
39598 test -z "$as_dir" && as_dir=.
39599 for ac_exec_ext in '' $ac_executable_extensions; do
39600 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39601 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
39602 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
39603 break 2
39604 fi
39605 done
39606 done
39607
39608 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
39609 ;;
39610 esac
39611 fi
39612 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
39613
39614 if test -n "$PKG_CONFIG"; then
39615 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
39616 echo "${ECHO_T}$PKG_CONFIG" >&6
39617 else
39618 echo "$as_me:$LINENO: result: no" >&5
39619 echo "${ECHO_T}no" >&6
39620 fi
39621
39622 fi
39623
39624 if test "$PKG_CONFIG" = "no" ; then
39625 echo "*** The pkg-config script could not be found. Make sure it is"
39626 echo "*** in your path, or set the PKG_CONFIG environment variable"
39627 echo "*** to the full path to pkg-config."
39628 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
39629 else
39630 PKG_CONFIG_MIN_VERSION=0.9.0
39631 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
39632 echo "$as_me:$LINENO: checking for gstreamer-0.8" >&5
39633 echo $ECHO_N "checking for gstreamer-0.8... $ECHO_C" >&6
39634
39635 if $PKG_CONFIG --exists "gstreamer-0.8" ; then
39636 echo "$as_me:$LINENO: result: yes" >&5
39637 echo "${ECHO_T}yes" >&6
39638 succeeded=yes
39639
39640 echo "$as_me:$LINENO: checking GSTREAMER_CFLAGS" >&5
39641 echo $ECHO_N "checking GSTREAMER_CFLAGS... $ECHO_C" >&6
39642 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.8"`
39643 echo "$as_me:$LINENO: result: $GSTREAMER_CFLAGS" >&5
39644 echo "${ECHO_T}$GSTREAMER_CFLAGS" >&6
39645
39646 echo "$as_me:$LINENO: checking GSTREAMER_LIBS" >&5
39647 echo $ECHO_N "checking GSTREAMER_LIBS... $ECHO_C" >&6
39648 GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.8"`
39649 echo "$as_me:$LINENO: result: $GSTREAMER_LIBS" >&5
39650 echo "${ECHO_T}$GSTREAMER_LIBS" >&6
39651 else
39652 GSTREAMER_CFLAGS=""
39653 GSTREAMER_LIBS=""
39654 ## If we have a custom action on failure, don't print errors, but
39655 ## do set a variable so people can do so.
39656 GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.8"`
39657
39658 fi
39659
39660
39661
39662 else
39663 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
39664 echo "*** See http://www.freedesktop.org/software/pkgconfig"
39665 fi
39666 fi
39667
39668 if test $succeeded = yes; then
39669
39670 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
39671 LIBS="$LIBS $GSTREAMER_LIBS -lgstplay-0.8"
39672
39673 else
39674
39675 { echo "$as_me:$LINENO: WARNING: GStreamer installation not found" >&5
39676 echo "$as_me: WARNING: GStreamer installation not found" >&2;}
39677 wxUSE_GSTREAMER="no"
39678
39679 fi
39680
39681
39682
39683
39684
39685 if test "x$GST_INSPECT" == "x"; then
39686 # Extract the first word of "gst-inspect", so it can be a program name with args.
39687 set dummy gst-inspect; ac_word=$2
39688 echo "$as_me:$LINENO: checking for $ac_word" >&5
39689 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
39690 if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
39691 echo $ECHO_N "(cached) $ECHO_C" >&6
39692 else
39693 if test -n "$GST_INSPECT"; then
39694 ac_cv_prog_GST_INSPECT="$GST_INSPECT" # Let the user override the test.
39695 else
39696 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39697 for as_dir in $PATH
39698 do
39699 IFS=$as_save_IFS
39700 test -z "$as_dir" && as_dir=.
39701 for ac_exec_ext in '' $ac_executable_extensions; do
39702 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39703 ac_cv_prog_GST_INSPECT="gst-inspect"
39704 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
39705 break 2
39706 fi
39707 done
39708 done
39709
39710 fi
39711 fi
39712 GST_INSPECT=$ac_cv_prog_GST_INSPECT
39713 if test -n "$GST_INSPECT"; then
39714 echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
39715 echo "${ECHO_T}$GST_INSPECT" >&6
39716 else
39717 echo "$as_me:$LINENO: result: no" >&5
39718 echo "${ECHO_T}no" >&6
39719 fi
39720
39721 fi
39722
39723 if test "x$GST_INSPECT" != "x"; then
39724 echo "$as_me:$LINENO: checking GStreamer element xvimagesink" >&5
39725 echo $ECHO_N "checking GStreamer element xvimagesink... $ECHO_C" >&6
39726 if $GST_INSPECT xvimagesink > /dev/null 2> /dev/null ; then
39727 echo "$as_me:$LINENO: result: found." >&5
39728 echo "${ECHO_T}found." >&6
39729
39730 else
39731 echo "$as_me:$LINENO: result: not found." >&5
39732 echo "${ECHO_T}not found." >&6
39733
39734 wxUSE_GSTREAMER="no"
39735 { echo "$as_me:$LINENO: WARNING: x video sink not found - cannot use GStreamer" >&5
39736 echo "$as_me: WARNING: x video sink not found - cannot use GStreamer" >&2;}
39737
39738 fi
39739 fi
39740
39741
39742 echo "$as_me:$LINENO: checking for gst/xoverlay/xoverlay.h" >&5
39743 echo $ECHO_N "checking for gst/xoverlay/xoverlay.h... $ECHO_C" >&6
39744 if test "${ac_cv_header_gst_xoverlay_xoverlay_h+set}" = set; then
39745 echo $ECHO_N "(cached) $ECHO_C" >&6
39746 else
39747 cat >conftest.$ac_ext <<_ACEOF
39748 /* confdefs.h. */
39749 _ACEOF
39750 cat confdefs.h >>conftest.$ac_ext
39751 cat >>conftest.$ac_ext <<_ACEOF
39752 /* end confdefs.h. */
39753 #include <gst/gst.h>
39754
39755 #include <gst/xoverlay/xoverlay.h>
39756 _ACEOF
39757 rm -f conftest.$ac_objext
39758 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39759 (eval $ac_compile) 2>conftest.er1
39760 ac_status=$?
39761 grep -v '^ *+' conftest.er1 >conftest.err
39762 rm -f conftest.er1
39763 cat conftest.err >&5
39764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39765 (exit $ac_status); } &&
39766 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39768 (eval $ac_try) 2>&5
39769 ac_status=$?
39770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39771 (exit $ac_status); }; } &&
39772 { ac_try='test -s conftest.$ac_objext'
39773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39774 (eval $ac_try) 2>&5
39775 ac_status=$?
39776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39777 (exit $ac_status); }; }; then
39778 ac_cv_header_gst_xoverlay_xoverlay_h=yes
39779 else
39780 echo "$as_me: failed program was:" >&5
39781 sed 's/^/| /' conftest.$ac_ext >&5
39782
39783 ac_cv_header_gst_xoverlay_xoverlay_h=no
39784 fi
39785 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39786 fi
39787 echo "$as_me:$LINENO: result: $ac_cv_header_gst_xoverlay_xoverlay_h" >&5
39788 echo "${ECHO_T}$ac_cv_header_gst_xoverlay_xoverlay_h" >&6
39789 if test $ac_cv_header_gst_xoverlay_xoverlay_h = yes; then
39790 :
39791 else
39792
39793 wxUSE_GSTREAMER="no"
39794 { echo "$as_me:$LINENO: WARNING: xoverlay header not found, cannot use GStreamer" >&5
39795 echo "$as_me: WARNING: xoverlay header not found, cannot use GStreamer" >&2;}
39796
39797 fi
39798
39799
39800
39801 echo "$as_me:$LINENO: checking for gstplay 0.8" >&5
39802 echo $ECHO_N "checking for gstplay 0.8... $ECHO_C" >&6
39803
39804 ac_find_libraries=
39805 for ac_dir in $SEARCH_LIB /usr/lib;
39806 do
39807 for ac_extension in a so sl dylib; do
39808 if test -f "$ac_dir/libgstplay-0.8.$ac_extension"; then
39809 ac_find_libraries=$ac_dir
39810 break 2
39811 fi
39812 done
39813 done
39814
39815
39816 if test "$ac_find_libraries" = "" ; then
39817 echo "$as_me:$LINENO: result: no" >&5
39818 echo "${ECHO_T}no" >&6
39819 wxUSE_GSTREAMER="no"
39820 else
39821 echo "$as_me:$LINENO: result: yes" >&5
39822 echo "${ECHO_T}yes" >&6
39823 fi
39824
39825 if test "$wxUSE_GSTREAMER" = "yes"; then
39826 cat >>confdefs.h <<\_ACEOF
39827 #define wxUSE_GSTREAMER 1
39828 _ACEOF
39829
39830 echo "$as_me:$LINENO: result: GStreamer detection successful" >&5
39831 echo "${ECHO_T}GStreamer detection successful" >&6
39832 fi
39833 fi
39834 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
39835 cat >>confdefs.h <<\_ACEOF
39836 #define wxUSE_MEDIACTRL 1
39837 _ACEOF
39838
39839 fi
39840
39841
39842 if test "$cross_compiling" = "yes"; then
39843 OSINFO="\"$host\""
39844 else
39845 OSINFO=`uname -s -r -m`
39846 OSINFO="\"$OSINFO\""
39847 fi
39848
39849 cat >>confdefs.h <<_ACEOF
39850 #define WXWIN_OS_DESCRIPTION $OSINFO
39851 _ACEOF
39852
39853
39854
39855 if test "x$prefix" != "xNONE"; then
39856 wxPREFIX=$prefix
39857 else
39858 wxPREFIX=$ac_default_prefix
39859 fi
39860
39861 cat >>confdefs.h <<_ACEOF
39862 #define wxINSTALL_PREFIX "$wxPREFIX"
39863 _ACEOF
39864
39865
39866
39867
39868 CORE_BASE_LIBS="net base"
39869 CORE_GUI_LIBS="adv core"
39870
39871 if test "$wxUSE_XML" = "yes" ; then
39872 CORE_BASE_LIBS="xml $CORE_BASE_LIBS"
39873 fi
39874 if test "$wxUSE_ODBC" != "no" ; then
39875 CORE_BASE_LIBS="odbc $CORE_BASE_LIBS"
39876 CORE_GUI_LIBS="dbgrid $CORE_GUI_LIBS"
39877 fi
39878 if test "$wxUSE_HTML" = "yes" ; then
39879 CORE_GUI_LIBS="html $CORE_GUI_LIBS"
39880 fi
39881 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
39882 CORE_GUI_LIBS="qa $CORE_GUI_LIBS"
39883 fi
39884 if test "$wxUSE_XRC" = "yes" ; then
39885 CORE_GUI_LIBS="xrc $CORE_GUI_LIBS"
39886 fi
39887
39888 if test "$wxUSE_GUI" != "yes"; then
39889 CORE_GUI_LIBS=""
39890 fi
39891
39892
39893
39894
39895
39896
39897
39898
39899 if test "$wxUSE_MAC" = 1 ; then
39900 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
39901 if test "$USE_DARWIN" = 1; then
39902 LDFLAGS="$LDFLAGS -framework QuickTime"
39903 else
39904 LDFLAGS="$LDFLAGS -lQuickTimeLib"
39905 fi
39906 fi
39907 if test "$USE_DARWIN" = 1; then
39908 LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
39909 else
39910 LDFLAGS="$LDFLAGS -lCarbonLib"
39911 fi
39912 fi
39913 if test "$wxUSE_COCOA" = 1 ; then
39914 LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa"
39915 if test "$wxUSE_MEDIACTRL" = "yes"; then
39916 LDFLAGS="$LDFLAGS -framework QuickTime"
39917 fi
39918 fi
39919
39920
39921 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
39922
39923 have_cos=0
39924 have_floor=0
39925
39926 for ac_func in cos
39927 do
39928 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39929 echo "$as_me:$LINENO: checking for $ac_func" >&5
39930 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
39931 if eval "test \"\${$as_ac_var+set}\" = set"; then
39932 echo $ECHO_N "(cached) $ECHO_C" >&6
39933 else
39934 cat >conftest.$ac_ext <<_ACEOF
39935 /* confdefs.h. */
39936 _ACEOF
39937 cat confdefs.h >>conftest.$ac_ext
39938 cat >>conftest.$ac_ext <<_ACEOF
39939 /* end confdefs.h. */
39940 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39941 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39942 #define $ac_func innocuous_$ac_func
39943
39944 /* System header to define __stub macros and hopefully few prototypes,
39945 which can conflict with char $ac_func (); below.
39946 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39947 <limits.h> exists even on freestanding compilers. */
39948
39949 #ifdef __STDC__
39950 # include <limits.h>
39951 #else
39952 # include <assert.h>
39953 #endif
39954
39955 #undef $ac_func
39956
39957 /* Override any gcc2 internal prototype to avoid an error. */
39958 #ifdef __cplusplus
39959 extern "C"
39960 {
39961 #endif
39962 /* We use char because int might match the return type of a gcc2
39963 builtin and then its argument prototype would still apply. */
39964 char $ac_func ();
39965 /* The GNU C library defines this for functions which it implements
39966 to always fail with ENOSYS. Some functions are actually named
39967 something starting with __ and the normal name is an alias. */
39968 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
39969 choke me
39970 #else
39971 char (*f) () = $ac_func;
39972 #endif
39973 #ifdef __cplusplus
39974 }
39975 #endif
39976
39977 int
39978 main ()
39979 {
39980 return f != $ac_func;
39981 ;
39982 return 0;
39983 }
39984 _ACEOF
39985 rm -f conftest.$ac_objext conftest$ac_exeext
39986 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39987 (eval $ac_link) 2>conftest.er1
39988 ac_status=$?
39989 grep -v '^ *+' conftest.er1 >conftest.err
39990 rm -f conftest.er1
39991 cat conftest.err >&5
39992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39993 (exit $ac_status); } &&
39994 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39996 (eval $ac_try) 2>&5
39997 ac_status=$?
39998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39999 (exit $ac_status); }; } &&
40000 { ac_try='test -s conftest$ac_exeext'
40001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40002 (eval $ac_try) 2>&5
40003 ac_status=$?
40004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40005 (exit $ac_status); }; }; then
40006 eval "$as_ac_var=yes"
40007 else
40008 echo "$as_me: failed program was:" >&5
40009 sed 's/^/| /' conftest.$ac_ext >&5
40010
40011 eval "$as_ac_var=no"
40012 fi
40013 rm -f conftest.err conftest.$ac_objext \
40014 conftest$ac_exeext conftest.$ac_ext
40015 fi
40016 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40017 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40018 if test `eval echo '${'$as_ac_var'}'` = yes; then
40019 cat >>confdefs.h <<_ACEOF
40020 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40021 _ACEOF
40022 have_cos=1
40023 fi
40024 done
40025
40026
40027 for ac_func in floor
40028 do
40029 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40030 echo "$as_me:$LINENO: checking for $ac_func" >&5
40031 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40032 if eval "test \"\${$as_ac_var+set}\" = set"; then
40033 echo $ECHO_N "(cached) $ECHO_C" >&6
40034 else
40035 cat >conftest.$ac_ext <<_ACEOF
40036 /* confdefs.h. */
40037 _ACEOF
40038 cat confdefs.h >>conftest.$ac_ext
40039 cat >>conftest.$ac_ext <<_ACEOF
40040 /* end confdefs.h. */
40041 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40042 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40043 #define $ac_func innocuous_$ac_func
40044
40045 /* System header to define __stub macros and hopefully few prototypes,
40046 which can conflict with char $ac_func (); below.
40047 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40048 <limits.h> exists even on freestanding compilers. */
40049
40050 #ifdef __STDC__
40051 # include <limits.h>
40052 #else
40053 # include <assert.h>
40054 #endif
40055
40056 #undef $ac_func
40057
40058 /* Override any gcc2 internal prototype to avoid an error. */
40059 #ifdef __cplusplus
40060 extern "C"
40061 {
40062 #endif
40063 /* We use char because int might match the return type of a gcc2
40064 builtin and then its argument prototype would still apply. */
40065 char $ac_func ();
40066 /* The GNU C library defines this for functions which it implements
40067 to always fail with ENOSYS. Some functions are actually named
40068 something starting with __ and the normal name is an alias. */
40069 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40070 choke me
40071 #else
40072 char (*f) () = $ac_func;
40073 #endif
40074 #ifdef __cplusplus
40075 }
40076 #endif
40077
40078 int
40079 main ()
40080 {
40081 return f != $ac_func;
40082 ;
40083 return 0;
40084 }
40085 _ACEOF
40086 rm -f conftest.$ac_objext conftest$ac_exeext
40087 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40088 (eval $ac_link) 2>conftest.er1
40089 ac_status=$?
40090 grep -v '^ *+' conftest.er1 >conftest.err
40091 rm -f conftest.er1
40092 cat conftest.err >&5
40093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40094 (exit $ac_status); } &&
40095 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40097 (eval $ac_try) 2>&5
40098 ac_status=$?
40099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40100 (exit $ac_status); }; } &&
40101 { ac_try='test -s conftest$ac_exeext'
40102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40103 (eval $ac_try) 2>&5
40104 ac_status=$?
40105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40106 (exit $ac_status); }; }; then
40107 eval "$as_ac_var=yes"
40108 else
40109 echo "$as_me: failed program was:" >&5
40110 sed 's/^/| /' conftest.$ac_ext >&5
40111
40112 eval "$as_ac_var=no"
40113 fi
40114 rm -f conftest.err conftest.$ac_objext \
40115 conftest$ac_exeext conftest.$ac_ext
40116 fi
40117 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40118 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40119 if test `eval echo '${'$as_ac_var'}'` = yes; then
40120 cat >>confdefs.h <<_ACEOF
40121 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40122 _ACEOF
40123 have_floor=1
40124 fi
40125 done
40126
40127 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
40128 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
40129 if test "$have_cos" = 1 -a "$have_floor" = 1; then
40130 echo "$as_me:$LINENO: result: yes" >&5
40131 echo "${ECHO_T}yes" >&6
40132 else
40133 echo "$as_me:$LINENO: result: no" >&5
40134 echo "${ECHO_T}no" >&6
40135 LIBS="$LIBS -lm"
40136 # use different functions to avoid configure caching
40137 have_sin=0
40138 have_ceil=0
40139
40140 for ac_func in sin
40141 do
40142 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40143 echo "$as_me:$LINENO: checking for $ac_func" >&5
40144 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40145 if eval "test \"\${$as_ac_var+set}\" = set"; then
40146 echo $ECHO_N "(cached) $ECHO_C" >&6
40147 else
40148 cat >conftest.$ac_ext <<_ACEOF
40149 /* confdefs.h. */
40150 _ACEOF
40151 cat confdefs.h >>conftest.$ac_ext
40152 cat >>conftest.$ac_ext <<_ACEOF
40153 /* end confdefs.h. */
40154 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40155 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40156 #define $ac_func innocuous_$ac_func
40157
40158 /* System header to define __stub macros and hopefully few prototypes,
40159 which can conflict with char $ac_func (); below.
40160 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40161 <limits.h> exists even on freestanding compilers. */
40162
40163 #ifdef __STDC__
40164 # include <limits.h>
40165 #else
40166 # include <assert.h>
40167 #endif
40168
40169 #undef $ac_func
40170
40171 /* Override any gcc2 internal prototype to avoid an error. */
40172 #ifdef __cplusplus
40173 extern "C"
40174 {
40175 #endif
40176 /* We use char because int might match the return type of a gcc2
40177 builtin and then its argument prototype would still apply. */
40178 char $ac_func ();
40179 /* The GNU C library defines this for functions which it implements
40180 to always fail with ENOSYS. Some functions are actually named
40181 something starting with __ and the normal name is an alias. */
40182 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40183 choke me
40184 #else
40185 char (*f) () = $ac_func;
40186 #endif
40187 #ifdef __cplusplus
40188 }
40189 #endif
40190
40191 int
40192 main ()
40193 {
40194 return f != $ac_func;
40195 ;
40196 return 0;
40197 }
40198 _ACEOF
40199 rm -f conftest.$ac_objext conftest$ac_exeext
40200 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40201 (eval $ac_link) 2>conftest.er1
40202 ac_status=$?
40203 grep -v '^ *+' conftest.er1 >conftest.err
40204 rm -f conftest.er1
40205 cat conftest.err >&5
40206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40207 (exit $ac_status); } &&
40208 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40210 (eval $ac_try) 2>&5
40211 ac_status=$?
40212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40213 (exit $ac_status); }; } &&
40214 { ac_try='test -s conftest$ac_exeext'
40215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40216 (eval $ac_try) 2>&5
40217 ac_status=$?
40218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40219 (exit $ac_status); }; }; then
40220 eval "$as_ac_var=yes"
40221 else
40222 echo "$as_me: failed program was:" >&5
40223 sed 's/^/| /' conftest.$ac_ext >&5
40224
40225 eval "$as_ac_var=no"
40226 fi
40227 rm -f conftest.err conftest.$ac_objext \
40228 conftest$ac_exeext conftest.$ac_ext
40229 fi
40230 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40231 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40232 if test `eval echo '${'$as_ac_var'}'` = yes; then
40233 cat >>confdefs.h <<_ACEOF
40234 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40235 _ACEOF
40236 have_sin=1
40237 fi
40238 done
40239
40240
40241 for ac_func in ceil
40242 do
40243 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40244 echo "$as_me:$LINENO: checking for $ac_func" >&5
40245 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40246 if eval "test \"\${$as_ac_var+set}\" = set"; then
40247 echo $ECHO_N "(cached) $ECHO_C" >&6
40248 else
40249 cat >conftest.$ac_ext <<_ACEOF
40250 /* confdefs.h. */
40251 _ACEOF
40252 cat confdefs.h >>conftest.$ac_ext
40253 cat >>conftest.$ac_ext <<_ACEOF
40254 /* end confdefs.h. */
40255 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40256 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40257 #define $ac_func innocuous_$ac_func
40258
40259 /* System header to define __stub macros and hopefully few prototypes,
40260 which can conflict with char $ac_func (); below.
40261 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40262 <limits.h> exists even on freestanding compilers. */
40263
40264 #ifdef __STDC__
40265 # include <limits.h>
40266 #else
40267 # include <assert.h>
40268 #endif
40269
40270 #undef $ac_func
40271
40272 /* Override any gcc2 internal prototype to avoid an error. */
40273 #ifdef __cplusplus
40274 extern "C"
40275 {
40276 #endif
40277 /* We use char because int might match the return type of a gcc2
40278 builtin and then its argument prototype would still apply. */
40279 char $ac_func ();
40280 /* The GNU C library defines this for functions which it implements
40281 to always fail with ENOSYS. Some functions are actually named
40282 something starting with __ and the normal name is an alias. */
40283 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40284 choke me
40285 #else
40286 char (*f) () = $ac_func;
40287 #endif
40288 #ifdef __cplusplus
40289 }
40290 #endif
40291
40292 int
40293 main ()
40294 {
40295 return f != $ac_func;
40296 ;
40297 return 0;
40298 }
40299 _ACEOF
40300 rm -f conftest.$ac_objext conftest$ac_exeext
40301 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40302 (eval $ac_link) 2>conftest.er1
40303 ac_status=$?
40304 grep -v '^ *+' conftest.er1 >conftest.err
40305 rm -f conftest.er1
40306 cat conftest.err >&5
40307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40308 (exit $ac_status); } &&
40309 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40311 (eval $ac_try) 2>&5
40312 ac_status=$?
40313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40314 (exit $ac_status); }; } &&
40315 { ac_try='test -s conftest$ac_exeext'
40316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40317 (eval $ac_try) 2>&5
40318 ac_status=$?
40319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40320 (exit $ac_status); }; }; then
40321 eval "$as_ac_var=yes"
40322 else
40323 echo "$as_me: failed program was:" >&5
40324 sed 's/^/| /' conftest.$ac_ext >&5
40325
40326 eval "$as_ac_var=no"
40327 fi
40328 rm -f conftest.err conftest.$ac_objext \
40329 conftest$ac_exeext conftest.$ac_ext
40330 fi
40331 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40332 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40333 if test `eval echo '${'$as_ac_var'}'` = yes; then
40334 cat >>confdefs.h <<_ACEOF
40335 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40336 _ACEOF
40337 have_ceil=1
40338 fi
40339 done
40340
40341 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
40342 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
40343 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
40344 echo "$as_me:$LINENO: result: yes" >&5
40345 echo "${ECHO_T}yes" >&6
40346 else
40347 echo "$as_me:$LINENO: result: no" >&5
40348 echo "${ECHO_T}no" >&6
40349 # not sure we should warn the user, crash, etc.
40350 fi
40351 fi
40352
40353 if test "$wxUSE_GUI" = "yes"; then
40354
40355
40356 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
40357 dynamic erase event exec font image minimal mobile \
40358 mobile/wxedit mobile/styles propsize render \
40359 richedit rotate shaped vscroll widgets"
40360
40361 if test "$wxUSE_MONOLITHIC" != "yes"; then
40362 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
40363 fi
40364 if test "$TOOLKIT" = "MSW"; then
40365 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
40366 if test "$wxUSE_UNIVERSAL" != "yes"; then
40367 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
40368 fi
40369 fi
40370 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
40371 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
40372 fi
40373 else
40374 SAMPLES_SUBDIRS="console"
40375 fi
40376
40377
40378 INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
40379 -I\${top_srcdir}/include $TOOLKIT_INCLUDE"
40380
40381 if test "$GXX" = yes ; then
40382 CWARNINGS="-Wall"
40383 CXXWARNINGS="$CWARNINGS -Wno-ctor-dtor-privacy"
40384 fi
40385
40386 EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
40387
40388 CPPFLAGS=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS`
40389 CFLAGS=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CWARNINGS`
40390 CXXFLAGS=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS`
40391
40392 if test "x$MWCC" = "xyes"; then
40393
40394 CC="$CC -cwd source -I-"
40395 CXX="$CXX -cwd source -I-"
40396 fi
40397
40398
40399 LIBS=`echo $LIBS`
40400 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
40401 EXTRALIBS_XML="$EXPAT_LINK"
40402 EXTRALIBS_HTML="$MSPACK_LINK"
40403 EXTRALIBS_ODBC="$ODBC_LINK"
40404 if test "$wxUSE_GUI" = "yes"; then
40405 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_GNOMEPRINT`
40406 fi
40407 if test "$wxUSE_OPENGL" = "yes"; then
40408 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
40409 fi
40410
40411 LDFLAGS="$LDFLAGS $PROFILE"
40412
40413 if test "$wxUSE_GTK" = 1; then
40414 WXCONFIG_INCLUDE=
40415 else
40416 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
40417 fi
40418
40419 WXCONFIG_EXTRALIBS="$LIBS"
40420
40421 if test "$wxUSE_REGEX" = "builtin" ; then
40422 wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
40423 fi
40424 if test "$wxUSE_EXPAT" = "builtin" ; then
40425 wxconfig_3rdparty="expat $wxconfig_3rdparty"
40426 fi
40427 if test "$wxUSE_ODBC" = "builtin" ; then
40428 wxconfig_3rdparty="odbc $wxconfig_3rdparty"
40429 fi
40430 if test "$wxUSE_LIBTIFF" = "builtin" ; then
40431 wxconfig_3rdparty="tiff $wxconfig_3rdparty"
40432 fi
40433 if test "$wxUSE_LIBJPEG" = "builtin" ; then
40434 wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
40435 fi
40436 if test "$wxUSE_LIBPNG" = "builtin" ; then
40437 wxconfig_3rdparty="png $wxconfig_3rdparty"
40438 fi
40439 if test "$wxUSE_ZLIB" = "builtin" ; then
40440 wxconfig_3rdparty="zlib $wxconfig_3rdparty"
40441 fi
40442
40443 for i in $wxconfig_3rdparty ; do
40444 WXCONFIG_EXTRALIBS="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_EXTRALIBS"
40445 done
40446
40447
40448 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
40449 WXUNIV=1
40450 else
40451 WXUNIV=0
40452 fi
40453
40454
40455
40456
40457
40458
40459
40460
40461
40462 if test $wxUSE_MONOLITHIC = "yes" ; then
40463 MONOLITHIC=1
40464 else
40465 MONOLITHIC=0
40466 fi
40467
40468 if test $wxUSE_PLUGINS = "yes" ; then
40469 USE_PLUGINS=1
40470 else
40471 USE_PLUGINS=0
40472 fi
40473
40474 if test $wxUSE_ODBC != "no" ; then
40475 USE_ODBC=1
40476 else
40477 USE_ODBC=0
40478 fi
40479
40480 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
40481 USE_QA=1
40482 else
40483 USE_QA=0
40484 fi
40485
40486 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
40487 OFFICIAL_BUILD=1
40488 else
40489 OFFICIAL_BUILD=0
40490 fi
40491
40492
40493
40494
40495
40496
40497
40498
40499
40500
40501
40502
40503
40504
40505
40506
40507
40508
40509
40510
40511
40512
40513
40514 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
40515
40516
40517
40518
40519
40520
40521
40522
40523 case "$TOOLKIT" in
40524 GTK)
40525 TOOLKIT_USER="GTK+"
40526 if test "$WXGTK20" = 1; then
40527 TOOLKIT_USER="$TOOLKIT_USER 2"
40528 fi
40529 ;;
40530
40531 *)
40532 TOOLKIT_USER=$TOOLKIT_LOWERCASE
40533 ;;
40534 esac
40535
40536
40537
40538
40539 if test "x$BAKEFILE_HOST" = "x"; then
40540 BAKEFILE_HOST="${host}"
40541 fi
40542
40543 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
40544
40545 if test -n "$ac_tool_prefix"; then
40546 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
40547 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
40548 echo "$as_me:$LINENO: checking for $ac_word" >&5
40549 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40550 if test "${ac_cv_prog_RANLIB+set}" = set; then
40551 echo $ECHO_N "(cached) $ECHO_C" >&6
40552 else
40553 if test -n "$RANLIB"; then
40554 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
40555 else
40556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40557 for as_dir in $PATH
40558 do
40559 IFS=$as_save_IFS
40560 test -z "$as_dir" && as_dir=.
40561 for ac_exec_ext in '' $ac_executable_extensions; do
40562 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40563 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
40564 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40565 break 2
40566 fi
40567 done
40568 done
40569
40570 fi
40571 fi
40572 RANLIB=$ac_cv_prog_RANLIB
40573 if test -n "$RANLIB"; then
40574 echo "$as_me:$LINENO: result: $RANLIB" >&5
40575 echo "${ECHO_T}$RANLIB" >&6
40576 else
40577 echo "$as_me:$LINENO: result: no" >&5
40578 echo "${ECHO_T}no" >&6
40579 fi
40580
40581 fi
40582 if test -z "$ac_cv_prog_RANLIB"; then
40583 ac_ct_RANLIB=$RANLIB
40584 # Extract the first word of "ranlib", so it can be a program name with args.
40585 set dummy ranlib; ac_word=$2
40586 echo "$as_me:$LINENO: checking for $ac_word" >&5
40587 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40588 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
40589 echo $ECHO_N "(cached) $ECHO_C" >&6
40590 else
40591 if test -n "$ac_ct_RANLIB"; then
40592 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
40593 else
40594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40595 for as_dir in $PATH
40596 do
40597 IFS=$as_save_IFS
40598 test -z "$as_dir" && as_dir=.
40599 for ac_exec_ext in '' $ac_executable_extensions; do
40600 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40601 ac_cv_prog_ac_ct_RANLIB="ranlib"
40602 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40603 break 2
40604 fi
40605 done
40606 done
40607
40608 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
40609 fi
40610 fi
40611 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
40612 if test -n "$ac_ct_RANLIB"; then
40613 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
40614 echo "${ECHO_T}$ac_ct_RANLIB" >&6
40615 else
40616 echo "$as_me:$LINENO: result: no" >&5
40617 echo "${ECHO_T}no" >&6
40618 fi
40619
40620 RANLIB=$ac_ct_RANLIB
40621 else
40622 RANLIB="$ac_cv_prog_RANLIB"
40623 fi
40624
40625 # Find a good install program. We prefer a C program (faster),
40626 # so one script is as good as another. But avoid the broken or
40627 # incompatible versions:
40628 # SysV /etc/install, /usr/sbin/install
40629 # SunOS /usr/etc/install
40630 # IRIX /sbin/install
40631 # AIX /bin/install
40632 # AmigaOS /C/install, which installs bootblocks on floppy discs
40633 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
40634 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
40635 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
40636 # OS/2's system install, which has a completely different semantic
40637 # ./install, which can be erroneously created by make from ./install.sh.
40638 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
40639 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
40640 if test -z "$INSTALL"; then
40641 if test "${ac_cv_path_install+set}" = set; then
40642 echo $ECHO_N "(cached) $ECHO_C" >&6
40643 else
40644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40645 for as_dir in $PATH
40646 do
40647 IFS=$as_save_IFS
40648 test -z "$as_dir" && as_dir=.
40649 # Account for people who put trailing slashes in PATH elements.
40650 case $as_dir/ in
40651 ./ | .// | /cC/* | \
40652 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
40653 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
40654 /usr/ucb/* ) ;;
40655 *)
40656 # OSF1 and SCO ODT 3.0 have their own names for install.
40657 # Don't use installbsd from OSF since it installs stuff as root
40658 # by default.
40659 for ac_prog in ginstall scoinst install; do
40660 for ac_exec_ext in '' $ac_executable_extensions; do
40661 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
40662 if test $ac_prog = install &&
40663 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
40664 # AIX install. It has an incompatible calling convention.
40665 :
40666 elif test $ac_prog = install &&
40667 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
40668 # program-specific install script used by HP pwplus--don't use.
40669 :
40670 else
40671 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
40672 break 3
40673 fi
40674 fi
40675 done
40676 done
40677 ;;
40678 esac
40679 done
40680
40681
40682 fi
40683 if test "${ac_cv_path_install+set}" = set; then
40684 INSTALL=$ac_cv_path_install
40685 else
40686 # As a last resort, use the slow shell script. We don't cache a
40687 # path for INSTALL within a source directory, because that will
40688 # break other packages using the cache if that directory is
40689 # removed, or if the path is relative.
40690 INSTALL=$ac_install_sh
40691 fi
40692 fi
40693 echo "$as_me:$LINENO: result: $INSTALL" >&5
40694 echo "${ECHO_T}$INSTALL" >&6
40695
40696 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
40697 # It thinks the first close brace ends the variable substitution.
40698 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
40699
40700 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
40701
40702 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
40703
40704 echo "$as_me:$LINENO: checking whether ln -s works" >&5
40705 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
40706 LN_S=$as_ln_s
40707 if test "$LN_S" = "ln -s"; then
40708 echo "$as_me:$LINENO: result: yes" >&5
40709 echo "${ECHO_T}yes" >&6
40710 else
40711 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
40712 echo "${ECHO_T}no, using $LN_S" >&6
40713 fi
40714
40715
40716 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
40717 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
40718 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
40719 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
40720 echo $ECHO_N "(cached) $ECHO_C" >&6
40721 else
40722 cat >conftest.make <<\_ACEOF
40723 all:
40724 @echo 'ac_maketemp="$(MAKE)"'
40725 _ACEOF
40726 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
40727 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
40728 if test -n "$ac_maketemp"; then
40729 eval ac_cv_prog_make_${ac_make}_set=yes
40730 else
40731 eval ac_cv_prog_make_${ac_make}_set=no
40732 fi
40733 rm -f conftest.make
40734 fi
40735 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
40736 echo "$as_me:$LINENO: result: yes" >&5
40737 echo "${ECHO_T}yes" >&6
40738 SET_MAKE=
40739 else
40740 echo "$as_me:$LINENO: result: no" >&5
40741 echo "${ECHO_T}no" >&6
40742 SET_MAKE="MAKE=${MAKE-make}"
40743 fi
40744
40745
40746
40747 if test -n "$ac_tool_prefix"; then
40748 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
40749 set dummy ${ac_tool_prefix}ar; ac_word=$2
40750 echo "$as_me:$LINENO: checking for $ac_word" >&5
40751 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40752 if test "${ac_cv_prog_AR+set}" = set; then
40753 echo $ECHO_N "(cached) $ECHO_C" >&6
40754 else
40755 if test -n "$AR"; then
40756 ac_cv_prog_AR="$AR" # Let the user override the test.
40757 else
40758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40759 for as_dir in $PATH
40760 do
40761 IFS=$as_save_IFS
40762 test -z "$as_dir" && as_dir=.
40763 for ac_exec_ext in '' $ac_executable_extensions; do
40764 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40765 ac_cv_prog_AR="${ac_tool_prefix}ar"
40766 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40767 break 2
40768 fi
40769 done
40770 done
40771
40772 fi
40773 fi
40774 AR=$ac_cv_prog_AR
40775 if test -n "$AR"; then
40776 echo "$as_me:$LINENO: result: $AR" >&5
40777 echo "${ECHO_T}$AR" >&6
40778 else
40779 echo "$as_me:$LINENO: result: no" >&5
40780 echo "${ECHO_T}no" >&6
40781 fi
40782
40783 fi
40784 if test -z "$ac_cv_prog_AR"; then
40785 ac_ct_AR=$AR
40786 # Extract the first word of "ar", so it can be a program name with args.
40787 set dummy ar; ac_word=$2
40788 echo "$as_me:$LINENO: checking for $ac_word" >&5
40789 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40790 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
40791 echo $ECHO_N "(cached) $ECHO_C" >&6
40792 else
40793 if test -n "$ac_ct_AR"; then
40794 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
40795 else
40796 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40797 for as_dir in $PATH
40798 do
40799 IFS=$as_save_IFS
40800 test -z "$as_dir" && as_dir=.
40801 for ac_exec_ext in '' $ac_executable_extensions; do
40802 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40803 ac_cv_prog_ac_ct_AR="ar"
40804 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40805 break 2
40806 fi
40807 done
40808 done
40809
40810 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
40811 fi
40812 fi
40813 ac_ct_AR=$ac_cv_prog_ac_ct_AR
40814 if test -n "$ac_ct_AR"; then
40815 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
40816 echo "${ECHO_T}$ac_ct_AR" >&6
40817 else
40818 echo "$as_me:$LINENO: result: no" >&5
40819 echo "${ECHO_T}no" >&6
40820 fi
40821
40822 AR=$ac_ct_AR
40823 else
40824 AR="$ac_cv_prog_AR"
40825 fi
40826
40827 if test -n "$ac_tool_prefix"; then
40828 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
40829 set dummy ${ac_tool_prefix}strip; ac_word=$2
40830 echo "$as_me:$LINENO: checking for $ac_word" >&5
40831 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40832 if test "${ac_cv_prog_STRIP+set}" = set; then
40833 echo $ECHO_N "(cached) $ECHO_C" >&6
40834 else
40835 if test -n "$STRIP"; then
40836 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
40837 else
40838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40839 for as_dir in $PATH
40840 do
40841 IFS=$as_save_IFS
40842 test -z "$as_dir" && as_dir=.
40843 for ac_exec_ext in '' $ac_executable_extensions; do
40844 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40845 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
40846 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40847 break 2
40848 fi
40849 done
40850 done
40851
40852 fi
40853 fi
40854 STRIP=$ac_cv_prog_STRIP
40855 if test -n "$STRIP"; then
40856 echo "$as_me:$LINENO: result: $STRIP" >&5
40857 echo "${ECHO_T}$STRIP" >&6
40858 else
40859 echo "$as_me:$LINENO: result: no" >&5
40860 echo "${ECHO_T}no" >&6
40861 fi
40862
40863 fi
40864 if test -z "$ac_cv_prog_STRIP"; then
40865 ac_ct_STRIP=$STRIP
40866 # Extract the first word of "strip", so it can be a program name with args.
40867 set dummy strip; ac_word=$2
40868 echo "$as_me:$LINENO: checking for $ac_word" >&5
40869 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40870 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
40871 echo $ECHO_N "(cached) $ECHO_C" >&6
40872 else
40873 if test -n "$ac_ct_STRIP"; then
40874 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
40875 else
40876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40877 for as_dir in $PATH
40878 do
40879 IFS=$as_save_IFS
40880 test -z "$as_dir" && as_dir=.
40881 for ac_exec_ext in '' $ac_executable_extensions; do
40882 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40883 ac_cv_prog_ac_ct_STRIP="strip"
40884 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40885 break 2
40886 fi
40887 done
40888 done
40889
40890 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
40891 fi
40892 fi
40893 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
40894 if test -n "$ac_ct_STRIP"; then
40895 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
40896 echo "${ECHO_T}$ac_ct_STRIP" >&6
40897 else
40898 echo "$as_me:$LINENO: result: no" >&5
40899 echo "${ECHO_T}no" >&6
40900 fi
40901
40902 STRIP=$ac_ct_STRIP
40903 else
40904 STRIP="$ac_cv_prog_STRIP"
40905 fi
40906
40907 if test -n "$ac_tool_prefix"; then
40908 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
40909 set dummy ${ac_tool_prefix}nm; ac_word=$2
40910 echo "$as_me:$LINENO: checking for $ac_word" >&5
40911 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40912 if test "${ac_cv_prog_NM+set}" = set; then
40913 echo $ECHO_N "(cached) $ECHO_C" >&6
40914 else
40915 if test -n "$NM"; then
40916 ac_cv_prog_NM="$NM" # Let the user override the test.
40917 else
40918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40919 for as_dir in $PATH
40920 do
40921 IFS=$as_save_IFS
40922 test -z "$as_dir" && as_dir=.
40923 for ac_exec_ext in '' $ac_executable_extensions; do
40924 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40925 ac_cv_prog_NM="${ac_tool_prefix}nm"
40926 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40927 break 2
40928 fi
40929 done
40930 done
40931
40932 fi
40933 fi
40934 NM=$ac_cv_prog_NM
40935 if test -n "$NM"; then
40936 echo "$as_me:$LINENO: result: $NM" >&5
40937 echo "${ECHO_T}$NM" >&6
40938 else
40939 echo "$as_me:$LINENO: result: no" >&5
40940 echo "${ECHO_T}no" >&6
40941 fi
40942
40943 fi
40944 if test -z "$ac_cv_prog_NM"; then
40945 ac_ct_NM=$NM
40946 # Extract the first word of "nm", so it can be a program name with args.
40947 set dummy nm; ac_word=$2
40948 echo "$as_me:$LINENO: checking for $ac_word" >&5
40949 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40950 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
40951 echo $ECHO_N "(cached) $ECHO_C" >&6
40952 else
40953 if test -n "$ac_ct_NM"; then
40954 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
40955 else
40956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40957 for as_dir in $PATH
40958 do
40959 IFS=$as_save_IFS
40960 test -z "$as_dir" && as_dir=.
40961 for ac_exec_ext in '' $ac_executable_extensions; do
40962 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40963 ac_cv_prog_ac_ct_NM="nm"
40964 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40965 break 2
40966 fi
40967 done
40968 done
40969
40970 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM=":"
40971 fi
40972 fi
40973 ac_ct_NM=$ac_cv_prog_ac_ct_NM
40974 if test -n "$ac_ct_NM"; then
40975 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
40976 echo "${ECHO_T}$ac_ct_NM" >&6
40977 else
40978 echo "$as_me:$LINENO: result: no" >&5
40979 echo "${ECHO_T}no" >&6
40980 fi
40981
40982 NM=$ac_ct_NM
40983 else
40984 NM="$ac_cv_prog_NM"
40985 fi
40986
40987
40988 case ${BAKEFILE_HOST} in
40989 *-hp-hpux* )
40990 INSTALL_DIR="mkdir -p"
40991 ;;
40992 *) INSTALL_DIR="$INSTALL -d"
40993 ;;
40994 esac
40995
40996
40997 LDFLAGS_GUI=
40998 case ${BAKEFILE_HOST} in
40999 *-*-cygwin* | *-*-mingw32* )
41000 LDFLAGS_GUI="-mwindows"
41001 esac
41002
41003
41004 fi
41005
41006 echo "$as_me:$LINENO: checking if make is GNU make" >&5
41007 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
41008 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
41009 echo $ECHO_N "(cached) $ECHO_C" >&6
41010 else
41011
41012 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
41013 egrep -s GNU > /dev/null); then
41014 bakefile_cv_prog_makeisgnu="yes"
41015 else
41016 bakefile_cv_prog_makeisgnu="no"
41017 fi
41018
41019 fi
41020 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
41021 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
41022
41023 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
41024 IF_GNU_MAKE=""
41025 else
41026 IF_GNU_MAKE="#"
41027 fi
41028
41029
41030
41031 PLATFORM_UNIX=0
41032 PLATFORM_WIN32=0
41033 PLATFORM_MSDOS=0
41034 PLATFORM_MAC=0
41035 PLATFORM_MACOS=0
41036 PLATFORM_MACOSX=0
41037 PLATFORM_OS2=0
41038 PLATFORM_BEOS=0
41039
41040 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
41041 case "${BAKEFILE_HOST}" in
41042 *-*-cygwin* | *-*-mingw32* )
41043 PLATFORM_WIN32=1
41044 ;;
41045 *-pc-msdosdjgpp )
41046 PLATFORM_MSDOS=1
41047 ;;
41048 *-pc-os2_emx | *-pc-os2-emx )
41049 PLATFORM_OS2=1
41050 ;;
41051 powerpc-*-darwin* )
41052 PLATFORM_MAC=1
41053 PLATFORM_MACOSX=1
41054 ;;
41055 *-*-beos* )
41056 PLATFORM_BEOS=1
41057 ;;
41058 powerpc-apple-macos* )
41059 PLATFORM_MAC=1
41060 PLATFORM_MACOS=1
41061 ;;
41062 * )
41063 PLATFORM_UNIX=1
41064 ;;
41065 esac
41066 else
41067 case "$BAKEFILE_FORCE_PLATFORM" in
41068 win32 )
41069 PLATFORM_WIN32=1
41070 ;;
41071 msdos )
41072 PLATFORM_MSDOS=1
41073 ;;
41074 os2 )
41075 PLATFORM_OS2=1
41076 ;;
41077 darwin )
41078 PLATFORM_MAC=1
41079 PLATFORM_MACOSX=1
41080 ;;
41081 unix )
41082 PLATFORM_UNIX=1
41083 ;;
41084 beos )
41085 PLATFORM_BEOS=1
41086 ;;
41087 * )
41088 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
41089 echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
41090 { (exit 1); exit 1; }; }
41091 ;;
41092 esac
41093 fi
41094
41095
41096
41097
41098
41099
41100
41101
41102
41103
41104
41105 # Check whether --enable-omf or --disable-omf was given.
41106 if test "${enable_omf+set}" = set; then
41107 enableval="$enable_omf"
41108 bk_os2_use_omf="$enableval"
41109 fi;
41110
41111 case "${BAKEFILE_HOST}" in
41112 *-*-darwin* )
41113 CFLAGS="$CFLAGS -fno-common"
41114 CXXFLAGS="$CXXFLAGS -fno-common"
41115 ;;
41116
41117 *-pc-os2_emx | *-pc-os2-emx )
41118 if test "x$bk_os2_use_omf" = "xyes" ; then
41119 AR=emxomfar
41120 RANLIB=:
41121 LDFLAGS="-Zomf $LDFLAGS"
41122 CFLAGS="-Zomf $CFLAGS"
41123 CXXFLAGS="-Zomf $CXXFLAGS"
41124 OS2_LIBEXT="lib"
41125 else
41126 OS2_LIBEXT="a"
41127 fi
41128 ;;
41129
41130 i*86-*-beos* )
41131 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
41132 ;;
41133 esac
41134
41135
41136 SO_SUFFIX="so"
41137 SO_SUFFIX_MODULE="so"
41138 EXEEXT=""
41139 LIBPREFIX="lib"
41140 LIBEXT=".a"
41141 DLLPREFIX="lib"
41142 DLLPREFIX_MODULE=""
41143 DLLIMP_SUFFIX=""
41144
41145 case "${BAKEFILE_HOST}" in
41146 *-hp-hpux* )
41147 SO_SUFFIX="sl"
41148 SO_SUFFIX_MODULE="sl"
41149 ;;
41150 *-*-aix* )
41151 SO_SUFFIX="a"
41152 SO_SUFFIX_MODULE="a"
41153 ;;
41154 *-*-cygwin* | *-*-mingw32* )
41155 SO_SUFFIX="dll"
41156 SO_SUFFIX_MODULE="dll"
41157 DLLIMP_SUFFIX="dll.a"
41158 EXEEXT=".exe"
41159 DLLPREFIX=""
41160 ;;
41161 *-pc-msdosdjgpp )
41162 EXEEXT=".exe"
41163 DLLPREFIX=""
41164 ;;
41165 *-pc-os2_emx | *-pc-os2-emx )
41166 SO_SUFFIX="dll"
41167 SO_SUFFIX_MODULE="dll"
41168 DLLIMP_SUFFIX=$OS2_LIBEXT
41169 EXEEXT=".exe"
41170 DLLPREFIX=""
41171 LIBPREFIX=""
41172 LIBEXT=".$OS2_LIBEXT"
41173 ;;
41174 powerpc-*-darwin* )
41175 SO_SUFFIX="dylib"
41176 SO_SUFFIX_MODULE="bundle"
41177 ;;
41178 esac
41179
41180 if test "x$DLLIMP_SUFFIX" = "x" ; then
41181 DLLIMP_SUFFIX="$SO_SUFFIX"
41182 fi
41183
41184
41185
41186
41187
41188
41189
41190
41191
41192
41193
41194 PIC_FLAG=""
41195 if test "x$GCC" = "xyes"; then
41196 PIC_FLAG="-fPIC"
41197 fi
41198
41199 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
41200 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
41201
41202 case "${BAKEFILE_HOST}" in
41203 *-hp-hpux* )
41204 if test "x$GCC" != "xyes"; then
41205 LDFLAGS="$LDFLAGS -L/usr/lib"
41206
41207 SHARED_LD_CC="${CC} -b -o"
41208 SHARED_LD_CXX="${CXX} -b -o"
41209 PIC_FLAG="+Z"
41210 fi
41211 ;;
41212
41213 *-*-linux* )
41214 if test "x$GCC" != "xyes"; then
41215 echo "$as_me:$LINENO: checking for Intel compiler" >&5
41216 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
41217 if test "${bakefile_cv_prog_icc+set}" = set; then
41218 echo $ECHO_N "(cached) $ECHO_C" >&6
41219 else
41220
41221 cat >conftest.$ac_ext <<_ACEOF
41222 /* confdefs.h. */
41223 _ACEOF
41224 cat confdefs.h >>conftest.$ac_ext
41225 cat >>conftest.$ac_ext <<_ACEOF
41226 /* end confdefs.h. */
41227
41228 int
41229 main ()
41230 {
41231
41232 #ifndef __INTEL_COMPILER
41233 #error Not icc
41234 #endif
41235
41236 ;
41237 return 0;
41238 }
41239 _ACEOF
41240 rm -f conftest.$ac_objext
41241 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41242 (eval $ac_compile) 2>conftest.er1
41243 ac_status=$?
41244 grep -v '^ *+' conftest.er1 >conftest.err
41245 rm -f conftest.er1
41246 cat conftest.err >&5
41247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41248 (exit $ac_status); } &&
41249 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41251 (eval $ac_try) 2>&5
41252 ac_status=$?
41253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41254 (exit $ac_status); }; } &&
41255 { ac_try='test -s conftest.$ac_objext'
41256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41257 (eval $ac_try) 2>&5
41258 ac_status=$?
41259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41260 (exit $ac_status); }; }; then
41261 bakefile_cv_prog_icc=yes
41262 else
41263 echo "$as_me: failed program was:" >&5
41264 sed 's/^/| /' conftest.$ac_ext >&5
41265
41266 bakefile_cv_prog_icc=no
41267
41268 fi
41269 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41270
41271 fi
41272 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
41273 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
41274 if test "$bakefile_cv_prog_icc" = "yes"; then
41275 PIC_FLAG="-KPIC"
41276 fi
41277 fi
41278 ;;
41279
41280 *-*-solaris2* )
41281 if test "x$GCC" != xyes ; then
41282 SHARED_LD_CC="${CC} -G -o"
41283 SHARED_LD_CXX="${CXX} -G -o"
41284 PIC_FLAG="-KPIC"
41285 fi
41286 ;;
41287
41288 *-*-darwin* )
41289
41290 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
41291 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
41292 if test "${wx_cv_gcc31+set}" = set; then
41293 echo $ECHO_N "(cached) $ECHO_C" >&6
41294 else
41295
41296 cat >conftest.$ac_ext <<_ACEOF
41297 /* confdefs.h. */
41298 _ACEOF
41299 cat confdefs.h >>conftest.$ac_ext
41300 cat >>conftest.$ac_ext <<_ACEOF
41301 /* end confdefs.h. */
41302
41303 int
41304 main ()
41305 {
41306
41307 #if (__GNUC__ < 3) || \
41308 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
41309 #error old gcc
41310 #endif
41311
41312 ;
41313 return 0;
41314 }
41315 _ACEOF
41316 rm -f conftest.$ac_objext
41317 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41318 (eval $ac_compile) 2>conftest.er1
41319 ac_status=$?
41320 grep -v '^ *+' conftest.er1 >conftest.err
41321 rm -f conftest.er1
41322 cat conftest.err >&5
41323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41324 (exit $ac_status); } &&
41325 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41327 (eval $ac_try) 2>&5
41328 ac_status=$?
41329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41330 (exit $ac_status); }; } &&
41331 { ac_try='test -s conftest.$ac_objext'
41332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41333 (eval $ac_try) 2>&5
41334 ac_status=$?
41335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41336 (exit $ac_status); }; }; then
41337
41338 wx_cv_gcc31=yes
41339
41340 else
41341 echo "$as_me: failed program was:" >&5
41342 sed 's/^/| /' conftest.$ac_ext >&5
41343
41344
41345 wx_cv_gcc31=no
41346
41347
41348 fi
41349 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41350
41351 fi
41352 echo "$as_me:$LINENO: result: $wx_cv_gcc31" >&5
41353 echo "${ECHO_T}$wx_cv_gcc31" >&6
41354 if test "$wx_cv_gcc31" = "no"; then
41355
41356 D='$'
41357 cat <<EOF >shared-ld-sh
41358 #!/bin/sh
41359 #-----------------------------------------------------------------------------
41360 #-- Name: distrib/mac/shared-ld-sh
41361 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
41362 #-- Author: Gilles Depeyrot
41363 #-- Copyright: (c) 2002 Gilles Depeyrot
41364 #-- Licence: any use permitted
41365 #-----------------------------------------------------------------------------
41366
41367 verbose=0
41368 args=""
41369 objects=""
41370 linking_flag="-dynamiclib"
41371
41372 while test ${D}# -gt 0; do
41373 case ${D}1 in
41374
41375 -v)
41376 verbose=1
41377 ;;
41378
41379 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
41380 # collect these options and values
41381 args="${D}{args} ${D}1 ${D}2"
41382 shift
41383 ;;
41384
41385 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
41386 # collect these options
41387 args="${D}{args} ${D}1"
41388 ;;
41389
41390 -dynamiclib|-bundle)
41391 linking_flag="${D}1"
41392 ;;
41393
41394 -*)
41395 echo "shared-ld: unhandled option '${D}1'"
41396 exit 1
41397 ;;
41398
41399 *.o | *.a | *.dylib)
41400 # collect object files
41401 objects="${D}{objects} ${D}1"
41402 ;;
41403
41404 *)
41405 echo "shared-ld: unhandled argument '${D}1'"
41406 exit 1
41407 ;;
41408
41409 esac
41410 shift
41411 done
41412
41413 #
41414 # Link one module containing all the others
41415 #
41416 if test ${D}{verbose} = 1; then
41417 echo "c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o"
41418 fi
41419 c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o
41420 status=${D}?
41421 if test ${D}{status} != 0; then
41422 exit ${D}{status}
41423 fi
41424
41425 #
41426 # Link the shared library from the single module created
41427 #
41428 if test ${D}{verbose} = 1; then
41429 echo "cc ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
41430 fi
41431 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
41432 status=${D}?
41433 if test ${D}{status} != 0; then
41434 exit ${D}{status}
41435 fi
41436
41437 #
41438 # Remove intermediate module
41439 #
41440 rm -f master.${D}${D}.o
41441
41442 exit 0
41443 EOF
41444
41445 chmod +x shared-ld-sh
41446
41447 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
41448 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
41449 SHARED_LD_CXX="$SHARED_LD_CC"
41450 SHARED_LD_MODULE_CXX="$SHARED_LD_MODULE_CC"
41451 else
41452 SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
41453 SHARED_LD_MODULE_CC="\${CC} -bundle -single_module -headerpad_max_install_names -o"
41454 SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
41455 SHARED_LD_MODULE_CXX="\${CXX} -bundle -single_module -headerpad_max_install_names -o"
41456 fi
41457
41458 PIC_FLAG="-dynamic -fPIC"
41459 ;;
41460
41461 *-*-aix* )
41462 if test "x$GCC" != "xyes"; then
41463 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
41464 set dummy makeC++SharedLib; ac_word=$2
41465 echo "$as_me:$LINENO: checking for $ac_word" >&5
41466 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41467 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
41468 echo $ECHO_N "(cached) $ECHO_C" >&6
41469 else
41470 if test -n "$AIX_CXX_LD"; then
41471 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
41472 else
41473 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41474 for as_dir in $PATH
41475 do
41476 IFS=$as_save_IFS
41477 test -z "$as_dir" && as_dir=.
41478 for ac_exec_ext in '' $ac_executable_extensions; do
41479 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41480 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
41481 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41482 break 2
41483 fi
41484 done
41485 done
41486
41487 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
41488 fi
41489 fi
41490 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
41491 if test -n "$AIX_CXX_LD"; then
41492 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
41493 echo "${ECHO_T}$AIX_CXX_LD" >&6
41494 else
41495 echo "$as_me:$LINENO: result: no" >&5
41496 echo "${ECHO_T}no" >&6
41497 fi
41498
41499 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
41500 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
41501 fi
41502 ;;
41503
41504 *-*-beos* )
41505 SHARED_LD_CC="${LD} -nostart -o"
41506 SHARED_LD_CXX="${LD} -nostart -o"
41507 ;;
41508
41509 *-*-irix* )
41510 if test "x$GCC" != "xyes"; then
41511 PIC_FLAG="-KPIC"
41512 fi
41513 ;;
41514
41515 *-*-cygwin* | *-*-mingw32* )
41516 PIC_FLAG=""
41517 SHARED_LD_CC="\$(CC) -shared -o"
41518 SHARED_LD_CXX="\$(CXX) -shared -o"
41519 ;;
41520
41521 *-pc-os2_emx | *-pc-os2-emx )
41522 SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
41523 SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
41524 PIC_FLAG=""
41525
41526 D='$'
41527 cat <<EOF >dllar.sh
41528 #!/bin/sh
41529 #
41530 # dllar - a tool to build both a .dll and an .a file
41531 # from a set of object (.o) files for EMX/OS2.
41532 #
41533 # Written by Andrew Zabolotny, bit@freya.etu.ru
41534 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
41535 #
41536 # This script will accept a set of files on the command line.
41537 # All the public symbols from the .o files will be exported into
41538 # a .DEF file, then linker will be run (through gcc) against them to
41539 # build a shared library consisting of all given .o files. All libraries
41540 # (.a) will be first decompressed into component .o files then act as
41541 # described above. You can optionally give a description (-d "description")
41542 # which will be put into .DLL. To see the list of accepted options (as well
41543 # as command-line format) simply run this program without options. The .DLL
41544 # is built to be imported by name (there is no guarantee that new versions
41545 # of the library you build will have same ordinals for same symbols).
41546 #
41547 # dllar is free software; you can redistribute it and/or modify
41548 # it under the terms of the GNU General Public License as published by
41549 # the Free Software Foundation; either version 2, or (at your option)
41550 # any later version.
41551 #
41552 # dllar is distributed in the hope that it will be useful,
41553 # but WITHOUT ANY WARRANTY; without even the implied warranty of
41554 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
41555 # GNU General Public License for more details.
41556 #
41557 # You should have received a copy of the GNU General Public License
41558 # along with dllar; see the file COPYING. If not, write to the Free
41559 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
41560 # 02111-1307, USA.
41561
41562 # To successfuly run this program you will need:
41563 # - Current drive should have LFN support (HPFS, ext2, network, etc)
41564 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
41565 # - gcc
41566 # (used to build the .dll)
41567 # - emxexp
41568 # (used to create .def file from .o files)
41569 # - emximp
41570 # (used to create .a file from .def file)
41571 # - GNU text utilites (cat, sort, uniq)
41572 # used to process emxexp output
41573 # - GNU file utilities (mv, rm)
41574 # - GNU sed
41575 # - lxlite (optional, see flag below)
41576 # (used for general .dll cleanup)
41577 #
41578
41579 flag_USE_LXLITE=1;
41580
41581 #
41582 # helper functions
41583 # basnam, variant of basename, which does _not_ remove the path, _iff_
41584 # second argument (suffix to remove) is given
41585 basnam(){
41586 case ${D}# in
41587 1)
41588 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
41589 ;;
41590 2)
41591 echo ${D}1 | sed 's/'${D}2'${D}//'
41592 ;;
41593 *)
41594 echo "error in basnam ${D}*"
41595 exit 8
41596 ;;
41597 esac
41598 }
41599
41600 # Cleanup temporary files and output
41601 CleanUp() {
41602 cd ${D}curDir
41603 for i in ${D}inputFiles ; do
41604 case ${D}i in
41605 *!)
41606 rm -rf \`basnam ${D}i !\`
41607 ;;
41608 *)
41609 ;;
41610 esac
41611 done
41612
41613 # Kill result in case of failure as there is just to many stupid make/nmake
41614 # things out there which doesn't do this.
41615 if [ ${D}# -eq 0 ]; then
41616 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
41617 fi
41618 }
41619
41620 # Print usage and exit script with rc=1.
41621 PrintHelp() {
41622 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
41623 echo ' [-name-mangler-script script.sh]'
41624 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
41625 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
41626 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
41627 echo ' [*.o] [*.a]'
41628 echo '*> "output_file" should have no extension.'
41629 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
41630 echo ' The import library name is derived from this and is set to "name".a,'
41631 echo ' unless overridden by -import'
41632 echo '*> "importlib_name" should have no extension.'
41633 echo ' If it has the .o, or .a extension, it is automatically removed.'
41634 echo ' This name is used as the import library name and may be longer and'
41635 echo ' more descriptive than the DLL name which has to follow the old '
41636 echo ' 8.3 convention of FAT.'
41637 echo '*> "script.sh may be given to override the output_file name by a'
41638 echo ' different name. It is mainly useful if the regular make process'
41639 echo ' of some package does not take into account OS/2 restriction of'
41640 echo ' DLL name lengths. It takes the importlib name as input and is'
41641 echo ' supposed to procude a shorter name as output. The script should'
41642 echo ' expect to get importlib_name without extension and should produce'
41643 echo ' a (max.) 8 letter name without extension.'
41644 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
41645 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
41646 echo ' These flags will be put at the start of GCC command line.'
41647 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
41648 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
41649 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
41650 echo ' If the last character of a symbol is "*", all symbols beginning'
41651 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
41652 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
41653 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
41654 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
41655 echo ' C runtime DLLs.'
41656 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
41657 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
41658 echo ' unchanged to GCC at the end of command line.'
41659 echo '*> If you create a DLL from a library and you do not specify -o,'
41660 echo ' the basename for DLL and import library will be set to library name,'
41661 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
41662 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
41663 echo ' library will be renamed into gcc_s.a.'
41664 echo '--------'
41665 echo 'Example:'
41666 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
41667 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
41668 CleanUp
41669 exit 1
41670 }
41671
41672 # Execute a command.
41673 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
41674 # @Uses Whatever CleanUp() uses.
41675 doCommand() {
41676 echo "${D}*"
41677 eval ${D}*
41678 rcCmd=${D}?
41679
41680 if [ ${D}rcCmd -ne 0 ]; then
41681 echo "command failed, exit code="${D}rcCmd
41682 CleanUp
41683 exit ${D}rcCmd
41684 fi
41685 }
41686
41687 # main routine
41688 # setup globals
41689 cmdLine=${D}*
41690 outFile=""
41691 outimpFile=""
41692 inputFiles=""
41693 renameScript=""
41694 description=""
41695 CC=gcc.exe
41696 CFLAGS="-s -Zcrtdll"
41697 EXTRA_CFLAGS=""
41698 EXPORT_BY_ORDINALS=0
41699 exclude_symbols=""
41700 library_flags=""
41701 curDir=\`pwd\`
41702 curDirS=curDir
41703 case ${D}curDirS in
41704 */)
41705 ;;
41706 *)
41707 curDirS=${D}{curDirS}"/"
41708 ;;
41709 esac
41710 # Parse commandline
41711 libsToLink=0
41712 omfLinking=0
41713 while [ ${D}1 ]; do
41714 case ${D}1 in
41715 -ord*)
41716 EXPORT_BY_ORDINALS=1;
41717 ;;
41718 -o*)
41719 shift
41720 outFile=${D}1
41721 ;;
41722 -i*)
41723 shift
41724 outimpFile=${D}1
41725 ;;
41726 -name-mangler-script)
41727 shift
41728 renameScript=${D}1
41729 ;;
41730 -d*)
41731 shift
41732 description=${D}1
41733 ;;
41734 -f*)
41735 shift
41736 CFLAGS=${D}1
41737 ;;
41738 -c*)
41739 shift
41740 CC=${D}1
41741 ;;
41742 -h*)
41743 PrintHelp
41744 ;;
41745 -ex*)
41746 shift
41747 exclude_symbols=${D}{exclude_symbols}${D}1" "
41748 ;;
41749 -libf*)
41750 shift
41751 library_flags=${D}{library_flags}${D}1" "
41752 ;;
41753 -nocrt*)
41754 CFLAGS="-s"
41755 ;;
41756 -nolxl*)
41757 flag_USE_LXLITE=0
41758 ;;
41759 -* | /*)
41760 case ${D}1 in
41761 -L* | -l*)
41762 libsToLink=1
41763 ;;
41764 -Zomf)
41765 omfLinking=1
41766 ;;
41767 *)
41768 ;;
41769 esac
41770 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
41771 ;;
41772 *.dll)
41773 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
41774 if [ ${D}omfLinking -eq 1 ]; then
41775 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
41776 else
41777 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
41778 fi
41779 ;;
41780 *)
41781 found=0;
41782 if [ ${D}libsToLink -ne 0 ]; then
41783 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
41784 else
41785 for file in ${D}1 ; do
41786 if [ -f ${D}file ]; then
41787 inputFiles="${D}{inputFiles} ${D}file"
41788 found=1
41789 fi
41790 done
41791 if [ ${D}found -eq 0 ]; then
41792 echo "ERROR: No file(s) found: "${D}1
41793 exit 8
41794 fi
41795 fi
41796 ;;
41797 esac
41798 shift
41799 done # iterate cmdline words
41800
41801 #
41802 if [ -z "${D}inputFiles" ]; then
41803 echo "dllar: no input files"
41804 PrintHelp
41805 fi
41806
41807 # Now extract all .o files from .a files
41808 newInputFiles=""
41809 for file in ${D}inputFiles ; do
41810 case ${D}file in
41811 *.a | *.lib)
41812 case ${D}file in
41813 *.a)
41814 suffix=".a"
41815 AR="ar"
41816 ;;
41817 *.lib)
41818 suffix=".lib"
41819 AR="emxomfar"
41820 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
41821 ;;
41822 *)
41823 ;;
41824 esac
41825 dirname=\`basnam ${D}file ${D}suffix\`"_%"
41826 mkdir ${D}dirname
41827 if [ ${D}? -ne 0 ]; then
41828 echo "Failed to create subdirectory ./${D}dirname"
41829 CleanUp
41830 exit 8;
41831 fi
41832 # Append '!' to indicate archive
41833 newInputFiles="${D}newInputFiles ${D}{dirname}!"
41834 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
41835 cd ${D}curDir
41836 found=0;
41837 for subfile in ${D}dirname/*.o* ; do
41838 if [ -f ${D}subfile ]; then
41839 found=1
41840 if [ -s ${D}subfile ]; then
41841 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
41842 newInputFiles="${D}newInputFiles ${D}subfile"
41843 fi
41844 fi
41845 done
41846 if [ ${D}found -eq 0 ]; then
41847 echo "WARNING: there are no files in archive \\'${D}file\\'"
41848 fi
41849 ;;
41850 *)
41851 newInputFiles="${D}{newInputFiles} ${D}file"
41852 ;;
41853 esac
41854 done
41855 inputFiles="${D}newInputFiles"
41856
41857 # Output filename(s).
41858 do_backup=0;
41859 if [ -z ${D}outFile ]; then
41860 do_backup=1;
41861 set outFile ${D}inputFiles; outFile=${D}2
41862 fi
41863
41864 # If it is an archive, remove the '!' and the '_%' suffixes
41865 case ${D}outFile in
41866 *_%!)
41867 outFile=\`basnam ${D}outFile _%!\`
41868 ;;
41869 *)
41870 ;;
41871 esac
41872 case ${D}outFile in
41873 *.dll)
41874 outFile=\`basnam ${D}outFile .dll\`
41875 ;;
41876 *.DLL)
41877 outFile=\`basnam ${D}outFile .DLL\`
41878 ;;
41879 *.o)
41880 outFile=\`basnam ${D}outFile .o\`
41881 ;;
41882 *.obj)
41883 outFile=\`basnam ${D}outFile .obj\`
41884 ;;
41885 *.a)
41886 outFile=\`basnam ${D}outFile .a\`
41887 ;;
41888 *.lib)
41889 outFile=\`basnam ${D}outFile .lib\`
41890 ;;
41891 *)
41892 ;;
41893 esac
41894 case ${D}outimpFile in
41895 *.a)
41896 outimpFile=\`basnam ${D}outimpFile .a\`
41897 ;;
41898 *.lib)
41899 outimpFile=\`basnam ${D}outimpFile .lib\`
41900 ;;
41901 *)
41902 ;;
41903 esac
41904 if [ -z ${D}outimpFile ]; then
41905 outimpFile=${D}outFile
41906 fi
41907 defFile="${D}{outFile}.def"
41908 arcFile="${D}{outimpFile}.a"
41909 arcFile2="${D}{outimpFile}.lib"
41910
41911 #create ${D}dllFile as something matching 8.3 restrictions,
41912 if [ -z ${D}renameScript ] ; then
41913 dllFile="${D}outFile"
41914 else
41915 dllFile=\`${D}renameScript ${D}outimpFile\`
41916 fi
41917
41918 if [ ${D}do_backup -ne 0 ] ; then
41919 if [ -f ${D}arcFile ] ; then
41920 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
41921 fi
41922 if [ -f ${D}arcFile2 ] ; then
41923 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
41924 fi
41925 fi
41926
41927 # Extract public symbols from all the object files.
41928 tmpdefFile=${D}{defFile}_%
41929 rm -f ${D}tmpdefFile
41930 for file in ${D}inputFiles ; do
41931 case ${D}file in
41932 *!)
41933 ;;
41934 *)
41935 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
41936 ;;
41937 esac
41938 done
41939
41940 # Create the def file.
41941 rm -f ${D}defFile
41942 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
41943 dllFile="${D}{dllFile}.dll"
41944 if [ ! -z ${D}description ]; then
41945 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
41946 fi
41947 echo "EXPORTS" >> ${D}defFile
41948
41949 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
41950 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
41951
41952 # Checks if the export is ok or not.
41953 for word in ${D}exclude_symbols; do
41954 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
41955 mv ${D}{tmpdefFile}% ${D}tmpdefFile
41956 done
41957
41958
41959 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
41960 sed "=" < ${D}tmpdefFile | \\
41961 sed '
41962 N
41963 : loop
41964 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
41965 t loop
41966 ' > ${D}{tmpdefFile}%
41967 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
41968 else
41969 rm -f ${D}{tmpdefFile}%
41970 fi
41971 cat ${D}tmpdefFile >> ${D}defFile
41972 rm -f ${D}tmpdefFile
41973
41974 # Do linking, create implib, and apply lxlite.
41975 gccCmdl="";
41976 for file in ${D}inputFiles ; do
41977 case ${D}file in
41978 *!)
41979 ;;
41980 *)
41981 gccCmdl="${D}gccCmdl ${D}file"
41982 ;;
41983 esac
41984 done
41985 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
41986 touch "${D}{outFile}.dll"
41987
41988 doCommand "emximp -o ${D}arcFile ${D}defFile"
41989 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
41990 add_flags="";
41991 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
41992 add_flags="-ynd"
41993 fi
41994 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
41995 fi
41996 doCommand "emxomf -s -l ${D}arcFile"
41997
41998 # Successful exit.
41999 CleanUp 1
42000 exit 0
42001 EOF
42002
42003 chmod +x dllar.sh
42004 ;;
42005
42006 powerpc-apple-macos* | \
42007 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
42008 *-*-sunos4* | \
42009 *-*-osf* | \
42010 *-*-dgux5* | \
42011 *-*-sysv5* )
42012 ;;
42013
42014 *)
42015 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
42016 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
42017 { (exit 1); exit 1; }; }
42018 esac
42019
42020 if test "x$PIC_FLAG" != "x" ; then
42021 PIC_FLAG="$PIC_FLAG -DPIC"
42022 fi
42023
42024 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
42025 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
42026 fi
42027 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
42028 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
42029 fi
42030
42031
42032
42033
42034
42035
42036
42037
42038 USE_SOVERSION=0
42039 USE_SOVERLINUX=0
42040 USE_SOVERSOLARIS=0
42041 USE_SOSYMLINKS=0
42042 USE_MACVERSION=0
42043 SONAME_FLAG=
42044
42045 case "${BAKEFILE_HOST}" in
42046 *-*-linux* | *-*-freebsd* )
42047 SONAME_FLAG="-Wl,-soname,"
42048 USE_SOVERSION=1
42049 USE_SOVERLINUX=1
42050 USE_SOSYMLINKS=1
42051 ;;
42052
42053 *-*-solaris2* )
42054 SONAME_FLAG="-h "
42055 USE_SOVERSION=1
42056 USE_SOVERSOLARIS=1
42057 USE_SOSYMLINKS=1
42058 ;;
42059
42060 *-*-darwin* )
42061 USE_MACVERSION=1
42062 USE_SOVERSION=1
42063 USE_SOSYMLINKS=1
42064 ;;
42065 esac
42066
42067
42068
42069
42070
42071
42072
42073
42074
42075 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
42076 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
42077 DEPS_TRACKING=0
42078
42079 if test "x$GCC" = "xyes"; then
42080 DEPSMODE=gcc
42081 DEPS_TRACKING=1
42082 case "${BAKEFILE_HOST}" in
42083 powerpc-*-darwin* )
42084 DEPSFLAG_GCC="-no-cpp-precomp -MMD"
42085 ;;
42086 * )
42087 DEPSFLAG_GCC="-MMD"
42088 ;;
42089 esac
42090 echo "$as_me:$LINENO: result: gcc" >&5
42091 echo "${ECHO_T}gcc" >&6
42092 elif test "x$MWCC" = "xyes"; then
42093 DEPSMODE=mwcc
42094 DEPS_TRACKING=1
42095 DEPSFLAG_MWCC="-MM"
42096 echo "$as_me:$LINENO: result: mwcc" >&5
42097 echo "${ECHO_T}mwcc" >&6
42098 else
42099 echo "$as_me:$LINENO: result: none" >&5
42100 echo "${ECHO_T}none" >&6
42101 fi
42102
42103 if test $DEPS_TRACKING = 1 ; then
42104
42105 D='$'
42106 cat <<EOF >bk-deps
42107 #!/bin/sh
42108
42109 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
42110 # script. It is used to track C/C++ files dependencies in portable way.
42111 #
42112 # Permission is given to use this file in any way.
42113
42114 DEPSMODE=${DEPSMODE}
42115 DEPSDIR=.deps
42116 DEPSFLAG_GCC="${DEPSFLAG_GCC}"
42117 DEPSFLAG_MWCC="${DEPSFLAG_MWCC}"
42118
42119 mkdir -p ${D}DEPSDIR
42120
42121 if test ${D}DEPSMODE = gcc ; then
42122 ${D}* ${D}{DEPSFLAG_GCC}
42123 status=${D}?
42124 if test ${D}{status} != 0 ; then
42125 exit ${D}{status}
42126 fi
42127 # move created file to the location we want it in:
42128 while test ${D}# -gt 0; do
42129 case "${D}1" in
42130 -o )
42131 shift
42132 objfile=${D}1
42133 ;;
42134 -* )
42135 ;;
42136 * )
42137 srcfile=${D}1
42138 ;;
42139 esac
42140 shift
42141 done
42142 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
42143 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
42144 if test -f ${D}depfile ; then
42145 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
42146 rm -f ${D}depfile
42147 else
42148 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
42149 if test -f ${D}depfile ; then
42150 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
42151 rm -f ${D}depfile
42152 fi
42153 fi
42154 exit 0
42155 elif test ${D}DEPSMODE = mwcc ; then
42156 ${D}*
42157 status=${D}?
42158 if test ${D}{status} != 0 ; then
42159 exit ${D}{status}
42160 fi
42161 # Run mwcc again with -MM and redirect into the dep file we want
42162 # NOTE: We can't use shift here because we need ${D}* to be valid
42163 prevarg=
42164 for arg in ${D}* ; do
42165 if test "${D}prevarg" = "-o"; then
42166 objfile=${D}arg
42167 else
42168 case "${D}arg" in
42169 -* )
42170 ;;
42171 * )
42172 srcfile=${D}arg
42173 ;;
42174 esac
42175 fi
42176 prevarg="${D}arg"
42177 done
42178 ${D}* ${D}DEPSFLAG_MWCC >${D}{DEPSDIR}/${D}{objfile}.d
42179 exit 0
42180 else
42181 ${D}*
42182 exit ${D}?
42183 fi
42184 EOF
42185
42186 chmod +x bk-deps
42187 fi
42188
42189
42190
42191
42192 RESCOMP=
42193 SETFILE=
42194
42195 case ${BAKEFILE_HOST} in
42196 *-*-cygwin* | *-*-mingw32* )
42197 if test "$build" != "$host" ; then
42198 RESCOMP=$host_alias-windres
42199 else
42200 # Extract the first word of "windres", so it can be a program name with args.
42201 set dummy windres; ac_word=$2
42202 echo "$as_me:$LINENO: checking for $ac_word" >&5
42203 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42204 if test "${ac_cv_prog_RESCOMP+set}" = set; then
42205 echo $ECHO_N "(cached) $ECHO_C" >&6
42206 else
42207 if test -n "$RESCOMP"; then
42208 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
42209 else
42210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42211 for as_dir in $PATH
42212 do
42213 IFS=$as_save_IFS
42214 test -z "$as_dir" && as_dir=.
42215 for ac_exec_ext in '' $ac_executable_extensions; do
42216 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42217 ac_cv_prog_RESCOMP="windres"
42218 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42219 break 2
42220 fi
42221 done
42222 done
42223
42224 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="windres"
42225 fi
42226 fi
42227 RESCOMP=$ac_cv_prog_RESCOMP
42228 if test -n "$RESCOMP"; then
42229 echo "$as_me:$LINENO: result: $RESCOMP" >&5
42230 echo "${ECHO_T}$RESCOMP" >&6
42231 else
42232 echo "$as_me:$LINENO: result: no" >&5
42233 echo "${ECHO_T}no" >&6
42234 fi
42235
42236 fi
42237 ;;
42238
42239 *-*-darwin* | powerpc-apple-macos* )
42240 # Extract the first word of "Rez", so it can be a program name with args.
42241 set dummy Rez; ac_word=$2
42242 echo "$as_me:$LINENO: checking for $ac_word" >&5
42243 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42244 if test "${ac_cv_prog_RESCOMP+set}" = set; then
42245 echo $ECHO_N "(cached) $ECHO_C" >&6
42246 else
42247 if test -n "$RESCOMP"; then
42248 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
42249 else
42250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42251 for as_dir in $PATH
42252 do
42253 IFS=$as_save_IFS
42254 test -z "$as_dir" && as_dir=.
42255 for ac_exec_ext in '' $ac_executable_extensions; do
42256 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42257 ac_cv_prog_RESCOMP="Rez"
42258 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42259 break 2
42260 fi
42261 done
42262 done
42263
42264 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
42265 fi
42266 fi
42267 RESCOMP=$ac_cv_prog_RESCOMP
42268 if test -n "$RESCOMP"; then
42269 echo "$as_me:$LINENO: result: $RESCOMP" >&5
42270 echo "${ECHO_T}$RESCOMP" >&6
42271 else
42272 echo "$as_me:$LINENO: result: no" >&5
42273 echo "${ECHO_T}no" >&6
42274 fi
42275
42276 # Extract the first word of "SetFile", so it can be a program name with args.
42277 set dummy SetFile; ac_word=$2
42278 echo "$as_me:$LINENO: checking for $ac_word" >&5
42279 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42280 if test "${ac_cv_prog_SETFILE+set}" = set; then
42281 echo $ECHO_N "(cached) $ECHO_C" >&6
42282 else
42283 if test -n "$SETFILE"; then
42284 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
42285 else
42286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42287 for as_dir in $PATH
42288 do
42289 IFS=$as_save_IFS
42290 test -z "$as_dir" && as_dir=.
42291 for ac_exec_ext in '' $ac_executable_extensions; do
42292 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42293 ac_cv_prog_SETFILE="SetFile"
42294 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42295 break 2
42296 fi
42297 done
42298 done
42299
42300 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
42301 fi
42302 fi
42303 SETFILE=$ac_cv_prog_SETFILE
42304 if test -n "$SETFILE"; then
42305 echo "$as_me:$LINENO: result: $SETFILE" >&5
42306 echo "${ECHO_T}$SETFILE" >&6
42307 else
42308 echo "$as_me:$LINENO: result: no" >&5
42309 echo "${ECHO_T}no" >&6
42310 fi
42311
42312 ;;
42313 esac
42314
42315
42316
42317
42318
42319 BAKEFILE_BAKEFILE_M4_VERSION="0.1.8"
42320
42321
42322 BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.8"
42323
42324
42325
42326 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
42327 if test "${enable_precomp_headers+set}" = set; then
42328 enableval="$enable_precomp_headers"
42329 bk_use_pch="$enableval"
42330 fi;
42331
42332 GCC_PCH=0
42333
42334 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
42335 if test "x$GCC" = "xyes"; then
42336 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
42337 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
42338 cat >conftest.$ac_ext <<_ACEOF
42339 /* confdefs.h. */
42340 _ACEOF
42341 cat confdefs.h >>conftest.$ac_ext
42342 cat >>conftest.$ac_ext <<_ACEOF
42343 /* end confdefs.h. */
42344
42345 int
42346 main ()
42347 {
42348
42349 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
42350 #error "no pch support"
42351 #endif
42352 #if (__GNUC__ < 3)
42353 #error "no pch support"
42354 #endif
42355 #if (__GNUC__ == 3) && \
42356 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
42357 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
42358 #error "no pch support"
42359 #endif
42360
42361 ;
42362 return 0;
42363 }
42364 _ACEOF
42365 rm -f conftest.$ac_objext
42366 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42367 (eval $ac_compile) 2>conftest.er1
42368 ac_status=$?
42369 grep -v '^ *+' conftest.er1 >conftest.err
42370 rm -f conftest.er1
42371 cat conftest.err >&5
42372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42373 (exit $ac_status); } &&
42374 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42376 (eval $ac_try) 2>&5
42377 ac_status=$?
42378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42379 (exit $ac_status); }; } &&
42380 { ac_try='test -s conftest.$ac_objext'
42381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42382 (eval $ac_try) 2>&5
42383 ac_status=$?
42384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42385 (exit $ac_status); }; }; then
42386
42387 echo "$as_me:$LINENO: result: yes" >&5
42388 echo "${ECHO_T}yes" >&6
42389 GCC_PCH=1
42390
42391 else
42392 echo "$as_me: failed program was:" >&5
42393 sed 's/^/| /' conftest.$ac_ext >&5
42394
42395
42396 echo "$as_me:$LINENO: result: no" >&5
42397 echo "${ECHO_T}no" >&6
42398
42399 fi
42400 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
42401 if test $GCC_PCH = 1 ; then
42402
42403 D='$'
42404 cat <<EOF >bk-make-pch
42405 #!/bin/sh
42406
42407 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
42408 # script. It is used to generated precompiled headers.
42409 #
42410 # Permission is given to use this file in any way.
42411
42412 outfile="${D}{1}"
42413 header="${D}{2}"
42414 shift
42415 shift
42416
42417 compiler=
42418 headerfile=
42419 while test ${D}{#} -gt 0; do
42420 case "${D}{1}" in
42421 -I* )
42422 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
42423 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
42424 headerfile="${D}{incdir}/${D}{header}"
42425 fi
42426 ;;
42427 esac
42428 compiler="${D}{compiler} ${D}{1}"
42429 shift
42430 done
42431
42432 if test "x${D}{headerfile}" = "x" ; then
42433 echo "error: can't find header ${D}{header} in include paths" >2
42434 else
42435 if test -f ${D}{outfile} ; then
42436 rm -f ${D}{outfile}
42437 else
42438 mkdir -p \`dirname ${D}{outfile}\`
42439 fi
42440 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
42441 mkdir -p .deps
42442 # can do this because gcc is >= 3.4:
42443 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
42444 exit ${D}{?}
42445 fi
42446 EOF
42447
42448 chmod +x bk-make-pch
42449 fi
42450 fi
42451 fi
42452
42453
42454
42455 COND_BUILD_DEBUG="#"
42456 if test "x$BUILD" = "xdebug" ; then
42457 COND_BUILD_DEBUG=""
42458 fi
42459
42460 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
42461 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
42462 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
42463 fi
42464
42465 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
42466 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
42467 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
42468 fi
42469
42470 COND_BUILD_DEBUG_UNICODE_0="#"
42471 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
42472 COND_BUILD_DEBUG_UNICODE_0=""
42473 fi
42474
42475 COND_BUILD_DEBUG_UNICODE_1="#"
42476 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
42477 COND_BUILD_DEBUG_UNICODE_1=""
42478 fi
42479
42480 COND_BUILD_RELEASE="#"
42481 if test "x$BUILD" = "xrelease" ; then
42482 COND_BUILD_RELEASE=""
42483 fi
42484
42485 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
42486 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
42487 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
42488 fi
42489
42490 COND_BUILD_RELEASE_UNICODE_0="#"
42491 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
42492 COND_BUILD_RELEASE_UNICODE_0=""
42493 fi
42494
42495 COND_BUILD_RELEASE_UNICODE_1="#"
42496 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
42497 COND_BUILD_RELEASE_UNICODE_1=""
42498 fi
42499
42500 COND_DEBUG_FLAG_1="#"
42501 if test "x$DEBUG_FLAG" = "x1" ; then
42502 COND_DEBUG_FLAG_1=""
42503 fi
42504
42505 COND_DEBUG_INFO_0="#"
42506 if test "x$DEBUG_INFO" = "x0" ; then
42507 COND_DEBUG_INFO_0=""
42508 fi
42509
42510 COND_DEBUG_INFO_1="#"
42511 if test "x$DEBUG_INFO" = "x1" ; then
42512 COND_DEBUG_INFO_1=""
42513 fi
42514
42515 COND_DEPS_TRACKING_0="#"
42516 if test "x$DEPS_TRACKING" = "x0" ; then
42517 COND_DEPS_TRACKING_0=""
42518 fi
42519
42520 COND_DEPS_TRACKING_1="#"
42521 if test "x$DEPS_TRACKING" = "x1" ; then
42522 COND_DEPS_TRACKING_1=""
42523 fi
42524
42525 COND_GCC_PCH_1="#"
42526 if test "x$GCC_PCH" = "x1" ; then
42527 COND_GCC_PCH_1=""
42528 fi
42529
42530 COND_MONOLITHIC_0="#"
42531 if test "x$MONOLITHIC" = "x0" ; then
42532 COND_MONOLITHIC_0=""
42533 fi
42534
42535 COND_MONOLITHIC_0_SHARED_0="#"
42536 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
42537 COND_MONOLITHIC_0_SHARED_0=""
42538 fi
42539
42540 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
42541 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
42542 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
42543 fi
42544
42545 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
42546 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
42547 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
42548 fi
42549
42550 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="#"
42551 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
42552 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1=""
42553 fi
42554
42555 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
42556 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
42557 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
42558 fi
42559
42560 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="#"
42561 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
42562 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1=""
42563 fi
42564
42565 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
42566 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
42567 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
42568 fi
42569
42570 COND_MONOLITHIC_0_SHARED_1="#"
42571 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
42572 COND_MONOLITHIC_0_SHARED_1=""
42573 fi
42574
42575 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
42576 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
42577 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
42578 fi
42579
42580 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
42581 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
42582 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
42583 fi
42584
42585 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="#"
42586 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
42587 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1=""
42588 fi
42589
42590 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
42591 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
42592 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
42593 fi
42594
42595 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="#"
42596 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
42597 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1=""
42598 fi
42599
42600 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
42601 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
42602 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
42603 fi
42604
42605 COND_MONOLITHIC_0_USE_ODBC_1="#"
42606 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
42607 COND_MONOLITHIC_0_USE_ODBC_1=""
42608 fi
42609
42610 COND_MONOLITHIC_1="#"
42611 if test "x$MONOLITHIC" = "x1" ; then
42612 COND_MONOLITHIC_1=""
42613 fi
42614
42615 COND_MONOLITHIC_1_SHARED_0="#"
42616 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
42617 COND_MONOLITHIC_1_SHARED_0=""
42618 fi
42619
42620 COND_MONOLITHIC_1_SHARED_1="#"
42621 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
42622 COND_MONOLITHIC_1_SHARED_1=""
42623 fi
42624
42625 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
42626 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
42627 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
42628 fi
42629
42630 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
42631 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
42632 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
42633 fi
42634
42635 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
42636 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
42637 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
42638 fi
42639
42640 COND_PLATFORM_MACOSX_1="#"
42641 if test "x$PLATFORM_MACOSX" = "x1" ; then
42642 COND_PLATFORM_MACOSX_1=""
42643 fi
42644
42645 COND_PLATFORM_MACOSX_1_TOOLKIT_="#"
42646 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
42647 COND_PLATFORM_MACOSX_1_TOOLKIT_=""
42648 fi
42649
42650 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#"
42651 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
42652 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA=""
42653 fi
42654
42655 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#"
42656 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
42657 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK=""
42658 fi
42659
42660 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#"
42661 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
42662 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC=""
42663 fi
42664
42665 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1="#"
42666 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
42667 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1=""
42668 fi
42669
42670 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
42671 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
42672 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
42673 fi
42674
42675 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="#"
42676 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
42677 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF=""
42678 fi
42679
42680 COND_PLATFORM_MACOSX_1_TOOLKIT_X11="#"
42681 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
42682 COND_PLATFORM_MACOSX_1_TOOLKIT_X11=""
42683 fi
42684
42685 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
42686 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
42687 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
42688 fi
42689
42690 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
42691 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
42692 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
42693 fi
42694
42695 COND_PLATFORM_MACOS_1="#"
42696 if test "x$PLATFORM_MACOS" = "x1" ; then
42697 COND_PLATFORM_MACOS_1=""
42698 fi
42699
42700 COND_PLATFORM_MAC_1="#"
42701 if test "x$PLATFORM_MAC" = "x1" ; then
42702 COND_PLATFORM_MAC_1=""
42703 fi
42704
42705 COND_PLATFORM_OS2_1="#"
42706 if test "x$PLATFORM_OS2" = "x1" ; then
42707 COND_PLATFORM_OS2_1=""
42708 fi
42709
42710 COND_PLATFORM_UNIX_0="#"
42711 if test "x$PLATFORM_UNIX" = "x0" ; then
42712 COND_PLATFORM_UNIX_0=""
42713 fi
42714
42715 COND_PLATFORM_UNIX_1="#"
42716 if test "x$PLATFORM_UNIX" = "x1" ; then
42717 COND_PLATFORM_UNIX_1=""
42718 fi
42719
42720 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
42721 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
42722 COND_PLATFORM_UNIX_1_USE_GUI_1=""
42723 fi
42724
42725 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
42726 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
42727 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
42728 fi
42729
42730 COND_PLATFORM_WIN32_0="#"
42731 if test "x$PLATFORM_WIN32" = "x0" ; then
42732 COND_PLATFORM_WIN32_0=""
42733 fi
42734
42735 COND_PLATFORM_WIN32_1="#"
42736 if test "x$PLATFORM_WIN32" = "x1" ; then
42737 COND_PLATFORM_WIN32_1=""
42738 fi
42739
42740 COND_SHARED_0="#"
42741 if test "x$SHARED" = "x0" ; then
42742 COND_SHARED_0=""
42743 fi
42744
42745 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
42746 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
42747 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
42748 fi
42749
42750 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
42751 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
42752 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
42753 fi
42754
42755 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
42756 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
42757 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
42758 fi
42759
42760 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
42761 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
42762 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
42763 fi
42764
42765 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
42766 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
42767 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
42768 fi
42769
42770 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
42771 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
42772 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
42773 fi
42774
42775 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
42776 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
42777 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
42778 fi
42779
42780 COND_SHARED_0_WXUSE_EXPAT_BUILTIN="#"
42781 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
42782 COND_SHARED_0_WXUSE_EXPAT_BUILTIN=""
42783 fi
42784
42785 COND_SHARED_0_WXUSE_ODBC_BUILTIN="#"
42786 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
42787 COND_SHARED_0_WXUSE_ODBC_BUILTIN=""
42788 fi
42789
42790 COND_SHARED_0_WXUSE_REGEX_BUILTIN="#"
42791 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
42792 COND_SHARED_0_WXUSE_REGEX_BUILTIN=""
42793 fi
42794
42795 COND_SHARED_0_WXUSE_ZLIB_BUILTIN="#"
42796 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
42797 COND_SHARED_0_WXUSE_ZLIB_BUILTIN=""
42798 fi
42799
42800 COND_SHARED_1="#"
42801 if test "x$SHARED" = "x1" ; then
42802 COND_SHARED_1=""
42803 fi
42804
42805 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
42806 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
42807 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
42808 fi
42809
42810 COND_TOOLKIT_="#"
42811 if test "x$TOOLKIT" = "x" ; then
42812 COND_TOOLKIT_=""
42813 fi
42814
42815 COND_TOOLKIT_COCOA="#"
42816 if test "x$TOOLKIT" = "xCOCOA" ; then
42817 COND_TOOLKIT_COCOA=""
42818 fi
42819
42820 COND_TOOLKIT_COCOA_USE_GUI_1="#"
42821 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
42822 COND_TOOLKIT_COCOA_USE_GUI_1=""
42823 fi
42824
42825 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
42826 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
42827 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
42828 fi
42829
42830 COND_TOOLKIT_GTK="#"
42831 if test "x$TOOLKIT" = "xGTK" ; then
42832 COND_TOOLKIT_GTK=""
42833 fi
42834
42835 COND_TOOLKIT_GTK_USE_GUI_1="#"
42836 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
42837 COND_TOOLKIT_GTK_USE_GUI_1=""
42838 fi
42839
42840 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#"
42841 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
42842 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0=""
42843 fi
42844
42845 COND_TOOLKIT_MAC="#"
42846 if test "x$TOOLKIT" = "xMAC" ; then
42847 COND_TOOLKIT_MAC=""
42848 fi
42849
42850 COND_TOOLKIT_MAC_USE_GUI_1="#"
42851 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
42852 COND_TOOLKIT_MAC_USE_GUI_1=""
42853 fi
42854
42855 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
42856 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
42857 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
42858 fi
42859
42860 COND_TOOLKIT_MGL="#"
42861 if test "x$TOOLKIT" = "xMGL" ; then
42862 COND_TOOLKIT_MGL=""
42863 fi
42864
42865 COND_TOOLKIT_MGL_USE_GUI_1="#"
42866 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
42867 COND_TOOLKIT_MGL_USE_GUI_1=""
42868 fi
42869
42870 COND_TOOLKIT_MOTIF="#"
42871 if test "x$TOOLKIT" = "xMOTIF" ; then
42872 COND_TOOLKIT_MOTIF=""
42873 fi
42874
42875 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
42876 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
42877 COND_TOOLKIT_MOTIF_USE_GUI_1=""
42878 fi
42879
42880 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
42881 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
42882 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
42883 fi
42884
42885 COND_TOOLKIT_MSW="#"
42886 if test "x$TOOLKIT" = "xMSW" ; then
42887 COND_TOOLKIT_MSW=""
42888 fi
42889
42890 COND_TOOLKIT_MSW_USE_GUI_1="#"
42891 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
42892 COND_TOOLKIT_MSW_USE_GUI_1=""
42893 fi
42894
42895 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
42896 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
42897 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
42898 fi
42899
42900 COND_TOOLKIT_PM="#"
42901 if test "x$TOOLKIT" = "xPM" ; then
42902 COND_TOOLKIT_PM=""
42903 fi
42904
42905 COND_TOOLKIT_PM_USE_GUI_1="#"
42906 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
42907 COND_TOOLKIT_PM_USE_GUI_1=""
42908 fi
42909
42910 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
42911 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
42912 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
42913 fi
42914
42915 COND_TOOLKIT_WINCE="#"
42916 if test "x$TOOLKIT" = "xWINCE" ; then
42917 COND_TOOLKIT_WINCE=""
42918 fi
42919
42920 COND_TOOLKIT_WINCE_USE_GUI_1="#"
42921 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
42922 COND_TOOLKIT_WINCE_USE_GUI_1=""
42923 fi
42924
42925 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
42926 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
42927 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
42928 fi
42929
42930 COND_TOOLKIT_X11="#"
42931 if test "x$TOOLKIT" = "xX11" ; then
42932 COND_TOOLKIT_X11=""
42933 fi
42934
42935 COND_TOOLKIT_X11_USE_GUI_1="#"
42936 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
42937 COND_TOOLKIT_X11_USE_GUI_1=""
42938 fi
42939
42940 COND_UNICODE_1="#"
42941 if test "x$UNICODE" = "x1" ; then
42942 COND_UNICODE_1=""
42943 fi
42944
42945 COND_USE_EXCEPTIONS_0="#"
42946 if test "x$USE_EXCEPTIONS" = "x0" ; then
42947 COND_USE_EXCEPTIONS_0=""
42948 fi
42949
42950 COND_USE_EXCEPTIONS_1="#"
42951 if test "x$USE_EXCEPTIONS" = "x1" ; then
42952 COND_USE_EXCEPTIONS_1=""
42953 fi
42954
42955 COND_USE_GUI_0="#"
42956 if test "x$USE_GUI" = "x0" ; then
42957 COND_USE_GUI_0=""
42958 fi
42959
42960 COND_USE_GUI_1="#"
42961 if test "x$USE_GUI" = "x1" ; then
42962 COND_USE_GUI_1=""
42963 fi
42964
42965 COND_USE_GUI_1_WXUNIV_0="#"
42966 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
42967 COND_USE_GUI_1_WXUNIV_0=""
42968 fi
42969
42970 COND_USE_GUI_1_WXUNIV_1="#"
42971 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
42972 COND_USE_GUI_1_WXUNIV_1=""
42973 fi
42974
42975 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
42976 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
42977 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
42978 fi
42979
42980 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
42981 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
42982 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
42983 fi
42984
42985 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
42986 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
42987 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
42988 fi
42989
42990 COND_USE_ODBC_1="#"
42991 if test "x$USE_ODBC" = "x1" ; then
42992 COND_USE_ODBC_1=""
42993 fi
42994
42995 COND_USE_OPENGL_1="#"
42996 if test "x$USE_OPENGL" = "x1" ; then
42997 COND_USE_OPENGL_1=""
42998 fi
42999
43000 COND_USE_PLUGINS_0="#"
43001 if test "x$USE_PLUGINS" = "x0" ; then
43002 COND_USE_PLUGINS_0=""
43003 fi
43004
43005 COND_USE_RTTI_0="#"
43006 if test "x$USE_RTTI" = "x0" ; then
43007 COND_USE_RTTI_0=""
43008 fi
43009
43010 COND_USE_RTTI_1="#"
43011 if test "x$USE_RTTI" = "x1" ; then
43012 COND_USE_RTTI_1=""
43013 fi
43014
43015 COND_USE_SOSYMLINKS_1="#"
43016 if test "x$USE_SOSYMLINKS" = "x1" ; then
43017 COND_USE_SOSYMLINKS_1=""
43018 fi
43019
43020 COND_USE_SOVERLINUX_1="#"
43021 if test "x$USE_SOVERLINUX" = "x1" ; then
43022 COND_USE_SOVERLINUX_1=""
43023 fi
43024
43025 COND_USE_SOVERSION_0="#"
43026 if test "x$USE_SOVERSION" = "x0" ; then
43027 COND_USE_SOVERSION_0=""
43028 fi
43029
43030 COND_USE_SOVERSOLARIS_1="#"
43031 if test "x$USE_SOVERSOLARIS" = "x1" ; then
43032 COND_USE_SOVERSOLARIS_1=""
43033 fi
43034
43035 COND_USE_THREADS_0="#"
43036 if test "x$USE_THREADS" = "x0" ; then
43037 COND_USE_THREADS_0=""
43038 fi
43039
43040 COND_USE_THREADS_1="#"
43041 if test "x$USE_THREADS" = "x1" ; then
43042 COND_USE_THREADS_1=""
43043 fi
43044
43045 COND_USE_XRC_1="#"
43046 if test "x$USE_XRC" = "x1" ; then
43047 COND_USE_XRC_1=""
43048 fi
43049
43050 COND_WITH_PLUGIN_SDL_1="#"
43051 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
43052 COND_WITH_PLUGIN_SDL_1=""
43053 fi
43054
43055 COND_WXUNIV_0="#"
43056 if test "x$WXUNIV" = "x0" ; then
43057 COND_WXUNIV_0=""
43058 fi
43059
43060 COND_WXUNIV_1="#"
43061 if test "x$WXUNIV" = "x1" ; then
43062 COND_WXUNIV_1=""
43063 fi
43064
43065 COND_WXUSE_EXPAT_BUILTIN="#"
43066 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
43067 COND_WXUSE_EXPAT_BUILTIN=""
43068 fi
43069
43070 COND_WXUSE_LIBJPEG_BUILTIN="#"
43071 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
43072 COND_WXUSE_LIBJPEG_BUILTIN=""
43073 fi
43074
43075 COND_WXUSE_LIBPNG_BUILTIN="#"
43076 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
43077 COND_WXUSE_LIBPNG_BUILTIN=""
43078 fi
43079
43080 COND_WXUSE_LIBTIFF_BUILTIN="#"
43081 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
43082 COND_WXUSE_LIBTIFF_BUILTIN=""
43083 fi
43084
43085 COND_WXUSE_ODBC_BUILTIN="#"
43086 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
43087 COND_WXUSE_ODBC_BUILTIN=""
43088 fi
43089
43090 COND_WXUSE_REGEX_BUILTIN="#"
43091 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
43092 COND_WXUSE_REGEX_BUILTIN=""
43093 fi
43094
43095 COND_WXUSE_ZLIB_BUILTIN="#"
43096 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
43097 COND_WXUSE_ZLIB_BUILTIN=""
43098 fi
43099
43100
43101
43102 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
43103 { { 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
43104 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;}
43105 { (exit 1); exit 1; }; }
43106 fi
43107
43108
43109 if test "$wxUSE_SHARED" = "yes"; then
43110
43111 sanitised_bakefile_mess=`echo "$SHARED_LD_CXX" | tr -d '()'`
43112 EXE_LINKER=`eval echo "$sanitised_bakefile_mess"`
43113
43114 case "${host}" in
43115 *-pc-os2_emx | *-pc-os2-emx )
43116 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
43117 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
43118 cp -p ${srcdir}/src/os2/dllnames.sh .
43119 cp -p ${srcdir}/src/os2/dllar.sh .
43120 ;;
43121 esac
43122 else
43123
43124 EXE_LINKER="$CXX -o"
43125
43126 fi
43127 if test "$wxUSE_OMF" = "yes"; then
43128 case "${host}" in
43129 *-pc-os2_emx | *-pc-os2-emx )
43130 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
43131 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
43132 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
43133 ;;
43134 esac
43135 fi
43136
43137 GCC_PRAGMA_FLAGS=""
43138 PCH_FLAGS=""
43139 if test $GCC_PCH = 1 ; then
43140 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
43141 PCH_FLAGS="-DWX_PRECOMP"
43142 else
43143 case "${host}" in
43144 powerpc-*-darwin* )
43145 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
43146 ;;
43147 *-*-mingw32* )
43148 if test "$wxUSE_STL" = "yes" -o \
43149 "$wxUSE_NO_EXCEPTIONS" != "yes" -o \
43150 "$wxUSE_NO_RTTI" != "yes"; then
43151 echo "$as_me:$LINENO: checking if this MinGW version needs -DNO_GCC_PRAGMA" >&5
43152 echo $ECHO_N "checking if this MinGW version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
43153 cat >conftest.$ac_ext <<_ACEOF
43154 /* confdefs.h. */
43155 _ACEOF
43156 cat confdefs.h >>conftest.$ac_ext
43157 cat >>conftest.$ac_ext <<_ACEOF
43158 /* end confdefs.h. */
43159
43160 int
43161 main ()
43162 {
43163 #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
43164 #error "Not GCC 3.2 or greater"
43165 #endif
43166
43167 ;
43168 return 0;
43169 }
43170 _ACEOF
43171 rm -f conftest.$ac_objext
43172 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43173 (eval $ac_compile) 2>conftest.er1
43174 ac_status=$?
43175 grep -v '^ *+' conftest.er1 >conftest.err
43176 rm -f conftest.er1
43177 cat conftest.err >&5
43178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43179 (exit $ac_status); } &&
43180 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43182 (eval $ac_try) 2>&5
43183 ac_status=$?
43184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43185 (exit $ac_status); }; } &&
43186 { ac_try='test -s conftest.$ac_objext'
43187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43188 (eval $ac_try) 2>&5
43189 ac_status=$?
43190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43191 (exit $ac_status); }; }; then
43192 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
43193 echo "$as_me:$LINENO: result: yes" >&5
43194 echo "${ECHO_T}yes" >&6
43195 else
43196 echo "$as_me: failed program was:" >&5
43197 sed 's/^/| /' conftest.$ac_ext >&5
43198
43199 echo "$as_me:$LINENO: result: no" >&5
43200 echo "${ECHO_T}no" >&6
43201 fi
43202 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
43203 fi
43204 ;;
43205 *-pc-os2_emx | *-pc-os2-emx )
43206 if test "$wxUSE_STL" = "yes"; then
43207 echo "$as_me:$LINENO: checking if this gcc version needs -DNO_GCC_PRAGMA" >&5
43208 echo $ECHO_N "checking if this gcc version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
43209 cat >conftest.$ac_ext <<_ACEOF
43210 /* confdefs.h. */
43211 _ACEOF
43212 cat confdefs.h >>conftest.$ac_ext
43213 cat >>conftest.$ac_ext <<_ACEOF
43214 /* end confdefs.h. */
43215
43216 int
43217 main ()
43218 {
43219 #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
43220 #error "Not GCC 3.2 or greater"
43221 #endif
43222
43223 ;
43224 return 0;
43225 }
43226 _ACEOF
43227 rm -f conftest.$ac_objext
43228 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43229 (eval $ac_compile) 2>conftest.er1
43230 ac_status=$?
43231 grep -v '^ *+' conftest.er1 >conftest.err
43232 rm -f conftest.er1
43233 cat conftest.err >&5
43234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43235 (exit $ac_status); } &&
43236 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43238 (eval $ac_try) 2>&5
43239 ac_status=$?
43240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43241 (exit $ac_status); }; } &&
43242 { ac_try='test -s conftest.$ac_objext'
43243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43244 (eval $ac_try) 2>&5
43245 ac_status=$?
43246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43247 (exit $ac_status); }; }; then
43248 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
43249 echo "$as_me:$LINENO: result: yes" >&5
43250 echo "${ECHO_T}yes" >&6
43251 else
43252 echo "$as_me: failed program was:" >&5
43253 sed 's/^/| /' conftest.$ac_ext >&5
43254
43255 echo "$as_me:$LINENO: result: no" >&5
43256 echo "${ECHO_T}no" >&6
43257 fi
43258 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
43259 fi
43260 ;;
43261 esac
43262 fi
43263 CPPFLAGS="$PCH_FLAGS $GCC_PRAGMA_FLAGS $CPPFLAGS"
43264
43265
43266 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
43267
43268
43269
43270
43271
43272
43273
43274
43275
43276
43277
43278
43279
43280
43281
43282
43283
43284
43285
43286
43287
43288
43289
43290
43291
43292
43293
43294
43295
43296
43297
43298
43299
43300
43301
43302
43303
43304
43305
43306
43307
43308
43309
43310
43311
43312
43313
43314
43315
43316
43317
43318
43319
43320
43321
43322
43323
43324
43325
43326
43327
43328
43329
43330 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
43331 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
43332 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
43333 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
43334 echo $ECHO_N "(cached) $ECHO_C" >&6
43335 else
43336 cat >conftest.make <<\_ACEOF
43337 all:
43338 @echo 'ac_maketemp="$(MAKE)"'
43339 _ACEOF
43340 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
43341 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
43342 if test -n "$ac_maketemp"; then
43343 eval ac_cv_prog_make_${ac_make}_set=yes
43344 else
43345 eval ac_cv_prog_make_${ac_make}_set=no
43346 fi
43347 rm -f conftest.make
43348 fi
43349 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
43350 echo "$as_me:$LINENO: result: yes" >&5
43351 echo "${ECHO_T}yes" >&6
43352 SET_MAKE=
43353 else
43354 echo "$as_me:$LINENO: result: no" >&5
43355 echo "${ECHO_T}no" >&6
43356 SET_MAKE="MAKE=${MAKE-make}"
43357 fi
43358
43359
43360
43361 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
43362
43363
43364 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
43365
43366
43367 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
43368
43369
43370 ac_config_files="$ac_config_files version-script Makefile"
43371
43372
43373 ac_config_commands="$ac_config_commands wx-config
43374 "
43375
43376
43377
43378
43379 if test "$wxUSE_GUI" = "yes"; then
43380 SUBDIRS="samples demos utils contrib"
43381 else SUBDIRS="samples utils"
43382 fi
43383
43384
43385
43386 # Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
43387 if test "${with_cppunit_prefix+set}" = set; then
43388 withval="$with_cppunit_prefix"
43389 cppunit_config_prefix="$withval"
43390 else
43391 cppunit_config_prefix=""
43392 fi;
43393
43394 # Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
43395 if test "${with_cppunit_exec_prefix+set}" = set; then
43396 withval="$with_cppunit_exec_prefix"
43397 cppunit_config_exec_prefix="$withval"
43398 else
43399 cppunit_config_exec_prefix=""
43400 fi;
43401
43402 if test x$cppunit_config_exec_prefix != x ; then
43403 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
43404 if test x${CPPUNIT_CONFIG+set} != xset ; then
43405 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
43406 fi
43407 fi
43408 if test x$cppunit_config_prefix != x ; then
43409 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
43410 if test x${CPPUNIT_CONFIG+set} != xset ; then
43411 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
43412 fi
43413 fi
43414
43415 # Extract the first word of "cppunit-config", so it can be a program name with args.
43416 set dummy cppunit-config; ac_word=$2
43417 echo "$as_me:$LINENO: checking for $ac_word" >&5
43418 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43419 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
43420 echo $ECHO_N "(cached) $ECHO_C" >&6
43421 else
43422 case $CPPUNIT_CONFIG in
43423 [\\/]* | ?:[\\/]*)
43424 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
43425 ;;
43426 *)
43427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43428 for as_dir in $PATH
43429 do
43430 IFS=$as_save_IFS
43431 test -z "$as_dir" && as_dir=.
43432 for ac_exec_ext in '' $ac_executable_extensions; do
43433 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43434 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
43435 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43436 break 2
43437 fi
43438 done
43439 done
43440
43441 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
43442 ;;
43443 esac
43444 fi
43445 CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
43446
43447 if test -n "$CPPUNIT_CONFIG"; then
43448 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
43449 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
43450 else
43451 echo "$as_me:$LINENO: result: no" >&5
43452 echo "${ECHO_T}no" >&6
43453 fi
43454
43455 cppunit_version_min=1.8.0
43456
43457 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
43458 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
43459 no_cppunit=""
43460 if test "$CPPUNIT_CONFIG" = "no" ; then
43461 no_cppunit=yes
43462 else
43463 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
43464 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
43465 cppunit_version=`$CPPUNIT_CONFIG --version`
43466
43467 cppunit_major_version=`echo $cppunit_version | \
43468 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
43469 cppunit_minor_version=`echo $cppunit_version | \
43470 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
43471 cppunit_micro_version=`echo $cppunit_version | \
43472 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
43473
43474 cppunit_major_min=`echo $cppunit_version_min | \
43475 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
43476 cppunit_minor_min=`echo $cppunit_version_min | \
43477 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
43478 cppunit_micro_min=`echo $cppunit_version_min | \
43479 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
43480
43481 cppunit_version_proper=`expr \
43482 $cppunit_major_version \> $cppunit_major_min \| \
43483 $cppunit_major_version \= $cppunit_major_min \& \
43484 $cppunit_minor_version \> $cppunit_minor_min \| \
43485 $cppunit_major_version \= $cppunit_major_min \& \
43486 $cppunit_minor_version \= $cppunit_minor_min \& \
43487 $cppunit_micro_version \>= $cppunit_micro_min `
43488
43489 if test "$cppunit_version_proper" = "1" ; then
43490 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
43491 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
43492 else
43493 echo "$as_me:$LINENO: result: no" >&5
43494 echo "${ECHO_T}no" >&6
43495 no_cppunit=yes
43496 fi
43497 fi
43498
43499 if test "x$no_cppunit" = x ; then
43500 SUBDIRS="$SUBDIRS tests"
43501 else
43502 CPPUNIT_CFLAGS=""
43503 CPPUNIT_LIBS=""
43504 :
43505 fi
43506
43507
43508
43509
43510
43511 for subdir in `echo $SUBDIRS`; do
43512 if test -d ${srcdir}/${subdir} ; then
43513 if test "$wxUSE_GUI" = "yes"; then
43514 if test ${subdir} = "samples"; then
43515 makefiles="samples/Makefile.in $makefiles"
43516 for sample in `echo $SAMPLES_SUBDIRS`; do
43517 if test -d $srcdir/samples/$sample; then
43518 makefiles="samples/$sample/Makefile.in $makefiles"
43519 fi
43520 done
43521 else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
43522 fi
43523 else if test ${subdir} = "samples"; then
43524 makefiles="samples/Makefile.in samples/console/Makefile.in"
43525 elif test ${subdir} = "utils"; then
43526 makefiles=""
43527 for util in HelpGen tex2rtf ; do
43528 if test -d $srcdir/utils/$util ; then
43529 makefiles="utils/$util/Makefile.in \
43530 utils/$util/src/Makefile.in \
43531 $makefiles"
43532 fi
43533 done
43534 else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
43535 fi
43536 fi
43537
43538 for mkin in $makefiles ; do
43539 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
43540 ac_config_files="$ac_config_files $mk"
43541
43542 done
43543 fi
43544 done
43545
43546
43547 cat >confcache <<\_ACEOF
43548 # This file is a shell script that caches the results of configure
43549 # tests run on this system so they can be shared between configure
43550 # scripts and configure runs, see configure's option --config-cache.
43551 # It is not useful on other systems. If it contains results you don't
43552 # want to keep, you may remove or edit it.
43553 #
43554 # config.status only pays attention to the cache file if you give it
43555 # the --recheck option to rerun configure.
43556 #
43557 # `ac_cv_env_foo' variables (set or unset) will be overridden when
43558 # loading this file, other *unset* `ac_cv_foo' will be assigned the
43559 # following values.
43560
43561 _ACEOF
43562
43563 # The following way of writing the cache mishandles newlines in values,
43564 # but we know of no workaround that is simple, portable, and efficient.
43565 # So, don't put newlines in cache variables' values.
43566 # Ultrix sh set writes to stderr and can't be redirected directly,
43567 # and sets the high bit in the cache file unless we assign to the vars.
43568 {
43569 (set) 2>&1 |
43570 case `(ac_space=' '; set | grep ac_space) 2>&1` in
43571 *ac_space=\ *)
43572 # `set' does not quote correctly, so add quotes (double-quote
43573 # substitution turns \\\\ into \\, and sed turns \\ into \).
43574 sed -n \
43575 "s/'/'\\\\''/g;
43576 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
43577 ;;
43578 *)
43579 # `set' quotes correctly as required by POSIX, so do not add quotes.
43580 sed -n \
43581 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
43582 ;;
43583 esac;
43584 } |
43585 sed '
43586 t clear
43587 : clear
43588 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
43589 t end
43590 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
43591 : end' >>confcache
43592 if diff $cache_file confcache >/dev/null 2>&1; then :; else
43593 if test -w $cache_file; then
43594 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
43595 cat confcache >$cache_file
43596 else
43597 echo "not updating unwritable cache $cache_file"
43598 fi
43599 fi
43600 rm -f confcache
43601
43602 test "x$prefix" = xNONE && prefix=$ac_default_prefix
43603 # Let make expand exec_prefix.
43604 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
43605
43606 # VPATH may cause trouble with some makes, so we remove $(srcdir),
43607 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
43608 # trailing colons and then remove the whole line if VPATH becomes empty
43609 # (actually we leave an empty line to preserve line numbers).
43610 if test "x$srcdir" = x.; then
43611 ac_vpsub='/^[ ]*VPATH[ ]*=/{
43612 s/:*\$(srcdir):*/:/;
43613 s/:*\${srcdir}:*/:/;
43614 s/:*@srcdir@:*/:/;
43615 s/^\([^=]*=[ ]*\):*/\1/;
43616 s/:*$//;
43617 s/^[^=]*=[ ]*$//;
43618 }'
43619 fi
43620
43621 DEFS=-DHAVE_CONFIG_H
43622
43623 ac_libobjs=
43624 ac_ltlibobjs=
43625 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
43626 # 1. Remove the extension, and $U if already installed.
43627 ac_i=`echo "$ac_i" |
43628 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
43629 # 2. Add them.
43630 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
43631 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
43632 done
43633 LIBOBJS=$ac_libobjs
43634
43635 LTLIBOBJS=$ac_ltlibobjs
43636
43637
43638
43639 : ${CONFIG_STATUS=./config.status}
43640 ac_clean_files_save=$ac_clean_files
43641 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
43642 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
43643 echo "$as_me: creating $CONFIG_STATUS" >&6;}
43644 cat >$CONFIG_STATUS <<_ACEOF
43645 #! $SHELL
43646 # Generated by $as_me.
43647 # Run this file to recreate the current configuration.
43648 # Compiler output produced by configure, useful for debugging
43649 # configure, is in config.log if it exists.
43650
43651 debug=false
43652 ac_cs_recheck=false
43653 ac_cs_silent=false
43654 SHELL=\${CONFIG_SHELL-$SHELL}
43655 _ACEOF
43656
43657 cat >>$CONFIG_STATUS <<\_ACEOF
43658 ## --------------------- ##
43659 ## M4sh Initialization. ##
43660 ## --------------------- ##
43661
43662 # Be Bourne compatible
43663 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
43664 emulate sh
43665 NULLCMD=:
43666 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
43667 # is contrary to our usage. Disable this feature.
43668 alias -g '${1+"$@"}'='"$@"'
43669 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
43670 set -o posix
43671 fi
43672 DUALCASE=1; export DUALCASE # for MKS sh
43673
43674 # Support unset when possible.
43675 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
43676 as_unset=unset
43677 else
43678 as_unset=false
43679 fi
43680
43681
43682 # Work around bugs in pre-3.0 UWIN ksh.
43683 $as_unset ENV MAIL MAILPATH
43684 PS1='$ '
43685 PS2='> '
43686 PS4='+ '
43687
43688 # NLS nuisances.
43689 for as_var in \
43690 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
43691 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
43692 LC_TELEPHONE LC_TIME
43693 do
43694 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
43695 eval $as_var=C; export $as_var
43696 else
43697 $as_unset $as_var
43698 fi
43699 done
43700
43701 # Required to use basename.
43702 if expr a : '\(a\)' >/dev/null 2>&1; then
43703 as_expr=expr
43704 else
43705 as_expr=false
43706 fi
43707
43708 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
43709 as_basename=basename
43710 else
43711 as_basename=false
43712 fi
43713
43714
43715 # Name of the executable.
43716 as_me=`$as_basename "$0" ||
43717 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
43718 X"$0" : 'X\(//\)$' \| \
43719 X"$0" : 'X\(/\)$' \| \
43720 . : '\(.\)' 2>/dev/null ||
43721 echo X/"$0" |
43722 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
43723 /^X\/\(\/\/\)$/{ s//\1/; q; }
43724 /^X\/\(\/\).*/{ s//\1/; q; }
43725 s/.*/./; q'`
43726
43727
43728 # PATH needs CR, and LINENO needs CR and PATH.
43729 # Avoid depending upon Character Ranges.
43730 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
43731 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
43732 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
43733 as_cr_digits='0123456789'
43734 as_cr_alnum=$as_cr_Letters$as_cr_digits
43735
43736 # The user is always right.
43737 if test "${PATH_SEPARATOR+set}" != set; then
43738 echo "#! /bin/sh" >conf$$.sh
43739 echo "exit 0" >>conf$$.sh
43740 chmod +x conf$$.sh
43741 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
43742 PATH_SEPARATOR=';'
43743 else
43744 PATH_SEPARATOR=:
43745 fi
43746 rm -f conf$$.sh
43747 fi
43748
43749
43750 as_lineno_1=$LINENO
43751 as_lineno_2=$LINENO
43752 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
43753 test "x$as_lineno_1" != "x$as_lineno_2" &&
43754 test "x$as_lineno_3" = "x$as_lineno_2" || {
43755 # Find who we are. Look in the path if we contain no path at all
43756 # relative or not.
43757 case $0 in
43758 *[\\/]* ) as_myself=$0 ;;
43759 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43760 for as_dir in $PATH
43761 do
43762 IFS=$as_save_IFS
43763 test -z "$as_dir" && as_dir=.
43764 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
43765 done
43766
43767 ;;
43768 esac
43769 # We did not find ourselves, most probably we were run as `sh COMMAND'
43770 # in which case we are not to be found in the path.
43771 if test "x$as_myself" = x; then
43772 as_myself=$0
43773 fi
43774 if test ! -f "$as_myself"; then
43775 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
43776 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
43777 { (exit 1); exit 1; }; }
43778 fi
43779 case $CONFIG_SHELL in
43780 '')
43781 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43782 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
43783 do
43784 IFS=$as_save_IFS
43785 test -z "$as_dir" && as_dir=.
43786 for as_base in sh bash ksh sh5; do
43787 case $as_dir in
43788 /*)
43789 if ("$as_dir/$as_base" -c '
43790 as_lineno_1=$LINENO
43791 as_lineno_2=$LINENO
43792 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
43793 test "x$as_lineno_1" != "x$as_lineno_2" &&
43794 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
43795 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
43796 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
43797 CONFIG_SHELL=$as_dir/$as_base
43798 export CONFIG_SHELL
43799 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
43800 fi;;
43801 esac
43802 done
43803 done
43804 ;;
43805 esac
43806
43807 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
43808 # uniformly replaced by the line number. The first 'sed' inserts a
43809 # line-number line before each line; the second 'sed' does the real
43810 # work. The second script uses 'N' to pair each line-number line
43811 # with the numbered line, and appends trailing '-' during
43812 # substitution so that $LINENO is not a special case at line end.
43813 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
43814 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
43815 sed '=' <$as_myself |
43816 sed '
43817 N
43818 s,$,-,
43819 : loop
43820 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
43821 t loop
43822 s,-$,,
43823 s,^['$as_cr_digits']*\n,,
43824 ' >$as_me.lineno &&
43825 chmod +x $as_me.lineno ||
43826 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
43827 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
43828 { (exit 1); exit 1; }; }
43829
43830 # Don't try to exec as it changes $[0], causing all sort of problems
43831 # (the dirname of $[0] is not the place where we might find the
43832 # original and so on. Autoconf is especially sensible to this).
43833 . ./$as_me.lineno
43834 # Exit status is that of the last command.
43835 exit
43836 }
43837
43838
43839 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
43840 *c*,-n*) ECHO_N= ECHO_C='
43841 ' ECHO_T=' ' ;;
43842 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
43843 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
43844 esac
43845
43846 if expr a : '\(a\)' >/dev/null 2>&1; then
43847 as_expr=expr
43848 else
43849 as_expr=false
43850 fi
43851
43852 rm -f conf$$ conf$$.exe conf$$.file
43853 echo >conf$$.file
43854 if ln -s conf$$.file conf$$ 2>/dev/null; then
43855 # We could just check for DJGPP; but this test a) works b) is more generic
43856 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
43857 if test -f conf$$.exe; then
43858 # Don't use ln at all; we don't have any links
43859 as_ln_s='cp -p'
43860 else
43861 as_ln_s='ln -s'
43862 fi
43863 elif ln conf$$.file conf$$ 2>/dev/null; then
43864 as_ln_s=ln
43865 else
43866 as_ln_s='cp -p'
43867 fi
43868 rm -f conf$$ conf$$.exe conf$$.file
43869
43870 if mkdir -p . 2>/dev/null; then
43871 as_mkdir_p=:
43872 else
43873 test -d ./-p && rmdir ./-p
43874 as_mkdir_p=false
43875 fi
43876
43877 as_executable_p="test -f"
43878
43879 # Sed expression to map a string onto a valid CPP name.
43880 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
43881
43882 # Sed expression to map a string onto a valid variable name.
43883 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
43884
43885
43886 # IFS
43887 # We need space, tab and new line, in precisely that order.
43888 as_nl='
43889 '
43890 IFS=" $as_nl"
43891
43892 # CDPATH.
43893 $as_unset CDPATH
43894
43895 exec 6>&1
43896
43897 # Open the log real soon, to keep \$[0] and so on meaningful, and to
43898 # report actual input values of CONFIG_FILES etc. instead of their
43899 # values after options handling. Logging --version etc. is OK.
43900 exec 5>>config.log
43901 {
43902 echo
43903 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
43904 ## Running $as_me. ##
43905 _ASBOX
43906 } >&5
43907 cat >&5 <<_CSEOF
43908
43909 This file was extended by wxWidgets $as_me 2.5.5, which was
43910 generated by GNU Autoconf 2.59. Invocation command line was
43911
43912 CONFIG_FILES = $CONFIG_FILES
43913 CONFIG_HEADERS = $CONFIG_HEADERS
43914 CONFIG_LINKS = $CONFIG_LINKS
43915 CONFIG_COMMANDS = $CONFIG_COMMANDS
43916 $ $0 $@
43917
43918 _CSEOF
43919 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
43920 echo >&5
43921 _ACEOF
43922
43923 # Files that config.status was made for.
43924 if test -n "$ac_config_files"; then
43925 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
43926 fi
43927
43928 if test -n "$ac_config_headers"; then
43929 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
43930 fi
43931
43932 if test -n "$ac_config_links"; then
43933 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
43934 fi
43935
43936 if test -n "$ac_config_commands"; then
43937 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
43938 fi
43939
43940 cat >>$CONFIG_STATUS <<\_ACEOF
43941
43942 ac_cs_usage="\
43943 \`$as_me' instantiates files from templates according to the
43944 current configuration.
43945
43946 Usage: $0 [OPTIONS] [FILE]...
43947
43948 -h, --help print this help, then exit
43949 -V, --version print version number, then exit
43950 -q, --quiet do not print progress messages
43951 -d, --debug don't remove temporary files
43952 --recheck update $as_me by reconfiguring in the same conditions
43953 --file=FILE[:TEMPLATE]
43954 instantiate the configuration file FILE
43955 --header=FILE[:TEMPLATE]
43956 instantiate the configuration header FILE
43957
43958 Configuration files:
43959 $config_files
43960
43961 Configuration headers:
43962 $config_headers
43963
43964 Configuration commands:
43965 $config_commands
43966
43967 Report bugs to <bug-autoconf@gnu.org>."
43968 _ACEOF
43969
43970 cat >>$CONFIG_STATUS <<_ACEOF
43971 ac_cs_version="\\
43972 wxWidgets config.status 2.5.5
43973 configured by $0, generated by GNU Autoconf 2.59,
43974 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
43975
43976 Copyright (C) 2003 Free Software Foundation, Inc.
43977 This config.status script is free software; the Free Software Foundation
43978 gives unlimited permission to copy, distribute and modify it."
43979 srcdir=$srcdir
43980 INSTALL="$INSTALL"
43981 _ACEOF
43982
43983 cat >>$CONFIG_STATUS <<\_ACEOF
43984 # If no file are specified by the user, then we need to provide default
43985 # value. By we need to know if files were specified by the user.
43986 ac_need_defaults=:
43987 while test $# != 0
43988 do
43989 case $1 in
43990 --*=*)
43991 ac_option=`expr "x$1" : 'x\([^=]*\)='`
43992 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
43993 ac_shift=:
43994 ;;
43995 -*)
43996 ac_option=$1
43997 ac_optarg=$2
43998 ac_shift=shift
43999 ;;
44000 *) # This is not an option, so the user has probably given explicit
44001 # arguments.
44002 ac_option=$1
44003 ac_need_defaults=false;;
44004 esac
44005
44006 case $ac_option in
44007 # Handling of the options.
44008 _ACEOF
44009 cat >>$CONFIG_STATUS <<\_ACEOF
44010 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
44011 ac_cs_recheck=: ;;
44012 --version | --vers* | -V )
44013 echo "$ac_cs_version"; exit 0 ;;
44014 --he | --h)
44015 # Conflict between --help and --header
44016 { { echo "$as_me:$LINENO: error: ambiguous option: $1
44017 Try \`$0 --help' for more information." >&5
44018 echo "$as_me: error: ambiguous option: $1
44019 Try \`$0 --help' for more information." >&2;}
44020 { (exit 1); exit 1; }; };;
44021 --help | --hel | -h )
44022 echo "$ac_cs_usage"; exit 0 ;;
44023 --debug | --d* | -d )
44024 debug=: ;;
44025 --file | --fil | --fi | --f )
44026 $ac_shift
44027 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
44028 ac_need_defaults=false;;
44029 --header | --heade | --head | --hea )
44030 $ac_shift
44031 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
44032 ac_need_defaults=false;;
44033 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
44034 | -silent | --silent | --silen | --sile | --sil | --si | --s)
44035 ac_cs_silent=: ;;
44036
44037 # This is an error.
44038 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
44039 Try \`$0 --help' for more information." >&5
44040 echo "$as_me: error: unrecognized option: $1
44041 Try \`$0 --help' for more information." >&2;}
44042 { (exit 1); exit 1; }; } ;;
44043
44044 *) ac_config_targets="$ac_config_targets $1" ;;
44045
44046 esac
44047 shift
44048 done
44049
44050 ac_configure_extra_args=
44051
44052 if $ac_cs_silent; then
44053 exec 6>/dev/null
44054 ac_configure_extra_args="$ac_configure_extra_args --silent"
44055 fi
44056
44057 _ACEOF
44058 cat >>$CONFIG_STATUS <<_ACEOF
44059 if \$ac_cs_recheck; then
44060 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
44061 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
44062 fi
44063
44064 _ACEOF
44065
44066 cat >>$CONFIG_STATUS <<_ACEOF
44067 #
44068 # INIT-COMMANDS section.
44069 #
44070
44071 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
44072 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
44073 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
44074 LN_S="${LN_S}"
44075
44076
44077 _ACEOF
44078
44079
44080
44081 cat >>$CONFIG_STATUS <<\_ACEOF
44082 for ac_config_target in $ac_config_targets
44083 do
44084 case "$ac_config_target" in
44085 # Handling of arguments.
44086 "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
44087 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
44088 "version-script" ) CONFIG_FILES="$CONFIG_FILES version-script" ;;
44089 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
44090 "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;;
44091 "wx-config" ) CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
44092 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h" ) CONFIG_HEADERS="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
44093 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
44094 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
44095 { (exit 1); exit 1; }; };;
44096 esac
44097 done
44098
44099 # If the user did not use the arguments to specify the items to instantiate,
44100 # then the envvar interface is used. Set only those that are not.
44101 # We use the long form for the default assignment because of an extremely
44102 # bizarre bug on SunOS 4.1.3.
44103 if $ac_need_defaults; then
44104 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
44105 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
44106 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
44107 fi
44108
44109 # Have a temporary directory for convenience. Make it in the build tree
44110 # simply because there is no reason to put it here, and in addition,
44111 # creating and moving files from /tmp can sometimes cause problems.
44112 # Create a temporary directory, and hook for its removal unless debugging.
44113 $debug ||
44114 {
44115 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
44116 trap '{ (exit 1); exit 1; }' 1 2 13 15
44117 }
44118
44119 # Create a (secure) tmp directory for tmp files.
44120
44121 {
44122 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
44123 test -n "$tmp" && test -d "$tmp"
44124 } ||
44125 {
44126 tmp=./confstat$$-$RANDOM
44127 (umask 077 && mkdir $tmp)
44128 } ||
44129 {
44130 echo "$me: cannot create a temporary directory in ." >&2
44131 { (exit 1); exit 1; }
44132 }
44133
44134 _ACEOF
44135
44136 cat >>$CONFIG_STATUS <<_ACEOF
44137
44138 #
44139 # CONFIG_FILES section.
44140 #
44141
44142 # No need to generate the scripts if there are no CONFIG_FILES.
44143 # This happens for instance when ./config.status config.h
44144 if test -n "\$CONFIG_FILES"; then
44145 # Protect against being on the right side of a sed subst in config.status.
44146 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
44147 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
44148 s,@SHELL@,$SHELL,;t t
44149 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
44150 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
44151 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
44152 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
44153 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
44154 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
44155 s,@exec_prefix@,$exec_prefix,;t t
44156 s,@prefix@,$prefix,;t t
44157 s,@program_transform_name@,$program_transform_name,;t t
44158 s,@bindir@,$bindir,;t t
44159 s,@sbindir@,$sbindir,;t t
44160 s,@libexecdir@,$libexecdir,;t t
44161 s,@datadir@,$datadir,;t t
44162 s,@sysconfdir@,$sysconfdir,;t t
44163 s,@sharedstatedir@,$sharedstatedir,;t t
44164 s,@localstatedir@,$localstatedir,;t t
44165 s,@libdir@,$libdir,;t t
44166 s,@includedir@,$includedir,;t t
44167 s,@oldincludedir@,$oldincludedir,;t t
44168 s,@infodir@,$infodir,;t t
44169 s,@mandir@,$mandir,;t t
44170 s,@build_alias@,$build_alias,;t t
44171 s,@host_alias@,$host_alias,;t t
44172 s,@target_alias@,$target_alias,;t t
44173 s,@DEFS@,$DEFS,;t t
44174 s,@ECHO_C@,$ECHO_C,;t t
44175 s,@ECHO_N@,$ECHO_N,;t t
44176 s,@ECHO_T@,$ECHO_T,;t t
44177 s,@LIBS@,$LIBS,;t t
44178 s,@build@,$build,;t t
44179 s,@build_cpu@,$build_cpu,;t t
44180 s,@build_vendor@,$build_vendor,;t t
44181 s,@build_os@,$build_os,;t t
44182 s,@host@,$host,;t t
44183 s,@host_cpu@,$host_cpu,;t t
44184 s,@host_vendor@,$host_vendor,;t t
44185 s,@host_os@,$host_os,;t t
44186 s,@target@,$target,;t t
44187 s,@target_cpu@,$target_cpu,;t t
44188 s,@target_vendor@,$target_vendor,;t t
44189 s,@target_os@,$target_os,;t t
44190 s,@CC@,$CC,;t t
44191 s,@CFLAGS@,$CFLAGS,;t t
44192 s,@LDFLAGS@,$LDFLAGS,;t t
44193 s,@CPPFLAGS@,$CPPFLAGS,;t t
44194 s,@ac_ct_CC@,$ac_ct_CC,;t t
44195 s,@EXEEXT@,$EXEEXT,;t t
44196 s,@OBJEXT@,$OBJEXT,;t t
44197 s,@CPP@,$CPP,;t t
44198 s,@EGREP@,$EGREP,;t t
44199 s,@CXX@,$CXX,;t t
44200 s,@CXXFLAGS@,$CXXFLAGS,;t t
44201 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
44202 s,@RANLIB@,$RANLIB,;t t
44203 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
44204 s,@AR@,$AR,;t t
44205 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
44206 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
44207 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
44208 s,@STRIP@,$STRIP,;t t
44209 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
44210 s,@LN_S@,$LN_S,;t t
44211 s,@CXXCPP@,$CXXCPP,;t t
44212 s,@subdirs@,$subdirs,;t t
44213 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
44214 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
44215 s,@GTK_LIBS@,$GTK_LIBS,;t t
44216 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
44217 s,@X_CFLAGS@,$X_CFLAGS,;t t
44218 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
44219 s,@X_LIBS@,$X_LIBS,;t t
44220 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
44221 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
44222 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
44223 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
44224 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
44225 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
44226 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
44227 s,@RESCOMP@,$RESCOMP,;t t
44228 s,@DEREZ@,$DEREZ,;t t
44229 s,@SETFILE@,$SETFILE,;t t
44230 s,@LIBICONV@,$LIBICONV,;t t
44231 s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
44232 s,@SDL_CONFIG@,$SDL_CONFIG,;t t
44233 s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
44234 s,@SDL_LIBS@,$SDL_LIBS,;t t
44235 s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t
44236 s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t
44237 s,@GSTREAMER_CFLAGS@,$GSTREAMER_CFLAGS,;t t
44238 s,@GSTREAMER_LIBS@,$GSTREAMER_LIBS,;t t
44239 s,@GST_INSPECT@,$GST_INSPECT,;t t
44240 s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
44241 s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
44242 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
44243 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
44244 s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
44245 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
44246 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
44247 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
44248 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
44249 s,@VENDOR@,$VENDOR,;t t
44250 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
44251 s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t
44252 s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t
44253 s,@WXUNIV@,$WXUNIV,;t t
44254 s,@MONOLITHIC@,$MONOLITHIC,;t t
44255 s,@USE_PLUGINS@,$USE_PLUGINS,;t t
44256 s,@EXTRALIBS@,$EXTRALIBS,;t t
44257 s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
44258 s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
44259 s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
44260 s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
44261 s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
44262 s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
44263 s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
44264 s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t
44265 s,@UNICODE@,$UNICODE,;t t
44266 s,@BUILD@,$BUILD,;t t
44267 s,@DEBUG_INFO@,$DEBUG_INFO,;t t
44268 s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
44269 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
44270 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
44271 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
44272 s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
44273 s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
44274 s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
44275 s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
44276 s,@SET_MAKE@,$SET_MAKE,;t t
44277 s,@MAKE_SET@,$MAKE_SET,;t t
44278 s,@ac_ct_AR@,$ac_ct_AR,;t t
44279 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
44280 s,@NM@,$NM,;t t
44281 s,@ac_ct_NM@,$ac_ct_NM,;t t
44282 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
44283 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
44284 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
44285 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
44286 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
44287 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
44288 s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t
44289 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
44290 s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
44291 s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t
44292 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
44293 s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
44294 s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
44295 s,@LIBPREFIX@,$LIBPREFIX,;t t
44296 s,@LIBEXT@,$LIBEXT,;t t
44297 s,@DLLPREFIX@,$DLLPREFIX,;t t
44298 s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
44299 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
44300 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
44301 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
44302 s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
44303 s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
44304 s,@PIC_FLAG@,$PIC_FLAG,;t t
44305 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
44306 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
44307 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
44308 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
44309 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
44310 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
44311 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
44312 s,@GCC_PCH@,$GCC_PCH,;t t
44313 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
44314 s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
44315 s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
44316 s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
44317 s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
44318 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
44319 s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
44320 s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
44321 s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
44322 s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
44323 s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
44324 s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
44325 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
44326 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
44327 s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
44328 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
44329 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
44330 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
44331 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
44332 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
44333 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
44334 s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
44335 s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
44336 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
44337 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
44338 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
44339 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
44340 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
44341 s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
44342 s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
44343 s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
44344 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
44345 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
44346 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
44347 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
44348 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
44349 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
44350 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
44351 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t
44352 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
44353 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
44354 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
44355 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t
44356 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
44357 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
44358 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
44359 s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
44360 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
44361 s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t
44362 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
44363 s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
44364 s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
44365 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
44366 s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
44367 s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
44368 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
44369 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
44370 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
44371 s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t
44372 s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t
44373 s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t
44374 s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
44375 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
44376 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
44377 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
44378 s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
44379 s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
44380 s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
44381 s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
44382 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
44383 s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
44384 s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t
44385 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
44386 s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
44387 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
44388 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
44389 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
44390 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
44391 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
44392 s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
44393 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
44394 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
44395 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
44396 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
44397 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
44398 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
44399 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
44400 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
44401 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
44402 s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
44403 s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
44404 s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
44405 s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
44406 s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
44407 s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
44408 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
44409 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
44410 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
44411 s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
44412 s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
44413 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
44414 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
44415 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
44416 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
44417 s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
44418 s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
44419 s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
44420 s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
44421 s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t
44422 s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
44423 s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t
44424 s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t
44425 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
44426 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
44427 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
44428 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
44429 s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t
44430 s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t
44431 s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t
44432 s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
44433 s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t
44434 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
44435 s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
44436 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
44437 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
44438 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
44439 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
44440 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
44441 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
44442 s,@SHARED@,$SHARED,;t t
44443 s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
44444 s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
44445 s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
44446 s,@USE_GUI@,$USE_GUI,;t t
44447 s,@AFMINSTALL@,$AFMINSTALL,;t t
44448 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
44449 s,@TOOLKIT@,$TOOLKIT,;t t
44450 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
44451 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
44452 s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t
44453 s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
44454 s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
44455 s,@cross_compiling@,$cross_compiling,;t t
44456 s,@WIDGET_SET@,$WIDGET_SET,;t t
44457 s,@WX_RELEASE@,$WX_RELEASE,;t t
44458 s,@WX_VERSION@,$WX_VERSION,;t t
44459 s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t
44460 s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t
44461 s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t
44462 s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t
44463 s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
44464 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
44465 s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
44466 s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
44467 s,@GCC_PRAGMA_FLAGS@,$GCC_PRAGMA_FLAGS,;t t
44468 s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
44469 s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
44470 s,@EXE_LINKER@,$EXE_LINKER,;t t
44471 s,@GUIDIST@,$GUIDIST,;t t
44472 s,@DISTDIR@,$DISTDIR,;t t
44473 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
44474 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
44475 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
44476 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
44477 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
44478 s,@RESFLAGS@,$RESFLAGS,;t t
44479 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
44480 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
44481 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
44482 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
44483 s,@MACRESCOMP@,$MACRESCOMP,;t t
44484 s,@MACSETFILE@,$MACSETFILE,;t t
44485 s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
44486 s,@GCC@,$GCC,;t t
44487 s,@DLLTOOL@,$DLLTOOL,;t t
44488 s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
44489 s,@LIBOBJS@,$LIBOBJS,;t t
44490 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
44491 CEOF
44492
44493 _ACEOF
44494
44495 cat >>$CONFIG_STATUS <<\_ACEOF
44496 # Split the substitutions into bite-sized pieces for seds with
44497 # small command number limits, like on Digital OSF/1 and HP-UX.
44498 ac_max_sed_lines=48
44499 ac_sed_frag=1 # Number of current file.
44500 ac_beg=1 # First line for current file.
44501 ac_end=$ac_max_sed_lines # Line after last line for current file.
44502 ac_more_lines=:
44503 ac_sed_cmds=
44504 while $ac_more_lines; do
44505 if test $ac_beg -gt 1; then
44506 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
44507 else
44508 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
44509 fi
44510 if test ! -s $tmp/subs.frag; then
44511 ac_more_lines=false
44512 else
44513 # The purpose of the label and of the branching condition is to
44514 # speed up the sed processing (if there are no `@' at all, there
44515 # is no need to browse any of the substitutions).
44516 # These are the two extra sed commands mentioned above.
44517 (echo ':t
44518 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
44519 if test -z "$ac_sed_cmds"; then
44520 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
44521 else
44522 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
44523 fi
44524 ac_sed_frag=`expr $ac_sed_frag + 1`
44525 ac_beg=$ac_end
44526 ac_end=`expr $ac_end + $ac_max_sed_lines`
44527 fi
44528 done
44529 if test -z "$ac_sed_cmds"; then
44530 ac_sed_cmds=cat
44531 fi
44532 fi # test -n "$CONFIG_FILES"
44533
44534 _ACEOF
44535 cat >>$CONFIG_STATUS <<\_ACEOF
44536 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
44537 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
44538 case $ac_file in
44539 - | *:- | *:-:* ) # input from stdin
44540 cat >$tmp/stdin
44541 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
44542 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
44543 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
44544 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
44545 * ) ac_file_in=$ac_file.in ;;
44546 esac
44547
44548 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
44549 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
44550 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
44551 X"$ac_file" : 'X\(//\)[^/]' \| \
44552 X"$ac_file" : 'X\(//\)$' \| \
44553 X"$ac_file" : 'X\(/\)' \| \
44554 . : '\(.\)' 2>/dev/null ||
44555 echo X"$ac_file" |
44556 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
44557 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
44558 /^X\(\/\/\)$/{ s//\1/; q; }
44559 /^X\(\/\).*/{ s//\1/; q; }
44560 s/.*/./; q'`
44561 { if $as_mkdir_p; then
44562 mkdir -p "$ac_dir"
44563 else
44564 as_dir="$ac_dir"
44565 as_dirs=
44566 while test ! -d "$as_dir"; do
44567 as_dirs="$as_dir $as_dirs"
44568 as_dir=`(dirname "$as_dir") 2>/dev/null ||
44569 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
44570 X"$as_dir" : 'X\(//\)[^/]' \| \
44571 X"$as_dir" : 'X\(//\)$' \| \
44572 X"$as_dir" : 'X\(/\)' \| \
44573 . : '\(.\)' 2>/dev/null ||
44574 echo X"$as_dir" |
44575 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
44576 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
44577 /^X\(\/\/\)$/{ s//\1/; q; }
44578 /^X\(\/\).*/{ s//\1/; q; }
44579 s/.*/./; q'`
44580 done
44581 test ! -n "$as_dirs" || mkdir $as_dirs
44582 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
44583 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
44584 { (exit 1); exit 1; }; }; }
44585
44586 ac_builddir=.
44587
44588 if test "$ac_dir" != .; then
44589 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
44590 # A "../" for each directory in $ac_dir_suffix.
44591 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
44592 else
44593 ac_dir_suffix= ac_top_builddir=
44594 fi
44595
44596 case $srcdir in
44597 .) # No --srcdir option. We are building in place.
44598 ac_srcdir=.
44599 if test -z "$ac_top_builddir"; then
44600 ac_top_srcdir=.
44601 else
44602 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
44603 fi ;;
44604 [\\/]* | ?:[\\/]* ) # Absolute path.
44605 ac_srcdir=$srcdir$ac_dir_suffix;
44606 ac_top_srcdir=$srcdir ;;
44607 *) # Relative path.
44608 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
44609 ac_top_srcdir=$ac_top_builddir$srcdir ;;
44610 esac
44611
44612 # Do not use `cd foo && pwd` to compute absolute paths, because
44613 # the directories may not exist.
44614 case `pwd` in
44615 .) ac_abs_builddir="$ac_dir";;
44616 *)
44617 case "$ac_dir" in
44618 .) ac_abs_builddir=`pwd`;;
44619 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
44620 *) ac_abs_builddir=`pwd`/"$ac_dir";;
44621 esac;;
44622 esac
44623 case $ac_abs_builddir in
44624 .) ac_abs_top_builddir=${ac_top_builddir}.;;
44625 *)
44626 case ${ac_top_builddir}. in
44627 .) ac_abs_top_builddir=$ac_abs_builddir;;
44628 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
44629 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
44630 esac;;
44631 esac
44632 case $ac_abs_builddir in
44633 .) ac_abs_srcdir=$ac_srcdir;;
44634 *)
44635 case $ac_srcdir in
44636 .) ac_abs_srcdir=$ac_abs_builddir;;
44637 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
44638 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
44639 esac;;
44640 esac
44641 case $ac_abs_builddir in
44642 .) ac_abs_top_srcdir=$ac_top_srcdir;;
44643 *)
44644 case $ac_top_srcdir in
44645 .) ac_abs_top_srcdir=$ac_abs_builddir;;
44646 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
44647 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
44648 esac;;
44649 esac
44650
44651
44652 case $INSTALL in
44653 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
44654 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
44655 esac
44656
44657 # Let's still pretend it is `configure' which instantiates (i.e., don't
44658 # use $as_me), people would be surprised to read:
44659 # /* config.h. Generated by config.status. */
44660 if test x"$ac_file" = x-; then
44661 configure_input=
44662 else
44663 configure_input="$ac_file. "
44664 fi
44665 configure_input=$configure_input"Generated from `echo $ac_file_in |
44666 sed 's,.*/,,'` by configure."
44667
44668 # First look for the input files in the build tree, otherwise in the
44669 # src tree.
44670 ac_file_inputs=`IFS=:
44671 for f in $ac_file_in; do
44672 case $f in
44673 -) echo $tmp/stdin ;;
44674 [\\/$]*)
44675 # Absolute (can't be DOS-style, as IFS=:)
44676 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
44677 echo "$as_me: error: cannot find input file: $f" >&2;}
44678 { (exit 1); exit 1; }; }
44679 echo "$f";;
44680 *) # Relative
44681 if test -f "$f"; then
44682 # Build tree
44683 echo "$f"
44684 elif test -f "$srcdir/$f"; then
44685 # Source tree
44686 echo "$srcdir/$f"
44687 else
44688 # /dev/null tree
44689 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
44690 echo "$as_me: error: cannot find input file: $f" >&2;}
44691 { (exit 1); exit 1; }; }
44692 fi;;
44693 esac
44694 done` || { (exit 1); exit 1; }
44695
44696 if test x"$ac_file" != x-; then
44697 { echo "$as_me:$LINENO: creating $ac_file" >&5
44698 echo "$as_me: creating $ac_file" >&6;}
44699 rm -f "$ac_file"
44700 fi
44701 _ACEOF
44702 cat >>$CONFIG_STATUS <<_ACEOF
44703 sed "$ac_vpsub
44704 $extrasub
44705 _ACEOF
44706 cat >>$CONFIG_STATUS <<\_ACEOF
44707 :t
44708 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
44709 s,@configure_input@,$configure_input,;t t
44710 s,@srcdir@,$ac_srcdir,;t t
44711 s,@abs_srcdir@,$ac_abs_srcdir,;t t
44712 s,@top_srcdir@,$ac_top_srcdir,;t t
44713 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
44714 s,@builddir@,$ac_builddir,;t t
44715 s,@abs_builddir@,$ac_abs_builddir,;t t
44716 s,@top_builddir@,$ac_top_builddir,;t t
44717 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
44718 s,@INSTALL@,$ac_INSTALL,;t t
44719 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
44720 rm -f $tmp/stdin
44721 if test x"$ac_file" != x-; then
44722 mv $tmp/out $ac_file
44723 else
44724 cat $tmp/out
44725 rm -f $tmp/out
44726 fi
44727
44728 # Run the commands associated with the file.
44729 case $ac_file in
44730 lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
44731 lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
44732 esac
44733 done
44734 _ACEOF
44735 cat >>$CONFIG_STATUS <<\_ACEOF
44736
44737 #
44738 # CONFIG_HEADER section.
44739 #
44740
44741 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
44742 # NAME is the cpp macro being defined and VALUE is the value it is being given.
44743 #
44744 # ac_d sets the value in "#define NAME VALUE" lines.
44745 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
44746 ac_dB='[ ].*$,\1#\2'
44747 ac_dC=' '
44748 ac_dD=',;t'
44749 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
44750 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
44751 ac_uB='$,\1#\2define\3'
44752 ac_uC=' '
44753 ac_uD=',;t'
44754
44755 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
44756 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
44757 case $ac_file in
44758 - | *:- | *:-:* ) # input from stdin
44759 cat >$tmp/stdin
44760 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
44761 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
44762 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
44763 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
44764 * ) ac_file_in=$ac_file.in ;;
44765 esac
44766
44767 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
44768 echo "$as_me: creating $ac_file" >&6;}
44769
44770 # First look for the input files in the build tree, otherwise in the
44771 # src tree.
44772 ac_file_inputs=`IFS=:
44773 for f in $ac_file_in; do
44774 case $f in
44775 -) echo $tmp/stdin ;;
44776 [\\/$]*)
44777 # Absolute (can't be DOS-style, as IFS=:)
44778 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
44779 echo "$as_me: error: cannot find input file: $f" >&2;}
44780 { (exit 1); exit 1; }; }
44781 # Do quote $f, to prevent DOS paths from being IFS'd.
44782 echo "$f";;
44783 *) # Relative
44784 if test -f "$f"; then
44785 # Build tree
44786 echo "$f"
44787 elif test -f "$srcdir/$f"; then
44788 # Source tree
44789 echo "$srcdir/$f"
44790 else
44791 # /dev/null tree
44792 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
44793 echo "$as_me: error: cannot find input file: $f" >&2;}
44794 { (exit 1); exit 1; }; }
44795 fi;;
44796 esac
44797 done` || { (exit 1); exit 1; }
44798 # Remove the trailing spaces.
44799 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
44800
44801 _ACEOF
44802
44803 # Transform confdefs.h into two sed scripts, `conftest.defines' and
44804 # `conftest.undefs', that substitutes the proper values into
44805 # config.h.in to produce config.h. The first handles `#define'
44806 # templates, and the second `#undef' templates.
44807 # And first: Protect against being on the right side of a sed subst in
44808 # config.status. Protect against being in an unquoted here document
44809 # in config.status.
44810 rm -f conftest.defines conftest.undefs
44811 # Using a here document instead of a string reduces the quoting nightmare.
44812 # Putting comments in sed scripts is not portable.
44813 #
44814 # `end' is used to avoid that the second main sed command (meant for
44815 # 0-ary CPP macros) applies to n-ary macro definitions.
44816 # See the Autoconf documentation for `clear'.
44817 cat >confdef2sed.sed <<\_ACEOF
44818 s/[\\&,]/\\&/g
44819 s,[\\$`],\\&,g
44820 t clear
44821 : clear
44822 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
44823 t end
44824 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
44825 : end
44826 _ACEOF
44827 # If some macros were called several times there might be several times
44828 # the same #defines, which is useless. Nevertheless, we may not want to
44829 # sort them, since we want the *last* AC-DEFINE to be honored.
44830 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
44831 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
44832 rm -f confdef2sed.sed
44833
44834 # This sed command replaces #undef with comments. This is necessary, for
44835 # example, in the case of _POSIX_SOURCE, which is predefined and required
44836 # on some systems where configure will not decide to define it.
44837 cat >>conftest.undefs <<\_ACEOF
44838 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
44839 _ACEOF
44840
44841 # Break up conftest.defines because some shells have a limit on the size
44842 # of here documents, and old seds have small limits too (100 cmds).
44843 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
44844 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
44845 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
44846 echo ' :' >>$CONFIG_STATUS
44847 rm -f conftest.tail
44848 while grep . conftest.defines >/dev/null
44849 do
44850 # Write a limited-size here document to $tmp/defines.sed.
44851 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
44852 # Speed up: don't consider the non `#define' lines.
44853 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
44854 # Work around the forget-to-reset-the-flag bug.
44855 echo 't clr' >>$CONFIG_STATUS
44856 echo ': clr' >>$CONFIG_STATUS
44857 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
44858 echo 'CEOF
44859 sed -f $tmp/defines.sed $tmp/in >$tmp/out
44860 rm -f $tmp/in
44861 mv $tmp/out $tmp/in
44862 ' >>$CONFIG_STATUS
44863 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
44864 rm -f conftest.defines
44865 mv conftest.tail conftest.defines
44866 done
44867 rm -f conftest.defines
44868 echo ' fi # grep' >>$CONFIG_STATUS
44869 echo >>$CONFIG_STATUS
44870
44871 # Break up conftest.undefs because some shells have a limit on the size
44872 # of here documents, and old seds have small limits too (100 cmds).
44873 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
44874 rm -f conftest.tail
44875 while grep . conftest.undefs >/dev/null
44876 do
44877 # Write a limited-size here document to $tmp/undefs.sed.
44878 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
44879 # Speed up: don't consider the non `#undef'
44880 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
44881 # Work around the forget-to-reset-the-flag bug.
44882 echo 't clr' >>$CONFIG_STATUS
44883 echo ': clr' >>$CONFIG_STATUS
44884 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
44885 echo 'CEOF
44886 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
44887 rm -f $tmp/in
44888 mv $tmp/out $tmp/in
44889 ' >>$CONFIG_STATUS
44890 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
44891 rm -f conftest.undefs
44892 mv conftest.tail conftest.undefs
44893 done
44894 rm -f conftest.undefs
44895
44896 cat >>$CONFIG_STATUS <<\_ACEOF
44897 # Let's still pretend it is `configure' which instantiates (i.e., don't
44898 # use $as_me), people would be surprised to read:
44899 # /* config.h. Generated by config.status. */
44900 if test x"$ac_file" = x-; then
44901 echo "/* Generated by configure. */" >$tmp/config.h
44902 else
44903 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
44904 fi
44905 cat $tmp/in >>$tmp/config.h
44906 rm -f $tmp/in
44907 if test x"$ac_file" != x-; then
44908 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
44909 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
44910 echo "$as_me: $ac_file is unchanged" >&6;}
44911 else
44912 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
44913 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
44914 X"$ac_file" : 'X\(//\)[^/]' \| \
44915 X"$ac_file" : 'X\(//\)$' \| \
44916 X"$ac_file" : 'X\(/\)' \| \
44917 . : '\(.\)' 2>/dev/null ||
44918 echo X"$ac_file" |
44919 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
44920 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
44921 /^X\(\/\/\)$/{ s//\1/; q; }
44922 /^X\(\/\).*/{ s//\1/; q; }
44923 s/.*/./; q'`
44924 { if $as_mkdir_p; then
44925 mkdir -p "$ac_dir"
44926 else
44927 as_dir="$ac_dir"
44928 as_dirs=
44929 while test ! -d "$as_dir"; do
44930 as_dirs="$as_dir $as_dirs"
44931 as_dir=`(dirname "$as_dir") 2>/dev/null ||
44932 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
44933 X"$as_dir" : 'X\(//\)[^/]' \| \
44934 X"$as_dir" : 'X\(//\)$' \| \
44935 X"$as_dir" : 'X\(/\)' \| \
44936 . : '\(.\)' 2>/dev/null ||
44937 echo X"$as_dir" |
44938 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
44939 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
44940 /^X\(\/\/\)$/{ s//\1/; q; }
44941 /^X\(\/\).*/{ s//\1/; q; }
44942 s/.*/./; q'`
44943 done
44944 test ! -n "$as_dirs" || mkdir $as_dirs
44945 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
44946 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
44947 { (exit 1); exit 1; }; }; }
44948
44949 rm -f $ac_file
44950 mv $tmp/config.h $ac_file
44951 fi
44952 else
44953 cat $tmp/config.h
44954 rm -f $tmp/config.h
44955 fi
44956 done
44957 _ACEOF
44958 cat >>$CONFIG_STATUS <<\_ACEOF
44959
44960 #
44961 # CONFIG_COMMANDS section.
44962 #
44963 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
44964 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
44965 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
44966 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
44967 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
44968 X"$ac_dest" : 'X\(//\)[^/]' \| \
44969 X"$ac_dest" : 'X\(//\)$' \| \
44970 X"$ac_dest" : 'X\(/\)' \| \
44971 . : '\(.\)' 2>/dev/null ||
44972 echo X"$ac_dest" |
44973 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
44974 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
44975 /^X\(\/\/\)$/{ s//\1/; q; }
44976 /^X\(\/\).*/{ s//\1/; q; }
44977 s/.*/./; q'`
44978 { if $as_mkdir_p; then
44979 mkdir -p "$ac_dir"
44980 else
44981 as_dir="$ac_dir"
44982 as_dirs=
44983 while test ! -d "$as_dir"; do
44984 as_dirs="$as_dir $as_dirs"
44985 as_dir=`(dirname "$as_dir") 2>/dev/null ||
44986 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
44987 X"$as_dir" : 'X\(//\)[^/]' \| \
44988 X"$as_dir" : 'X\(//\)$' \| \
44989 X"$as_dir" : 'X\(/\)' \| \
44990 . : '\(.\)' 2>/dev/null ||
44991 echo X"$as_dir" |
44992 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
44993 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
44994 /^X\(\/\/\)$/{ s//\1/; q; }
44995 /^X\(\/\).*/{ s//\1/; q; }
44996 s/.*/./; q'`
44997 done
44998 test ! -n "$as_dirs" || mkdir $as_dirs
44999 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
45000 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
45001 { (exit 1); exit 1; }; }; }
45002
45003 ac_builddir=.
45004
45005 if test "$ac_dir" != .; then
45006 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
45007 # A "../" for each directory in $ac_dir_suffix.
45008 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
45009 else
45010 ac_dir_suffix= ac_top_builddir=
45011 fi
45012
45013 case $srcdir in
45014 .) # No --srcdir option. We are building in place.
45015 ac_srcdir=.
45016 if test -z "$ac_top_builddir"; then
45017 ac_top_srcdir=.
45018 else
45019 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
45020 fi ;;
45021 [\\/]* | ?:[\\/]* ) # Absolute path.
45022 ac_srcdir=$srcdir$ac_dir_suffix;
45023 ac_top_srcdir=$srcdir ;;
45024 *) # Relative path.
45025 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
45026 ac_top_srcdir=$ac_top_builddir$srcdir ;;
45027 esac
45028
45029 # Do not use `cd foo && pwd` to compute absolute paths, because
45030 # the directories may not exist.
45031 case `pwd` in
45032 .) ac_abs_builddir="$ac_dir";;
45033 *)
45034 case "$ac_dir" in
45035 .) ac_abs_builddir=`pwd`;;
45036 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
45037 *) ac_abs_builddir=`pwd`/"$ac_dir";;
45038 esac;;
45039 esac
45040 case $ac_abs_builddir in
45041 .) ac_abs_top_builddir=${ac_top_builddir}.;;
45042 *)
45043 case ${ac_top_builddir}. in
45044 .) ac_abs_top_builddir=$ac_abs_builddir;;
45045 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
45046 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
45047 esac;;
45048 esac
45049 case $ac_abs_builddir in
45050 .) ac_abs_srcdir=$ac_srcdir;;
45051 *)
45052 case $ac_srcdir in
45053 .) ac_abs_srcdir=$ac_abs_builddir;;
45054 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
45055 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
45056 esac;;
45057 esac
45058 case $ac_abs_builddir in
45059 .) ac_abs_top_srcdir=$ac_top_srcdir;;
45060 *)
45061 case $ac_top_srcdir in
45062 .) ac_abs_top_srcdir=$ac_abs_builddir;;
45063 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
45064 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
45065 esac;;
45066 esac
45067
45068
45069 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
45070 echo "$as_me: executing $ac_dest commands" >&6;}
45071 case $ac_dest in
45072 wx-config ) rm -f wx-config
45073 ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
45074 ;;
45075 esac
45076 done
45077 _ACEOF
45078
45079 cat >>$CONFIG_STATUS <<\_ACEOF
45080
45081 { (exit 0); exit 0; }
45082 _ACEOF
45083 chmod +x $CONFIG_STATUS
45084 ac_clean_files=$ac_clean_files_save
45085
45086
45087 # configure is writing to config.log, and then calls config.status.
45088 # config.status does its own redirection, appending to config.log.
45089 # Unfortunately, on DOS this fails, as config.log is still kept open
45090 # by configure, so config.status won't be able to write to it; its
45091 # output is simply discarded. So we exec the FD to /dev/null,
45092 # effectively closing config.log, so it can be properly (re)opened and
45093 # appended to by config.status. When coming back to configure, we
45094 # need to make the FD available again.
45095 if test "$no_create" != yes; then
45096 ac_cs_success=:
45097 ac_config_status_args=
45098 test "$silent" = yes &&
45099 ac_config_status_args="$ac_config_status_args --quiet"
45100 exec 5>/dev/null
45101 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
45102 exec 5>>config.log
45103 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
45104 # would make configure fail if this is the last instruction.
45105 $ac_cs_success || { (exit 1); exit 1; }
45106 fi
45107
45108 #
45109 # CONFIG_SUBDIRS section.
45110 #
45111 if test "$no_recursion" != yes; then
45112
45113 # Remove --cache-file and --srcdir arguments so they do not pile up.
45114 ac_sub_configure_args=
45115 ac_prev=
45116 for ac_arg in $ac_configure_args; do
45117 if test -n "$ac_prev"; then
45118 ac_prev=
45119 continue
45120 fi
45121 case $ac_arg in
45122 -cache-file | --cache-file | --cache-fil | --cache-fi \
45123 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
45124 ac_prev=cache_file ;;
45125 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
45126 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
45127 | --c=*)
45128 ;;
45129 --config-cache | -C)
45130 ;;
45131 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
45132 ac_prev=srcdir ;;
45133 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
45134 ;;
45135 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
45136 ac_prev=prefix ;;
45137 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
45138 ;;
45139 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
45140 esac
45141 done
45142
45143 # Always prepend --prefix to ensure using the same prefix
45144 # in subdir configurations.
45145 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
45146
45147 ac_popdir=`pwd`
45148 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
45149
45150 # Do not complain, so a configure script can configure whichever
45151 # parts of a large source tree are present.
45152 test -d $srcdir/$ac_dir || continue
45153
45154 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
45155 echo "$as_me: configuring in $ac_dir" >&6;}
45156 { if $as_mkdir_p; then
45157 mkdir -p "$ac_dir"
45158 else
45159 as_dir="$ac_dir"
45160 as_dirs=
45161 while test ! -d "$as_dir"; do
45162 as_dirs="$as_dir $as_dirs"
45163 as_dir=`(dirname "$as_dir") 2>/dev/null ||
45164 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45165 X"$as_dir" : 'X\(//\)[^/]' \| \
45166 X"$as_dir" : 'X\(//\)$' \| \
45167 X"$as_dir" : 'X\(/\)' \| \
45168 . : '\(.\)' 2>/dev/null ||
45169 echo X"$as_dir" |
45170 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45171 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45172 /^X\(\/\/\)$/{ s//\1/; q; }
45173 /^X\(\/\).*/{ s//\1/; q; }
45174 s/.*/./; q'`
45175 done
45176 test ! -n "$as_dirs" || mkdir $as_dirs
45177 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
45178 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
45179 { (exit 1); exit 1; }; }; }
45180
45181 ac_builddir=.
45182
45183 if test "$ac_dir" != .; then
45184 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
45185 # A "../" for each directory in $ac_dir_suffix.
45186 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
45187 else
45188 ac_dir_suffix= ac_top_builddir=
45189 fi
45190
45191 case $srcdir in
45192 .) # No --srcdir option. We are building in place.
45193 ac_srcdir=.
45194 if test -z "$ac_top_builddir"; then
45195 ac_top_srcdir=.
45196 else
45197 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
45198 fi ;;
45199 [\\/]* | ?:[\\/]* ) # Absolute path.
45200 ac_srcdir=$srcdir$ac_dir_suffix;
45201 ac_top_srcdir=$srcdir ;;
45202 *) # Relative path.
45203 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
45204 ac_top_srcdir=$ac_top_builddir$srcdir ;;
45205 esac
45206
45207 # Do not use `cd foo && pwd` to compute absolute paths, because
45208 # the directories may not exist.
45209 case `pwd` in
45210 .) ac_abs_builddir="$ac_dir";;
45211 *)
45212 case "$ac_dir" in
45213 .) ac_abs_builddir=`pwd`;;
45214 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
45215 *) ac_abs_builddir=`pwd`/"$ac_dir";;
45216 esac;;
45217 esac
45218 case $ac_abs_builddir in
45219 .) ac_abs_top_builddir=${ac_top_builddir}.;;
45220 *)
45221 case ${ac_top_builddir}. in
45222 .) ac_abs_top_builddir=$ac_abs_builddir;;
45223 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
45224 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
45225 esac;;
45226 esac
45227 case $ac_abs_builddir in
45228 .) ac_abs_srcdir=$ac_srcdir;;
45229 *)
45230 case $ac_srcdir in
45231 .) ac_abs_srcdir=$ac_abs_builddir;;
45232 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
45233 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
45234 esac;;
45235 esac
45236 case $ac_abs_builddir in
45237 .) ac_abs_top_srcdir=$ac_top_srcdir;;
45238 *)
45239 case $ac_top_srcdir in
45240 .) ac_abs_top_srcdir=$ac_abs_builddir;;
45241 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
45242 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
45243 esac;;
45244 esac
45245
45246
45247 cd $ac_dir
45248
45249 # Check for guested configure; otherwise get Cygnus style configure.
45250 if test -f $ac_srcdir/configure.gnu; then
45251 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
45252 elif test -f $ac_srcdir/configure; then
45253 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
45254 elif test -f $ac_srcdir/configure.in; then
45255 ac_sub_configure=$ac_configure
45256 else
45257 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
45258 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
45259 ac_sub_configure=
45260 fi
45261
45262 # The recursion is here.
45263 if test -n "$ac_sub_configure"; then
45264 # Make the cache file name correct relative to the subdirectory.
45265 case $cache_file in
45266 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
45267 *) # Relative path.
45268 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
45269 esac
45270
45271 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
45272 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
45273 # The eval makes quoting arguments work.
45274 eval $ac_sub_configure $ac_sub_configure_args \
45275 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
45276 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
45277 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
45278 { (exit 1); exit 1; }; }
45279 fi
45280
45281 cd "$ac_popdir"
45282 done
45283 fi
45284
45285
45286 echo
45287 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
45288 echo ""
45289 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}"
45290 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
45291
45292 echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
45293 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
45294 echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
45295
45296 echo " What level of wxWidgets compatibility should be enabled?"
45297 echo " wxWidgets 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
45298 echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
45299
45300 echo " Which libraries should wxWidgets use?"
45301 echo " jpeg ${wxUSE_LIBJPEG-none}"
45302 echo " png ${wxUSE_LIBPNG-none}"
45303 echo " regex ${wxUSE_REGEX}"
45304 echo " tiff ${wxUSE_LIBTIFF-none}"
45305 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
45306 echo " xpm ${wxUSE_LIBXPM-none}"
45307 fi
45308 echo " zlib ${wxUSE_ZLIB}"
45309 echo " odbc ${wxUSE_ODBC}"
45310 echo " expat ${wxUSE_EXPAT}"
45311 echo " libmspack ${wxUSE_LIBMSPACK}"
45312 echo " sdl ${wxUSE_LIBSDL}"
45313 echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}"
45314
45315 echo ""
45316