]> git.saurik.com Git - wxWidgets.git/blob - configure
fixed typo in GetNextItem example (bug 1333797)
[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.7.0.
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.7.0'
274 PACKAGE_STRING='wxWidgets 2.7.0'
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 ac_ct_AR INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA STRIP ac_ct_STRIP RESCOMP ac_ct_RESCOMP DLLTOOL ac_ct_DLLTOOL IF_GNU_MAKE LN_S LNDIR CXXCPP subdirs PKG_CONFIG GTK_CFLAGS GTK_LIBS GTK_CONFIG X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS PANGOX_CFLAGS PANGOX_LIBS PANGOFT2_CFLAGS PANGOFT2_LIBS PANGOXFT_CFLAGS PANGOXFT_LIBS DEREZ SETFILE LIBICONV EXTRALIBS_ESD SDL_CONFIG SDL_CFLAGS SDL_LIBS LIBGNOMEPRINTUI_CFLAGS LIBGNOMEPRINTUI_LIBS GSTREAMER_CFLAGS GSTREAMER_LIBS GST_INSPECT CORE_BASE_LIBS CORE_GUI_LIBS wxUSE_ZLIB wxUSE_REGEX wxUSE_EXPAT wxUSE_ODBC wxUSE_LIBJPEG wxUSE_LIBPNG wxUSE_LIBTIFF VENDOR OFFICIAL_BUILD WX_FLAVOUR WX_LIB_FLAVOUR WXUNIV MONOLITHIC USE_PLUGINS EXTRALIBS EXTRALIBS_XML EXTRALIBS_HTML EXTRALIBS_ODBC EXTRALIBS_GUI EXTRALIBS_OPENGL EXTRALIBS_SDL WITH_PLUGIN_SDL EXTRALIBS_GNOMEPRINT UNICODE BUILD DEBUG_INFO DEBUG_FLAG TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG SAMPLES_RPATH_POSTLINK HOST_SUFFIX CPPUNIT_CFLAGS CPPUNIT_LIBS SET_MAKE MAKE_SET NM ac_ct_NM INSTALL_DIR LDFLAGS_GUI PLATFORM_UNIX PLATFORM_WIN32 PLATFORM_MSDOS PLATFORM_MAC PLATFORM_MACOS PLATFORM_MACOSX PLATFORM_OS2 PLATFORM_BEOS SO_SUFFIX SO_SUFFIX_MODULE DLLIMP_SUFFIX LIBPREFIX LIBEXT DLLPREFIX DLLPREFIX_MODULE dlldir AIX_CXX_LD SHARED_LD_CC SHARED_LD_CXX SHARED_LD_MODULE_CC SHARED_LD_MODULE_CXX PIC_FLAG WINDOWS_IMPLIB USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_SOVERCYGWIN USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING GCC_PCH COND_BUILD_DEBUG COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT COND_BUILD_DEBUG_UNICODE_0 COND_BUILD_DEBUG_UNICODE_1 COND_BUILD_RELEASE COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT COND_BUILD_RELEASE_UNICODE_0 COND_BUILD_RELEASE_UNICODE_1 COND_DEBUG_FLAG_1 COND_DEBUG_INFO_0 COND_DEBUG_INFO_1 COND_DEPS_TRACKING_0 COND_DEPS_TRACKING_1 COND_GCC_PCH_1 COND_MONOLITHIC_0 COND_MONOLITHIC_0_SHARED_0 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1 COND_MONOLITHIC_0_SHARED_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1 COND_MONOLITHIC_0_USE_ODBC_1 COND_MONOLITHIC_1 COND_MONOLITHIC_1_SHARED_0 COND_MONOLITHIC_1_SHARED_1 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_1 COND_PLATFORM_MACOSX_1_TOOLKIT_ COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA COND_PLATFORM_MACOSX_1_TOOLKIT_GTK COND_PLATFORM_MACOSX_1_TOOLKIT_MAC COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF COND_PLATFORM_MACOSX_1_TOOLKIT_X11 COND_PLATFORM_MACOSX_1_USE_GUI_1 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 COND_PLATFORM_MACOS_1 COND_PLATFORM_MAC_1 COND_PLATFORM_MSDOS_1 COND_PLATFORM_OS2_1 COND_PLATFORM_UNIX_0 COND_PLATFORM_UNIX_1 COND_PLATFORM_UNIX_1_USE_GUI_1 COND_PLATFORM_UNIX_1_USE_PLUGINS_0 COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_SHARED_0 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_SHARED_0_USE_XRC_1 COND_SHARED_0_WXUSE_EXPAT_BUILTIN COND_SHARED_0_WXUSE_ODBC_BUILTIN COND_SHARED_0_WXUSE_REGEX_BUILTIN COND_SHARED_0_WXUSE_ZLIB_BUILTIN COND_SHARED_1 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1 COND_SHARED_1_USE_XRC_1 COND_TOOLKIT_ COND_TOOLKIT_COCOA COND_TOOLKIT_COCOA_USE_GUI_1 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK COND_TOOLKIT_GTK_USE_GUI_1 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MAC COND_TOOLKIT_MAC_USE_GUI_1 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MGL COND_TOOLKIT_MGL_USE_GUI_1 COND_TOOLKIT_MOTIF COND_TOOLKIT_MOTIF_USE_GUI_1 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW COND_TOOLKIT_MSW_USE_GUI_1 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW_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_WINCE_WXUNIV_0 COND_TOOLKIT_X11 COND_TOOLKIT_X11_USE_GUI_1 COND_UNICODE_1 COND_USE_EXCEPTIONS_0 COND_USE_EXCEPTIONS_1 COND_USE_GUI_0 COND_USE_GUI_1 COND_USE_GUI_1_WXUNIV_0 COND_USE_GUI_1_WXUNIV_1 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_USE_ODBC_1 COND_USE_OPENGL_1 COND_USE_PLUGINS_0 COND_USE_RTTI_0 COND_USE_RTTI_1 COND_USE_SOSYMLINKS_1 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1 COND_USE_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_1 COND_USE_THREADS_0 COND_USE_THREADS_1 COND_USE_XRC_1 COND_WINDOWS_IMPLIB_1 COND_WITH_PLUGIN_SDL_1 COND_WXUNIV_0 COND_WXUNIV_1 COND_WXUSE_EXPAT_BUILTIN COND_WXUSE_LIBJPEG_BUILTIN COND_WXUSE_LIBPNG_BUILTIN COND_WXUSE_LIBTIFF_BUILTIN COND_WXUSE_ODBC_BUILTIN COND_WXUSE_REGEX_BUILTIN COND_WXUSE_ZLIB_BUILTIN SHARED WX_LIBRARY_BASENAME_NOGUI WX_LIBRARY_BASENAME_GUI WXDEBUG_DEFINE USE_GUI AFMINSTALL WIN32INSTALL TOOLKIT TOOLKIT_DIR TOOLCHAIN_NAME TOOLCHAIN_FULLNAME TOOLCHAIN_DEFS TOOLCHAIN_DLL_DEFS cross_compiling WIDGET_SET WX_RELEASE WX_VERSION WX_SUBVERSION WX_CHARTYPE WX_DEBUGTYPE WXCONFIG_EXTRALIBS WXCONFIG_INCLUDE WXCONFIG_RPATH WXCONFIG_LDFLAGS_GUI WX_LARGEFILE_FLAGS GCC_PRAGMA_FLAGS CODE_GEN_FLAGS CODE_GEN_FLAGS_CXX EXE_LINKER GUIDIST DISTDIR SAMPLES_SUBDIRS LDFLAGS_GL OPENGL_LIBS DMALLOC_LIBS WX_VERSION_TAG RESFLAGS RESPROGRAMOBJ WX_RESOURCES_MACOSX_ASCII WX_RESOURCES_MACOSX_DATA LIBWXMACRES MACRESCOMP MACSETFILE MACRESWXCONFIG GCC CPPUNIT_CONFIG LIBOBJS LTLIBOBJS'
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.7.0 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.7.0:";;
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-compat24 enable wxWidgets 2.4 compatibility
893 --disable-compat26 disable wxWidgets 2.6 compatibility
894 --disable-rpath disable use of rpath for uninstalled builds
895 --enable-intl use internationalization system
896 --enable-config use wxConfig (and derived) classes
897 --enable-protocols use wxProtocol and derived classes
898 --enable-ftp use wxFTP (requires wxProtocol
899 --enable-http use wxHTTP (requires wxProtocol
900 --enable-fileproto use wxFileProto class (requires wxProtocol
901 --enable-sockets use socket/network classes
902 --enable-ole use OLE classes (Win32 only)
903 --enable-dataobj use data object classes
904 --enable-ipc use interprocess communication (wxSocket etc.)
905 --enable-apple_ieee use the Apple IEEE codec
906 --enable-arcstream use wxArchive streams
907 --enable-backtrace use wxStackWalker class for getting backtraces
908 --enable-catch_segvs catch signals in wxApp::OnFatalException (Unix only)
909 --enable-cmdline use wxCmdLineParser class
910 --enable-datetime use wxDateTime class
911 --enable-debugreport use wxDebugReport class
912 --enable-dialupman use dialup network classes
913 --enable-dynlib use wxLibrary class for DLL loading
914 --enable-dynamicloader use (new) wxDynamicLibrary class
915 --enable-exceptions build exception-safe library
916 --enable-ffile use wxFFile class
917 --enable-file use wxFile class
918 --enable-filesystem use virtual file systems classes
919 --enable-fontmap use font encodings conversion classes
920 --enable-fs_inet use virtual HTTP/FTP filesystems
921 --enable-fs_zip use virtual ZIP filesystems
922 --enable-geometry use geometry class
923 --enable-log use logging system
924 --enable-longlong use wxLongLong class
925 --enable-mimetype use wxMimeTypesManager
926 --enable-mslu use MS Layer for Unicode on Windows 9x (Win32 only)
927 --enable-snglinst use wxSingleInstanceChecker class
928 --enable-std_iostreams use standard C++ stream classes
929 --enable-std_string use standard C++ string classes
930 --enable-stdpaths use wxStandardPaths class
931 --enable-stopwatch use wxStopWatch class
932 --enable-streams use wxStream etc classes
933 --enable-sysoptions use wxSystemOptions
934 --enable-textbuf use wxTextBuffer class
935 --enable-textfile use wxTextFile class
936 --enable-timer use wxTimer class
937 --enable-unicode compile wxString with Unicode support
938 --enable-sound use wxSound class
939 --enable-mediactrl use wxMediaCtrl class
940 --enable-wxprintfv use wxWidgets implementation of vprintf()
941 --enable-zipstream use wxZip streams
942 --enable-url use wxURL class
943 --enable-protocol use wxProtocol class
944 --enable-protocol-http HTTP support in wxProtocol
945 --enable-protocol-ftp FTP support in wxProtocol
946 --enable-protocol-file FILE support in wxProtocol
947 --enable-threads use threads
948 --enable-docview use document view architecture
949 --enable-help use help subsystem
950 --enable-mshtmlhelp use MS HTML Help (win32)
951 --enable-html use wxHTML sub-library
952 --enable-htmlhelp use wxHTML-based help
953 --enable-xrc use XRC resources sub-library
954 --enable-constraints use layout-constraints system
955 --enable-printarch use printing architecture
956 --enable-mdi use multiple document interface architecture
957 --enable-mdidoc use docview architecture with MDI
958 --enable-loggui use standard GUI logger
959 --enable-logwin use wxLogWindow
960 --enable-logdialog use wxLogDialog
961 --enable-webkit use wxWebKitCtrl (Mac)
962 --enable-richtext use wxRichTextCtrl
963 --enable-postscript use wxPostscriptDC device context (default for gtk+)
964 --enable-prologio not available; see contrib
965 --enable-resources not available; see contrib
966 --enable-clipboard use wxClipboard class
967 --enable-dnd use Drag'n'Drop classes
968 --enable-metafile use win32 metafiles
969 --enable-controls use all usual controls
970 --enable-accel use accelerators
971 --enable-button use wxButton class
972 --enable-bmpbutton use wxBitmapButton class
973 --enable-calendar use wxCalendarCtrl class
974 --enable-caret use wxCaret class
975 --enable-checkbox use wxCheckBox class
976 --enable-checklst use wxCheckListBox (listbox with checkboxes) class
977 --enable-choice use wxChoice class
978 --enable-choicebook use wxChoicebook class
979 --enable-combobox use wxComboBox class
980 --enable-datepick use wxDatePickerCtrl class
981 --enable-display use wxDisplay class
982 --enable-gauge use wxGauge class
983 --enable-grid use wxGrid class
984 --enable-imaglist use wxImageList class
985 --enable-listbook use wxListbook class
986 --enable-listbox use wxListBox class
987 --enable-listctrl use wxListCtrl class
988 --enable-notebook use wxNotebook class
989 --enable-radiobox use wxRadioBox class
990 --enable-radiobtn use wxRadioButton class
991 --enable-sash use wxSashWindow class
992 --enable-scrollbar use wxScrollBar class and scrollable windows
993 --enable-slider use wxSlider class
994 --enable-spinbtn use wxSpinButton class
995 --enable-spinctrl use wxSpinCtrl class
996 --enable-splitter use wxSplitterWindow class
997 --enable-statbmp use wxStaticBitmap class
998 --enable-statbox use wxStaticBox class
999 --enable-statline use wxStaticLine class
1000 --enable-stattext use wxStaticText class
1001 --enable-statusbar use wxStatusBar class
1002 --enable-tabdialog use wxTabControl class
1003 --enable-textctrl use wxTextCtrl class
1004 --enable-togglebtn use wxToggleButton class
1005 --enable-toolbar use wxToolBar class
1006 --enable-tbarnative use native wxToolBar class
1007 --enable-tbarsmpl use wxToolBarSimple class
1008 --enable-treebook use wxTreebook class
1009 --enable-treectrl use wxTreeCtrl class
1010 --enable-tipwindow use wxTipWindow class
1011 --enable-popupwin use wxPopUpWindow class
1012 --enable-commondlg use all common dialogs
1013 --enable-choicedlg use wxChoiceDialog
1014 --enable-coldlg use wxColourDialog
1015 --enable-filedlg use wxFileDialog
1016 --enable-finddlg use wxFindReplaceDialog
1017 --enable-fontdlg use wxFontDialog
1018 --enable-dirdlg use wxDirDialog
1019 --enable-msgdlg use wxMessageDialog
1020 --enable-numberdlg use wxNumberEntryDialog
1021 --enable-splash use wxSplashScreen
1022 --enable-textdlg use wxTextDialog
1023 --enable-tipdlg use startup tips
1024 --enable-progressdlg use wxProgressDialog
1025 --enable-wizarddlg use wxWizard
1026 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
1027 --enable-miniframe use wxMiniFrame class
1028 --enable-tooltips use wxToolTip class
1029 --enable-splines use spline drawing code
1030 --enable-mousewheel use mousewheel
1031 --enable-validators use wxValidator and derived classes
1032 --enable-busyinfo use wxBusyInfo
1033 --enable-joystick use wxJoystick
1034 --enable-metafiles use wxMetaFile (Win32 only)
1035 --enable-dragimage use wxDragImage
1036 --enable-accessibility enable accessibility support
1037 --enable-dccache cache temporary wxDC objects (Win32 only)
1038 --enable-palette use wxPalette class
1039 --enable-image use wxImage class
1040 --enable-gif use gif images (GIF file format)
1041 --enable-pcx use pcx images (PCX file format)
1042 --enable-iff use iff images (IFF file format)
1043 --enable-pnm use pnm images (PNM file format)
1044 --enable-xpm use xpm images (XPM file format)
1045 --enable-icocur use Windows ICO and CUR formats
1046 --enable-official_build official build of wxWidgets (win32 DLL only)
1047 --enable-vendor=VENDOR vendor name (win32 DLL only)
1048 --disable-largefile omit support for large files
1049 --disable-gtktest do not try to compile and run a test GTK+ program
1050 --disable-gtktest Do not try to compile and run a test GTK program
1051 --disable-sdltest Do not try to compile and run a test SDL program
1052 --enable-omf use OMF object format (OS/2)
1053 --disable-precomp-headers
1054 don't use precompiled headers even if compiler can
1055
1056 Optional Packages:
1057 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1058 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1059 --without-subdirs don't generate makefiles for samples/demos/...
1060 --with-gtk[=VERSION] use GTK+, VERSION can be 2 (default), 1 or "any"
1061 --with-motif use Motif/Lesstif
1062 --with-mac use Mac OS X
1063 --with-cocoa use Cocoa
1064 --with-wine use Wine
1065 --with-msw use MS-Windows
1066 --with-pm use OS/2 Presentation Manager
1067 --with-mgl use SciTech MGL
1068 --with-microwin use MicroWindows
1069 --with-x11 use X11
1070 --with-libpng use libpng (PNG image format)
1071 --with-libjpeg use libjpeg (JPEG file format)
1072 --with-libtiff use libtiff (TIFF file format)
1073 --with-libxpm use libxpm (XPM file format)
1074 --with-libmspack use libmspack (CHM help files loading)
1075 --with-sdl use SDL for audio on Unix
1076 --with-gnomeprint use GNOME print for printing under Unix
1077 --with-opengl use OpenGL (or Mesa)
1078 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1079 --with-regex enable support for wxRegEx class
1080 --with-zlib use zlib for LZW compression
1081 --with-odbc use the IODBC and wxODBC classes
1082 --with-expat enable XML support using expat parser
1083 --with-flavour=NAME specify a name to identify this build
1084 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1085 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1086 --with-x use the X Window System
1087 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1088 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1089 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1090 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1091 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1092
1093 Some influential environment variables:
1094 CC C compiler command
1095 CFLAGS C compiler flags
1096 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1097 nonstandard directory <lib dir>
1098 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1099 headers in a nonstandard directory <include dir>
1100 CPP C preprocessor
1101 CXX C++ compiler command
1102 CXXFLAGS C++ compiler flags
1103 CXXCPP C++ preprocessor
1104
1105 Use these variables to override the choices made by `configure' or to help
1106 it to find libraries and programs with nonstandard names/locations.
1107
1108 Report bugs to <wx-dev@lists.wxwidgets.org>.
1109 _ACEOF
1110 fi
1111
1112 if test "$ac_init_help" = "recursive"; then
1113 # If there are subdirs, report their specific --help.
1114 ac_popdir=`pwd`
1115 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1116 test -d $ac_dir || continue
1117 ac_builddir=.
1118
1119 if test "$ac_dir" != .; then
1120 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1121 # A "../" for each directory in $ac_dir_suffix.
1122 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1123 else
1124 ac_dir_suffix= ac_top_builddir=
1125 fi
1126
1127 case $srcdir in
1128 .) # No --srcdir option. We are building in place.
1129 ac_srcdir=.
1130 if test -z "$ac_top_builddir"; then
1131 ac_top_srcdir=.
1132 else
1133 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1134 fi ;;
1135 [\\/]* | ?:[\\/]* ) # Absolute path.
1136 ac_srcdir=$srcdir$ac_dir_suffix;
1137 ac_top_srcdir=$srcdir ;;
1138 *) # Relative path.
1139 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1140 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1141 esac
1142
1143 # Do not use `cd foo && pwd` to compute absolute paths, because
1144 # the directories may not exist.
1145 case `pwd` in
1146 .) ac_abs_builddir="$ac_dir";;
1147 *)
1148 case "$ac_dir" in
1149 .) ac_abs_builddir=`pwd`;;
1150 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1151 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1152 esac;;
1153 esac
1154 case $ac_abs_builddir in
1155 .) ac_abs_top_builddir=${ac_top_builddir}.;;
1156 *)
1157 case ${ac_top_builddir}. in
1158 .) ac_abs_top_builddir=$ac_abs_builddir;;
1159 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1160 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1161 esac;;
1162 esac
1163 case $ac_abs_builddir in
1164 .) ac_abs_srcdir=$ac_srcdir;;
1165 *)
1166 case $ac_srcdir in
1167 .) ac_abs_srcdir=$ac_abs_builddir;;
1168 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1169 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1170 esac;;
1171 esac
1172 case $ac_abs_builddir in
1173 .) ac_abs_top_srcdir=$ac_top_srcdir;;
1174 *)
1175 case $ac_top_srcdir in
1176 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1177 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1178 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1179 esac;;
1180 esac
1181
1182 cd $ac_dir
1183 # Check for guested configure; otherwise get Cygnus style configure.
1184 if test -f $ac_srcdir/configure.gnu; then
1185 echo
1186 $SHELL $ac_srcdir/configure.gnu --help=recursive
1187 elif test -f $ac_srcdir/configure; then
1188 echo
1189 $SHELL $ac_srcdir/configure --help=recursive
1190 elif test -f $ac_srcdir/configure.ac ||
1191 test -f $ac_srcdir/configure.in; then
1192 echo
1193 $ac_configure --help
1194 else
1195 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1196 fi
1197 cd "$ac_popdir"
1198 done
1199 fi
1200
1201 test -n "$ac_init_help" && exit 0
1202 if $ac_init_version; then
1203 cat <<\_ACEOF
1204 wxWidgets configure 2.7.0
1205 generated by GNU Autoconf 2.59
1206
1207 Copyright (C) 2003 Free Software Foundation, Inc.
1208 This configure script is free software; the Free Software Foundation
1209 gives unlimited permission to copy, distribute and modify it.
1210 _ACEOF
1211 exit 0
1212 fi
1213 exec 5>config.log
1214 cat >&5 <<_ACEOF
1215 This file contains any messages produced by compilers while
1216 running configure, to aid debugging if configure makes a mistake.
1217
1218 It was created by wxWidgets $as_me 2.7.0, which was
1219 generated by GNU Autoconf 2.59. Invocation command line was
1220
1221 $ $0 $@
1222
1223 _ACEOF
1224 {
1225 cat <<_ASUNAME
1226 ## --------- ##
1227 ## Platform. ##
1228 ## --------- ##
1229
1230 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1231 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1232 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1233 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1234 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1235
1236 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1237 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1238
1239 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1240 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1241 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1242 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1243 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1244 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1245 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1246
1247 _ASUNAME
1248
1249 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1250 for as_dir in $PATH
1251 do
1252 IFS=$as_save_IFS
1253 test -z "$as_dir" && as_dir=.
1254 echo "PATH: $as_dir"
1255 done
1256
1257 } >&5
1258
1259 cat >&5 <<_ACEOF
1260
1261
1262 ## ----------- ##
1263 ## Core tests. ##
1264 ## ----------- ##
1265
1266 _ACEOF
1267
1268
1269 # Keep a trace of the command line.
1270 # Strip out --no-create and --no-recursion so they do not pile up.
1271 # Strip out --silent because we don't want to record it for future runs.
1272 # Also quote any args containing shell meta-characters.
1273 # Make two passes to allow for proper duplicate-argument suppression.
1274 ac_configure_args=
1275 ac_configure_args0=
1276 ac_configure_args1=
1277 ac_sep=
1278 ac_must_keep_next=false
1279 for ac_pass in 1 2
1280 do
1281 for ac_arg
1282 do
1283 case $ac_arg in
1284 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1285 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1286 | -silent | --silent | --silen | --sile | --sil)
1287 continue ;;
1288 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1289 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1290 esac
1291 case $ac_pass in
1292 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1293 2)
1294 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1295 if test $ac_must_keep_next = true; then
1296 ac_must_keep_next=false # Got value, back to normal.
1297 else
1298 case $ac_arg in
1299 *=* | --config-cache | -C | -disable-* | --disable-* \
1300 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1301 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1302 | -with-* | --with-* | -without-* | --without-* | --x)
1303 case "$ac_configure_args0 " in
1304 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1305 esac
1306 ;;
1307 -* ) ac_must_keep_next=true ;;
1308 esac
1309 fi
1310 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1311 # Get rid of the leading space.
1312 ac_sep=" "
1313 ;;
1314 esac
1315 done
1316 done
1317 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1318 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1319
1320 # When interrupted or exit'd, cleanup temporary files, and complete
1321 # config.log. We remove comments because anyway the quotes in there
1322 # would cause problems or look ugly.
1323 # WARNING: Be sure not to use single quotes in there, as some shells,
1324 # such as our DU 5.0 friend, will then `close' the trap.
1325 trap 'exit_status=$?
1326 # Save into config.log some information that might help in debugging.
1327 {
1328 echo
1329
1330 cat <<\_ASBOX
1331 ## ---------------- ##
1332 ## Cache variables. ##
1333 ## ---------------- ##
1334 _ASBOX
1335 echo
1336 # The following way of writing the cache mishandles newlines in values,
1337 {
1338 (set) 2>&1 |
1339 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1340 *ac_space=\ *)
1341 sed -n \
1342 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1343 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1344 ;;
1345 *)
1346 sed -n \
1347 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1348 ;;
1349 esac;
1350 }
1351 echo
1352
1353 cat <<\_ASBOX
1354 ## ----------------- ##
1355 ## Output variables. ##
1356 ## ----------------- ##
1357 _ASBOX
1358 echo
1359 for ac_var in $ac_subst_vars
1360 do
1361 eval ac_val=$`echo $ac_var`
1362 echo "$ac_var='"'"'$ac_val'"'"'"
1363 done | sort
1364 echo
1365
1366 if test -n "$ac_subst_files"; then
1367 cat <<\_ASBOX
1368 ## ------------- ##
1369 ## Output files. ##
1370 ## ------------- ##
1371 _ASBOX
1372 echo
1373 for ac_var in $ac_subst_files
1374 do
1375 eval ac_val=$`echo $ac_var`
1376 echo "$ac_var='"'"'$ac_val'"'"'"
1377 done | sort
1378 echo
1379 fi
1380
1381 if test -s confdefs.h; then
1382 cat <<\_ASBOX
1383 ## ----------- ##
1384 ## confdefs.h. ##
1385 ## ----------- ##
1386 _ASBOX
1387 echo
1388 sed "/^$/d" confdefs.h | sort
1389 echo
1390 fi
1391 test "$ac_signal" != 0 &&
1392 echo "$as_me: caught signal $ac_signal"
1393 echo "$as_me: exit $exit_status"
1394 } >&5
1395 rm -f core *.core &&
1396 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1397 exit $exit_status
1398 ' 0
1399 for ac_signal in 1 2 13 15; do
1400 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1401 done
1402 ac_signal=0
1403
1404 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1405 rm -rf conftest* confdefs.h
1406 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1407 echo >confdefs.h
1408
1409 # Predefined preprocessor variables.
1410
1411 cat >>confdefs.h <<_ACEOF
1412 #define PACKAGE_NAME "$PACKAGE_NAME"
1413 _ACEOF
1414
1415
1416 cat >>confdefs.h <<_ACEOF
1417 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1418 _ACEOF
1419
1420
1421 cat >>confdefs.h <<_ACEOF
1422 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1423 _ACEOF
1424
1425
1426 cat >>confdefs.h <<_ACEOF
1427 #define PACKAGE_STRING "$PACKAGE_STRING"
1428 _ACEOF
1429
1430
1431 cat >>confdefs.h <<_ACEOF
1432 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1433 _ACEOF
1434
1435
1436 # Let the site file select an alternate cache file if it wants to.
1437 # Prefer explicitly selected file to automatically selected ones.
1438 if test -z "$CONFIG_SITE"; then
1439 if test "x$prefix" != xNONE; then
1440 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1441 else
1442 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1443 fi
1444 fi
1445 for ac_site_file in $CONFIG_SITE; do
1446 if test -r "$ac_site_file"; then
1447 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1448 echo "$as_me: loading site script $ac_site_file" >&6;}
1449 sed 's/^/| /' "$ac_site_file" >&5
1450 . "$ac_site_file"
1451 fi
1452 done
1453
1454 if test -r "$cache_file"; then
1455 # Some versions of bash will fail to source /dev/null (special
1456 # files actually), so we avoid doing that.
1457 if test -f "$cache_file"; then
1458 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1459 echo "$as_me: loading cache $cache_file" >&6;}
1460 case $cache_file in
1461 [\\/]* | ?:[\\/]* ) . $cache_file;;
1462 *) . ./$cache_file;;
1463 esac
1464 fi
1465 else
1466 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1467 echo "$as_me: creating cache $cache_file" >&6;}
1468 >$cache_file
1469 fi
1470
1471 # Check that the precious variables saved in the cache have kept the same
1472 # value.
1473 ac_cache_corrupted=false
1474 for ac_var in `(set) 2>&1 |
1475 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1476 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1477 eval ac_new_set=\$ac_env_${ac_var}_set
1478 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1479 eval ac_new_val="\$ac_env_${ac_var}_value"
1480 case $ac_old_set,$ac_new_set in
1481 set,)
1482 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1483 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1484 ac_cache_corrupted=: ;;
1485 ,set)
1486 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1487 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1488 ac_cache_corrupted=: ;;
1489 ,);;
1490 *)
1491 if test "x$ac_old_val" != "x$ac_new_val"; then
1492 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1493 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1494 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1495 echo "$as_me: former value: $ac_old_val" >&2;}
1496 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1497 echo "$as_me: current value: $ac_new_val" >&2;}
1498 ac_cache_corrupted=:
1499 fi;;
1500 esac
1501 # Pass precious variables to config.status.
1502 if test "$ac_new_set" = set; then
1503 case $ac_new_val in
1504 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1505 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1506 *) ac_arg=$ac_var=$ac_new_val ;;
1507 esac
1508 case " $ac_configure_args " in
1509 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1510 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1511 esac
1512 fi
1513 done
1514 if $ac_cache_corrupted; then
1515 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1516 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1517 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1518 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1519 { (exit 1); exit 1; }; }
1520 fi
1521
1522 ac_ext=c
1523 ac_cpp='$CPP $CPPFLAGS'
1524 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1525 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1526 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557 ac_aux_dir=
1558 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1559 if test -f $ac_dir/install-sh; then
1560 ac_aux_dir=$ac_dir
1561 ac_install_sh="$ac_aux_dir/install-sh -c"
1562 break
1563 elif test -f $ac_dir/install.sh; then
1564 ac_aux_dir=$ac_dir
1565 ac_install_sh="$ac_aux_dir/install.sh -c"
1566 break
1567 elif test -f $ac_dir/shtool; then
1568 ac_aux_dir=$ac_dir
1569 ac_install_sh="$ac_aux_dir/shtool install -c"
1570 break
1571 fi
1572 done
1573 if test -z "$ac_aux_dir"; then
1574 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1575 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1576 { (exit 1); exit 1; }; }
1577 fi
1578 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1579 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1580 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1581
1582 # Make sure we can run config.sub.
1583 $ac_config_sub sun4 >/dev/null 2>&1 ||
1584 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1585 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1586 { (exit 1); exit 1; }; }
1587
1588 echo "$as_me:$LINENO: checking build system type" >&5
1589 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1590 if test "${ac_cv_build+set}" = set; then
1591 echo $ECHO_N "(cached) $ECHO_C" >&6
1592 else
1593 ac_cv_build_alias=$build_alias
1594 test -z "$ac_cv_build_alias" &&
1595 ac_cv_build_alias=`$ac_config_guess`
1596 test -z "$ac_cv_build_alias" &&
1597 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1598 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1599 { (exit 1); exit 1; }; }
1600 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1601 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1602 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1603 { (exit 1); exit 1; }; }
1604
1605 fi
1606 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1607 echo "${ECHO_T}$ac_cv_build" >&6
1608 build=$ac_cv_build
1609 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1610 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1611 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1612
1613
1614 echo "$as_me:$LINENO: checking host system type" >&5
1615 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1616 if test "${ac_cv_host+set}" = set; then
1617 echo $ECHO_N "(cached) $ECHO_C" >&6
1618 else
1619 ac_cv_host_alias=$host_alias
1620 test -z "$ac_cv_host_alias" &&
1621 ac_cv_host_alias=$ac_cv_build_alias
1622 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1623 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1624 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1625 { (exit 1); exit 1; }; }
1626
1627 fi
1628 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1629 echo "${ECHO_T}$ac_cv_host" >&6
1630 host=$ac_cv_host
1631 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1632 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1633 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1634
1635
1636 echo "$as_me:$LINENO: checking target system type" >&5
1637 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1638 if test "${ac_cv_target+set}" = set; then
1639 echo $ECHO_N "(cached) $ECHO_C" >&6
1640 else
1641 ac_cv_target_alias=$target_alias
1642 test "x$ac_cv_target_alias" = "x" &&
1643 ac_cv_target_alias=$ac_cv_host_alias
1644 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1645 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1646 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1647 { (exit 1); exit 1; }; }
1648
1649 fi
1650 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1651 echo "${ECHO_T}$ac_cv_target" >&6
1652 target=$ac_cv_target
1653 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1654 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1655 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1656
1657
1658 # The aliases save the names the user supplied, while $host etc.
1659 # will get canonicalized.
1660 test -n "$target_alias" &&
1661 test "$program_prefix$program_suffix$program_transform_name" = \
1662 NONENONEs,x,x, &&
1663 program_prefix=${target_alias}-
1664
1665
1666
1667 wx_major_version_number=2
1668 wx_minor_version_number=7
1669 wx_release_number=0
1670 wx_subrelease_number=0
1671
1672 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
1673 WX_VERSION=$WX_RELEASE.$wx_release_number
1674 WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
1675
1676 WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
1677
1678
1679
1680
1681 USE_UNIX=1
1682 USE_OS2=0
1683 USE_WIN32=0
1684 USE_DOS=0
1685 USE_BEOS=0
1686 USE_MAC=0
1687
1688 USE_AIX=
1689 USE_BSD= USE_DARWIN= USE_FREEBSD=
1690 USE_GNU= USE_HPUX=
1691 USE_LINUX=
1692 USE_NETBSD=
1693 USE_OPENBSD=
1694 USE_OSF= USE_SGI=
1695 USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
1696 USE_ULTRIX=
1697 USE_UNIXWARE=
1698
1699 USE_ALPHA=
1700
1701 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1702
1703 ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1704
1705 DEFAULT_wxUSE_COCOA=0
1706 DEFAULT_wxUSE_GTK=0
1707 DEFAULT_wxUSE_MAC=0
1708 DEFAULT_wxUSE_MGL=0
1709 DEFAULT_wxUSE_MICROWIN=0
1710 DEFAULT_wxUSE_MOTIF=0
1711 DEFAULT_wxUSE_MSW=0
1712 DEFAULT_wxUSE_PM=0
1713 DEFAULT_wxUSE_X11=0
1714
1715 DEFAULT_DEFAULT_wxUSE_COCOA=0
1716 DEFAULT_DEFAULT_wxUSE_GTK=0
1717 DEFAULT_DEFAULT_wxUSE_MAC=0
1718 DEFAULT_DEFAULT_wxUSE_MGL=0
1719 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1720 DEFAULT_DEFAULT_wxUSE_MOTIF=0
1721 DEFAULT_DEFAULT_wxUSE_MSW=0
1722 DEFAULT_DEFAULT_wxUSE_PM=0
1723 DEFAULT_DEFAULT_wxUSE_X11=0
1724
1725 PROGRAM_EXT=
1726 SO_SUFFIX=so
1727 SAMPLES_RPATH_FLAG=
1728 SAMPLES_RPATH_POSTLINK=
1729
1730 DEFAULT_STD_FLAG=yes
1731
1732 case "${host}" in
1733 *-hp-hpux* )
1734 USE_HPUX=1
1735 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1736 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1737 SO_SUFFIX=sl
1738 cat >>confdefs.h <<\_ACEOF
1739 #define __HPUX__ 1
1740 _ACEOF
1741
1742
1743 CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE"
1744 ;;
1745 *-*-linux* )
1746 USE_LINUX=1
1747 cat >>confdefs.h <<\_ACEOF
1748 #define __LINUX__ 1
1749 _ACEOF
1750
1751 TMP=`uname -m`
1752 if test "x$TMP" = "xalpha"; then
1753 USE_ALPHA=1
1754 cat >>confdefs.h <<\_ACEOF
1755 #define __ALPHA__ 1
1756 _ACEOF
1757
1758 fi
1759 DEFAULT_DEFAULT_wxUSE_GTK=1
1760 ;;
1761 *-*-gnu* | *-*-k*bsd*-gnu )
1762 USE_GNU=1
1763 TMP=`uname -m`
1764 if test "x$TMP" = "xalpha"; then
1765 USE_ALPHA=1
1766 cat >>confdefs.h <<\_ACEOF
1767 #define __ALPHA__ 1
1768 _ACEOF
1769
1770 fi
1771 DEFAULT_DEFAULT_wxUSE_GTK=1
1772 ;;
1773 *-*-irix5* | *-*-irix6* )
1774 USE_SGI=1
1775 USE_SVR4=1
1776 cat >>confdefs.h <<\_ACEOF
1777 #define __SGI__ 1
1778 _ACEOF
1779
1780 cat >>confdefs.h <<\_ACEOF
1781 #define __SVR4__ 1
1782 _ACEOF
1783
1784 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1785 ;;
1786 *-*-solaris2* )
1787 USE_SUN=1
1788 USE_SOLARIS=1
1789 USE_SVR4=1
1790 cat >>confdefs.h <<\_ACEOF
1791 #define __SUN__ 1
1792 _ACEOF
1793
1794 cat >>confdefs.h <<\_ACEOF
1795 #define __SOLARIS__ 1
1796 _ACEOF
1797
1798 cat >>confdefs.h <<\_ACEOF
1799 #define __SVR4__ 1
1800 _ACEOF
1801
1802 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1803 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1804 ;;
1805 *-*-sunos4* )
1806 USE_SUN=1
1807 USE_SUNOS=1
1808 USE_BSD=1
1809 cat >>confdefs.h <<\_ACEOF
1810 #define __SUN__ 1
1811 _ACEOF
1812
1813 cat >>confdefs.h <<\_ACEOF
1814 #define __SUNOS__ 1
1815 _ACEOF
1816
1817 cat >>confdefs.h <<\_ACEOF
1818 #define __BSD__ 1
1819 _ACEOF
1820
1821 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1822 ;;
1823 *-*-freebsd*)
1824 USE_BSD=1
1825 USE_FREEBSD=1
1826 cat >>confdefs.h <<\_ACEOF
1827 #define __FREEBSD__ 1
1828 _ACEOF
1829
1830 cat >>confdefs.h <<\_ACEOF
1831 #define __BSD__ 1
1832 _ACEOF
1833
1834 DEFAULT_DEFAULT_wxUSE_GTK=1
1835 ;;
1836 *-*-openbsd*)
1837 USE_BSD=1
1838 USE_OPENBSD=1
1839 cat >>confdefs.h <<\_ACEOF
1840 #define __OPENBSD__ 1
1841 _ACEOF
1842
1843 cat >>confdefs.h <<\_ACEOF
1844 #define __BSD__ 1
1845 _ACEOF
1846
1847 DEFAULT_DEFAULT_wxUSE_GTK=1
1848 ;;
1849 *-*-netbsd*)
1850 USE_BSD=1
1851 USE_NETBSD=1
1852 cat >>confdefs.h <<\_ACEOF
1853 #define __NETBSD__ 1
1854 _ACEOF
1855
1856 cat >>confdefs.h <<\_ACEOF
1857 #define __BSD__ 1
1858 _ACEOF
1859
1860 DEFAULT_DEFAULT_wxUSE_GTK=1
1861 ;;
1862 *-*-osf* )
1863 USE_ALPHA=1
1864 USE_OSF=1
1865 cat >>confdefs.h <<\_ACEOF
1866 #define __ALPHA__ 1
1867 _ACEOF
1868
1869 cat >>confdefs.h <<\_ACEOF
1870 #define __OSF__ 1
1871 _ACEOF
1872
1873 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1874 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1875 ;;
1876 *-*-dgux5* )
1877 USE_ALPHA=1
1878 USE_SVR4=1
1879 cat >>confdefs.h <<\_ACEOF
1880 #define __ALPHA__ 1
1881 _ACEOF
1882
1883 cat >>confdefs.h <<\_ACEOF
1884 #define __SVR4__ 1
1885 _ACEOF
1886
1887 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1888 ;;
1889 *-*-sysv5* )
1890 USE_SYSV=1
1891 USE_SVR4=1
1892 cat >>confdefs.h <<\_ACEOF
1893 #define __SYSV__ 1
1894 _ACEOF
1895
1896 cat >>confdefs.h <<\_ACEOF
1897 #define __SVR4__ 1
1898 _ACEOF
1899
1900 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1901 ;;
1902 *-*-aix* )
1903 USE_AIX=1
1904 USE_SYSV=1
1905 USE_SVR4=1
1906 SO_SUFFIX=a
1907 cat >>confdefs.h <<\_ACEOF
1908 #define __AIX__ 1
1909 _ACEOF
1910
1911 cat >>confdefs.h <<\_ACEOF
1912 #define __SYSV__ 1
1913 _ACEOF
1914
1915 cat >>confdefs.h <<\_ACEOF
1916 #define __SVR4__ 1
1917 _ACEOF
1918
1919 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1920 ;;
1921
1922 *-*-*UnixWare*)
1923 USE_SYSV=1
1924 USE_SVR4=1
1925 USE_UNIXWARE=1
1926 cat >>confdefs.h <<\_ACEOF
1927 #define __UNIXWARE__ 1
1928 _ACEOF
1929
1930 ;;
1931
1932 *-*-cygwin* | *-*-mingw32* )
1933 SO_SUFFIX=dll
1934 PROGRAM_EXT=".exe"
1935 DEFAULT_DEFAULT_wxUSE_MSW=1
1936 DEFAULT_STD_FLAG=no
1937 ;;
1938
1939 *-pc-msdosdjgpp )
1940 USE_UNIX=0
1941 USE_DOS=1
1942 cat >>confdefs.h <<\_ACEOF
1943 #define __DOS__ 1
1944 _ACEOF
1945
1946 PROGRAM_EXT=".exe"
1947 DEFAULT_DEFAULT_wxUSE_MGL=1
1948 ;;
1949
1950 *-pc-os2_emx | *-pc-os2-emx )
1951 cat >>confdefs.h <<\_ACEOF
1952 #define __EMX__ 1
1953 _ACEOF
1954
1955 USE_OS2=1
1956 cat >>confdefs.h <<\_ACEOF
1957 #define __OS2__ 1
1958 _ACEOF
1959
1960 PROGRAM_EXT=".exe"
1961 DEFAULT_DEFAULT_wxUSE_PM=1
1962 CXX=gcc
1963 LDFLAGS="$LDFLAGS -Zcrtdll"
1964 ac_executable_extensions=".exe"
1965 export ac_executable_extensions
1966 ac_save_IFS="$IFS"
1967 IFS='\\'
1968 ac_TEMP_PATH=
1969 for ac_dir in $PATH; do
1970 IFS=$ac_save_IFS
1971 if test -z "$ac_TEMP_PATH"; then
1972 ac_TEMP_PATH="$ac_dir"
1973 else
1974 ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
1975 fi
1976 done
1977 export PATH="$ac_TEMP_PATH"
1978 unset ac_TEMP_PATH
1979 DEFAULT_STD_FLAG=no
1980 ;;
1981
1982 *-*-darwin* )
1983 USE_BSD=1
1984 USE_DARWIN=1
1985 SO_SUFFIX=dylib
1986 cat >>confdefs.h <<\_ACEOF
1987 #define __BSD__ 1
1988 _ACEOF
1989
1990 cat >>confdefs.h <<\_ACEOF
1991 #define __DARWIN__ 1
1992 _ACEOF
1993
1994 cat >>confdefs.h <<\_ACEOF
1995 #define TARGET_CARBON 1
1996 _ACEOF
1997
1998 DEFAULT_DEFAULT_wxUSE_MAC=1
1999 DEFAULT_STD_FLAG=no
2000 ;;
2001 powerpc-apple-macos* )
2002 USE_UNIX=0
2003 ac_cv_c_bigendian=yes
2004 SO_SUFFIX=shlib
2005 DEFAULT_DEFAULT_wxUSE_MAC=1
2006 DEFAULT_STD_FLAG=no
2007 ;;
2008
2009 *-*-beos* )
2010 USE_BEOS=1
2011 cat >>confdefs.h <<\_ACEOF
2012 #define __BEOS__ 1
2013 _ACEOF
2014
2015 ;;
2016
2017 *)
2018 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
2019 echo "$as_me: error: unknown system type ${host}." >&2;}
2020 { (exit 1); exit 1; }; }
2021 esac
2022
2023
2024
2025
2026 wx_arg_cache_file="configarg.cache"
2027 echo "loading argument cache $wx_arg_cache_file"
2028 rm -f ${wx_arg_cache_file}.tmp
2029 touch ${wx_arg_cache_file}.tmp
2030 touch ${wx_arg_cache_file}
2031
2032
2033 DEBUG_CONFIGURE=0
2034 if test $DEBUG_CONFIGURE = 1; then
2035 DEFAULT_wxUSE_UNIVERSAL=no
2036 DEFAULT_wxUSE_STL=no
2037
2038 DEFAULT_wxUSE_NANOX=no
2039
2040 DEFAULT_wxUSE_THREADS=yes
2041
2042 DEFAULT_wxUSE_SHARED=yes
2043 DEFAULT_wxUSE_OPTIMISE=no
2044 DEFAULT_wxUSE_PROFILE=no
2045 DEFAULT_wxUSE_NO_DEPS=no
2046 DEFAULT_wxUSE_NO_RTTI=no
2047 DEFAULT_wxUSE_NO_EXCEPTIONS=no
2048 DEFAULT_wxUSE_RPATH=yes
2049 DEFAULT_wxUSE_PERMISSIVE=no
2050 DEFAULT_wxUSE_DEBUG_FLAG=yes
2051 DEFAULT_wxUSE_DEBUG_INFO=yes
2052 DEFAULT_wxUSE_DEBUG_GDB=yes
2053 DEFAULT_wxUSE_MEM_TRACING=no
2054 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2055 DEFAULT_wxUSE_DMALLOC=no
2056 DEFAULT_wxUSE_APPLE_IEEE=no
2057
2058 DEFAULT_wxUSE_EXCEPTIONS=no
2059 DEFAULT_wxUSE_LOG=yes
2060 DEFAULT_wxUSE_LOGWINDOW=no
2061 DEFAULT_wxUSE_LOGGUI=no
2062 DEFAULT_wxUSE_LOGDIALOG=no
2063
2064 DEFAULT_wxUSE_GUI=yes
2065 DEFAULT_wxUSE_CONTROLS=no
2066
2067 DEFAULT_wxUSE_REGEX=no
2068 DEFAULT_wxUSE_XML=no
2069 DEFAULT_wxUSE_EXPAT=no
2070 DEFAULT_wxUSE_ZLIB=no
2071 DEFAULT_wxUSE_LIBPNG=no
2072 DEFAULT_wxUSE_LIBJPEG=no
2073 DEFAULT_wxUSE_LIBTIFF=no
2074 DEFAULT_wxUSE_LIBXPM=no
2075 DEFAULT_wxUSE_LIBMSPACK=no
2076 DEFAULT_wxUSE_LIBSDL=no
2077 DEFAULT_wxUSE_LIBGNOMEPRINT=no
2078 DEFAULT_wxUSE_ODBC=no
2079 DEFAULT_wxUSE_OPENGL=no
2080
2081 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
2082 DEFAULT_wxUSE_STACKWALKER=no
2083 DEFAULT_wxUSE_DEBUGREPORT=no
2084 DEFAULT_wxUSE_SNGLINST_CHECKER=no
2085 DEFAULT_wxUSE_STD_IOSTREAM=no
2086 DEFAULT_wxUSE_STD_STRING=no
2087 DEFAULT_wxUSE_CMDLINE_PARSER=no
2088 DEFAULT_wxUSE_DATETIME=no
2089 DEFAULT_wxUSE_TIMER=no
2090 DEFAULT_wxUSE_STOPWATCH=no
2091 DEFAULT_wxUSE_FILE=no
2092 DEFAULT_wxUSE_FFILE=no
2093 DEFAULT_wxUSE_STDPATHS=no
2094 DEFAULT_wxUSE_TEXTBUFFER=no
2095 DEFAULT_wxUSE_TEXTFILE=no
2096 DEFAULT_wxUSE_SOUND=no
2097 DEFAULT_wxUSE_MEDIACTRL=no
2098 DEFAULT_wxUSE_INTL=no
2099 DEFAULT_wxUSE_CONFIG=no
2100 DEFAULT_wxUSE_FONTMAP=no
2101 DEFAULT_wxUSE_STREAMS=no
2102 DEFAULT_wxUSE_SOCKETS=no
2103 DEFAULT_wxUSE_OLE=no
2104 DEFAULT_wxUSE_DATAOBJ=no
2105 DEFAULT_wxUSE_DIALUP_MANAGER=no
2106 DEFAULT_wxUSE_JOYSTICK=no
2107 DEFAULT_wxUSE_DYNLIB_CLASS=no
2108 DEFAULT_wxUSE_DYNAMIC_LOADER=no
2109 DEFAULT_wxUSE_LONGLONG=no
2110 DEFAULT_wxUSE_GEOMETRY=no
2111
2112 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
2113 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
2114 DEFAULT_wxUSE_POSTSCRIPT=no
2115
2116 DEFAULT_wxUSE_CLIPBOARD=no
2117 DEFAULT_wxUSE_TOOLTIPS=no
2118 DEFAULT_wxUSE_DRAG_AND_DROP=no
2119 DEFAULT_wxUSE_DRAGIMAGE=no
2120 DEFAULT_wxUSE_SPLINES=no
2121 DEFAULT_wxUSE_MOUSEWHEEL=no
2122
2123 DEFAULT_wxUSE_MDI=no
2124 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
2125 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
2126 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
2127
2128 DEFAULT_wxUSE_RESOURCES=no
2129 DEFAULT_wxUSE_CONSTRAINTS=no
2130 DEFAULT_wxUSE_IPC=no
2131 DEFAULT_wxUSE_HELP=no
2132 DEFAULT_wxUSE_MS_HTML_HELP=no
2133 DEFAULT_wxUSE_WXHTML_HELP=no
2134 DEFAULT_wxUSE_TREELAYOUT=no
2135 DEFAULT_wxUSE_METAFILE=no
2136 DEFAULT_wxUSE_MIMETYPE=no
2137 DEFAULT_wxUSE_SYSTEM_OPTIONS=no
2138 DEFAULT_wxUSE_PROTOCOL=no
2139 DEFAULT_wxUSE_PROTOCOL_HTTP=no
2140 DEFAULT_wxUSE_PROTOCOL_FTP=no
2141 DEFAULT_wxUSE_PROTOCOL_FILE=no
2142 DEFAULT_wxUSE_URL=no
2143
2144 DEFAULT_wxUSE_COMMONDLGS=no
2145 DEFAULT_wxUSE_CHOICEDLG=no
2146 DEFAULT_wxUSE_COLOURDLG=no
2147 DEFAULT_wxUSE_DIRDLG=no
2148 DEFAULT_wxUSE_FILEDLG=no
2149 DEFAULT_wxUSE_FINDREPLDLG=no
2150 DEFAULT_wxUSE_FONTDLG=no
2151 DEFAULT_wxUSE_MSGDLG=no
2152 DEFAULT_wxUSE_NUMBERDLG=no
2153 DEFAULT_wxUSE_TEXTDLG=no
2154 DEFAULT_wxUSE_SPLASH=no
2155 DEFAULT_wxUSE_STARTUP_TIPS=no
2156 DEFAULT_wxUSE_PROGRESSDLG=no
2157 DEFAULT_wxUSE_WIZARDDLG=no
2158
2159 DEFAULT_wxUSE_MENUS=no
2160 DEFAULT_wxUSE_MINIFRAME=no
2161 DEFAULT_wxUSE_HTML=no
2162 DEFAULT_wxUSE_RICHTEXT=no
2163 DEFAULT_wxUSE_XRC=no
2164 DEFAULT_wxUSE_WEBKIT=no
2165 DEFAULT_wxUSE_FILESYSTEM=no
2166 DEFAULT_wxUSE_FS_INET=no
2167 DEFAULT_wxUSE_FS_ZIP=no
2168 DEFAULT_wxUSE_BUSYINFO=no
2169 DEFAULT_wxUSE_ARCHIVE_STREAMS=no
2170 DEFAULT_wxUSE_ZIPSTREAM=no
2171 DEFAULT_wxUSE_VALIDATORS=no
2172
2173 DEFAULT_wxUSE_ACCEL=no
2174 DEFAULT_wxUSE_BUTTON=no
2175 DEFAULT_wxUSE_BMPBUTTON=no
2176 DEFAULT_wxUSE_CALCTRL=no
2177 DEFAULT_wxUSE_CARET=no
2178 DEFAULT_wxUSE_CHECKBOX=no
2179 DEFAULT_wxUSE_CHECKLST=no
2180 DEFAULT_wxUSE_CHOICE=no
2181 DEFAULT_wxUSE_CHOICEBOOK=no
2182 DEFAULT_wxUSE_COMBOBOX=no
2183 DEFAULT_wxUSE_DATEPICKCTRL=no
2184 DEFAULT_wxUSE_DISPLAY=no
2185 DEFAULT_wxUSE_GAUGE=no
2186 DEFAULT_wxUSE_GRID=no
2187 DEFAULT_wxUSE_IMAGLIST=no
2188 DEFAULT_wxUSE_LISTBOOK=no
2189 DEFAULT_wxUSE_LISTBOX=no
2190 DEFAULT_wxUSE_LISTCTRL=no
2191 DEFAULT_wxUSE_NOTEBOOK=no
2192 DEFAULT_wxUSE_RADIOBOX=no
2193 DEFAULT_wxUSE_RADIOBTN=no
2194 DEFAULT_wxUSE_SASH=no
2195 DEFAULT_wxUSE_SCROLLBAR=no
2196 DEFAULT_wxUSE_SLIDER=no
2197 DEFAULT_wxUSE_SPINBTN=no
2198 DEFAULT_wxUSE_SPINCTRL=no
2199 DEFAULT_wxUSE_SPLITTER=no
2200 DEFAULT_wxUSE_STATBMP=no
2201 DEFAULT_wxUSE_STATBOX=no
2202 DEFAULT_wxUSE_STATLINE=no
2203 DEFAULT_wxUSE_STATTEXT=no
2204 DEFAULT_wxUSE_STATUSBAR=yes
2205 DEFAULT_wxUSE_TABDIALOG=no
2206 DEFAULT_wxUSE_TEXTCTRL=no
2207 DEFAULT_wxUSE_TOGGLEBTN=no
2208 DEFAULT_wxUSE_TOOLBAR=no
2209 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
2210 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
2211 DEFAULT_wxUSE_TREEBOOK=no
2212 DEFAULT_wxUSE_TREECTRL=no
2213 DEFAULT_wxUSE_POPUPWIN=no
2214 DEFAULT_wxUSE_TIPWINDOW=no
2215
2216 DEFAULT_wxUSE_UNICODE=no
2217 DEFAULT_wxUSE_UNICODE_MSLU=no
2218 DEFAULT_wxUSE_WCSRTOMBS=no
2219
2220 DEFAULT_wxUSE_PALETTE=no
2221 DEFAULT_wxUSE_IMAGE=no
2222 DEFAULT_wxUSE_GIF=no
2223 DEFAULT_wxUSE_PCX=no
2224 DEFAULT_wxUSE_PNM=no
2225 DEFAULT_wxUSE_IFF=no
2226 DEFAULT_wxUSE_XPM=no
2227 DEFAULT_wxUSE_ICO_CUR=no
2228 DEFAULT_wxUSE_ACCESSIBILITY=no
2229
2230 DEFAULT_wxUSE_MONOLITHIC=no
2231 DEFAULT_wxUSE_PLUGINS=no
2232 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2233 else
2234 DEFAULT_wxUSE_UNIVERSAL=no
2235 DEFAULT_wxUSE_STL=no
2236
2237 DEFAULT_wxUSE_NANOX=no
2238
2239 DEFAULT_wxUSE_THREADS=yes
2240
2241 DEFAULT_wxUSE_SHARED=yes
2242 DEFAULT_wxUSE_OPTIMISE=yes
2243 DEFAULT_wxUSE_PROFILE=no
2244 DEFAULT_wxUSE_NO_DEPS=no
2245 DEFAULT_wxUSE_NO_RTTI=no
2246 DEFAULT_wxUSE_NO_EXCEPTIONS=no
2247 DEFAULT_wxUSE_RPATH=yes
2248 DEFAULT_wxUSE_PERMISSIVE=no
2249 DEFAULT_wxUSE_DEBUG_FLAG=no
2250 DEFAULT_wxUSE_DEBUG_INFO=no
2251 DEFAULT_wxUSE_DEBUG_GDB=no
2252 DEFAULT_wxUSE_MEM_TRACING=no
2253 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2254 DEFAULT_wxUSE_DMALLOC=no
2255 DEFAULT_wxUSE_APPLE_IEEE=yes
2256
2257 DEFAULT_wxUSE_EXCEPTIONS=yes
2258 DEFAULT_wxUSE_LOG=yes
2259 DEFAULT_wxUSE_LOGWINDOW=yes
2260 DEFAULT_wxUSE_LOGGUI=yes
2261 DEFAULT_wxUSE_LOGDIALOG=yes
2262
2263 DEFAULT_wxUSE_GUI=yes
2264
2265 DEFAULT_wxUSE_REGEX=yes
2266 DEFAULT_wxUSE_XML=yes
2267 DEFAULT_wxUSE_EXPAT=yes
2268 DEFAULT_wxUSE_ZLIB=yes
2269 DEFAULT_wxUSE_LIBPNG=yes
2270 DEFAULT_wxUSE_LIBJPEG=yes
2271 DEFAULT_wxUSE_LIBTIFF=yes
2272 DEFAULT_wxUSE_LIBXPM=yes
2273 DEFAULT_wxUSE_LIBMSPACK=yes
2274 DEFAULT_wxUSE_LIBSDL=no
2275 DEFAULT_wxUSE_LIBGNOMEPRINT=no
2276 DEFAULT_wxUSE_ODBC=no
2277 DEFAULT_wxUSE_OPENGL=no
2278
2279 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
2280 DEFAULT_wxUSE_STACKWALKER=yes
2281 DEFAULT_wxUSE_DEBUGREPORT=yes
2282 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
2283 DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG
2284 DEFAULT_wxUSE_STD_STRING=$DEFAULT_STD_FLAG
2285 DEFAULT_wxUSE_CMDLINE_PARSER=yes
2286 DEFAULT_wxUSE_DATETIME=yes
2287 DEFAULT_wxUSE_TIMER=yes
2288 DEFAULT_wxUSE_STOPWATCH=yes
2289 DEFAULT_wxUSE_FILE=yes
2290 DEFAULT_wxUSE_FFILE=yes
2291 DEFAULT_wxUSE_STDPATHS=yes
2292 DEFAULT_wxUSE_TEXTBUFFER=yes
2293 DEFAULT_wxUSE_TEXTFILE=yes
2294 DEFAULT_wxUSE_SOUND=yes
2295 DEFAULT_wxUSE_MEDIACTRL=no
2296 DEFAULT_wxUSE_INTL=yes
2297 DEFAULT_wxUSE_CONFIG=yes
2298 DEFAULT_wxUSE_FONTMAP=yes
2299 DEFAULT_wxUSE_STREAMS=yes
2300 DEFAULT_wxUSE_SOCKETS=yes
2301 DEFAULT_wxUSE_OLE=yes
2302 DEFAULT_wxUSE_DATAOBJ=yes
2303 DEFAULT_wxUSE_DIALUP_MANAGER=yes
2304 DEFAULT_wxUSE_JOYSTICK=yes
2305 DEFAULT_wxUSE_DYNLIB_CLASS=yes
2306 DEFAULT_wxUSE_DYNAMIC_LOADER=yes
2307 DEFAULT_wxUSE_LONGLONG=yes
2308 DEFAULT_wxUSE_GEOMETRY=yes
2309
2310 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
2311 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
2312 DEFAULT_wxUSE_POSTSCRIPT=yes
2313
2314 DEFAULT_wxUSE_CLIPBOARD=yes
2315 DEFAULT_wxUSE_TOOLTIPS=yes
2316 DEFAULT_wxUSE_DRAG_AND_DROP=yes
2317 DEFAULT_wxUSE_DRAGIMAGE=yes
2318 DEFAULT_wxUSE_SPLINES=yes
2319 DEFAULT_wxUSE_MOUSEWHEEL=yes
2320
2321 DEFAULT_wxUSE_MDI=yes
2322 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
2323 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
2324 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
2325
2326 DEFAULT_wxUSE_RESOURCES=no
2327 DEFAULT_wxUSE_CONSTRAINTS=yes
2328 DEFAULT_wxUSE_IPC=yes
2329 DEFAULT_wxUSE_HELP=yes
2330 DEFAULT_wxUSE_MS_HTML_HELP=yes
2331 DEFAULT_wxUSE_WXHTML_HELP=yes
2332 DEFAULT_wxUSE_TREELAYOUT=yes
2333 DEFAULT_wxUSE_METAFILE=yes
2334 DEFAULT_wxUSE_MIMETYPE=yes
2335 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
2336 DEFAULT_wxUSE_PROTOCOL=yes
2337 DEFAULT_wxUSE_PROTOCOL_HTTP=yes
2338 DEFAULT_wxUSE_PROTOCOL_FTP=yes
2339 DEFAULT_wxUSE_PROTOCOL_FILE=yes
2340 DEFAULT_wxUSE_URL=yes
2341
2342 DEFAULT_wxUSE_COMMONDLGS=yes
2343 DEFAULT_wxUSE_CHOICEDLG=yes
2344 DEFAULT_wxUSE_COLOURDLG=yes
2345 DEFAULT_wxUSE_DIRDLG=yes
2346 DEFAULT_wxUSE_FILEDLG=yes
2347 DEFAULT_wxUSE_FINDREPLDLG=yes
2348 DEFAULT_wxUSE_FONTDLG=yes
2349 DEFAULT_wxUSE_MSGDLG=yes
2350 DEFAULT_wxUSE_NUMBERDLG=yes
2351 DEFAULT_wxUSE_TEXTDLG=yes
2352 DEFAULT_wxUSE_SPLASH=yes
2353 DEFAULT_wxUSE_STARTUP_TIPS=yes
2354 DEFAULT_wxUSE_PROGRESSDLG=yes
2355 DEFAULT_wxUSE_WIZARDDLG=yes
2356
2357 DEFAULT_wxUSE_MENUS=yes
2358 DEFAULT_wxUSE_MINIFRAME=yes
2359 DEFAULT_wxUSE_HTML=yes
2360 DEFAULT_wxUSE_RICHTEXT=yes
2361 DEFAULT_wxUSE_XRC=yes
2362 DEFAULT_wxUSE_WEBKIT=yes
2363 DEFAULT_wxUSE_FILESYSTEM=yes
2364 DEFAULT_wxUSE_FS_INET=yes
2365 DEFAULT_wxUSE_FS_ZIP=yes
2366 DEFAULT_wxUSE_BUSYINFO=yes
2367 DEFAULT_wxUSE_ARCHIVE_STREAMS=yes
2368 DEFAULT_wxUSE_ZIPSTREAM=yes
2369 DEFAULT_wxUSE_VALIDATORS=yes
2370
2371 DEFAULT_wxUSE_ACCEL=yes
2372 DEFAULT_wxUSE_BUTTON=yes
2373 DEFAULT_wxUSE_BMPBUTTON=yes
2374 DEFAULT_wxUSE_CALCTRL=yes
2375 DEFAULT_wxUSE_CARET=yes
2376 DEFAULT_wxUSE_CHECKBOX=yes
2377 DEFAULT_wxUSE_CHECKLST=yes
2378 DEFAULT_wxUSE_CHOICE=yes
2379 DEFAULT_wxUSE_CHOICEBOOK=yes
2380 DEFAULT_wxUSE_COMBOBOX=yes
2381 DEFAULT_wxUSE_DATEPICKCTRL=yes
2382 DEFAULT_wxUSE_DISPLAY=yes
2383 DEFAULT_wxUSE_GAUGE=yes
2384 DEFAULT_wxUSE_GRID=yes
2385 DEFAULT_wxUSE_IMAGLIST=yes
2386 DEFAULT_wxUSE_LISTBOOK=yes
2387 DEFAULT_wxUSE_LISTBOX=yes
2388 DEFAULT_wxUSE_LISTCTRL=yes
2389 DEFAULT_wxUSE_NOTEBOOK=yes
2390 DEFAULT_wxUSE_RADIOBOX=yes
2391 DEFAULT_wxUSE_RADIOBTN=yes
2392 DEFAULT_wxUSE_SASH=yes
2393 DEFAULT_wxUSE_SCROLLBAR=yes
2394 DEFAULT_wxUSE_SLIDER=yes
2395 DEFAULT_wxUSE_SPINBTN=yes
2396 DEFAULT_wxUSE_SPINCTRL=yes
2397 DEFAULT_wxUSE_SPLITTER=yes
2398 DEFAULT_wxUSE_STATBMP=yes
2399 DEFAULT_wxUSE_STATBOX=yes
2400 DEFAULT_wxUSE_STATLINE=yes
2401 DEFAULT_wxUSE_STATTEXT=yes
2402 DEFAULT_wxUSE_STATUSBAR=yes
2403 DEFAULT_wxUSE_TABDIALOG=no
2404 DEFAULT_wxUSE_TEXTCTRL=yes
2405 DEFAULT_wxUSE_TOGGLEBTN=yes
2406 DEFAULT_wxUSE_TOOLBAR=yes
2407 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
2408 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
2409 DEFAULT_wxUSE_TREEBOOK=yes
2410 DEFAULT_wxUSE_TREECTRL=yes
2411 DEFAULT_wxUSE_POPUPWIN=yes
2412 DEFAULT_wxUSE_TIPWINDOW=yes
2413
2414 DEFAULT_wxUSE_UNICODE=no
2415 DEFAULT_wxUSE_UNICODE_MSLU=yes
2416 DEFAULT_wxUSE_WCSRTOMBS=no
2417
2418 DEFAULT_wxUSE_PALETTE=yes
2419 DEFAULT_wxUSE_IMAGE=yes
2420 DEFAULT_wxUSE_GIF=yes
2421 DEFAULT_wxUSE_PCX=yes
2422 DEFAULT_wxUSE_IFF=no
2423 DEFAULT_wxUSE_PNM=yes
2424 DEFAULT_wxUSE_XPM=yes
2425 DEFAULT_wxUSE_ICO_CUR=yes
2426 DEFAULT_wxUSE_ACCESSIBILITY=no
2427
2428 DEFAULT_wxUSE_MONOLITHIC=no
2429 DEFAULT_wxUSE_PLUGINS=no
2430 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2431
2432 DEFAULT_wxUSE_GTK2=yes
2433 fi
2434
2435
2436
2437
2438 for toolkit in `echo $ALL_TOOLKITS`; do
2439 LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2440 if test "x$LINE" != "x" ; then
2441 has_toolkit_in_cache=1
2442 eval "DEFAULT_$LINE"
2443 eval "CACHE_$toolkit=1"
2444
2445 LINE=`grep "wx${toolkit}_VERSION=" ${wx_arg_cache_file}`
2446 if test "x$LINE" != "x" ; then
2447 eval "DEFAULT_$LINE"
2448 fi
2449 fi
2450 done
2451
2452
2453
2454 enablestring=
2455 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2456 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2457 no_cache=0
2458 # Check whether --enable-gui or --disable-gui was given.
2459 if test "${enable_gui+set}" = set; then
2460 enableval="$enable_gui"
2461
2462 if test "$enableval" = yes; then
2463 ac_cv_use_gui='wxUSE_GUI=yes'
2464 else
2465 ac_cv_use_gui='wxUSE_GUI=no'
2466 fi
2467
2468 else
2469
2470 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2471 if test "x$LINE" != x ; then
2472 eval "DEFAULT_$LINE"
2473 else
2474 no_cache=1
2475 fi
2476
2477 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2478
2479 fi;
2480
2481 eval "$ac_cv_use_gui"
2482 if test "$no_cache" != 1; then
2483 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2484 fi
2485
2486 if test "$wxUSE_GUI" = yes; then
2487 echo "$as_me:$LINENO: result: yes" >&5
2488 echo "${ECHO_T}yes" >&6
2489 else
2490 echo "$as_me:$LINENO: result: no" >&5
2491 echo "${ECHO_T}no" >&6
2492 fi
2493
2494
2495 enablestring=
2496 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2497 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2498 no_cache=0
2499 # Check whether --enable-monolithic or --disable-monolithic was given.
2500 if test "${enable_monolithic+set}" = set; then
2501 enableval="$enable_monolithic"
2502
2503 if test "$enableval" = yes; then
2504 ac_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
2505 else
2506 ac_cv_use_monolithic='wxUSE_MONOLITHIC=no'
2507 fi
2508
2509 else
2510
2511 LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2512 if test "x$LINE" != x ; then
2513 eval "DEFAULT_$LINE"
2514 else
2515 no_cache=1
2516 fi
2517
2518 ac_cv_use_monolithic='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2519
2520 fi;
2521
2522 eval "$ac_cv_use_monolithic"
2523 if test "$no_cache" != 1; then
2524 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2525 fi
2526
2527 if test "$wxUSE_MONOLITHIC" = yes; then
2528 echo "$as_me:$LINENO: result: yes" >&5
2529 echo "${ECHO_T}yes" >&6
2530 else
2531 echo "$as_me:$LINENO: result: no" >&5
2532 echo "${ECHO_T}no" >&6
2533 fi
2534
2535
2536 enablestring=
2537 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
2538 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6
2539 no_cache=0
2540 # Check whether --enable-plugins or --disable-plugins was given.
2541 if test "${enable_plugins+set}" = set; then
2542 enableval="$enable_plugins"
2543
2544 if test "$enableval" = yes; then
2545 ac_cv_use_plugins='wxUSE_PLUGINS=yes'
2546 else
2547 ac_cv_use_plugins='wxUSE_PLUGINS=no'
2548 fi
2549
2550 else
2551
2552 LINE=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}`
2553 if test "x$LINE" != x ; then
2554 eval "DEFAULT_$LINE"
2555 else
2556 no_cache=1
2557 fi
2558
2559 ac_cv_use_plugins='wxUSE_PLUGINS='$DEFAULT_wxUSE_PLUGINS
2560
2561 fi;
2562
2563 eval "$ac_cv_use_plugins"
2564 if test "$no_cache" != 1; then
2565 echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp
2566 fi
2567
2568 if test "$wxUSE_PLUGINS" = yes; then
2569 echo "$as_me:$LINENO: result: yes" >&5
2570 echo "${ECHO_T}yes" >&6
2571 else
2572 echo "$as_me:$LINENO: result: no" >&5
2573 echo "${ECHO_T}no" >&6
2574 fi
2575
2576
2577 withstring=without
2578 echo "$as_me:$LINENO: checking for --${withstring:-with}-subdirs" >&5
2579 echo $ECHO_N "checking for --${withstring:-with}-subdirs... $ECHO_C" >&6
2580 no_cache=0
2581
2582 # Check whether --with-subdirs or --without-subdirs was given.
2583 if test "${with_subdirs+set}" = set; then
2584 withval="$with_subdirs"
2585
2586 if test "$withval" = yes; then
2587 ac_cv_use_subdirs='wxWITH_SUBDIRS=yes'
2588 else
2589 ac_cv_use_subdirs='wxWITH_SUBDIRS=no'
2590 fi
2591
2592 else
2593
2594 LINE=`grep "wxWITH_SUBDIRS" ${wx_arg_cache_file}`
2595 if test "x$LINE" != x ; then
2596 eval "DEFAULT_$LINE"
2597 else
2598 no_cache=1
2599 fi
2600
2601 ac_cv_use_subdirs='wxWITH_SUBDIRS='$DEFAULT_wxWITH_SUBDIRS
2602
2603 fi;
2604
2605 eval "$ac_cv_use_subdirs"
2606 if test "$no_cache" != 1; then
2607 echo $ac_cv_use_subdirs >> ${wx_arg_cache_file}.tmp
2608 fi
2609
2610 if test "$wxWITH_SUBDIRS" = yes; then
2611 echo "$as_me:$LINENO: result: yes" >&5
2612 echo "${ECHO_T}yes" >&6
2613 else
2614 echo "$as_me:$LINENO: result: no" >&5
2615 echo "${ECHO_T}no" >&6
2616 fi
2617
2618
2619 if test "$wxUSE_GUI" = "yes"; then
2620
2621
2622 enablestring=
2623 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2624 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2625 no_cache=0
2626 # Check whether --enable-universal or --disable-universal was given.
2627 if test "${enable_universal+set}" = set; then
2628 enableval="$enable_universal"
2629
2630 if test "$enableval" = yes; then
2631 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
2632 else
2633 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
2634 fi
2635
2636 else
2637
2638 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2639 if test "x$LINE" != x ; then
2640 eval "DEFAULT_$LINE"
2641 else
2642 no_cache=1
2643 fi
2644
2645 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2646
2647 fi;
2648
2649 eval "$ac_cv_use_universal"
2650 if test "$no_cache" != 1; then
2651 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2652 fi
2653
2654 if test "$wxUSE_UNIVERSAL" = yes; then
2655 echo "$as_me:$LINENO: result: yes" >&5
2656 echo "${ECHO_T}yes" >&6
2657 else
2658 echo "$as_me:$LINENO: result: no" >&5
2659 echo "${ECHO_T}no" >&6
2660 fi
2661
2662
2663 # Check whether --with-gtk or --without-gtk was given.
2664 if test "${with_gtk+set}" = set; then
2665 withval="$with_gtk"
2666 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
2667 fi;
2668
2669 # Check whether --with-motif or --without-motif was given.
2670 if test "${with_motif+set}" = set; then
2671 withval="$with_motif"
2672 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
2673 fi;
2674
2675 # Check whether --with-mac or --without-mac was given.
2676 if test "${with_mac+set}" = set; then
2677 withval="$with_mac"
2678 wxUSE_MAC="$withval" CACHE_MAC=1 TOOLKIT_GIVEN=1
2679 fi;
2680
2681 # Check whether --with-cocoa or --without-cocoa was given.
2682 if test "${with_cocoa+set}" = set; then
2683 withval="$with_cocoa"
2684 wxUSE_COCOA="$withval" CACHE_COCOA=1 TOOLKIT_GIVEN=1
2685 fi;
2686
2687 # Check whether --with-wine or --without-wine was given.
2688 if test "${with_wine+set}" = set; then
2689 withval="$with_wine"
2690 wxUSE_WINE="$withval" CACHE_WINE=1
2691 fi;
2692
2693 # Check whether --with-msw or --without-msw was given.
2694 if test "${with_msw+set}" = set; then
2695 withval="$with_msw"
2696 wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
2697 fi;
2698
2699 # Check whether --with-pm or --without-pm was given.
2700 if test "${with_pm+set}" = set; then
2701 withval="$with_pm"
2702 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
2703 fi;
2704
2705 # Check whether --with-mgl or --without-mgl was given.
2706 if test "${with_mgl+set}" = set; then
2707 withval="$with_mgl"
2708 wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
2709 fi;
2710
2711 # Check whether --with-microwin or --without-microwin was given.
2712 if test "${with_microwin+set}" = set; then
2713 withval="$with_microwin"
2714 wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
2715 fi;
2716
2717 # Check whether --with-x11 or --without-x11 was given.
2718 if test "${with_x11+set}" = set; then
2719 withval="$with_x11"
2720 wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
2721 fi;
2722
2723 enablestring=
2724 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2725 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2726 no_cache=0
2727 # Check whether --enable-nanox or --disable-nanox was given.
2728 if test "${enable_nanox+set}" = set; then
2729 enableval="$enable_nanox"
2730
2731 if test "$enableval" = yes; then
2732 ac_cv_use_nanox='wxUSE_NANOX=yes'
2733 else
2734 ac_cv_use_nanox='wxUSE_NANOX=no'
2735 fi
2736
2737 else
2738
2739 LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2740 if test "x$LINE" != x ; then
2741 eval "DEFAULT_$LINE"
2742 else
2743 no_cache=1
2744 fi
2745
2746 ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2747
2748 fi;
2749
2750 eval "$ac_cv_use_nanox"
2751 if test "$no_cache" != 1; then
2752 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2753 fi
2754
2755 if test "$wxUSE_NANOX" = yes; then
2756 echo "$as_me:$LINENO: result: yes" >&5
2757 echo "${ECHO_T}yes" >&6
2758 else
2759 echo "$as_me:$LINENO: result: no" >&5
2760 echo "${ECHO_T}no" >&6
2761 fi
2762
2763
2764 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2765 if test "${enable_gtk2+set}" = set; then
2766 enableval="$enable_gtk2"
2767 wxUSE_GTK2="$enableval"
2768 fi;
2769
2770 enablestring=
2771 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
2772 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6
2773 no_cache=0
2774 # Check whether --enable-gpe or --disable-gpe was given.
2775 if test "${enable_gpe+set}" = set; then
2776 enableval="$enable_gpe"
2777
2778 if test "$enableval" = yes; then
2779 ac_cv_use_gpe='wxUSE_GPE=yes'
2780 else
2781 ac_cv_use_gpe='wxUSE_GPE=no'
2782 fi
2783
2784 else
2785
2786 LINE=`grep "wxUSE_GPE" ${wx_arg_cache_file}`
2787 if test "x$LINE" != x ; then
2788 eval "DEFAULT_$LINE"
2789 else
2790 no_cache=1
2791 fi
2792
2793 ac_cv_use_gpe='wxUSE_GPE='$DEFAULT_wxUSE_GPE
2794
2795 fi;
2796
2797 eval "$ac_cv_use_gpe"
2798 if test "$no_cache" != 1; then
2799 echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp
2800 fi
2801
2802 if test "$wxUSE_GPE" = yes; then
2803 echo "$as_me:$LINENO: result: yes" >&5
2804 echo "${ECHO_T}yes" >&6
2805 else
2806 echo "$as_me:$LINENO: result: no" >&5
2807 echo "${ECHO_T}no" >&6
2808 fi
2809
2810
2811
2812 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2813 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2814 no_cache=0
2815
2816 # Check whether --with-libpng or --without-libpng was given.
2817 if test "${with_libpng+set}" = set; then
2818 withval="$with_libpng"
2819
2820 if test "$withval" = yes; then
2821 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
2822 elif test "$withval" = no; then
2823 ac_cv_use_libpng='wxUSE_LIBPNG=no'
2824 elif test "$withval" = sys; then
2825 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
2826 elif test "$withval" = builtin; then
2827 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
2828 else
2829 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2830 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2831 { (exit 1); exit 1; }; }
2832 fi
2833
2834 else
2835
2836 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2837 if test "x$LINE" != x ; then
2838 eval "DEFAULT_$LINE"
2839 else
2840 no_cache=1
2841 fi
2842
2843 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2844
2845 fi;
2846
2847 eval "$ac_cv_use_libpng"
2848 if test "$no_cache" != 1; then
2849 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2850 fi
2851
2852 if test "$wxUSE_LIBPNG" = yes; then
2853 echo "$as_me:$LINENO: result: yes" >&5
2854 echo "${ECHO_T}yes" >&6
2855 elif test "$wxUSE_LIBPNG" = no; then
2856 echo "$as_me:$LINENO: result: no" >&5
2857 echo "${ECHO_T}no" >&6
2858 elif test "$wxUSE_LIBPNG" = sys; then
2859 echo "$as_me:$LINENO: result: system version" >&5
2860 echo "${ECHO_T}system version" >&6
2861 elif test "$wxUSE_LIBPNG" = builtin; then
2862 echo "$as_me:$LINENO: result: builtin version" >&5
2863 echo "${ECHO_T}builtin version" >&6
2864 else
2865 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2866 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2867 { (exit 1); exit 1; }; }
2868 fi
2869
2870
2871 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2872 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2873 no_cache=0
2874
2875 # Check whether --with-libjpeg or --without-libjpeg was given.
2876 if test "${with_libjpeg+set}" = set; then
2877 withval="$with_libjpeg"
2878
2879 if test "$withval" = yes; then
2880 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
2881 elif test "$withval" = no; then
2882 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
2883 elif test "$withval" = sys; then
2884 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
2885 elif test "$withval" = builtin; then
2886 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
2887 else
2888 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2889 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2890 { (exit 1); exit 1; }; }
2891 fi
2892
2893 else
2894
2895 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2896 if test "x$LINE" != x ; then
2897 eval "DEFAULT_$LINE"
2898 else
2899 no_cache=1
2900 fi
2901
2902 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2903
2904 fi;
2905
2906 eval "$ac_cv_use_libjpeg"
2907 if test "$no_cache" != 1; then
2908 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2909 fi
2910
2911 if test "$wxUSE_LIBJPEG" = yes; then
2912 echo "$as_me:$LINENO: result: yes" >&5
2913 echo "${ECHO_T}yes" >&6
2914 elif test "$wxUSE_LIBJPEG" = no; then
2915 echo "$as_me:$LINENO: result: no" >&5
2916 echo "${ECHO_T}no" >&6
2917 elif test "$wxUSE_LIBJPEG" = sys; then
2918 echo "$as_me:$LINENO: result: system version" >&5
2919 echo "${ECHO_T}system version" >&6
2920 elif test "$wxUSE_LIBJPEG" = builtin; then
2921 echo "$as_me:$LINENO: result: builtin version" >&5
2922 echo "${ECHO_T}builtin version" >&6
2923 else
2924 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2925 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2926 { (exit 1); exit 1; }; }
2927 fi
2928
2929
2930 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2931 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2932 no_cache=0
2933
2934 # Check whether --with-libtiff or --without-libtiff was given.
2935 if test "${with_libtiff+set}" = set; then
2936 withval="$with_libtiff"
2937
2938 if test "$withval" = yes; then
2939 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
2940 elif test "$withval" = no; then
2941 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
2942 elif test "$withval" = sys; then
2943 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
2944 elif test "$withval" = builtin; then
2945 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
2946 else
2947 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2948 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2949 { (exit 1); exit 1; }; }
2950 fi
2951
2952 else
2953
2954 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2955 if test "x$LINE" != x ; then
2956 eval "DEFAULT_$LINE"
2957 else
2958 no_cache=1
2959 fi
2960
2961 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2962
2963 fi;
2964
2965 eval "$ac_cv_use_libtiff"
2966 if test "$no_cache" != 1; then
2967 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2968 fi
2969
2970 if test "$wxUSE_LIBTIFF" = yes; then
2971 echo "$as_me:$LINENO: result: yes" >&5
2972 echo "${ECHO_T}yes" >&6
2973 elif test "$wxUSE_LIBTIFF" = no; then
2974 echo "$as_me:$LINENO: result: no" >&5
2975 echo "${ECHO_T}no" >&6
2976 elif test "$wxUSE_LIBTIFF" = sys; then
2977 echo "$as_me:$LINENO: result: system version" >&5
2978 echo "${ECHO_T}system version" >&6
2979 elif test "$wxUSE_LIBTIFF" = builtin; then
2980 echo "$as_me:$LINENO: result: builtin version" >&5
2981 echo "${ECHO_T}builtin version" >&6
2982 else
2983 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2984 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2985 { (exit 1); exit 1; }; }
2986 fi
2987
2988
2989 echo "$as_me:$LINENO: checking for --with-libxpm" >&5
2990 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6
2991 no_cache=0
2992
2993 # Check whether --with-libxpm or --without-libxpm was given.
2994 if test "${with_libxpm+set}" = set; then
2995 withval="$with_libxpm"
2996
2997 if test "$withval" = yes; then
2998 ac_cv_use_libxpm='wxUSE_LIBXPM=yes'
2999 elif test "$withval" = no; then
3000 ac_cv_use_libxpm='wxUSE_LIBXPM=no'
3001 elif test "$withval" = sys; then
3002 ac_cv_use_libxpm='wxUSE_LIBXPM=sys'
3003 elif test "$withval" = builtin; then
3004 ac_cv_use_libxpm='wxUSE_LIBXPM=builtin'
3005 else
3006 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3007 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3008 { (exit 1); exit 1; }; }
3009 fi
3010
3011 else
3012
3013 LINE=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}`
3014 if test "x$LINE" != x ; then
3015 eval "DEFAULT_$LINE"
3016 else
3017 no_cache=1
3018 fi
3019
3020 ac_cv_use_libxpm='wxUSE_LIBXPM='$DEFAULT_wxUSE_LIBXPM
3021
3022 fi;
3023
3024 eval "$ac_cv_use_libxpm"
3025 if test "$no_cache" != 1; then
3026 echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp
3027 fi
3028
3029 if test "$wxUSE_LIBXPM" = yes; then
3030 echo "$as_me:$LINENO: result: yes" >&5
3031 echo "${ECHO_T}yes" >&6
3032 elif test "$wxUSE_LIBXPM" = no; then
3033 echo "$as_me:$LINENO: result: no" >&5
3034 echo "${ECHO_T}no" >&6
3035 elif test "$wxUSE_LIBXPM" = sys; then
3036 echo "$as_me:$LINENO: result: system version" >&5
3037 echo "${ECHO_T}system version" >&6
3038 elif test "$wxUSE_LIBXPM" = builtin; then
3039 echo "$as_me:$LINENO: result: builtin version" >&5
3040 echo "${ECHO_T}builtin version" >&6
3041 else
3042 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3043 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3044 { (exit 1); exit 1; }; }
3045 fi
3046
3047
3048 withstring=
3049 echo "$as_me:$LINENO: checking for --${withstring:-with}-libmspack" >&5
3050 echo $ECHO_N "checking for --${withstring:-with}-libmspack... $ECHO_C" >&6
3051 no_cache=0
3052
3053 # Check whether --with-libmspack or --without-libmspack was given.
3054 if test "${with_libmspack+set}" = set; then
3055 withval="$with_libmspack"
3056
3057 if test "$withval" = yes; then
3058 ac_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
3059 else
3060 ac_cv_use_libmspack='wxUSE_LIBMSPACK=no'
3061 fi
3062
3063 else
3064
3065 LINE=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}`
3066 if test "x$LINE" != x ; then
3067 eval "DEFAULT_$LINE"
3068 else
3069 no_cache=1
3070 fi
3071
3072 ac_cv_use_libmspack='wxUSE_LIBMSPACK='$DEFAULT_wxUSE_LIBMSPACK
3073
3074 fi;
3075
3076 eval "$ac_cv_use_libmspack"
3077 if test "$no_cache" != 1; then
3078 echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp
3079 fi
3080
3081 if test "$wxUSE_LIBMSPACK" = yes; then
3082 echo "$as_me:$LINENO: result: yes" >&5
3083 echo "${ECHO_T}yes" >&6
3084 else
3085 echo "$as_me:$LINENO: result: no" >&5
3086 echo "${ECHO_T}no" >&6
3087 fi
3088
3089
3090 withstring=
3091 echo "$as_me:$LINENO: checking for --${withstring:-with}-sdl" >&5
3092 echo $ECHO_N "checking for --${withstring:-with}-sdl... $ECHO_C" >&6
3093 no_cache=0
3094
3095 # Check whether --with-sdl or --without-sdl was given.
3096 if test "${with_sdl+set}" = set; then
3097 withval="$with_sdl"
3098
3099 if test "$withval" = yes; then
3100 ac_cv_use_sdl='wxUSE_LIBSDL=yes'
3101 else
3102 ac_cv_use_sdl='wxUSE_LIBSDL=no'
3103 fi
3104
3105 else
3106
3107 LINE=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}`
3108 if test "x$LINE" != x ; then
3109 eval "DEFAULT_$LINE"
3110 else
3111 no_cache=1
3112 fi
3113
3114 ac_cv_use_sdl='wxUSE_LIBSDL='$DEFAULT_wxUSE_LIBSDL
3115
3116 fi;
3117
3118 eval "$ac_cv_use_sdl"
3119 if test "$no_cache" != 1; then
3120 echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp
3121 fi
3122
3123 if test "$wxUSE_LIBSDL" = yes; then
3124 echo "$as_me:$LINENO: result: yes" >&5
3125 echo "${ECHO_T}yes" >&6
3126 else
3127 echo "$as_me:$LINENO: result: no" >&5
3128 echo "${ECHO_T}no" >&6
3129 fi
3130
3131
3132 withstring=
3133 echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomeprint" >&5
3134 echo $ECHO_N "checking for --${withstring:-with}-gnomeprint... $ECHO_C" >&6
3135 no_cache=0
3136
3137 # Check whether --with-gnomeprint or --without-gnomeprint was given.
3138 if test "${with_gnomeprint+set}" = set; then
3139 withval="$with_gnomeprint"
3140
3141 if test "$withval" = yes; then
3142 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes'
3143 else
3144 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no'
3145 fi
3146
3147 else
3148
3149 LINE=`grep "wxUSE_LIBGNOMEPRINT" ${wx_arg_cache_file}`
3150 if test "x$LINE" != x ; then
3151 eval "DEFAULT_$LINE"
3152 else
3153 no_cache=1
3154 fi
3155
3156 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT='$DEFAULT_wxUSE_LIBGNOMEPRINT
3157
3158 fi;
3159
3160 eval "$ac_cv_use_gnomeprint"
3161 if test "$no_cache" != 1; then
3162 echo $ac_cv_use_gnomeprint >> ${wx_arg_cache_file}.tmp
3163 fi
3164
3165 if test "$wxUSE_LIBGNOMEPRINT" = yes; then
3166 echo "$as_me:$LINENO: result: yes" >&5
3167 echo "${ECHO_T}yes" >&6
3168 else
3169 echo "$as_me:$LINENO: result: no" >&5
3170 echo "${ECHO_T}no" >&6
3171 fi
3172
3173
3174 withstring=
3175 echo "$as_me:$LINENO: checking for --${withstring:-with}-opengl" >&5
3176 echo $ECHO_N "checking for --${withstring:-with}-opengl... $ECHO_C" >&6
3177 no_cache=0
3178
3179 # Check whether --with-opengl or --without-opengl was given.
3180 if test "${with_opengl+set}" = set; then
3181 withval="$with_opengl"
3182
3183 if test "$withval" = yes; then
3184 ac_cv_use_opengl='wxUSE_OPENGL=yes'
3185 else
3186 ac_cv_use_opengl='wxUSE_OPENGL=no'
3187 fi
3188
3189 else
3190
3191 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
3192 if test "x$LINE" != x ; then
3193 eval "DEFAULT_$LINE"
3194 else
3195 no_cache=1
3196 fi
3197
3198 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
3199
3200 fi;
3201
3202 eval "$ac_cv_use_opengl"
3203 if test "$no_cache" != 1; then
3204 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
3205 fi
3206
3207 if test "$wxUSE_OPENGL" = yes; then
3208 echo "$as_me:$LINENO: result: yes" >&5
3209 echo "${ECHO_T}yes" >&6
3210 else
3211 echo "$as_me:$LINENO: result: no" >&5
3212 echo "${ECHO_T}no" >&6
3213 fi
3214
3215
3216 fi
3217
3218
3219 withstring=
3220 echo "$as_me:$LINENO: checking for --${withstring:-with}-dmalloc" >&5
3221 echo $ECHO_N "checking for --${withstring:-with}-dmalloc... $ECHO_C" >&6
3222 no_cache=0
3223
3224 # Check whether --with-dmalloc or --without-dmalloc was given.
3225 if test "${with_dmalloc+set}" = set; then
3226 withval="$with_dmalloc"
3227
3228 if test "$withval" = yes; then
3229 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
3230 else
3231 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
3232 fi
3233
3234 else
3235
3236 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
3237 if test "x$LINE" != x ; then
3238 eval "DEFAULT_$LINE"
3239 else
3240 no_cache=1
3241 fi
3242
3243 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
3244
3245 fi;
3246
3247 eval "$ac_cv_use_dmalloc"
3248 if test "$no_cache" != 1; then
3249 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
3250 fi
3251
3252 if test "$wxUSE_DMALLOC" = yes; then
3253 echo "$as_me:$LINENO: result: yes" >&5
3254 echo "${ECHO_T}yes" >&6
3255 else
3256 echo "$as_me:$LINENO: result: no" >&5
3257 echo "${ECHO_T}no" >&6
3258 fi
3259
3260
3261 echo "$as_me:$LINENO: checking for --with-regex" >&5
3262 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3263 no_cache=0
3264
3265 # Check whether --with-regex or --without-regex was given.
3266 if test "${with_regex+set}" = set; then
3267 withval="$with_regex"
3268
3269 if test "$withval" = yes; then
3270 ac_cv_use_regex='wxUSE_REGEX=yes'
3271 elif test "$withval" = no; then
3272 ac_cv_use_regex='wxUSE_REGEX=no'
3273 elif test "$withval" = sys; then
3274 ac_cv_use_regex='wxUSE_REGEX=sys'
3275 elif test "$withval" = builtin; then
3276 ac_cv_use_regex='wxUSE_REGEX=builtin'
3277 else
3278 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3279 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3280 { (exit 1); exit 1; }; }
3281 fi
3282
3283 else
3284
3285 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
3286 if test "x$LINE" != x ; then
3287 eval "DEFAULT_$LINE"
3288 else
3289 no_cache=1
3290 fi
3291
3292 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
3293
3294 fi;
3295
3296 eval "$ac_cv_use_regex"
3297 if test "$no_cache" != 1; then
3298 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
3299 fi
3300
3301 if test "$wxUSE_REGEX" = yes; then
3302 echo "$as_me:$LINENO: result: yes" >&5
3303 echo "${ECHO_T}yes" >&6
3304 elif test "$wxUSE_REGEX" = no; then
3305 echo "$as_me:$LINENO: result: no" >&5
3306 echo "${ECHO_T}no" >&6
3307 elif test "$wxUSE_REGEX" = sys; then
3308 echo "$as_me:$LINENO: result: system version" >&5
3309 echo "${ECHO_T}system version" >&6
3310 elif test "$wxUSE_REGEX" = builtin; then
3311 echo "$as_me:$LINENO: result: builtin version" >&5
3312 echo "${ECHO_T}builtin version" >&6
3313 else
3314 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3315 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3316 { (exit 1); exit 1; }; }
3317 fi
3318
3319
3320 echo "$as_me:$LINENO: checking for --with-zlib" >&5
3321 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
3322 no_cache=0
3323
3324 # Check whether --with-zlib or --without-zlib was given.
3325 if test "${with_zlib+set}" = set; then
3326 withval="$with_zlib"
3327
3328 if test "$withval" = yes; then
3329 ac_cv_use_zlib='wxUSE_ZLIB=yes'
3330 elif test "$withval" = no; then
3331 ac_cv_use_zlib='wxUSE_ZLIB=no'
3332 elif test "$withval" = sys; then
3333 ac_cv_use_zlib='wxUSE_ZLIB=sys'
3334 elif test "$withval" = builtin; then
3335 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
3336 else
3337 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3338 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3339 { (exit 1); exit 1; }; }
3340 fi
3341
3342 else
3343
3344 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
3345 if test "x$LINE" != x ; then
3346 eval "DEFAULT_$LINE"
3347 else
3348 no_cache=1
3349 fi
3350
3351 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
3352
3353 fi;
3354
3355 eval "$ac_cv_use_zlib"
3356 if test "$no_cache" != 1; then
3357 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
3358 fi
3359
3360 if test "$wxUSE_ZLIB" = yes; then
3361 echo "$as_me:$LINENO: result: yes" >&5
3362 echo "${ECHO_T}yes" >&6
3363 elif test "$wxUSE_ZLIB" = no; then
3364 echo "$as_me:$LINENO: result: no" >&5
3365 echo "${ECHO_T}no" >&6
3366 elif test "$wxUSE_ZLIB" = sys; then
3367 echo "$as_me:$LINENO: result: system version" >&5
3368 echo "${ECHO_T}system version" >&6
3369 elif test "$wxUSE_ZLIB" = builtin; then
3370 echo "$as_me:$LINENO: result: builtin version" >&5
3371 echo "${ECHO_T}builtin version" >&6
3372 else
3373 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3374 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3375 { (exit 1); exit 1; }; }
3376 fi
3377
3378
3379 echo "$as_me:$LINENO: checking for --with-odbc" >&5
3380 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
3381 no_cache=0
3382
3383 # Check whether --with-odbc or --without-odbc was given.
3384 if test "${with_odbc+set}" = set; then
3385 withval="$with_odbc"
3386
3387 if test "$withval" = yes; then
3388 ac_cv_use_odbc='wxUSE_ODBC=yes'
3389 elif test "$withval" = no; then
3390 ac_cv_use_odbc='wxUSE_ODBC=no'
3391 elif test "$withval" = sys; then
3392 ac_cv_use_odbc='wxUSE_ODBC=sys'
3393 elif test "$withval" = builtin; then
3394 ac_cv_use_odbc='wxUSE_ODBC=builtin'
3395 else
3396 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3397 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3398 { (exit 1); exit 1; }; }
3399 fi
3400
3401 else
3402
3403 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3404 if test "x$LINE" != x ; then
3405 eval "DEFAULT_$LINE"
3406 else
3407 no_cache=1
3408 fi
3409
3410 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
3411
3412 fi;
3413
3414 eval "$ac_cv_use_odbc"
3415 if test "$no_cache" != 1; then
3416 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3417 fi
3418
3419 if test "$wxUSE_ODBC" = yes; then
3420 echo "$as_me:$LINENO: result: yes" >&5
3421 echo "${ECHO_T}yes" >&6
3422 elif test "$wxUSE_ODBC" = no; then
3423 echo "$as_me:$LINENO: result: no" >&5
3424 echo "${ECHO_T}no" >&6
3425 elif test "$wxUSE_ODBC" = sys; then
3426 echo "$as_me:$LINENO: result: system version" >&5
3427 echo "${ECHO_T}system version" >&6
3428 elif test "$wxUSE_ODBC" = builtin; then
3429 echo "$as_me:$LINENO: result: builtin version" >&5
3430 echo "${ECHO_T}builtin version" >&6
3431 else
3432 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3433 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3434 { (exit 1); exit 1; }; }
3435 fi
3436
3437
3438 echo "$as_me:$LINENO: checking for --with-expat" >&5
3439 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3440 no_cache=0
3441
3442 # Check whether --with-expat or --without-expat was given.
3443 if test "${with_expat+set}" = set; then
3444 withval="$with_expat"
3445
3446 if test "$withval" = yes; then
3447 ac_cv_use_expat='wxUSE_EXPAT=yes'
3448 elif test "$withval" = no; then
3449 ac_cv_use_expat='wxUSE_EXPAT=no'
3450 elif test "$withval" = sys; then
3451 ac_cv_use_expat='wxUSE_EXPAT=sys'
3452 elif test "$withval" = builtin; then
3453 ac_cv_use_expat='wxUSE_EXPAT=builtin'
3454 else
3455 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3456 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3457 { (exit 1); exit 1; }; }
3458 fi
3459
3460 else
3461
3462 LINE=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3463 if test "x$LINE" != x ; then
3464 eval "DEFAULT_$LINE"
3465 else
3466 no_cache=1
3467 fi
3468
3469 ac_cv_use_expat='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3470
3471 fi;
3472
3473 eval "$ac_cv_use_expat"
3474 if test "$no_cache" != 1; then
3475 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3476 fi
3477
3478 if test "$wxUSE_EXPAT" = yes; then
3479 echo "$as_me:$LINENO: result: yes" >&5
3480 echo "${ECHO_T}yes" >&6
3481 elif test "$wxUSE_EXPAT" = no; then
3482 echo "$as_me:$LINENO: result: no" >&5
3483 echo "${ECHO_T}no" >&6
3484 elif test "$wxUSE_EXPAT" = sys; then
3485 echo "$as_me:$LINENO: result: system version" >&5
3486 echo "${ECHO_T}system version" >&6
3487 elif test "$wxUSE_EXPAT" = builtin; then
3488 echo "$as_me:$LINENO: result: builtin version" >&5
3489 echo "${ECHO_T}builtin version" >&6
3490 else
3491 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3492 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3493 { (exit 1); exit 1; }; }
3494 fi
3495
3496
3497
3498
3499 enablestring=
3500 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3501 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3502 no_cache=0
3503 # Check whether --enable-shared or --disable-shared was given.
3504 if test "${enable_shared+set}" = set; then
3505 enableval="$enable_shared"
3506
3507 if test "$enableval" = yes; then
3508 ac_cv_use_shared='wxUSE_SHARED=yes'
3509 else
3510 ac_cv_use_shared='wxUSE_SHARED=no'
3511 fi
3512
3513 else
3514
3515 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3516 if test "x$LINE" != x ; then
3517 eval "DEFAULT_$LINE"
3518 else
3519 no_cache=1
3520 fi
3521
3522 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3523
3524 fi;
3525
3526 eval "$ac_cv_use_shared"
3527 if test "$no_cache" != 1; then
3528 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3529 fi
3530
3531 if test "$wxUSE_SHARED" = yes; then
3532 echo "$as_me:$LINENO: result: yes" >&5
3533 echo "${ECHO_T}yes" >&6
3534 else
3535 echo "$as_me:$LINENO: result: no" >&5
3536 echo "${ECHO_T}no" >&6
3537 fi
3538
3539
3540 enablestring=
3541 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3542 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3543 no_cache=0
3544 # Check whether --enable-optimise or --disable-optimise was given.
3545 if test "${enable_optimise+set}" = set; then
3546 enableval="$enable_optimise"
3547
3548 if test "$enableval" = yes; then
3549 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
3550 else
3551 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
3552 fi
3553
3554 else
3555
3556 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3557 if test "x$LINE" != x ; then
3558 eval "DEFAULT_$LINE"
3559 else
3560 no_cache=1
3561 fi
3562
3563 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3564
3565 fi;
3566
3567 eval "$ac_cv_use_optimise"
3568 if test "$no_cache" != 1; then
3569 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3570 fi
3571
3572 if test "$wxUSE_OPTIMISE" = yes; then
3573 echo "$as_me:$LINENO: result: yes" >&5
3574 echo "${ECHO_T}yes" >&6
3575 else
3576 echo "$as_me:$LINENO: result: no" >&5
3577 echo "${ECHO_T}no" >&6
3578 fi
3579
3580
3581 enablestring=
3582 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3583 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3584 no_cache=0
3585 # Check whether --enable-debug or --disable-debug was given.
3586 if test "${enable_debug+set}" = set; then
3587 enableval="$enable_debug"
3588
3589 if test "$enableval" = yes; then
3590 ac_cv_use_debug='wxUSE_DEBUG=yes'
3591 else
3592 ac_cv_use_debug='wxUSE_DEBUG=no'
3593 fi
3594
3595 else
3596
3597 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3598 if test "x$LINE" != x ; then
3599 eval "DEFAULT_$LINE"
3600 else
3601 no_cache=1
3602 fi
3603
3604 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3605
3606 fi;
3607
3608 eval "$ac_cv_use_debug"
3609 if test "$no_cache" != 1; then
3610 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3611 fi
3612
3613 if test "$wxUSE_DEBUG" = yes; then
3614 echo "$as_me:$LINENO: result: yes" >&5
3615 echo "${ECHO_T}yes" >&6
3616 else
3617 echo "$as_me:$LINENO: result: no" >&5
3618 echo "${ECHO_T}no" >&6
3619 fi
3620
3621
3622 enablestring=
3623 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3624 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3625 no_cache=0
3626 # Check whether --enable-stl or --disable-stl was given.
3627 if test "${enable_stl+set}" = set; then
3628 enableval="$enable_stl"
3629
3630 if test "$enableval" = yes; then
3631 ac_cv_use_stl='wxUSE_STL=yes'
3632 else
3633 ac_cv_use_stl='wxUSE_STL=no'
3634 fi
3635
3636 else
3637
3638 LINE=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3639 if test "x$LINE" != x ; then
3640 eval "DEFAULT_$LINE"
3641 else
3642 no_cache=1
3643 fi
3644
3645 ac_cv_use_stl='wxUSE_STL='$DEFAULT_wxUSE_STL
3646
3647 fi;
3648
3649 eval "$ac_cv_use_stl"
3650 if test "$no_cache" != 1; then
3651 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3652 fi
3653
3654 if test "$wxUSE_STL" = yes; then
3655 echo "$as_me:$LINENO: result: yes" >&5
3656 echo "${ECHO_T}yes" >&6
3657 else
3658 echo "$as_me:$LINENO: result: no" >&5
3659 echo "${ECHO_T}no" >&6
3660 fi
3661
3662 if test "$USE_OS2" = "1"; then
3663 DEFAULT_wxUSE_OMF=no
3664
3665 enablestring=
3666 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
3667 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6
3668 no_cache=0
3669 # Check whether --enable-omf or --disable-omf was given.
3670 if test "${enable_omf+set}" = set; then
3671 enableval="$enable_omf"
3672
3673 if test "$enableval" = yes; then
3674 ac_cv_use_omf='wxUSE_OMF=yes'
3675 else
3676 ac_cv_use_omf='wxUSE_OMF=no'
3677 fi
3678
3679 else
3680
3681 LINE=`grep "wxUSE_OMF" ${wx_arg_cache_file}`
3682 if test "x$LINE" != x ; then
3683 eval "DEFAULT_$LINE"
3684 else
3685 no_cache=1
3686 fi
3687
3688 ac_cv_use_omf='wxUSE_OMF='$DEFAULT_wxUSE_OMF
3689
3690 fi;
3691
3692 eval "$ac_cv_use_omf"
3693 if test "$no_cache" != 1; then
3694 echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp
3695 fi
3696
3697 if test "$wxUSE_OMF" = yes; then
3698 echo "$as_me:$LINENO: result: yes" >&5
3699 echo "${ECHO_T}yes" >&6
3700 else
3701 echo "$as_me:$LINENO: result: no" >&5
3702 echo "${ECHO_T}no" >&6
3703 fi
3704
3705 fi
3706
3707 if test "$wxUSE_DEBUG" = "yes"; then
3708 DEFAULT_wxUSE_DEBUG_FLAG=yes
3709 DEFAULT_wxUSE_DEBUG_INFO=yes
3710 BUILD=debug
3711 elif test "$wxUSE_DEBUG" = "no"; then
3712 DEFAULT_wxUSE_DEBUG_FLAG=no
3713 DEFAULT_wxUSE_DEBUG_INFO=no
3714 BUILD=release
3715 fi
3716
3717
3718 enablestring=
3719 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3720 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3721 no_cache=0
3722 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3723 if test "${enable_debug_flag+set}" = set; then
3724 enableval="$enable_debug_flag"
3725
3726 if test "$enableval" = yes; then
3727 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
3728 else
3729 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
3730 fi
3731
3732 else
3733
3734 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3735 if test "x$LINE" != x ; then
3736 eval "DEFAULT_$LINE"
3737 else
3738 no_cache=1
3739 fi
3740
3741 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
3742
3743 fi;
3744
3745 eval "$ac_cv_use_debug_flag"
3746 if test "$no_cache" != 1; then
3747 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3748 fi
3749
3750 if test "$wxUSE_DEBUG_FLAG" = yes; then
3751 echo "$as_me:$LINENO: result: yes" >&5
3752 echo "${ECHO_T}yes" >&6
3753 else
3754 echo "$as_me:$LINENO: result: no" >&5
3755 echo "${ECHO_T}no" >&6
3756 fi
3757
3758
3759 enablestring=
3760 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3761 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3762 no_cache=0
3763 # Check whether --enable-debug_info or --disable-debug_info was given.
3764 if test "${enable_debug_info+set}" = set; then
3765 enableval="$enable_debug_info"
3766
3767 if test "$enableval" = yes; then
3768 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
3769 else
3770 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
3771 fi
3772
3773 else
3774
3775 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3776 if test "x$LINE" != x ; then
3777 eval "DEFAULT_$LINE"
3778 else
3779 no_cache=1
3780 fi
3781
3782 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
3783
3784 fi;
3785
3786 eval "$ac_cv_use_debug_info"
3787 if test "$no_cache" != 1; then
3788 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3789 fi
3790
3791 if test "$wxUSE_DEBUG_INFO" = yes; then
3792 echo "$as_me:$LINENO: result: yes" >&5
3793 echo "${ECHO_T}yes" >&6
3794 else
3795 echo "$as_me:$LINENO: result: no" >&5
3796 echo "${ECHO_T}no" >&6
3797 fi
3798
3799
3800 enablestring=
3801 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3802 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3803 no_cache=0
3804 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3805 if test "${enable_debug_gdb+set}" = set; then
3806 enableval="$enable_debug_gdb"
3807
3808 if test "$enableval" = yes; then
3809 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
3810 else
3811 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
3812 fi
3813
3814 else
3815
3816 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3817 if test "x$LINE" != x ; then
3818 eval "DEFAULT_$LINE"
3819 else
3820 no_cache=1
3821 fi
3822
3823 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
3824
3825 fi;
3826
3827 eval "$ac_cv_use_debug_gdb"
3828 if test "$no_cache" != 1; then
3829 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3830 fi
3831
3832 if test "$wxUSE_DEBUG_GDB" = yes; then
3833 echo "$as_me:$LINENO: result: yes" >&5
3834 echo "${ECHO_T}yes" >&6
3835 else
3836 echo "$as_me:$LINENO: result: no" >&5
3837 echo "${ECHO_T}no" >&6
3838 fi
3839
3840
3841 enablestring=
3842 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3843 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3844 no_cache=0
3845 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3846 if test "${enable_debug_cntxt+set}" = set; then
3847 enableval="$enable_debug_cntxt"
3848
3849 if test "$enableval" = yes; then
3850 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
3851 else
3852 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
3853 fi
3854
3855 else
3856
3857 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3858 if test "x$LINE" != x ; then
3859 eval "DEFAULT_$LINE"
3860 else
3861 no_cache=1
3862 fi
3863
3864 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
3865
3866 fi;
3867
3868 eval "$ac_cv_use_debug_cntxt"
3869 if test "$no_cache" != 1; then
3870 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3871 fi
3872
3873 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3874 echo "$as_me:$LINENO: result: yes" >&5
3875 echo "${ECHO_T}yes" >&6
3876 else
3877 echo "$as_me:$LINENO: result: no" >&5
3878 echo "${ECHO_T}no" >&6
3879 fi
3880
3881
3882 enablestring=
3883 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3884 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3885 no_cache=0
3886 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3887 if test "${enable_mem_tracing+set}" = set; then
3888 enableval="$enable_mem_tracing"
3889
3890 if test "$enableval" = yes; then
3891 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
3892 else
3893 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
3894 fi
3895
3896 else
3897
3898 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3899 if test "x$LINE" != x ; then
3900 eval "DEFAULT_$LINE"
3901 else
3902 no_cache=1
3903 fi
3904
3905 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
3906
3907 fi;
3908
3909 eval "$ac_cv_use_mem_tracing"
3910 if test "$no_cache" != 1; then
3911 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3912 fi
3913
3914 if test "$wxUSE_MEM_TRACING" = yes; then
3915 echo "$as_me:$LINENO: result: yes" >&5
3916 echo "${ECHO_T}yes" >&6
3917 else
3918 echo "$as_me:$LINENO: result: no" >&5
3919 echo "${ECHO_T}no" >&6
3920 fi
3921
3922
3923 enablestring=
3924 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3925 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3926 no_cache=0
3927 # Check whether --enable-profile or --disable-profile was given.
3928 if test "${enable_profile+set}" = set; then
3929 enableval="$enable_profile"
3930
3931 if test "$enableval" = yes; then
3932 ac_cv_use_profile='wxUSE_PROFILE=yes'
3933 else
3934 ac_cv_use_profile='wxUSE_PROFILE=no'
3935 fi
3936
3937 else
3938
3939 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3940 if test "x$LINE" != x ; then
3941 eval "DEFAULT_$LINE"
3942 else
3943 no_cache=1
3944 fi
3945
3946 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
3947
3948 fi;
3949
3950 eval "$ac_cv_use_profile"
3951 if test "$no_cache" != 1; then
3952 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3953 fi
3954
3955 if test "$wxUSE_PROFILE" = yes; then
3956 echo "$as_me:$LINENO: result: yes" >&5
3957 echo "${ECHO_T}yes" >&6
3958 else
3959 echo "$as_me:$LINENO: result: no" >&5
3960 echo "${ECHO_T}no" >&6
3961 fi
3962
3963
3964 enablestring=
3965 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3966 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3967 no_cache=0
3968 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3969 if test "${enable_no_rtti+set}" = set; then
3970 enableval="$enable_no_rtti"
3971
3972 if test "$enableval" = yes; then
3973 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
3974 else
3975 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
3976 fi
3977
3978 else
3979
3980 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3981 if test "x$LINE" != x ; then
3982 eval "DEFAULT_$LINE"
3983 else
3984 no_cache=1
3985 fi
3986
3987 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
3988
3989 fi;
3990
3991 eval "$ac_cv_use_no_rtti"
3992 if test "$no_cache" != 1; then
3993 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3994 fi
3995
3996 if test "$wxUSE_NO_RTTI" = yes; then
3997 echo "$as_me:$LINENO: result: yes" >&5
3998 echo "${ECHO_T}yes" >&6
3999 else
4000 echo "$as_me:$LINENO: result: no" >&5
4001 echo "${ECHO_T}no" >&6
4002 fi
4003
4004
4005 enablestring=
4006 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
4007 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
4008 no_cache=0
4009 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
4010 if test "${enable_no_exceptions+set}" = set; then
4011 enableval="$enable_no_exceptions"
4012
4013 if test "$enableval" = yes; then
4014 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
4015 else
4016 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
4017 fi
4018
4019 else
4020
4021 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
4022 if test "x$LINE" != x ; then
4023 eval "DEFAULT_$LINE"
4024 else
4025 no_cache=1
4026 fi
4027
4028 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
4029
4030 fi;
4031
4032 eval "$ac_cv_use_no_exceptions"
4033 if test "$no_cache" != 1; then
4034 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
4035 fi
4036
4037 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
4038 echo "$as_me:$LINENO: result: yes" >&5
4039 echo "${ECHO_T}yes" >&6
4040 else
4041 echo "$as_me:$LINENO: result: no" >&5
4042 echo "${ECHO_T}no" >&6
4043 fi
4044
4045
4046 enablestring=
4047 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
4048 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
4049 no_cache=0
4050 # Check whether --enable-permissive or --disable-permissive was given.
4051 if test "${enable_permissive+set}" = set; then
4052 enableval="$enable_permissive"
4053
4054 if test "$enableval" = yes; then
4055 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
4056 else
4057 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
4058 fi
4059
4060 else
4061
4062 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
4063 if test "x$LINE" != x ; then
4064 eval "DEFAULT_$LINE"
4065 else
4066 no_cache=1
4067 fi
4068
4069 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
4070
4071 fi;
4072
4073 eval "$ac_cv_use_permissive"
4074 if test "$no_cache" != 1; then
4075 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
4076 fi
4077
4078 if test "$wxUSE_PERMISSIVE" = yes; then
4079 echo "$as_me:$LINENO: result: yes" >&5
4080 echo "${ECHO_T}yes" >&6
4081 else
4082 echo "$as_me:$LINENO: result: no" >&5
4083 echo "${ECHO_T}no" >&6
4084 fi
4085
4086
4087 enablestring=
4088 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
4089 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
4090 no_cache=0
4091 # Check whether --enable-no_deps or --disable-no_deps was given.
4092 if test "${enable_no_deps+set}" = set; then
4093 enableval="$enable_no_deps"
4094
4095 if test "$enableval" = yes; then
4096 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
4097 else
4098 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
4099 fi
4100
4101 else
4102
4103 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
4104 if test "x$LINE" != x ; then
4105 eval "DEFAULT_$LINE"
4106 else
4107 no_cache=1
4108 fi
4109
4110 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
4111
4112 fi;
4113
4114 eval "$ac_cv_use_no_deps"
4115 if test "$no_cache" != 1; then
4116 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
4117 fi
4118
4119 if test "$wxUSE_NO_DEPS" = yes; then
4120 echo "$as_me:$LINENO: result: yes" >&5
4121 echo "${ECHO_T}yes" >&6
4122 else
4123 echo "$as_me:$LINENO: result: no" >&5
4124 echo "${ECHO_T}no" >&6
4125 fi
4126
4127
4128
4129 enablestring=enable
4130 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
4131 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
4132 no_cache=0
4133 # Check whether --enable-compat24 or --disable-compat24 was given.
4134 if test "${enable_compat24+set}" = set; then
4135 enableval="$enable_compat24"
4136
4137 if test "$enableval" = yes; then
4138 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=yes'
4139 else
4140 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=no'
4141 fi
4142
4143 else
4144
4145 LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
4146 if test "x$LINE" != x ; then
4147 eval "DEFAULT_$LINE"
4148 else
4149 no_cache=1
4150 fi
4151
4152 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
4153
4154 fi;
4155
4156 eval "$ac_cv_use_compat24"
4157 if test "$no_cache" != 1; then
4158 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
4159 fi
4160
4161 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
4162 echo "$as_me:$LINENO: result: yes" >&5
4163 echo "${ECHO_T}yes" >&6
4164 else
4165 echo "$as_me:$LINENO: result: no" >&5
4166 echo "${ECHO_T}no" >&6
4167 fi
4168
4169
4170 enablestring=disable
4171 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat26" >&5
4172 echo $ECHO_N "checking for --${enablestring:-enable}-compat26... $ECHO_C" >&6
4173 no_cache=0
4174 # Check whether --enable-compat26 or --disable-compat26 was given.
4175 if test "${enable_compat26+set}" = set; then
4176 enableval="$enable_compat26"
4177
4178 if test "$enableval" = yes; then
4179 ac_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=yes'
4180 else
4181 ac_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=no'
4182 fi
4183
4184 else
4185
4186 LINE=`grep "WXWIN_COMPATIBILITY_2_6" ${wx_arg_cache_file}`
4187 if test "x$LINE" != x ; then
4188 eval "DEFAULT_$LINE"
4189 else
4190 no_cache=1
4191 fi
4192
4193 ac_cv_use_compat26='WXWIN_COMPATIBILITY_2_6='$DEFAULT_WXWIN_COMPATIBILITY_2_6
4194
4195 fi;
4196
4197 eval "$ac_cv_use_compat26"
4198 if test "$no_cache" != 1; then
4199 echo $ac_cv_use_compat26 >> ${wx_arg_cache_file}.tmp
4200 fi
4201
4202 if test "$WXWIN_COMPATIBILITY_2_6" = yes; then
4203 echo "$as_me:$LINENO: result: yes" >&5
4204 echo "${ECHO_T}yes" >&6
4205 else
4206 echo "$as_me:$LINENO: result: no" >&5
4207 echo "${ECHO_T}no" >&6
4208 fi
4209
4210
4211
4212 enablestring=
4213 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
4214 echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6
4215 no_cache=0
4216 # Check whether --enable-rpath or --disable-rpath was given.
4217 if test "${enable_rpath+set}" = set; then
4218 enableval="$enable_rpath"
4219
4220 if test "$enableval" = yes; then
4221 ac_cv_use_rpath='wxUSE_RPATH=yes'
4222 else
4223 ac_cv_use_rpath='wxUSE_RPATH=no'
4224 fi
4225
4226 else
4227
4228 LINE=`grep "wxUSE_RPATH" ${wx_arg_cache_file}`
4229 if test "x$LINE" != x ; then
4230 eval "DEFAULT_$LINE"
4231 else
4232 no_cache=1
4233 fi
4234
4235 ac_cv_use_rpath='wxUSE_RPATH='$DEFAULT_wxUSE_RPATH
4236
4237 fi;
4238
4239 eval "$ac_cv_use_rpath"
4240 if test "$no_cache" != 1; then
4241 echo $ac_cv_use_rpath >> ${wx_arg_cache_file}.tmp
4242 fi
4243
4244 if test "$wxUSE_RPATH" = yes; then
4245 echo "$as_me:$LINENO: result: yes" >&5
4246 echo "${ECHO_T}yes" >&6
4247 else
4248 echo "$as_me:$LINENO: result: no" >&5
4249 echo "${ECHO_T}no" >&6
4250 fi
4251
4252
4253
4254
4255
4256 enablestring=
4257 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
4258 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
4259 no_cache=0
4260 # Check whether --enable-intl or --disable-intl was given.
4261 if test "${enable_intl+set}" = set; then
4262 enableval="$enable_intl"
4263
4264 if test "$enableval" = yes; then
4265 ac_cv_use_intl='wxUSE_INTL=yes'
4266 else
4267 ac_cv_use_intl='wxUSE_INTL=no'
4268 fi
4269
4270 else
4271
4272 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
4273 if test "x$LINE" != x ; then
4274 eval "DEFAULT_$LINE"
4275 else
4276 no_cache=1
4277 fi
4278
4279 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
4280
4281 fi;
4282
4283 eval "$ac_cv_use_intl"
4284 if test "$no_cache" != 1; then
4285 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
4286 fi
4287
4288 if test "$wxUSE_INTL" = yes; then
4289 echo "$as_me:$LINENO: result: yes" >&5
4290 echo "${ECHO_T}yes" >&6
4291 else
4292 echo "$as_me:$LINENO: result: no" >&5
4293 echo "${ECHO_T}no" >&6
4294 fi
4295
4296
4297 enablestring=
4298 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
4299 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
4300 no_cache=0
4301 # Check whether --enable-config or --disable-config was given.
4302 if test "${enable_config+set}" = set; then
4303 enableval="$enable_config"
4304
4305 if test "$enableval" = yes; then
4306 ac_cv_use_config='wxUSE_CONFIG=yes'
4307 else
4308 ac_cv_use_config='wxUSE_CONFIG=no'
4309 fi
4310
4311 else
4312
4313 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
4314 if test "x$LINE" != x ; then
4315 eval "DEFAULT_$LINE"
4316 else
4317 no_cache=1
4318 fi
4319
4320 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
4321
4322 fi;
4323
4324 eval "$ac_cv_use_config"
4325 if test "$no_cache" != 1; then
4326 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
4327 fi
4328
4329 if test "$wxUSE_CONFIG" = yes; then
4330 echo "$as_me:$LINENO: result: yes" >&5
4331 echo "${ECHO_T}yes" >&6
4332 else
4333 echo "$as_me:$LINENO: result: no" >&5
4334 echo "${ECHO_T}no" >&6
4335 fi
4336
4337
4338
4339 enablestring=
4340 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
4341 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
4342 no_cache=0
4343 # Check whether --enable-protocols or --disable-protocols was given.
4344 if test "${enable_protocols+set}" = set; then
4345 enableval="$enable_protocols"
4346
4347 if test "$enableval" = yes; then
4348 ac_cv_use_protocols='wxUSE_PROTOCOL=yes'
4349 else
4350 ac_cv_use_protocols='wxUSE_PROTOCOL=no'
4351 fi
4352
4353 else
4354
4355 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4356 if test "x$LINE" != x ; then
4357 eval "DEFAULT_$LINE"
4358 else
4359 no_cache=1
4360 fi
4361
4362 ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4363
4364 fi;
4365
4366 eval "$ac_cv_use_protocols"
4367 if test "$no_cache" != 1; then
4368 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
4369 fi
4370
4371 if test "$wxUSE_PROTOCOL" = yes; then
4372 echo "$as_me:$LINENO: result: yes" >&5
4373 echo "${ECHO_T}yes" >&6
4374 else
4375 echo "$as_me:$LINENO: result: no" >&5
4376 echo "${ECHO_T}no" >&6
4377 fi
4378
4379
4380 enablestring=
4381 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
4382 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
4383 no_cache=0
4384 # Check whether --enable-ftp or --disable-ftp was given.
4385 if test "${enable_ftp+set}" = set; then
4386 enableval="$enable_ftp"
4387
4388 if test "$enableval" = yes; then
4389 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
4390 else
4391 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
4392 fi
4393
4394 else
4395
4396 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4397 if test "x$LINE" != x ; then
4398 eval "DEFAULT_$LINE"
4399 else
4400 no_cache=1
4401 fi
4402
4403 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4404
4405 fi;
4406
4407 eval "$ac_cv_use_ftp"
4408 if test "$no_cache" != 1; then
4409 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
4410 fi
4411
4412 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4413 echo "$as_me:$LINENO: result: yes" >&5
4414 echo "${ECHO_T}yes" >&6
4415 else
4416 echo "$as_me:$LINENO: result: no" >&5
4417 echo "${ECHO_T}no" >&6
4418 fi
4419
4420
4421 enablestring=
4422 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
4423 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
4424 no_cache=0
4425 # Check whether --enable-http or --disable-http was given.
4426 if test "${enable_http+set}" = set; then
4427 enableval="$enable_http"
4428
4429 if test "$enableval" = yes; then
4430 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
4431 else
4432 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
4433 fi
4434
4435 else
4436
4437 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4438 if test "x$LINE" != x ; then
4439 eval "DEFAULT_$LINE"
4440 else
4441 no_cache=1
4442 fi
4443
4444 ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4445
4446 fi;
4447
4448 eval "$ac_cv_use_http"
4449 if test "$no_cache" != 1; then
4450 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
4451 fi
4452
4453 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4454 echo "$as_me:$LINENO: result: yes" >&5
4455 echo "${ECHO_T}yes" >&6
4456 else
4457 echo "$as_me:$LINENO: result: no" >&5
4458 echo "${ECHO_T}no" >&6
4459 fi
4460
4461
4462 enablestring=
4463 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4464 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4465 no_cache=0
4466 # Check whether --enable-fileproto or --disable-fileproto was given.
4467 if test "${enable_fileproto+set}" = set; then
4468 enableval="$enable_fileproto"
4469
4470 if test "$enableval" = yes; then
4471 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
4472 else
4473 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
4474 fi
4475
4476 else
4477
4478 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4479 if test "x$LINE" != x ; then
4480 eval "DEFAULT_$LINE"
4481 else
4482 no_cache=1
4483 fi
4484
4485 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4486
4487 fi;
4488
4489 eval "$ac_cv_use_fileproto"
4490 if test "$no_cache" != 1; then
4491 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4492 fi
4493
4494 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4495 echo "$as_me:$LINENO: result: yes" >&5
4496 echo "${ECHO_T}yes" >&6
4497 else
4498 echo "$as_me:$LINENO: result: no" >&5
4499 echo "${ECHO_T}no" >&6
4500 fi
4501
4502
4503 enablestring=
4504 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4505 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4506 no_cache=0
4507 # Check whether --enable-sockets or --disable-sockets was given.
4508 if test "${enable_sockets+set}" = set; then
4509 enableval="$enable_sockets"
4510
4511 if test "$enableval" = yes; then
4512 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
4513 else
4514 ac_cv_use_sockets='wxUSE_SOCKETS=no'
4515 fi
4516
4517 else
4518
4519 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4520 if test "x$LINE" != x ; then
4521 eval "DEFAULT_$LINE"
4522 else
4523 no_cache=1
4524 fi
4525
4526 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4527
4528 fi;
4529
4530 eval "$ac_cv_use_sockets"
4531 if test "$no_cache" != 1; then
4532 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4533 fi
4534
4535 if test "$wxUSE_SOCKETS" = yes; then
4536 echo "$as_me:$LINENO: result: yes" >&5
4537 echo "${ECHO_T}yes" >&6
4538 else
4539 echo "$as_me:$LINENO: result: no" >&5
4540 echo "${ECHO_T}no" >&6
4541 fi
4542
4543
4544 enablestring=
4545 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4546 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4547 no_cache=0
4548 # Check whether --enable-ole or --disable-ole was given.
4549 if test "${enable_ole+set}" = set; then
4550 enableval="$enable_ole"
4551
4552 if test "$enableval" = yes; then
4553 ac_cv_use_ole='wxUSE_OLE=yes'
4554 else
4555 ac_cv_use_ole='wxUSE_OLE=no'
4556 fi
4557
4558 else
4559
4560 LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4561 if test "x$LINE" != x ; then
4562 eval "DEFAULT_$LINE"
4563 else
4564 no_cache=1
4565 fi
4566
4567 ac_cv_use_ole='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4568
4569 fi;
4570
4571 eval "$ac_cv_use_ole"
4572 if test "$no_cache" != 1; then
4573 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4574 fi
4575
4576 if test "$wxUSE_OLE" = yes; then
4577 echo "$as_me:$LINENO: result: yes" >&5
4578 echo "${ECHO_T}yes" >&6
4579 else
4580 echo "$as_me:$LINENO: result: no" >&5
4581 echo "${ECHO_T}no" >&6
4582 fi
4583
4584
4585 enablestring=
4586 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4587 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4588 no_cache=0
4589 # Check whether --enable-dataobj or --disable-dataobj was given.
4590 if test "${enable_dataobj+set}" = set; then
4591 enableval="$enable_dataobj"
4592
4593 if test "$enableval" = yes; then
4594 ac_cv_use_dataobj='wxUSE_DATAOBJ=yes'
4595 else
4596 ac_cv_use_dataobj='wxUSE_DATAOBJ=no'
4597 fi
4598
4599 else
4600
4601 LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4602 if test "x$LINE" != x ; then
4603 eval "DEFAULT_$LINE"
4604 else
4605 no_cache=1
4606 fi
4607
4608 ac_cv_use_dataobj='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4609
4610 fi;
4611
4612 eval "$ac_cv_use_dataobj"
4613 if test "$no_cache" != 1; then
4614 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4615 fi
4616
4617 if test "$wxUSE_DATAOBJ" = yes; then
4618 echo "$as_me:$LINENO: result: yes" >&5
4619 echo "${ECHO_T}yes" >&6
4620 else
4621 echo "$as_me:$LINENO: result: no" >&5
4622 echo "${ECHO_T}no" >&6
4623 fi
4624
4625
4626
4627 enablestring=
4628 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4629 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4630 no_cache=0
4631 # Check whether --enable-ipc or --disable-ipc was given.
4632 if test "${enable_ipc+set}" = set; then
4633 enableval="$enable_ipc"
4634
4635 if test "$enableval" = yes; then
4636 ac_cv_use_ipc='wxUSE_IPC=yes'
4637 else
4638 ac_cv_use_ipc='wxUSE_IPC=no'
4639 fi
4640
4641 else
4642
4643 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4644 if test "x$LINE" != x ; then
4645 eval "DEFAULT_$LINE"
4646 else
4647 no_cache=1
4648 fi
4649
4650 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4651
4652 fi;
4653
4654 eval "$ac_cv_use_ipc"
4655 if test "$no_cache" != 1; then
4656 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4657 fi
4658
4659 if test "$wxUSE_IPC" = yes; then
4660 echo "$as_me:$LINENO: result: yes" >&5
4661 echo "${ECHO_T}yes" >&6
4662 else
4663 echo "$as_me:$LINENO: result: no" >&5
4664 echo "${ECHO_T}no" >&6
4665 fi
4666
4667
4668
4669 enablestring=
4670 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4671 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4672 no_cache=0
4673 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4674 if test "${enable_apple_ieee+set}" = set; then
4675 enableval="$enable_apple_ieee"
4676
4677 if test "$enableval" = yes; then
4678 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
4679 else
4680 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
4681 fi
4682
4683 else
4684
4685 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4686 if test "x$LINE" != x ; then
4687 eval "DEFAULT_$LINE"
4688 else
4689 no_cache=1
4690 fi
4691
4692 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
4693
4694 fi;
4695
4696 eval "$ac_cv_use_apple_ieee"
4697 if test "$no_cache" != 1; then
4698 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4699 fi
4700
4701 if test "$wxUSE_APPLE_IEEE" = yes; then
4702 echo "$as_me:$LINENO: result: yes" >&5
4703 echo "${ECHO_T}yes" >&6
4704 else
4705 echo "$as_me:$LINENO: result: no" >&5
4706 echo "${ECHO_T}no" >&6
4707 fi
4708
4709
4710 enablestring=
4711 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
4712 echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6
4713 no_cache=0
4714 # Check whether --enable-arcstream or --disable-arcstream was given.
4715 if test "${enable_arcstream+set}" = set; then
4716 enableval="$enable_arcstream"
4717
4718 if test "$enableval" = yes; then
4719 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
4720 else
4721 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
4722 fi
4723
4724 else
4725
4726 LINE=`grep "wxUSE_ARCHIVE_STREAMS" ${wx_arg_cache_file}`
4727 if test "x$LINE" != x ; then
4728 eval "DEFAULT_$LINE"
4729 else
4730 no_cache=1
4731 fi
4732
4733 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS='$DEFAULT_wxUSE_ARCHIVE_STREAMS
4734
4735 fi;
4736
4737 eval "$ac_cv_use_arcstream"
4738 if test "$no_cache" != 1; then
4739 echo $ac_cv_use_arcstream >> ${wx_arg_cache_file}.tmp
4740 fi
4741
4742 if test "$wxUSE_ARCHIVE_STREAMS" = yes; then
4743 echo "$as_me:$LINENO: result: yes" >&5
4744 echo "${ECHO_T}yes" >&6
4745 else
4746 echo "$as_me:$LINENO: result: no" >&5
4747 echo "${ECHO_T}no" >&6
4748 fi
4749
4750
4751 enablestring=
4752 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
4753 echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6
4754 no_cache=0
4755 # Check whether --enable-backtrace or --disable-backtrace was given.
4756 if test "${enable_backtrace+set}" = set; then
4757 enableval="$enable_backtrace"
4758
4759 if test "$enableval" = yes; then
4760 ac_cv_use_backtrace='wxUSE_STACKWALKER=yes'
4761 else
4762 ac_cv_use_backtrace='wxUSE_STACKWALKER=no'
4763 fi
4764
4765 else
4766
4767 LINE=`grep "wxUSE_STACKWALKER" ${wx_arg_cache_file}`
4768 if test "x$LINE" != x ; then
4769 eval "DEFAULT_$LINE"
4770 else
4771 no_cache=1
4772 fi
4773
4774 ac_cv_use_backtrace='wxUSE_STACKWALKER='$DEFAULT_wxUSE_STACKWALKER
4775
4776 fi;
4777
4778 eval "$ac_cv_use_backtrace"
4779 if test "$no_cache" != 1; then
4780 echo $ac_cv_use_backtrace >> ${wx_arg_cache_file}.tmp
4781 fi
4782
4783 if test "$wxUSE_STACKWALKER" = yes; then
4784 echo "$as_me:$LINENO: result: yes" >&5
4785 echo "${ECHO_T}yes" >&6
4786 else
4787 echo "$as_me:$LINENO: result: no" >&5
4788 echo "${ECHO_T}no" >&6
4789 fi
4790
4791
4792 enablestring=
4793 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
4794 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
4795 no_cache=0
4796 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4797 if test "${enable_catch_segvs+set}" = set; then
4798 enableval="$enable_catch_segvs"
4799
4800 if test "$enableval" = yes; then
4801 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
4802 else
4803 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
4804 fi
4805
4806 else
4807
4808 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4809 if test "x$LINE" != x ; then
4810 eval "DEFAULT_$LINE"
4811 else
4812 no_cache=1
4813 fi
4814
4815 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4816
4817 fi;
4818
4819 eval "$ac_cv_use_catch_segvs"
4820 if test "$no_cache" != 1; then
4821 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4822 fi
4823
4824 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4825 echo "$as_me:$LINENO: result: yes" >&5
4826 echo "${ECHO_T}yes" >&6
4827 else
4828 echo "$as_me:$LINENO: result: no" >&5
4829 echo "${ECHO_T}no" >&6
4830 fi
4831
4832
4833 enablestring=
4834 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4835 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4836 no_cache=0
4837 # Check whether --enable-cmdline or --disable-cmdline was given.
4838 if test "${enable_cmdline+set}" = set; then
4839 enableval="$enable_cmdline"
4840
4841 if test "$enableval" = yes; then
4842 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
4843 else
4844 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
4845 fi
4846
4847 else
4848
4849 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4850 if test "x$LINE" != x ; then
4851 eval "DEFAULT_$LINE"
4852 else
4853 no_cache=1
4854 fi
4855
4856 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
4857
4858 fi;
4859
4860 eval "$ac_cv_use_cmdline"
4861 if test "$no_cache" != 1; then
4862 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4863 fi
4864
4865 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4866 echo "$as_me:$LINENO: result: yes" >&5
4867 echo "${ECHO_T}yes" >&6
4868 else
4869 echo "$as_me:$LINENO: result: no" >&5
4870 echo "${ECHO_T}no" >&6
4871 fi
4872
4873
4874 enablestring=
4875 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4876 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4877 no_cache=0
4878 # Check whether --enable-datetime or --disable-datetime was given.
4879 if test "${enable_datetime+set}" = set; then
4880 enableval="$enable_datetime"
4881
4882 if test "$enableval" = yes; then
4883 ac_cv_use_datetime='wxUSE_DATETIME=yes'
4884 else
4885 ac_cv_use_datetime='wxUSE_DATETIME=no'
4886 fi
4887
4888 else
4889
4890 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4891 if test "x$LINE" != x ; then
4892 eval "DEFAULT_$LINE"
4893 else
4894 no_cache=1
4895 fi
4896
4897 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
4898
4899 fi;
4900
4901 eval "$ac_cv_use_datetime"
4902 if test "$no_cache" != 1; then
4903 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4904 fi
4905
4906 if test "$wxUSE_DATETIME" = yes; then
4907 echo "$as_me:$LINENO: result: yes" >&5
4908 echo "${ECHO_T}yes" >&6
4909 else
4910 echo "$as_me:$LINENO: result: no" >&5
4911 echo "${ECHO_T}no" >&6
4912 fi
4913
4914
4915 enablestring=
4916 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
4917 echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6
4918 no_cache=0
4919 # Check whether --enable-debugreport or --disable-debugreport was given.
4920 if test "${enable_debugreport+set}" = set; then
4921 enableval="$enable_debugreport"
4922
4923 if test "$enableval" = yes; then
4924 ac_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
4925 else
4926 ac_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
4927 fi
4928
4929 else
4930
4931 LINE=`grep "wxUSE_DEBUGREPORT" ${wx_arg_cache_file}`
4932 if test "x$LINE" != x ; then
4933 eval "DEFAULT_$LINE"
4934 else
4935 no_cache=1
4936 fi
4937
4938 ac_cv_use_debugreport='wxUSE_DEBUGREPORT='$DEFAULT_wxUSE_DEBUGREPORT
4939
4940 fi;
4941
4942 eval "$ac_cv_use_debugreport"
4943 if test "$no_cache" != 1; then
4944 echo $ac_cv_use_debugreport >> ${wx_arg_cache_file}.tmp
4945 fi
4946
4947 if test "$wxUSE_DEBUGREPORT" = yes; then
4948 echo "$as_me:$LINENO: result: yes" >&5
4949 echo "${ECHO_T}yes" >&6
4950 else
4951 echo "$as_me:$LINENO: result: no" >&5
4952 echo "${ECHO_T}no" >&6
4953 fi
4954
4955
4956 enablestring=
4957 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4958 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4959 no_cache=0
4960 # Check whether --enable-dialupman or --disable-dialupman was given.
4961 if test "${enable_dialupman+set}" = set; then
4962 enableval="$enable_dialupman"
4963
4964 if test "$enableval" = yes; then
4965 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
4966 else
4967 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
4968 fi
4969
4970 else
4971
4972 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4973 if test "x$LINE" != x ; then
4974 eval "DEFAULT_$LINE"
4975 else
4976 no_cache=1
4977 fi
4978
4979 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
4980
4981 fi;
4982
4983 eval "$ac_cv_use_dialupman"
4984 if test "$no_cache" != 1; then
4985 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4986 fi
4987
4988 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4989 echo "$as_me:$LINENO: result: yes" >&5
4990 echo "${ECHO_T}yes" >&6
4991 else
4992 echo "$as_me:$LINENO: result: no" >&5
4993 echo "${ECHO_T}no" >&6
4994 fi
4995
4996
4997 enablestring=
4998 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4999 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
5000 no_cache=0
5001 # Check whether --enable-dynlib or --disable-dynlib was given.
5002 if test "${enable_dynlib+set}" = set; then
5003 enableval="$enable_dynlib"
5004
5005 if test "$enableval" = yes; then
5006 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
5007 else
5008 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
5009 fi
5010
5011 else
5012
5013 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
5014 if test "x$LINE" != x ; then
5015 eval "DEFAULT_$LINE"
5016 else
5017 no_cache=1
5018 fi
5019
5020 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
5021
5022 fi;
5023
5024 eval "$ac_cv_use_dynlib"
5025 if test "$no_cache" != 1; then
5026 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
5027 fi
5028
5029 if test "$wxUSE_DYNLIB_CLASS" = yes; then
5030 echo "$as_me:$LINENO: result: yes" >&5
5031 echo "${ECHO_T}yes" >&6
5032 else
5033 echo "$as_me:$LINENO: result: no" >&5
5034 echo "${ECHO_T}no" >&6
5035 fi
5036
5037
5038 enablestring=
5039 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
5040 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
5041 no_cache=0
5042 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
5043 if test "${enable_dynamicloader+set}" = set; then
5044 enableval="$enable_dynamicloader"
5045
5046 if test "$enableval" = yes; then
5047 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
5048 else
5049 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
5050 fi
5051
5052 else
5053
5054 LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
5055 if test "x$LINE" != x ; then
5056 eval "DEFAULT_$LINE"
5057 else
5058 no_cache=1
5059 fi
5060
5061 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
5062
5063 fi;
5064
5065 eval "$ac_cv_use_dynamicloader"
5066 if test "$no_cache" != 1; then
5067 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
5068 fi
5069
5070 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
5071 echo "$as_me:$LINENO: result: yes" >&5
5072 echo "${ECHO_T}yes" >&6
5073 else
5074 echo "$as_me:$LINENO: result: no" >&5
5075 echo "${ECHO_T}no" >&6
5076 fi
5077
5078
5079 enablestring=
5080 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
5081 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
5082 no_cache=0
5083 # Check whether --enable-exceptions or --disable-exceptions was given.
5084 if test "${enable_exceptions+set}" = set; then
5085 enableval="$enable_exceptions"
5086
5087 if test "$enableval" = yes; then
5088 ac_cv_use_exceptions='wxUSE_EXCEPTIONS=yes'
5089 else
5090 ac_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
5091 fi
5092
5093 else
5094
5095 LINE=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
5096 if test "x$LINE" != x ; then
5097 eval "DEFAULT_$LINE"
5098 else
5099 no_cache=1
5100 fi
5101
5102 ac_cv_use_exceptions='wxUSE_EXCEPTIONS='$DEFAULT_wxUSE_EXCEPTIONS
5103
5104 fi;
5105
5106 eval "$ac_cv_use_exceptions"
5107 if test "$no_cache" != 1; then
5108 echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
5109 fi
5110
5111 if test "$wxUSE_EXCEPTIONS" = yes; then
5112 echo "$as_me:$LINENO: result: yes" >&5
5113 echo "${ECHO_T}yes" >&6
5114 else
5115 echo "$as_me:$LINENO: result: no" >&5
5116 echo "${ECHO_T}no" >&6
5117 fi
5118
5119
5120 enablestring=
5121 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
5122 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
5123 no_cache=0
5124 # Check whether --enable-ffile or --disable-ffile was given.
5125 if test "${enable_ffile+set}" = set; then
5126 enableval="$enable_ffile"
5127
5128 if test "$enableval" = yes; then
5129 ac_cv_use_ffile='wxUSE_FFILE=yes'
5130 else
5131 ac_cv_use_ffile='wxUSE_FFILE=no'
5132 fi
5133
5134 else
5135
5136 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
5137 if test "x$LINE" != x ; then
5138 eval "DEFAULT_$LINE"
5139 else
5140 no_cache=1
5141 fi
5142
5143 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
5144
5145 fi;
5146
5147 eval "$ac_cv_use_ffile"
5148 if test "$no_cache" != 1; then
5149 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
5150 fi
5151
5152 if test "$wxUSE_FFILE" = yes; then
5153 echo "$as_me:$LINENO: result: yes" >&5
5154 echo "${ECHO_T}yes" >&6
5155 else
5156 echo "$as_me:$LINENO: result: no" >&5
5157 echo "${ECHO_T}no" >&6
5158 fi
5159
5160
5161 enablestring=
5162 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
5163 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
5164 no_cache=0
5165 # Check whether --enable-file or --disable-file was given.
5166 if test "${enable_file+set}" = set; then
5167 enableval="$enable_file"
5168
5169 if test "$enableval" = yes; then
5170 ac_cv_use_file='wxUSE_FILE=yes'
5171 else
5172 ac_cv_use_file='wxUSE_FILE=no'
5173 fi
5174
5175 else
5176
5177 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
5178 if test "x$LINE" != x ; then
5179 eval "DEFAULT_$LINE"
5180 else
5181 no_cache=1
5182 fi
5183
5184 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
5185
5186 fi;
5187
5188 eval "$ac_cv_use_file"
5189 if test "$no_cache" != 1; then
5190 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
5191 fi
5192
5193 if test "$wxUSE_FILE" = yes; then
5194 echo "$as_me:$LINENO: result: yes" >&5
5195 echo "${ECHO_T}yes" >&6
5196 else
5197 echo "$as_me:$LINENO: result: no" >&5
5198 echo "${ECHO_T}no" >&6
5199 fi
5200
5201
5202 enablestring=
5203 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5204 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5205 no_cache=0
5206 # Check whether --enable-filesystem or --disable-filesystem was given.
5207 if test "${enable_filesystem+set}" = set; then
5208 enableval="$enable_filesystem"
5209
5210 if test "$enableval" = yes; then
5211 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
5212 else
5213 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
5214 fi
5215
5216 else
5217
5218 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5219 if test "x$LINE" != x ; then
5220 eval "DEFAULT_$LINE"
5221 else
5222 no_cache=1
5223 fi
5224
5225 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
5226
5227 fi;
5228
5229 eval "$ac_cv_use_filesystem"
5230 if test "$no_cache" != 1; then
5231 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5232 fi
5233
5234 if test "$wxUSE_FILESYSTEM" = yes; then
5235 echo "$as_me:$LINENO: result: yes" >&5
5236 echo "${ECHO_T}yes" >&6
5237 else
5238 echo "$as_me:$LINENO: result: no" >&5
5239 echo "${ECHO_T}no" >&6
5240 fi
5241
5242
5243 enablestring=
5244 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
5245 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
5246 no_cache=0
5247 # Check whether --enable-fontmap or --disable-fontmap was given.
5248 if test "${enable_fontmap+set}" = set; then
5249 enableval="$enable_fontmap"
5250
5251 if test "$enableval" = yes; then
5252 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
5253 else
5254 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
5255 fi
5256
5257 else
5258
5259 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
5260 if test "x$LINE" != x ; then
5261 eval "DEFAULT_$LINE"
5262 else
5263 no_cache=1
5264 fi
5265
5266 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
5267
5268 fi;
5269
5270 eval "$ac_cv_use_fontmap"
5271 if test "$no_cache" != 1; then
5272 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
5273 fi
5274
5275 if test "$wxUSE_FONTMAP" = yes; then
5276 echo "$as_me:$LINENO: result: yes" >&5
5277 echo "${ECHO_T}yes" >&6
5278 else
5279 echo "$as_me:$LINENO: result: no" >&5
5280 echo "${ECHO_T}no" >&6
5281 fi
5282
5283
5284 enablestring=
5285 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5286 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5287 no_cache=0
5288 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5289 if test "${enable_fs_inet+set}" = set; then
5290 enableval="$enable_fs_inet"
5291
5292 if test "$enableval" = yes; then
5293 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
5294 else
5295 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
5296 fi
5297
5298 else
5299
5300 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5301 if test "x$LINE" != x ; then
5302 eval "DEFAULT_$LINE"
5303 else
5304 no_cache=1
5305 fi
5306
5307 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5308
5309 fi;
5310
5311 eval "$ac_cv_use_fs_inet"
5312 if test "$no_cache" != 1; then
5313 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5314 fi
5315
5316 if test "$wxUSE_FS_INET" = yes; then
5317 echo "$as_me:$LINENO: result: yes" >&5
5318 echo "${ECHO_T}yes" >&6
5319 else
5320 echo "$as_me:$LINENO: result: no" >&5
5321 echo "${ECHO_T}no" >&6
5322 fi
5323
5324
5325 enablestring=
5326 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5327 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5328 no_cache=0
5329 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5330 if test "${enable_fs_zip+set}" = set; then
5331 enableval="$enable_fs_zip"
5332
5333 if test "$enableval" = yes; then
5334 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
5335 else
5336 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
5337 fi
5338
5339 else
5340
5341 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5342 if test "x$LINE" != x ; then
5343 eval "DEFAULT_$LINE"
5344 else
5345 no_cache=1
5346 fi
5347
5348 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5349
5350 fi;
5351
5352 eval "$ac_cv_use_fs_zip"
5353 if test "$no_cache" != 1; then
5354 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5355 fi
5356
5357 if test "$wxUSE_FS_ZIP" = yes; then
5358 echo "$as_me:$LINENO: result: yes" >&5
5359 echo "${ECHO_T}yes" >&6
5360 else
5361 echo "$as_me:$LINENO: result: no" >&5
5362 echo "${ECHO_T}no" >&6
5363 fi
5364
5365
5366 enablestring=
5367 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
5368 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
5369 no_cache=0
5370 # Check whether --enable-geometry or --disable-geometry was given.
5371 if test "${enable_geometry+set}" = set; then
5372 enableval="$enable_geometry"
5373
5374 if test "$enableval" = yes; then
5375 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
5376 else
5377 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
5378 fi
5379
5380 else
5381
5382 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
5383 if test "x$LINE" != x ; then
5384 eval "DEFAULT_$LINE"
5385 else
5386 no_cache=1
5387 fi
5388
5389 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
5390
5391 fi;
5392
5393 eval "$ac_cv_use_geometry"
5394 if test "$no_cache" != 1; then
5395 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
5396 fi
5397
5398 if test "$wxUSE_GEOMETRY" = yes; then
5399 echo "$as_me:$LINENO: result: yes" >&5
5400 echo "${ECHO_T}yes" >&6
5401 else
5402 echo "$as_me:$LINENO: result: no" >&5
5403 echo "${ECHO_T}no" >&6
5404 fi
5405
5406
5407 enablestring=
5408 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
5409 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
5410 no_cache=0
5411 # Check whether --enable-log or --disable-log was given.
5412 if test "${enable_log+set}" = set; then
5413 enableval="$enable_log"
5414
5415 if test "$enableval" = yes; then
5416 ac_cv_use_log='wxUSE_LOG=yes'
5417 else
5418 ac_cv_use_log='wxUSE_LOG=no'
5419 fi
5420
5421 else
5422
5423 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
5424 if test "x$LINE" != x ; then
5425 eval "DEFAULT_$LINE"
5426 else
5427 no_cache=1
5428 fi
5429
5430 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
5431
5432 fi;
5433
5434 eval "$ac_cv_use_log"
5435 if test "$no_cache" != 1; then
5436 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
5437 fi
5438
5439 if test "$wxUSE_LOG" = yes; then
5440 echo "$as_me:$LINENO: result: yes" >&5
5441 echo "${ECHO_T}yes" >&6
5442 else
5443 echo "$as_me:$LINENO: result: no" >&5
5444 echo "${ECHO_T}no" >&6
5445 fi
5446
5447
5448 enablestring=
5449 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
5450 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
5451 no_cache=0
5452 # Check whether --enable-longlong or --disable-longlong was given.
5453 if test "${enable_longlong+set}" = set; then
5454 enableval="$enable_longlong"
5455
5456 if test "$enableval" = yes; then
5457 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
5458 else
5459 ac_cv_use_longlong='wxUSE_LONGLONG=no'
5460 fi
5461
5462 else
5463
5464 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
5465 if test "x$LINE" != x ; then
5466 eval "DEFAULT_$LINE"
5467 else
5468 no_cache=1
5469 fi
5470
5471 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
5472
5473 fi;
5474
5475 eval "$ac_cv_use_longlong"
5476 if test "$no_cache" != 1; then
5477 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
5478 fi
5479
5480 if test "$wxUSE_LONGLONG" = yes; then
5481 echo "$as_me:$LINENO: result: yes" >&5
5482 echo "${ECHO_T}yes" >&6
5483 else
5484 echo "$as_me:$LINENO: result: no" >&5
5485 echo "${ECHO_T}no" >&6
5486 fi
5487
5488
5489 enablestring=
5490 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5491 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5492 no_cache=0
5493 # Check whether --enable-mimetype or --disable-mimetype was given.
5494 if test "${enable_mimetype+set}" = set; then
5495 enableval="$enable_mimetype"
5496
5497 if test "$enableval" = yes; then
5498 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
5499 else
5500 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
5501 fi
5502
5503 else
5504
5505 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5506 if test "x$LINE" != x ; then
5507 eval "DEFAULT_$LINE"
5508 else
5509 no_cache=1
5510 fi
5511
5512 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5513
5514 fi;
5515
5516 eval "$ac_cv_use_mimetype"
5517 if test "$no_cache" != 1; then
5518 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5519 fi
5520
5521 if test "$wxUSE_MIMETYPE" = yes; then
5522 echo "$as_me:$LINENO: result: yes" >&5
5523 echo "${ECHO_T}yes" >&6
5524 else
5525 echo "$as_me:$LINENO: result: no" >&5
5526 echo "${ECHO_T}no" >&6
5527 fi
5528
5529
5530 enablestring=
5531 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5532 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5533 no_cache=0
5534 # Check whether --enable-mslu or --disable-mslu was given.
5535 if test "${enable_mslu+set}" = set; then
5536 enableval="$enable_mslu"
5537
5538 if test "$enableval" = yes; then
5539 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
5540 else
5541 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
5542 fi
5543
5544 else
5545
5546 LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5547 if test "x$LINE" != x ; then
5548 eval "DEFAULT_$LINE"
5549 else
5550 no_cache=1
5551 fi
5552
5553 ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
5554
5555 fi;
5556
5557 eval "$ac_cv_use_mslu"
5558 if test "$no_cache" != 1; then
5559 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5560 fi
5561
5562 if test "$wxUSE_UNICODE_MSLU" = yes; then
5563 echo "$as_me:$LINENO: result: yes" >&5
5564 echo "${ECHO_T}yes" >&6
5565 else
5566 echo "$as_me:$LINENO: result: no" >&5
5567 echo "${ECHO_T}no" >&6
5568 fi
5569
5570
5571 enablestring=
5572 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5573 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5574 no_cache=0
5575 # Check whether --enable-snglinst or --disable-snglinst was given.
5576 if test "${enable_snglinst+set}" = set; then
5577 enableval="$enable_snglinst"
5578
5579 if test "$enableval" = yes; then
5580 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
5581 else
5582 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
5583 fi
5584
5585 else
5586
5587 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5588 if test "x$LINE" != x ; then
5589 eval "DEFAULT_$LINE"
5590 else
5591 no_cache=1
5592 fi
5593
5594 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5595
5596 fi;
5597
5598 eval "$ac_cv_use_snglinst"
5599 if test "$no_cache" != 1; then
5600 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5601 fi
5602
5603 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5604 echo "$as_me:$LINENO: result: yes" >&5
5605 echo "${ECHO_T}yes" >&6
5606 else
5607 echo "$as_me:$LINENO: result: no" >&5
5608 echo "${ECHO_T}no" >&6
5609 fi
5610
5611
5612 enablestring=
5613 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5614 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5615 no_cache=0
5616 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5617 if test "${enable_std_iostreams+set}" = set; then
5618 enableval="$enable_std_iostreams"
5619
5620 if test "$enableval" = yes; then
5621 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
5622 else
5623 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
5624 fi
5625
5626 else
5627
5628 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5629 if test "x$LINE" != x ; then
5630 eval "DEFAULT_$LINE"
5631 else
5632 no_cache=1
5633 fi
5634
5635 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
5636
5637 fi;
5638
5639 eval "$ac_cv_use_std_iostreams"
5640 if test "$no_cache" != 1; then
5641 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5642 fi
5643
5644 if test "$wxUSE_STD_IOSTREAM" = yes; then
5645 echo "$as_me:$LINENO: result: yes" >&5
5646 echo "${ECHO_T}yes" >&6
5647 else
5648 echo "$as_me:$LINENO: result: no" >&5
5649 echo "${ECHO_T}no" >&6
5650 fi
5651
5652
5653 enablestring=
5654 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
5655 echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6
5656 no_cache=0
5657 # Check whether --enable-std_string or --disable-std_string was given.
5658 if test "${enable_std_string+set}" = set; then
5659 enableval="$enable_std_string"
5660
5661 if test "$enableval" = yes; then
5662 ac_cv_use_std_string='wxUSE_STD_STRING=yes'
5663 else
5664 ac_cv_use_std_string='wxUSE_STD_STRING=no'
5665 fi
5666
5667 else
5668
5669 LINE=`grep "wxUSE_STD_STRING" ${wx_arg_cache_file}`
5670 if test "x$LINE" != x ; then
5671 eval "DEFAULT_$LINE"
5672 else
5673 no_cache=1
5674 fi
5675
5676 ac_cv_use_std_string='wxUSE_STD_STRING='$DEFAULT_wxUSE_STD_STRING
5677
5678 fi;
5679
5680 eval "$ac_cv_use_std_string"
5681 if test "$no_cache" != 1; then
5682 echo $ac_cv_use_std_string >> ${wx_arg_cache_file}.tmp
5683 fi
5684
5685 if test "$wxUSE_STD_STRING" = yes; then
5686 echo "$as_me:$LINENO: result: yes" >&5
5687 echo "${ECHO_T}yes" >&6
5688 else
5689 echo "$as_me:$LINENO: result: no" >&5
5690 echo "${ECHO_T}no" >&6
5691 fi
5692
5693
5694 enablestring=
5695 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
5696 echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6
5697 no_cache=0
5698 # Check whether --enable-stdpaths or --disable-stdpaths was given.
5699 if test "${enable_stdpaths+set}" = set; then
5700 enableval="$enable_stdpaths"
5701
5702 if test "$enableval" = yes; then
5703 ac_cv_use_stdpaths='wxUSE_STDPATHS=yes'
5704 else
5705 ac_cv_use_stdpaths='wxUSE_STDPATHS=no'
5706 fi
5707
5708 else
5709
5710 LINE=`grep "wxUSE_STDPATHS" ${wx_arg_cache_file}`
5711 if test "x$LINE" != x ; then
5712 eval "DEFAULT_$LINE"
5713 else
5714 no_cache=1
5715 fi
5716
5717 ac_cv_use_stdpaths='wxUSE_STDPATHS='$DEFAULT_wxUSE_STDPATHS
5718
5719 fi;
5720
5721 eval "$ac_cv_use_stdpaths"
5722 if test "$no_cache" != 1; then
5723 echo $ac_cv_use_stdpaths >> ${wx_arg_cache_file}.tmp
5724 fi
5725
5726 if test "$wxUSE_STDPATHS" = yes; then
5727 echo "$as_me:$LINENO: result: yes" >&5
5728 echo "${ECHO_T}yes" >&6
5729 else
5730 echo "$as_me:$LINENO: result: no" >&5
5731 echo "${ECHO_T}no" >&6
5732 fi
5733
5734
5735 enablestring=
5736 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
5737 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
5738 no_cache=0
5739 # Check whether --enable-stopwatch or --disable-stopwatch was given.
5740 if test "${enable_stopwatch+set}" = set; then
5741 enableval="$enable_stopwatch"
5742
5743 if test "$enableval" = yes; then
5744 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
5745 else
5746 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
5747 fi
5748
5749 else
5750
5751 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
5752 if test "x$LINE" != x ; then
5753 eval "DEFAULT_$LINE"
5754 else
5755 no_cache=1
5756 fi
5757
5758 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
5759
5760 fi;
5761
5762 eval "$ac_cv_use_stopwatch"
5763 if test "$no_cache" != 1; then
5764 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
5765 fi
5766
5767 if test "$wxUSE_STOPWATCH" = yes; then
5768 echo "$as_me:$LINENO: result: yes" >&5
5769 echo "${ECHO_T}yes" >&6
5770 else
5771 echo "$as_me:$LINENO: result: no" >&5
5772 echo "${ECHO_T}no" >&6
5773 fi
5774
5775
5776 enablestring=
5777 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
5778 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
5779 no_cache=0
5780 # Check whether --enable-streams or --disable-streams was given.
5781 if test "${enable_streams+set}" = set; then
5782 enableval="$enable_streams"
5783
5784 if test "$enableval" = yes; then
5785 ac_cv_use_streams='wxUSE_STREAMS=yes'
5786 else
5787 ac_cv_use_streams='wxUSE_STREAMS=no'
5788 fi
5789
5790 else
5791
5792 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
5793 if test "x$LINE" != x ; then
5794 eval "DEFAULT_$LINE"
5795 else
5796 no_cache=1
5797 fi
5798
5799 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
5800
5801 fi;
5802
5803 eval "$ac_cv_use_streams"
5804 if test "$no_cache" != 1; then
5805 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
5806 fi
5807
5808 if test "$wxUSE_STREAMS" = yes; then
5809 echo "$as_me:$LINENO: result: yes" >&5
5810 echo "${ECHO_T}yes" >&6
5811 else
5812 echo "$as_me:$LINENO: result: no" >&5
5813 echo "${ECHO_T}no" >&6
5814 fi
5815
5816
5817 enablestring=
5818 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5819 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5820 no_cache=0
5821 # Check whether --enable-system_options or --disable-system_options was given.
5822 if test "${enable_system_options+set}" = set; then
5823 enableval="$enable_system_options"
5824
5825 if test "$enableval" = yes; then
5826 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
5827 else
5828 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
5829 fi
5830
5831 else
5832
5833 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5834 if test "x$LINE" != x ; then
5835 eval "DEFAULT_$LINE"
5836 else
5837 no_cache=1
5838 fi
5839
5840 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5841
5842 fi;
5843
5844 eval "$ac_cv_use_system_options"
5845 if test "$no_cache" != 1; then
5846 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5847 fi
5848
5849 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5850 echo "$as_me:$LINENO: result: yes" >&5
5851 echo "${ECHO_T}yes" >&6
5852 else
5853 echo "$as_me:$LINENO: result: no" >&5
5854 echo "${ECHO_T}no" >&6
5855 fi
5856
5857
5858 enablestring=
5859 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
5860 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
5861 no_cache=0
5862 # Check whether --enable-textbuf or --disable-textbuf was given.
5863 if test "${enable_textbuf+set}" = set; then
5864 enableval="$enable_textbuf"
5865
5866 if test "$enableval" = yes; then
5867 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
5868 else
5869 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
5870 fi
5871
5872 else
5873
5874 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
5875 if test "x$LINE" != x ; then
5876 eval "DEFAULT_$LINE"
5877 else
5878 no_cache=1
5879 fi
5880
5881 ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
5882
5883 fi;
5884
5885 eval "$ac_cv_use_textbuf"
5886 if test "$no_cache" != 1; then
5887 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
5888 fi
5889
5890 if test "$wxUSE_TEXTBUFFER" = yes; then
5891 echo "$as_me:$LINENO: result: yes" >&5
5892 echo "${ECHO_T}yes" >&6
5893 else
5894 echo "$as_me:$LINENO: result: no" >&5
5895 echo "${ECHO_T}no" >&6
5896 fi
5897
5898
5899 enablestring=
5900 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
5901 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
5902 no_cache=0
5903 # Check whether --enable-textfile or --disable-textfile was given.
5904 if test "${enable_textfile+set}" = set; then
5905 enableval="$enable_textfile"
5906
5907 if test "$enableval" = yes; then
5908 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
5909 else
5910 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
5911 fi
5912
5913 else
5914
5915 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
5916 if test "x$LINE" != x ; then
5917 eval "DEFAULT_$LINE"
5918 else
5919 no_cache=1
5920 fi
5921
5922 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
5923
5924 fi;
5925
5926 eval "$ac_cv_use_textfile"
5927 if test "$no_cache" != 1; then
5928 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
5929 fi
5930
5931 if test "$wxUSE_TEXTFILE" = yes; then
5932 echo "$as_me:$LINENO: result: yes" >&5
5933 echo "${ECHO_T}yes" >&6
5934 else
5935 echo "$as_me:$LINENO: result: no" >&5
5936 echo "${ECHO_T}no" >&6
5937 fi
5938
5939
5940 enablestring=
5941 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
5942 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
5943 no_cache=0
5944 # Check whether --enable-timer or --disable-timer was given.
5945 if test "${enable_timer+set}" = set; then
5946 enableval="$enable_timer"
5947
5948 if test "$enableval" = yes; then
5949 ac_cv_use_timer='wxUSE_TIMER=yes'
5950 else
5951 ac_cv_use_timer='wxUSE_TIMER=no'
5952 fi
5953
5954 else
5955
5956 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
5957 if test "x$LINE" != x ; then
5958 eval "DEFAULT_$LINE"
5959 else
5960 no_cache=1
5961 fi
5962
5963 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
5964
5965 fi;
5966
5967 eval "$ac_cv_use_timer"
5968 if test "$no_cache" != 1; then
5969 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
5970 fi
5971
5972 if test "$wxUSE_TIMER" = yes; then
5973 echo "$as_me:$LINENO: result: yes" >&5
5974 echo "${ECHO_T}yes" >&6
5975 else
5976 echo "$as_me:$LINENO: result: no" >&5
5977 echo "${ECHO_T}no" >&6
5978 fi
5979
5980
5981 enablestring=
5982 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
5983 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
5984 no_cache=0
5985 # Check whether --enable-unicode or --disable-unicode was given.
5986 if test "${enable_unicode+set}" = set; then
5987 enableval="$enable_unicode"
5988
5989 if test "$enableval" = yes; then
5990 ac_cv_use_unicode='wxUSE_UNICODE=yes'
5991 else
5992 ac_cv_use_unicode='wxUSE_UNICODE=no'
5993 fi
5994
5995 else
5996
5997 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5998 if test "x$LINE" != x ; then
5999 eval "DEFAULT_$LINE"
6000 else
6001 no_cache=1
6002 fi
6003
6004 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
6005
6006 fi;
6007
6008 eval "$ac_cv_use_unicode"
6009 if test "$no_cache" != 1; then
6010 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
6011 fi
6012
6013 if test "$wxUSE_UNICODE" = yes; then
6014 echo "$as_me:$LINENO: result: yes" >&5
6015 echo "${ECHO_T}yes" >&6
6016 else
6017 echo "$as_me:$LINENO: result: no" >&5
6018 echo "${ECHO_T}no" >&6
6019 fi
6020
6021
6022 enablestring=
6023 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
6024 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6
6025 no_cache=0
6026 # Check whether --enable-sound or --disable-sound was given.
6027 if test "${enable_sound+set}" = set; then
6028 enableval="$enable_sound"
6029
6030 if test "$enableval" = yes; then
6031 ac_cv_use_sound='wxUSE_SOUND=yes'
6032 else
6033 ac_cv_use_sound='wxUSE_SOUND=no'
6034 fi
6035
6036 else
6037
6038 LINE=`grep "wxUSE_SOUND" ${wx_arg_cache_file}`
6039 if test "x$LINE" != x ; then
6040 eval "DEFAULT_$LINE"
6041 else
6042 no_cache=1
6043 fi
6044
6045 ac_cv_use_sound='wxUSE_SOUND='$DEFAULT_wxUSE_SOUND
6046
6047 fi;
6048
6049 eval "$ac_cv_use_sound"
6050 if test "$no_cache" != 1; then
6051 echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp
6052 fi
6053
6054 if test "$wxUSE_SOUND" = yes; then
6055 echo "$as_me:$LINENO: result: yes" >&5
6056 echo "${ECHO_T}yes" >&6
6057 else
6058 echo "$as_me:$LINENO: result: no" >&5
6059 echo "${ECHO_T}no" >&6
6060 fi
6061
6062
6063 enablestring=
6064 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
6065 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6
6066 no_cache=0
6067 # Check whether --enable-mediactrl or --disable-mediactrl was given.
6068 if test "${enable_mediactrl+set}" = set; then
6069 enableval="$enable_mediactrl"
6070
6071 if test "$enableval" = yes; then
6072 ac_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
6073 else
6074 ac_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
6075 fi
6076
6077 else
6078
6079 LINE=`grep "wxUSE_MEDIACTRL" ${wx_arg_cache_file}`
6080 if test "x$LINE" != x ; then
6081 eval "DEFAULT_$LINE"
6082 else
6083 no_cache=1
6084 fi
6085
6086 ac_cv_use_mediactrl='wxUSE_MEDIACTRL='$DEFAULT_wxUSE_MEDIACTRL
6087
6088 fi;
6089
6090 eval "$ac_cv_use_mediactrl"
6091 if test "$no_cache" != 1; then
6092 echo $ac_cv_use_mediactrl >> ${wx_arg_cache_file}.tmp
6093 fi
6094
6095 if test "$wxUSE_MEDIACTRL" = yes; then
6096 echo "$as_me:$LINENO: result: yes" >&5
6097 echo "${ECHO_T}yes" >&6
6098 else
6099 echo "$as_me:$LINENO: result: no" >&5
6100 echo "${ECHO_T}no" >&6
6101 fi
6102
6103
6104 enablestring=
6105 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
6106 echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
6107 no_cache=0
6108 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
6109 if test "${enable_wxprintfv+set}" = set; then
6110 enableval="$enable_wxprintfv"
6111
6112 if test "$enableval" = yes; then
6113 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
6114 else
6115 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
6116 fi
6117
6118 else
6119
6120 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
6121 if test "x$LINE" != x ; then
6122 eval "DEFAULT_$LINE"
6123 else
6124 no_cache=1
6125 fi
6126
6127 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
6128
6129 fi;
6130
6131 eval "$ac_cv_use_wxprintfv"
6132 if test "$no_cache" != 1; then
6133 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
6134 fi
6135
6136 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
6137 echo "$as_me:$LINENO: result: yes" >&5
6138 echo "${ECHO_T}yes" >&6
6139 else
6140 echo "$as_me:$LINENO: result: no" >&5
6141 echo "${ECHO_T}no" >&6
6142 fi
6143
6144
6145 enablestring=
6146 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
6147 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
6148 no_cache=0
6149 # Check whether --enable-zipstream or --disable-zipstream was given.
6150 if test "${enable_zipstream+set}" = set; then
6151 enableval="$enable_zipstream"
6152
6153 if test "$enableval" = yes; then
6154 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
6155 else
6156 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
6157 fi
6158
6159 else
6160
6161 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
6162 if test "x$LINE" != x ; then
6163 eval "DEFAULT_$LINE"
6164 else
6165 no_cache=1
6166 fi
6167
6168 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
6169
6170 fi;
6171
6172 eval "$ac_cv_use_zipstream"
6173 if test "$no_cache" != 1; then
6174 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
6175 fi
6176
6177 if test "$wxUSE_ZIPSTREAM" = yes; then
6178 echo "$as_me:$LINENO: result: yes" >&5
6179 echo "${ECHO_T}yes" >&6
6180 else
6181 echo "$as_me:$LINENO: result: no" >&5
6182 echo "${ECHO_T}no" >&6
6183 fi
6184
6185
6186
6187 enablestring=
6188 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
6189 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
6190 no_cache=0
6191 # Check whether --enable-url or --disable-url was given.
6192 if test "${enable_url+set}" = set; then
6193 enableval="$enable_url"
6194
6195 if test "$enableval" = yes; then
6196 ac_cv_use_url='wxUSE_URL=yes'
6197 else
6198 ac_cv_use_url='wxUSE_URL=no'
6199 fi
6200
6201 else
6202
6203 LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
6204 if test "x$LINE" != x ; then
6205 eval "DEFAULT_$LINE"
6206 else
6207 no_cache=1
6208 fi
6209
6210 ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL
6211
6212 fi;
6213
6214 eval "$ac_cv_use_url"
6215 if test "$no_cache" != 1; then
6216 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
6217 fi
6218
6219 if test "$wxUSE_URL" = yes; then
6220 echo "$as_me:$LINENO: result: yes" >&5
6221 echo "${ECHO_T}yes" >&6
6222 else
6223 echo "$as_me:$LINENO: result: no" >&5
6224 echo "${ECHO_T}no" >&6
6225 fi
6226
6227
6228 enablestring=
6229 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
6230 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
6231 no_cache=0
6232 # Check whether --enable-protocol or --disable-protocol was given.
6233 if test "${enable_protocol+set}" = set; then
6234 enableval="$enable_protocol"
6235
6236 if test "$enableval" = yes; then
6237 ac_cv_use_protocol='wxUSE_PROTOCOL=yes'
6238 else
6239 ac_cv_use_protocol='wxUSE_PROTOCOL=no'
6240 fi
6241
6242 else
6243
6244 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
6245 if test "x$LINE" != x ; then
6246 eval "DEFAULT_$LINE"
6247 else
6248 no_cache=1
6249 fi
6250
6251 ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
6252
6253 fi;
6254
6255 eval "$ac_cv_use_protocol"
6256 if test "$no_cache" != 1; then
6257 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
6258 fi
6259
6260 if test "$wxUSE_PROTOCOL" = yes; then
6261 echo "$as_me:$LINENO: result: yes" >&5
6262 echo "${ECHO_T}yes" >&6
6263 else
6264 echo "$as_me:$LINENO: result: no" >&5
6265 echo "${ECHO_T}no" >&6
6266 fi
6267
6268
6269 enablestring=
6270 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
6271 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
6272 no_cache=0
6273 # Check whether --enable-protocol_http or --disable-protocol_http was given.
6274 if test "${enable_protocol_http+set}" = set; then
6275 enableval="$enable_protocol_http"
6276
6277 if test "$enableval" = yes; then
6278 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
6279 else
6280 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
6281 fi
6282
6283 else
6284
6285 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
6286 if test "x$LINE" != x ; then
6287 eval "DEFAULT_$LINE"
6288 else
6289 no_cache=1
6290 fi
6291
6292 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
6293
6294 fi;
6295
6296 eval "$ac_cv_use_protocol_http"
6297 if test "$no_cache" != 1; then
6298 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
6299 fi
6300
6301 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
6302 echo "$as_me:$LINENO: result: yes" >&5
6303 echo "${ECHO_T}yes" >&6
6304 else
6305 echo "$as_me:$LINENO: result: no" >&5
6306 echo "${ECHO_T}no" >&6
6307 fi
6308
6309
6310 enablestring=
6311 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
6312 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
6313 no_cache=0
6314 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
6315 if test "${enable_protocol_ftp+set}" = set; then
6316 enableval="$enable_protocol_ftp"
6317
6318 if test "$enableval" = yes; then
6319 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
6320 else
6321 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
6322 fi
6323
6324 else
6325
6326 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
6327 if test "x$LINE" != x ; then
6328 eval "DEFAULT_$LINE"
6329 else
6330 no_cache=1
6331 fi
6332
6333 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
6334
6335 fi;
6336
6337 eval "$ac_cv_use_protocol_ftp"
6338 if test "$no_cache" != 1; then
6339 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
6340 fi
6341
6342 if test "$wxUSE_PROTOCOL_FTP" = yes; then
6343 echo "$as_me:$LINENO: result: yes" >&5
6344 echo "${ECHO_T}yes" >&6
6345 else
6346 echo "$as_me:$LINENO: result: no" >&5
6347 echo "${ECHO_T}no" >&6
6348 fi
6349
6350
6351 enablestring=
6352 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
6353 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
6354 no_cache=0
6355 # Check whether --enable-protocol_file or --disable-protocol_file was given.
6356 if test "${enable_protocol_file+set}" = set; then
6357 enableval="$enable_protocol_file"
6358
6359 if test "$enableval" = yes; then
6360 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
6361 else
6362 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
6363 fi
6364
6365 else
6366
6367 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
6368 if test "x$LINE" != x ; then
6369 eval "DEFAULT_$LINE"
6370 else
6371 no_cache=1
6372 fi
6373
6374 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
6375
6376 fi;
6377
6378 eval "$ac_cv_use_protocol_file"
6379 if test "$no_cache" != 1; then
6380 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
6381 fi
6382
6383 if test "$wxUSE_PROTOCOL_FILE" = yes; then
6384 echo "$as_me:$LINENO: result: yes" >&5
6385 echo "${ECHO_T}yes" >&6
6386 else
6387 echo "$as_me:$LINENO: result: no" >&5
6388 echo "${ECHO_T}no" >&6
6389 fi
6390
6391
6392
6393
6394
6395 enablestring=
6396 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
6397 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
6398 no_cache=0
6399 # Check whether --enable-threads or --disable-threads was given.
6400 if test "${enable_threads+set}" = set; then
6401 enableval="$enable_threads"
6402
6403 if test "$enableval" = yes; then
6404 ac_cv_use_threads='wxUSE_THREADS=yes'
6405 else
6406 ac_cv_use_threads='wxUSE_THREADS=no'
6407 fi
6408
6409 else
6410
6411 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
6412 if test "x$LINE" != x ; then
6413 eval "DEFAULT_$LINE"
6414 else
6415 no_cache=1
6416 fi
6417
6418 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
6419
6420 fi;
6421
6422 eval "$ac_cv_use_threads"
6423 if test "$no_cache" != 1; then
6424 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
6425 fi
6426
6427 if test "$wxUSE_THREADS" = yes; then
6428 echo "$as_me:$LINENO: result: yes" >&5
6429 echo "${ECHO_T}yes" >&6
6430 else
6431 echo "$as_me:$LINENO: result: no" >&5
6432 echo "${ECHO_T}no" >&6
6433 fi
6434
6435
6436 if test "$wxUSE_GUI" = "yes"; then
6437
6438
6439
6440 enablestring=
6441 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
6442 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
6443 no_cache=0
6444 # Check whether --enable-docview or --disable-docview was given.
6445 if test "${enable_docview+set}" = set; then
6446 enableval="$enable_docview"
6447
6448 if test "$enableval" = yes; then
6449 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
6450 else
6451 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
6452 fi
6453
6454 else
6455
6456 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
6457 if test "x$LINE" != x ; then
6458 eval "DEFAULT_$LINE"
6459 else
6460 no_cache=1
6461 fi
6462
6463 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
6464
6465 fi;
6466
6467 eval "$ac_cv_use_docview"
6468 if test "$no_cache" != 1; then
6469 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
6470 fi
6471
6472 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
6473 echo "$as_me:$LINENO: result: yes" >&5
6474 echo "${ECHO_T}yes" >&6
6475 else
6476 echo "$as_me:$LINENO: result: no" >&5
6477 echo "${ECHO_T}no" >&6
6478 fi
6479
6480
6481 enablestring=
6482 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
6483 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
6484 no_cache=0
6485 # Check whether --enable-help or --disable-help was given.
6486 if test "${enable_help+set}" = set; then
6487 enableval="$enable_help"
6488
6489 if test "$enableval" = yes; then
6490 ac_cv_use_help='wxUSE_HELP=yes'
6491 else
6492 ac_cv_use_help='wxUSE_HELP=no'
6493 fi
6494
6495 else
6496
6497 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
6498 if test "x$LINE" != x ; then
6499 eval "DEFAULT_$LINE"
6500 else
6501 no_cache=1
6502 fi
6503
6504 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
6505
6506 fi;
6507
6508 eval "$ac_cv_use_help"
6509 if test "$no_cache" != 1; then
6510 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
6511 fi
6512
6513 if test "$wxUSE_HELP" = yes; then
6514 echo "$as_me:$LINENO: result: yes" >&5
6515 echo "${ECHO_T}yes" >&6
6516 else
6517 echo "$as_me:$LINENO: result: no" >&5
6518 echo "${ECHO_T}no" >&6
6519 fi
6520
6521
6522 enablestring=
6523 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
6524 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
6525 no_cache=0
6526 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
6527 if test "${enable_mshtmlhelp+set}" = set; then
6528 enableval="$enable_mshtmlhelp"
6529
6530 if test "$enableval" = yes; then
6531 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
6532 else
6533 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
6534 fi
6535
6536 else
6537
6538 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
6539 if test "x$LINE" != x ; then
6540 eval "DEFAULT_$LINE"
6541 else
6542 no_cache=1
6543 fi
6544
6545 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
6546
6547 fi;
6548
6549 eval "$ac_cv_use_mshtmlhelp"
6550 if test "$no_cache" != 1; then
6551 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
6552 fi
6553
6554 if test "$wxUSE_MS_HTML_HELP" = yes; then
6555 echo "$as_me:$LINENO: result: yes" >&5
6556 echo "${ECHO_T}yes" >&6
6557 else
6558 echo "$as_me:$LINENO: result: no" >&5
6559 echo "${ECHO_T}no" >&6
6560 fi
6561
6562
6563 enablestring=
6564 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
6565 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
6566 no_cache=0
6567 # Check whether --enable-html or --disable-html was given.
6568 if test "${enable_html+set}" = set; then
6569 enableval="$enable_html"
6570
6571 if test "$enableval" = yes; then
6572 ac_cv_use_html='wxUSE_HTML=yes'
6573 else
6574 ac_cv_use_html='wxUSE_HTML=no'
6575 fi
6576
6577 else
6578
6579 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
6580 if test "x$LINE" != x ; then
6581 eval "DEFAULT_$LINE"
6582 else
6583 no_cache=1
6584 fi
6585
6586 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
6587
6588 fi;
6589
6590 eval "$ac_cv_use_html"
6591 if test "$no_cache" != 1; then
6592 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
6593 fi
6594
6595 if test "$wxUSE_HTML" = yes; then
6596 echo "$as_me:$LINENO: result: yes" >&5
6597 echo "${ECHO_T}yes" >&6
6598 else
6599 echo "$as_me:$LINENO: result: no" >&5
6600 echo "${ECHO_T}no" >&6
6601 fi
6602
6603
6604 enablestring=
6605 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
6606 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
6607 no_cache=0
6608 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
6609 if test "${enable_htmlhelp+set}" = set; then
6610 enableval="$enable_htmlhelp"
6611
6612 if test "$enableval" = yes; then
6613 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
6614 else
6615 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
6616 fi
6617
6618 else
6619
6620 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
6621 if test "x$LINE" != x ; then
6622 eval "DEFAULT_$LINE"
6623 else
6624 no_cache=1
6625 fi
6626
6627 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
6628
6629 fi;
6630
6631 eval "$ac_cv_use_htmlhelp"
6632 if test "$no_cache" != 1; then
6633 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
6634 fi
6635
6636 if test "$wxUSE_WXHTML_HELP" = yes; then
6637 echo "$as_me:$LINENO: result: yes" >&5
6638 echo "${ECHO_T}yes" >&6
6639 else
6640 echo "$as_me:$LINENO: result: no" >&5
6641 echo "${ECHO_T}no" >&6
6642 fi
6643
6644
6645 enablestring=
6646 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
6647 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6
6648 no_cache=0
6649 # Check whether --enable-xrc or --disable-xrc was given.
6650 if test "${enable_xrc+set}" = set; then
6651 enableval="$enable_xrc"
6652
6653 if test "$enableval" = yes; then
6654 ac_cv_use_xrc='wxUSE_XRC=yes'
6655 else
6656 ac_cv_use_xrc='wxUSE_XRC=no'
6657 fi
6658
6659 else
6660
6661 LINE=`grep "wxUSE_XRC" ${wx_arg_cache_file}`
6662 if test "x$LINE" != x ; then
6663 eval "DEFAULT_$LINE"
6664 else
6665 no_cache=1
6666 fi
6667
6668 ac_cv_use_xrc='wxUSE_XRC='$DEFAULT_wxUSE_XRC
6669
6670 fi;
6671
6672 eval "$ac_cv_use_xrc"
6673 if test "$no_cache" != 1; then
6674 echo $ac_cv_use_xrc >> ${wx_arg_cache_file}.tmp
6675 fi
6676
6677 if test "$wxUSE_XRC" = yes; then
6678 echo "$as_me:$LINENO: result: yes" >&5
6679 echo "${ECHO_T}yes" >&6
6680 else
6681 echo "$as_me:$LINENO: result: no" >&5
6682 echo "${ECHO_T}no" >&6
6683 fi
6684
6685
6686 enablestring=
6687 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
6688 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
6689 no_cache=0
6690 # Check whether --enable-constraints or --disable-constraints was given.
6691 if test "${enable_constraints+set}" = set; then
6692 enableval="$enable_constraints"
6693
6694 if test "$enableval" = yes; then
6695 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
6696 else
6697 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
6698 fi
6699
6700 else
6701
6702 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
6703 if test "x$LINE" != x ; then
6704 eval "DEFAULT_$LINE"
6705 else
6706 no_cache=1
6707 fi
6708
6709 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
6710
6711 fi;
6712
6713 eval "$ac_cv_use_constraints"
6714 if test "$no_cache" != 1; then
6715 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
6716 fi
6717
6718 if test "$wxUSE_CONSTRAINTS" = yes; then
6719 echo "$as_me:$LINENO: result: yes" >&5
6720 echo "${ECHO_T}yes" >&6
6721 else
6722 echo "$as_me:$LINENO: result: no" >&5
6723 echo "${ECHO_T}no" >&6
6724 fi
6725
6726
6727 enablestring=
6728 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
6729 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
6730 no_cache=0
6731 # Check whether --enable-printarch or --disable-printarch was given.
6732 if test "${enable_printarch+set}" = set; then
6733 enableval="$enable_printarch"
6734
6735 if test "$enableval" = yes; then
6736 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
6737 else
6738 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
6739 fi
6740
6741 else
6742
6743 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
6744 if test "x$LINE" != x ; then
6745 eval "DEFAULT_$LINE"
6746 else
6747 no_cache=1
6748 fi
6749
6750 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
6751
6752 fi;
6753
6754 eval "$ac_cv_use_printarch"
6755 if test "$no_cache" != 1; then
6756 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6757 fi
6758
6759 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
6760 echo "$as_me:$LINENO: result: yes" >&5
6761 echo "${ECHO_T}yes" >&6
6762 else
6763 echo "$as_me:$LINENO: result: no" >&5
6764 echo "${ECHO_T}no" >&6
6765 fi
6766
6767
6768 enablestring=
6769 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6770 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
6771 no_cache=0
6772 # Check whether --enable-mdi or --disable-mdi was given.
6773 if test "${enable_mdi+set}" = set; then
6774 enableval="$enable_mdi"
6775
6776 if test "$enableval" = yes; then
6777 ac_cv_use_mdi='wxUSE_MDI=yes'
6778 else
6779 ac_cv_use_mdi='wxUSE_MDI=no'
6780 fi
6781
6782 else
6783
6784 LINE=`grep "wxUSE_MDI" ${wx_arg_cache_file}`
6785 if test "x$LINE" != x ; then
6786 eval "DEFAULT_$LINE"
6787 else
6788 no_cache=1
6789 fi
6790
6791 ac_cv_use_mdi='wxUSE_MDI='$DEFAULT_wxUSE_MDI
6792
6793 fi;
6794
6795 eval "$ac_cv_use_mdi"
6796 if test "$no_cache" != 1; then
6797 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6798 fi
6799
6800 if test "$wxUSE_MDI" = yes; then
6801 echo "$as_me:$LINENO: result: yes" >&5
6802 echo "${ECHO_T}yes" >&6
6803 else
6804 echo "$as_me:$LINENO: result: no" >&5
6805 echo "${ECHO_T}no" >&6
6806 fi
6807
6808
6809 enablestring=
6810 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
6811 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6
6812 no_cache=0
6813 # Check whether --enable-mdidoc or --disable-mdidoc was given.
6814 if test "${enable_mdidoc+set}" = set; then
6815 enableval="$enable_mdidoc"
6816
6817 if test "$enableval" = yes; then
6818 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes'
6819 else
6820 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
6821 fi
6822
6823 else
6824
6825 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6826 if test "x$LINE" != x ; then
6827 eval "DEFAULT_$LINE"
6828 else
6829 no_cache=1
6830 fi
6831
6832 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
6833
6834 fi;
6835
6836 eval "$ac_cv_use_mdidoc"
6837 if test "$no_cache" != 1; then
6838 echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp
6839 fi
6840
6841 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
6842 echo "$as_me:$LINENO: result: yes" >&5
6843 echo "${ECHO_T}yes" >&6
6844 else
6845 echo "$as_me:$LINENO: result: no" >&5
6846 echo "${ECHO_T}no" >&6
6847 fi
6848
6849
6850 enablestring=
6851 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6852 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6853 no_cache=0
6854 # Check whether --enable-loggui or --disable-loggui was given.
6855 if test "${enable_loggui+set}" = set; then
6856 enableval="$enable_loggui"
6857
6858 if test "$enableval" = yes; then
6859 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
6860 else
6861 ac_cv_use_loggui='wxUSE_LOGGUI=no'
6862 fi
6863
6864 else
6865
6866 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6867 if test "x$LINE" != x ; then
6868 eval "DEFAULT_$LINE"
6869 else
6870 no_cache=1
6871 fi
6872
6873 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
6874
6875 fi;
6876
6877 eval "$ac_cv_use_loggui"
6878 if test "$no_cache" != 1; then
6879 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6880 fi
6881
6882 if test "$wxUSE_LOGGUI" = yes; then
6883 echo "$as_me:$LINENO: result: yes" >&5
6884 echo "${ECHO_T}yes" >&6
6885 else
6886 echo "$as_me:$LINENO: result: no" >&5
6887 echo "${ECHO_T}no" >&6
6888 fi
6889
6890
6891 enablestring=
6892 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6893 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6894 no_cache=0
6895 # Check whether --enable-logwin or --disable-logwin was given.
6896 if test "${enable_logwin+set}" = set; then
6897 enableval="$enable_logwin"
6898
6899 if test "$enableval" = yes; then
6900 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
6901 else
6902 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
6903 fi
6904
6905 else
6906
6907 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6908 if test "x$LINE" != x ; then
6909 eval "DEFAULT_$LINE"
6910 else
6911 no_cache=1
6912 fi
6913
6914 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
6915
6916 fi;
6917
6918 eval "$ac_cv_use_logwin"
6919 if test "$no_cache" != 1; then
6920 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6921 fi
6922
6923 if test "$wxUSE_LOGWINDOW" = yes; then
6924 echo "$as_me:$LINENO: result: yes" >&5
6925 echo "${ECHO_T}yes" >&6
6926 else
6927 echo "$as_me:$LINENO: result: no" >&5
6928 echo "${ECHO_T}no" >&6
6929 fi
6930
6931
6932 enablestring=
6933 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6934 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6935 no_cache=0
6936 # Check whether --enable-logdialog or --disable-logdialog was given.
6937 if test "${enable_logdialog+set}" = set; then
6938 enableval="$enable_logdialog"
6939
6940 if test "$enableval" = yes; then
6941 ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
6942 else
6943 ac_cv_use_logdialog='wxUSE_LOGDIALOG=no'
6944 fi
6945
6946 else
6947
6948 LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6949 if test "x$LINE" != x ; then
6950 eval "DEFAULT_$LINE"
6951 else
6952 no_cache=1
6953 fi
6954
6955 ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
6956
6957 fi;
6958
6959 eval "$ac_cv_use_logdialog"
6960 if test "$no_cache" != 1; then
6961 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6962 fi
6963
6964 if test "$wxUSE_LOGDIALOG" = yes; then
6965 echo "$as_me:$LINENO: result: yes" >&5
6966 echo "${ECHO_T}yes" >&6
6967 else
6968 echo "$as_me:$LINENO: result: no" >&5
6969 echo "${ECHO_T}no" >&6
6970 fi
6971
6972
6973 enablestring=
6974 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
6975 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6
6976 no_cache=0
6977 # Check whether --enable-webkit or --disable-webkit was given.
6978 if test "${enable_webkit+set}" = set; then
6979 enableval="$enable_webkit"
6980
6981 if test "$enableval" = yes; then
6982 ac_cv_use_webkit='wxUSE_WEBKIT=yes'
6983 else
6984 ac_cv_use_webkit='wxUSE_WEBKIT=no'
6985 fi
6986
6987 else
6988
6989 LINE=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}`
6990 if test "x$LINE" != x ; then
6991 eval "DEFAULT_$LINE"
6992 else
6993 no_cache=1
6994 fi
6995
6996 ac_cv_use_webkit='wxUSE_WEBKIT='$DEFAULT_wxUSE_WEBKIT
6997
6998 fi;
6999
7000 eval "$ac_cv_use_webkit"
7001 if test "$no_cache" != 1; then
7002 echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp
7003 fi
7004
7005 if test "$wxUSE_WEBKIT" = yes; then
7006 echo "$as_me:$LINENO: result: yes" >&5
7007 echo "${ECHO_T}yes" >&6
7008 else
7009 echo "$as_me:$LINENO: result: no" >&5
7010 echo "${ECHO_T}no" >&6
7011 fi
7012
7013
7014 enablestring=
7015 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
7016 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
7017 no_cache=0
7018 # Check whether --enable-html or --disable-html was given.
7019 if test "${enable_html+set}" = set; then
7020 enableval="$enable_html"
7021
7022 if test "$enableval" = yes; then
7023 ac_cv_use_html='wxUSE_RICHTEXT=yes'
7024 else
7025 ac_cv_use_html='wxUSE_RICHTEXT=no'
7026 fi
7027
7028 else
7029
7030 LINE=`grep "wxUSE_RICHTEXT" ${wx_arg_cache_file}`
7031 if test "x$LINE" != x ; then
7032 eval "DEFAULT_$LINE"
7033 else
7034 no_cache=1
7035 fi
7036
7037 ac_cv_use_html='wxUSE_RICHTEXT='$DEFAULT_wxUSE_RICHTEXT
7038
7039 fi;
7040
7041 eval "$ac_cv_use_html"
7042 if test "$no_cache" != 1; then
7043 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
7044 fi
7045
7046 if test "$wxUSE_RICHTEXT" = yes; then
7047 echo "$as_me:$LINENO: result: yes" >&5
7048 echo "${ECHO_T}yes" >&6
7049 else
7050 echo "$as_me:$LINENO: result: no" >&5
7051 echo "${ECHO_T}no" >&6
7052 fi
7053
7054
7055
7056 enablestring=
7057 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
7058 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
7059 no_cache=0
7060 # Check whether --enable-postscript or --disable-postscript was given.
7061 if test "${enable_postscript+set}" = set; then
7062 enableval="$enable_postscript"
7063
7064 if test "$enableval" = yes; then
7065 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
7066 else
7067 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
7068 fi
7069
7070 else
7071
7072 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
7073 if test "x$LINE" != x ; then
7074 eval "DEFAULT_$LINE"
7075 else
7076 no_cache=1
7077 fi
7078
7079 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
7080
7081 fi;
7082
7083 eval "$ac_cv_use_postscript"
7084 if test "$no_cache" != 1; then
7085 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
7086 fi
7087
7088 if test "$wxUSE_POSTSCRIPT" = yes; then
7089 echo "$as_me:$LINENO: result: yes" >&5
7090 echo "${ECHO_T}yes" >&6
7091 else
7092 echo "$as_me:$LINENO: result: no" >&5
7093 echo "${ECHO_T}no" >&6
7094 fi
7095
7096
7097
7098
7099
7100 enablestring=
7101 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
7102 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
7103 no_cache=0
7104 # Check whether --enable-prologio or --disable-prologio was given.
7105 if test "${enable_prologio+set}" = set; then
7106 enableval="$enable_prologio"
7107
7108 if test "$enableval" = yes; then
7109 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
7110 else
7111 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
7112 fi
7113
7114 else
7115
7116 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
7117 if test "x$LINE" != x ; then
7118 eval "DEFAULT_$LINE"
7119 else
7120 no_cache=1
7121 fi
7122
7123 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
7124
7125 fi;
7126
7127 eval "$ac_cv_use_prologio"
7128 if test "$no_cache" != 1; then
7129 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
7130 fi
7131
7132 if test "$wxUSE_PROLOGIO" = yes; then
7133 echo "$as_me:$LINENO: result: yes" >&5
7134 echo "${ECHO_T}yes" >&6
7135 else
7136 echo "$as_me:$LINENO: result: no" >&5
7137 echo "${ECHO_T}no" >&6
7138 fi
7139
7140
7141 enablestring=
7142 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
7143 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
7144 no_cache=0
7145 # Check whether --enable-resources or --disable-resources was given.
7146 if test "${enable_resources+set}" = set; then
7147 enableval="$enable_resources"
7148
7149 if test "$enableval" = yes; then
7150 ac_cv_use_resources='wxUSE_RESOURCES=yes'
7151 else
7152 ac_cv_use_resources='wxUSE_RESOURCES=no'
7153 fi
7154
7155 else
7156
7157 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
7158 if test "x$LINE" != x ; then
7159 eval "DEFAULT_$LINE"
7160 else
7161 no_cache=1
7162 fi
7163
7164 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
7165
7166 fi;
7167
7168 eval "$ac_cv_use_resources"
7169 if test "$no_cache" != 1; then
7170 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
7171 fi
7172
7173 if test "$wxUSE_RESOURCES" = yes; then
7174 echo "$as_me:$LINENO: result: yes" >&5
7175 echo "${ECHO_T}yes" >&6
7176 else
7177 echo "$as_me:$LINENO: result: no" >&5
7178 echo "${ECHO_T}no" >&6
7179 fi
7180
7181
7182
7183
7184 enablestring=
7185 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
7186 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
7187 no_cache=0
7188 # Check whether --enable-clipboard or --disable-clipboard was given.
7189 if test "${enable_clipboard+set}" = set; then
7190 enableval="$enable_clipboard"
7191
7192 if test "$enableval" = yes; then
7193 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
7194 else
7195 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
7196 fi
7197
7198 else
7199
7200 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
7201 if test "x$LINE" != x ; then
7202 eval "DEFAULT_$LINE"
7203 else
7204 no_cache=1
7205 fi
7206
7207 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
7208
7209 fi;
7210
7211 eval "$ac_cv_use_clipboard"
7212 if test "$no_cache" != 1; then
7213 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
7214 fi
7215
7216 if test "$wxUSE_CLIPBOARD" = yes; then
7217 echo "$as_me:$LINENO: result: yes" >&5
7218 echo "${ECHO_T}yes" >&6
7219 else
7220 echo "$as_me:$LINENO: result: no" >&5
7221 echo "${ECHO_T}no" >&6
7222 fi
7223
7224
7225 enablestring=
7226 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
7227 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
7228 no_cache=0
7229 # Check whether --enable-dnd or --disable-dnd was given.
7230 if test "${enable_dnd+set}" = set; then
7231 enableval="$enable_dnd"
7232
7233 if test "$enableval" = yes; then
7234 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
7235 else
7236 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
7237 fi
7238
7239 else
7240
7241 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
7242 if test "x$LINE" != x ; then
7243 eval "DEFAULT_$LINE"
7244 else
7245 no_cache=1
7246 fi
7247
7248 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
7249
7250 fi;
7251
7252 eval "$ac_cv_use_dnd"
7253 if test "$no_cache" != 1; then
7254 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
7255 fi
7256
7257 if test "$wxUSE_DRAG_AND_DROP" = yes; then
7258 echo "$as_me:$LINENO: result: yes" >&5
7259 echo "${ECHO_T}yes" >&6
7260 else
7261 echo "$as_me:$LINENO: result: no" >&5
7262 echo "${ECHO_T}no" >&6
7263 fi
7264
7265
7266 enablestring=
7267 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
7268 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
7269 no_cache=0
7270 # Check whether --enable-metafile or --disable-metafile was given.
7271 if test "${enable_metafile+set}" = set; then
7272 enableval="$enable_metafile"
7273
7274 if test "$enableval" = yes; then
7275 ac_cv_use_metafile='wxUSE_METAFILE=yes'
7276 else
7277 ac_cv_use_metafile='wxUSE_METAFILE=no'
7278 fi
7279
7280 else
7281
7282 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7283 if test "x$LINE" != x ; then
7284 eval "DEFAULT_$LINE"
7285 else
7286 no_cache=1
7287 fi
7288
7289 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7290
7291 fi;
7292
7293 eval "$ac_cv_use_metafile"
7294 if test "$no_cache" != 1; then
7295 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7296 fi
7297
7298 if test "$wxUSE_METAFILE" = yes; then
7299 echo "$as_me:$LINENO: result: yes" >&5
7300 echo "${ECHO_T}yes" >&6
7301 else
7302 echo "$as_me:$LINENO: result: no" >&5
7303 echo "${ECHO_T}no" >&6
7304 fi
7305
7306
7307
7308
7309
7310 enablestring=
7311 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
7312 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
7313 no_cache=0
7314 # Check whether --enable-controls or --disable-controls was given.
7315 if test "${enable_controls+set}" = set; then
7316 enableval="$enable_controls"
7317
7318 if test "$enableval" = yes; then
7319 ac_cv_use_controls='wxUSE_CONTROLS=yes'
7320 else
7321 ac_cv_use_controls='wxUSE_CONTROLS=no'
7322 fi
7323
7324 else
7325
7326 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
7327 if test "x$LINE" != x ; then
7328 eval "DEFAULT_$LINE"
7329 else
7330 no_cache=1
7331 fi
7332
7333 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
7334
7335 fi;
7336
7337 eval "$ac_cv_use_controls"
7338 if test "$no_cache" != 1; then
7339 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
7340 fi
7341
7342 if test "$wxUSE_CONTROLS" = yes; then
7343 echo "$as_me:$LINENO: result: yes" >&5
7344 echo "${ECHO_T}yes" >&6
7345 else
7346 echo "$as_me:$LINENO: result: no" >&5
7347 echo "${ECHO_T}no" >&6
7348 fi
7349
7350
7351 if test "$wxUSE_CONTROLS" = "yes"; then
7352 DEFAULT_wxUSE_ACCEL=yes
7353 DEFAULT_wxUSE_BMPBUTTON=yes
7354 DEFAULT_wxUSE_BUTTON=yes
7355 DEFAULT_wxUSE_CALCTRL=yes
7356 DEFAULT_wxUSE_CARET=yes
7357 DEFAULT_wxUSE_COMBOBOX=yes
7358 DEFAULT_wxUSE_CHECKBOX=yes
7359 DEFAULT_wxUSE_CHECKLISTBOX=yes
7360 DEFAULT_wxUSE_CHOICE=yes
7361 DEFAULT_wxUSE_CHOICEBOOK=yes
7362 DEFAULT_wxUSE_DATEPICKCTRL=yes
7363 DEFAULT_wxUSE_GAUGE=yes
7364 DEFAULT_wxUSE_GRID=yes
7365 DEFAULT_wxUSE_IMAGLIST=yes
7366 DEFAULT_wxUSE_LISTBOOK=yes
7367 DEFAULT_wxUSE_LISTBOX=yes
7368 DEFAULT_wxUSE_LISTCTRL=yes
7369 DEFAULT_wxUSE_NOTEBOOK=yes
7370 DEFAULT_wxUSE_RADIOBOX=yes
7371 DEFAULT_wxUSE_RADIOBTN=yes
7372 DEFAULT_wxUSE_SASH=yes
7373 DEFAULT_wxUSE_SCROLLBAR=yes
7374 DEFAULT_wxUSE_SLIDER=yes
7375 DEFAULT_wxUSE_SPINBTN=yes
7376 DEFAULT_wxUSE_SPINCTRL=yes
7377 DEFAULT_wxUSE_SPLITTER=yes
7378 DEFAULT_wxUSE_STATBMP=yes
7379 DEFAULT_wxUSE_STATBOX=yes
7380 DEFAULT_wxUSE_STATLINE=yes
7381 DEFAULT_wxUSE_STATUSBAR=yes
7382 DEFAULT_wxUSE_TAB_DIALOG=yes
7383 DEFAULT_wxUSE_TOGGLEBTN=yes
7384 DEFAULT_wxUSE_TOOLBAR=yes
7385 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
7386 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
7387 DEFAULT_wxUSE_TOOLTIPS=yes
7388 DEFAULT_wxUSE_TREEBOOK=yes
7389 DEFAULT_wxUSE_TREECTRL=yes
7390 DEFAULT_wxUSE_POPUPWIN=yes
7391 DEFAULT_wxUSE_TIPWINDOW=yes
7392 elif test "$wxUSE_CONTROLS" = "no"; then
7393 DEFAULT_wxUSE_ACCEL=no
7394 DEFAULT_wxUSE_BMPBUTTON=no
7395 DEFAULT_wxUSE_BUTTON=no
7396 DEFAULT_wxUSE_CALCTRL=no
7397 DEFAULT_wxUSE_CARET=no
7398 DEFAULT_wxUSE_COMBOBOX=no
7399 DEFAULT_wxUSE_CHECKBOX=no
7400 DEFAULT_wxUSE_CHECKLISTBOX=no
7401 DEFAULT_wxUSE_CHOICE=no
7402 DEFAULT_wxUSE_CHOICEBOOK=no
7403 DEFAULT_wxUSE_DATEPICKCTRL=no
7404 DEFAULT_wxUSE_GAUGE=no
7405 DEFAULT_wxUSE_GRID=no
7406 DEFAULT_wxUSE_IMAGLIST=no
7407 DEFAULT_wxUSE_LISTBOOK=no
7408 DEFAULT_wxUSE_LISTBOX=no
7409 DEFAULT_wxUSE_LISTCTRL=no
7410 DEFAULT_wxUSE_NOTEBOOK=no
7411 DEFAULT_wxUSE_RADIOBOX=no
7412 DEFAULT_wxUSE_RADIOBTN=no
7413 DEFAULT_wxUSE_SASH=no
7414 DEFAULT_wxUSE_SCROLLBAR=no
7415 DEFAULT_wxUSE_SLIDER=no
7416 DEFAULT_wxUSE_SPINBTN=no
7417 DEFAULT_wxUSE_SPINCTRL=no
7418 DEFAULT_wxUSE_SPLITTER=no
7419 DEFAULT_wxUSE_STATBMP=no
7420 DEFAULT_wxUSE_STATBOX=no
7421 DEFAULT_wxUSE_STATLINE=no
7422 DEFAULT_wxUSE_STATUSBAR=no
7423 DEFAULT_wxUSE_TAB_DIALOG=no
7424 DEFAULT_wxUSE_TOGGLEBTN=no
7425 DEFAULT_wxUSE_TOOLBAR=no
7426 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
7427 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
7428 DEFAULT_wxUSE_TOOLTIPS=no
7429 DEFAULT_wxUSE_TREEBOOK=no
7430 DEFAULT_wxUSE_TREECTRL=no
7431 DEFAULT_wxUSE_POPUPWIN=no
7432 DEFAULT_wxUSE_TIPWINDOW=no
7433 fi
7434
7435
7436 enablestring=
7437 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
7438 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
7439 no_cache=0
7440 # Check whether --enable-accel or --disable-accel was given.
7441 if test "${enable_accel+set}" = set; then
7442 enableval="$enable_accel"
7443
7444 if test "$enableval" = yes; then
7445 ac_cv_use_accel='wxUSE_ACCEL=yes'
7446 else
7447 ac_cv_use_accel='wxUSE_ACCEL=no'
7448 fi
7449
7450 else
7451
7452 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
7453 if test "x$LINE" != x ; then
7454 eval "DEFAULT_$LINE"
7455 else
7456 no_cache=1
7457 fi
7458
7459 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
7460
7461 fi;
7462
7463 eval "$ac_cv_use_accel"
7464 if test "$no_cache" != 1; then
7465 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
7466 fi
7467
7468 if test "$wxUSE_ACCEL" = yes; then
7469 echo "$as_me:$LINENO: result: yes" >&5
7470 echo "${ECHO_T}yes" >&6
7471 else
7472 echo "$as_me:$LINENO: result: no" >&5
7473 echo "${ECHO_T}no" >&6
7474 fi
7475
7476
7477 enablestring=
7478 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
7479 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
7480 no_cache=0
7481 # Check whether --enable-button or --disable-button was given.
7482 if test "${enable_button+set}" = set; then
7483 enableval="$enable_button"
7484
7485 if test "$enableval" = yes; then
7486 ac_cv_use_button='wxUSE_BUTTON=yes'
7487 else
7488 ac_cv_use_button='wxUSE_BUTTON=no'
7489 fi
7490
7491 else
7492
7493 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
7494 if test "x$LINE" != x ; then
7495 eval "DEFAULT_$LINE"
7496 else
7497 no_cache=1
7498 fi
7499
7500 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
7501
7502 fi;
7503
7504 eval "$ac_cv_use_button"
7505 if test "$no_cache" != 1; then
7506 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
7507 fi
7508
7509 if test "$wxUSE_BUTTON" = yes; then
7510 echo "$as_me:$LINENO: result: yes" >&5
7511 echo "${ECHO_T}yes" >&6
7512 else
7513 echo "$as_me:$LINENO: result: no" >&5
7514 echo "${ECHO_T}no" >&6
7515 fi
7516
7517
7518 enablestring=
7519 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
7520 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
7521 no_cache=0
7522 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
7523 if test "${enable_bmpbutton+set}" = set; then
7524 enableval="$enable_bmpbutton"
7525
7526 if test "$enableval" = yes; then
7527 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
7528 else
7529 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
7530 fi
7531
7532 else
7533
7534 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
7535 if test "x$LINE" != x ; then
7536 eval "DEFAULT_$LINE"
7537 else
7538 no_cache=1
7539 fi
7540
7541 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
7542
7543 fi;
7544
7545 eval "$ac_cv_use_bmpbutton"
7546 if test "$no_cache" != 1; then
7547 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
7548 fi
7549
7550 if test "$wxUSE_BMPBUTTON" = yes; then
7551 echo "$as_me:$LINENO: result: yes" >&5
7552 echo "${ECHO_T}yes" >&6
7553 else
7554 echo "$as_me:$LINENO: result: no" >&5
7555 echo "${ECHO_T}no" >&6
7556 fi
7557
7558
7559 enablestring=
7560 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
7561 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
7562 no_cache=0
7563 # Check whether --enable-calendar or --disable-calendar was given.
7564 if test "${enable_calendar+set}" = set; then
7565 enableval="$enable_calendar"
7566
7567 if test "$enableval" = yes; then
7568 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
7569 else
7570 ac_cv_use_calendar='wxUSE_CALCTRL=no'
7571 fi
7572
7573 else
7574
7575 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
7576 if test "x$LINE" != x ; then
7577 eval "DEFAULT_$LINE"
7578 else
7579 no_cache=1
7580 fi
7581
7582 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
7583
7584 fi;
7585
7586 eval "$ac_cv_use_calendar"
7587 if test "$no_cache" != 1; then
7588 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
7589 fi
7590
7591 if test "$wxUSE_CALCTRL" = yes; then
7592 echo "$as_me:$LINENO: result: yes" >&5
7593 echo "${ECHO_T}yes" >&6
7594 else
7595 echo "$as_me:$LINENO: result: no" >&5
7596 echo "${ECHO_T}no" >&6
7597 fi
7598
7599
7600 enablestring=
7601 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
7602 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
7603 no_cache=0
7604 # Check whether --enable-caret or --disable-caret was given.
7605 if test "${enable_caret+set}" = set; then
7606 enableval="$enable_caret"
7607
7608 if test "$enableval" = yes; then
7609 ac_cv_use_caret='wxUSE_CARET=yes'
7610 else
7611 ac_cv_use_caret='wxUSE_CARET=no'
7612 fi
7613
7614 else
7615
7616 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
7617 if test "x$LINE" != x ; then
7618 eval "DEFAULT_$LINE"
7619 else
7620 no_cache=1
7621 fi
7622
7623 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
7624
7625 fi;
7626
7627 eval "$ac_cv_use_caret"
7628 if test "$no_cache" != 1; then
7629 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
7630 fi
7631
7632 if test "$wxUSE_CARET" = yes; then
7633 echo "$as_me:$LINENO: result: yes" >&5
7634 echo "${ECHO_T}yes" >&6
7635 else
7636 echo "$as_me:$LINENO: result: no" >&5
7637 echo "${ECHO_T}no" >&6
7638 fi
7639
7640
7641 enablestring=
7642 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
7643 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
7644 no_cache=0
7645 # Check whether --enable-checkbox or --disable-checkbox was given.
7646 if test "${enable_checkbox+set}" = set; then
7647 enableval="$enable_checkbox"
7648
7649 if test "$enableval" = yes; then
7650 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
7651 else
7652 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
7653 fi
7654
7655 else
7656
7657 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
7658 if test "x$LINE" != x ; then
7659 eval "DEFAULT_$LINE"
7660 else
7661 no_cache=1
7662 fi
7663
7664 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
7665
7666 fi;
7667
7668 eval "$ac_cv_use_checkbox"
7669 if test "$no_cache" != 1; then
7670 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
7671 fi
7672
7673 if test "$wxUSE_CHECKBOX" = yes; then
7674 echo "$as_me:$LINENO: result: yes" >&5
7675 echo "${ECHO_T}yes" >&6
7676 else
7677 echo "$as_me:$LINENO: result: no" >&5
7678 echo "${ECHO_T}no" >&6
7679 fi
7680
7681
7682 enablestring=
7683 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
7684 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
7685 no_cache=0
7686 # Check whether --enable-checklst or --disable-checklst was given.
7687 if test "${enable_checklst+set}" = set; then
7688 enableval="$enable_checklst"
7689
7690 if test "$enableval" = yes; then
7691 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
7692 else
7693 ac_cv_use_checklst='wxUSE_CHECKLST=no'
7694 fi
7695
7696 else
7697
7698 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
7699 if test "x$LINE" != x ; then
7700 eval "DEFAULT_$LINE"
7701 else
7702 no_cache=1
7703 fi
7704
7705 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
7706
7707 fi;
7708
7709 eval "$ac_cv_use_checklst"
7710 if test "$no_cache" != 1; then
7711 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
7712 fi
7713
7714 if test "$wxUSE_CHECKLST" = yes; then
7715 echo "$as_me:$LINENO: result: yes" >&5
7716 echo "${ECHO_T}yes" >&6
7717 else
7718 echo "$as_me:$LINENO: result: no" >&5
7719 echo "${ECHO_T}no" >&6
7720 fi
7721
7722
7723 enablestring=
7724 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
7725 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
7726 no_cache=0
7727 # Check whether --enable-choice or --disable-choice was given.
7728 if test "${enable_choice+set}" = set; then
7729 enableval="$enable_choice"
7730
7731 if test "$enableval" = yes; then
7732 ac_cv_use_choice='wxUSE_CHOICE=yes'
7733 else
7734 ac_cv_use_choice='wxUSE_CHOICE=no'
7735 fi
7736
7737 else
7738
7739 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
7740 if test "x$LINE" != x ; then
7741 eval "DEFAULT_$LINE"
7742 else
7743 no_cache=1
7744 fi
7745
7746 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
7747
7748 fi;
7749
7750 eval "$ac_cv_use_choice"
7751 if test "$no_cache" != 1; then
7752 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
7753 fi
7754
7755 if test "$wxUSE_CHOICE" = yes; then
7756 echo "$as_me:$LINENO: result: yes" >&5
7757 echo "${ECHO_T}yes" >&6
7758 else
7759 echo "$as_me:$LINENO: result: no" >&5
7760 echo "${ECHO_T}no" >&6
7761 fi
7762
7763
7764 enablestring=
7765 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
7766 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6
7767 no_cache=0
7768 # Check whether --enable-choicebook or --disable-choicebook was given.
7769 if test "${enable_choicebook+set}" = set; then
7770 enableval="$enable_choicebook"
7771
7772 if test "$enableval" = yes; then
7773 ac_cv_use_choicebook='wxUSE_CHOICEBOOK=yes'
7774 else
7775 ac_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
7776 fi
7777
7778 else
7779
7780 LINE=`grep "wxUSE_CHOICEBOOK" ${wx_arg_cache_file}`
7781 if test "x$LINE" != x ; then
7782 eval "DEFAULT_$LINE"
7783 else
7784 no_cache=1
7785 fi
7786
7787 ac_cv_use_choicebook='wxUSE_CHOICEBOOK='$DEFAULT_wxUSE_CHOICEBOOK
7788
7789 fi;
7790
7791 eval "$ac_cv_use_choicebook"
7792 if test "$no_cache" != 1; then
7793 echo $ac_cv_use_choicebook >> ${wx_arg_cache_file}.tmp
7794 fi
7795
7796 if test "$wxUSE_CHOICEBOOK" = yes; then
7797 echo "$as_me:$LINENO: result: yes" >&5
7798 echo "${ECHO_T}yes" >&6
7799 else
7800 echo "$as_me:$LINENO: result: no" >&5
7801 echo "${ECHO_T}no" >&6
7802 fi
7803
7804
7805 enablestring=
7806 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
7807 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
7808 no_cache=0
7809 # Check whether --enable-combobox or --disable-combobox was given.
7810 if test "${enable_combobox+set}" = set; then
7811 enableval="$enable_combobox"
7812
7813 if test "$enableval" = yes; then
7814 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
7815 else
7816 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
7817 fi
7818
7819 else
7820
7821 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
7822 if test "x$LINE" != x ; then
7823 eval "DEFAULT_$LINE"
7824 else
7825 no_cache=1
7826 fi
7827
7828 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
7829
7830 fi;
7831
7832 eval "$ac_cv_use_combobox"
7833 if test "$no_cache" != 1; then
7834 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
7835 fi
7836
7837 if test "$wxUSE_COMBOBOX" = yes; then
7838 echo "$as_me:$LINENO: result: yes" >&5
7839 echo "${ECHO_T}yes" >&6
7840 else
7841 echo "$as_me:$LINENO: result: no" >&5
7842 echo "${ECHO_T}no" >&6
7843 fi
7844
7845
7846 enablestring=
7847 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
7848 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6
7849 no_cache=0
7850 # Check whether --enable-datepick or --disable-datepick was given.
7851 if test "${enable_datepick+set}" = set; then
7852 enableval="$enable_datepick"
7853
7854 if test "$enableval" = yes; then
7855 ac_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
7856 else
7857 ac_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
7858 fi
7859
7860 else
7861
7862 LINE=`grep "wxUSE_DATEPICKCTRL" ${wx_arg_cache_file}`
7863 if test "x$LINE" != x ; then
7864 eval "DEFAULT_$LINE"
7865 else
7866 no_cache=1
7867 fi
7868
7869 ac_cv_use_datepick='wxUSE_DATEPICKCTRL='$DEFAULT_wxUSE_DATEPICKCTRL
7870
7871 fi;
7872
7873 eval "$ac_cv_use_datepick"
7874 if test "$no_cache" != 1; then
7875 echo $ac_cv_use_datepick >> ${wx_arg_cache_file}.tmp
7876 fi
7877
7878 if test "$wxUSE_DATEPICKCTRL" = yes; then
7879 echo "$as_me:$LINENO: result: yes" >&5
7880 echo "${ECHO_T}yes" >&6
7881 else
7882 echo "$as_me:$LINENO: result: no" >&5
7883 echo "${ECHO_T}no" >&6
7884 fi
7885
7886
7887 enablestring=
7888 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
7889 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
7890 no_cache=0
7891 # Check whether --enable-display or --disable-display was given.
7892 if test "${enable_display+set}" = set; then
7893 enableval="$enable_display"
7894
7895 if test "$enableval" = yes; then
7896 ac_cv_use_display='wxUSE_DISPLAY=yes'
7897 else
7898 ac_cv_use_display='wxUSE_DISPLAY=no'
7899 fi
7900
7901 else
7902
7903 LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
7904 if test "x$LINE" != x ; then
7905 eval "DEFAULT_$LINE"
7906 else
7907 no_cache=1
7908 fi
7909
7910 ac_cv_use_display='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
7911
7912 fi;
7913
7914 eval "$ac_cv_use_display"
7915 if test "$no_cache" != 1; then
7916 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
7917 fi
7918
7919 if test "$wxUSE_DISPLAY" = yes; then
7920 echo "$as_me:$LINENO: result: yes" >&5
7921 echo "${ECHO_T}yes" >&6
7922 else
7923 echo "$as_me:$LINENO: result: no" >&5
7924 echo "${ECHO_T}no" >&6
7925 fi
7926
7927
7928 enablestring=
7929 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
7930 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
7931 no_cache=0
7932 # Check whether --enable-gauge or --disable-gauge was given.
7933 if test "${enable_gauge+set}" = set; then
7934 enableval="$enable_gauge"
7935
7936 if test "$enableval" = yes; then
7937 ac_cv_use_gauge='wxUSE_GAUGE=yes'
7938 else
7939 ac_cv_use_gauge='wxUSE_GAUGE=no'
7940 fi
7941
7942 else
7943
7944 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7945 if test "x$LINE" != x ; then
7946 eval "DEFAULT_$LINE"
7947 else
7948 no_cache=1
7949 fi
7950
7951 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
7952
7953 fi;
7954
7955 eval "$ac_cv_use_gauge"
7956 if test "$no_cache" != 1; then
7957 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7958 fi
7959
7960 if test "$wxUSE_GAUGE" = yes; then
7961 echo "$as_me:$LINENO: result: yes" >&5
7962 echo "${ECHO_T}yes" >&6
7963 else
7964 echo "$as_me:$LINENO: result: no" >&5
7965 echo "${ECHO_T}no" >&6
7966 fi
7967
7968
7969 enablestring=
7970 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7971 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
7972 no_cache=0
7973 # Check whether --enable-grid or --disable-grid was given.
7974 if test "${enable_grid+set}" = set; then
7975 enableval="$enable_grid"
7976
7977 if test "$enableval" = yes; then
7978 ac_cv_use_grid='wxUSE_GRID=yes'
7979 else
7980 ac_cv_use_grid='wxUSE_GRID=no'
7981 fi
7982
7983 else
7984
7985 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7986 if test "x$LINE" != x ; then
7987 eval "DEFAULT_$LINE"
7988 else
7989 no_cache=1
7990 fi
7991
7992 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
7993
7994 fi;
7995
7996 eval "$ac_cv_use_grid"
7997 if test "$no_cache" != 1; then
7998 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7999 fi
8000
8001 if test "$wxUSE_GRID" = yes; then
8002 echo "$as_me:$LINENO: result: yes" >&5
8003 echo "${ECHO_T}yes" >&6
8004 else
8005 echo "$as_me:$LINENO: result: no" >&5
8006 echo "${ECHO_T}no" >&6
8007 fi
8008
8009
8010 enablestring=
8011 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
8012 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
8013 no_cache=0
8014 # Check whether --enable-imaglist or --disable-imaglist was given.
8015 if test "${enable_imaglist+set}" = set; then
8016 enableval="$enable_imaglist"
8017
8018 if test "$enableval" = yes; then
8019 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
8020 else
8021 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
8022 fi
8023
8024 else
8025
8026 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
8027 if test "x$LINE" != x ; then
8028 eval "DEFAULT_$LINE"
8029 else
8030 no_cache=1
8031 fi
8032
8033 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
8034
8035 fi;
8036
8037 eval "$ac_cv_use_imaglist"
8038 if test "$no_cache" != 1; then
8039 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
8040 fi
8041
8042 if test "$wxUSE_IMAGLIST" = yes; then
8043 echo "$as_me:$LINENO: result: yes" >&5
8044 echo "${ECHO_T}yes" >&6
8045 else
8046 echo "$as_me:$LINENO: result: no" >&5
8047 echo "${ECHO_T}no" >&6
8048 fi
8049
8050
8051 enablestring=
8052 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
8053 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
8054 no_cache=0
8055 # Check whether --enable-listbook or --disable-listbook was given.
8056 if test "${enable_listbook+set}" = set; then
8057 enableval="$enable_listbook"
8058
8059 if test "$enableval" = yes; then
8060 ac_cv_use_listbook='wxUSE_LISTBOOK=yes'
8061 else
8062 ac_cv_use_listbook='wxUSE_LISTBOOK=no'
8063 fi
8064
8065 else
8066
8067 LINE=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
8068 if test "x$LINE" != x ; then
8069 eval "DEFAULT_$LINE"
8070 else
8071 no_cache=1
8072 fi
8073
8074 ac_cv_use_listbook='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK
8075
8076 fi;
8077
8078 eval "$ac_cv_use_listbook"
8079 if test "$no_cache" != 1; then
8080 echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
8081 fi
8082
8083 if test "$wxUSE_LISTBOOK" = yes; then
8084 echo "$as_me:$LINENO: result: yes" >&5
8085 echo "${ECHO_T}yes" >&6
8086 else
8087 echo "$as_me:$LINENO: result: no" >&5
8088 echo "${ECHO_T}no" >&6
8089 fi
8090
8091
8092 enablestring=
8093 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
8094 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
8095 no_cache=0
8096 # Check whether --enable-listbox or --disable-listbox was given.
8097 if test "${enable_listbox+set}" = set; then
8098 enableval="$enable_listbox"
8099
8100 if test "$enableval" = yes; then
8101 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
8102 else
8103 ac_cv_use_listbox='wxUSE_LISTBOX=no'
8104 fi
8105
8106 else
8107
8108 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
8109 if test "x$LINE" != x ; then
8110 eval "DEFAULT_$LINE"
8111 else
8112 no_cache=1
8113 fi
8114
8115 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
8116
8117 fi;
8118
8119 eval "$ac_cv_use_listbox"
8120 if test "$no_cache" != 1; then
8121 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
8122 fi
8123
8124 if test "$wxUSE_LISTBOX" = yes; then
8125 echo "$as_me:$LINENO: result: yes" >&5
8126 echo "${ECHO_T}yes" >&6
8127 else
8128 echo "$as_me:$LINENO: result: no" >&5
8129 echo "${ECHO_T}no" >&6
8130 fi
8131
8132
8133 enablestring=
8134 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
8135 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
8136 no_cache=0
8137 # Check whether --enable-listctrl or --disable-listctrl was given.
8138 if test "${enable_listctrl+set}" = set; then
8139 enableval="$enable_listctrl"
8140
8141 if test "$enableval" = yes; then
8142 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
8143 else
8144 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
8145 fi
8146
8147 else
8148
8149 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
8150 if test "x$LINE" != x ; then
8151 eval "DEFAULT_$LINE"
8152 else
8153 no_cache=1
8154 fi
8155
8156 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
8157
8158 fi;
8159
8160 eval "$ac_cv_use_listctrl"
8161 if test "$no_cache" != 1; then
8162 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
8163 fi
8164
8165 if test "$wxUSE_LISTCTRL" = yes; then
8166 echo "$as_me:$LINENO: result: yes" >&5
8167 echo "${ECHO_T}yes" >&6
8168 else
8169 echo "$as_me:$LINENO: result: no" >&5
8170 echo "${ECHO_T}no" >&6
8171 fi
8172
8173
8174 enablestring=
8175 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
8176 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
8177 no_cache=0
8178 # Check whether --enable-notebook or --disable-notebook was given.
8179 if test "${enable_notebook+set}" = set; then
8180 enableval="$enable_notebook"
8181
8182 if test "$enableval" = yes; then
8183 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
8184 else
8185 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
8186 fi
8187
8188 else
8189
8190 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
8191 if test "x$LINE" != x ; then
8192 eval "DEFAULT_$LINE"
8193 else
8194 no_cache=1
8195 fi
8196
8197 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
8198
8199 fi;
8200
8201 eval "$ac_cv_use_notebook"
8202 if test "$no_cache" != 1; then
8203 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
8204 fi
8205
8206 if test "$wxUSE_NOTEBOOK" = yes; then
8207 echo "$as_me:$LINENO: result: yes" >&5
8208 echo "${ECHO_T}yes" >&6
8209 else
8210 echo "$as_me:$LINENO: result: no" >&5
8211 echo "${ECHO_T}no" >&6
8212 fi
8213
8214
8215 enablestring=
8216 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
8217 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
8218 no_cache=0
8219 # Check whether --enable-radiobox or --disable-radiobox was given.
8220 if test "${enable_radiobox+set}" = set; then
8221 enableval="$enable_radiobox"
8222
8223 if test "$enableval" = yes; then
8224 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
8225 else
8226 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
8227 fi
8228
8229 else
8230
8231 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
8232 if test "x$LINE" != x ; then
8233 eval "DEFAULT_$LINE"
8234 else
8235 no_cache=1
8236 fi
8237
8238 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
8239
8240 fi;
8241
8242 eval "$ac_cv_use_radiobox"
8243 if test "$no_cache" != 1; then
8244 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
8245 fi
8246
8247 if test "$wxUSE_RADIOBOX" = yes; then
8248 echo "$as_me:$LINENO: result: yes" >&5
8249 echo "${ECHO_T}yes" >&6
8250 else
8251 echo "$as_me:$LINENO: result: no" >&5
8252 echo "${ECHO_T}no" >&6
8253 fi
8254
8255
8256 enablestring=
8257 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
8258 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
8259 no_cache=0
8260 # Check whether --enable-radiobtn or --disable-radiobtn was given.
8261 if test "${enable_radiobtn+set}" = set; then
8262 enableval="$enable_radiobtn"
8263
8264 if test "$enableval" = yes; then
8265 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
8266 else
8267 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
8268 fi
8269
8270 else
8271
8272 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
8273 if test "x$LINE" != x ; then
8274 eval "DEFAULT_$LINE"
8275 else
8276 no_cache=1
8277 fi
8278
8279 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
8280
8281 fi;
8282
8283 eval "$ac_cv_use_radiobtn"
8284 if test "$no_cache" != 1; then
8285 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
8286 fi
8287
8288 if test "$wxUSE_RADIOBTN" = yes; then
8289 echo "$as_me:$LINENO: result: yes" >&5
8290 echo "${ECHO_T}yes" >&6
8291 else
8292 echo "$as_me:$LINENO: result: no" >&5
8293 echo "${ECHO_T}no" >&6
8294 fi
8295
8296
8297 enablestring=
8298 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
8299 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
8300 no_cache=0
8301 # Check whether --enable-sash or --disable-sash was given.
8302 if test "${enable_sash+set}" = set; then
8303 enableval="$enable_sash"
8304
8305 if test "$enableval" = yes; then
8306 ac_cv_use_sash='wxUSE_SASH=yes'
8307 else
8308 ac_cv_use_sash='wxUSE_SASH=no'
8309 fi
8310
8311 else
8312
8313 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
8314 if test "x$LINE" != x ; then
8315 eval "DEFAULT_$LINE"
8316 else
8317 no_cache=1
8318 fi
8319
8320 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
8321
8322 fi;
8323
8324 eval "$ac_cv_use_sash"
8325 if test "$no_cache" != 1; then
8326 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
8327 fi
8328
8329 if test "$wxUSE_SASH" = yes; then
8330 echo "$as_me:$LINENO: result: yes" >&5
8331 echo "${ECHO_T}yes" >&6
8332 else
8333 echo "$as_me:$LINENO: result: no" >&5
8334 echo "${ECHO_T}no" >&6
8335 fi
8336
8337
8338 enablestring=
8339 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
8340 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
8341 no_cache=0
8342 # Check whether --enable-scrollbar or --disable-scrollbar was given.
8343 if test "${enable_scrollbar+set}" = set; then
8344 enableval="$enable_scrollbar"
8345
8346 if test "$enableval" = yes; then
8347 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
8348 else
8349 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
8350 fi
8351
8352 else
8353
8354 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
8355 if test "x$LINE" != x ; then
8356 eval "DEFAULT_$LINE"
8357 else
8358 no_cache=1
8359 fi
8360
8361 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
8362
8363 fi;
8364
8365 eval "$ac_cv_use_scrollbar"
8366 if test "$no_cache" != 1; then
8367 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
8368 fi
8369
8370 if test "$wxUSE_SCROLLBAR" = yes; then
8371 echo "$as_me:$LINENO: result: yes" >&5
8372 echo "${ECHO_T}yes" >&6
8373 else
8374 echo "$as_me:$LINENO: result: no" >&5
8375 echo "${ECHO_T}no" >&6
8376 fi
8377
8378
8379 enablestring=
8380 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
8381 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
8382 no_cache=0
8383 # Check whether --enable-slider or --disable-slider was given.
8384 if test "${enable_slider+set}" = set; then
8385 enableval="$enable_slider"
8386
8387 if test "$enableval" = yes; then
8388 ac_cv_use_slider='wxUSE_SLIDER=yes'
8389 else
8390 ac_cv_use_slider='wxUSE_SLIDER=no'
8391 fi
8392
8393 else
8394
8395 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
8396 if test "x$LINE" != x ; then
8397 eval "DEFAULT_$LINE"
8398 else
8399 no_cache=1
8400 fi
8401
8402 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
8403
8404 fi;
8405
8406 eval "$ac_cv_use_slider"
8407 if test "$no_cache" != 1; then
8408 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
8409 fi
8410
8411 if test "$wxUSE_SLIDER" = yes; then
8412 echo "$as_me:$LINENO: result: yes" >&5
8413 echo "${ECHO_T}yes" >&6
8414 else
8415 echo "$as_me:$LINENO: result: no" >&5
8416 echo "${ECHO_T}no" >&6
8417 fi
8418
8419
8420 enablestring=
8421 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
8422 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
8423 no_cache=0
8424 # Check whether --enable-spinbtn or --disable-spinbtn was given.
8425 if test "${enable_spinbtn+set}" = set; then
8426 enableval="$enable_spinbtn"
8427
8428 if test "$enableval" = yes; then
8429 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
8430 else
8431 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
8432 fi
8433
8434 else
8435
8436 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
8437 if test "x$LINE" != x ; then
8438 eval "DEFAULT_$LINE"
8439 else
8440 no_cache=1
8441 fi
8442
8443 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
8444
8445 fi;
8446
8447 eval "$ac_cv_use_spinbtn"
8448 if test "$no_cache" != 1; then
8449 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
8450 fi
8451
8452 if test "$wxUSE_SPINBTN" = yes; then
8453 echo "$as_me:$LINENO: result: yes" >&5
8454 echo "${ECHO_T}yes" >&6
8455 else
8456 echo "$as_me:$LINENO: result: no" >&5
8457 echo "${ECHO_T}no" >&6
8458 fi
8459
8460
8461 enablestring=
8462 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
8463 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
8464 no_cache=0
8465 # Check whether --enable-spinctrl or --disable-spinctrl was given.
8466 if test "${enable_spinctrl+set}" = set; then
8467 enableval="$enable_spinctrl"
8468
8469 if test "$enableval" = yes; then
8470 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
8471 else
8472 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
8473 fi
8474
8475 else
8476
8477 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
8478 if test "x$LINE" != x ; then
8479 eval "DEFAULT_$LINE"
8480 else
8481 no_cache=1
8482 fi
8483
8484 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
8485
8486 fi;
8487
8488 eval "$ac_cv_use_spinctrl"
8489 if test "$no_cache" != 1; then
8490 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
8491 fi
8492
8493 if test "$wxUSE_SPINCTRL" = yes; then
8494 echo "$as_me:$LINENO: result: yes" >&5
8495 echo "${ECHO_T}yes" >&6
8496 else
8497 echo "$as_me:$LINENO: result: no" >&5
8498 echo "${ECHO_T}no" >&6
8499 fi
8500
8501
8502 enablestring=
8503 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
8504 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
8505 no_cache=0
8506 # Check whether --enable-splitter or --disable-splitter was given.
8507 if test "${enable_splitter+set}" = set; then
8508 enableval="$enable_splitter"
8509
8510 if test "$enableval" = yes; then
8511 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
8512 else
8513 ac_cv_use_splitter='wxUSE_SPLITTER=no'
8514 fi
8515
8516 else
8517
8518 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
8519 if test "x$LINE" != x ; then
8520 eval "DEFAULT_$LINE"
8521 else
8522 no_cache=1
8523 fi
8524
8525 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
8526
8527 fi;
8528
8529 eval "$ac_cv_use_splitter"
8530 if test "$no_cache" != 1; then
8531 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
8532 fi
8533
8534 if test "$wxUSE_SPLITTER" = yes; then
8535 echo "$as_me:$LINENO: result: yes" >&5
8536 echo "${ECHO_T}yes" >&6
8537 else
8538 echo "$as_me:$LINENO: result: no" >&5
8539 echo "${ECHO_T}no" >&6
8540 fi
8541
8542
8543 enablestring=
8544 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
8545 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
8546 no_cache=0
8547 # Check whether --enable-statbmp or --disable-statbmp was given.
8548 if test "${enable_statbmp+set}" = set; then
8549 enableval="$enable_statbmp"
8550
8551 if test "$enableval" = yes; then
8552 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
8553 else
8554 ac_cv_use_statbmp='wxUSE_STATBMP=no'
8555 fi
8556
8557 else
8558
8559 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
8560 if test "x$LINE" != x ; then
8561 eval "DEFAULT_$LINE"
8562 else
8563 no_cache=1
8564 fi
8565
8566 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
8567
8568 fi;
8569
8570 eval "$ac_cv_use_statbmp"
8571 if test "$no_cache" != 1; then
8572 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
8573 fi
8574
8575 if test "$wxUSE_STATBMP" = yes; then
8576 echo "$as_me:$LINENO: result: yes" >&5
8577 echo "${ECHO_T}yes" >&6
8578 else
8579 echo "$as_me:$LINENO: result: no" >&5
8580 echo "${ECHO_T}no" >&6
8581 fi
8582
8583
8584 enablestring=
8585 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
8586 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
8587 no_cache=0
8588 # Check whether --enable-statbox or --disable-statbox was given.
8589 if test "${enable_statbox+set}" = set; then
8590 enableval="$enable_statbox"
8591
8592 if test "$enableval" = yes; then
8593 ac_cv_use_statbox='wxUSE_STATBOX=yes'
8594 else
8595 ac_cv_use_statbox='wxUSE_STATBOX=no'
8596 fi
8597
8598 else
8599
8600 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
8601 if test "x$LINE" != x ; then
8602 eval "DEFAULT_$LINE"
8603 else
8604 no_cache=1
8605 fi
8606
8607 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
8608
8609 fi;
8610
8611 eval "$ac_cv_use_statbox"
8612 if test "$no_cache" != 1; then
8613 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
8614 fi
8615
8616 if test "$wxUSE_STATBOX" = yes; then
8617 echo "$as_me:$LINENO: result: yes" >&5
8618 echo "${ECHO_T}yes" >&6
8619 else
8620 echo "$as_me:$LINENO: result: no" >&5
8621 echo "${ECHO_T}no" >&6
8622 fi
8623
8624
8625 enablestring=
8626 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
8627 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
8628 no_cache=0
8629 # Check whether --enable-statline or --disable-statline was given.
8630 if test "${enable_statline+set}" = set; then
8631 enableval="$enable_statline"
8632
8633 if test "$enableval" = yes; then
8634 ac_cv_use_statline='wxUSE_STATLINE=yes'
8635 else
8636 ac_cv_use_statline='wxUSE_STATLINE=no'
8637 fi
8638
8639 else
8640
8641 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
8642 if test "x$LINE" != x ; then
8643 eval "DEFAULT_$LINE"
8644 else
8645 no_cache=1
8646 fi
8647
8648 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
8649
8650 fi;
8651
8652 eval "$ac_cv_use_statline"
8653 if test "$no_cache" != 1; then
8654 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
8655 fi
8656
8657 if test "$wxUSE_STATLINE" = yes; then
8658 echo "$as_me:$LINENO: result: yes" >&5
8659 echo "${ECHO_T}yes" >&6
8660 else
8661 echo "$as_me:$LINENO: result: no" >&5
8662 echo "${ECHO_T}no" >&6
8663 fi
8664
8665
8666 enablestring=
8667 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
8668 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
8669 no_cache=0
8670 # Check whether --enable-stattext or --disable-stattext was given.
8671 if test "${enable_stattext+set}" = set; then
8672 enableval="$enable_stattext"
8673
8674 if test "$enableval" = yes; then
8675 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
8676 else
8677 ac_cv_use_stattext='wxUSE_STATTEXT=no'
8678 fi
8679
8680 else
8681
8682 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
8683 if test "x$LINE" != x ; then
8684 eval "DEFAULT_$LINE"
8685 else
8686 no_cache=1
8687 fi
8688
8689 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
8690
8691 fi;
8692
8693 eval "$ac_cv_use_stattext"
8694 if test "$no_cache" != 1; then
8695 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
8696 fi
8697
8698 if test "$wxUSE_STATTEXT" = yes; then
8699 echo "$as_me:$LINENO: result: yes" >&5
8700 echo "${ECHO_T}yes" >&6
8701 else
8702 echo "$as_me:$LINENO: result: no" >&5
8703 echo "${ECHO_T}no" >&6
8704 fi
8705
8706
8707 enablestring=
8708 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
8709 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
8710 no_cache=0
8711 # Check whether --enable-statusbar or --disable-statusbar was given.
8712 if test "${enable_statusbar+set}" = set; then
8713 enableval="$enable_statusbar"
8714
8715 if test "$enableval" = yes; then
8716 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
8717 else
8718 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
8719 fi
8720
8721 else
8722
8723 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
8724 if test "x$LINE" != x ; then
8725 eval "DEFAULT_$LINE"
8726 else
8727 no_cache=1
8728 fi
8729
8730 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
8731
8732 fi;
8733
8734 eval "$ac_cv_use_statusbar"
8735 if test "$no_cache" != 1; then
8736 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
8737 fi
8738
8739 if test "$wxUSE_STATUSBAR" = yes; then
8740 echo "$as_me:$LINENO: result: yes" >&5
8741 echo "${ECHO_T}yes" >&6
8742 else
8743 echo "$as_me:$LINENO: result: no" >&5
8744 echo "${ECHO_T}no" >&6
8745 fi
8746
8747
8748 enablestring=
8749 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
8750 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
8751 no_cache=0
8752 # Check whether --enable-tabdialog or --disable-tabdialog was given.
8753 if test "${enable_tabdialog+set}" = set; then
8754 enableval="$enable_tabdialog"
8755
8756 if test "$enableval" = yes; then
8757 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
8758 else
8759 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
8760 fi
8761
8762 else
8763
8764 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
8765 if test "x$LINE" != x ; then
8766 eval "DEFAULT_$LINE"
8767 else
8768 no_cache=1
8769 fi
8770
8771 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
8772
8773 fi;
8774
8775 eval "$ac_cv_use_tabdialog"
8776 if test "$no_cache" != 1; then
8777 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
8778 fi
8779
8780 if test "$wxUSE_TABDIALOG" = yes; then
8781 echo "$as_me:$LINENO: result: yes" >&5
8782 echo "${ECHO_T}yes" >&6
8783 else
8784 echo "$as_me:$LINENO: result: no" >&5
8785 echo "${ECHO_T}no" >&6
8786 fi
8787
8788
8789 enablestring=
8790 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
8791 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
8792 no_cache=0
8793 # Check whether --enable-textctrl or --disable-textctrl was given.
8794 if test "${enable_textctrl+set}" = set; then
8795 enableval="$enable_textctrl"
8796
8797 if test "$enableval" = yes; then
8798 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
8799 else
8800 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
8801 fi
8802
8803 else
8804
8805 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
8806 if test "x$LINE" != x ; then
8807 eval "DEFAULT_$LINE"
8808 else
8809 no_cache=1
8810 fi
8811
8812 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
8813
8814 fi;
8815
8816 eval "$ac_cv_use_textctrl"
8817 if test "$no_cache" != 1; then
8818 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
8819 fi
8820
8821 if test "$wxUSE_TEXTCTRL" = yes; then
8822 echo "$as_me:$LINENO: result: yes" >&5
8823 echo "${ECHO_T}yes" >&6
8824 else
8825 echo "$as_me:$LINENO: result: no" >&5
8826 echo "${ECHO_T}no" >&6
8827 fi
8828
8829
8830 enablestring=
8831 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
8832 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
8833 no_cache=0
8834 # Check whether --enable-togglebtn or --disable-togglebtn was given.
8835 if test "${enable_togglebtn+set}" = set; then
8836 enableval="$enable_togglebtn"
8837
8838 if test "$enableval" = yes; then
8839 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
8840 else
8841 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
8842 fi
8843
8844 else
8845
8846 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
8847 if test "x$LINE" != x ; then
8848 eval "DEFAULT_$LINE"
8849 else
8850 no_cache=1
8851 fi
8852
8853 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
8854
8855 fi;
8856
8857 eval "$ac_cv_use_togglebtn"
8858 if test "$no_cache" != 1; then
8859 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
8860 fi
8861
8862 if test "$wxUSE_TOGGLEBTN" = yes; then
8863 echo "$as_me:$LINENO: result: yes" >&5
8864 echo "${ECHO_T}yes" >&6
8865 else
8866 echo "$as_me:$LINENO: result: no" >&5
8867 echo "${ECHO_T}no" >&6
8868 fi
8869
8870
8871 enablestring=
8872 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
8873 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
8874 no_cache=0
8875 # Check whether --enable-toolbar or --disable-toolbar was given.
8876 if test "${enable_toolbar+set}" = set; then
8877 enableval="$enable_toolbar"
8878
8879 if test "$enableval" = yes; then
8880 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
8881 else
8882 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
8883 fi
8884
8885 else
8886
8887 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
8888 if test "x$LINE" != x ; then
8889 eval "DEFAULT_$LINE"
8890 else
8891 no_cache=1
8892 fi
8893
8894 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
8895
8896 fi;
8897
8898 eval "$ac_cv_use_toolbar"
8899 if test "$no_cache" != 1; then
8900 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
8901 fi
8902
8903 if test "$wxUSE_TOOLBAR" = yes; then
8904 echo "$as_me:$LINENO: result: yes" >&5
8905 echo "${ECHO_T}yes" >&6
8906 else
8907 echo "$as_me:$LINENO: result: no" >&5
8908 echo "${ECHO_T}no" >&6
8909 fi
8910
8911
8912 enablestring=
8913 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
8914 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
8915 no_cache=0
8916 # Check whether --enable-tbarnative or --disable-tbarnative was given.
8917 if test "${enable_tbarnative+set}" = set; then
8918 enableval="$enable_tbarnative"
8919
8920 if test "$enableval" = yes; then
8921 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
8922 else
8923 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
8924 fi
8925
8926 else
8927
8928 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
8929 if test "x$LINE" != x ; then
8930 eval "DEFAULT_$LINE"
8931 else
8932 no_cache=1
8933 fi
8934
8935 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
8936
8937 fi;
8938
8939 eval "$ac_cv_use_tbarnative"
8940 if test "$no_cache" != 1; then
8941 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
8942 fi
8943
8944 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
8945 echo "$as_me:$LINENO: result: yes" >&5
8946 echo "${ECHO_T}yes" >&6
8947 else
8948 echo "$as_me:$LINENO: result: no" >&5
8949 echo "${ECHO_T}no" >&6
8950 fi
8951
8952
8953 enablestring=
8954 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
8955 echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
8956 no_cache=0
8957 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
8958 if test "${enable_tbarsmpl+set}" = set; then
8959 enableval="$enable_tbarsmpl"
8960
8961 if test "$enableval" = yes; then
8962 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
8963 else
8964 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
8965 fi
8966
8967 else
8968
8969 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
8970 if test "x$LINE" != x ; then
8971 eval "DEFAULT_$LINE"
8972 else
8973 no_cache=1
8974 fi
8975
8976 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
8977
8978 fi;
8979
8980 eval "$ac_cv_use_tbarsmpl"
8981 if test "$no_cache" != 1; then
8982 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8983 fi
8984
8985 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
8986 echo "$as_me:$LINENO: result: yes" >&5
8987 echo "${ECHO_T}yes" >&6
8988 else
8989 echo "$as_me:$LINENO: result: no" >&5
8990 echo "${ECHO_T}no" >&6
8991 fi
8992
8993
8994 enablestring=
8995 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treebook" >&5
8996 echo $ECHO_N "checking for --${enablestring:-enable}-treebook... $ECHO_C" >&6
8997 no_cache=0
8998 # Check whether --enable-treebook or --disable-treebook was given.
8999 if test "${enable_treebook+set}" = set; then
9000 enableval="$enable_treebook"
9001
9002 if test "$enableval" = yes; then
9003 ac_cv_use_treebook='wxUSE_TREEBOOK=yes'
9004 else
9005 ac_cv_use_treebook='wxUSE_TREEBOOK=no'
9006 fi
9007
9008 else
9009
9010 LINE=`grep "wxUSE_TREEBOOK" ${wx_arg_cache_file}`
9011 if test "x$LINE" != x ; then
9012 eval "DEFAULT_$LINE"
9013 else
9014 no_cache=1
9015 fi
9016
9017 ac_cv_use_treebook='wxUSE_TREEBOOK='$DEFAULT_wxUSE_TREEBOOK
9018
9019 fi;
9020
9021 eval "$ac_cv_use_treebook"
9022 if test "$no_cache" != 1; then
9023 echo $ac_cv_use_treebook >> ${wx_arg_cache_file}.tmp
9024 fi
9025
9026 if test "$wxUSE_TREEBOOK" = yes; then
9027 echo "$as_me:$LINENO: result: yes" >&5
9028 echo "${ECHO_T}yes" >&6
9029 else
9030 echo "$as_me:$LINENO: result: no" >&5
9031 echo "${ECHO_T}no" >&6
9032 fi
9033
9034
9035 enablestring=
9036 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
9037 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
9038 no_cache=0
9039 # Check whether --enable-treectrl or --disable-treectrl was given.
9040 if test "${enable_treectrl+set}" = set; then
9041 enableval="$enable_treectrl"
9042
9043 if test "$enableval" = yes; then
9044 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
9045 else
9046 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
9047 fi
9048
9049 else
9050
9051 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
9052 if test "x$LINE" != x ; then
9053 eval "DEFAULT_$LINE"
9054 else
9055 no_cache=1
9056 fi
9057
9058 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
9059
9060 fi;
9061
9062 eval "$ac_cv_use_treectrl"
9063 if test "$no_cache" != 1; then
9064 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
9065 fi
9066
9067 if test "$wxUSE_TREECTRL" = yes; then
9068 echo "$as_me:$LINENO: result: yes" >&5
9069 echo "${ECHO_T}yes" >&6
9070 else
9071 echo "$as_me:$LINENO: result: no" >&5
9072 echo "${ECHO_T}no" >&6
9073 fi
9074
9075
9076 enablestring=
9077 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
9078 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
9079 no_cache=0
9080 # Check whether --enable-tipwindow or --disable-tipwindow was given.
9081 if test "${enable_tipwindow+set}" = set; then
9082 enableval="$enable_tipwindow"
9083
9084 if test "$enableval" = yes; then
9085 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
9086 else
9087 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
9088 fi
9089
9090 else
9091
9092 LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
9093 if test "x$LINE" != x ; then
9094 eval "DEFAULT_$LINE"
9095 else
9096 no_cache=1
9097 fi
9098
9099 ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
9100
9101 fi;
9102
9103 eval "$ac_cv_use_tipwindow"
9104 if test "$no_cache" != 1; then
9105 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
9106 fi
9107
9108 if test "$wxUSE_TIPWINDOW" = yes; then
9109 echo "$as_me:$LINENO: result: yes" >&5
9110 echo "${ECHO_T}yes" >&6
9111 else
9112 echo "$as_me:$LINENO: result: no" >&5
9113 echo "${ECHO_T}no" >&6
9114 fi
9115
9116
9117 enablestring=
9118 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
9119 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
9120 no_cache=0
9121 # Check whether --enable-popupwin or --disable-popupwin was given.
9122 if test "${enable_popupwin+set}" = set; then
9123 enableval="$enable_popupwin"
9124
9125 if test "$enableval" = yes; then
9126 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
9127 else
9128 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
9129 fi
9130
9131 else
9132
9133 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
9134 if test "x$LINE" != x ; then
9135 eval "DEFAULT_$LINE"
9136 else
9137 no_cache=1
9138 fi
9139
9140 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
9141
9142 fi;
9143
9144 eval "$ac_cv_use_popupwin"
9145 if test "$no_cache" != 1; then
9146 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
9147 fi
9148
9149 if test "$wxUSE_POPUPWIN" = yes; then
9150 echo "$as_me:$LINENO: result: yes" >&5
9151 echo "${ECHO_T}yes" >&6
9152 else
9153 echo "$as_me:$LINENO: result: no" >&5
9154 echo "${ECHO_T}no" >&6
9155 fi
9156
9157
9158
9159
9160 enablestring=
9161 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
9162 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
9163 no_cache=0
9164 # Check whether --enable-commondlg or --disable-commondlg was given.
9165 if test "${enable_commondlg+set}" = set; then
9166 enableval="$enable_commondlg"
9167
9168 if test "$enableval" = yes; then
9169 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
9170 else
9171 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
9172 fi
9173
9174 else
9175
9176 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
9177 if test "x$LINE" != x ; then
9178 eval "DEFAULT_$LINE"
9179 else
9180 no_cache=1
9181 fi
9182
9183 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
9184
9185 fi;
9186
9187 eval "$ac_cv_use_commondlg"
9188 if test "$no_cache" != 1; then
9189 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
9190 fi
9191
9192 if test "$wxUSE_COMMONDLGS" = yes; then
9193 echo "$as_me:$LINENO: result: yes" >&5
9194 echo "${ECHO_T}yes" >&6
9195 else
9196 echo "$as_me:$LINENO: result: no" >&5
9197 echo "${ECHO_T}no" >&6
9198 fi
9199
9200
9201 enablestring=
9202 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
9203 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
9204 no_cache=0
9205 # Check whether --enable-choicedlg or --disable-choicedlg was given.
9206 if test "${enable_choicedlg+set}" = set; then
9207 enableval="$enable_choicedlg"
9208
9209 if test "$enableval" = yes; then
9210 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
9211 else
9212 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
9213 fi
9214
9215 else
9216
9217 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
9218 if test "x$LINE" != x ; then
9219 eval "DEFAULT_$LINE"
9220 else
9221 no_cache=1
9222 fi
9223
9224 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
9225
9226 fi;
9227
9228 eval "$ac_cv_use_choicedlg"
9229 if test "$no_cache" != 1; then
9230 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
9231 fi
9232
9233 if test "$wxUSE_CHOICEDLG" = yes; then
9234 echo "$as_me:$LINENO: result: yes" >&5
9235 echo "${ECHO_T}yes" >&6
9236 else
9237 echo "$as_me:$LINENO: result: no" >&5
9238 echo "${ECHO_T}no" >&6
9239 fi
9240
9241
9242 enablestring=
9243 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
9244 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
9245 no_cache=0
9246 # Check whether --enable-coldlg or --disable-coldlg was given.
9247 if test "${enable_coldlg+set}" = set; then
9248 enableval="$enable_coldlg"
9249
9250 if test "$enableval" = yes; then
9251 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
9252 else
9253 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
9254 fi
9255
9256 else
9257
9258 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
9259 if test "x$LINE" != x ; then
9260 eval "DEFAULT_$LINE"
9261 else
9262 no_cache=1
9263 fi
9264
9265 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
9266
9267 fi;
9268
9269 eval "$ac_cv_use_coldlg"
9270 if test "$no_cache" != 1; then
9271 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
9272 fi
9273
9274 if test "$wxUSE_COLOURDLG" = yes; then
9275 echo "$as_me:$LINENO: result: yes" >&5
9276 echo "${ECHO_T}yes" >&6
9277 else
9278 echo "$as_me:$LINENO: result: no" >&5
9279 echo "${ECHO_T}no" >&6
9280 fi
9281
9282
9283 enablestring=
9284 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
9285 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
9286 no_cache=0
9287 # Check whether --enable-filedlg or --disable-filedlg was given.
9288 if test "${enable_filedlg+set}" = set; then
9289 enableval="$enable_filedlg"
9290
9291 if test "$enableval" = yes; then
9292 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
9293 else
9294 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
9295 fi
9296
9297 else
9298
9299 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
9300 if test "x$LINE" != x ; then
9301 eval "DEFAULT_$LINE"
9302 else
9303 no_cache=1
9304 fi
9305
9306 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
9307
9308 fi;
9309
9310 eval "$ac_cv_use_filedlg"
9311 if test "$no_cache" != 1; then
9312 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
9313 fi
9314
9315 if test "$wxUSE_FILEDLG" = yes; then
9316 echo "$as_me:$LINENO: result: yes" >&5
9317 echo "${ECHO_T}yes" >&6
9318 else
9319 echo "$as_me:$LINENO: result: no" >&5
9320 echo "${ECHO_T}no" >&6
9321 fi
9322
9323
9324 enablestring=
9325 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
9326 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
9327 no_cache=0
9328 # Check whether --enable-finddlg or --disable-finddlg was given.
9329 if test "${enable_finddlg+set}" = set; then
9330 enableval="$enable_finddlg"
9331
9332 if test "$enableval" = yes; then
9333 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
9334 else
9335 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
9336 fi
9337
9338 else
9339
9340 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
9341 if test "x$LINE" != x ; then
9342 eval "DEFAULT_$LINE"
9343 else
9344 no_cache=1
9345 fi
9346
9347 ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
9348
9349 fi;
9350
9351 eval "$ac_cv_use_finddlg"
9352 if test "$no_cache" != 1; then
9353 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
9354 fi
9355
9356 if test "$wxUSE_FINDREPLDLG" = yes; then
9357 echo "$as_me:$LINENO: result: yes" >&5
9358 echo "${ECHO_T}yes" >&6
9359 else
9360 echo "$as_me:$LINENO: result: no" >&5
9361 echo "${ECHO_T}no" >&6
9362 fi
9363
9364
9365 enablestring=
9366 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
9367 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
9368 no_cache=0
9369 # Check whether --enable-fontdlg or --disable-fontdlg was given.
9370 if test "${enable_fontdlg+set}" = set; then
9371 enableval="$enable_fontdlg"
9372
9373 if test "$enableval" = yes; then
9374 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
9375 else
9376 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
9377 fi
9378
9379 else
9380
9381 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
9382 if test "x$LINE" != x ; then
9383 eval "DEFAULT_$LINE"
9384 else
9385 no_cache=1
9386 fi
9387
9388 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
9389
9390 fi;
9391
9392 eval "$ac_cv_use_fontdlg"
9393 if test "$no_cache" != 1; then
9394 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
9395 fi
9396
9397 if test "$wxUSE_FONTDLG" = yes; then
9398 echo "$as_me:$LINENO: result: yes" >&5
9399 echo "${ECHO_T}yes" >&6
9400 else
9401 echo "$as_me:$LINENO: result: no" >&5
9402 echo "${ECHO_T}no" >&6
9403 fi
9404
9405
9406 enablestring=
9407 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
9408 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
9409 no_cache=0
9410 # Check whether --enable-dirdlg or --disable-dirdlg was given.
9411 if test "${enable_dirdlg+set}" = set; then
9412 enableval="$enable_dirdlg"
9413
9414 if test "$enableval" = yes; then
9415 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
9416 else
9417 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
9418 fi
9419
9420 else
9421
9422 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
9423 if test "x$LINE" != x ; then
9424 eval "DEFAULT_$LINE"
9425 else
9426 no_cache=1
9427 fi
9428
9429 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
9430
9431 fi;
9432
9433 eval "$ac_cv_use_dirdlg"
9434 if test "$no_cache" != 1; then
9435 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
9436 fi
9437
9438 if test "$wxUSE_DIRDLG" = yes; then
9439 echo "$as_me:$LINENO: result: yes" >&5
9440 echo "${ECHO_T}yes" >&6
9441 else
9442 echo "$as_me:$LINENO: result: no" >&5
9443 echo "${ECHO_T}no" >&6
9444 fi
9445
9446
9447 enablestring=
9448 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
9449 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
9450 no_cache=0
9451 # Check whether --enable-msgdlg or --disable-msgdlg was given.
9452 if test "${enable_msgdlg+set}" = set; then
9453 enableval="$enable_msgdlg"
9454
9455 if test "$enableval" = yes; then
9456 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
9457 else
9458 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
9459 fi
9460
9461 else
9462
9463 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
9464 if test "x$LINE" != x ; then
9465 eval "DEFAULT_$LINE"
9466 else
9467 no_cache=1
9468 fi
9469
9470 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
9471
9472 fi;
9473
9474 eval "$ac_cv_use_msgdlg"
9475 if test "$no_cache" != 1; then
9476 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
9477 fi
9478
9479 if test "$wxUSE_MSGDLG" = yes; then
9480 echo "$as_me:$LINENO: result: yes" >&5
9481 echo "${ECHO_T}yes" >&6
9482 else
9483 echo "$as_me:$LINENO: result: no" >&5
9484 echo "${ECHO_T}no" >&6
9485 fi
9486
9487
9488 enablestring=
9489 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
9490 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
9491 no_cache=0
9492 # Check whether --enable-numberdlg or --disable-numberdlg was given.
9493 if test "${enable_numberdlg+set}" = set; then
9494 enableval="$enable_numberdlg"
9495
9496 if test "$enableval" = yes; then
9497 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
9498 else
9499 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
9500 fi
9501
9502 else
9503
9504 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
9505 if test "x$LINE" != x ; then
9506 eval "DEFAULT_$LINE"
9507 else
9508 no_cache=1
9509 fi
9510
9511 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
9512
9513 fi;
9514
9515 eval "$ac_cv_use_numberdlg"
9516 if test "$no_cache" != 1; then
9517 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
9518 fi
9519
9520 if test "$wxUSE_NUMBERDLG" = yes; then
9521 echo "$as_me:$LINENO: result: yes" >&5
9522 echo "${ECHO_T}yes" >&6
9523 else
9524 echo "$as_me:$LINENO: result: no" >&5
9525 echo "${ECHO_T}no" >&6
9526 fi
9527
9528
9529 enablestring=
9530 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
9531 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
9532 no_cache=0
9533 # Check whether --enable-splash or --disable-splash was given.
9534 if test "${enable_splash+set}" = set; then
9535 enableval="$enable_splash"
9536
9537 if test "$enableval" = yes; then
9538 ac_cv_use_splash='wxUSE_SPLASH=yes'
9539 else
9540 ac_cv_use_splash='wxUSE_SPLASH=no'
9541 fi
9542
9543 else
9544
9545 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
9546 if test "x$LINE" != x ; then
9547 eval "DEFAULT_$LINE"
9548 else
9549 no_cache=1
9550 fi
9551
9552 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
9553
9554 fi;
9555
9556 eval "$ac_cv_use_splash"
9557 if test "$no_cache" != 1; then
9558 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
9559 fi
9560
9561 if test "$wxUSE_SPLASH" = yes; then
9562 echo "$as_me:$LINENO: result: yes" >&5
9563 echo "${ECHO_T}yes" >&6
9564 else
9565 echo "$as_me:$LINENO: result: no" >&5
9566 echo "${ECHO_T}no" >&6
9567 fi
9568
9569
9570 enablestring=
9571 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
9572 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
9573 no_cache=0
9574 # Check whether --enable-textdlg or --disable-textdlg was given.
9575 if test "${enable_textdlg+set}" = set; then
9576 enableval="$enable_textdlg"
9577
9578 if test "$enableval" = yes; then
9579 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
9580 else
9581 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
9582 fi
9583
9584 else
9585
9586 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
9587 if test "x$LINE" != x ; then
9588 eval "DEFAULT_$LINE"
9589 else
9590 no_cache=1
9591 fi
9592
9593 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
9594
9595 fi;
9596
9597 eval "$ac_cv_use_textdlg"
9598 if test "$no_cache" != 1; then
9599 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
9600 fi
9601
9602 if test "$wxUSE_TEXTDLG" = yes; then
9603 echo "$as_me:$LINENO: result: yes" >&5
9604 echo "${ECHO_T}yes" >&6
9605 else
9606 echo "$as_me:$LINENO: result: no" >&5
9607 echo "${ECHO_T}no" >&6
9608 fi
9609
9610
9611 enablestring=
9612 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
9613 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
9614 no_cache=0
9615 # Check whether --enable-tipdlg or --disable-tipdlg was given.
9616 if test "${enable_tipdlg+set}" = set; then
9617 enableval="$enable_tipdlg"
9618
9619 if test "$enableval" = yes; then
9620 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
9621 else
9622 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
9623 fi
9624
9625 else
9626
9627 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
9628 if test "x$LINE" != x ; then
9629 eval "DEFAULT_$LINE"
9630 else
9631 no_cache=1
9632 fi
9633
9634 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
9635
9636 fi;
9637
9638 eval "$ac_cv_use_tipdlg"
9639 if test "$no_cache" != 1; then
9640 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
9641 fi
9642
9643 if test "$wxUSE_STARTUP_TIPS" = yes; then
9644 echo "$as_me:$LINENO: result: yes" >&5
9645 echo "${ECHO_T}yes" >&6
9646 else
9647 echo "$as_me:$LINENO: result: no" >&5
9648 echo "${ECHO_T}no" >&6
9649 fi
9650
9651
9652 enablestring=
9653 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
9654 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
9655 no_cache=0
9656 # Check whether --enable-progressdlg or --disable-progressdlg was given.
9657 if test "${enable_progressdlg+set}" = set; then
9658 enableval="$enable_progressdlg"
9659
9660 if test "$enableval" = yes; then
9661 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
9662 else
9663 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
9664 fi
9665
9666 else
9667
9668 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
9669 if test "x$LINE" != x ; then
9670 eval "DEFAULT_$LINE"
9671 else
9672 no_cache=1
9673 fi
9674
9675 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
9676
9677 fi;
9678
9679 eval "$ac_cv_use_progressdlg"
9680 if test "$no_cache" != 1; then
9681 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
9682 fi
9683
9684 if test "$wxUSE_PROGRESSDLG" = yes; then
9685 echo "$as_me:$LINENO: result: yes" >&5
9686 echo "${ECHO_T}yes" >&6
9687 else
9688 echo "$as_me:$LINENO: result: no" >&5
9689 echo "${ECHO_T}no" >&6
9690 fi
9691
9692
9693 enablestring=
9694 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
9695 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
9696 no_cache=0
9697 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
9698 if test "${enable_wizarddlg+set}" = set; then
9699 enableval="$enable_wizarddlg"
9700
9701 if test "$enableval" = yes; then
9702 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
9703 else
9704 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
9705 fi
9706
9707 else
9708
9709 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
9710 if test "x$LINE" != x ; then
9711 eval "DEFAULT_$LINE"
9712 else
9713 no_cache=1
9714 fi
9715
9716 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
9717
9718 fi;
9719
9720 eval "$ac_cv_use_wizarddlg"
9721 if test "$no_cache" != 1; then
9722 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
9723 fi
9724
9725 if test "$wxUSE_WIZARDDLG" = yes; then
9726 echo "$as_me:$LINENO: result: yes" >&5
9727 echo "${ECHO_T}yes" >&6
9728 else
9729 echo "$as_me:$LINENO: result: no" >&5
9730 echo "${ECHO_T}no" >&6
9731 fi
9732
9733
9734
9735
9736 enablestring=
9737 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
9738 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
9739 no_cache=0
9740 # Check whether --enable-menus or --disable-menus was given.
9741 if test "${enable_menus+set}" = set; then
9742 enableval="$enable_menus"
9743
9744 if test "$enableval" = yes; then
9745 ac_cv_use_menus='wxUSE_MENUS=yes'
9746 else
9747 ac_cv_use_menus='wxUSE_MENUS=no'
9748 fi
9749
9750 else
9751
9752 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
9753 if test "x$LINE" != x ; then
9754 eval "DEFAULT_$LINE"
9755 else
9756 no_cache=1
9757 fi
9758
9759 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
9760
9761 fi;
9762
9763 eval "$ac_cv_use_menus"
9764 if test "$no_cache" != 1; then
9765 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
9766 fi
9767
9768 if test "$wxUSE_MENUS" = yes; then
9769 echo "$as_me:$LINENO: result: yes" >&5
9770 echo "${ECHO_T}yes" >&6
9771 else
9772 echo "$as_me:$LINENO: result: no" >&5
9773 echo "${ECHO_T}no" >&6
9774 fi
9775
9776
9777 enablestring=
9778 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
9779 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
9780 no_cache=0
9781 # Check whether --enable-miniframe or --disable-miniframe was given.
9782 if test "${enable_miniframe+set}" = set; then
9783 enableval="$enable_miniframe"
9784
9785 if test "$enableval" = yes; then
9786 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
9787 else
9788 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
9789 fi
9790
9791 else
9792
9793 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
9794 if test "x$LINE" != x ; then
9795 eval "DEFAULT_$LINE"
9796 else
9797 no_cache=1
9798 fi
9799
9800 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
9801
9802 fi;
9803
9804 eval "$ac_cv_use_miniframe"
9805 if test "$no_cache" != 1; then
9806 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
9807 fi
9808
9809 if test "$wxUSE_MINIFRAME" = yes; then
9810 echo "$as_me:$LINENO: result: yes" >&5
9811 echo "${ECHO_T}yes" >&6
9812 else
9813 echo "$as_me:$LINENO: result: no" >&5
9814 echo "${ECHO_T}no" >&6
9815 fi
9816
9817
9818 enablestring=
9819 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
9820 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
9821 no_cache=0
9822 # Check whether --enable-tooltips or --disable-tooltips was given.
9823 if test "${enable_tooltips+set}" = set; then
9824 enableval="$enable_tooltips"
9825
9826 if test "$enableval" = yes; then
9827 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
9828 else
9829 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
9830 fi
9831
9832 else
9833
9834 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
9835 if test "x$LINE" != x ; then
9836 eval "DEFAULT_$LINE"
9837 else
9838 no_cache=1
9839 fi
9840
9841 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
9842
9843 fi;
9844
9845 eval "$ac_cv_use_tooltips"
9846 if test "$no_cache" != 1; then
9847 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
9848 fi
9849
9850 if test "$wxUSE_TOOLTIPS" = yes; then
9851 echo "$as_me:$LINENO: result: yes" >&5
9852 echo "${ECHO_T}yes" >&6
9853 else
9854 echo "$as_me:$LINENO: result: no" >&5
9855 echo "${ECHO_T}no" >&6
9856 fi
9857
9858
9859 enablestring=
9860 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
9861 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
9862 no_cache=0
9863 # Check whether --enable-splines or --disable-splines was given.
9864 if test "${enable_splines+set}" = set; then
9865 enableval="$enable_splines"
9866
9867 if test "$enableval" = yes; then
9868 ac_cv_use_splines='wxUSE_SPLINES=yes'
9869 else
9870 ac_cv_use_splines='wxUSE_SPLINES=no'
9871 fi
9872
9873 else
9874
9875 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
9876 if test "x$LINE" != x ; then
9877 eval "DEFAULT_$LINE"
9878 else
9879 no_cache=1
9880 fi
9881
9882 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
9883
9884 fi;
9885
9886 eval "$ac_cv_use_splines"
9887 if test "$no_cache" != 1; then
9888 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
9889 fi
9890
9891 if test "$wxUSE_SPLINES" = yes; then
9892 echo "$as_me:$LINENO: result: yes" >&5
9893 echo "${ECHO_T}yes" >&6
9894 else
9895 echo "$as_me:$LINENO: result: no" >&5
9896 echo "${ECHO_T}no" >&6
9897 fi
9898
9899
9900 enablestring=
9901 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
9902 echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6
9903 no_cache=0
9904 # Check whether --enable-mousewheel or --disable-mousewheel was given.
9905 if test "${enable_mousewheel+set}" = set; then
9906 enableval="$enable_mousewheel"
9907
9908 if test "$enableval" = yes; then
9909 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL=yes'
9910 else
9911 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL=no'
9912 fi
9913
9914 else
9915
9916 LINE=`grep "wxUSE_MOUSEWHEEL" ${wx_arg_cache_file}`
9917 if test "x$LINE" != x ; then
9918 eval "DEFAULT_$LINE"
9919 else
9920 no_cache=1
9921 fi
9922
9923 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL='$DEFAULT_wxUSE_MOUSEWHEEL
9924
9925 fi;
9926
9927 eval "$ac_cv_use_mousewheel"
9928 if test "$no_cache" != 1; then
9929 echo $ac_cv_use_mousewheel >> ${wx_arg_cache_file}.tmp
9930 fi
9931
9932 if test "$wxUSE_MOUSEWHEEL" = yes; then
9933 echo "$as_me:$LINENO: result: yes" >&5
9934 echo "${ECHO_T}yes" >&6
9935 else
9936 echo "$as_me:$LINENO: result: no" >&5
9937 echo "${ECHO_T}no" >&6
9938 fi
9939
9940
9941 enablestring=
9942 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
9943 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
9944 no_cache=0
9945 # Check whether --enable-validators or --disable-validators was given.
9946 if test "${enable_validators+set}" = set; then
9947 enableval="$enable_validators"
9948
9949 if test "$enableval" = yes; then
9950 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
9951 else
9952 ac_cv_use_validators='wxUSE_VALIDATORS=no'
9953 fi
9954
9955 else
9956
9957 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
9958 if test "x$LINE" != x ; then
9959 eval "DEFAULT_$LINE"
9960 else
9961 no_cache=1
9962 fi
9963
9964 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
9965
9966 fi;
9967
9968 eval "$ac_cv_use_validators"
9969 if test "$no_cache" != 1; then
9970 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
9971 fi
9972
9973 if test "$wxUSE_VALIDATORS" = yes; then
9974 echo "$as_me:$LINENO: result: yes" >&5
9975 echo "${ECHO_T}yes" >&6
9976 else
9977 echo "$as_me:$LINENO: result: no" >&5
9978 echo "${ECHO_T}no" >&6
9979 fi
9980
9981
9982 enablestring=
9983 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
9984 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
9985 no_cache=0
9986 # Check whether --enable-busyinfo or --disable-busyinfo was given.
9987 if test "${enable_busyinfo+set}" = set; then
9988 enableval="$enable_busyinfo"
9989
9990 if test "$enableval" = yes; then
9991 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
9992 else
9993 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
9994 fi
9995
9996 else
9997
9998 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
9999 if test "x$LINE" != x ; then
10000 eval "DEFAULT_$LINE"
10001 else
10002 no_cache=1
10003 fi
10004
10005 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
10006
10007 fi;
10008
10009 eval "$ac_cv_use_busyinfo"
10010 if test "$no_cache" != 1; then
10011 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
10012 fi
10013
10014 if test "$wxUSE_BUSYINFO" = yes; then
10015 echo "$as_me:$LINENO: result: yes" >&5
10016 echo "${ECHO_T}yes" >&6
10017 else
10018 echo "$as_me:$LINENO: result: no" >&5
10019 echo "${ECHO_T}no" >&6
10020 fi
10021
10022
10023 enablestring=
10024 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
10025 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
10026 no_cache=0
10027 # Check whether --enable-joystick or --disable-joystick was given.
10028 if test "${enable_joystick+set}" = set; then
10029 enableval="$enable_joystick"
10030
10031 if test "$enableval" = yes; then
10032 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
10033 else
10034 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
10035 fi
10036
10037 else
10038
10039 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
10040 if test "x$LINE" != x ; then
10041 eval "DEFAULT_$LINE"
10042 else
10043 no_cache=1
10044 fi
10045
10046 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
10047
10048 fi;
10049
10050 eval "$ac_cv_use_joystick"
10051 if test "$no_cache" != 1; then
10052 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
10053 fi
10054
10055 if test "$wxUSE_JOYSTICK" = yes; then
10056 echo "$as_me:$LINENO: result: yes" >&5
10057 echo "${ECHO_T}yes" >&6
10058 else
10059 echo "$as_me:$LINENO: result: no" >&5
10060 echo "${ECHO_T}no" >&6
10061 fi
10062
10063
10064 enablestring=
10065 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
10066 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
10067 no_cache=0
10068 # Check whether --enable-metafile or --disable-metafile was given.
10069 if test "${enable_metafile+set}" = set; then
10070 enableval="$enable_metafile"
10071
10072 if test "$enableval" = yes; then
10073 ac_cv_use_metafile='wxUSE_METAFILE=yes'
10074 else
10075 ac_cv_use_metafile='wxUSE_METAFILE=no'
10076 fi
10077
10078 else
10079
10080 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
10081 if test "x$LINE" != x ; then
10082 eval "DEFAULT_$LINE"
10083 else
10084 no_cache=1
10085 fi
10086
10087 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
10088
10089 fi;
10090
10091 eval "$ac_cv_use_metafile"
10092 if test "$no_cache" != 1; then
10093 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
10094 fi
10095
10096 if test "$wxUSE_METAFILE" = yes; then
10097 echo "$as_me:$LINENO: result: yes" >&5
10098 echo "${ECHO_T}yes" >&6
10099 else
10100 echo "$as_me:$LINENO: result: no" >&5
10101 echo "${ECHO_T}no" >&6
10102 fi
10103
10104
10105 enablestring=
10106 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
10107 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
10108 no_cache=0
10109 # Check whether --enable-dragimage or --disable-dragimage was given.
10110 if test "${enable_dragimage+set}" = set; then
10111 enableval="$enable_dragimage"
10112
10113 if test "$enableval" = yes; then
10114 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
10115 else
10116 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
10117 fi
10118
10119 else
10120
10121 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
10122 if test "x$LINE" != x ; then
10123 eval "DEFAULT_$LINE"
10124 else
10125 no_cache=1
10126 fi
10127
10128 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
10129
10130 fi;
10131
10132 eval "$ac_cv_use_dragimage"
10133 if test "$no_cache" != 1; then
10134 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
10135 fi
10136
10137 if test "$wxUSE_DRAGIMAGE" = yes; then
10138 echo "$as_me:$LINENO: result: yes" >&5
10139 echo "${ECHO_T}yes" >&6
10140 else
10141 echo "$as_me:$LINENO: result: no" >&5
10142 echo "${ECHO_T}no" >&6
10143 fi
10144
10145
10146 enablestring=
10147 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
10148 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
10149 no_cache=0
10150 # Check whether --enable-accessibility or --disable-accessibility was given.
10151 if test "${enable_accessibility+set}" = set; then
10152 enableval="$enable_accessibility"
10153
10154 if test "$enableval" = yes; then
10155 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
10156 else
10157 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
10158 fi
10159
10160 else
10161
10162 LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
10163 if test "x$LINE" != x ; then
10164 eval "DEFAULT_$LINE"
10165 else
10166 no_cache=1
10167 fi
10168
10169 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
10170
10171 fi;
10172
10173 eval "$ac_cv_use_accessibility"
10174 if test "$no_cache" != 1; then
10175 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
10176 fi
10177
10178 if test "$wxUSE_ACCESSIBILITY" = yes; then
10179 echo "$as_me:$LINENO: result: yes" >&5
10180 echo "${ECHO_T}yes" >&6
10181 else
10182 echo "$as_me:$LINENO: result: no" >&5
10183 echo "${ECHO_T}no" >&6
10184 fi
10185
10186
10187 if test "$wxUSE_MSW" = "1"; then
10188
10189 enablestring=
10190 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dccache" >&5
10191 echo $ECHO_N "checking for --${enablestring:-enable}-dccache... $ECHO_C" >&6
10192 no_cache=0
10193 # Check whether --enable-dccache or --disable-dccache was given.
10194 if test "${enable_dccache+set}" = set; then
10195 enableval="$enable_dccache"
10196
10197 if test "$enableval" = yes; then
10198 ac_cv_use_dccache='wxUSE_DC_CACHEING=yes'
10199 else
10200 ac_cv_use_dccache='wxUSE_DC_CACHEING=no'
10201 fi
10202
10203 else
10204
10205 LINE=`grep "wxUSE_DC_CACHEING" ${wx_arg_cache_file}`
10206 if test "x$LINE" != x ; then
10207 eval "DEFAULT_$LINE"
10208 else
10209 no_cache=1
10210 fi
10211
10212 ac_cv_use_dccache='wxUSE_DC_CACHEING='$DEFAULT_wxUSE_DC_CACHEING
10213
10214 fi;
10215
10216 eval "$ac_cv_use_dccache"
10217 if test "$no_cache" != 1; then
10218 echo $ac_cv_use_dccache >> ${wx_arg_cache_file}.tmp
10219 fi
10220
10221 if test "$wxUSE_DC_CACHEING" = yes; then
10222 echo "$as_me:$LINENO: result: yes" >&5
10223 echo "${ECHO_T}yes" >&6
10224 else
10225 echo "$as_me:$LINENO: result: no" >&5
10226 echo "${ECHO_T}no" >&6
10227 fi
10228
10229 fi
10230
10231
10232
10233 enablestring=
10234 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
10235 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
10236 no_cache=0
10237 # Check whether --enable-palette or --disable-palette was given.
10238 if test "${enable_palette+set}" = set; then
10239 enableval="$enable_palette"
10240
10241 if test "$enableval" = yes; then
10242 ac_cv_use_palette='wxUSE_PALETTE=yes'
10243 else
10244 ac_cv_use_palette='wxUSE_PALETTE=no'
10245 fi
10246
10247 else
10248
10249 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
10250 if test "x$LINE" != x ; then
10251 eval "DEFAULT_$LINE"
10252 else
10253 no_cache=1
10254 fi
10255
10256 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
10257
10258 fi;
10259
10260 eval "$ac_cv_use_palette"
10261 if test "$no_cache" != 1; then
10262 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
10263 fi
10264
10265 if test "$wxUSE_PALETTE" = yes; then
10266 echo "$as_me:$LINENO: result: yes" >&5
10267 echo "${ECHO_T}yes" >&6
10268 else
10269 echo "$as_me:$LINENO: result: no" >&5
10270 echo "${ECHO_T}no" >&6
10271 fi
10272
10273
10274 enablestring=
10275 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
10276 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
10277 no_cache=0
10278 # Check whether --enable-image or --disable-image was given.
10279 if test "${enable_image+set}" = set; then
10280 enableval="$enable_image"
10281
10282 if test "$enableval" = yes; then
10283 ac_cv_use_image='wxUSE_IMAGE=yes'
10284 else
10285 ac_cv_use_image='wxUSE_IMAGE=no'
10286 fi
10287
10288 else
10289
10290 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
10291 if test "x$LINE" != x ; then
10292 eval "DEFAULT_$LINE"
10293 else
10294 no_cache=1
10295 fi
10296
10297 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
10298
10299 fi;
10300
10301 eval "$ac_cv_use_image"
10302 if test "$no_cache" != 1; then
10303 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
10304 fi
10305
10306 if test "$wxUSE_IMAGE" = yes; then
10307 echo "$as_me:$LINENO: result: yes" >&5
10308 echo "${ECHO_T}yes" >&6
10309 else
10310 echo "$as_me:$LINENO: result: no" >&5
10311 echo "${ECHO_T}no" >&6
10312 fi
10313
10314
10315 enablestring=
10316 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
10317 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
10318 no_cache=0
10319 # Check whether --enable-gif or --disable-gif was given.
10320 if test "${enable_gif+set}" = set; then
10321 enableval="$enable_gif"
10322
10323 if test "$enableval" = yes; then
10324 ac_cv_use_gif='wxUSE_GIF=yes'
10325 else
10326 ac_cv_use_gif='wxUSE_GIF=no'
10327 fi
10328
10329 else
10330
10331 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
10332 if test "x$LINE" != x ; then
10333 eval "DEFAULT_$LINE"
10334 else
10335 no_cache=1
10336 fi
10337
10338 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
10339
10340 fi;
10341
10342 eval "$ac_cv_use_gif"
10343 if test "$no_cache" != 1; then
10344 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
10345 fi
10346
10347 if test "$wxUSE_GIF" = yes; then
10348 echo "$as_me:$LINENO: result: yes" >&5
10349 echo "${ECHO_T}yes" >&6
10350 else
10351 echo "$as_me:$LINENO: result: no" >&5
10352 echo "${ECHO_T}no" >&6
10353 fi
10354
10355
10356 enablestring=
10357 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
10358 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
10359 no_cache=0
10360 # Check whether --enable-pcx or --disable-pcx was given.
10361 if test "${enable_pcx+set}" = set; then
10362 enableval="$enable_pcx"
10363
10364 if test "$enableval" = yes; then
10365 ac_cv_use_pcx='wxUSE_PCX=yes'
10366 else
10367 ac_cv_use_pcx='wxUSE_PCX=no'
10368 fi
10369
10370 else
10371
10372 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
10373 if test "x$LINE" != x ; then
10374 eval "DEFAULT_$LINE"
10375 else
10376 no_cache=1
10377 fi
10378
10379 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
10380
10381 fi;
10382
10383 eval "$ac_cv_use_pcx"
10384 if test "$no_cache" != 1; then
10385 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
10386 fi
10387
10388 if test "$wxUSE_PCX" = yes; then
10389 echo "$as_me:$LINENO: result: yes" >&5
10390 echo "${ECHO_T}yes" >&6
10391 else
10392 echo "$as_me:$LINENO: result: no" >&5
10393 echo "${ECHO_T}no" >&6
10394 fi
10395
10396
10397 enablestring=
10398 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
10399 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
10400 no_cache=0
10401 # Check whether --enable-iff or --disable-iff was given.
10402 if test "${enable_iff+set}" = set; then
10403 enableval="$enable_iff"
10404
10405 if test "$enableval" = yes; then
10406 ac_cv_use_iff='wxUSE_IFF=yes'
10407 else
10408 ac_cv_use_iff='wxUSE_IFF=no'
10409 fi
10410
10411 else
10412
10413 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
10414 if test "x$LINE" != x ; then
10415 eval "DEFAULT_$LINE"
10416 else
10417 no_cache=1
10418 fi
10419
10420 ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF
10421
10422 fi;
10423
10424 eval "$ac_cv_use_iff"
10425 if test "$no_cache" != 1; then
10426 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
10427 fi
10428
10429 if test "$wxUSE_IFF" = yes; then
10430 echo "$as_me:$LINENO: result: yes" >&5
10431 echo "${ECHO_T}yes" >&6
10432 else
10433 echo "$as_me:$LINENO: result: no" >&5
10434 echo "${ECHO_T}no" >&6
10435 fi
10436
10437
10438 enablestring=
10439 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
10440 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
10441 no_cache=0
10442 # Check whether --enable-pnm or --disable-pnm was given.
10443 if test "${enable_pnm+set}" = set; then
10444 enableval="$enable_pnm"
10445
10446 if test "$enableval" = yes; then
10447 ac_cv_use_pnm='wxUSE_PNM=yes'
10448 else
10449 ac_cv_use_pnm='wxUSE_PNM=no'
10450 fi
10451
10452 else
10453
10454 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
10455 if test "x$LINE" != x ; then
10456 eval "DEFAULT_$LINE"
10457 else
10458 no_cache=1
10459 fi
10460
10461 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
10462
10463 fi;
10464
10465 eval "$ac_cv_use_pnm"
10466 if test "$no_cache" != 1; then
10467 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
10468 fi
10469
10470 if test "$wxUSE_PNM" = yes; then
10471 echo "$as_me:$LINENO: result: yes" >&5
10472 echo "${ECHO_T}yes" >&6
10473 else
10474 echo "$as_me:$LINENO: result: no" >&5
10475 echo "${ECHO_T}no" >&6
10476 fi
10477
10478
10479 enablestring=
10480 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
10481 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
10482 no_cache=0
10483 # Check whether --enable-xpm or --disable-xpm was given.
10484 if test "${enable_xpm+set}" = set; then
10485 enableval="$enable_xpm"
10486
10487 if test "$enableval" = yes; then
10488 ac_cv_use_xpm='wxUSE_XPM=yes'
10489 else
10490 ac_cv_use_xpm='wxUSE_XPM=no'
10491 fi
10492
10493 else
10494
10495 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
10496 if test "x$LINE" != x ; then
10497 eval "DEFAULT_$LINE"
10498 else
10499 no_cache=1
10500 fi
10501
10502 ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
10503
10504 fi;
10505
10506 eval "$ac_cv_use_xpm"
10507 if test "$no_cache" != 1; then
10508 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
10509 fi
10510
10511 if test "$wxUSE_XPM" = yes; then
10512 echo "$as_me:$LINENO: result: yes" >&5
10513 echo "${ECHO_T}yes" >&6
10514 else
10515 echo "$as_me:$LINENO: result: no" >&5
10516 echo "${ECHO_T}no" >&6
10517 fi
10518
10519
10520 enablestring=
10521 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
10522 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
10523 no_cache=0
10524 # Check whether --enable-ico_cur or --disable-ico_cur was given.
10525 if test "${enable_ico_cur+set}" = set; then
10526 enableval="$enable_ico_cur"
10527
10528 if test "$enableval" = yes; then
10529 ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
10530 else
10531 ac_cv_use_ico_cur='wxUSE_ICO_CUR=no'
10532 fi
10533
10534 else
10535
10536 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
10537 if test "x$LINE" != x ; then
10538 eval "DEFAULT_$LINE"
10539 else
10540 no_cache=1
10541 fi
10542
10543 ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
10544
10545 fi;
10546
10547 eval "$ac_cv_use_ico_cur"
10548 if test "$no_cache" != 1; then
10549 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
10550 fi
10551
10552 if test "$wxUSE_ICO_CUR" = yes; then
10553 echo "$as_me:$LINENO: result: yes" >&5
10554 echo "${ECHO_T}yes" >&6
10555 else
10556 echo "$as_me:$LINENO: result: no" >&5
10557 echo "${ECHO_T}no" >&6
10558 fi
10559
10560
10561 fi
10562
10563
10564
10565 # Check whether --with-flavour or --without-flavour was given.
10566 if test "${with_flavour+set}" = set; then
10567 withval="$with_flavour"
10568 WX_FLAVOUR="$withval"
10569 fi;
10570
10571
10572
10573 enablestring=
10574 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
10575 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
10576 no_cache=0
10577 # Check whether --enable-official_build or --disable-official_build was given.
10578 if test "${enable_official_build+set}" = set; then
10579 enableval="$enable_official_build"
10580
10581 if test "$enableval" = yes; then
10582 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
10583 else
10584 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
10585 fi
10586
10587 else
10588
10589 LINE=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
10590 if test "x$LINE" != x ; then
10591 eval "DEFAULT_$LINE"
10592 else
10593 no_cache=1
10594 fi
10595
10596 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
10597
10598 fi;
10599
10600 eval "$ac_cv_use_official_build"
10601 if test "$no_cache" != 1; then
10602 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
10603 fi
10604
10605 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
10606 echo "$as_me:$LINENO: result: yes" >&5
10607 echo "${ECHO_T}yes" >&6
10608 else
10609 echo "$as_me:$LINENO: result: no" >&5
10610 echo "${ECHO_T}no" >&6
10611 fi
10612
10613 # Check whether --enable-vendor or --disable-vendor was given.
10614 if test "${enable_vendor+set}" = set; then
10615 enableval="$enable_vendor"
10616 VENDOR="$enableval"
10617 fi;
10618 if test "x$VENDOR" = "x"; then
10619 VENDOR="custom"
10620 fi
10621
10622
10623
10624
10625 echo "saving argument cache $wx_arg_cache_file"
10626 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
10627
10628
10629
10630 echo "$as_me:$LINENO: checking for toolkit" >&5
10631 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
10632
10633 # In Wine, we need to default to MSW, not GTK or MOTIF
10634 if test "$wxUSE_WINE" = "yes"; then
10635 DEFAULT_DEFAULT_wxUSE_GTK=0
10636 DEFAULT_DEFAULT_wxUSE_MOTIF=0
10637 DEFAULT_DEFAULT_wxUSE_MSW=1
10638 wxUSE_SHARED=no
10639 fi
10640
10641
10642 if test "$wxUSE_GUI" = "yes"; then
10643
10644 if test "$USE_BEOS" = 1; then
10645 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
10646 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
10647 { (exit 1); exit 1; }; }
10648 fi
10649
10650 if test "$TOOLKIT_GIVEN" = 1; then
10651 for toolkit in `echo $ALL_TOOLKITS`; do
10652 var=wxUSE_$toolkit
10653 eval "value=\$${var}"
10654 if test "x$value" = "xno"; then
10655 eval "$var=0"
10656 elif test "x$value" != "x"; then
10657 eval "$var=1"
10658 fi
10659
10660 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
10661 eval "wx${toolkit}_VERSION=$value"
10662 fi
10663 done
10664 else
10665 for toolkit in `echo $ALL_TOOLKITS`; do
10666 if test "$has_toolkit_in_cache" != 1; then
10667 var=DEFAULT_DEFAULT_wxUSE_$toolkit
10668 else
10669 var=DEFAULT_wxUSE_$toolkit
10670
10671 eval "version=\$DEFAULT_wx${toolkit}_VERSION"
10672 if test "x$version" != "x"; then
10673 eval "wx${toolkit}_VERSION=$version"
10674 fi
10675 fi
10676 eval "wxUSE_$toolkit=\$${var}"
10677 done
10678 fi
10679
10680 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
10681 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
10682 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
10683
10684 case "${host}" in
10685 *-pc-os2_emx | *-pc-os2-emx )
10686 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
10687 esac
10688
10689 case "$NUM_TOOLKITS" in
10690 1)
10691 ;;
10692 0)
10693 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
10694 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
10695 { (exit 1); exit 1; }; }
10696 ;;
10697 *)
10698 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
10699 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
10700 { (exit 1); exit 1; }; }
10701 esac
10702
10703 # to be removed when --disable-gtk2 isn't needed
10704 if test "x$wxUSE_GTK2" = "xyes"; then
10705 wxGTK_VERSION=2
10706 elif test "x$wxUSE_GTK2" = "xno"; then
10707 wxGTK_VERSION=1
10708 fi
10709
10710 for toolkit in `echo $ALL_TOOLKITS`; do
10711 var=wxUSE_$toolkit
10712 eval "value=\$${var}"
10713 if test "x$value" != x; then
10714 cache_var=CACHE_$toolkit
10715 eval "cache=\$${cache_var}"
10716 if test "$cache" = 1; then
10717 echo "$var=$value" >> ${wx_arg_cache_file}
10718 eval "version=\$wx${toolkit}_VERSION"
10719 if test "x$version" != "x"; then
10720 echo "wx${toolkit}_VERSION=$version" >> ${wx_arg_cache_file}
10721 fi
10722 fi
10723 if test "$value" = 1; then
10724 toolkit_echo=`echo $toolkit | tr "[A-Z]" "[a-z]"`
10725 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
10726 echo "${ECHO_T}$toolkit_echo" >&6
10727 fi
10728 fi
10729 done
10730 else
10731 if test "x$host_alias" != "x"; then
10732 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
10733 echo "${ECHO_T}base ($host_alias hosted) only" >&6
10734 else
10735 echo "$as_me:$LINENO: result: base only" >&5
10736 echo "${ECHO_T}base only" >&6
10737 fi
10738 fi
10739
10740 wants_win32=0
10741 doesnt_want_win32=0
10742 case "${host}" in
10743 *-*-cygwin*)
10744 if test "$wxUSE_MSW" = 1 ; then
10745 wants_win32=1
10746 BAKEFILE_FORCE_PLATFORM=win32
10747 else
10748 doesnt_want_win32=1
10749 fi
10750 ;;
10751 *-*-mingw*)
10752 wants_win32=1
10753 ;;
10754 esac
10755
10756 if test "$wxUSE_WINE" = "yes"; then
10757 wants_win32=1
10758 CC=winegcc
10759 CXX=wineg++
10760 LDFLAGS_GUI="-mwindows"
10761 fi
10762
10763 if test "$wants_win32" = 1 ; then
10764 USE_UNIX=0
10765 USE_WIN32=1
10766 cat >>confdefs.h <<\_ACEOF
10767 #define __WIN32__ 1
10768 _ACEOF
10769
10770 cat >>confdefs.h <<\_ACEOF
10771 #define __WIN95__ 1
10772 _ACEOF
10773
10774 cat >>confdefs.h <<\_ACEOF
10775 #define __WINDOWS__ 1
10776 _ACEOF
10777
10778 cat >>confdefs.h <<\_ACEOF
10779 #define __GNUWIN32__ 1
10780 _ACEOF
10781
10782 cat >>confdefs.h <<\_ACEOF
10783 #define STRICT 1
10784 _ACEOF
10785
10786 cat >>confdefs.h <<\_ACEOF
10787 #define WINVER 0x0400
10788 _ACEOF
10789
10790 fi
10791 if test "$doesnt_want_win32" = 1 ; then
10792 USE_UNIX=1
10793 USE_WIN32=0
10794 fi
10795
10796 if test "$USE_UNIX" = 1 ; then
10797 wxUSE_UNIX=yes
10798 cat >>confdefs.h <<\_ACEOF
10799 #define __UNIX__ 1
10800 _ACEOF
10801
10802 fi
10803
10804
10805 cat >confcache <<\_ACEOF
10806 # This file is a shell script that caches the results of configure
10807 # tests run on this system so they can be shared between configure
10808 # scripts and configure runs, see configure's option --config-cache.
10809 # It is not useful on other systems. If it contains results you don't
10810 # want to keep, you may remove or edit it.
10811 #
10812 # config.status only pays attention to the cache file if you give it
10813 # the --recheck option to rerun configure.
10814 #
10815 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10816 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10817 # following values.
10818
10819 _ACEOF
10820
10821 # The following way of writing the cache mishandles newlines in values,
10822 # but we know of no workaround that is simple, portable, and efficient.
10823 # So, don't put newlines in cache variables' values.
10824 # Ultrix sh set writes to stderr and can't be redirected directly,
10825 # and sets the high bit in the cache file unless we assign to the vars.
10826 {
10827 (set) 2>&1 |
10828 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10829 *ac_space=\ *)
10830 # `set' does not quote correctly, so add quotes (double-quote
10831 # substitution turns \\\\ into \\, and sed turns \\ into \).
10832 sed -n \
10833 "s/'/'\\\\''/g;
10834 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10835 ;;
10836 *)
10837 # `set' quotes correctly as required by POSIX, so do not add quotes.
10838 sed -n \
10839 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10840 ;;
10841 esac;
10842 } |
10843 sed '
10844 t clear
10845 : clear
10846 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10847 t end
10848 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10849 : end' >>confcache
10850 if diff $cache_file confcache >/dev/null 2>&1; then :; else
10851 if test -w $cache_file; then
10852 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10853 cat confcache >$cache_file
10854 else
10855 echo "not updating unwritable cache $cache_file"
10856 fi
10857 fi
10858 rm -f confcache
10859
10860 CFLAGS=${CFLAGS:=}
10861
10862
10863
10864 ac_ext=c
10865 ac_cpp='$CPP $CPPFLAGS'
10866 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10867 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10868 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10869 if test -n "$ac_tool_prefix"; then
10870 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10871 set dummy ${ac_tool_prefix}gcc; ac_word=$2
10872 echo "$as_me:$LINENO: checking for $ac_word" >&5
10873 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10874 if test "${ac_cv_prog_CC+set}" = set; then
10875 echo $ECHO_N "(cached) $ECHO_C" >&6
10876 else
10877 if test -n "$CC"; then
10878 ac_cv_prog_CC="$CC" # Let the user override the test.
10879 else
10880 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10881 for as_dir in $PATH
10882 do
10883 IFS=$as_save_IFS
10884 test -z "$as_dir" && as_dir=.
10885 for ac_exec_ext in '' $ac_executable_extensions; do
10886 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10887 ac_cv_prog_CC="${ac_tool_prefix}gcc"
10888 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10889 break 2
10890 fi
10891 done
10892 done
10893
10894 fi
10895 fi
10896 CC=$ac_cv_prog_CC
10897 if test -n "$CC"; then
10898 echo "$as_me:$LINENO: result: $CC" >&5
10899 echo "${ECHO_T}$CC" >&6
10900 else
10901 echo "$as_me:$LINENO: result: no" >&5
10902 echo "${ECHO_T}no" >&6
10903 fi
10904
10905 fi
10906 if test -z "$ac_cv_prog_CC"; then
10907 ac_ct_CC=$CC
10908 # Extract the first word of "gcc", so it can be a program name with args.
10909 set dummy gcc; ac_word=$2
10910 echo "$as_me:$LINENO: checking for $ac_word" >&5
10911 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10912 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10913 echo $ECHO_N "(cached) $ECHO_C" >&6
10914 else
10915 if test -n "$ac_ct_CC"; then
10916 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10917 else
10918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10919 for as_dir in $PATH
10920 do
10921 IFS=$as_save_IFS
10922 test -z "$as_dir" && as_dir=.
10923 for ac_exec_ext in '' $ac_executable_extensions; do
10924 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10925 ac_cv_prog_ac_ct_CC="gcc"
10926 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10927 break 2
10928 fi
10929 done
10930 done
10931
10932 fi
10933 fi
10934 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10935 if test -n "$ac_ct_CC"; then
10936 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10937 echo "${ECHO_T}$ac_ct_CC" >&6
10938 else
10939 echo "$as_me:$LINENO: result: no" >&5
10940 echo "${ECHO_T}no" >&6
10941 fi
10942
10943 CC=$ac_ct_CC
10944 else
10945 CC="$ac_cv_prog_CC"
10946 fi
10947
10948 if test -z "$CC"; then
10949 if test -n "$ac_tool_prefix"; then
10950 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10951 set dummy ${ac_tool_prefix}cc; ac_word=$2
10952 echo "$as_me:$LINENO: checking for $ac_word" >&5
10953 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10954 if test "${ac_cv_prog_CC+set}" = set; then
10955 echo $ECHO_N "(cached) $ECHO_C" >&6
10956 else
10957 if test -n "$CC"; then
10958 ac_cv_prog_CC="$CC" # Let the user override the test.
10959 else
10960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10961 for as_dir in $PATH
10962 do
10963 IFS=$as_save_IFS
10964 test -z "$as_dir" && as_dir=.
10965 for ac_exec_ext in '' $ac_executable_extensions; do
10966 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10967 ac_cv_prog_CC="${ac_tool_prefix}cc"
10968 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10969 break 2
10970 fi
10971 done
10972 done
10973
10974 fi
10975 fi
10976 CC=$ac_cv_prog_CC
10977 if test -n "$CC"; then
10978 echo "$as_me:$LINENO: result: $CC" >&5
10979 echo "${ECHO_T}$CC" >&6
10980 else
10981 echo "$as_me:$LINENO: result: no" >&5
10982 echo "${ECHO_T}no" >&6
10983 fi
10984
10985 fi
10986 if test -z "$ac_cv_prog_CC"; then
10987 ac_ct_CC=$CC
10988 # Extract the first word of "cc", so it can be a program name with args.
10989 set dummy cc; ac_word=$2
10990 echo "$as_me:$LINENO: checking for $ac_word" >&5
10991 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10992 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10993 echo $ECHO_N "(cached) $ECHO_C" >&6
10994 else
10995 if test -n "$ac_ct_CC"; then
10996 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10997 else
10998 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10999 for as_dir in $PATH
11000 do
11001 IFS=$as_save_IFS
11002 test -z "$as_dir" && as_dir=.
11003 for ac_exec_ext in '' $ac_executable_extensions; do
11004 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11005 ac_cv_prog_ac_ct_CC="cc"
11006 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11007 break 2
11008 fi
11009 done
11010 done
11011
11012 fi
11013 fi
11014 ac_ct_CC=$ac_cv_prog_ac_ct_CC
11015 if test -n "$ac_ct_CC"; then
11016 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
11017 echo "${ECHO_T}$ac_ct_CC" >&6
11018 else
11019 echo "$as_me:$LINENO: result: no" >&5
11020 echo "${ECHO_T}no" >&6
11021 fi
11022
11023 CC=$ac_ct_CC
11024 else
11025 CC="$ac_cv_prog_CC"
11026 fi
11027
11028 fi
11029 if test -z "$CC"; then
11030 # Extract the first word of "cc", so it can be a program name with args.
11031 set dummy cc; ac_word=$2
11032 echo "$as_me:$LINENO: checking for $ac_word" >&5
11033 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11034 if test "${ac_cv_prog_CC+set}" = set; then
11035 echo $ECHO_N "(cached) $ECHO_C" >&6
11036 else
11037 if test -n "$CC"; then
11038 ac_cv_prog_CC="$CC" # Let the user override the test.
11039 else
11040 ac_prog_rejected=no
11041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11042 for as_dir in $PATH
11043 do
11044 IFS=$as_save_IFS
11045 test -z "$as_dir" && as_dir=.
11046 for ac_exec_ext in '' $ac_executable_extensions; do
11047 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11048 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
11049 ac_prog_rejected=yes
11050 continue
11051 fi
11052 ac_cv_prog_CC="cc"
11053 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11054 break 2
11055 fi
11056 done
11057 done
11058
11059 if test $ac_prog_rejected = yes; then
11060 # We found a bogon in the path, so make sure we never use it.
11061 set dummy $ac_cv_prog_CC
11062 shift
11063 if test $# != 0; then
11064 # We chose a different compiler from the bogus one.
11065 # However, it has the same basename, so the bogon will be chosen
11066 # first if we set CC to just the basename; use the full file name.
11067 shift
11068 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
11069 fi
11070 fi
11071 fi
11072 fi
11073 CC=$ac_cv_prog_CC
11074 if test -n "$CC"; then
11075 echo "$as_me:$LINENO: result: $CC" >&5
11076 echo "${ECHO_T}$CC" >&6
11077 else
11078 echo "$as_me:$LINENO: result: no" >&5
11079 echo "${ECHO_T}no" >&6
11080 fi
11081
11082 fi
11083 if test -z "$CC"; then
11084 if test -n "$ac_tool_prefix"; then
11085 for ac_prog in cl
11086 do
11087 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
11088 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
11089 echo "$as_me:$LINENO: checking for $ac_word" >&5
11090 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11091 if test "${ac_cv_prog_CC+set}" = set; then
11092 echo $ECHO_N "(cached) $ECHO_C" >&6
11093 else
11094 if test -n "$CC"; then
11095 ac_cv_prog_CC="$CC" # Let the user override the test.
11096 else
11097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11098 for as_dir in $PATH
11099 do
11100 IFS=$as_save_IFS
11101 test -z "$as_dir" && as_dir=.
11102 for ac_exec_ext in '' $ac_executable_extensions; do
11103 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11104 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
11105 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11106 break 2
11107 fi
11108 done
11109 done
11110
11111 fi
11112 fi
11113 CC=$ac_cv_prog_CC
11114 if test -n "$CC"; then
11115 echo "$as_me:$LINENO: result: $CC" >&5
11116 echo "${ECHO_T}$CC" >&6
11117 else
11118 echo "$as_me:$LINENO: result: no" >&5
11119 echo "${ECHO_T}no" >&6
11120 fi
11121
11122 test -n "$CC" && break
11123 done
11124 fi
11125 if test -z "$CC"; then
11126 ac_ct_CC=$CC
11127 for ac_prog in cl
11128 do
11129 # Extract the first word of "$ac_prog", so it can be a program name with args.
11130 set dummy $ac_prog; ac_word=$2
11131 echo "$as_me:$LINENO: checking for $ac_word" >&5
11132 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11133 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
11134 echo $ECHO_N "(cached) $ECHO_C" >&6
11135 else
11136 if test -n "$ac_ct_CC"; then
11137 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
11138 else
11139 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11140 for as_dir in $PATH
11141 do
11142 IFS=$as_save_IFS
11143 test -z "$as_dir" && as_dir=.
11144 for ac_exec_ext in '' $ac_executable_extensions; do
11145 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11146 ac_cv_prog_ac_ct_CC="$ac_prog"
11147 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11148 break 2
11149 fi
11150 done
11151 done
11152
11153 fi
11154 fi
11155 ac_ct_CC=$ac_cv_prog_ac_ct_CC
11156 if test -n "$ac_ct_CC"; then
11157 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
11158 echo "${ECHO_T}$ac_ct_CC" >&6
11159 else
11160 echo "$as_me:$LINENO: result: no" >&5
11161 echo "${ECHO_T}no" >&6
11162 fi
11163
11164 test -n "$ac_ct_CC" && break
11165 done
11166
11167 CC=$ac_ct_CC
11168 fi
11169
11170 fi
11171
11172
11173 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
11174 See \`config.log' for more details." >&5
11175 echo "$as_me: error: no acceptable C compiler found in \$PATH
11176 See \`config.log' for more details." >&2;}
11177 { (exit 1); exit 1; }; }
11178
11179 # Provide some information about the compiler.
11180 echo "$as_me:$LINENO:" \
11181 "checking for C compiler version" >&5
11182 ac_compiler=`set X $ac_compile; echo $2`
11183 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11184 (eval $ac_compiler --version </dev/null >&5) 2>&5
11185 ac_status=$?
11186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11187 (exit $ac_status); }
11188 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11189 (eval $ac_compiler -v </dev/null >&5) 2>&5
11190 ac_status=$?
11191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11192 (exit $ac_status); }
11193 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11194 (eval $ac_compiler -V </dev/null >&5) 2>&5
11195 ac_status=$?
11196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11197 (exit $ac_status); }
11198
11199 cat >conftest.$ac_ext <<_ACEOF
11200 /* confdefs.h. */
11201 _ACEOF
11202 cat confdefs.h >>conftest.$ac_ext
11203 cat >>conftest.$ac_ext <<_ACEOF
11204 /* end confdefs.h. */
11205
11206 int
11207 main ()
11208 {
11209
11210 ;
11211 return 0;
11212 }
11213 _ACEOF
11214 ac_clean_files_save=$ac_clean_files
11215 ac_clean_files="$ac_clean_files a.out a.exe b.out"
11216 # Try to create an executable without -o first, disregard a.out.
11217 # It will help us diagnose broken compilers, and finding out an intuition
11218 # of exeext.
11219 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
11220 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
11221 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
11222 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
11223 (eval $ac_link_default) 2>&5
11224 ac_status=$?
11225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11226 (exit $ac_status); }; then
11227 # Find the output, starting from the most likely. This scheme is
11228 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
11229 # resort.
11230
11231 # Be careful to initialize this variable, since it used to be cached.
11232 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
11233 ac_cv_exeext=
11234 # b.out is created by i960 compilers.
11235 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
11236 do
11237 test -f "$ac_file" || continue
11238 case $ac_file in
11239 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
11240 ;;
11241 conftest.$ac_ext )
11242 # This is the source file.
11243 ;;
11244 [ab].out )
11245 # We found the default executable, but exeext='' is most
11246 # certainly right.
11247 break;;
11248 *.* )
11249 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
11250 # FIXME: I believe we export ac_cv_exeext for Libtool,
11251 # but it would be cool to find out if it's true. Does anybody
11252 # maintain Libtool? --akim.
11253 export ac_cv_exeext
11254 break;;
11255 * )
11256 break;;
11257 esac
11258 done
11259 else
11260 echo "$as_me: failed program was:" >&5
11261 sed 's/^/| /' conftest.$ac_ext >&5
11262
11263 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
11264 See \`config.log' for more details." >&5
11265 echo "$as_me: error: C compiler cannot create executables
11266 See \`config.log' for more details." >&2;}
11267 { (exit 77); exit 77; }; }
11268 fi
11269
11270 ac_exeext=$ac_cv_exeext
11271 echo "$as_me:$LINENO: result: $ac_file" >&5
11272 echo "${ECHO_T}$ac_file" >&6
11273
11274 # Check the compiler produces executables we can run. If not, either
11275 # the compiler is broken, or we cross compile.
11276 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
11277 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
11278 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
11279 # If not cross compiling, check that we can run a simple program.
11280 if test "$cross_compiling" != yes; then
11281 if { ac_try='./$ac_file'
11282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11283 (eval $ac_try) 2>&5
11284 ac_status=$?
11285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11286 (exit $ac_status); }; }; then
11287 cross_compiling=no
11288 else
11289 if test "$cross_compiling" = maybe; then
11290 cross_compiling=yes
11291 else
11292 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
11293 If you meant to cross compile, use \`--host'.
11294 See \`config.log' for more details." >&5
11295 echo "$as_me: error: cannot run C compiled programs.
11296 If you meant to cross compile, use \`--host'.
11297 See \`config.log' for more details." >&2;}
11298 { (exit 1); exit 1; }; }
11299 fi
11300 fi
11301 fi
11302 echo "$as_me:$LINENO: result: yes" >&5
11303 echo "${ECHO_T}yes" >&6
11304
11305 rm -f a.out a.exe conftest$ac_cv_exeext b.out
11306 ac_clean_files=$ac_clean_files_save
11307 # Check the compiler produces executables we can run. If not, either
11308 # the compiler is broken, or we cross compile.
11309 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
11310 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
11311 echo "$as_me:$LINENO: result: $cross_compiling" >&5
11312 echo "${ECHO_T}$cross_compiling" >&6
11313
11314 echo "$as_me:$LINENO: checking for suffix of executables" >&5
11315 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
11316 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11317 (eval $ac_link) 2>&5
11318 ac_status=$?
11319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11320 (exit $ac_status); }; then
11321 # If both `conftest.exe' and `conftest' are `present' (well, observable)
11322 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
11323 # work properly (i.e., refer to `conftest.exe'), while it won't with
11324 # `rm'.
11325 for ac_file in conftest.exe conftest conftest.*; do
11326 test -f "$ac_file" || continue
11327 case $ac_file in
11328 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
11329 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
11330 export ac_cv_exeext
11331 break;;
11332 * ) break;;
11333 esac
11334 done
11335 else
11336 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
11337 See \`config.log' for more details." >&5
11338 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
11339 See \`config.log' for more details." >&2;}
11340 { (exit 1); exit 1; }; }
11341 fi
11342
11343 rm -f conftest$ac_cv_exeext
11344 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
11345 echo "${ECHO_T}$ac_cv_exeext" >&6
11346
11347 rm -f conftest.$ac_ext
11348 EXEEXT=$ac_cv_exeext
11349 ac_exeext=$EXEEXT
11350 echo "$as_me:$LINENO: checking for suffix of object files" >&5
11351 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
11352 if test "${ac_cv_objext+set}" = set; then
11353 echo $ECHO_N "(cached) $ECHO_C" >&6
11354 else
11355 cat >conftest.$ac_ext <<_ACEOF
11356 /* confdefs.h. */
11357 _ACEOF
11358 cat confdefs.h >>conftest.$ac_ext
11359 cat >>conftest.$ac_ext <<_ACEOF
11360 /* end confdefs.h. */
11361
11362 int
11363 main ()
11364 {
11365
11366 ;
11367 return 0;
11368 }
11369 _ACEOF
11370 rm -f conftest.o conftest.obj
11371 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11372 (eval $ac_compile) 2>&5
11373 ac_status=$?
11374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11375 (exit $ac_status); }; then
11376 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
11377 case $ac_file in
11378 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
11379 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
11380 break;;
11381 esac
11382 done
11383 else
11384 echo "$as_me: failed program was:" >&5
11385 sed 's/^/| /' conftest.$ac_ext >&5
11386
11387 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
11388 See \`config.log' for more details." >&5
11389 echo "$as_me: error: cannot compute suffix of object files: cannot compile
11390 See \`config.log' for more details." >&2;}
11391 { (exit 1); exit 1; }; }
11392 fi
11393
11394 rm -f conftest.$ac_cv_objext conftest.$ac_ext
11395 fi
11396 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
11397 echo "${ECHO_T}$ac_cv_objext" >&6
11398 OBJEXT=$ac_cv_objext
11399 ac_objext=$OBJEXT
11400 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
11401 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
11402 if test "${ac_cv_c_compiler_gnu+set}" = set; then
11403 echo $ECHO_N "(cached) $ECHO_C" >&6
11404 else
11405 cat >conftest.$ac_ext <<_ACEOF
11406 /* confdefs.h. */
11407 _ACEOF
11408 cat confdefs.h >>conftest.$ac_ext
11409 cat >>conftest.$ac_ext <<_ACEOF
11410 /* end confdefs.h. */
11411
11412 int
11413 main ()
11414 {
11415 #ifndef __GNUC__
11416 choke me
11417 #endif
11418
11419 ;
11420 return 0;
11421 }
11422 _ACEOF
11423 rm -f conftest.$ac_objext
11424 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11425 (eval $ac_compile) 2>conftest.er1
11426 ac_status=$?
11427 grep -v '^ *+' conftest.er1 >conftest.err
11428 rm -f conftest.er1
11429 cat conftest.err >&5
11430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11431 (exit $ac_status); } &&
11432 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11434 (eval $ac_try) 2>&5
11435 ac_status=$?
11436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11437 (exit $ac_status); }; } &&
11438 { ac_try='test -s conftest.$ac_objext'
11439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11440 (eval $ac_try) 2>&5
11441 ac_status=$?
11442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11443 (exit $ac_status); }; }; then
11444 ac_compiler_gnu=yes
11445 else
11446 echo "$as_me: failed program was:" >&5
11447 sed 's/^/| /' conftest.$ac_ext >&5
11448
11449 ac_compiler_gnu=no
11450 fi
11451 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11452 ac_cv_c_compiler_gnu=$ac_compiler_gnu
11453
11454 fi
11455 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
11456 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
11457 GCC=`test $ac_compiler_gnu = yes && echo yes`
11458 ac_test_CFLAGS=${CFLAGS+set}
11459 ac_save_CFLAGS=$CFLAGS
11460 CFLAGS="-g"
11461 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11462 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11463 if test "${ac_cv_prog_cc_g+set}" = set; then
11464 echo $ECHO_N "(cached) $ECHO_C" >&6
11465 else
11466 cat >conftest.$ac_ext <<_ACEOF
11467 /* confdefs.h. */
11468 _ACEOF
11469 cat confdefs.h >>conftest.$ac_ext
11470 cat >>conftest.$ac_ext <<_ACEOF
11471 /* end confdefs.h. */
11472
11473 int
11474 main ()
11475 {
11476
11477 ;
11478 return 0;
11479 }
11480 _ACEOF
11481 rm -f conftest.$ac_objext
11482 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11483 (eval $ac_compile) 2>conftest.er1
11484 ac_status=$?
11485 grep -v '^ *+' conftest.er1 >conftest.err
11486 rm -f conftest.er1
11487 cat conftest.err >&5
11488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11489 (exit $ac_status); } &&
11490 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11492 (eval $ac_try) 2>&5
11493 ac_status=$?
11494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11495 (exit $ac_status); }; } &&
11496 { ac_try='test -s conftest.$ac_objext'
11497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11498 (eval $ac_try) 2>&5
11499 ac_status=$?
11500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11501 (exit $ac_status); }; }; then
11502 ac_cv_prog_cc_g=yes
11503 else
11504 echo "$as_me: failed program was:" >&5
11505 sed 's/^/| /' conftest.$ac_ext >&5
11506
11507 ac_cv_prog_cc_g=no
11508 fi
11509 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11510 fi
11511 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11512 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11513 if test "$ac_test_CFLAGS" = set; then
11514 CFLAGS=$ac_save_CFLAGS
11515 elif test $ac_cv_prog_cc_g = yes; then
11516 if test "$GCC" = yes; then
11517 CFLAGS="-g -O2"
11518 else
11519 CFLAGS="-g"
11520 fi
11521 else
11522 if test "$GCC" = yes; then
11523 CFLAGS="-O2"
11524 else
11525 CFLAGS=
11526 fi
11527 fi
11528 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
11529 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
11530 if test "${ac_cv_prog_cc_stdc+set}" = set; then
11531 echo $ECHO_N "(cached) $ECHO_C" >&6
11532 else
11533 ac_cv_prog_cc_stdc=no
11534 ac_save_CC=$CC
11535 cat >conftest.$ac_ext <<_ACEOF
11536 /* confdefs.h. */
11537 _ACEOF
11538 cat confdefs.h >>conftest.$ac_ext
11539 cat >>conftest.$ac_ext <<_ACEOF
11540 /* end confdefs.h. */
11541 #include <stdarg.h>
11542 #include <stdio.h>
11543 #include <sys/types.h>
11544 #include <sys/stat.h>
11545 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11546 struct buf { int x; };
11547 FILE * (*rcsopen) (struct buf *, struct stat *, int);
11548 static char *e (p, i)
11549 char **p;
11550 int i;
11551 {
11552 return p[i];
11553 }
11554 static char *f (char * (*g) (char **, int), char **p, ...)
11555 {
11556 char *s;
11557 va_list v;
11558 va_start (v,p);
11559 s = g (p, va_arg (v,int));
11560 va_end (v);
11561 return s;
11562 }
11563
11564 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
11565 function prototypes and stuff, but not '\xHH' hex character constants.
11566 These don't provoke an error unfortunately, instead are silently treated
11567 as 'x'. The following induces an error, until -std1 is added to get
11568 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
11569 array size at least. It's necessary to write '\x00'==0 to get something
11570 that's true only with -std1. */
11571 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11572
11573 int test (int i, double x);
11574 struct s1 {int (*f) (int a);};
11575 struct s2 {int (*f) (double a);};
11576 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11577 int argc;
11578 char **argv;
11579 int
11580 main ()
11581 {
11582 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
11583 ;
11584 return 0;
11585 }
11586 _ACEOF
11587 # Don't try gcc -ansi; that turns off useful extensions and
11588 # breaks some systems' header files.
11589 # AIX -qlanglvl=ansi
11590 # Ultrix and OSF/1 -std1
11591 # HP-UX 10.20 and later -Ae
11592 # HP-UX older versions -Aa -D_HPUX_SOURCE
11593 # SVR4 -Xc -D__EXTENSIONS__
11594 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11595 do
11596 CC="$ac_save_CC $ac_arg"
11597 rm -f conftest.$ac_objext
11598 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11599 (eval $ac_compile) 2>conftest.er1
11600 ac_status=$?
11601 grep -v '^ *+' conftest.er1 >conftest.err
11602 rm -f conftest.er1
11603 cat conftest.err >&5
11604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11605 (exit $ac_status); } &&
11606 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11608 (eval $ac_try) 2>&5
11609 ac_status=$?
11610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11611 (exit $ac_status); }; } &&
11612 { ac_try='test -s conftest.$ac_objext'
11613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11614 (eval $ac_try) 2>&5
11615 ac_status=$?
11616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11617 (exit $ac_status); }; }; then
11618 ac_cv_prog_cc_stdc=$ac_arg
11619 break
11620 else
11621 echo "$as_me: failed program was:" >&5
11622 sed 's/^/| /' conftest.$ac_ext >&5
11623
11624 fi
11625 rm -f conftest.err conftest.$ac_objext
11626 done
11627 rm -f conftest.$ac_ext conftest.$ac_objext
11628 CC=$ac_save_CC
11629
11630 fi
11631
11632 case "x$ac_cv_prog_cc_stdc" in
11633 x|xno)
11634 echo "$as_me:$LINENO: result: none needed" >&5
11635 echo "${ECHO_T}none needed" >&6 ;;
11636 *)
11637 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
11638 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
11639 CC="$CC $ac_cv_prog_cc_stdc" ;;
11640 esac
11641
11642 # Some people use a C++ compiler to compile C. Since we use `exit',
11643 # in C++ we need to declare it. In case someone uses the same compiler
11644 # for both compiling C and C++ we need to have the C++ compiler decide
11645 # the declaration of exit, since it's the most demanding environment.
11646 cat >conftest.$ac_ext <<_ACEOF
11647 #ifndef __cplusplus
11648 choke me
11649 #endif
11650 _ACEOF
11651 rm -f conftest.$ac_objext
11652 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11653 (eval $ac_compile) 2>conftest.er1
11654 ac_status=$?
11655 grep -v '^ *+' conftest.er1 >conftest.err
11656 rm -f conftest.er1
11657 cat conftest.err >&5
11658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11659 (exit $ac_status); } &&
11660 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11662 (eval $ac_try) 2>&5
11663 ac_status=$?
11664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11665 (exit $ac_status); }; } &&
11666 { ac_try='test -s conftest.$ac_objext'
11667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11668 (eval $ac_try) 2>&5
11669 ac_status=$?
11670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11671 (exit $ac_status); }; }; then
11672 for ac_declaration in \
11673 '' \
11674 'extern "C" void std::exit (int) throw (); using std::exit;' \
11675 'extern "C" void std::exit (int); using std::exit;' \
11676 'extern "C" void exit (int) throw ();' \
11677 'extern "C" void exit (int);' \
11678 'void exit (int);'
11679 do
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 $ac_declaration
11687 #include <stdlib.h>
11688 int
11689 main ()
11690 {
11691 exit (42);
11692 ;
11693 return 0;
11694 }
11695 _ACEOF
11696 rm -f conftest.$ac_objext
11697 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11698 (eval $ac_compile) 2>conftest.er1
11699 ac_status=$?
11700 grep -v '^ *+' conftest.er1 >conftest.err
11701 rm -f conftest.er1
11702 cat conftest.err >&5
11703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11704 (exit $ac_status); } &&
11705 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11707 (eval $ac_try) 2>&5
11708 ac_status=$?
11709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11710 (exit $ac_status); }; } &&
11711 { ac_try='test -s conftest.$ac_objext'
11712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11713 (eval $ac_try) 2>&5
11714 ac_status=$?
11715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11716 (exit $ac_status); }; }; then
11717 :
11718 else
11719 echo "$as_me: failed program was:" >&5
11720 sed 's/^/| /' conftest.$ac_ext >&5
11721
11722 continue
11723 fi
11724 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11725 cat >conftest.$ac_ext <<_ACEOF
11726 /* confdefs.h. */
11727 _ACEOF
11728 cat confdefs.h >>conftest.$ac_ext
11729 cat >>conftest.$ac_ext <<_ACEOF
11730 /* end confdefs.h. */
11731 $ac_declaration
11732 int
11733 main ()
11734 {
11735 exit (42);
11736 ;
11737 return 0;
11738 }
11739 _ACEOF
11740 rm -f conftest.$ac_objext
11741 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11742 (eval $ac_compile) 2>conftest.er1
11743 ac_status=$?
11744 grep -v '^ *+' conftest.er1 >conftest.err
11745 rm -f conftest.er1
11746 cat conftest.err >&5
11747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11748 (exit $ac_status); } &&
11749 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11751 (eval $ac_try) 2>&5
11752 ac_status=$?
11753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11754 (exit $ac_status); }; } &&
11755 { ac_try='test -s conftest.$ac_objext'
11756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11757 (eval $ac_try) 2>&5
11758 ac_status=$?
11759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11760 (exit $ac_status); }; }; then
11761 break
11762 else
11763 echo "$as_me: failed program was:" >&5
11764 sed 's/^/| /' conftest.$ac_ext >&5
11765
11766 fi
11767 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11768 done
11769 rm -f conftest*
11770 if test -n "$ac_declaration"; then
11771 echo '#ifdef __cplusplus' >>confdefs.h
11772 echo $ac_declaration >>confdefs.h
11773 echo '#endif' >>confdefs.h
11774 fi
11775
11776 else
11777 echo "$as_me: failed program was:" >&5
11778 sed 's/^/| /' conftest.$ac_ext >&5
11779
11780 fi
11781 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11782 ac_ext=c
11783 ac_cpp='$CPP $CPPFLAGS'
11784 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11785 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11786 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11787
11788
11789
11790 ac_ext=c
11791 ac_cpp='$CPP $CPPFLAGS'
11792 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11793 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11794 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11795
11796 echo "$as_me:$LINENO: checking whether we are using the Intel C compiler" >&5
11797 echo $ECHO_N "checking whether we are using the Intel C compiler... $ECHO_C" >&6
11798 if test "${bakefile_cv_c_compiler___INTEL_COMPILER+set}" = set; then
11799 echo $ECHO_N "(cached) $ECHO_C" >&6
11800 else
11801 cat >conftest.$ac_ext <<_ACEOF
11802 /* confdefs.h. */
11803 _ACEOF
11804 cat confdefs.h >>conftest.$ac_ext
11805 cat >>conftest.$ac_ext <<_ACEOF
11806 /* end confdefs.h. */
11807
11808 int
11809 main ()
11810 {
11811
11812 #ifndef __INTEL_COMPILER
11813 choke me
11814 #endif
11815
11816 ;
11817 return 0;
11818 }
11819 _ACEOF
11820 rm -f conftest.$ac_objext
11821 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11822 (eval $ac_compile) 2>conftest.er1
11823 ac_status=$?
11824 grep -v '^ *+' conftest.er1 >conftest.err
11825 rm -f conftest.er1
11826 cat conftest.err >&5
11827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11828 (exit $ac_status); } &&
11829 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11831 (eval $ac_try) 2>&5
11832 ac_status=$?
11833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11834 (exit $ac_status); }; } &&
11835 { ac_try='test -s conftest.$ac_objext'
11836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11837 (eval $ac_try) 2>&5
11838 ac_status=$?
11839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11840 (exit $ac_status); }; }; then
11841 bakefile_cv_c_compiler___INTEL_COMPILER=yes
11842 else
11843 echo "$as_me: failed program was:" >&5
11844 sed 's/^/| /' conftest.$ac_ext >&5
11845
11846 bakefile_cv_c_compiler___INTEL_COMPILER=no
11847
11848 fi
11849 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11850
11851
11852 fi
11853 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
11854 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER" >&6
11855 ac_ext=c
11856 ac_cpp='$CPP $CPPFLAGS'
11857 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11858 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11859 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11860
11861 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
11862 :; INTELCC=yes
11863 else
11864 :;
11865 fi
11866
11867
11868 if test "x$GCC" != "xyes"; then
11869 if test "xCC" = "xC"; then
11870 echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
11871 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6
11872 if test "${bakefile_cv_c_exto+set}" = set; then
11873 echo $ECHO_N "(cached) $ECHO_C" >&6
11874 else
11875 cat >conftest.$ac_ext <<_ACEOF
11876 /* confdefs.h. */
11877 _ACEOF
11878 cat confdefs.h >>conftest.$ac_ext
11879 cat >>conftest.$ac_ext <<_ACEOF
11880 /* end confdefs.h. */
11881
11882 int
11883 main ()
11884 {
11885
11886 ;
11887 return 0;
11888 }
11889 _ACEOF
11890 rm -f conftest.$ac_objext conftest.$ac_ext.o
11891 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11892 (eval $ac_compile) 2>&5
11893 ac_status=$?
11894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11895 (exit $ac_status); }; then
11896 for ac_file in `(ls conftest.* 2>/dev/null)`; do
11897 case $ac_file in
11898 conftest.$ac_ext.o)
11899 bakefile_cv_c_exto="-ext o"
11900 ;;
11901 *)
11902 ;;
11903 esac
11904 done
11905 else
11906 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
11907 See \`config.log' for more details." >&5
11908 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
11909 See \`config.log' for more details." >&2;}
11910 { (exit 1); exit 1; }; }
11911
11912 fi
11913
11914 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
11915
11916 fi
11917 echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
11918 echo "${ECHO_T}$bakefile_cv_c_exto" >&6
11919 if test "x$bakefile_cv_c_exto" '!=' "x"; then
11920 if test "c" = "c"; then
11921 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
11922 fi
11923 if test "c" = "cxx"; then
11924 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
11925 fi
11926 fi
11927
11928 if test "x$bakefile_cv_c_exto" '!=' "x"; then
11929 unset ac_cv_prog_cc_g
11930 ac_test_CFLAGS=${CFLAGS+set}
11931 ac_save_CFLAGS=$CFLAGS
11932 CFLAGS="-g"
11933 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11934 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11935 if test "${ac_cv_prog_cc_g+set}" = set; then
11936 echo $ECHO_N "(cached) $ECHO_C" >&6
11937 else
11938 cat >conftest.$ac_ext <<_ACEOF
11939 /* confdefs.h. */
11940 _ACEOF
11941 cat confdefs.h >>conftest.$ac_ext
11942 cat >>conftest.$ac_ext <<_ACEOF
11943 /* end confdefs.h. */
11944
11945 int
11946 main ()
11947 {
11948
11949 ;
11950 return 0;
11951 }
11952 _ACEOF
11953 rm -f conftest.$ac_objext
11954 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11955 (eval $ac_compile) 2>conftest.er1
11956 ac_status=$?
11957 grep -v '^ *+' conftest.er1 >conftest.err
11958 rm -f conftest.er1
11959 cat conftest.err >&5
11960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11961 (exit $ac_status); } &&
11962 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11964 (eval $ac_try) 2>&5
11965 ac_status=$?
11966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11967 (exit $ac_status); }; } &&
11968 { ac_try='test -s conftest.$ac_objext'
11969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11970 (eval $ac_try) 2>&5
11971 ac_status=$?
11972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11973 (exit $ac_status); }; }; then
11974 ac_cv_prog_cc_g=yes
11975 else
11976 echo "$as_me: failed program was:" >&5
11977 sed 's/^/| /' conftest.$ac_ext >&5
11978
11979 ac_cv_prog_cc_g=no
11980 fi
11981 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11982 fi
11983 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11984 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11985 if test "$ac_test_CFLAGS" = set; then
11986 CFLAGS=$ac_save_CFLAGS
11987 elif test $ac_cv_prog_cc_g = yes; then
11988 if test "$GCC" = yes; then
11989 CFLAGS="-g -O2"
11990 else
11991 CFLAGS="-g"
11992 fi
11993 else
11994 if test "$GCC" = yes; then
11995 CFLAGS="-O2"
11996 else
11997 CFLAGS=
11998 fi
11999 fi
12000 fi
12001 fi
12002
12003 case `uname -s` in
12004 AIX*)
12005 ac_ext=c
12006 ac_cpp='$CPP $CPPFLAGS'
12007 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12008 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12009 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12010
12011 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
12012 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
12013 if test "${bakefile_cv_c_compiler_xlc+set}" = set; then
12014 echo $ECHO_N "(cached) $ECHO_C" >&6
12015 else
12016 cat >conftest.$ac_ext <<_ACEOF
12017 /* confdefs.h. */
12018 _ACEOF
12019 cat confdefs.h >>conftest.$ac_ext
12020 cat >>conftest.$ac_ext <<_ACEOF
12021 /* end confdefs.h. */
12022
12023 int
12024 main ()
12025 {
12026 #ifndef __xlC__
12027 choke me
12028 #endif
12029
12030 ;
12031 return 0;
12032 }
12033 _ACEOF
12034 rm -f conftest.$ac_objext
12035 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12036 (eval $ac_compile) 2>conftest.er1
12037 ac_status=$?
12038 grep -v '^ *+' conftest.er1 >conftest.err
12039 rm -f conftest.er1
12040 cat conftest.err >&5
12041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12042 (exit $ac_status); } &&
12043 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12045 (eval $ac_try) 2>&5
12046 ac_status=$?
12047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12048 (exit $ac_status); }; } &&
12049 { ac_try='test -s conftest.$ac_objext'
12050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12051 (eval $ac_try) 2>&5
12052 ac_status=$?
12053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12054 (exit $ac_status); }; }; then
12055 bakefile_compiler_xlc=yes
12056 else
12057 echo "$as_me: failed program was:" >&5
12058 sed 's/^/| /' conftest.$ac_ext >&5
12059
12060 bakefile_compiler_xlc=no
12061 fi
12062 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12063 bakefile_cv_c_compiler_xlc=$bakefile_compiler_xlc
12064
12065 fi
12066 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_xlc" >&5
12067 echo "${ECHO_T}$bakefile_cv_c_compiler_xlc" >&6
12068
12069 XLCC=`test $bakefile_cv_c_compiler_xlc = yes && echo yes`
12070 ac_ext=c
12071 ac_cpp='$CPP $CPPFLAGS'
12072 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12073 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12074 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12075
12076
12077 ;;
12078
12079 Darwin)
12080 ac_ext=c
12081 ac_cpp='$CPP $CPPFLAGS'
12082 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12083 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12084 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12085
12086 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
12087 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6
12088 if test "${bakefile_cv_c_compiler_mwerks+set}" = set; then
12089 echo $ECHO_N "(cached) $ECHO_C" >&6
12090 else
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
12098 int
12099 main ()
12100 {
12101 #ifndef __MWERKS__
12102 choke me
12103 #endif
12104
12105 ;
12106 return 0;
12107 }
12108 _ACEOF
12109 rm -f conftest.$ac_objext
12110 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12111 (eval $ac_compile) 2>conftest.er1
12112 ac_status=$?
12113 grep -v '^ *+' conftest.er1 >conftest.err
12114 rm -f conftest.er1
12115 cat conftest.err >&5
12116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12117 (exit $ac_status); } &&
12118 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12120 (eval $ac_try) 2>&5
12121 ac_status=$?
12122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12123 (exit $ac_status); }; } &&
12124 { ac_try='test -s conftest.$ac_objext'
12125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12126 (eval $ac_try) 2>&5
12127 ac_status=$?
12128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12129 (exit $ac_status); }; }; then
12130 bakefile_compiler_mwerks=yes
12131 else
12132 echo "$as_me: failed program was:" >&5
12133 sed 's/^/| /' conftest.$ac_ext >&5
12134
12135 bakefile_compiler_mwerks=no
12136 fi
12137 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12138 bakefile_cv_c_compiler_mwerks=$bakefile_compiler_mwerks
12139
12140 fi
12141 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5
12142 echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6
12143
12144 MWCC=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
12145 ac_ext=c
12146 ac_cpp='$CPP $CPPFLAGS'
12147 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12148 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12149 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12150
12151
12152 ac_ext=c
12153 ac_cpp='$CPP $CPPFLAGS'
12154 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12155 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12156 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12157
12158 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
12159 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
12160 if test "${bakefile_cv_c_compiler_xlc+set}" = set; then
12161 echo $ECHO_N "(cached) $ECHO_C" >&6
12162 else
12163 cat >conftest.$ac_ext <<_ACEOF
12164 /* confdefs.h. */
12165 _ACEOF
12166 cat confdefs.h >>conftest.$ac_ext
12167 cat >>conftest.$ac_ext <<_ACEOF
12168 /* end confdefs.h. */
12169
12170 int
12171 main ()
12172 {
12173 #ifndef __xlC__
12174 choke me
12175 #endif
12176
12177 ;
12178 return 0;
12179 }
12180 _ACEOF
12181 rm -f conftest.$ac_objext
12182 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12183 (eval $ac_compile) 2>conftest.er1
12184 ac_status=$?
12185 grep -v '^ *+' conftest.er1 >conftest.err
12186 rm -f conftest.er1
12187 cat conftest.err >&5
12188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12189 (exit $ac_status); } &&
12190 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12192 (eval $ac_try) 2>&5
12193 ac_status=$?
12194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12195 (exit $ac_status); }; } &&
12196 { ac_try='test -s conftest.$ac_objext'
12197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12198 (eval $ac_try) 2>&5
12199 ac_status=$?
12200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12201 (exit $ac_status); }; }; then
12202 bakefile_compiler_xlc=yes
12203 else
12204 echo "$as_me: failed program was:" >&5
12205 sed 's/^/| /' conftest.$ac_ext >&5
12206
12207 bakefile_compiler_xlc=no
12208 fi
12209 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12210 bakefile_cv_c_compiler_xlc=$bakefile_compiler_xlc
12211
12212 fi
12213 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_xlc" >&5
12214 echo "${ECHO_T}$bakefile_cv_c_compiler_xlc" >&6
12215
12216 XLCC=`test $bakefile_cv_c_compiler_xlc = yes && echo yes`
12217 ac_ext=c
12218 ac_cpp='$CPP $CPPFLAGS'
12219 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12220 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12221 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12222
12223
12224 ;;
12225
12226 IRIX*)
12227
12228
12229 ac_ext=c
12230 ac_cpp='$CPP $CPPFLAGS'
12231 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12232 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12233 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12234
12235 echo "$as_me:$LINENO: checking whether we are using the SGI C compiler" >&5
12236 echo $ECHO_N "checking whether we are using the SGI C compiler... $ECHO_C" >&6
12237 if test "${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+set}" = set; then
12238 echo $ECHO_N "(cached) $ECHO_C" >&6
12239 else
12240 cat >conftest.$ac_ext <<_ACEOF
12241 /* confdefs.h. */
12242 _ACEOF
12243 cat confdefs.h >>conftest.$ac_ext
12244 cat >>conftest.$ac_ext <<_ACEOF
12245 /* end confdefs.h. */
12246
12247 int
12248 main ()
12249 {
12250
12251 #ifndef _SGI_COMPILER_VERSION
12252 choke me
12253 #endif
12254
12255 ;
12256 return 0;
12257 }
12258 _ACEOF
12259 rm -f conftest.$ac_objext
12260 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12261 (eval $ac_compile) 2>conftest.er1
12262 ac_status=$?
12263 grep -v '^ *+' conftest.er1 >conftest.err
12264 rm -f conftest.er1
12265 cat conftest.err >&5
12266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12267 (exit $ac_status); } &&
12268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12270 (eval $ac_try) 2>&5
12271 ac_status=$?
12272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12273 (exit $ac_status); }; } &&
12274 { ac_try='test -s conftest.$ac_objext'
12275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12276 (eval $ac_try) 2>&5
12277 ac_status=$?
12278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12279 (exit $ac_status); }; }; then
12280 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=yes
12281 else
12282 echo "$as_me: failed program was:" >&5
12283 sed 's/^/| /' conftest.$ac_ext >&5
12284
12285 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=no
12286
12287 fi
12288 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12289
12290
12291 fi
12292 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
12293 echo "${ECHO_T}$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6
12294 ac_ext=c
12295 ac_cpp='$CPP $CPPFLAGS'
12296 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12297 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12298 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12299
12300 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
12301 :; SGICC=yes
12302 else
12303 :;
12304 fi
12305
12306
12307 ;;
12308
12309 HP-UX*)
12310
12311
12312 ac_ext=c
12313 ac_cpp='$CPP $CPPFLAGS'
12314 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12315 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12316 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12317
12318 echo "$as_me:$LINENO: checking whether we are using the HP C compiler" >&5
12319 echo $ECHO_N "checking whether we are using the HP C compiler... $ECHO_C" >&6
12320 if test "${bakefile_cv_c_compiler___HP_cc+set}" = set; then
12321 echo $ECHO_N "(cached) $ECHO_C" >&6
12322 else
12323 cat >conftest.$ac_ext <<_ACEOF
12324 /* confdefs.h. */
12325 _ACEOF
12326 cat confdefs.h >>conftest.$ac_ext
12327 cat >>conftest.$ac_ext <<_ACEOF
12328 /* end confdefs.h. */
12329
12330 int
12331 main ()
12332 {
12333
12334 #ifndef __HP_cc
12335 choke me
12336 #endif
12337
12338 ;
12339 return 0;
12340 }
12341 _ACEOF
12342 rm -f conftest.$ac_objext
12343 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12344 (eval $ac_compile) 2>conftest.er1
12345 ac_status=$?
12346 grep -v '^ *+' conftest.er1 >conftest.err
12347 rm -f conftest.er1
12348 cat conftest.err >&5
12349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12350 (exit $ac_status); } &&
12351 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12353 (eval $ac_try) 2>&5
12354 ac_status=$?
12355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12356 (exit $ac_status); }; } &&
12357 { ac_try='test -s conftest.$ac_objext'
12358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12359 (eval $ac_try) 2>&5
12360 ac_status=$?
12361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12362 (exit $ac_status); }; }; then
12363 bakefile_cv_c_compiler___HP_cc=yes
12364 else
12365 echo "$as_me: failed program was:" >&5
12366 sed 's/^/| /' conftest.$ac_ext >&5
12367
12368 bakefile_cv_c_compiler___HP_cc=no
12369
12370 fi
12371 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12372
12373
12374 fi
12375 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___HP_cc" >&5
12376 echo "${ECHO_T}$bakefile_cv_c_compiler___HP_cc" >&6
12377 ac_ext=c
12378 ac_cpp='$CPP $CPPFLAGS'
12379 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12380 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12381 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12382
12383 if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
12384 :; HPCC=yes
12385 else
12386 :;
12387 fi
12388
12389
12390 ;;
12391
12392 OSF1)
12393
12394
12395 ac_ext=c
12396 ac_cpp='$CPP $CPPFLAGS'
12397 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12398 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12399 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12400
12401 echo "$as_me:$LINENO: checking whether we are using the Compaq C compiler" >&5
12402 echo $ECHO_N "checking whether we are using the Compaq C compiler... $ECHO_C" >&6
12403 if test "${bakefile_cv_c_compiler___DECC+set}" = set; then
12404 echo $ECHO_N "(cached) $ECHO_C" >&6
12405 else
12406 cat >conftest.$ac_ext <<_ACEOF
12407 /* confdefs.h. */
12408 _ACEOF
12409 cat confdefs.h >>conftest.$ac_ext
12410 cat >>conftest.$ac_ext <<_ACEOF
12411 /* end confdefs.h. */
12412
12413 int
12414 main ()
12415 {
12416
12417 #ifndef __DECC
12418 choke me
12419 #endif
12420
12421 ;
12422 return 0;
12423 }
12424 _ACEOF
12425 rm -f conftest.$ac_objext
12426 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12427 (eval $ac_compile) 2>conftest.er1
12428 ac_status=$?
12429 grep -v '^ *+' conftest.er1 >conftest.err
12430 rm -f conftest.er1
12431 cat conftest.err >&5
12432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12433 (exit $ac_status); } &&
12434 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12436 (eval $ac_try) 2>&5
12437 ac_status=$?
12438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12439 (exit $ac_status); }; } &&
12440 { ac_try='test -s conftest.$ac_objext'
12441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12442 (eval $ac_try) 2>&5
12443 ac_status=$?
12444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12445 (exit $ac_status); }; }; then
12446 bakefile_cv_c_compiler___DECC=yes
12447 else
12448 echo "$as_me: failed program was:" >&5
12449 sed 's/^/| /' conftest.$ac_ext >&5
12450
12451 bakefile_cv_c_compiler___DECC=no
12452
12453 fi
12454 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12455
12456
12457 fi
12458 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___DECC" >&5
12459 echo "${ECHO_T}$bakefile_cv_c_compiler___DECC" >&6
12460 ac_ext=c
12461 ac_cpp='$CPP $CPPFLAGS'
12462 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12463 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12464 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12465
12466 if test "x$bakefile_cv_c_compiler___DECC" = "xyes"; then
12467 :; COMPAQCC=yes
12468 else
12469 :;
12470 fi
12471
12472
12473 ;;
12474
12475 SunOS)
12476
12477
12478 ac_ext=c
12479 ac_cpp='$CPP $CPPFLAGS'
12480 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12481 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12482 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12483
12484 echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
12485 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6
12486 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
12487 echo $ECHO_N "(cached) $ECHO_C" >&6
12488 else
12489 cat >conftest.$ac_ext <<_ACEOF
12490 /* confdefs.h. */
12491 _ACEOF
12492 cat confdefs.h >>conftest.$ac_ext
12493 cat >>conftest.$ac_ext <<_ACEOF
12494 /* end confdefs.h. */
12495
12496 int
12497 main ()
12498 {
12499
12500 #ifndef __SUNPRO_C
12501 choke me
12502 #endif
12503
12504 ;
12505 return 0;
12506 }
12507 _ACEOF
12508 rm -f conftest.$ac_objext
12509 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12510 (eval $ac_compile) 2>conftest.er1
12511 ac_status=$?
12512 grep -v '^ *+' conftest.er1 >conftest.err
12513 rm -f conftest.er1
12514 cat conftest.err >&5
12515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12516 (exit $ac_status); } &&
12517 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12519 (eval $ac_try) 2>&5
12520 ac_status=$?
12521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12522 (exit $ac_status); }; } &&
12523 { ac_try='test -s conftest.$ac_objext'
12524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12525 (eval $ac_try) 2>&5
12526 ac_status=$?
12527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12528 (exit $ac_status); }; }; then
12529 bakefile_cv_c_compiler___SUNPRO_C=yes
12530 else
12531 echo "$as_me: failed program was:" >&5
12532 sed 's/^/| /' conftest.$ac_ext >&5
12533
12534 bakefile_cv_c_compiler___SUNPRO_C=no
12535
12536 fi
12537 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12538
12539
12540 fi
12541 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
12542 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6
12543 ac_ext=c
12544 ac_cpp='$CPP $CPPFLAGS'
12545 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12546 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12547 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12548
12549 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
12550 :; SUNCC=yes
12551 else
12552 :;
12553 fi
12554
12555
12556 ;;
12557 esac
12558 fi
12559
12560
12561
12562 ac_ext=c
12563 ac_cpp='$CPP $CPPFLAGS'
12564 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12565 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12566 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12567 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
12568 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
12569 # On Suns, sometimes $CPP names a directory.
12570 if test -n "$CPP" && test -d "$CPP"; then
12571 CPP=
12572 fi
12573 if test -z "$CPP"; then
12574 if test "${ac_cv_prog_CPP+set}" = set; then
12575 echo $ECHO_N "(cached) $ECHO_C" >&6
12576 else
12577 # Double quotes because CPP needs to be expanded
12578 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
12579 do
12580 ac_preproc_ok=false
12581 for ac_c_preproc_warn_flag in '' yes
12582 do
12583 # Use a header file that comes with gcc, so configuring glibc
12584 # with a fresh cross-compiler works.
12585 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12586 # <limits.h> exists even on freestanding compilers.
12587 # On the NeXT, cc -E runs the code through the compiler's parser,
12588 # not just through cpp. "Syntax error" is here to catch this case.
12589 cat >conftest.$ac_ext <<_ACEOF
12590 /* confdefs.h. */
12591 _ACEOF
12592 cat confdefs.h >>conftest.$ac_ext
12593 cat >>conftest.$ac_ext <<_ACEOF
12594 /* end confdefs.h. */
12595 #ifdef __STDC__
12596 # include <limits.h>
12597 #else
12598 # include <assert.h>
12599 #endif
12600 Syntax error
12601 _ACEOF
12602 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12603 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12604 ac_status=$?
12605 grep -v '^ *+' conftest.er1 >conftest.err
12606 rm -f conftest.er1
12607 cat conftest.err >&5
12608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12609 (exit $ac_status); } >/dev/null; then
12610 if test -s conftest.err; then
12611 ac_cpp_err=$ac_c_preproc_warn_flag
12612 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12613 else
12614 ac_cpp_err=
12615 fi
12616 else
12617 ac_cpp_err=yes
12618 fi
12619 if test -z "$ac_cpp_err"; then
12620 :
12621 else
12622 echo "$as_me: failed program was:" >&5
12623 sed 's/^/| /' conftest.$ac_ext >&5
12624
12625 # Broken: fails on valid input.
12626 continue
12627 fi
12628 rm -f conftest.err conftest.$ac_ext
12629
12630 # OK, works on sane cases. Now check whether non-existent headers
12631 # can be detected and how.
12632 cat >conftest.$ac_ext <<_ACEOF
12633 /* confdefs.h. */
12634 _ACEOF
12635 cat confdefs.h >>conftest.$ac_ext
12636 cat >>conftest.$ac_ext <<_ACEOF
12637 /* end confdefs.h. */
12638 #include <ac_nonexistent.h>
12639 _ACEOF
12640 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12641 (eval $ac_cpp conftest.$ac_ext) 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); } >/dev/null; then
12648 if test -s conftest.err; then
12649 ac_cpp_err=$ac_c_preproc_warn_flag
12650 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12651 else
12652 ac_cpp_err=
12653 fi
12654 else
12655 ac_cpp_err=yes
12656 fi
12657 if test -z "$ac_cpp_err"; then
12658 # Broken: success on invalid input.
12659 continue
12660 else
12661 echo "$as_me: failed program was:" >&5
12662 sed 's/^/| /' conftest.$ac_ext >&5
12663
12664 # Passes both tests.
12665 ac_preproc_ok=:
12666 break
12667 fi
12668 rm -f conftest.err conftest.$ac_ext
12669
12670 done
12671 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12672 rm -f conftest.err conftest.$ac_ext
12673 if $ac_preproc_ok; then
12674 break
12675 fi
12676
12677 done
12678 ac_cv_prog_CPP=$CPP
12679
12680 fi
12681 CPP=$ac_cv_prog_CPP
12682 else
12683 ac_cv_prog_CPP=$CPP
12684 fi
12685 echo "$as_me:$LINENO: result: $CPP" >&5
12686 echo "${ECHO_T}$CPP" >&6
12687 ac_preproc_ok=false
12688 for ac_c_preproc_warn_flag in '' yes
12689 do
12690 # Use a header file that comes with gcc, so configuring glibc
12691 # with a fresh cross-compiler works.
12692 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12693 # <limits.h> exists even on freestanding compilers.
12694 # On the NeXT, cc -E runs the code through the compiler's parser,
12695 # not just through cpp. "Syntax error" is here to catch this case.
12696 cat >conftest.$ac_ext <<_ACEOF
12697 /* confdefs.h. */
12698 _ACEOF
12699 cat confdefs.h >>conftest.$ac_ext
12700 cat >>conftest.$ac_ext <<_ACEOF
12701 /* end confdefs.h. */
12702 #ifdef __STDC__
12703 # include <limits.h>
12704 #else
12705 # include <assert.h>
12706 #endif
12707 Syntax error
12708 _ACEOF
12709 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12710 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12711 ac_status=$?
12712 grep -v '^ *+' conftest.er1 >conftest.err
12713 rm -f conftest.er1
12714 cat conftest.err >&5
12715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12716 (exit $ac_status); } >/dev/null; then
12717 if test -s conftest.err; then
12718 ac_cpp_err=$ac_c_preproc_warn_flag
12719 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12720 else
12721 ac_cpp_err=
12722 fi
12723 else
12724 ac_cpp_err=yes
12725 fi
12726 if test -z "$ac_cpp_err"; then
12727 :
12728 else
12729 echo "$as_me: failed program was:" >&5
12730 sed 's/^/| /' conftest.$ac_ext >&5
12731
12732 # Broken: fails on valid input.
12733 continue
12734 fi
12735 rm -f conftest.err conftest.$ac_ext
12736
12737 # OK, works on sane cases. Now check whether non-existent headers
12738 # can be detected and how.
12739 cat >conftest.$ac_ext <<_ACEOF
12740 /* confdefs.h. */
12741 _ACEOF
12742 cat confdefs.h >>conftest.$ac_ext
12743 cat >>conftest.$ac_ext <<_ACEOF
12744 /* end confdefs.h. */
12745 #include <ac_nonexistent.h>
12746 _ACEOF
12747 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12748 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12749 ac_status=$?
12750 grep -v '^ *+' conftest.er1 >conftest.err
12751 rm -f conftest.er1
12752 cat conftest.err >&5
12753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12754 (exit $ac_status); } >/dev/null; then
12755 if test -s conftest.err; then
12756 ac_cpp_err=$ac_c_preproc_warn_flag
12757 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12758 else
12759 ac_cpp_err=
12760 fi
12761 else
12762 ac_cpp_err=yes
12763 fi
12764 if test -z "$ac_cpp_err"; then
12765 # Broken: success on invalid input.
12766 continue
12767 else
12768 echo "$as_me: failed program was:" >&5
12769 sed 's/^/| /' conftest.$ac_ext >&5
12770
12771 # Passes both tests.
12772 ac_preproc_ok=:
12773 break
12774 fi
12775 rm -f conftest.err conftest.$ac_ext
12776
12777 done
12778 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12779 rm -f conftest.err conftest.$ac_ext
12780 if $ac_preproc_ok; then
12781 :
12782 else
12783 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
12784 See \`config.log' for more details." >&5
12785 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
12786 See \`config.log' for more details." >&2;}
12787 { (exit 1); exit 1; }; }
12788 fi
12789
12790 ac_ext=c
12791 ac_cpp='$CPP $CPPFLAGS'
12792 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12793 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12794 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12795
12796
12797 echo "$as_me:$LINENO: checking for egrep" >&5
12798 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
12799 if test "${ac_cv_prog_egrep+set}" = set; then
12800 echo $ECHO_N "(cached) $ECHO_C" >&6
12801 else
12802 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
12803 then ac_cv_prog_egrep='grep -E'
12804 else ac_cv_prog_egrep='egrep'
12805 fi
12806 fi
12807 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
12808 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
12809 EGREP=$ac_cv_prog_egrep
12810
12811
12812 if test $ac_cv_c_compiler_gnu = yes; then
12813 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
12814 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
12815 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
12816 echo $ECHO_N "(cached) $ECHO_C" >&6
12817 else
12818 ac_pattern="Autoconf.*'x'"
12819 cat >conftest.$ac_ext <<_ACEOF
12820 /* confdefs.h. */
12821 _ACEOF
12822 cat confdefs.h >>conftest.$ac_ext
12823 cat >>conftest.$ac_ext <<_ACEOF
12824 /* end confdefs.h. */
12825 #include <sgtty.h>
12826 Autoconf TIOCGETP
12827 _ACEOF
12828 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12829 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12830 ac_cv_prog_gcc_traditional=yes
12831 else
12832 ac_cv_prog_gcc_traditional=no
12833 fi
12834 rm -f conftest*
12835
12836
12837 if test $ac_cv_prog_gcc_traditional = no; then
12838 cat >conftest.$ac_ext <<_ACEOF
12839 /* confdefs.h. */
12840 _ACEOF
12841 cat confdefs.h >>conftest.$ac_ext
12842 cat >>conftest.$ac_ext <<_ACEOF
12843 /* end confdefs.h. */
12844 #include <termio.h>
12845 Autoconf TCGETA
12846 _ACEOF
12847 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12848 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12849 ac_cv_prog_gcc_traditional=yes
12850 fi
12851 rm -f conftest*
12852
12853 fi
12854 fi
12855 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
12856 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
12857 if test $ac_cv_prog_gcc_traditional = yes; then
12858 CC="$CC -traditional"
12859 fi
12860 fi
12861
12862
12863
12864
12865 ac_ext=cc
12866 ac_cpp='$CXXCPP $CPPFLAGS'
12867 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12868 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12869 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12870
12871
12872 CXXFLAGS=${CXXFLAGS:=}
12873
12874
12875
12876 ac_ext=cc
12877 ac_cpp='$CXXCPP $CPPFLAGS'
12878 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12879 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12880 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12881 if test -n "$ac_tool_prefix"; then
12882 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12883 do
12884 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12885 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
12886 echo "$as_me:$LINENO: checking for $ac_word" >&5
12887 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12888 if test "${ac_cv_prog_CXX+set}" = set; then
12889 echo $ECHO_N "(cached) $ECHO_C" >&6
12890 else
12891 if test -n "$CXX"; then
12892 ac_cv_prog_CXX="$CXX" # Let the user override the test.
12893 else
12894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12895 for as_dir in $PATH
12896 do
12897 IFS=$as_save_IFS
12898 test -z "$as_dir" && as_dir=.
12899 for ac_exec_ext in '' $ac_executable_extensions; do
12900 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12901 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
12902 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12903 break 2
12904 fi
12905 done
12906 done
12907
12908 fi
12909 fi
12910 CXX=$ac_cv_prog_CXX
12911 if test -n "$CXX"; then
12912 echo "$as_me:$LINENO: result: $CXX" >&5
12913 echo "${ECHO_T}$CXX" >&6
12914 else
12915 echo "$as_me:$LINENO: result: no" >&5
12916 echo "${ECHO_T}no" >&6
12917 fi
12918
12919 test -n "$CXX" && break
12920 done
12921 fi
12922 if test -z "$CXX"; then
12923 ac_ct_CXX=$CXX
12924 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12925 do
12926 # Extract the first word of "$ac_prog", so it can be a program name with args.
12927 set dummy $ac_prog; ac_word=$2
12928 echo "$as_me:$LINENO: checking for $ac_word" >&5
12929 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12930 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
12931 echo $ECHO_N "(cached) $ECHO_C" >&6
12932 else
12933 if test -n "$ac_ct_CXX"; then
12934 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
12935 else
12936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12937 for as_dir in $PATH
12938 do
12939 IFS=$as_save_IFS
12940 test -z "$as_dir" && as_dir=.
12941 for ac_exec_ext in '' $ac_executable_extensions; do
12942 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12943 ac_cv_prog_ac_ct_CXX="$ac_prog"
12944 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12945 break 2
12946 fi
12947 done
12948 done
12949
12950 fi
12951 fi
12952 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
12953 if test -n "$ac_ct_CXX"; then
12954 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
12955 echo "${ECHO_T}$ac_ct_CXX" >&6
12956 else
12957 echo "$as_me:$LINENO: result: no" >&5
12958 echo "${ECHO_T}no" >&6
12959 fi
12960
12961 test -n "$ac_ct_CXX" && break
12962 done
12963 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
12964
12965 CXX=$ac_ct_CXX
12966 fi
12967
12968
12969 # Provide some information about the compiler.
12970 echo "$as_me:$LINENO:" \
12971 "checking for C++ compiler version" >&5
12972 ac_compiler=`set X $ac_compile; echo $2`
12973 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
12974 (eval $ac_compiler --version </dev/null >&5) 2>&5
12975 ac_status=$?
12976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12977 (exit $ac_status); }
12978 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
12979 (eval $ac_compiler -v </dev/null >&5) 2>&5
12980 ac_status=$?
12981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12982 (exit $ac_status); }
12983 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
12984 (eval $ac_compiler -V </dev/null >&5) 2>&5
12985 ac_status=$?
12986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12987 (exit $ac_status); }
12988
12989 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
12990 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
12991 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
12992 echo $ECHO_N "(cached) $ECHO_C" >&6
12993 else
12994 cat >conftest.$ac_ext <<_ACEOF
12995 /* confdefs.h. */
12996 _ACEOF
12997 cat confdefs.h >>conftest.$ac_ext
12998 cat >>conftest.$ac_ext <<_ACEOF
12999 /* end confdefs.h. */
13000
13001 int
13002 main ()
13003 {
13004 #ifndef __GNUC__
13005 choke me
13006 #endif
13007
13008 ;
13009 return 0;
13010 }
13011 _ACEOF
13012 rm -f conftest.$ac_objext
13013 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13014 (eval $ac_compile) 2>conftest.er1
13015 ac_status=$?
13016 grep -v '^ *+' conftest.er1 >conftest.err
13017 rm -f conftest.er1
13018 cat conftest.err >&5
13019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13020 (exit $ac_status); } &&
13021 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13023 (eval $ac_try) 2>&5
13024 ac_status=$?
13025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13026 (exit $ac_status); }; } &&
13027 { ac_try='test -s conftest.$ac_objext'
13028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13029 (eval $ac_try) 2>&5
13030 ac_status=$?
13031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13032 (exit $ac_status); }; }; then
13033 ac_compiler_gnu=yes
13034 else
13035 echo "$as_me: failed program was:" >&5
13036 sed 's/^/| /' conftest.$ac_ext >&5
13037
13038 ac_compiler_gnu=no
13039 fi
13040 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13041 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
13042
13043 fi
13044 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
13045 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
13046 GXX=`test $ac_compiler_gnu = yes && echo yes`
13047 ac_test_CXXFLAGS=${CXXFLAGS+set}
13048 ac_save_CXXFLAGS=$CXXFLAGS
13049 CXXFLAGS="-g"
13050 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
13051 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
13052 if test "${ac_cv_prog_cxx_g+set}" = set; then
13053 echo $ECHO_N "(cached) $ECHO_C" >&6
13054 else
13055 cat >conftest.$ac_ext <<_ACEOF
13056 /* confdefs.h. */
13057 _ACEOF
13058 cat confdefs.h >>conftest.$ac_ext
13059 cat >>conftest.$ac_ext <<_ACEOF
13060 /* end confdefs.h. */
13061
13062 int
13063 main ()
13064 {
13065
13066 ;
13067 return 0;
13068 }
13069 _ACEOF
13070 rm -f conftest.$ac_objext
13071 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13072 (eval $ac_compile) 2>conftest.er1
13073 ac_status=$?
13074 grep -v '^ *+' conftest.er1 >conftest.err
13075 rm -f conftest.er1
13076 cat conftest.err >&5
13077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13078 (exit $ac_status); } &&
13079 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13081 (eval $ac_try) 2>&5
13082 ac_status=$?
13083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13084 (exit $ac_status); }; } &&
13085 { ac_try='test -s conftest.$ac_objext'
13086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13087 (eval $ac_try) 2>&5
13088 ac_status=$?
13089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13090 (exit $ac_status); }; }; then
13091 ac_cv_prog_cxx_g=yes
13092 else
13093 echo "$as_me: failed program was:" >&5
13094 sed 's/^/| /' conftest.$ac_ext >&5
13095
13096 ac_cv_prog_cxx_g=no
13097 fi
13098 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13099 fi
13100 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
13101 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
13102 if test "$ac_test_CXXFLAGS" = set; then
13103 CXXFLAGS=$ac_save_CXXFLAGS
13104 elif test $ac_cv_prog_cxx_g = yes; then
13105 if test "$GXX" = yes; then
13106 CXXFLAGS="-g -O2"
13107 else
13108 CXXFLAGS="-g"
13109 fi
13110 else
13111 if test "$GXX" = yes; then
13112 CXXFLAGS="-O2"
13113 else
13114 CXXFLAGS=
13115 fi
13116 fi
13117 for ac_declaration in \
13118 '' \
13119 'extern "C" void std::exit (int) throw (); using std::exit;' \
13120 'extern "C" void std::exit (int); using std::exit;' \
13121 'extern "C" void exit (int) throw ();' \
13122 'extern "C" void exit (int);' \
13123 'void exit (int);'
13124 do
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 $ac_declaration
13132 #include <stdlib.h>
13133 int
13134 main ()
13135 {
13136 exit (42);
13137 ;
13138 return 0;
13139 }
13140 _ACEOF
13141 rm -f conftest.$ac_objext
13142 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13143 (eval $ac_compile) 2>conftest.er1
13144 ac_status=$?
13145 grep -v '^ *+' conftest.er1 >conftest.err
13146 rm -f conftest.er1
13147 cat conftest.err >&5
13148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13149 (exit $ac_status); } &&
13150 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13152 (eval $ac_try) 2>&5
13153 ac_status=$?
13154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13155 (exit $ac_status); }; } &&
13156 { ac_try='test -s conftest.$ac_objext'
13157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13158 (eval $ac_try) 2>&5
13159 ac_status=$?
13160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13161 (exit $ac_status); }; }; then
13162 :
13163 else
13164 echo "$as_me: failed program was:" >&5
13165 sed 's/^/| /' conftest.$ac_ext >&5
13166
13167 continue
13168 fi
13169 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13170 cat >conftest.$ac_ext <<_ACEOF
13171 /* confdefs.h. */
13172 _ACEOF
13173 cat confdefs.h >>conftest.$ac_ext
13174 cat >>conftest.$ac_ext <<_ACEOF
13175 /* end confdefs.h. */
13176 $ac_declaration
13177 int
13178 main ()
13179 {
13180 exit (42);
13181 ;
13182 return 0;
13183 }
13184 _ACEOF
13185 rm -f conftest.$ac_objext
13186 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13187 (eval $ac_compile) 2>conftest.er1
13188 ac_status=$?
13189 grep -v '^ *+' conftest.er1 >conftest.err
13190 rm -f conftest.er1
13191 cat conftest.err >&5
13192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13193 (exit $ac_status); } &&
13194 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13196 (eval $ac_try) 2>&5
13197 ac_status=$?
13198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13199 (exit $ac_status); }; } &&
13200 { ac_try='test -s conftest.$ac_objext'
13201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13202 (eval $ac_try) 2>&5
13203 ac_status=$?
13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13205 (exit $ac_status); }; }; then
13206 break
13207 else
13208 echo "$as_me: failed program was:" >&5
13209 sed 's/^/| /' conftest.$ac_ext >&5
13210
13211 fi
13212 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13213 done
13214 rm -f conftest*
13215 if test -n "$ac_declaration"; then
13216 echo '#ifdef __cplusplus' >>confdefs.h
13217 echo $ac_declaration >>confdefs.h
13218 echo '#endif' >>confdefs.h
13219 fi
13220
13221 ac_ext=cc
13222 ac_cpp='$CXXCPP $CPPFLAGS'
13223 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13224 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13225 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13226
13227
13228
13229 ac_ext=cc
13230 ac_cpp='$CXXCPP $CPPFLAGS'
13231 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13232 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13233 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13234
13235 echo "$as_me:$LINENO: checking whether we are using the Intel C++ compiler" >&5
13236 echo $ECHO_N "checking whether we are using the Intel C++ compiler... $ECHO_C" >&6
13237 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER+set}" = set; then
13238 echo $ECHO_N "(cached) $ECHO_C" >&6
13239 else
13240 cat >conftest.$ac_ext <<_ACEOF
13241 /* confdefs.h. */
13242 _ACEOF
13243 cat confdefs.h >>conftest.$ac_ext
13244 cat >>conftest.$ac_ext <<_ACEOF
13245 /* end confdefs.h. */
13246
13247 int
13248 main ()
13249 {
13250
13251 #ifndef __INTEL_COMPILER
13252 choke me
13253 #endif
13254
13255 ;
13256 return 0;
13257 }
13258 _ACEOF
13259 rm -f conftest.$ac_objext
13260 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13261 (eval $ac_compile) 2>conftest.er1
13262 ac_status=$?
13263 grep -v '^ *+' conftest.er1 >conftest.err
13264 rm -f conftest.er1
13265 cat conftest.err >&5
13266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13267 (exit $ac_status); } &&
13268 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13270 (eval $ac_try) 2>&5
13271 ac_status=$?
13272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13273 (exit $ac_status); }; } &&
13274 { ac_try='test -s conftest.$ac_objext'
13275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13276 (eval $ac_try) 2>&5
13277 ac_status=$?
13278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13279 (exit $ac_status); }; }; then
13280 bakefile_cv_cxx_compiler___INTEL_COMPILER=yes
13281 else
13282 echo "$as_me: failed program was:" >&5
13283 sed 's/^/| /' conftest.$ac_ext >&5
13284
13285 bakefile_cv_cxx_compiler___INTEL_COMPILER=no
13286
13287 fi
13288 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13289
13290
13291 fi
13292 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
13293 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6
13294 ac_ext=cc
13295 ac_cpp='$CXXCPP $CPPFLAGS'
13296 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13297 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13298 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13299
13300 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER" = "xyes"; then
13301 :; INTELCXX=yes
13302 else
13303 :;
13304 fi
13305
13306
13307 if test "x$GCXX" != "xyes"; then
13308 if test "xCXX" = "xC"; then
13309 echo "$as_me:$LINENO: checking if the C++ compiler requires -ext o" >&5
13310 echo $ECHO_N "checking if the C++ compiler requires -ext o... $ECHO_C" >&6
13311 if test "${bakefile_cv_cxx_exto+set}" = set; then
13312 echo $ECHO_N "(cached) $ECHO_C" >&6
13313 else
13314 cat >conftest.$ac_ext <<_ACEOF
13315 /* confdefs.h. */
13316 _ACEOF
13317 cat confdefs.h >>conftest.$ac_ext
13318 cat >>conftest.$ac_ext <<_ACEOF
13319 /* end confdefs.h. */
13320
13321 int
13322 main ()
13323 {
13324
13325 ;
13326 return 0;
13327 }
13328 _ACEOF
13329 rm -f conftest.$ac_objext conftest.$ac_ext.o
13330 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13331 (eval $ac_compile) 2>&5
13332 ac_status=$?
13333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13334 (exit $ac_status); }; then
13335 for ac_file in `(ls conftest.* 2>/dev/null)`; do
13336 case $ac_file in
13337 conftest.$ac_ext.o)
13338 bakefile_cv_cxx_exto="-ext o"
13339 ;;
13340 *)
13341 ;;
13342 esac
13343 done
13344 else
13345 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
13346 See \`config.log' for more details." >&5
13347 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
13348 See \`config.log' for more details." >&2;}
13349 { (exit 1); exit 1; }; }
13350
13351 fi
13352
13353 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
13354
13355 fi
13356 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_exto" >&5
13357 echo "${ECHO_T}$bakefile_cv_cxx_exto" >&6
13358 if test "x$bakefile_cv_cxx_exto" '!=' "x"; then
13359 if test "cxx" = "c"; then
13360 CFLAGS="$bakefile_cv_cxx_exto $CFLAGS"
13361 fi
13362 if test "cxx" = "cxx"; then
13363 CXXFLAGS="$bakefile_cv_cxx_exto $CXXFLAGS"
13364 fi
13365 fi
13366
13367 if test "x$bakefile_cv_c_exto" '!=' "x"; then
13368 unset ac_cv_prog_cc_g
13369 ac_test_CFLAGS=${CFLAGS+set}
13370 ac_save_CFLAGS=$CFLAGS
13371 CFLAGS="-g"
13372 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
13373 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
13374 if test "${ac_cv_prog_cc_g+set}" = set; then
13375 echo $ECHO_N "(cached) $ECHO_C" >&6
13376 else
13377 cat >conftest.$ac_ext <<_ACEOF
13378 /* confdefs.h. */
13379 _ACEOF
13380 cat confdefs.h >>conftest.$ac_ext
13381 cat >>conftest.$ac_ext <<_ACEOF
13382 /* end confdefs.h. */
13383
13384 int
13385 main ()
13386 {
13387
13388 ;
13389 return 0;
13390 }
13391 _ACEOF
13392 rm -f conftest.$ac_objext
13393 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13394 (eval $ac_compile) 2>conftest.er1
13395 ac_status=$?
13396 grep -v '^ *+' conftest.er1 >conftest.err
13397 rm -f conftest.er1
13398 cat conftest.err >&5
13399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13400 (exit $ac_status); } &&
13401 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13403 (eval $ac_try) 2>&5
13404 ac_status=$?
13405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13406 (exit $ac_status); }; } &&
13407 { ac_try='test -s conftest.$ac_objext'
13408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13409 (eval $ac_try) 2>&5
13410 ac_status=$?
13411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13412 (exit $ac_status); }; }; then
13413 ac_cv_prog_cc_g=yes
13414 else
13415 echo "$as_me: failed program was:" >&5
13416 sed 's/^/| /' conftest.$ac_ext >&5
13417
13418 ac_cv_prog_cc_g=no
13419 fi
13420 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13421 fi
13422 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
13423 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
13424 if test "$ac_test_CFLAGS" = set; then
13425 CFLAGS=$ac_save_CFLAGS
13426 elif test $ac_cv_prog_cc_g = yes; then
13427 if test "$GCC" = yes; then
13428 CFLAGS="-g -O2"
13429 else
13430 CFLAGS="-g"
13431 fi
13432 else
13433 if test "$GCC" = yes; then
13434 CFLAGS="-O2"
13435 else
13436 CFLAGS=
13437 fi
13438 fi
13439 fi
13440 fi
13441
13442 case `uname -s` in
13443 AIX*)
13444 ac_ext=cc
13445 ac_cpp='$CXXCPP $CPPFLAGS'
13446 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13447 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13448 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13449
13450 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
13451 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
13452 if test "${bakefile_cv_cxx_compiler_xlc+set}" = set; then
13453 echo $ECHO_N "(cached) $ECHO_C" >&6
13454 else
13455 cat >conftest.$ac_ext <<_ACEOF
13456 /* confdefs.h. */
13457 _ACEOF
13458 cat confdefs.h >>conftest.$ac_ext
13459 cat >>conftest.$ac_ext <<_ACEOF
13460 /* end confdefs.h. */
13461
13462 int
13463 main ()
13464 {
13465 #ifndef __xlC__
13466 choke me
13467 #endif
13468
13469 ;
13470 return 0;
13471 }
13472 _ACEOF
13473 rm -f conftest.$ac_objext
13474 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13475 (eval $ac_compile) 2>conftest.er1
13476 ac_status=$?
13477 grep -v '^ *+' conftest.er1 >conftest.err
13478 rm -f conftest.er1
13479 cat conftest.err >&5
13480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13481 (exit $ac_status); } &&
13482 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13484 (eval $ac_try) 2>&5
13485 ac_status=$?
13486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13487 (exit $ac_status); }; } &&
13488 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
13494 bakefile_compiler_xlc=yes
13495 else
13496 echo "$as_me: failed program was:" >&5
13497 sed 's/^/| /' conftest.$ac_ext >&5
13498
13499 bakefile_compiler_xlc=no
13500 fi
13501 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13502 bakefile_cv_cxx_compiler_xlc=$bakefile_compiler_xlc
13503
13504 fi
13505 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_xlc" >&5
13506 echo "${ECHO_T}$bakefile_cv_cxx_compiler_xlc" >&6
13507
13508 XLCXX=`test $bakefile_cv_cxx_compiler_xlc = yes && echo yes`
13509 ac_ext=cc
13510 ac_cpp='$CXXCPP $CPPFLAGS'
13511 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13512 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13513 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13514
13515
13516 ;;
13517
13518 Darwin)
13519 ac_ext=cc
13520 ac_cpp='$CXXCPP $CPPFLAGS'
13521 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13522 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13523 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13524
13525 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
13526 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6
13527 if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then
13528 echo $ECHO_N "(cached) $ECHO_C" >&6
13529 else
13530 cat >conftest.$ac_ext <<_ACEOF
13531 /* confdefs.h. */
13532 _ACEOF
13533 cat confdefs.h >>conftest.$ac_ext
13534 cat >>conftest.$ac_ext <<_ACEOF
13535 /* end confdefs.h. */
13536
13537 int
13538 main ()
13539 {
13540 #ifndef __MWERKS__
13541 choke me
13542 #endif
13543
13544 ;
13545 return 0;
13546 }
13547 _ACEOF
13548 rm -f conftest.$ac_objext
13549 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13550 (eval $ac_compile) 2>conftest.er1
13551 ac_status=$?
13552 grep -v '^ *+' conftest.er1 >conftest.err
13553 rm -f conftest.er1
13554 cat conftest.err >&5
13555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13556 (exit $ac_status); } &&
13557 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13559 (eval $ac_try) 2>&5
13560 ac_status=$?
13561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13562 (exit $ac_status); }; } &&
13563 { ac_try='test -s conftest.$ac_objext'
13564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13565 (eval $ac_try) 2>&5
13566 ac_status=$?
13567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13568 (exit $ac_status); }; }; then
13569 bakefile_compiler_mwerks=yes
13570 else
13571 echo "$as_me: failed program was:" >&5
13572 sed 's/^/| /' conftest.$ac_ext >&5
13573
13574 bakefile_compiler_mwerks=no
13575 fi
13576 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13577 bakefile_cv_cxx_compiler_mwerks=$bakefile_compiler_mwerks
13578
13579 fi
13580 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5
13581 echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6
13582
13583 MWCXX=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
13584 ac_ext=cc
13585 ac_cpp='$CXXCPP $CPPFLAGS'
13586 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13587 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13588 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13589
13590
13591 ac_ext=cc
13592 ac_cpp='$CXXCPP $CPPFLAGS'
13593 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13594 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13595 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13596
13597 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
13598 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
13599 if test "${bakefile_cv_cxx_compiler_xlc+set}" = set; then
13600 echo $ECHO_N "(cached) $ECHO_C" >&6
13601 else
13602 cat >conftest.$ac_ext <<_ACEOF
13603 /* confdefs.h. */
13604 _ACEOF
13605 cat confdefs.h >>conftest.$ac_ext
13606 cat >>conftest.$ac_ext <<_ACEOF
13607 /* end confdefs.h. */
13608
13609 int
13610 main ()
13611 {
13612 #ifndef __xlC__
13613 choke me
13614 #endif
13615
13616 ;
13617 return 0;
13618 }
13619 _ACEOF
13620 rm -f conftest.$ac_objext
13621 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13622 (eval $ac_compile) 2>conftest.er1
13623 ac_status=$?
13624 grep -v '^ *+' conftest.er1 >conftest.err
13625 rm -f conftest.er1
13626 cat conftest.err >&5
13627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13628 (exit $ac_status); } &&
13629 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13631 (eval $ac_try) 2>&5
13632 ac_status=$?
13633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13634 (exit $ac_status); }; } &&
13635 { ac_try='test -s conftest.$ac_objext'
13636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13637 (eval $ac_try) 2>&5
13638 ac_status=$?
13639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13640 (exit $ac_status); }; }; then
13641 bakefile_compiler_xlc=yes
13642 else
13643 echo "$as_me: failed program was:" >&5
13644 sed 's/^/| /' conftest.$ac_ext >&5
13645
13646 bakefile_compiler_xlc=no
13647 fi
13648 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13649 bakefile_cv_cxx_compiler_xlc=$bakefile_compiler_xlc
13650
13651 fi
13652 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_xlc" >&5
13653 echo "${ECHO_T}$bakefile_cv_cxx_compiler_xlc" >&6
13654
13655 XLCXX=`test $bakefile_cv_cxx_compiler_xlc = yes && echo yes`
13656 ac_ext=cc
13657 ac_cpp='$CXXCPP $CPPFLAGS'
13658 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13659 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13660 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13661
13662
13663 ;;
13664
13665 IRIX*)
13666
13667
13668 ac_ext=cc
13669 ac_cpp='$CXXCPP $CPPFLAGS'
13670 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13671 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13672 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13673
13674 echo "$as_me:$LINENO: checking whether we are using the SGI C++ compiler" >&5
13675 echo $ECHO_N "checking whether we are using the SGI C++ compiler... $ECHO_C" >&6
13676 if test "${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+set}" = set; then
13677 echo $ECHO_N "(cached) $ECHO_C" >&6
13678 else
13679 cat >conftest.$ac_ext <<_ACEOF
13680 /* confdefs.h. */
13681 _ACEOF
13682 cat confdefs.h >>conftest.$ac_ext
13683 cat >>conftest.$ac_ext <<_ACEOF
13684 /* end confdefs.h. */
13685
13686 int
13687 main ()
13688 {
13689
13690 #ifndef _SGI_COMPILER_VERSION
13691 choke me
13692 #endif
13693
13694 ;
13695 return 0;
13696 }
13697 _ACEOF
13698 rm -f conftest.$ac_objext
13699 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13700 (eval $ac_compile) 2>conftest.er1
13701 ac_status=$?
13702 grep -v '^ *+' conftest.er1 >conftest.err
13703 rm -f conftest.er1
13704 cat conftest.err >&5
13705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13706 (exit $ac_status); } &&
13707 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13709 (eval $ac_try) 2>&5
13710 ac_status=$?
13711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13712 (exit $ac_status); }; } &&
13713 { ac_try='test -s conftest.$ac_objext'
13714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13715 (eval $ac_try) 2>&5
13716 ac_status=$?
13717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13718 (exit $ac_status); }; }; then
13719 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=yes
13720 else
13721 echo "$as_me: failed program was:" >&5
13722 sed 's/^/| /' conftest.$ac_ext >&5
13723
13724 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=no
13725
13726 fi
13727 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13728
13729
13730 fi
13731 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
13732 echo "${ECHO_T}$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6
13733 ac_ext=cc
13734 ac_cpp='$CXXCPP $CPPFLAGS'
13735 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13736 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13737 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13738
13739 if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
13740 :; SGICXX=yes
13741 else
13742 :;
13743 fi
13744
13745
13746 ;;
13747
13748 HP-UX*)
13749
13750
13751 ac_ext=cc
13752 ac_cpp='$CXXCPP $CPPFLAGS'
13753 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13754 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13755 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13756
13757 echo "$as_me:$LINENO: checking whether we are using the HP C++ compiler" >&5
13758 echo $ECHO_N "checking whether we are using the HP C++ compiler... $ECHO_C" >&6
13759 if test "${bakefile_cv_cxx_compiler___HP_aCC+set}" = set; then
13760 echo $ECHO_N "(cached) $ECHO_C" >&6
13761 else
13762 cat >conftest.$ac_ext <<_ACEOF
13763 /* confdefs.h. */
13764 _ACEOF
13765 cat confdefs.h >>conftest.$ac_ext
13766 cat >>conftest.$ac_ext <<_ACEOF
13767 /* end confdefs.h. */
13768
13769 int
13770 main ()
13771 {
13772
13773 #ifndef __HP_aCC
13774 choke me
13775 #endif
13776
13777 ;
13778 return 0;
13779 }
13780 _ACEOF
13781 rm -f conftest.$ac_objext
13782 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13783 (eval $ac_compile) 2>conftest.er1
13784 ac_status=$?
13785 grep -v '^ *+' conftest.er1 >conftest.err
13786 rm -f conftest.er1
13787 cat conftest.err >&5
13788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13789 (exit $ac_status); } &&
13790 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13792 (eval $ac_try) 2>&5
13793 ac_status=$?
13794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13795 (exit $ac_status); }; } &&
13796 { ac_try='test -s conftest.$ac_objext'
13797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13798 (eval $ac_try) 2>&5
13799 ac_status=$?
13800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13801 (exit $ac_status); }; }; then
13802 bakefile_cv_cxx_compiler___HP_aCC=yes
13803 else
13804 echo "$as_me: failed program was:" >&5
13805 sed 's/^/| /' conftest.$ac_ext >&5
13806
13807 bakefile_cv_cxx_compiler___HP_aCC=no
13808
13809 fi
13810 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13811
13812
13813 fi
13814 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
13815 echo "${ECHO_T}$bakefile_cv_cxx_compiler___HP_aCC" >&6
13816 ac_ext=cc
13817 ac_cpp='$CXXCPP $CPPFLAGS'
13818 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13819 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13820 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13821
13822 if test "x$bakefile_cv_cxx_compiler___HP_aCC" = "xyes"; then
13823 :; HPCXX=yes
13824 else
13825 :;
13826 fi
13827
13828
13829 ;;
13830
13831 OSF1)
13832
13833
13834 ac_ext=cc
13835 ac_cpp='$CXXCPP $CPPFLAGS'
13836 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13837 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13838 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13839
13840 echo "$as_me:$LINENO: checking whether we are using the Compaq C++ compiler" >&5
13841 echo $ECHO_N "checking whether we are using the Compaq C++ compiler... $ECHO_C" >&6
13842 if test "${bakefile_cv_cxx_compiler___DECCXX+set}" = set; then
13843 echo $ECHO_N "(cached) $ECHO_C" >&6
13844 else
13845 cat >conftest.$ac_ext <<_ACEOF
13846 /* confdefs.h. */
13847 _ACEOF
13848 cat confdefs.h >>conftest.$ac_ext
13849 cat >>conftest.$ac_ext <<_ACEOF
13850 /* end confdefs.h. */
13851
13852 int
13853 main ()
13854 {
13855
13856 #ifndef __DECCXX
13857 choke me
13858 #endif
13859
13860 ;
13861 return 0;
13862 }
13863 _ACEOF
13864 rm -f conftest.$ac_objext
13865 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13866 (eval $ac_compile) 2>conftest.er1
13867 ac_status=$?
13868 grep -v '^ *+' conftest.er1 >conftest.err
13869 rm -f conftest.er1
13870 cat conftest.err >&5
13871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13872 (exit $ac_status); } &&
13873 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13875 (eval $ac_try) 2>&5
13876 ac_status=$?
13877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13878 (exit $ac_status); }; } &&
13879 { ac_try='test -s conftest.$ac_objext'
13880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13881 (eval $ac_try) 2>&5
13882 ac_status=$?
13883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13884 (exit $ac_status); }; }; then
13885 bakefile_cv_cxx_compiler___DECCXX=yes
13886 else
13887 echo "$as_me: failed program was:" >&5
13888 sed 's/^/| /' conftest.$ac_ext >&5
13889
13890 bakefile_cv_cxx_compiler___DECCXX=no
13891
13892 fi
13893 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13894
13895
13896 fi
13897 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___DECCXX" >&5
13898 echo "${ECHO_T}$bakefile_cv_cxx_compiler___DECCXX" >&6
13899 ac_ext=cc
13900 ac_cpp='$CXXCPP $CPPFLAGS'
13901 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13902 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13903 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13904
13905 if test "x$bakefile_cv_cxx_compiler___DECCXX" = "xyes"; then
13906 :; COMPAQCXX=yes
13907 else
13908 :;
13909 fi
13910
13911
13912 ;;
13913
13914 SunOS)
13915
13916
13917 ac_ext=cc
13918 ac_cpp='$CXXCPP $CPPFLAGS'
13919 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13920 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13921 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13922
13923 echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
13924 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6
13925 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
13926 echo $ECHO_N "(cached) $ECHO_C" >&6
13927 else
13928 cat >conftest.$ac_ext <<_ACEOF
13929 /* confdefs.h. */
13930 _ACEOF
13931 cat confdefs.h >>conftest.$ac_ext
13932 cat >>conftest.$ac_ext <<_ACEOF
13933 /* end confdefs.h. */
13934
13935 int
13936 main ()
13937 {
13938
13939 #ifndef __SUNPRO_CC
13940 choke me
13941 #endif
13942
13943 ;
13944 return 0;
13945 }
13946 _ACEOF
13947 rm -f conftest.$ac_objext
13948 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13949 (eval $ac_compile) 2>conftest.er1
13950 ac_status=$?
13951 grep -v '^ *+' conftest.er1 >conftest.err
13952 rm -f conftest.er1
13953 cat conftest.err >&5
13954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13955 (exit $ac_status); } &&
13956 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13958 (eval $ac_try) 2>&5
13959 ac_status=$?
13960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13961 (exit $ac_status); }; } &&
13962 { ac_try='test -s conftest.$ac_objext'
13963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13964 (eval $ac_try) 2>&5
13965 ac_status=$?
13966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13967 (exit $ac_status); }; }; then
13968 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
13969 else
13970 echo "$as_me: failed program was:" >&5
13971 sed 's/^/| /' conftest.$ac_ext >&5
13972
13973 bakefile_cv_cxx_compiler___SUNPRO_CC=no
13974
13975 fi
13976 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13977
13978
13979 fi
13980 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
13981 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6
13982 ac_ext=cc
13983 ac_cpp='$CXXCPP $CPPFLAGS'
13984 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13985 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13986 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13987
13988 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
13989 :; SUNCXX=yes
13990 else
13991 :;
13992 fi
13993
13994
13995 ;;
13996 esac
13997 fi
13998
13999
14000
14001 ac_ext=c
14002 ac_cpp='$CPP $CPPFLAGS'
14003 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14004 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14005 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14006
14007
14008 if test -n "$ac_tool_prefix"; then
14009 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
14010 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
14011 echo "$as_me:$LINENO: checking for $ac_word" >&5
14012 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14013 if test "${ac_cv_prog_RANLIB+set}" = set; then
14014 echo $ECHO_N "(cached) $ECHO_C" >&6
14015 else
14016 if test -n "$RANLIB"; then
14017 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
14018 else
14019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14020 for as_dir in $PATH
14021 do
14022 IFS=$as_save_IFS
14023 test -z "$as_dir" && as_dir=.
14024 for ac_exec_ext in '' $ac_executable_extensions; do
14025 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14026 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
14027 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14028 break 2
14029 fi
14030 done
14031 done
14032
14033 fi
14034 fi
14035 RANLIB=$ac_cv_prog_RANLIB
14036 if test -n "$RANLIB"; then
14037 echo "$as_me:$LINENO: result: $RANLIB" >&5
14038 echo "${ECHO_T}$RANLIB" >&6
14039 else
14040 echo "$as_me:$LINENO: result: no" >&5
14041 echo "${ECHO_T}no" >&6
14042 fi
14043
14044 fi
14045 if test -z "$ac_cv_prog_RANLIB"; then
14046 ac_ct_RANLIB=$RANLIB
14047 # Extract the first word of "ranlib", so it can be a program name with args.
14048 set dummy ranlib; ac_word=$2
14049 echo "$as_me:$LINENO: checking for $ac_word" >&5
14050 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14051 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
14052 echo $ECHO_N "(cached) $ECHO_C" >&6
14053 else
14054 if test -n "$ac_ct_RANLIB"; then
14055 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
14056 else
14057 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14058 for as_dir in $PATH
14059 do
14060 IFS=$as_save_IFS
14061 test -z "$as_dir" && as_dir=.
14062 for ac_exec_ext in '' $ac_executable_extensions; do
14063 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14064 ac_cv_prog_ac_ct_RANLIB="ranlib"
14065 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14066 break 2
14067 fi
14068 done
14069 done
14070
14071 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
14072 fi
14073 fi
14074 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
14075 if test -n "$ac_ct_RANLIB"; then
14076 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
14077 echo "${ECHO_T}$ac_ct_RANLIB" >&6
14078 else
14079 echo "$as_me:$LINENO: result: no" >&5
14080 echo "${ECHO_T}no" >&6
14081 fi
14082
14083 RANLIB=$ac_ct_RANLIB
14084 else
14085 RANLIB="$ac_cv_prog_RANLIB"
14086 fi
14087
14088
14089 if test -n "$ac_tool_prefix"; then
14090 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
14091 set dummy ${ac_tool_prefix}ar; ac_word=$2
14092 echo "$as_me:$LINENO: checking for $ac_word" >&5
14093 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14094 if test "${ac_cv_prog_AR+set}" = set; then
14095 echo $ECHO_N "(cached) $ECHO_C" >&6
14096 else
14097 if test -n "$AR"; then
14098 ac_cv_prog_AR="$AR" # Let the user override the test.
14099 else
14100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14101 for as_dir in $PATH
14102 do
14103 IFS=$as_save_IFS
14104 test -z "$as_dir" && as_dir=.
14105 for ac_exec_ext in '' $ac_executable_extensions; do
14106 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14107 ac_cv_prog_AR="${ac_tool_prefix}ar"
14108 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14109 break 2
14110 fi
14111 done
14112 done
14113
14114 fi
14115 fi
14116 AR=$ac_cv_prog_AR
14117 if test -n "$AR"; then
14118 echo "$as_me:$LINENO: result: $AR" >&5
14119 echo "${ECHO_T}$AR" >&6
14120 else
14121 echo "$as_me:$LINENO: result: no" >&5
14122 echo "${ECHO_T}no" >&6
14123 fi
14124
14125 fi
14126 if test -z "$ac_cv_prog_AR"; then
14127 ac_ct_AR=$AR
14128 # Extract the first word of "ar", so it can be a program name with args.
14129 set dummy ar; ac_word=$2
14130 echo "$as_me:$LINENO: checking for $ac_word" >&5
14131 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14132 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
14133 echo $ECHO_N "(cached) $ECHO_C" >&6
14134 else
14135 if test -n "$ac_ct_AR"; then
14136 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
14137 else
14138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14139 for as_dir in $PATH
14140 do
14141 IFS=$as_save_IFS
14142 test -z "$as_dir" && as_dir=.
14143 for ac_exec_ext in '' $ac_executable_extensions; do
14144 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14145 ac_cv_prog_ac_ct_AR="ar"
14146 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14147 break 2
14148 fi
14149 done
14150 done
14151
14152 fi
14153 fi
14154 ac_ct_AR=$ac_cv_prog_ac_ct_AR
14155 if test -n "$ac_ct_AR"; then
14156 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
14157 echo "${ECHO_T}$ac_ct_AR" >&6
14158 else
14159 echo "$as_me:$LINENO: result: no" >&5
14160 echo "${ECHO_T}no" >&6
14161 fi
14162
14163 AR=$ac_ct_AR
14164 else
14165 AR="$ac_cv_prog_AR"
14166 fi
14167
14168 if test "x$AR" = "x" ; then
14169 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
14170 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
14171 { (exit 1); exit 1; }; }
14172 fi
14173
14174 # Find a good install program. We prefer a C program (faster),
14175 # so one script is as good as another. But avoid the broken or
14176 # incompatible versions:
14177 # SysV /etc/install, /usr/sbin/install
14178 # SunOS /usr/etc/install
14179 # IRIX /sbin/install
14180 # AIX /bin/install
14181 # AmigaOS /C/install, which installs bootblocks on floppy discs
14182 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
14183 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
14184 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
14185 # OS/2's system install, which has a completely different semantic
14186 # ./install, which can be erroneously created by make from ./install.sh.
14187 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
14188 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
14189 if test -z "$INSTALL"; then
14190 if test "${ac_cv_path_install+set}" = set; then
14191 echo $ECHO_N "(cached) $ECHO_C" >&6
14192 else
14193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14194 for as_dir in $PATH
14195 do
14196 IFS=$as_save_IFS
14197 test -z "$as_dir" && as_dir=.
14198 # Account for people who put trailing slashes in PATH elements.
14199 case $as_dir/ in
14200 ./ | .// | /cC/* | \
14201 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
14202 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
14203 /usr/ucb/* ) ;;
14204 *)
14205 # OSF1 and SCO ODT 3.0 have their own names for install.
14206 # Don't use installbsd from OSF since it installs stuff as root
14207 # by default.
14208 for ac_prog in ginstall scoinst install; do
14209 for ac_exec_ext in '' $ac_executable_extensions; do
14210 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
14211 if test $ac_prog = install &&
14212 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
14213 # AIX install. It has an incompatible calling convention.
14214 :
14215 elif test $ac_prog = install &&
14216 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
14217 # program-specific install script used by HP pwplus--don't use.
14218 :
14219 else
14220 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
14221 break 3
14222 fi
14223 fi
14224 done
14225 done
14226 ;;
14227 esac
14228 done
14229
14230
14231 fi
14232 if test "${ac_cv_path_install+set}" = set; then
14233 INSTALL=$ac_cv_path_install
14234 else
14235 # As a last resort, use the slow shell script. We don't cache a
14236 # path for INSTALL within a source directory, because that will
14237 # break other packages using the cache if that directory is
14238 # removed, or if the path is relative.
14239 INSTALL=$ac_install_sh
14240 fi
14241 fi
14242 echo "$as_me:$LINENO: result: $INSTALL" >&5
14243 echo "${ECHO_T}$INSTALL" >&6
14244
14245 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
14246 # It thinks the first close brace ends the variable substitution.
14247 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
14248
14249 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
14250
14251 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
14252
14253
14254 case ${INSTALL} in
14255 /* ) # Absolute
14256 ;;
14257 ?:* ) # Drive letter, considered as absolute.
14258 ;;
14259 *)
14260 INSTALL=`pwd`/${INSTALL} ;;
14261 esac
14262
14263
14264 case "${host}" in
14265
14266 *-*-darwin* )
14267 INSTALL_PROGRAM="cp -fp"
14268 INSTALL_DATA="cp -fp"
14269 ;;
14270 *)
14271 ;;
14272 esac
14273
14274 if test -n "$ac_tool_prefix"; then
14275 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
14276 set dummy ${ac_tool_prefix}strip; ac_word=$2
14277 echo "$as_me:$LINENO: checking for $ac_word" >&5
14278 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14279 if test "${ac_cv_prog_STRIP+set}" = set; then
14280 echo $ECHO_N "(cached) $ECHO_C" >&6
14281 else
14282 if test -n "$STRIP"; then
14283 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
14284 else
14285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14286 for as_dir in $PATH
14287 do
14288 IFS=$as_save_IFS
14289 test -z "$as_dir" && as_dir=.
14290 for ac_exec_ext in '' $ac_executable_extensions; do
14291 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14292 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
14293 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14294 break 2
14295 fi
14296 done
14297 done
14298
14299 fi
14300 fi
14301 STRIP=$ac_cv_prog_STRIP
14302 if test -n "$STRIP"; then
14303 echo "$as_me:$LINENO: result: $STRIP" >&5
14304 echo "${ECHO_T}$STRIP" >&6
14305 else
14306 echo "$as_me:$LINENO: result: no" >&5
14307 echo "${ECHO_T}no" >&6
14308 fi
14309
14310 fi
14311 if test -z "$ac_cv_prog_STRIP"; then
14312 ac_ct_STRIP=$STRIP
14313 # Extract the first word of "strip", so it can be a program name with args.
14314 set dummy strip; ac_word=$2
14315 echo "$as_me:$LINENO: checking for $ac_word" >&5
14316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14317 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
14318 echo $ECHO_N "(cached) $ECHO_C" >&6
14319 else
14320 if test -n "$ac_ct_STRIP"; then
14321 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
14322 else
14323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14324 for as_dir in $PATH
14325 do
14326 IFS=$as_save_IFS
14327 test -z "$as_dir" && as_dir=.
14328 for ac_exec_ext in '' $ac_executable_extensions; do
14329 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14330 ac_cv_prog_ac_ct_STRIP="strip"
14331 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14332 break 2
14333 fi
14334 done
14335 done
14336
14337 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP="true"
14338 fi
14339 fi
14340 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
14341 if test -n "$ac_ct_STRIP"; then
14342 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
14343 echo "${ECHO_T}$ac_ct_STRIP" >&6
14344 else
14345 echo "$as_me:$LINENO: result: no" >&5
14346 echo "${ECHO_T}no" >&6
14347 fi
14348
14349 STRIP=$ac_ct_STRIP
14350 else
14351 STRIP="$ac_cv_prog_STRIP"
14352 fi
14353
14354
14355 if test "$wxUSE_WINE" = "yes"; then
14356 if test -n "$ac_tool_prefix"; then
14357 # Extract the first word of "${ac_tool_prefix}wrc", so it can be a program name with args.
14358 set dummy ${ac_tool_prefix}wrc; ac_word=$2
14359 echo "$as_me:$LINENO: checking for $ac_word" >&5
14360 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14361 if test "${ac_cv_prog_RESCOMP+set}" = set; then
14362 echo $ECHO_N "(cached) $ECHO_C" >&6
14363 else
14364 if test -n "$RESCOMP"; then
14365 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
14366 else
14367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14368 for as_dir in $PATH
14369 do
14370 IFS=$as_save_IFS
14371 test -z "$as_dir" && as_dir=.
14372 for ac_exec_ext in '' $ac_executable_extensions; do
14373 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14374 ac_cv_prog_RESCOMP="${ac_tool_prefix}wrc"
14375 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14376 break 2
14377 fi
14378 done
14379 done
14380
14381 fi
14382 fi
14383 RESCOMP=$ac_cv_prog_RESCOMP
14384 if test -n "$RESCOMP"; then
14385 echo "$as_me:$LINENO: result: $RESCOMP" >&5
14386 echo "${ECHO_T}$RESCOMP" >&6
14387 else
14388 echo "$as_me:$LINENO: result: no" >&5
14389 echo "${ECHO_T}no" >&6
14390 fi
14391
14392 fi
14393 if test -z "$ac_cv_prog_RESCOMP"; then
14394 ac_ct_RESCOMP=$RESCOMP
14395 # Extract the first word of "wrc", so it can be a program name with args.
14396 set dummy wrc; ac_word=$2
14397 echo "$as_me:$LINENO: checking for $ac_word" >&5
14398 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14399 if test "${ac_cv_prog_ac_ct_RESCOMP+set}" = set; then
14400 echo $ECHO_N "(cached) $ECHO_C" >&6
14401 else
14402 if test -n "$ac_ct_RESCOMP"; then
14403 ac_cv_prog_ac_ct_RESCOMP="$ac_ct_RESCOMP" # Let the user override the test.
14404 else
14405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14406 for as_dir in $PATH
14407 do
14408 IFS=$as_save_IFS
14409 test -z "$as_dir" && as_dir=.
14410 for ac_exec_ext in '' $ac_executable_extensions; do
14411 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14412 ac_cv_prog_ac_ct_RESCOMP="wrc"
14413 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14414 break 2
14415 fi
14416 done
14417 done
14418
14419 fi
14420 fi
14421 ac_ct_RESCOMP=$ac_cv_prog_ac_ct_RESCOMP
14422 if test -n "$ac_ct_RESCOMP"; then
14423 echo "$as_me:$LINENO: result: $ac_ct_RESCOMP" >&5
14424 echo "${ECHO_T}$ac_ct_RESCOMP" >&6
14425 else
14426 echo "$as_me:$LINENO: result: no" >&5
14427 echo "${ECHO_T}no" >&6
14428 fi
14429
14430 RESCOMP=$ac_ct_RESCOMP
14431 else
14432 RESCOMP="$ac_cv_prog_RESCOMP"
14433 fi
14434
14435 else
14436 case "${host}" in
14437 *-*-cygwin* | *-*-mingw32* )
14438 if test -n "$ac_tool_prefix"; then
14439 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
14440 set dummy ${ac_tool_prefix}windres; ac_word=$2
14441 echo "$as_me:$LINENO: checking for $ac_word" >&5
14442 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14443 if test "${ac_cv_prog_RESCOMP+set}" = set; then
14444 echo $ECHO_N "(cached) $ECHO_C" >&6
14445 else
14446 if test -n "$RESCOMP"; then
14447 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
14448 else
14449 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14450 for as_dir in $PATH
14451 do
14452 IFS=$as_save_IFS
14453 test -z "$as_dir" && as_dir=.
14454 for ac_exec_ext in '' $ac_executable_extensions; do
14455 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14456 ac_cv_prog_RESCOMP="${ac_tool_prefix}windres"
14457 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14458 break 2
14459 fi
14460 done
14461 done
14462
14463 fi
14464 fi
14465 RESCOMP=$ac_cv_prog_RESCOMP
14466 if test -n "$RESCOMP"; then
14467 echo "$as_me:$LINENO: result: $RESCOMP" >&5
14468 echo "${ECHO_T}$RESCOMP" >&6
14469 else
14470 echo "$as_me:$LINENO: result: no" >&5
14471 echo "${ECHO_T}no" >&6
14472 fi
14473
14474 fi
14475 if test -z "$ac_cv_prog_RESCOMP"; then
14476 ac_ct_RESCOMP=$RESCOMP
14477 # Extract the first word of "windres", so it can be a program name with args.
14478 set dummy windres; ac_word=$2
14479 echo "$as_me:$LINENO: checking for $ac_word" >&5
14480 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14481 if test "${ac_cv_prog_ac_ct_RESCOMP+set}" = set; then
14482 echo $ECHO_N "(cached) $ECHO_C" >&6
14483 else
14484 if test -n "$ac_ct_RESCOMP"; then
14485 ac_cv_prog_ac_ct_RESCOMP="$ac_ct_RESCOMP" # Let the user override the test.
14486 else
14487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14488 for as_dir in $PATH
14489 do
14490 IFS=$as_save_IFS
14491 test -z "$as_dir" && as_dir=.
14492 for ac_exec_ext in '' $ac_executable_extensions; do
14493 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14494 ac_cv_prog_ac_ct_RESCOMP="windres"
14495 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14496 break 2
14497 fi
14498 done
14499 done
14500
14501 fi
14502 fi
14503 ac_ct_RESCOMP=$ac_cv_prog_ac_ct_RESCOMP
14504 if test -n "$ac_ct_RESCOMP"; then
14505 echo "$as_me:$LINENO: result: $ac_ct_RESCOMP" >&5
14506 echo "${ECHO_T}$ac_ct_RESCOMP" >&6
14507 else
14508 echo "$as_me:$LINENO: result: no" >&5
14509 echo "${ECHO_T}no" >&6
14510 fi
14511
14512 RESCOMP=$ac_ct_RESCOMP
14513 else
14514 RESCOMP="$ac_cv_prog_RESCOMP"
14515 fi
14516
14517 if test -n "$ac_tool_prefix"; then
14518 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
14519 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
14520 echo "$as_me:$LINENO: checking for $ac_word" >&5
14521 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14522 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
14523 echo $ECHO_N "(cached) $ECHO_C" >&6
14524 else
14525 if test -n "$DLLTOOL"; then
14526 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
14527 else
14528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14529 for as_dir in $PATH
14530 do
14531 IFS=$as_save_IFS
14532 test -z "$as_dir" && as_dir=.
14533 for ac_exec_ext in '' $ac_executable_extensions; do
14534 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14535 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
14536 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14537 break 2
14538 fi
14539 done
14540 done
14541
14542 fi
14543 fi
14544 DLLTOOL=$ac_cv_prog_DLLTOOL
14545 if test -n "$DLLTOOL"; then
14546 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
14547 echo "${ECHO_T}$DLLTOOL" >&6
14548 else
14549 echo "$as_me:$LINENO: result: no" >&5
14550 echo "${ECHO_T}no" >&6
14551 fi
14552
14553 fi
14554 if test -z "$ac_cv_prog_DLLTOOL"; then
14555 ac_ct_DLLTOOL=$DLLTOOL
14556 # Extract the first word of "dlltool", so it can be a program name with args.
14557 set dummy dlltool; ac_word=$2
14558 echo "$as_me:$LINENO: checking for $ac_word" >&5
14559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14560 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
14561 echo $ECHO_N "(cached) $ECHO_C" >&6
14562 else
14563 if test -n "$ac_ct_DLLTOOL"; then
14564 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
14565 else
14566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14567 for as_dir in $PATH
14568 do
14569 IFS=$as_save_IFS
14570 test -z "$as_dir" && as_dir=.
14571 for ac_exec_ext in '' $ac_executable_extensions; do
14572 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14573 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
14574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14575 break 2
14576 fi
14577 done
14578 done
14579
14580 fi
14581 fi
14582 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
14583 if test -n "$ac_ct_DLLTOOL"; then
14584 echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
14585 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
14586 else
14587 echo "$as_me:$LINENO: result: no" >&5
14588 echo "${ECHO_T}no" >&6
14589 fi
14590
14591 DLLTOOL=$ac_ct_DLLTOOL
14592 else
14593 DLLTOOL="$ac_cv_prog_DLLTOOL"
14594 fi
14595
14596 ;;
14597 esac
14598 fi
14599
14600 echo "$as_me:$LINENO: checking if make is GNU make" >&5
14601 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
14602 if test "${wx_cv_prog_makeisgnu+set}" = set; then
14603 echo $ECHO_N "(cached) $ECHO_C" >&6
14604 else
14605
14606 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
14607 egrep -s GNU > /dev/null); then
14608 wx_cv_prog_makeisgnu="yes"
14609 else
14610 wx_cv_prog_makeisgnu="no"
14611 fi
14612
14613 fi
14614 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
14615 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
14616
14617 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
14618 IF_GNU_MAKE=""
14619 else
14620 IF_GNU_MAKE="#"
14621 fi
14622
14623
14624
14625 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
14626 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
14627 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
14628 if test "${wx_cv_prog_makevpath+set}" = set; then
14629 echo $ECHO_N "(cached) $ECHO_C" >&6
14630 else
14631
14632 cat - << EOF > confMake
14633 check : file
14634 cp \$? \$@
14635 cp \$? final_file
14636 EOF
14637
14638 if test ! -d sub ; then
14639 mkdir sub
14640 fi
14641 echo dummy > sub/file
14642 ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
14643 RESULT=$?
14644 rm -f sub/file check final_file confMake
14645 rmdir sub
14646 if test "$RESULT" = 0; then
14647 wx_cv_prog_makevpath="yes"
14648 else
14649 wx_cv_prog_makevpath="no"
14650 fi
14651
14652 fi
14653 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
14654 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
14655
14656 if test "x$wx_cv_prog_makevpath" != "xyes"; then
14657 { { echo "$as_me:$LINENO: error:
14658 You need a make-utility that is able to use the variable
14659 VPATH correctly.
14660 If your version of make does not support VPATH correctly,
14661 please install GNU-make (possibly as gmake), and start
14662 configure with the following command:
14663 export MAKE=gmake; ./configure for sh-type shells
14664 setenv MAKE gmake; ./configure for csh-type shells
14665 Also please do remember to use gmake in this case every time
14666 you are trying to compile.
14667 " >&5
14668 echo "$as_me: error:
14669 You need a make-utility that is able to use the variable
14670 VPATH correctly.
14671 If your version of make does not support VPATH correctly,
14672 please install GNU-make (possibly as gmake), and start
14673 configure with the following command:
14674 export MAKE=gmake; ./configure for sh-type shells
14675 setenv MAKE gmake; ./configure for csh-type shells
14676 Also please do remember to use gmake in this case every time
14677 you are trying to compile.
14678 " >&2;}
14679 { (exit 1); exit 1; }; }
14680 fi fi
14681 echo "$as_me:$LINENO: checking whether ln -s works" >&5
14682 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
14683 LN_S=$as_ln_s
14684 if test "$LN_S" = "ln -s"; then
14685 echo "$as_me:$LINENO: result: yes" >&5
14686 echo "${ECHO_T}yes" >&6
14687 else
14688 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
14689 echo "${ECHO_T}no, using $LN_S" >&6
14690 fi
14691
14692
14693 for ac_prog in lndir
14694 do
14695 # Extract the first word of "$ac_prog", so it can be a program name with args.
14696 set dummy $ac_prog; ac_word=$2
14697 echo "$as_me:$LINENO: checking for $ac_word" >&5
14698 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14699 if test "${ac_cv_prog_LNDIR+set}" = set; then
14700 echo $ECHO_N "(cached) $ECHO_C" >&6
14701 else
14702 if test -n "$LNDIR"; then
14703 ac_cv_prog_LNDIR="$LNDIR" # Let the user override the test.
14704 else
14705 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14706 for as_dir in $PATH
14707 do
14708 IFS=$as_save_IFS
14709 test -z "$as_dir" && as_dir=.
14710 for ac_exec_ext in '' $ac_executable_extensions; do
14711 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14712 ac_cv_prog_LNDIR="$ac_prog"
14713 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14714 break 2
14715 fi
14716 done
14717 done
14718
14719 fi
14720 fi
14721 LNDIR=$ac_cv_prog_LNDIR
14722 if test -n "$LNDIR"; then
14723 echo "$as_me:$LINENO: result: $LNDIR" >&5
14724 echo "${ECHO_T}$LNDIR" >&6
14725 else
14726 echo "$as_me:$LINENO: result: no" >&5
14727 echo "${ECHO_T}no" >&6
14728 fi
14729
14730 test -n "$LNDIR" && break
14731 done
14732 test -n "$LNDIR" || LNDIR="cp -pR"
14733
14734
14735
14736
14737 if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then
14738 CXXFLAGS="$CXXFLAGS -qunique"
14739 fi
14740
14741 case "${host}" in
14742 powerpc-*-darwin* )
14743 echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
14744 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6
14745 cat >conftest.$ac_ext <<_ACEOF
14746 /* confdefs.h. */
14747 _ACEOF
14748 cat confdefs.h >>conftest.$ac_ext
14749 cat >>conftest.$ac_ext <<_ACEOF
14750 /* end confdefs.h. */
14751
14752 int
14753 main ()
14754 {
14755 #ifndef __POWERPC__
14756 choke me for lack of PowerPC
14757 #endif
14758
14759 ;
14760 return 0;
14761 }
14762 _ACEOF
14763 rm -f conftest.$ac_objext
14764 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14765 (eval $ac_compile) 2>conftest.er1
14766 ac_status=$?
14767 grep -v '^ *+' conftest.er1 >conftest.err
14768 rm -f conftest.er1
14769 cat conftest.err >&5
14770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14771 (exit $ac_status); } &&
14772 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14774 (eval $ac_try) 2>&5
14775 ac_status=$?
14776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14777 (exit $ac_status); }; } &&
14778 { ac_try='test -s conftest.$ac_objext'
14779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14780 (eval $ac_try) 2>&5
14781 ac_status=$?
14782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14783 (exit $ac_status); }; }; then
14784 echo "$as_me:$LINENO: result: yes" >&5
14785 echo "${ECHO_T}yes" >&6
14786 else
14787 echo "$as_me: failed program was:" >&5
14788 sed 's/^/| /' conftest.$ac_ext >&5
14789
14790 echo "$as_me:$LINENO: result: no" >&5
14791 echo "${ECHO_T}no" >&6
14792 cat >>confdefs.h <<\_ACEOF
14793 #define __POWERPC__ 1
14794 _ACEOF
14795
14796
14797 fi
14798 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14799 ;;
14800 esac
14801
14802 case "${host}" in
14803 *-*-darwin* )
14804 echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
14805 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6
14806 cat >conftest.$ac_ext <<_ACEOF
14807 /* confdefs.h. */
14808 _ACEOF
14809 cat confdefs.h >>conftest.$ac_ext
14810 cat >>conftest.$ac_ext <<_ACEOF
14811 /* end confdefs.h. */
14812 #include <CoreFoundation/CFBase.h>
14813
14814 int
14815 main ()
14816 {
14817
14818 ;
14819 return 0;
14820 }
14821 _ACEOF
14822 rm -f conftest.$ac_objext
14823 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14824 (eval $ac_compile) 2>conftest.er1
14825 ac_status=$?
14826 grep -v '^ *+' conftest.er1 >conftest.err
14827 rm -f conftest.er1
14828 cat conftest.err >&5
14829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14830 (exit $ac_status); } &&
14831 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14833 (eval $ac_try) 2>&5
14834 ac_status=$?
14835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14836 (exit $ac_status); }; } &&
14837 { ac_try='test -s conftest.$ac_objext'
14838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14839 (eval $ac_try) 2>&5
14840 ac_status=$?
14841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14842 (exit $ac_status); }; }; then
14843 echo "$as_me:$LINENO: result: yes" >&5
14844 echo "${ECHO_T}yes" >&6
14845 else
14846 echo "$as_me: failed program was:" >&5
14847 sed 's/^/| /' conftest.$ac_ext >&5
14848
14849 echo "$as_me:$LINENO: result: no" >&5
14850 echo "${ECHO_T}no" >&6
14851 echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
14852 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6
14853 cat >conftest.$ac_ext <<_ACEOF
14854 /* confdefs.h. */
14855 _ACEOF
14856 cat confdefs.h >>conftest.$ac_ext
14857 cat >>conftest.$ac_ext <<_ACEOF
14858 /* end confdefs.h. */
14859 #define __CF_USE_FRAMEWORK_INCLUDES__
14860 #include <CoreFoundation/CFBase.h>
14861
14862 int
14863 main ()
14864 {
14865
14866 ;
14867 return 0;
14868 }
14869 _ACEOF
14870 rm -f conftest.$ac_objext
14871 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14872 (eval $ac_compile) 2>conftest.er1
14873 ac_status=$?
14874 grep -v '^ *+' conftest.er1 >conftest.err
14875 rm -f conftest.er1
14876 cat conftest.err >&5
14877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14878 (exit $ac_status); } &&
14879 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14881 (eval $ac_try) 2>&5
14882 ac_status=$?
14883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14884 (exit $ac_status); }; } &&
14885 { ac_try='test -s conftest.$ac_objext'
14886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14887 (eval $ac_try) 2>&5
14888 ac_status=$?
14889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14890 (exit $ac_status); }; }; then
14891 echo "$as_me:$LINENO: result: yes" >&5
14892 echo "${ECHO_T}yes" >&6
14893 CPPFLAGS="$CPPFLAGS -D__CF_USE_FRAMEWORK_INCLUDES__"
14894 else
14895 echo "$as_me: failed program was:" >&5
14896 sed 's/^/| /' conftest.$ac_ext >&5
14897
14898 { { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
14899 See \`config.log' for more details." >&5
14900 echo "$as_me: error: no. CoreFoundation not available.
14901 See \`config.log' for more details." >&2;}
14902 { (exit 1); exit 1; }; }
14903
14904 fi
14905 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14906
14907
14908 fi
14909 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14910 ;;
14911 esac
14912
14913 case "${host}" in
14914 *-pc-os2_emx | *-pc-os2-emx )
14915 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
14916 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
14917 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
14918 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
14919 echo $ECHO_N "(cached) $ECHO_C" >&6
14920 else
14921 ac_check_lib_save_LIBS=$LIBS
14922 LIBS="-lcExt $LIBS"
14923 cat >conftest.$ac_ext <<_ACEOF
14924 /* confdefs.h. */
14925 _ACEOF
14926 cat confdefs.h >>conftest.$ac_ext
14927 cat >>conftest.$ac_ext <<_ACEOF
14928 /* end confdefs.h. */
14929
14930 /* Override any gcc2 internal prototype to avoid an error. */
14931 #ifdef __cplusplus
14932 extern "C"
14933 #endif
14934 /* We use char because int might match the return type of a gcc2
14935 builtin and then its argument prototype would still apply. */
14936 char drand48 ();
14937 int
14938 main ()
14939 {
14940 drand48 ();
14941 ;
14942 return 0;
14943 }
14944 _ACEOF
14945 rm -f conftest.$ac_objext conftest$ac_exeext
14946 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14947 (eval $ac_link) 2>conftest.er1
14948 ac_status=$?
14949 grep -v '^ *+' conftest.er1 >conftest.err
14950 rm -f conftest.er1
14951 cat conftest.err >&5
14952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14953 (exit $ac_status); } &&
14954 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14956 (eval $ac_try) 2>&5
14957 ac_status=$?
14958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14959 (exit $ac_status); }; } &&
14960 { ac_try='test -s conftest$ac_exeext'
14961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14962 (eval $ac_try) 2>&5
14963 ac_status=$?
14964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14965 (exit $ac_status); }; }; then
14966 ac_cv_lib_cExt_drand48=yes
14967 else
14968 echo "$as_me: failed program was:" >&5
14969 sed 's/^/| /' conftest.$ac_ext >&5
14970
14971 ac_cv_lib_cExt_drand48=no
14972 fi
14973 rm -f conftest.err conftest.$ac_objext \
14974 conftest$ac_exeext conftest.$ac_ext
14975 LIBS=$ac_check_lib_save_LIBS
14976 fi
14977 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
14978 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
14979 if test $ac_cv_lib_cExt_drand48 = yes; then
14980 LIBS="$LIBS -lcExt"
14981 fi
14982
14983 else
14984 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
14985 fi
14986 echo "$as_me:$LINENO: checking for gcc/libc version" >&5
14987 echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6
14988 if test "${wx_cv_gccversion+set}" = set; then
14989 echo $ECHO_N "(cached) $ECHO_C" >&6
14990 else
14991
14992 if test "$cross_compiling" = yes; then
14993 wx_cv_gccversion="EMX2"
14994
14995 else
14996 cat >conftest.$ac_ext <<_ACEOF
14997 /* confdefs.h. */
14998 _ACEOF
14999 cat confdefs.h >>conftest.$ac_ext
15000 cat >>conftest.$ac_ext <<_ACEOF
15001 /* end confdefs.h. */
15002
15003 #include <stdio.h>
15004
15005 int main()
15006 {
15007 FILE *f=fopen("conftestval", "w");
15008 if (!f) exit(1);
15009 fprintf(f,
15010 #if (__GNUC__ < 3)
15011 "EMX2"
15012 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
15013 "EMX3"
15014 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
15015 "Innotek5"
15016 #else
15017 "Innotek6"
15018 #endif
15019 );
15020 exit(0);
15021 }
15022
15023 _ACEOF
15024 rm -f conftest$ac_exeext
15025 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15026 (eval $ac_link) 2>&5
15027 ac_status=$?
15028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15029 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15031 (eval $ac_try) 2>&5
15032 ac_status=$?
15033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15034 (exit $ac_status); }; }; then
15035 wx_cv_gccversion=`cat conftestval`
15036 else
15037 echo "$as_me: program exited with status $ac_status" >&5
15038 echo "$as_me: failed program was:" >&5
15039 sed 's/^/| /' conftest.$ac_ext >&5
15040
15041 ( exit $ac_status )
15042 wx_cv_gccversion="EMX2"
15043 fi
15044 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15045 fi
15046
15047 fi
15048 echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
15049 echo "${ECHO_T}$wx_cv_gccversion" >&6
15050 if test "$wx_cv_gccversion" = "EMX2"; then
15051 LIBS="$LIBS -lstdcpp"
15052 LDFLAGS="$LDFLAGS -Zsysv-signals"
15053 else
15054 if test "$wx_cv_gccversion" = "EMX3"; then
15055 LIBS="$LIBS -lstdcxx -lgcc"
15056 LDFLAGS="$LDFLAGS -Zsysv-signals"
15057 else
15058 LIBS="$LIBS -lstdc++"
15059 fi
15060 fi
15061 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
15062 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
15063 echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
15064 wxUSE_OMF=yes
15065 enable_omf=yes
15066 fi
15067 ;;
15068 *)
15069
15070
15071
15072 ac_ext=cc
15073 ac_cpp='$CXXCPP $CPPFLAGS'
15074 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15075 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15076 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
15077
15078
15079 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
15080 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
15081 if test "${ac_cv_string_strcasecmp+set}" = set; then
15082 echo $ECHO_N "(cached) $ECHO_C" >&6
15083 else
15084
15085 cat >conftest.$ac_ext <<_ACEOF
15086 /* confdefs.h. */
15087 _ACEOF
15088 cat confdefs.h >>conftest.$ac_ext
15089 cat >>conftest.$ac_ext <<_ACEOF
15090 /* end confdefs.h. */
15091
15092 #include <string.h>
15093
15094 int
15095 main ()
15096 {
15097
15098 strcasecmp("foo", "bar");
15099
15100 ;
15101 return 0;
15102 }
15103 _ACEOF
15104 rm -f conftest.$ac_objext conftest$ac_exeext
15105 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15106 (eval $ac_link) 2>conftest.er1
15107 ac_status=$?
15108 grep -v '^ *+' conftest.er1 >conftest.err
15109 rm -f conftest.er1
15110 cat conftest.err >&5
15111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15112 (exit $ac_status); } &&
15113 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15115 (eval $ac_try) 2>&5
15116 ac_status=$?
15117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15118 (exit $ac_status); }; } &&
15119 { ac_try='test -s conftest$ac_exeext'
15120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15121 (eval $ac_try) 2>&5
15122 ac_status=$?
15123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15124 (exit $ac_status); }; }; then
15125 ac_cv_string_strcasecmp=yes
15126 else
15127 echo "$as_me: failed program was:" >&5
15128 sed 's/^/| /' conftest.$ac_ext >&5
15129
15130 ac_cv_string_strcasecmp=no
15131
15132 fi
15133 rm -f conftest.err conftest.$ac_objext \
15134 conftest$ac_exeext conftest.$ac_ext
15135
15136 fi
15137 echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
15138 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
15139
15140 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
15141 cat >>confdefs.h <<\_ACEOF
15142 #define HAVE_STRCASECMP_IN_STRING_H 1
15143 _ACEOF
15144
15145 else
15146 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
15147 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
15148 if test "${ac_cv_strings_strcasecmp+set}" = set; then
15149 echo $ECHO_N "(cached) $ECHO_C" >&6
15150 else
15151
15152 cat >conftest.$ac_ext <<_ACEOF
15153 /* confdefs.h. */
15154 _ACEOF
15155 cat confdefs.h >>conftest.$ac_ext
15156 cat >>conftest.$ac_ext <<_ACEOF
15157 /* end confdefs.h. */
15158
15159 #include <strings.h>
15160
15161 int
15162 main ()
15163 {
15164
15165 strcasecmp("foo", "bar");
15166
15167 ;
15168 return 0;
15169 }
15170 _ACEOF
15171 rm -f conftest.$ac_objext conftest$ac_exeext
15172 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15173 (eval $ac_link) 2>conftest.er1
15174 ac_status=$?
15175 grep -v '^ *+' conftest.er1 >conftest.err
15176 rm -f conftest.er1
15177 cat conftest.err >&5
15178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15179 (exit $ac_status); } &&
15180 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15182 (eval $ac_try) 2>&5
15183 ac_status=$?
15184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15185 (exit $ac_status); }; } &&
15186 { ac_try='test -s conftest$ac_exeext'
15187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15188 (eval $ac_try) 2>&5
15189 ac_status=$?
15190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15191 (exit $ac_status); }; }; then
15192 ac_cv_strings_strcasecmp=yes
15193 else
15194 echo "$as_me: failed program was:" >&5
15195 sed 's/^/| /' conftest.$ac_ext >&5
15196
15197 ac_cv_strings_strcasecmp=no
15198
15199 fi
15200 rm -f conftest.err conftest.$ac_objext \
15201 conftest$ac_exeext conftest.$ac_ext
15202
15203 fi
15204 echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
15205 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
15206
15207 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
15208 cat >>confdefs.h <<\_ACEOF
15209 #define HAVE_STRCASECMP_IN_STRINGS_H 1
15210 _ACEOF
15211
15212 else
15213 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
15214 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
15215 { (exit 1); exit 1; }; }
15216 fi
15217 fi
15218
15219 ac_ext=c
15220 ac_cpp='$CPP $CPPFLAGS'
15221 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15222 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15223 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15224
15225 ;;
15226 esac
15227
15228
15229 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
15230 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
15231 if test "${ac_cv_header_stdc+set}" = set; then
15232 echo $ECHO_N "(cached) $ECHO_C" >&6
15233 else
15234 cat >conftest.$ac_ext <<_ACEOF
15235 /* confdefs.h. */
15236 _ACEOF
15237 cat confdefs.h >>conftest.$ac_ext
15238 cat >>conftest.$ac_ext <<_ACEOF
15239 /* end confdefs.h. */
15240 #include <stdlib.h>
15241 #include <stdarg.h>
15242 #include <string.h>
15243 #include <float.h>
15244
15245 int
15246 main ()
15247 {
15248
15249 ;
15250 return 0;
15251 }
15252 _ACEOF
15253 rm -f conftest.$ac_objext
15254 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15255 (eval $ac_compile) 2>conftest.er1
15256 ac_status=$?
15257 grep -v '^ *+' conftest.er1 >conftest.err
15258 rm -f conftest.er1
15259 cat conftest.err >&5
15260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15261 (exit $ac_status); } &&
15262 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15264 (eval $ac_try) 2>&5
15265 ac_status=$?
15266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15267 (exit $ac_status); }; } &&
15268 { ac_try='test -s conftest.$ac_objext'
15269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15270 (eval $ac_try) 2>&5
15271 ac_status=$?
15272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15273 (exit $ac_status); }; }; then
15274 ac_cv_header_stdc=yes
15275 else
15276 echo "$as_me: failed program was:" >&5
15277 sed 's/^/| /' conftest.$ac_ext >&5
15278
15279 ac_cv_header_stdc=no
15280 fi
15281 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15282
15283 if test $ac_cv_header_stdc = yes; then
15284 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
15285 cat >conftest.$ac_ext <<_ACEOF
15286 /* confdefs.h. */
15287 _ACEOF
15288 cat confdefs.h >>conftest.$ac_ext
15289 cat >>conftest.$ac_ext <<_ACEOF
15290 /* end confdefs.h. */
15291 #include <string.h>
15292
15293 _ACEOF
15294 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15295 $EGREP "memchr" >/dev/null 2>&1; then
15296 :
15297 else
15298 ac_cv_header_stdc=no
15299 fi
15300 rm -f conftest*
15301
15302 fi
15303
15304 if test $ac_cv_header_stdc = yes; then
15305 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
15306 cat >conftest.$ac_ext <<_ACEOF
15307 /* confdefs.h. */
15308 _ACEOF
15309 cat confdefs.h >>conftest.$ac_ext
15310 cat >>conftest.$ac_ext <<_ACEOF
15311 /* end confdefs.h. */
15312 #include <stdlib.h>
15313
15314 _ACEOF
15315 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15316 $EGREP "free" >/dev/null 2>&1; then
15317 :
15318 else
15319 ac_cv_header_stdc=no
15320 fi
15321 rm -f conftest*
15322
15323 fi
15324
15325 if test $ac_cv_header_stdc = yes; then
15326 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
15327 if test "$cross_compiling" = yes; then
15328 :
15329 else
15330 cat >conftest.$ac_ext <<_ACEOF
15331 /* confdefs.h. */
15332 _ACEOF
15333 cat confdefs.h >>conftest.$ac_ext
15334 cat >>conftest.$ac_ext <<_ACEOF
15335 /* end confdefs.h. */
15336 #include <ctype.h>
15337 #if ((' ' & 0x0FF) == 0x020)
15338 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
15339 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
15340 #else
15341 # define ISLOWER(c) \
15342 (('a' <= (c) && (c) <= 'i') \
15343 || ('j' <= (c) && (c) <= 'r') \
15344 || ('s' <= (c) && (c) <= 'z'))
15345 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
15346 #endif
15347
15348 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
15349 int
15350 main ()
15351 {
15352 int i;
15353 for (i = 0; i < 256; i++)
15354 if (XOR (islower (i), ISLOWER (i))
15355 || toupper (i) != TOUPPER (i))
15356 exit(2);
15357 exit (0);
15358 }
15359 _ACEOF
15360 rm -f conftest$ac_exeext
15361 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15362 (eval $ac_link) 2>&5
15363 ac_status=$?
15364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15365 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15367 (eval $ac_try) 2>&5
15368 ac_status=$?
15369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15370 (exit $ac_status); }; }; then
15371 :
15372 else
15373 echo "$as_me: program exited with status $ac_status" >&5
15374 echo "$as_me: failed program was:" >&5
15375 sed 's/^/| /' conftest.$ac_ext >&5
15376
15377 ( exit $ac_status )
15378 ac_cv_header_stdc=no
15379 fi
15380 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15381 fi
15382 fi
15383 fi
15384 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
15385 echo "${ECHO_T}$ac_cv_header_stdc" >&6
15386 if test $ac_cv_header_stdc = yes; then
15387
15388 cat >>confdefs.h <<\_ACEOF
15389 #define STDC_HEADERS 1
15390 _ACEOF
15391
15392 fi
15393
15394 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
15395
15396
15397
15398
15399
15400
15401
15402
15403
15404 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
15405 inttypes.h stdint.h unistd.h
15406 do
15407 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15408 echo "$as_me:$LINENO: checking for $ac_header" >&5
15409 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15410 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15411 echo $ECHO_N "(cached) $ECHO_C" >&6
15412 else
15413 cat >conftest.$ac_ext <<_ACEOF
15414 /* confdefs.h. */
15415 _ACEOF
15416 cat confdefs.h >>conftest.$ac_ext
15417 cat >>conftest.$ac_ext <<_ACEOF
15418 /* end confdefs.h. */
15419 $ac_includes_default
15420
15421 #include <$ac_header>
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 eval "$as_ac_Header=yes"
15445 else
15446 echo "$as_me: failed program was:" >&5
15447 sed 's/^/| /' conftest.$ac_ext >&5
15448
15449 eval "$as_ac_Header=no"
15450 fi
15451 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15452 fi
15453 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15454 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15455 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15456 cat >>confdefs.h <<_ACEOF
15457 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15458 _ACEOF
15459
15460 fi
15461
15462 done
15463
15464
15465
15466 for ac_header in stdlib.h
15467 do
15468 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15469 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15470 echo "$as_me:$LINENO: checking for $ac_header" >&5
15471 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15472 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15473 echo $ECHO_N "(cached) $ECHO_C" >&6
15474 fi
15475 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15476 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15477 else
15478 # Is the header compilable?
15479 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15480 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15481 cat >conftest.$ac_ext <<_ACEOF
15482 /* confdefs.h. */
15483 _ACEOF
15484 cat confdefs.h >>conftest.$ac_ext
15485 cat >>conftest.$ac_ext <<_ACEOF
15486 /* end confdefs.h. */
15487 $ac_includes_default
15488 #include <$ac_header>
15489 _ACEOF
15490 rm -f conftest.$ac_objext
15491 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15492 (eval $ac_compile) 2>conftest.er1
15493 ac_status=$?
15494 grep -v '^ *+' conftest.er1 >conftest.err
15495 rm -f conftest.er1
15496 cat conftest.err >&5
15497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15498 (exit $ac_status); } &&
15499 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15501 (eval $ac_try) 2>&5
15502 ac_status=$?
15503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15504 (exit $ac_status); }; } &&
15505 { ac_try='test -s conftest.$ac_objext'
15506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15507 (eval $ac_try) 2>&5
15508 ac_status=$?
15509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15510 (exit $ac_status); }; }; then
15511 ac_header_compiler=yes
15512 else
15513 echo "$as_me: failed program was:" >&5
15514 sed 's/^/| /' conftest.$ac_ext >&5
15515
15516 ac_header_compiler=no
15517 fi
15518 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15519 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15520 echo "${ECHO_T}$ac_header_compiler" >&6
15521
15522 # Is the header present?
15523 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15524 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15525 cat >conftest.$ac_ext <<_ACEOF
15526 /* confdefs.h. */
15527 _ACEOF
15528 cat confdefs.h >>conftest.$ac_ext
15529 cat >>conftest.$ac_ext <<_ACEOF
15530 /* end confdefs.h. */
15531 #include <$ac_header>
15532 _ACEOF
15533 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15534 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15535 ac_status=$?
15536 grep -v '^ *+' conftest.er1 >conftest.err
15537 rm -f conftest.er1
15538 cat conftest.err >&5
15539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15540 (exit $ac_status); } >/dev/null; then
15541 if test -s conftest.err; then
15542 ac_cpp_err=$ac_c_preproc_warn_flag
15543 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15544 else
15545 ac_cpp_err=
15546 fi
15547 else
15548 ac_cpp_err=yes
15549 fi
15550 if test -z "$ac_cpp_err"; then
15551 ac_header_preproc=yes
15552 else
15553 echo "$as_me: failed program was:" >&5
15554 sed 's/^/| /' conftest.$ac_ext >&5
15555
15556 ac_header_preproc=no
15557 fi
15558 rm -f conftest.err conftest.$ac_ext
15559 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15560 echo "${ECHO_T}$ac_header_preproc" >&6
15561
15562 # So? What about this header?
15563 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15564 yes:no: )
15565 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15566 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15567 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15568 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15569 ac_header_preproc=yes
15570 ;;
15571 no:yes:* )
15572 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15573 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15574 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15575 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15576 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15577 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15578 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15579 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15580 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15581 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15582 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15583 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15584 (
15585 cat <<\_ASBOX
15586 ## ----------------------------------------- ##
15587 ## Report this to wx-dev@lists.wxwidgets.org ##
15588 ## ----------------------------------------- ##
15589 _ASBOX
15590 ) |
15591 sed "s/^/$as_me: WARNING: /" >&2
15592 ;;
15593 esac
15594 echo "$as_me:$LINENO: checking for $ac_header" >&5
15595 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15596 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15597 echo $ECHO_N "(cached) $ECHO_C" >&6
15598 else
15599 eval "$as_ac_Header=\$ac_header_preproc"
15600 fi
15601 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15602 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15603
15604 fi
15605 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15606 cat >>confdefs.h <<_ACEOF
15607 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15608 _ACEOF
15609
15610 fi
15611
15612 done
15613
15614
15615 for ac_header in malloc.h
15616 do
15617 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15618 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15619 echo "$as_me:$LINENO: checking for $ac_header" >&5
15620 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15621 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15622 echo $ECHO_N "(cached) $ECHO_C" >&6
15623 fi
15624 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15625 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15626 else
15627 # Is the header compilable?
15628 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15629 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15630 cat >conftest.$ac_ext <<_ACEOF
15631 /* confdefs.h. */
15632 _ACEOF
15633 cat confdefs.h >>conftest.$ac_ext
15634 cat >>conftest.$ac_ext <<_ACEOF
15635 /* end confdefs.h. */
15636 $ac_includes_default
15637 #include <$ac_header>
15638 _ACEOF
15639 rm -f conftest.$ac_objext
15640 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15641 (eval $ac_compile) 2>conftest.er1
15642 ac_status=$?
15643 grep -v '^ *+' conftest.er1 >conftest.err
15644 rm -f conftest.er1
15645 cat conftest.err >&5
15646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15647 (exit $ac_status); } &&
15648 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15650 (eval $ac_try) 2>&5
15651 ac_status=$?
15652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15653 (exit $ac_status); }; } &&
15654 { ac_try='test -s conftest.$ac_objext'
15655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15656 (eval $ac_try) 2>&5
15657 ac_status=$?
15658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15659 (exit $ac_status); }; }; then
15660 ac_header_compiler=yes
15661 else
15662 echo "$as_me: failed program was:" >&5
15663 sed 's/^/| /' conftest.$ac_ext >&5
15664
15665 ac_header_compiler=no
15666 fi
15667 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15668 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15669 echo "${ECHO_T}$ac_header_compiler" >&6
15670
15671 # Is the header present?
15672 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15673 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15674 cat >conftest.$ac_ext <<_ACEOF
15675 /* confdefs.h. */
15676 _ACEOF
15677 cat confdefs.h >>conftest.$ac_ext
15678 cat >>conftest.$ac_ext <<_ACEOF
15679 /* end confdefs.h. */
15680 #include <$ac_header>
15681 _ACEOF
15682 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15683 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15684 ac_status=$?
15685 grep -v '^ *+' conftest.er1 >conftest.err
15686 rm -f conftest.er1
15687 cat conftest.err >&5
15688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15689 (exit $ac_status); } >/dev/null; then
15690 if test -s conftest.err; then
15691 ac_cpp_err=$ac_c_preproc_warn_flag
15692 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15693 else
15694 ac_cpp_err=
15695 fi
15696 else
15697 ac_cpp_err=yes
15698 fi
15699 if test -z "$ac_cpp_err"; then
15700 ac_header_preproc=yes
15701 else
15702 echo "$as_me: failed program was:" >&5
15703 sed 's/^/| /' conftest.$ac_ext >&5
15704
15705 ac_header_preproc=no
15706 fi
15707 rm -f conftest.err conftest.$ac_ext
15708 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15709 echo "${ECHO_T}$ac_header_preproc" >&6
15710
15711 # So? What about this header?
15712 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15713 yes:no: )
15714 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15715 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15716 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15717 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15718 ac_header_preproc=yes
15719 ;;
15720 no:yes:* )
15721 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15722 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15723 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15724 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15725 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15726 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15727 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15728 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15729 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15730 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15731 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15732 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15733 (
15734 cat <<\_ASBOX
15735 ## ----------------------------------------- ##
15736 ## Report this to wx-dev@lists.wxwidgets.org ##
15737 ## ----------------------------------------- ##
15738 _ASBOX
15739 ) |
15740 sed "s/^/$as_me: WARNING: /" >&2
15741 ;;
15742 esac
15743 echo "$as_me:$LINENO: checking for $ac_header" >&5
15744 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15745 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15746 echo $ECHO_N "(cached) $ECHO_C" >&6
15747 else
15748 eval "$as_ac_Header=\$ac_header_preproc"
15749 fi
15750 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15751 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15752
15753 fi
15754 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15755 cat >>confdefs.h <<_ACEOF
15756 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15757 _ACEOF
15758
15759 fi
15760
15761 done
15762
15763
15764 for ac_header in unistd.h
15765 do
15766 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15767 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15768 echo "$as_me:$LINENO: checking for $ac_header" >&5
15769 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15770 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15771 echo $ECHO_N "(cached) $ECHO_C" >&6
15772 fi
15773 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15774 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15775 else
15776 # Is the header compilable?
15777 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15778 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15779 cat >conftest.$ac_ext <<_ACEOF
15780 /* confdefs.h. */
15781 _ACEOF
15782 cat confdefs.h >>conftest.$ac_ext
15783 cat >>conftest.$ac_ext <<_ACEOF
15784 /* end confdefs.h. */
15785 $ac_includes_default
15786 #include <$ac_header>
15787 _ACEOF
15788 rm -f conftest.$ac_objext
15789 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15790 (eval $ac_compile) 2>conftest.er1
15791 ac_status=$?
15792 grep -v '^ *+' conftest.er1 >conftest.err
15793 rm -f conftest.er1
15794 cat conftest.err >&5
15795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15796 (exit $ac_status); } &&
15797 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15799 (eval $ac_try) 2>&5
15800 ac_status=$?
15801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15802 (exit $ac_status); }; } &&
15803 { ac_try='test -s conftest.$ac_objext'
15804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15805 (eval $ac_try) 2>&5
15806 ac_status=$?
15807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15808 (exit $ac_status); }; }; then
15809 ac_header_compiler=yes
15810 else
15811 echo "$as_me: failed program was:" >&5
15812 sed 's/^/| /' conftest.$ac_ext >&5
15813
15814 ac_header_compiler=no
15815 fi
15816 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15817 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15818 echo "${ECHO_T}$ac_header_compiler" >&6
15819
15820 # Is the header present?
15821 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15822 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15823 cat >conftest.$ac_ext <<_ACEOF
15824 /* confdefs.h. */
15825 _ACEOF
15826 cat confdefs.h >>conftest.$ac_ext
15827 cat >>conftest.$ac_ext <<_ACEOF
15828 /* end confdefs.h. */
15829 #include <$ac_header>
15830 _ACEOF
15831 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15832 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15833 ac_status=$?
15834 grep -v '^ *+' conftest.er1 >conftest.err
15835 rm -f conftest.er1
15836 cat conftest.err >&5
15837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15838 (exit $ac_status); } >/dev/null; then
15839 if test -s conftest.err; then
15840 ac_cpp_err=$ac_c_preproc_warn_flag
15841 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15842 else
15843 ac_cpp_err=
15844 fi
15845 else
15846 ac_cpp_err=yes
15847 fi
15848 if test -z "$ac_cpp_err"; then
15849 ac_header_preproc=yes
15850 else
15851 echo "$as_me: failed program was:" >&5
15852 sed 's/^/| /' conftest.$ac_ext >&5
15853
15854 ac_header_preproc=no
15855 fi
15856 rm -f conftest.err conftest.$ac_ext
15857 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15858 echo "${ECHO_T}$ac_header_preproc" >&6
15859
15860 # So? What about this header?
15861 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15862 yes:no: )
15863 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15864 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15865 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15866 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15867 ac_header_preproc=yes
15868 ;;
15869 no:yes:* )
15870 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15871 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15872 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15873 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15874 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15875 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15876 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15877 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15878 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15879 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15880 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15881 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15882 (
15883 cat <<\_ASBOX
15884 ## ----------------------------------------- ##
15885 ## Report this to wx-dev@lists.wxwidgets.org ##
15886 ## ----------------------------------------- ##
15887 _ASBOX
15888 ) |
15889 sed "s/^/$as_me: WARNING: /" >&2
15890 ;;
15891 esac
15892 echo "$as_me:$LINENO: checking for $ac_header" >&5
15893 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15894 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15895 echo $ECHO_N "(cached) $ECHO_C" >&6
15896 else
15897 eval "$as_ac_Header=\$ac_header_preproc"
15898 fi
15899 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15900 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15901
15902 fi
15903 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15904 cat >>confdefs.h <<_ACEOF
15905 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15906 _ACEOF
15907
15908 fi
15909
15910 done
15911
15912
15913 for ac_header in wchar.h
15914 do
15915 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15916 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15917 echo "$as_me:$LINENO: checking for $ac_header" >&5
15918 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15919 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15920 echo $ECHO_N "(cached) $ECHO_C" >&6
15921 fi
15922 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15923 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15924 else
15925 # Is the header compilable?
15926 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15927 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15928 cat >conftest.$ac_ext <<_ACEOF
15929 /* confdefs.h. */
15930 _ACEOF
15931 cat confdefs.h >>conftest.$ac_ext
15932 cat >>conftest.$ac_ext <<_ACEOF
15933 /* end confdefs.h. */
15934 $ac_includes_default
15935 #include <$ac_header>
15936 _ACEOF
15937 rm -f conftest.$ac_objext
15938 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15939 (eval $ac_compile) 2>conftest.er1
15940 ac_status=$?
15941 grep -v '^ *+' conftest.er1 >conftest.err
15942 rm -f conftest.er1
15943 cat conftest.err >&5
15944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15945 (exit $ac_status); } &&
15946 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
15952 { ac_try='test -s conftest.$ac_objext'
15953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15954 (eval $ac_try) 2>&5
15955 ac_status=$?
15956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15957 (exit $ac_status); }; }; then
15958 ac_header_compiler=yes
15959 else
15960 echo "$as_me: failed program was:" >&5
15961 sed 's/^/| /' conftest.$ac_ext >&5
15962
15963 ac_header_compiler=no
15964 fi
15965 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15966 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15967 echo "${ECHO_T}$ac_header_compiler" >&6
15968
15969 # Is the header present?
15970 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15971 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15972 cat >conftest.$ac_ext <<_ACEOF
15973 /* confdefs.h. */
15974 _ACEOF
15975 cat confdefs.h >>conftest.$ac_ext
15976 cat >>conftest.$ac_ext <<_ACEOF
15977 /* end confdefs.h. */
15978 #include <$ac_header>
15979 _ACEOF
15980 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15981 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15982 ac_status=$?
15983 grep -v '^ *+' conftest.er1 >conftest.err
15984 rm -f conftest.er1
15985 cat conftest.err >&5
15986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15987 (exit $ac_status); } >/dev/null; then
15988 if test -s conftest.err; then
15989 ac_cpp_err=$ac_c_preproc_warn_flag
15990 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15991 else
15992 ac_cpp_err=
15993 fi
15994 else
15995 ac_cpp_err=yes
15996 fi
15997 if test -z "$ac_cpp_err"; then
15998 ac_header_preproc=yes
15999 else
16000 echo "$as_me: failed program was:" >&5
16001 sed 's/^/| /' conftest.$ac_ext >&5
16002
16003 ac_header_preproc=no
16004 fi
16005 rm -f conftest.err conftest.$ac_ext
16006 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16007 echo "${ECHO_T}$ac_header_preproc" >&6
16008
16009 # So? What about this header?
16010 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16011 yes:no: )
16012 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16013 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16014 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16015 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16016 ac_header_preproc=yes
16017 ;;
16018 no:yes:* )
16019 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16020 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16021 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16022 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16023 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16024 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16025 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16026 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16027 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16028 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16029 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16030 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16031 (
16032 cat <<\_ASBOX
16033 ## ----------------------------------------- ##
16034 ## Report this to wx-dev@lists.wxwidgets.org ##
16035 ## ----------------------------------------- ##
16036 _ASBOX
16037 ) |
16038 sed "s/^/$as_me: WARNING: /" >&2
16039 ;;
16040 esac
16041 echo "$as_me:$LINENO: checking for $ac_header" >&5
16042 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16043 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16044 echo $ECHO_N "(cached) $ECHO_C" >&6
16045 else
16046 eval "$as_ac_Header=\$ac_header_preproc"
16047 fi
16048 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16049 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16050
16051 fi
16052 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16053 cat >>confdefs.h <<_ACEOF
16054 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16055 _ACEOF
16056
16057 fi
16058
16059 done
16060
16061
16062 if test "$ac_cv_header_wchar_h" != "yes"; then
16063
16064 for ac_header in wcstr.h
16065 do
16066 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16067 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16068 echo "$as_me:$LINENO: checking for $ac_header" >&5
16069 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16070 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16071 echo $ECHO_N "(cached) $ECHO_C" >&6
16072 fi
16073 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16074 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16075 else
16076 # Is the header compilable?
16077 echo "$as_me:$LINENO: checking $ac_header usability" >&5
16078 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16079 cat >conftest.$ac_ext <<_ACEOF
16080 /* confdefs.h. */
16081 _ACEOF
16082 cat confdefs.h >>conftest.$ac_ext
16083 cat >>conftest.$ac_ext <<_ACEOF
16084 /* end confdefs.h. */
16085 $ac_includes_default
16086 #include <$ac_header>
16087 _ACEOF
16088 rm -f conftest.$ac_objext
16089 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16090 (eval $ac_compile) 2>conftest.er1
16091 ac_status=$?
16092 grep -v '^ *+' conftest.er1 >conftest.err
16093 rm -f conftest.er1
16094 cat conftest.err >&5
16095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16096 (exit $ac_status); } &&
16097 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16099 (eval $ac_try) 2>&5
16100 ac_status=$?
16101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16102 (exit $ac_status); }; } &&
16103 { ac_try='test -s conftest.$ac_objext'
16104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16105 (eval $ac_try) 2>&5
16106 ac_status=$?
16107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16108 (exit $ac_status); }; }; then
16109 ac_header_compiler=yes
16110 else
16111 echo "$as_me: failed program was:" >&5
16112 sed 's/^/| /' conftest.$ac_ext >&5
16113
16114 ac_header_compiler=no
16115 fi
16116 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16117 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16118 echo "${ECHO_T}$ac_header_compiler" >&6
16119
16120 # Is the header present?
16121 echo "$as_me:$LINENO: checking $ac_header presence" >&5
16122 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16123 cat >conftest.$ac_ext <<_ACEOF
16124 /* confdefs.h. */
16125 _ACEOF
16126 cat confdefs.h >>conftest.$ac_ext
16127 cat >>conftest.$ac_ext <<_ACEOF
16128 /* end confdefs.h. */
16129 #include <$ac_header>
16130 _ACEOF
16131 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16132 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16133 ac_status=$?
16134 grep -v '^ *+' conftest.er1 >conftest.err
16135 rm -f conftest.er1
16136 cat conftest.err >&5
16137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16138 (exit $ac_status); } >/dev/null; then
16139 if test -s conftest.err; then
16140 ac_cpp_err=$ac_c_preproc_warn_flag
16141 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16142 else
16143 ac_cpp_err=
16144 fi
16145 else
16146 ac_cpp_err=yes
16147 fi
16148 if test -z "$ac_cpp_err"; then
16149 ac_header_preproc=yes
16150 else
16151 echo "$as_me: failed program was:" >&5
16152 sed 's/^/| /' conftest.$ac_ext >&5
16153
16154 ac_header_preproc=no
16155 fi
16156 rm -f conftest.err conftest.$ac_ext
16157 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16158 echo "${ECHO_T}$ac_header_preproc" >&6
16159
16160 # So? What about this header?
16161 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16162 yes:no: )
16163 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16164 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16165 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16166 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16167 ac_header_preproc=yes
16168 ;;
16169 no:yes:* )
16170 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16171 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16172 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16173 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16174 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16175 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16176 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16177 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16178 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16179 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16180 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16181 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16182 (
16183 cat <<\_ASBOX
16184 ## ----------------------------------------- ##
16185 ## Report this to wx-dev@lists.wxwidgets.org ##
16186 ## ----------------------------------------- ##
16187 _ASBOX
16188 ) |
16189 sed "s/^/$as_me: WARNING: /" >&2
16190 ;;
16191 esac
16192 echo "$as_me:$LINENO: checking for $ac_header" >&5
16193 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16194 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16195 echo $ECHO_N "(cached) $ECHO_C" >&6
16196 else
16197 eval "$as_ac_Header=\$ac_header_preproc"
16198 fi
16199 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16200 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16201
16202 fi
16203 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16204 cat >>confdefs.h <<_ACEOF
16205 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16206 _ACEOF
16207
16208 fi
16209
16210 done
16211
16212 fi
16213
16214
16215 for ac_header in fnmatch.h
16216 do
16217 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16218 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16219 echo "$as_me:$LINENO: checking for $ac_header" >&5
16220 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16221 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16222 echo $ECHO_N "(cached) $ECHO_C" >&6
16223 fi
16224 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16225 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16226 else
16227 # Is the header compilable?
16228 echo "$as_me:$LINENO: checking $ac_header usability" >&5
16229 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16230 cat >conftest.$ac_ext <<_ACEOF
16231 /* confdefs.h. */
16232 _ACEOF
16233 cat confdefs.h >>conftest.$ac_ext
16234 cat >>conftest.$ac_ext <<_ACEOF
16235 /* end confdefs.h. */
16236 $ac_includes_default
16237 #include <$ac_header>
16238 _ACEOF
16239 rm -f conftest.$ac_objext
16240 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16241 (eval $ac_compile) 2>conftest.er1
16242 ac_status=$?
16243 grep -v '^ *+' conftest.er1 >conftest.err
16244 rm -f conftest.er1
16245 cat conftest.err >&5
16246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16247 (exit $ac_status); } &&
16248 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16250 (eval $ac_try) 2>&5
16251 ac_status=$?
16252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16253 (exit $ac_status); }; } &&
16254 { ac_try='test -s conftest.$ac_objext'
16255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16256 (eval $ac_try) 2>&5
16257 ac_status=$?
16258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16259 (exit $ac_status); }; }; then
16260 ac_header_compiler=yes
16261 else
16262 echo "$as_me: failed program was:" >&5
16263 sed 's/^/| /' conftest.$ac_ext >&5
16264
16265 ac_header_compiler=no
16266 fi
16267 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16268 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16269 echo "${ECHO_T}$ac_header_compiler" >&6
16270
16271 # Is the header present?
16272 echo "$as_me:$LINENO: checking $ac_header presence" >&5
16273 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16274 cat >conftest.$ac_ext <<_ACEOF
16275 /* confdefs.h. */
16276 _ACEOF
16277 cat confdefs.h >>conftest.$ac_ext
16278 cat >>conftest.$ac_ext <<_ACEOF
16279 /* end confdefs.h. */
16280 #include <$ac_header>
16281 _ACEOF
16282 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16283 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16284 ac_status=$?
16285 grep -v '^ *+' conftest.er1 >conftest.err
16286 rm -f conftest.er1
16287 cat conftest.err >&5
16288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16289 (exit $ac_status); } >/dev/null; then
16290 if test -s conftest.err; then
16291 ac_cpp_err=$ac_c_preproc_warn_flag
16292 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16293 else
16294 ac_cpp_err=
16295 fi
16296 else
16297 ac_cpp_err=yes
16298 fi
16299 if test -z "$ac_cpp_err"; then
16300 ac_header_preproc=yes
16301 else
16302 echo "$as_me: failed program was:" >&5
16303 sed 's/^/| /' conftest.$ac_ext >&5
16304
16305 ac_header_preproc=no
16306 fi
16307 rm -f conftest.err conftest.$ac_ext
16308 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16309 echo "${ECHO_T}$ac_header_preproc" >&6
16310
16311 # So? What about this header?
16312 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16313 yes:no: )
16314 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16315 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16316 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16317 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16318 ac_header_preproc=yes
16319 ;;
16320 no:yes:* )
16321 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16322 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16323 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16324 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16325 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16326 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16327 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16328 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16329 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16330 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16331 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16332 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16333 (
16334 cat <<\_ASBOX
16335 ## ----------------------------------------- ##
16336 ## Report this to wx-dev@lists.wxwidgets.org ##
16337 ## ----------------------------------------- ##
16338 _ASBOX
16339 ) |
16340 sed "s/^/$as_me: WARNING: /" >&2
16341 ;;
16342 esac
16343 echo "$as_me:$LINENO: checking for $ac_header" >&5
16344 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16345 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16346 echo $ECHO_N "(cached) $ECHO_C" >&6
16347 else
16348 eval "$as_ac_Header=\$ac_header_preproc"
16349 fi
16350 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16351 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16352
16353 fi
16354 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16355 cat >>confdefs.h <<_ACEOF
16356 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16357 _ACEOF
16358
16359 fi
16360
16361 done
16362
16363
16364
16365 for ac_header in langinfo.h
16366 do
16367 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16368 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16369 echo "$as_me:$LINENO: checking for $ac_header" >&5
16370 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16371 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16372 echo $ECHO_N "(cached) $ECHO_C" >&6
16373 fi
16374 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16375 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16376 else
16377 # Is the header compilable?
16378 echo "$as_me:$LINENO: checking $ac_header usability" >&5
16379 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16380 cat >conftest.$ac_ext <<_ACEOF
16381 /* confdefs.h. */
16382 _ACEOF
16383 cat confdefs.h >>conftest.$ac_ext
16384 cat >>conftest.$ac_ext <<_ACEOF
16385 /* end confdefs.h. */
16386 $ac_includes_default
16387 #include <$ac_header>
16388 _ACEOF
16389 rm -f conftest.$ac_objext
16390 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16391 (eval $ac_compile) 2>conftest.er1
16392 ac_status=$?
16393 grep -v '^ *+' conftest.er1 >conftest.err
16394 rm -f conftest.er1
16395 cat conftest.err >&5
16396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16397 (exit $ac_status); } &&
16398 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16400 (eval $ac_try) 2>&5
16401 ac_status=$?
16402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16403 (exit $ac_status); }; } &&
16404 { ac_try='test -s conftest.$ac_objext'
16405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16406 (eval $ac_try) 2>&5
16407 ac_status=$?
16408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16409 (exit $ac_status); }; }; then
16410 ac_header_compiler=yes
16411 else
16412 echo "$as_me: failed program was:" >&5
16413 sed 's/^/| /' conftest.$ac_ext >&5
16414
16415 ac_header_compiler=no
16416 fi
16417 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16418 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16419 echo "${ECHO_T}$ac_header_compiler" >&6
16420
16421 # Is the header present?
16422 echo "$as_me:$LINENO: checking $ac_header presence" >&5
16423 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16424 cat >conftest.$ac_ext <<_ACEOF
16425 /* confdefs.h. */
16426 _ACEOF
16427 cat confdefs.h >>conftest.$ac_ext
16428 cat >>conftest.$ac_ext <<_ACEOF
16429 /* end confdefs.h. */
16430 #include <$ac_header>
16431 _ACEOF
16432 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16433 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16434 ac_status=$?
16435 grep -v '^ *+' conftest.er1 >conftest.err
16436 rm -f conftest.er1
16437 cat conftest.err >&5
16438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16439 (exit $ac_status); } >/dev/null; then
16440 if test -s conftest.err; then
16441 ac_cpp_err=$ac_c_preproc_warn_flag
16442 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16443 else
16444 ac_cpp_err=
16445 fi
16446 else
16447 ac_cpp_err=yes
16448 fi
16449 if test -z "$ac_cpp_err"; then
16450 ac_header_preproc=yes
16451 else
16452 echo "$as_me: failed program was:" >&5
16453 sed 's/^/| /' conftest.$ac_ext >&5
16454
16455 ac_header_preproc=no
16456 fi
16457 rm -f conftest.err conftest.$ac_ext
16458 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16459 echo "${ECHO_T}$ac_header_preproc" >&6
16460
16461 # So? What about this header?
16462 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16463 yes:no: )
16464 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16465 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16466 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16467 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16468 ac_header_preproc=yes
16469 ;;
16470 no:yes:* )
16471 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16472 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16473 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16474 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16475 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16476 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16477 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16478 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16479 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16480 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16481 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16482 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16483 (
16484 cat <<\_ASBOX
16485 ## ----------------------------------------- ##
16486 ## Report this to wx-dev@lists.wxwidgets.org ##
16487 ## ----------------------------------------- ##
16488 _ASBOX
16489 ) |
16490 sed "s/^/$as_me: WARNING: /" >&2
16491 ;;
16492 esac
16493 echo "$as_me:$LINENO: checking for $ac_header" >&5
16494 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16495 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16496 echo $ECHO_N "(cached) $ECHO_C" >&6
16497 else
16498 eval "$as_ac_Header=\$ac_header_preproc"
16499 fi
16500 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16501 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16502
16503 fi
16504 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16505 cat >>confdefs.h <<_ACEOF
16506 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16507 _ACEOF
16508
16509 fi
16510
16511 done
16512
16513
16514 case "${host}" in
16515 *-pc-os2_emx | *-pc-os2-emx )
16516 if test $ac_cv_header_langinfo_h = "yes" \
16517 -a \( "$wx_cv_gccversion" = "EMX2" \
16518 -o "$wx_cv_gccversion" = "EMX3" \
16519 -o "$wx_cv_gccversion" = "Innotek5" \); then
16520 LIBS="$LIBS -lintl"
16521 fi
16522 ;;
16523 esac
16524
16525
16526 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
16527 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
16528 if test "${ac_cv_c_const+set}" = set; then
16529 echo $ECHO_N "(cached) $ECHO_C" >&6
16530 else
16531 cat >conftest.$ac_ext <<_ACEOF
16532 /* confdefs.h. */
16533 _ACEOF
16534 cat confdefs.h >>conftest.$ac_ext
16535 cat >>conftest.$ac_ext <<_ACEOF
16536 /* end confdefs.h. */
16537
16538 int
16539 main ()
16540 {
16541 /* FIXME: Include the comments suggested by Paul. */
16542 #ifndef __cplusplus
16543 /* Ultrix mips cc rejects this. */
16544 typedef int charset[2];
16545 const charset x;
16546 /* SunOS 4.1.1 cc rejects this. */
16547 char const *const *ccp;
16548 char **p;
16549 /* NEC SVR4.0.2 mips cc rejects this. */
16550 struct point {int x, y;};
16551 static struct point const zero = {0,0};
16552 /* AIX XL C 1.02.0.0 rejects this.
16553 It does not let you subtract one const X* pointer from another in
16554 an arm of an if-expression whose if-part is not a constant
16555 expression */
16556 const char *g = "string";
16557 ccp = &g + (g ? g-g : 0);
16558 /* HPUX 7.0 cc rejects these. */
16559 ++ccp;
16560 p = (char**) ccp;
16561 ccp = (char const *const *) p;
16562 { /* SCO 3.2v4 cc rejects this. */
16563 char *t;
16564 char const *s = 0 ? (char *) 0 : (char const *) 0;
16565
16566 *t++ = 0;
16567 }
16568 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
16569 int x[] = {25, 17};
16570 const int *foo = &x[0];
16571 ++foo;
16572 }
16573 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
16574 typedef const int *iptr;
16575 iptr p = 0;
16576 ++p;
16577 }
16578 { /* AIX XL C 1.02.0.0 rejects this saying
16579 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
16580 struct s { int j; const int *ap[3]; };
16581 struct s *b; b->j = 5;
16582 }
16583 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
16584 const int foo = 10;
16585 }
16586 #endif
16587
16588 ;
16589 return 0;
16590 }
16591 _ACEOF
16592 rm -f conftest.$ac_objext
16593 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16594 (eval $ac_compile) 2>conftest.er1
16595 ac_status=$?
16596 grep -v '^ *+' conftest.er1 >conftest.err
16597 rm -f conftest.er1
16598 cat conftest.err >&5
16599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16600 (exit $ac_status); } &&
16601 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16603 (eval $ac_try) 2>&5
16604 ac_status=$?
16605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16606 (exit $ac_status); }; } &&
16607 { ac_try='test -s conftest.$ac_objext'
16608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16609 (eval $ac_try) 2>&5
16610 ac_status=$?
16611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16612 (exit $ac_status); }; }; then
16613 ac_cv_c_const=yes
16614 else
16615 echo "$as_me: failed program was:" >&5
16616 sed 's/^/| /' conftest.$ac_ext >&5
16617
16618 ac_cv_c_const=no
16619 fi
16620 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16621 fi
16622 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
16623 echo "${ECHO_T}$ac_cv_c_const" >&6
16624 if test $ac_cv_c_const = no; then
16625
16626 cat >>confdefs.h <<\_ACEOF
16627 #define const
16628 _ACEOF
16629
16630 fi
16631
16632 echo "$as_me:$LINENO: checking for inline" >&5
16633 echo $ECHO_N "checking for inline... $ECHO_C" >&6
16634 if test "${ac_cv_c_inline+set}" = set; then
16635 echo $ECHO_N "(cached) $ECHO_C" >&6
16636 else
16637 ac_cv_c_inline=no
16638 for ac_kw in inline __inline__ __inline; do
16639 cat >conftest.$ac_ext <<_ACEOF
16640 /* confdefs.h. */
16641 _ACEOF
16642 cat confdefs.h >>conftest.$ac_ext
16643 cat >>conftest.$ac_ext <<_ACEOF
16644 /* end confdefs.h. */
16645 #ifndef __cplusplus
16646 typedef int foo_t;
16647 static $ac_kw foo_t static_foo () {return 0; }
16648 $ac_kw foo_t foo () {return 0; }
16649 #endif
16650
16651 _ACEOF
16652 rm -f conftest.$ac_objext
16653 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16654 (eval $ac_compile) 2>conftest.er1
16655 ac_status=$?
16656 grep -v '^ *+' conftest.er1 >conftest.err
16657 rm -f conftest.er1
16658 cat conftest.err >&5
16659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16660 (exit $ac_status); } &&
16661 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16663 (eval $ac_try) 2>&5
16664 ac_status=$?
16665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16666 (exit $ac_status); }; } &&
16667 { ac_try='test -s conftest.$ac_objext'
16668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16669 (eval $ac_try) 2>&5
16670 ac_status=$?
16671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16672 (exit $ac_status); }; }; then
16673 ac_cv_c_inline=$ac_kw; break
16674 else
16675 echo "$as_me: failed program was:" >&5
16676 sed 's/^/| /' conftest.$ac_ext >&5
16677
16678 fi
16679 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16680 done
16681
16682 fi
16683 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
16684 echo "${ECHO_T}$ac_cv_c_inline" >&6
16685
16686
16687 case $ac_cv_c_inline in
16688 inline | yes) ;;
16689 *)
16690 case $ac_cv_c_inline in
16691 no) ac_val=;;
16692 *) ac_val=$ac_cv_c_inline;;
16693 esac
16694 cat >>confdefs.h <<_ACEOF
16695 #ifndef __cplusplus
16696 #define inline $ac_val
16697 #endif
16698 _ACEOF
16699 ;;
16700 esac
16701
16702
16703 echo "$as_me:$LINENO: checking for char" >&5
16704 echo $ECHO_N "checking for char... $ECHO_C" >&6
16705 if test "${ac_cv_type_char+set}" = set; then
16706 echo $ECHO_N "(cached) $ECHO_C" >&6
16707 else
16708 cat >conftest.$ac_ext <<_ACEOF
16709 /* confdefs.h. */
16710 _ACEOF
16711 cat confdefs.h >>conftest.$ac_ext
16712 cat >>conftest.$ac_ext <<_ACEOF
16713 /* end confdefs.h. */
16714 $ac_includes_default
16715 int
16716 main ()
16717 {
16718 if ((char *) 0)
16719 return 0;
16720 if (sizeof (char))
16721 return 0;
16722 ;
16723 return 0;
16724 }
16725 _ACEOF
16726 rm -f conftest.$ac_objext
16727 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16728 (eval $ac_compile) 2>conftest.er1
16729 ac_status=$?
16730 grep -v '^ *+' conftest.er1 >conftest.err
16731 rm -f conftest.er1
16732 cat conftest.err >&5
16733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16734 (exit $ac_status); } &&
16735 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16737 (eval $ac_try) 2>&5
16738 ac_status=$?
16739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16740 (exit $ac_status); }; } &&
16741 { ac_try='test -s conftest.$ac_objext'
16742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16743 (eval $ac_try) 2>&5
16744 ac_status=$?
16745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16746 (exit $ac_status); }; }; then
16747 ac_cv_type_char=yes
16748 else
16749 echo "$as_me: failed program was:" >&5
16750 sed 's/^/| /' conftest.$ac_ext >&5
16751
16752 ac_cv_type_char=no
16753 fi
16754 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16755 fi
16756 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
16757 echo "${ECHO_T}$ac_cv_type_char" >&6
16758
16759 echo "$as_me:$LINENO: checking size of char" >&5
16760 echo $ECHO_N "checking size of char... $ECHO_C" >&6
16761 if test "${ac_cv_sizeof_char+set}" = set; then
16762 echo $ECHO_N "(cached) $ECHO_C" >&6
16763 else
16764 if test "$ac_cv_type_char" = yes; then
16765 # The cast to unsigned long works around a bug in the HP C Compiler
16766 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16767 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16768 # This bug is HP SR number 8606223364.
16769 if test "$cross_compiling" = yes; then
16770 # Depending upon the size, compute the lo and hi bounds.
16771 cat >conftest.$ac_ext <<_ACEOF
16772 /* confdefs.h. */
16773 _ACEOF
16774 cat confdefs.h >>conftest.$ac_ext
16775 cat >>conftest.$ac_ext <<_ACEOF
16776 /* end confdefs.h. */
16777 $ac_includes_default
16778 int
16779 main ()
16780 {
16781 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
16782 test_array [0] = 0
16783
16784 ;
16785 return 0;
16786 }
16787 _ACEOF
16788 rm -f conftest.$ac_objext
16789 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16790 (eval $ac_compile) 2>conftest.er1
16791 ac_status=$?
16792 grep -v '^ *+' conftest.er1 >conftest.err
16793 rm -f conftest.er1
16794 cat conftest.err >&5
16795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16796 (exit $ac_status); } &&
16797 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16799 (eval $ac_try) 2>&5
16800 ac_status=$?
16801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16802 (exit $ac_status); }; } &&
16803 { ac_try='test -s conftest.$ac_objext'
16804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16805 (eval $ac_try) 2>&5
16806 ac_status=$?
16807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16808 (exit $ac_status); }; }; then
16809 ac_lo=0 ac_mid=0
16810 while :; do
16811 cat >conftest.$ac_ext <<_ACEOF
16812 /* confdefs.h. */
16813 _ACEOF
16814 cat confdefs.h >>conftest.$ac_ext
16815 cat >>conftest.$ac_ext <<_ACEOF
16816 /* end confdefs.h. */
16817 $ac_includes_default
16818 int
16819 main ()
16820 {
16821 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
16822 test_array [0] = 0
16823
16824 ;
16825 return 0;
16826 }
16827 _ACEOF
16828 rm -f conftest.$ac_objext
16829 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16830 (eval $ac_compile) 2>conftest.er1
16831 ac_status=$?
16832 grep -v '^ *+' conftest.er1 >conftest.err
16833 rm -f conftest.er1
16834 cat conftest.err >&5
16835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16836 (exit $ac_status); } &&
16837 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16839 (eval $ac_try) 2>&5
16840 ac_status=$?
16841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16842 (exit $ac_status); }; } &&
16843 { ac_try='test -s conftest.$ac_objext'
16844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16845 (eval $ac_try) 2>&5
16846 ac_status=$?
16847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16848 (exit $ac_status); }; }; then
16849 ac_hi=$ac_mid; break
16850 else
16851 echo "$as_me: failed program was:" >&5
16852 sed 's/^/| /' conftest.$ac_ext >&5
16853
16854 ac_lo=`expr $ac_mid + 1`
16855 if test $ac_lo -le $ac_mid; then
16856 ac_lo= ac_hi=
16857 break
16858 fi
16859 ac_mid=`expr 2 '*' $ac_mid + 1`
16860 fi
16861 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16862 done
16863 else
16864 echo "$as_me: failed program was:" >&5
16865 sed 's/^/| /' conftest.$ac_ext >&5
16866
16867 cat >conftest.$ac_ext <<_ACEOF
16868 /* confdefs.h. */
16869 _ACEOF
16870 cat confdefs.h >>conftest.$ac_ext
16871 cat >>conftest.$ac_ext <<_ACEOF
16872 /* end confdefs.h. */
16873 $ac_includes_default
16874 int
16875 main ()
16876 {
16877 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
16878 test_array [0] = 0
16879
16880 ;
16881 return 0;
16882 }
16883 _ACEOF
16884 rm -f conftest.$ac_objext
16885 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16886 (eval $ac_compile) 2>conftest.er1
16887 ac_status=$?
16888 grep -v '^ *+' conftest.er1 >conftest.err
16889 rm -f conftest.er1
16890 cat conftest.err >&5
16891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16892 (exit $ac_status); } &&
16893 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16895 (eval $ac_try) 2>&5
16896 ac_status=$?
16897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16898 (exit $ac_status); }; } &&
16899 { ac_try='test -s conftest.$ac_objext'
16900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16901 (eval $ac_try) 2>&5
16902 ac_status=$?
16903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16904 (exit $ac_status); }; }; then
16905 ac_hi=-1 ac_mid=-1
16906 while :; do
16907 cat >conftest.$ac_ext <<_ACEOF
16908 /* confdefs.h. */
16909 _ACEOF
16910 cat confdefs.h >>conftest.$ac_ext
16911 cat >>conftest.$ac_ext <<_ACEOF
16912 /* end confdefs.h. */
16913 $ac_includes_default
16914 int
16915 main ()
16916 {
16917 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
16918 test_array [0] = 0
16919
16920 ;
16921 return 0;
16922 }
16923 _ACEOF
16924 rm -f conftest.$ac_objext
16925 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16926 (eval $ac_compile) 2>conftest.er1
16927 ac_status=$?
16928 grep -v '^ *+' conftest.er1 >conftest.err
16929 rm -f conftest.er1
16930 cat conftest.err >&5
16931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16932 (exit $ac_status); } &&
16933 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16935 (eval $ac_try) 2>&5
16936 ac_status=$?
16937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16938 (exit $ac_status); }; } &&
16939 { ac_try='test -s conftest.$ac_objext'
16940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16941 (eval $ac_try) 2>&5
16942 ac_status=$?
16943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16944 (exit $ac_status); }; }; then
16945 ac_lo=$ac_mid; break
16946 else
16947 echo "$as_me: failed program was:" >&5
16948 sed 's/^/| /' conftest.$ac_ext >&5
16949
16950 ac_hi=`expr '(' $ac_mid ')' - 1`
16951 if test $ac_mid -le $ac_hi; then
16952 ac_lo= ac_hi=
16953 break
16954 fi
16955 ac_mid=`expr 2 '*' $ac_mid`
16956 fi
16957 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16958 done
16959 else
16960 echo "$as_me: failed program was:" >&5
16961 sed 's/^/| /' conftest.$ac_ext >&5
16962
16963 ac_lo= ac_hi=
16964 fi
16965 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16966 fi
16967 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16968 # Binary search between lo and hi bounds.
16969 while test "x$ac_lo" != "x$ac_hi"; do
16970 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16971 cat >conftest.$ac_ext <<_ACEOF
16972 /* confdefs.h. */
16973 _ACEOF
16974 cat confdefs.h >>conftest.$ac_ext
16975 cat >>conftest.$ac_ext <<_ACEOF
16976 /* end confdefs.h. */
16977 $ac_includes_default
16978 int
16979 main ()
16980 {
16981 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
16982 test_array [0] = 0
16983
16984 ;
16985 return 0;
16986 }
16987 _ACEOF
16988 rm -f conftest.$ac_objext
16989 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16990 (eval $ac_compile) 2>conftest.er1
16991 ac_status=$?
16992 grep -v '^ *+' conftest.er1 >conftest.err
16993 rm -f conftest.er1
16994 cat conftest.err >&5
16995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16996 (exit $ac_status); } &&
16997 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16999 (eval $ac_try) 2>&5
17000 ac_status=$?
17001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17002 (exit $ac_status); }; } &&
17003 { ac_try='test -s conftest.$ac_objext'
17004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17005 (eval $ac_try) 2>&5
17006 ac_status=$?
17007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17008 (exit $ac_status); }; }; then
17009 ac_hi=$ac_mid
17010 else
17011 echo "$as_me: failed program was:" >&5
17012 sed 's/^/| /' conftest.$ac_ext >&5
17013
17014 ac_lo=`expr '(' $ac_mid ')' + 1`
17015 fi
17016 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17017 done
17018 case $ac_lo in
17019 ?*) ac_cv_sizeof_char=$ac_lo;;
17020 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
17021 See \`config.log' for more details." >&5
17022 echo "$as_me: error: cannot compute sizeof (char), 77
17023 See \`config.log' for more details." >&2;}
17024 { (exit 1); exit 1; }; } ;;
17025 esac
17026 else
17027 if test "$cross_compiling" = yes; then
17028 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17029 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17030 { (exit 1); exit 1; }; }
17031 else
17032 cat >conftest.$ac_ext <<_ACEOF
17033 /* confdefs.h. */
17034 _ACEOF
17035 cat confdefs.h >>conftest.$ac_ext
17036 cat >>conftest.$ac_ext <<_ACEOF
17037 /* end confdefs.h. */
17038 $ac_includes_default
17039 long longval () { return (long) (sizeof (char)); }
17040 unsigned long ulongval () { return (long) (sizeof (char)); }
17041 #include <stdio.h>
17042 #include <stdlib.h>
17043 int
17044 main ()
17045 {
17046
17047 FILE *f = fopen ("conftest.val", "w");
17048 if (! f)
17049 exit (1);
17050 if (((long) (sizeof (char))) < 0)
17051 {
17052 long i = longval ();
17053 if (i != ((long) (sizeof (char))))
17054 exit (1);
17055 fprintf (f, "%ld\n", i);
17056 }
17057 else
17058 {
17059 unsigned long i = ulongval ();
17060 if (i != ((long) (sizeof (char))))
17061 exit (1);
17062 fprintf (f, "%lu\n", i);
17063 }
17064 exit (ferror (f) || fclose (f) != 0);
17065
17066 ;
17067 return 0;
17068 }
17069 _ACEOF
17070 rm -f conftest$ac_exeext
17071 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17072 (eval $ac_link) 2>&5
17073 ac_status=$?
17074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17075 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17077 (eval $ac_try) 2>&5
17078 ac_status=$?
17079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17080 (exit $ac_status); }; }; then
17081 ac_cv_sizeof_char=`cat conftest.val`
17082 else
17083 echo "$as_me: program exited with status $ac_status" >&5
17084 echo "$as_me: failed program was:" >&5
17085 sed 's/^/| /' conftest.$ac_ext >&5
17086
17087 ( exit $ac_status )
17088 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
17089 See \`config.log' for more details." >&5
17090 echo "$as_me: error: cannot compute sizeof (char), 77
17091 See \`config.log' for more details." >&2;}
17092 { (exit 1); exit 1; }; }
17093 fi
17094 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17095 fi
17096 fi
17097 rm -f conftest.val
17098 else
17099 ac_cv_sizeof_char=0
17100 fi
17101 fi
17102 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
17103 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
17104 cat >>confdefs.h <<_ACEOF
17105 #define SIZEOF_CHAR $ac_cv_sizeof_char
17106 _ACEOF
17107
17108
17109 echo "$as_me:$LINENO: checking for short" >&5
17110 echo $ECHO_N "checking for short... $ECHO_C" >&6
17111 if test "${ac_cv_type_short+set}" = set; then
17112 echo $ECHO_N "(cached) $ECHO_C" >&6
17113 else
17114 cat >conftest.$ac_ext <<_ACEOF
17115 /* confdefs.h. */
17116 _ACEOF
17117 cat confdefs.h >>conftest.$ac_ext
17118 cat >>conftest.$ac_ext <<_ACEOF
17119 /* end confdefs.h. */
17120 $ac_includes_default
17121 int
17122 main ()
17123 {
17124 if ((short *) 0)
17125 return 0;
17126 if (sizeof (short))
17127 return 0;
17128 ;
17129 return 0;
17130 }
17131 _ACEOF
17132 rm -f conftest.$ac_objext
17133 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17134 (eval $ac_compile) 2>conftest.er1
17135 ac_status=$?
17136 grep -v '^ *+' conftest.er1 >conftest.err
17137 rm -f conftest.er1
17138 cat conftest.err >&5
17139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17140 (exit $ac_status); } &&
17141 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17143 (eval $ac_try) 2>&5
17144 ac_status=$?
17145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17146 (exit $ac_status); }; } &&
17147 { ac_try='test -s conftest.$ac_objext'
17148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17149 (eval $ac_try) 2>&5
17150 ac_status=$?
17151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17152 (exit $ac_status); }; }; then
17153 ac_cv_type_short=yes
17154 else
17155 echo "$as_me: failed program was:" >&5
17156 sed 's/^/| /' conftest.$ac_ext >&5
17157
17158 ac_cv_type_short=no
17159 fi
17160 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17161 fi
17162 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
17163 echo "${ECHO_T}$ac_cv_type_short" >&6
17164
17165 echo "$as_me:$LINENO: checking size of short" >&5
17166 echo $ECHO_N "checking size of short... $ECHO_C" >&6
17167 if test "${ac_cv_sizeof_short+set}" = set; then
17168 echo $ECHO_N "(cached) $ECHO_C" >&6
17169 else
17170 if test "$ac_cv_type_short" = yes; then
17171 # The cast to unsigned long works around a bug in the HP C Compiler
17172 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17173 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17174 # This bug is HP SR number 8606223364.
17175 if test "$cross_compiling" = yes; then
17176 # Depending upon the size, compute the lo and hi bounds.
17177 cat >conftest.$ac_ext <<_ACEOF
17178 /* confdefs.h. */
17179 _ACEOF
17180 cat confdefs.h >>conftest.$ac_ext
17181 cat >>conftest.$ac_ext <<_ACEOF
17182 /* end confdefs.h. */
17183 $ac_includes_default
17184 int
17185 main ()
17186 {
17187 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
17188 test_array [0] = 0
17189
17190 ;
17191 return 0;
17192 }
17193 _ACEOF
17194 rm -f conftest.$ac_objext
17195 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17196 (eval $ac_compile) 2>conftest.er1
17197 ac_status=$?
17198 grep -v '^ *+' conftest.er1 >conftest.err
17199 rm -f conftest.er1
17200 cat conftest.err >&5
17201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17202 (exit $ac_status); } &&
17203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17205 (eval $ac_try) 2>&5
17206 ac_status=$?
17207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17208 (exit $ac_status); }; } &&
17209 { ac_try='test -s conftest.$ac_objext'
17210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17211 (eval $ac_try) 2>&5
17212 ac_status=$?
17213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17214 (exit $ac_status); }; }; then
17215 ac_lo=0 ac_mid=0
17216 while :; do
17217 cat >conftest.$ac_ext <<_ACEOF
17218 /* confdefs.h. */
17219 _ACEOF
17220 cat confdefs.h >>conftest.$ac_ext
17221 cat >>conftest.$ac_ext <<_ACEOF
17222 /* end confdefs.h. */
17223 $ac_includes_default
17224 int
17225 main ()
17226 {
17227 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
17228 test_array [0] = 0
17229
17230 ;
17231 return 0;
17232 }
17233 _ACEOF
17234 rm -f conftest.$ac_objext
17235 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17236 (eval $ac_compile) 2>conftest.er1
17237 ac_status=$?
17238 grep -v '^ *+' conftest.er1 >conftest.err
17239 rm -f conftest.er1
17240 cat conftest.err >&5
17241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17242 (exit $ac_status); } &&
17243 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17245 (eval $ac_try) 2>&5
17246 ac_status=$?
17247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17248 (exit $ac_status); }; } &&
17249 { ac_try='test -s conftest.$ac_objext'
17250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17251 (eval $ac_try) 2>&5
17252 ac_status=$?
17253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17254 (exit $ac_status); }; }; then
17255 ac_hi=$ac_mid; break
17256 else
17257 echo "$as_me: failed program was:" >&5
17258 sed 's/^/| /' conftest.$ac_ext >&5
17259
17260 ac_lo=`expr $ac_mid + 1`
17261 if test $ac_lo -le $ac_mid; then
17262 ac_lo= ac_hi=
17263 break
17264 fi
17265 ac_mid=`expr 2 '*' $ac_mid + 1`
17266 fi
17267 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17268 done
17269 else
17270 echo "$as_me: failed program was:" >&5
17271 sed 's/^/| /' conftest.$ac_ext >&5
17272
17273 cat >conftest.$ac_ext <<_ACEOF
17274 /* confdefs.h. */
17275 _ACEOF
17276 cat confdefs.h >>conftest.$ac_ext
17277 cat >>conftest.$ac_ext <<_ACEOF
17278 /* end confdefs.h. */
17279 $ac_includes_default
17280 int
17281 main ()
17282 {
17283 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
17284 test_array [0] = 0
17285
17286 ;
17287 return 0;
17288 }
17289 _ACEOF
17290 rm -f conftest.$ac_objext
17291 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17292 (eval $ac_compile) 2>conftest.er1
17293 ac_status=$?
17294 grep -v '^ *+' conftest.er1 >conftest.err
17295 rm -f conftest.er1
17296 cat conftest.err >&5
17297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17298 (exit $ac_status); } &&
17299 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17301 (eval $ac_try) 2>&5
17302 ac_status=$?
17303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17304 (exit $ac_status); }; } &&
17305 { ac_try='test -s conftest.$ac_objext'
17306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17307 (eval $ac_try) 2>&5
17308 ac_status=$?
17309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17310 (exit $ac_status); }; }; then
17311 ac_hi=-1 ac_mid=-1
17312 while :; do
17313 cat >conftest.$ac_ext <<_ACEOF
17314 /* confdefs.h. */
17315 _ACEOF
17316 cat confdefs.h >>conftest.$ac_ext
17317 cat >>conftest.$ac_ext <<_ACEOF
17318 /* end confdefs.h. */
17319 $ac_includes_default
17320 int
17321 main ()
17322 {
17323 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
17324 test_array [0] = 0
17325
17326 ;
17327 return 0;
17328 }
17329 _ACEOF
17330 rm -f conftest.$ac_objext
17331 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17332 (eval $ac_compile) 2>conftest.er1
17333 ac_status=$?
17334 grep -v '^ *+' conftest.er1 >conftest.err
17335 rm -f conftest.er1
17336 cat conftest.err >&5
17337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17338 (exit $ac_status); } &&
17339 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17341 (eval $ac_try) 2>&5
17342 ac_status=$?
17343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17344 (exit $ac_status); }; } &&
17345 { ac_try='test -s conftest.$ac_objext'
17346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17347 (eval $ac_try) 2>&5
17348 ac_status=$?
17349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17350 (exit $ac_status); }; }; then
17351 ac_lo=$ac_mid; break
17352 else
17353 echo "$as_me: failed program was:" >&5
17354 sed 's/^/| /' conftest.$ac_ext >&5
17355
17356 ac_hi=`expr '(' $ac_mid ')' - 1`
17357 if test $ac_mid -le $ac_hi; then
17358 ac_lo= ac_hi=
17359 break
17360 fi
17361 ac_mid=`expr 2 '*' $ac_mid`
17362 fi
17363 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17364 done
17365 else
17366 echo "$as_me: failed program was:" >&5
17367 sed 's/^/| /' conftest.$ac_ext >&5
17368
17369 ac_lo= ac_hi=
17370 fi
17371 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17372 fi
17373 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17374 # Binary search between lo and hi bounds.
17375 while test "x$ac_lo" != "x$ac_hi"; do
17376 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17377 cat >conftest.$ac_ext <<_ACEOF
17378 /* confdefs.h. */
17379 _ACEOF
17380 cat confdefs.h >>conftest.$ac_ext
17381 cat >>conftest.$ac_ext <<_ACEOF
17382 /* end confdefs.h. */
17383 $ac_includes_default
17384 int
17385 main ()
17386 {
17387 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
17388 test_array [0] = 0
17389
17390 ;
17391 return 0;
17392 }
17393 _ACEOF
17394 rm -f conftest.$ac_objext
17395 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17396 (eval $ac_compile) 2>conftest.er1
17397 ac_status=$?
17398 grep -v '^ *+' conftest.er1 >conftest.err
17399 rm -f conftest.er1
17400 cat conftest.err >&5
17401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17402 (exit $ac_status); } &&
17403 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17405 (eval $ac_try) 2>&5
17406 ac_status=$?
17407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17408 (exit $ac_status); }; } &&
17409 { ac_try='test -s conftest.$ac_objext'
17410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17411 (eval $ac_try) 2>&5
17412 ac_status=$?
17413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17414 (exit $ac_status); }; }; then
17415 ac_hi=$ac_mid
17416 else
17417 echo "$as_me: failed program was:" >&5
17418 sed 's/^/| /' conftest.$ac_ext >&5
17419
17420 ac_lo=`expr '(' $ac_mid ')' + 1`
17421 fi
17422 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17423 done
17424 case $ac_lo in
17425 ?*) ac_cv_sizeof_short=$ac_lo;;
17426 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
17427 See \`config.log' for more details." >&5
17428 echo "$as_me: error: cannot compute sizeof (short), 77
17429 See \`config.log' for more details." >&2;}
17430 { (exit 1); exit 1; }; } ;;
17431 esac
17432 else
17433 if test "$cross_compiling" = yes; then
17434 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17435 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17436 { (exit 1); exit 1; }; }
17437 else
17438 cat >conftest.$ac_ext <<_ACEOF
17439 /* confdefs.h. */
17440 _ACEOF
17441 cat confdefs.h >>conftest.$ac_ext
17442 cat >>conftest.$ac_ext <<_ACEOF
17443 /* end confdefs.h. */
17444 $ac_includes_default
17445 long longval () { return (long) (sizeof (short)); }
17446 unsigned long ulongval () { return (long) (sizeof (short)); }
17447 #include <stdio.h>
17448 #include <stdlib.h>
17449 int
17450 main ()
17451 {
17452
17453 FILE *f = fopen ("conftest.val", "w");
17454 if (! f)
17455 exit (1);
17456 if (((long) (sizeof (short))) < 0)
17457 {
17458 long i = longval ();
17459 if (i != ((long) (sizeof (short))))
17460 exit (1);
17461 fprintf (f, "%ld\n", i);
17462 }
17463 else
17464 {
17465 unsigned long i = ulongval ();
17466 if (i != ((long) (sizeof (short))))
17467 exit (1);
17468 fprintf (f, "%lu\n", i);
17469 }
17470 exit (ferror (f) || fclose (f) != 0);
17471
17472 ;
17473 return 0;
17474 }
17475 _ACEOF
17476 rm -f conftest$ac_exeext
17477 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17478 (eval $ac_link) 2>&5
17479 ac_status=$?
17480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17481 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17483 (eval $ac_try) 2>&5
17484 ac_status=$?
17485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17486 (exit $ac_status); }; }; then
17487 ac_cv_sizeof_short=`cat conftest.val`
17488 else
17489 echo "$as_me: program exited with status $ac_status" >&5
17490 echo "$as_me: failed program was:" >&5
17491 sed 's/^/| /' conftest.$ac_ext >&5
17492
17493 ( exit $ac_status )
17494 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
17495 See \`config.log' for more details." >&5
17496 echo "$as_me: error: cannot compute sizeof (short), 77
17497 See \`config.log' for more details." >&2;}
17498 { (exit 1); exit 1; }; }
17499 fi
17500 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17501 fi
17502 fi
17503 rm -f conftest.val
17504 else
17505 ac_cv_sizeof_short=0
17506 fi
17507 fi
17508 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
17509 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
17510 cat >>confdefs.h <<_ACEOF
17511 #define SIZEOF_SHORT $ac_cv_sizeof_short
17512 _ACEOF
17513
17514
17515 echo "$as_me:$LINENO: checking for void *" >&5
17516 echo $ECHO_N "checking for void *... $ECHO_C" >&6
17517 if test "${ac_cv_type_void_p+set}" = set; then
17518 echo $ECHO_N "(cached) $ECHO_C" >&6
17519 else
17520 cat >conftest.$ac_ext <<_ACEOF
17521 /* confdefs.h. */
17522 _ACEOF
17523 cat confdefs.h >>conftest.$ac_ext
17524 cat >>conftest.$ac_ext <<_ACEOF
17525 /* end confdefs.h. */
17526 $ac_includes_default
17527 int
17528 main ()
17529 {
17530 if ((void * *) 0)
17531 return 0;
17532 if (sizeof (void *))
17533 return 0;
17534 ;
17535 return 0;
17536 }
17537 _ACEOF
17538 rm -f conftest.$ac_objext
17539 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17540 (eval $ac_compile) 2>conftest.er1
17541 ac_status=$?
17542 grep -v '^ *+' conftest.er1 >conftest.err
17543 rm -f conftest.er1
17544 cat conftest.err >&5
17545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17546 (exit $ac_status); } &&
17547 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17549 (eval $ac_try) 2>&5
17550 ac_status=$?
17551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17552 (exit $ac_status); }; } &&
17553 { ac_try='test -s conftest.$ac_objext'
17554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17555 (eval $ac_try) 2>&5
17556 ac_status=$?
17557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17558 (exit $ac_status); }; }; then
17559 ac_cv_type_void_p=yes
17560 else
17561 echo "$as_me: failed program was:" >&5
17562 sed 's/^/| /' conftest.$ac_ext >&5
17563
17564 ac_cv_type_void_p=no
17565 fi
17566 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17567 fi
17568 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
17569 echo "${ECHO_T}$ac_cv_type_void_p" >&6
17570
17571 echo "$as_me:$LINENO: checking size of void *" >&5
17572 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
17573 if test "${ac_cv_sizeof_void_p+set}" = set; then
17574 echo $ECHO_N "(cached) $ECHO_C" >&6
17575 else
17576 if test "$ac_cv_type_void_p" = yes; then
17577 # The cast to unsigned long works around a bug in the HP C Compiler
17578 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17579 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17580 # This bug is HP SR number 8606223364.
17581 if test "$cross_compiling" = yes; then
17582 # Depending upon the size, compute the lo and hi bounds.
17583 cat >conftest.$ac_ext <<_ACEOF
17584 /* confdefs.h. */
17585 _ACEOF
17586 cat confdefs.h >>conftest.$ac_ext
17587 cat >>conftest.$ac_ext <<_ACEOF
17588 /* end confdefs.h. */
17589 $ac_includes_default
17590 int
17591 main ()
17592 {
17593 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
17594 test_array [0] = 0
17595
17596 ;
17597 return 0;
17598 }
17599 _ACEOF
17600 rm -f conftest.$ac_objext
17601 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17602 (eval $ac_compile) 2>conftest.er1
17603 ac_status=$?
17604 grep -v '^ *+' conftest.er1 >conftest.err
17605 rm -f conftest.er1
17606 cat conftest.err >&5
17607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17608 (exit $ac_status); } &&
17609 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17611 (eval $ac_try) 2>&5
17612 ac_status=$?
17613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17614 (exit $ac_status); }; } &&
17615 { ac_try='test -s conftest.$ac_objext'
17616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17617 (eval $ac_try) 2>&5
17618 ac_status=$?
17619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17620 (exit $ac_status); }; }; then
17621 ac_lo=0 ac_mid=0
17622 while :; do
17623 cat >conftest.$ac_ext <<_ACEOF
17624 /* confdefs.h. */
17625 _ACEOF
17626 cat confdefs.h >>conftest.$ac_ext
17627 cat >>conftest.$ac_ext <<_ACEOF
17628 /* end confdefs.h. */
17629 $ac_includes_default
17630 int
17631 main ()
17632 {
17633 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
17634 test_array [0] = 0
17635
17636 ;
17637 return 0;
17638 }
17639 _ACEOF
17640 rm -f conftest.$ac_objext
17641 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17642 (eval $ac_compile) 2>conftest.er1
17643 ac_status=$?
17644 grep -v '^ *+' conftest.er1 >conftest.err
17645 rm -f conftest.er1
17646 cat conftest.err >&5
17647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17648 (exit $ac_status); } &&
17649 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17651 (eval $ac_try) 2>&5
17652 ac_status=$?
17653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17654 (exit $ac_status); }; } &&
17655 { ac_try='test -s conftest.$ac_objext'
17656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17657 (eval $ac_try) 2>&5
17658 ac_status=$?
17659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17660 (exit $ac_status); }; }; then
17661 ac_hi=$ac_mid; break
17662 else
17663 echo "$as_me: failed program was:" >&5
17664 sed 's/^/| /' conftest.$ac_ext >&5
17665
17666 ac_lo=`expr $ac_mid + 1`
17667 if test $ac_lo -le $ac_mid; then
17668 ac_lo= ac_hi=
17669 break
17670 fi
17671 ac_mid=`expr 2 '*' $ac_mid + 1`
17672 fi
17673 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17674 done
17675 else
17676 echo "$as_me: failed program was:" >&5
17677 sed 's/^/| /' conftest.$ac_ext >&5
17678
17679 cat >conftest.$ac_ext <<_ACEOF
17680 /* confdefs.h. */
17681 _ACEOF
17682 cat confdefs.h >>conftest.$ac_ext
17683 cat >>conftest.$ac_ext <<_ACEOF
17684 /* end confdefs.h. */
17685 $ac_includes_default
17686 int
17687 main ()
17688 {
17689 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
17690 test_array [0] = 0
17691
17692 ;
17693 return 0;
17694 }
17695 _ACEOF
17696 rm -f conftest.$ac_objext
17697 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17698 (eval $ac_compile) 2>conftest.er1
17699 ac_status=$?
17700 grep -v '^ *+' conftest.er1 >conftest.err
17701 rm -f conftest.er1
17702 cat conftest.err >&5
17703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17704 (exit $ac_status); } &&
17705 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17707 (eval $ac_try) 2>&5
17708 ac_status=$?
17709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17710 (exit $ac_status); }; } &&
17711 { ac_try='test -s conftest.$ac_objext'
17712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17713 (eval $ac_try) 2>&5
17714 ac_status=$?
17715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17716 (exit $ac_status); }; }; then
17717 ac_hi=-1 ac_mid=-1
17718 while :; do
17719 cat >conftest.$ac_ext <<_ACEOF
17720 /* confdefs.h. */
17721 _ACEOF
17722 cat confdefs.h >>conftest.$ac_ext
17723 cat >>conftest.$ac_ext <<_ACEOF
17724 /* end confdefs.h. */
17725 $ac_includes_default
17726 int
17727 main ()
17728 {
17729 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
17730 test_array [0] = 0
17731
17732 ;
17733 return 0;
17734 }
17735 _ACEOF
17736 rm -f conftest.$ac_objext
17737 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17738 (eval $ac_compile) 2>conftest.er1
17739 ac_status=$?
17740 grep -v '^ *+' conftest.er1 >conftest.err
17741 rm -f conftest.er1
17742 cat conftest.err >&5
17743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17744 (exit $ac_status); } &&
17745 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17747 (eval $ac_try) 2>&5
17748 ac_status=$?
17749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17750 (exit $ac_status); }; } &&
17751 { ac_try='test -s conftest.$ac_objext'
17752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17753 (eval $ac_try) 2>&5
17754 ac_status=$?
17755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17756 (exit $ac_status); }; }; then
17757 ac_lo=$ac_mid; break
17758 else
17759 echo "$as_me: failed program was:" >&5
17760 sed 's/^/| /' conftest.$ac_ext >&5
17761
17762 ac_hi=`expr '(' $ac_mid ')' - 1`
17763 if test $ac_mid -le $ac_hi; then
17764 ac_lo= ac_hi=
17765 break
17766 fi
17767 ac_mid=`expr 2 '*' $ac_mid`
17768 fi
17769 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17770 done
17771 else
17772 echo "$as_me: failed program was:" >&5
17773 sed 's/^/| /' conftest.$ac_ext >&5
17774
17775 ac_lo= ac_hi=
17776 fi
17777 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17778 fi
17779 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17780 # Binary search between lo and hi bounds.
17781 while test "x$ac_lo" != "x$ac_hi"; do
17782 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17783 cat >conftest.$ac_ext <<_ACEOF
17784 /* confdefs.h. */
17785 _ACEOF
17786 cat confdefs.h >>conftest.$ac_ext
17787 cat >>conftest.$ac_ext <<_ACEOF
17788 /* end confdefs.h. */
17789 $ac_includes_default
17790 int
17791 main ()
17792 {
17793 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
17794 test_array [0] = 0
17795
17796 ;
17797 return 0;
17798 }
17799 _ACEOF
17800 rm -f conftest.$ac_objext
17801 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17802 (eval $ac_compile) 2>conftest.er1
17803 ac_status=$?
17804 grep -v '^ *+' conftest.er1 >conftest.err
17805 rm -f conftest.er1
17806 cat conftest.err >&5
17807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17808 (exit $ac_status); } &&
17809 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17811 (eval $ac_try) 2>&5
17812 ac_status=$?
17813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17814 (exit $ac_status); }; } &&
17815 { ac_try='test -s conftest.$ac_objext'
17816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17817 (eval $ac_try) 2>&5
17818 ac_status=$?
17819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17820 (exit $ac_status); }; }; then
17821 ac_hi=$ac_mid
17822 else
17823 echo "$as_me: failed program was:" >&5
17824 sed 's/^/| /' conftest.$ac_ext >&5
17825
17826 ac_lo=`expr '(' $ac_mid ')' + 1`
17827 fi
17828 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17829 done
17830 case $ac_lo in
17831 ?*) ac_cv_sizeof_void_p=$ac_lo;;
17832 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
17833 See \`config.log' for more details." >&5
17834 echo "$as_me: error: cannot compute sizeof (void *), 77
17835 See \`config.log' for more details." >&2;}
17836 { (exit 1); exit 1; }; } ;;
17837 esac
17838 else
17839 if test "$cross_compiling" = yes; then
17840 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17841 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17842 { (exit 1); exit 1; }; }
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 long longval () { return (long) (sizeof (void *)); }
17852 unsigned long ulongval () { return (long) (sizeof (void *)); }
17853 #include <stdio.h>
17854 #include <stdlib.h>
17855 int
17856 main ()
17857 {
17858
17859 FILE *f = fopen ("conftest.val", "w");
17860 if (! f)
17861 exit (1);
17862 if (((long) (sizeof (void *))) < 0)
17863 {
17864 long i = longval ();
17865 if (i != ((long) (sizeof (void *))))
17866 exit (1);
17867 fprintf (f, "%ld\n", i);
17868 }
17869 else
17870 {
17871 unsigned long i = ulongval ();
17872 if (i != ((long) (sizeof (void *))))
17873 exit (1);
17874 fprintf (f, "%lu\n", i);
17875 }
17876 exit (ferror (f) || fclose (f) != 0);
17877
17878 ;
17879 return 0;
17880 }
17881 _ACEOF
17882 rm -f conftest$ac_exeext
17883 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17884 (eval $ac_link) 2>&5
17885 ac_status=$?
17886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17887 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17889 (eval $ac_try) 2>&5
17890 ac_status=$?
17891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17892 (exit $ac_status); }; }; then
17893 ac_cv_sizeof_void_p=`cat conftest.val`
17894 else
17895 echo "$as_me: program exited with status $ac_status" >&5
17896 echo "$as_me: failed program was:" >&5
17897 sed 's/^/| /' conftest.$ac_ext >&5
17898
17899 ( exit $ac_status )
17900 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
17901 See \`config.log' for more details." >&5
17902 echo "$as_me: error: cannot compute sizeof (void *), 77
17903 See \`config.log' for more details." >&2;}
17904 { (exit 1); exit 1; }; }
17905 fi
17906 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17907 fi
17908 fi
17909 rm -f conftest.val
17910 else
17911 ac_cv_sizeof_void_p=0
17912 fi
17913 fi
17914 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
17915 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
17916 cat >>confdefs.h <<_ACEOF
17917 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
17918 _ACEOF
17919
17920
17921 echo "$as_me:$LINENO: checking for int" >&5
17922 echo $ECHO_N "checking for int... $ECHO_C" >&6
17923 if test "${ac_cv_type_int+set}" = set; then
17924 echo $ECHO_N "(cached) $ECHO_C" >&6
17925 else
17926 cat >conftest.$ac_ext <<_ACEOF
17927 /* confdefs.h. */
17928 _ACEOF
17929 cat confdefs.h >>conftest.$ac_ext
17930 cat >>conftest.$ac_ext <<_ACEOF
17931 /* end confdefs.h. */
17932 $ac_includes_default
17933 int
17934 main ()
17935 {
17936 if ((int *) 0)
17937 return 0;
17938 if (sizeof (int))
17939 return 0;
17940 ;
17941 return 0;
17942 }
17943 _ACEOF
17944 rm -f conftest.$ac_objext
17945 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17946 (eval $ac_compile) 2>conftest.er1
17947 ac_status=$?
17948 grep -v '^ *+' conftest.er1 >conftest.err
17949 rm -f conftest.er1
17950 cat conftest.err >&5
17951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17952 (exit $ac_status); } &&
17953 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17955 (eval $ac_try) 2>&5
17956 ac_status=$?
17957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17958 (exit $ac_status); }; } &&
17959 { ac_try='test -s conftest.$ac_objext'
17960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17961 (eval $ac_try) 2>&5
17962 ac_status=$?
17963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17964 (exit $ac_status); }; }; then
17965 ac_cv_type_int=yes
17966 else
17967 echo "$as_me: failed program was:" >&5
17968 sed 's/^/| /' conftest.$ac_ext >&5
17969
17970 ac_cv_type_int=no
17971 fi
17972 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17973 fi
17974 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
17975 echo "${ECHO_T}$ac_cv_type_int" >&6
17976
17977 echo "$as_me:$LINENO: checking size of int" >&5
17978 echo $ECHO_N "checking size of int... $ECHO_C" >&6
17979 if test "${ac_cv_sizeof_int+set}" = set; then
17980 echo $ECHO_N "(cached) $ECHO_C" >&6
17981 else
17982 if test "$ac_cv_type_int" = yes; then
17983 # The cast to unsigned long works around a bug in the HP C Compiler
17984 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17985 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17986 # This bug is HP SR number 8606223364.
17987 if test "$cross_compiling" = yes; then
17988 # Depending upon the size, compute the lo and hi bounds.
17989 cat >conftest.$ac_ext <<_ACEOF
17990 /* confdefs.h. */
17991 _ACEOF
17992 cat confdefs.h >>conftest.$ac_ext
17993 cat >>conftest.$ac_ext <<_ACEOF
17994 /* end confdefs.h. */
17995 $ac_includes_default
17996 int
17997 main ()
17998 {
17999 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
18000 test_array [0] = 0
18001
18002 ;
18003 return 0;
18004 }
18005 _ACEOF
18006 rm -f conftest.$ac_objext
18007 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18008 (eval $ac_compile) 2>conftest.er1
18009 ac_status=$?
18010 grep -v '^ *+' conftest.er1 >conftest.err
18011 rm -f conftest.er1
18012 cat conftest.err >&5
18013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18014 (exit $ac_status); } &&
18015 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18017 (eval $ac_try) 2>&5
18018 ac_status=$?
18019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18020 (exit $ac_status); }; } &&
18021 { ac_try='test -s conftest.$ac_objext'
18022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18023 (eval $ac_try) 2>&5
18024 ac_status=$?
18025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18026 (exit $ac_status); }; }; then
18027 ac_lo=0 ac_mid=0
18028 while :; do
18029 cat >conftest.$ac_ext <<_ACEOF
18030 /* confdefs.h. */
18031 _ACEOF
18032 cat confdefs.h >>conftest.$ac_ext
18033 cat >>conftest.$ac_ext <<_ACEOF
18034 /* end confdefs.h. */
18035 $ac_includes_default
18036 int
18037 main ()
18038 {
18039 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
18040 test_array [0] = 0
18041
18042 ;
18043 return 0;
18044 }
18045 _ACEOF
18046 rm -f conftest.$ac_objext
18047 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18048 (eval $ac_compile) 2>conftest.er1
18049 ac_status=$?
18050 grep -v '^ *+' conftest.er1 >conftest.err
18051 rm -f conftest.er1
18052 cat conftest.err >&5
18053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18054 (exit $ac_status); } &&
18055 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18057 (eval $ac_try) 2>&5
18058 ac_status=$?
18059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18060 (exit $ac_status); }; } &&
18061 { ac_try='test -s conftest.$ac_objext'
18062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18063 (eval $ac_try) 2>&5
18064 ac_status=$?
18065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18066 (exit $ac_status); }; }; then
18067 ac_hi=$ac_mid; break
18068 else
18069 echo "$as_me: failed program was:" >&5
18070 sed 's/^/| /' conftest.$ac_ext >&5
18071
18072 ac_lo=`expr $ac_mid + 1`
18073 if test $ac_lo -le $ac_mid; then
18074 ac_lo= ac_hi=
18075 break
18076 fi
18077 ac_mid=`expr 2 '*' $ac_mid + 1`
18078 fi
18079 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18080 done
18081 else
18082 echo "$as_me: failed program was:" >&5
18083 sed 's/^/| /' conftest.$ac_ext >&5
18084
18085 cat >conftest.$ac_ext <<_ACEOF
18086 /* confdefs.h. */
18087 _ACEOF
18088 cat confdefs.h >>conftest.$ac_ext
18089 cat >>conftest.$ac_ext <<_ACEOF
18090 /* end confdefs.h. */
18091 $ac_includes_default
18092 int
18093 main ()
18094 {
18095 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
18096 test_array [0] = 0
18097
18098 ;
18099 return 0;
18100 }
18101 _ACEOF
18102 rm -f conftest.$ac_objext
18103 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18104 (eval $ac_compile) 2>conftest.er1
18105 ac_status=$?
18106 grep -v '^ *+' conftest.er1 >conftest.err
18107 rm -f conftest.er1
18108 cat conftest.err >&5
18109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18110 (exit $ac_status); } &&
18111 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18113 (eval $ac_try) 2>&5
18114 ac_status=$?
18115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18116 (exit $ac_status); }; } &&
18117 { ac_try='test -s conftest.$ac_objext'
18118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18119 (eval $ac_try) 2>&5
18120 ac_status=$?
18121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18122 (exit $ac_status); }; }; then
18123 ac_hi=-1 ac_mid=-1
18124 while :; do
18125 cat >conftest.$ac_ext <<_ACEOF
18126 /* confdefs.h. */
18127 _ACEOF
18128 cat confdefs.h >>conftest.$ac_ext
18129 cat >>conftest.$ac_ext <<_ACEOF
18130 /* end confdefs.h. */
18131 $ac_includes_default
18132 int
18133 main ()
18134 {
18135 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
18136 test_array [0] = 0
18137
18138 ;
18139 return 0;
18140 }
18141 _ACEOF
18142 rm -f conftest.$ac_objext
18143 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18144 (eval $ac_compile) 2>conftest.er1
18145 ac_status=$?
18146 grep -v '^ *+' conftest.er1 >conftest.err
18147 rm -f conftest.er1
18148 cat conftest.err >&5
18149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18150 (exit $ac_status); } &&
18151 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18153 (eval $ac_try) 2>&5
18154 ac_status=$?
18155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18156 (exit $ac_status); }; } &&
18157 { ac_try='test -s conftest.$ac_objext'
18158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18159 (eval $ac_try) 2>&5
18160 ac_status=$?
18161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18162 (exit $ac_status); }; }; then
18163 ac_lo=$ac_mid; break
18164 else
18165 echo "$as_me: failed program was:" >&5
18166 sed 's/^/| /' conftest.$ac_ext >&5
18167
18168 ac_hi=`expr '(' $ac_mid ')' - 1`
18169 if test $ac_mid -le $ac_hi; then
18170 ac_lo= ac_hi=
18171 break
18172 fi
18173 ac_mid=`expr 2 '*' $ac_mid`
18174 fi
18175 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18176 done
18177 else
18178 echo "$as_me: failed program was:" >&5
18179 sed 's/^/| /' conftest.$ac_ext >&5
18180
18181 ac_lo= ac_hi=
18182 fi
18183 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18184 fi
18185 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18186 # Binary search between lo and hi bounds.
18187 while test "x$ac_lo" != "x$ac_hi"; do
18188 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18189 cat >conftest.$ac_ext <<_ACEOF
18190 /* confdefs.h. */
18191 _ACEOF
18192 cat confdefs.h >>conftest.$ac_ext
18193 cat >>conftest.$ac_ext <<_ACEOF
18194 /* end confdefs.h. */
18195 $ac_includes_default
18196 int
18197 main ()
18198 {
18199 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
18200 test_array [0] = 0
18201
18202 ;
18203 return 0;
18204 }
18205 _ACEOF
18206 rm -f conftest.$ac_objext
18207 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18208 (eval $ac_compile) 2>conftest.er1
18209 ac_status=$?
18210 grep -v '^ *+' conftest.er1 >conftest.err
18211 rm -f conftest.er1
18212 cat conftest.err >&5
18213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18214 (exit $ac_status); } &&
18215 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18217 (eval $ac_try) 2>&5
18218 ac_status=$?
18219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18220 (exit $ac_status); }; } &&
18221 { ac_try='test -s conftest.$ac_objext'
18222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18223 (eval $ac_try) 2>&5
18224 ac_status=$?
18225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18226 (exit $ac_status); }; }; then
18227 ac_hi=$ac_mid
18228 else
18229 echo "$as_me: failed program was:" >&5
18230 sed 's/^/| /' conftest.$ac_ext >&5
18231
18232 ac_lo=`expr '(' $ac_mid ')' + 1`
18233 fi
18234 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18235 done
18236 case $ac_lo in
18237 ?*) ac_cv_sizeof_int=$ac_lo;;
18238 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
18239 See \`config.log' for more details." >&5
18240 echo "$as_me: error: cannot compute sizeof (int), 77
18241 See \`config.log' for more details." >&2;}
18242 { (exit 1); exit 1; }; } ;;
18243 esac
18244 else
18245 if test "$cross_compiling" = yes; then
18246 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18247 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18248 { (exit 1); exit 1; }; }
18249 else
18250 cat >conftest.$ac_ext <<_ACEOF
18251 /* confdefs.h. */
18252 _ACEOF
18253 cat confdefs.h >>conftest.$ac_ext
18254 cat >>conftest.$ac_ext <<_ACEOF
18255 /* end confdefs.h. */
18256 $ac_includes_default
18257 long longval () { return (long) (sizeof (int)); }
18258 unsigned long ulongval () { return (long) (sizeof (int)); }
18259 #include <stdio.h>
18260 #include <stdlib.h>
18261 int
18262 main ()
18263 {
18264
18265 FILE *f = fopen ("conftest.val", "w");
18266 if (! f)
18267 exit (1);
18268 if (((long) (sizeof (int))) < 0)
18269 {
18270 long i = longval ();
18271 if (i != ((long) (sizeof (int))))
18272 exit (1);
18273 fprintf (f, "%ld\n", i);
18274 }
18275 else
18276 {
18277 unsigned long i = ulongval ();
18278 if (i != ((long) (sizeof (int))))
18279 exit (1);
18280 fprintf (f, "%lu\n", i);
18281 }
18282 exit (ferror (f) || fclose (f) != 0);
18283
18284 ;
18285 return 0;
18286 }
18287 _ACEOF
18288 rm -f conftest$ac_exeext
18289 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18290 (eval $ac_link) 2>&5
18291 ac_status=$?
18292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18293 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18295 (eval $ac_try) 2>&5
18296 ac_status=$?
18297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18298 (exit $ac_status); }; }; then
18299 ac_cv_sizeof_int=`cat conftest.val`
18300 else
18301 echo "$as_me: program exited with status $ac_status" >&5
18302 echo "$as_me: failed program was:" >&5
18303 sed 's/^/| /' conftest.$ac_ext >&5
18304
18305 ( exit $ac_status )
18306 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
18307 See \`config.log' for more details." >&5
18308 echo "$as_me: error: cannot compute sizeof (int), 77
18309 See \`config.log' for more details." >&2;}
18310 { (exit 1); exit 1; }; }
18311 fi
18312 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18313 fi
18314 fi
18315 rm -f conftest.val
18316 else
18317 ac_cv_sizeof_int=0
18318 fi
18319 fi
18320 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
18321 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
18322 cat >>confdefs.h <<_ACEOF
18323 #define SIZEOF_INT $ac_cv_sizeof_int
18324 _ACEOF
18325
18326
18327 echo "$as_me:$LINENO: checking for long" >&5
18328 echo $ECHO_N "checking for long... $ECHO_C" >&6
18329 if test "${ac_cv_type_long+set}" = set; then
18330 echo $ECHO_N "(cached) $ECHO_C" >&6
18331 else
18332 cat >conftest.$ac_ext <<_ACEOF
18333 /* confdefs.h. */
18334 _ACEOF
18335 cat confdefs.h >>conftest.$ac_ext
18336 cat >>conftest.$ac_ext <<_ACEOF
18337 /* end confdefs.h. */
18338 $ac_includes_default
18339 int
18340 main ()
18341 {
18342 if ((long *) 0)
18343 return 0;
18344 if (sizeof (long))
18345 return 0;
18346 ;
18347 return 0;
18348 }
18349 _ACEOF
18350 rm -f conftest.$ac_objext
18351 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18352 (eval $ac_compile) 2>conftest.er1
18353 ac_status=$?
18354 grep -v '^ *+' conftest.er1 >conftest.err
18355 rm -f conftest.er1
18356 cat conftest.err >&5
18357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18358 (exit $ac_status); } &&
18359 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18361 (eval $ac_try) 2>&5
18362 ac_status=$?
18363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18364 (exit $ac_status); }; } &&
18365 { ac_try='test -s conftest.$ac_objext'
18366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18367 (eval $ac_try) 2>&5
18368 ac_status=$?
18369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18370 (exit $ac_status); }; }; then
18371 ac_cv_type_long=yes
18372 else
18373 echo "$as_me: failed program was:" >&5
18374 sed 's/^/| /' conftest.$ac_ext >&5
18375
18376 ac_cv_type_long=no
18377 fi
18378 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18379 fi
18380 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
18381 echo "${ECHO_T}$ac_cv_type_long" >&6
18382
18383 echo "$as_me:$LINENO: checking size of long" >&5
18384 echo $ECHO_N "checking size of long... $ECHO_C" >&6
18385 if test "${ac_cv_sizeof_long+set}" = set; then
18386 echo $ECHO_N "(cached) $ECHO_C" >&6
18387 else
18388 if test "$ac_cv_type_long" = yes; then
18389 # The cast to unsigned long works around a bug in the HP C Compiler
18390 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18391 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18392 # This bug is HP SR number 8606223364.
18393 if test "$cross_compiling" = yes; then
18394 # Depending upon the size, compute the lo and hi bounds.
18395 cat >conftest.$ac_ext <<_ACEOF
18396 /* confdefs.h. */
18397 _ACEOF
18398 cat confdefs.h >>conftest.$ac_ext
18399 cat >>conftest.$ac_ext <<_ACEOF
18400 /* end confdefs.h. */
18401 $ac_includes_default
18402 int
18403 main ()
18404 {
18405 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
18406 test_array [0] = 0
18407
18408 ;
18409 return 0;
18410 }
18411 _ACEOF
18412 rm -f conftest.$ac_objext
18413 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18414 (eval $ac_compile) 2>conftest.er1
18415 ac_status=$?
18416 grep -v '^ *+' conftest.er1 >conftest.err
18417 rm -f conftest.er1
18418 cat conftest.err >&5
18419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18420 (exit $ac_status); } &&
18421 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18423 (eval $ac_try) 2>&5
18424 ac_status=$?
18425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18426 (exit $ac_status); }; } &&
18427 { ac_try='test -s conftest.$ac_objext'
18428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18429 (eval $ac_try) 2>&5
18430 ac_status=$?
18431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18432 (exit $ac_status); }; }; then
18433 ac_lo=0 ac_mid=0
18434 while :; do
18435 cat >conftest.$ac_ext <<_ACEOF
18436 /* confdefs.h. */
18437 _ACEOF
18438 cat confdefs.h >>conftest.$ac_ext
18439 cat >>conftest.$ac_ext <<_ACEOF
18440 /* end confdefs.h. */
18441 $ac_includes_default
18442 int
18443 main ()
18444 {
18445 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
18446 test_array [0] = 0
18447
18448 ;
18449 return 0;
18450 }
18451 _ACEOF
18452 rm -f conftest.$ac_objext
18453 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18454 (eval $ac_compile) 2>conftest.er1
18455 ac_status=$?
18456 grep -v '^ *+' conftest.er1 >conftest.err
18457 rm -f conftest.er1
18458 cat conftest.err >&5
18459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18460 (exit $ac_status); } &&
18461 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18463 (eval $ac_try) 2>&5
18464 ac_status=$?
18465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18466 (exit $ac_status); }; } &&
18467 { ac_try='test -s conftest.$ac_objext'
18468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18469 (eval $ac_try) 2>&5
18470 ac_status=$?
18471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18472 (exit $ac_status); }; }; then
18473 ac_hi=$ac_mid; break
18474 else
18475 echo "$as_me: failed program was:" >&5
18476 sed 's/^/| /' conftest.$ac_ext >&5
18477
18478 ac_lo=`expr $ac_mid + 1`
18479 if test $ac_lo -le $ac_mid; then
18480 ac_lo= ac_hi=
18481 break
18482 fi
18483 ac_mid=`expr 2 '*' $ac_mid + 1`
18484 fi
18485 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18486 done
18487 else
18488 echo "$as_me: failed program was:" >&5
18489 sed 's/^/| /' conftest.$ac_ext >&5
18490
18491 cat >conftest.$ac_ext <<_ACEOF
18492 /* confdefs.h. */
18493 _ACEOF
18494 cat confdefs.h >>conftest.$ac_ext
18495 cat >>conftest.$ac_ext <<_ACEOF
18496 /* end confdefs.h. */
18497 $ac_includes_default
18498 int
18499 main ()
18500 {
18501 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
18502 test_array [0] = 0
18503
18504 ;
18505 return 0;
18506 }
18507 _ACEOF
18508 rm -f conftest.$ac_objext
18509 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18510 (eval $ac_compile) 2>conftest.er1
18511 ac_status=$?
18512 grep -v '^ *+' conftest.er1 >conftest.err
18513 rm -f conftest.er1
18514 cat conftest.err >&5
18515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18516 (exit $ac_status); } &&
18517 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18519 (eval $ac_try) 2>&5
18520 ac_status=$?
18521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18522 (exit $ac_status); }; } &&
18523 { ac_try='test -s conftest.$ac_objext'
18524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18525 (eval $ac_try) 2>&5
18526 ac_status=$?
18527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18528 (exit $ac_status); }; }; then
18529 ac_hi=-1 ac_mid=-1
18530 while :; do
18531 cat >conftest.$ac_ext <<_ACEOF
18532 /* confdefs.h. */
18533 _ACEOF
18534 cat confdefs.h >>conftest.$ac_ext
18535 cat >>conftest.$ac_ext <<_ACEOF
18536 /* end confdefs.h. */
18537 $ac_includes_default
18538 int
18539 main ()
18540 {
18541 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
18542 test_array [0] = 0
18543
18544 ;
18545 return 0;
18546 }
18547 _ACEOF
18548 rm -f conftest.$ac_objext
18549 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18550 (eval $ac_compile) 2>conftest.er1
18551 ac_status=$?
18552 grep -v '^ *+' conftest.er1 >conftest.err
18553 rm -f conftest.er1
18554 cat conftest.err >&5
18555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18556 (exit $ac_status); } &&
18557 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18559 (eval $ac_try) 2>&5
18560 ac_status=$?
18561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18562 (exit $ac_status); }; } &&
18563 { ac_try='test -s conftest.$ac_objext'
18564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18565 (eval $ac_try) 2>&5
18566 ac_status=$?
18567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18568 (exit $ac_status); }; }; then
18569 ac_lo=$ac_mid; break
18570 else
18571 echo "$as_me: failed program was:" >&5
18572 sed 's/^/| /' conftest.$ac_ext >&5
18573
18574 ac_hi=`expr '(' $ac_mid ')' - 1`
18575 if test $ac_mid -le $ac_hi; then
18576 ac_lo= ac_hi=
18577 break
18578 fi
18579 ac_mid=`expr 2 '*' $ac_mid`
18580 fi
18581 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18582 done
18583 else
18584 echo "$as_me: failed program was:" >&5
18585 sed 's/^/| /' conftest.$ac_ext >&5
18586
18587 ac_lo= ac_hi=
18588 fi
18589 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18590 fi
18591 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18592 # Binary search between lo and hi bounds.
18593 while test "x$ac_lo" != "x$ac_hi"; do
18594 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18595 cat >conftest.$ac_ext <<_ACEOF
18596 /* confdefs.h. */
18597 _ACEOF
18598 cat confdefs.h >>conftest.$ac_ext
18599 cat >>conftest.$ac_ext <<_ACEOF
18600 /* end confdefs.h. */
18601 $ac_includes_default
18602 int
18603 main ()
18604 {
18605 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
18606 test_array [0] = 0
18607
18608 ;
18609 return 0;
18610 }
18611 _ACEOF
18612 rm -f conftest.$ac_objext
18613 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18614 (eval $ac_compile) 2>conftest.er1
18615 ac_status=$?
18616 grep -v '^ *+' conftest.er1 >conftest.err
18617 rm -f conftest.er1
18618 cat conftest.err >&5
18619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18620 (exit $ac_status); } &&
18621 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18623 (eval $ac_try) 2>&5
18624 ac_status=$?
18625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18626 (exit $ac_status); }; } &&
18627 { ac_try='test -s conftest.$ac_objext'
18628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18629 (eval $ac_try) 2>&5
18630 ac_status=$?
18631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18632 (exit $ac_status); }; }; then
18633 ac_hi=$ac_mid
18634 else
18635 echo "$as_me: failed program was:" >&5
18636 sed 's/^/| /' conftest.$ac_ext >&5
18637
18638 ac_lo=`expr '(' $ac_mid ')' + 1`
18639 fi
18640 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18641 done
18642 case $ac_lo in
18643 ?*) ac_cv_sizeof_long=$ac_lo;;
18644 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
18645 See \`config.log' for more details." >&5
18646 echo "$as_me: error: cannot compute sizeof (long), 77
18647 See \`config.log' for more details." >&2;}
18648 { (exit 1); exit 1; }; } ;;
18649 esac
18650 else
18651 if test "$cross_compiling" = yes; then
18652 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18653 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18654 { (exit 1); exit 1; }; }
18655 else
18656 cat >conftest.$ac_ext <<_ACEOF
18657 /* confdefs.h. */
18658 _ACEOF
18659 cat confdefs.h >>conftest.$ac_ext
18660 cat >>conftest.$ac_ext <<_ACEOF
18661 /* end confdefs.h. */
18662 $ac_includes_default
18663 long longval () { return (long) (sizeof (long)); }
18664 unsigned long ulongval () { return (long) (sizeof (long)); }
18665 #include <stdio.h>
18666 #include <stdlib.h>
18667 int
18668 main ()
18669 {
18670
18671 FILE *f = fopen ("conftest.val", "w");
18672 if (! f)
18673 exit (1);
18674 if (((long) (sizeof (long))) < 0)
18675 {
18676 long i = longval ();
18677 if (i != ((long) (sizeof (long))))
18678 exit (1);
18679 fprintf (f, "%ld\n", i);
18680 }
18681 else
18682 {
18683 unsigned long i = ulongval ();
18684 if (i != ((long) (sizeof (long))))
18685 exit (1);
18686 fprintf (f, "%lu\n", i);
18687 }
18688 exit (ferror (f) || fclose (f) != 0);
18689
18690 ;
18691 return 0;
18692 }
18693 _ACEOF
18694 rm -f conftest$ac_exeext
18695 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18696 (eval $ac_link) 2>&5
18697 ac_status=$?
18698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18699 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18701 (eval $ac_try) 2>&5
18702 ac_status=$?
18703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18704 (exit $ac_status); }; }; then
18705 ac_cv_sizeof_long=`cat conftest.val`
18706 else
18707 echo "$as_me: program exited with status $ac_status" >&5
18708 echo "$as_me: failed program was:" >&5
18709 sed 's/^/| /' conftest.$ac_ext >&5
18710
18711 ( exit $ac_status )
18712 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
18713 See \`config.log' for more details." >&5
18714 echo "$as_me: error: cannot compute sizeof (long), 77
18715 See \`config.log' for more details." >&2;}
18716 { (exit 1); exit 1; }; }
18717 fi
18718 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18719 fi
18720 fi
18721 rm -f conftest.val
18722 else
18723 ac_cv_sizeof_long=0
18724 fi
18725 fi
18726 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
18727 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
18728 cat >>confdefs.h <<_ACEOF
18729 #define SIZEOF_LONG $ac_cv_sizeof_long
18730 _ACEOF
18731
18732
18733 echo "$as_me:$LINENO: checking for size_t" >&5
18734 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
18735 if test "${ac_cv_type_size_t+set}" = set; then
18736 echo $ECHO_N "(cached) $ECHO_C" >&6
18737 else
18738 cat >conftest.$ac_ext <<_ACEOF
18739 /* confdefs.h. */
18740 _ACEOF
18741 cat confdefs.h >>conftest.$ac_ext
18742 cat >>conftest.$ac_ext <<_ACEOF
18743 /* end confdefs.h. */
18744 $ac_includes_default
18745 int
18746 main ()
18747 {
18748 if ((size_t *) 0)
18749 return 0;
18750 if (sizeof (size_t))
18751 return 0;
18752 ;
18753 return 0;
18754 }
18755 _ACEOF
18756 rm -f conftest.$ac_objext
18757 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18758 (eval $ac_compile) 2>conftest.er1
18759 ac_status=$?
18760 grep -v '^ *+' conftest.er1 >conftest.err
18761 rm -f conftest.er1
18762 cat conftest.err >&5
18763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18764 (exit $ac_status); } &&
18765 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18767 (eval $ac_try) 2>&5
18768 ac_status=$?
18769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18770 (exit $ac_status); }; } &&
18771 { ac_try='test -s conftest.$ac_objext'
18772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18773 (eval $ac_try) 2>&5
18774 ac_status=$?
18775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18776 (exit $ac_status); }; }; then
18777 ac_cv_type_size_t=yes
18778 else
18779 echo "$as_me: failed program was:" >&5
18780 sed 's/^/| /' conftest.$ac_ext >&5
18781
18782 ac_cv_type_size_t=no
18783 fi
18784 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18785 fi
18786 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18787 echo "${ECHO_T}$ac_cv_type_size_t" >&6
18788
18789 echo "$as_me:$LINENO: checking size of size_t" >&5
18790 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
18791 if test "${ac_cv_sizeof_size_t+set}" = set; then
18792 echo $ECHO_N "(cached) $ECHO_C" >&6
18793 else
18794 if test "$ac_cv_type_size_t" = yes; then
18795 # The cast to unsigned long works around a bug in the HP C Compiler
18796 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18797 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18798 # This bug is HP SR number 8606223364.
18799 if test "$cross_compiling" = yes; then
18800 # Depending upon the size, compute the lo and hi bounds.
18801 cat >conftest.$ac_ext <<_ACEOF
18802 /* confdefs.h. */
18803 _ACEOF
18804 cat confdefs.h >>conftest.$ac_ext
18805 cat >>conftest.$ac_ext <<_ACEOF
18806 /* end confdefs.h. */
18807 $ac_includes_default
18808 int
18809 main ()
18810 {
18811 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
18812 test_array [0] = 0
18813
18814 ;
18815 return 0;
18816 }
18817 _ACEOF
18818 rm -f conftest.$ac_objext
18819 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18820 (eval $ac_compile) 2>conftest.er1
18821 ac_status=$?
18822 grep -v '^ *+' conftest.er1 >conftest.err
18823 rm -f conftest.er1
18824 cat conftest.err >&5
18825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18826 (exit $ac_status); } &&
18827 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18829 (eval $ac_try) 2>&5
18830 ac_status=$?
18831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18832 (exit $ac_status); }; } &&
18833 { ac_try='test -s conftest.$ac_objext'
18834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18835 (eval $ac_try) 2>&5
18836 ac_status=$?
18837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18838 (exit $ac_status); }; }; then
18839 ac_lo=0 ac_mid=0
18840 while :; do
18841 cat >conftest.$ac_ext <<_ACEOF
18842 /* confdefs.h. */
18843 _ACEOF
18844 cat confdefs.h >>conftest.$ac_ext
18845 cat >>conftest.$ac_ext <<_ACEOF
18846 /* end confdefs.h. */
18847 $ac_includes_default
18848 int
18849 main ()
18850 {
18851 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
18852 test_array [0] = 0
18853
18854 ;
18855 return 0;
18856 }
18857 _ACEOF
18858 rm -f conftest.$ac_objext
18859 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18860 (eval $ac_compile) 2>conftest.er1
18861 ac_status=$?
18862 grep -v '^ *+' conftest.er1 >conftest.err
18863 rm -f conftest.er1
18864 cat conftest.err >&5
18865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18866 (exit $ac_status); } &&
18867 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18869 (eval $ac_try) 2>&5
18870 ac_status=$?
18871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18872 (exit $ac_status); }; } &&
18873 { ac_try='test -s conftest.$ac_objext'
18874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18875 (eval $ac_try) 2>&5
18876 ac_status=$?
18877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18878 (exit $ac_status); }; }; then
18879 ac_hi=$ac_mid; break
18880 else
18881 echo "$as_me: failed program was:" >&5
18882 sed 's/^/| /' conftest.$ac_ext >&5
18883
18884 ac_lo=`expr $ac_mid + 1`
18885 if test $ac_lo -le $ac_mid; then
18886 ac_lo= ac_hi=
18887 break
18888 fi
18889 ac_mid=`expr 2 '*' $ac_mid + 1`
18890 fi
18891 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18892 done
18893 else
18894 echo "$as_me: failed program was:" >&5
18895 sed 's/^/| /' conftest.$ac_ext >&5
18896
18897 cat >conftest.$ac_ext <<_ACEOF
18898 /* confdefs.h. */
18899 _ACEOF
18900 cat confdefs.h >>conftest.$ac_ext
18901 cat >>conftest.$ac_ext <<_ACEOF
18902 /* end confdefs.h. */
18903 $ac_includes_default
18904 int
18905 main ()
18906 {
18907 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
18908 test_array [0] = 0
18909
18910 ;
18911 return 0;
18912 }
18913 _ACEOF
18914 rm -f conftest.$ac_objext
18915 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18916 (eval $ac_compile) 2>conftest.er1
18917 ac_status=$?
18918 grep -v '^ *+' conftest.er1 >conftest.err
18919 rm -f conftest.er1
18920 cat conftest.err >&5
18921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18922 (exit $ac_status); } &&
18923 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18925 (eval $ac_try) 2>&5
18926 ac_status=$?
18927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18928 (exit $ac_status); }; } &&
18929 { ac_try='test -s conftest.$ac_objext'
18930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18931 (eval $ac_try) 2>&5
18932 ac_status=$?
18933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18934 (exit $ac_status); }; }; then
18935 ac_hi=-1 ac_mid=-1
18936 while :; do
18937 cat >conftest.$ac_ext <<_ACEOF
18938 /* confdefs.h. */
18939 _ACEOF
18940 cat confdefs.h >>conftest.$ac_ext
18941 cat >>conftest.$ac_ext <<_ACEOF
18942 /* end confdefs.h. */
18943 $ac_includes_default
18944 int
18945 main ()
18946 {
18947 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
18948 test_array [0] = 0
18949
18950 ;
18951 return 0;
18952 }
18953 _ACEOF
18954 rm -f conftest.$ac_objext
18955 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18956 (eval $ac_compile) 2>conftest.er1
18957 ac_status=$?
18958 grep -v '^ *+' conftest.er1 >conftest.err
18959 rm -f conftest.er1
18960 cat conftest.err >&5
18961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18962 (exit $ac_status); } &&
18963 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18965 (eval $ac_try) 2>&5
18966 ac_status=$?
18967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18968 (exit $ac_status); }; } &&
18969 { ac_try='test -s conftest.$ac_objext'
18970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18971 (eval $ac_try) 2>&5
18972 ac_status=$?
18973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18974 (exit $ac_status); }; }; then
18975 ac_lo=$ac_mid; break
18976 else
18977 echo "$as_me: failed program was:" >&5
18978 sed 's/^/| /' conftest.$ac_ext >&5
18979
18980 ac_hi=`expr '(' $ac_mid ')' - 1`
18981 if test $ac_mid -le $ac_hi; then
18982 ac_lo= ac_hi=
18983 break
18984 fi
18985 ac_mid=`expr 2 '*' $ac_mid`
18986 fi
18987 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18988 done
18989 else
18990 echo "$as_me: failed program was:" >&5
18991 sed 's/^/| /' conftest.$ac_ext >&5
18992
18993 ac_lo= ac_hi=
18994 fi
18995 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18996 fi
18997 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18998 # Binary search between lo and hi bounds.
18999 while test "x$ac_lo" != "x$ac_hi"; do
19000 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19001 cat >conftest.$ac_ext <<_ACEOF
19002 /* confdefs.h. */
19003 _ACEOF
19004 cat confdefs.h >>conftest.$ac_ext
19005 cat >>conftest.$ac_ext <<_ACEOF
19006 /* end confdefs.h. */
19007 $ac_includes_default
19008 int
19009 main ()
19010 {
19011 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
19012 test_array [0] = 0
19013
19014 ;
19015 return 0;
19016 }
19017 _ACEOF
19018 rm -f conftest.$ac_objext
19019 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19020 (eval $ac_compile) 2>conftest.er1
19021 ac_status=$?
19022 grep -v '^ *+' conftest.er1 >conftest.err
19023 rm -f conftest.er1
19024 cat conftest.err >&5
19025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19026 (exit $ac_status); } &&
19027 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19029 (eval $ac_try) 2>&5
19030 ac_status=$?
19031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19032 (exit $ac_status); }; } &&
19033 { ac_try='test -s conftest.$ac_objext'
19034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19035 (eval $ac_try) 2>&5
19036 ac_status=$?
19037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19038 (exit $ac_status); }; }; then
19039 ac_hi=$ac_mid
19040 else
19041 echo "$as_me: failed program was:" >&5
19042 sed 's/^/| /' conftest.$ac_ext >&5
19043
19044 ac_lo=`expr '(' $ac_mid ')' + 1`
19045 fi
19046 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19047 done
19048 case $ac_lo in
19049 ?*) ac_cv_sizeof_size_t=$ac_lo;;
19050 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
19051 See \`config.log' for more details." >&5
19052 echo "$as_me: error: cannot compute sizeof (size_t), 77
19053 See \`config.log' for more details." >&2;}
19054 { (exit 1); exit 1; }; } ;;
19055 esac
19056 else
19057 if test "$cross_compiling" = yes; then
19058 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19059 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19060 { (exit 1); exit 1; }; }
19061 else
19062 cat >conftest.$ac_ext <<_ACEOF
19063 /* confdefs.h. */
19064 _ACEOF
19065 cat confdefs.h >>conftest.$ac_ext
19066 cat >>conftest.$ac_ext <<_ACEOF
19067 /* end confdefs.h. */
19068 $ac_includes_default
19069 long longval () { return (long) (sizeof (size_t)); }
19070 unsigned long ulongval () { return (long) (sizeof (size_t)); }
19071 #include <stdio.h>
19072 #include <stdlib.h>
19073 int
19074 main ()
19075 {
19076
19077 FILE *f = fopen ("conftest.val", "w");
19078 if (! f)
19079 exit (1);
19080 if (((long) (sizeof (size_t))) < 0)
19081 {
19082 long i = longval ();
19083 if (i != ((long) (sizeof (size_t))))
19084 exit (1);
19085 fprintf (f, "%ld\n", i);
19086 }
19087 else
19088 {
19089 unsigned long i = ulongval ();
19090 if (i != ((long) (sizeof (size_t))))
19091 exit (1);
19092 fprintf (f, "%lu\n", i);
19093 }
19094 exit (ferror (f) || fclose (f) != 0);
19095
19096 ;
19097 return 0;
19098 }
19099 _ACEOF
19100 rm -f conftest$ac_exeext
19101 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19102 (eval $ac_link) 2>&5
19103 ac_status=$?
19104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19105 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19107 (eval $ac_try) 2>&5
19108 ac_status=$?
19109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19110 (exit $ac_status); }; }; then
19111 ac_cv_sizeof_size_t=`cat conftest.val`
19112 else
19113 echo "$as_me: program exited with status $ac_status" >&5
19114 echo "$as_me: failed program was:" >&5
19115 sed 's/^/| /' conftest.$ac_ext >&5
19116
19117 ( exit $ac_status )
19118 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
19119 See \`config.log' for more details." >&5
19120 echo "$as_me: error: cannot compute sizeof (size_t), 77
19121 See \`config.log' for more details." >&2;}
19122 { (exit 1); exit 1; }; }
19123 fi
19124 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19125 fi
19126 fi
19127 rm -f conftest.val
19128 else
19129 ac_cv_sizeof_size_t=0
19130 fi
19131 fi
19132 echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
19133 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
19134 cat >>confdefs.h <<_ACEOF
19135 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
19136 _ACEOF
19137
19138
19139
19140 case "${host}" in
19141 arm-*-linux* )
19142 echo "$as_me:$LINENO: checking for long long" >&5
19143 echo $ECHO_N "checking for long long... $ECHO_C" >&6
19144 if test "${ac_cv_type_long_long+set}" = set; then
19145 echo $ECHO_N "(cached) $ECHO_C" >&6
19146 else
19147 cat >conftest.$ac_ext <<_ACEOF
19148 /* confdefs.h. */
19149 _ACEOF
19150 cat confdefs.h >>conftest.$ac_ext
19151 cat >>conftest.$ac_ext <<_ACEOF
19152 /* end confdefs.h. */
19153 $ac_includes_default
19154 int
19155 main ()
19156 {
19157 if ((long long *) 0)
19158 return 0;
19159 if (sizeof (long long))
19160 return 0;
19161 ;
19162 return 0;
19163 }
19164 _ACEOF
19165 rm -f conftest.$ac_objext
19166 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19167 (eval $ac_compile) 2>conftest.er1
19168 ac_status=$?
19169 grep -v '^ *+' conftest.er1 >conftest.err
19170 rm -f conftest.er1
19171 cat conftest.err >&5
19172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19173 (exit $ac_status); } &&
19174 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19176 (eval $ac_try) 2>&5
19177 ac_status=$?
19178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19179 (exit $ac_status); }; } &&
19180 { ac_try='test -s conftest.$ac_objext'
19181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19182 (eval $ac_try) 2>&5
19183 ac_status=$?
19184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19185 (exit $ac_status); }; }; then
19186 ac_cv_type_long_long=yes
19187 else
19188 echo "$as_me: failed program was:" >&5
19189 sed 's/^/| /' conftest.$ac_ext >&5
19190
19191 ac_cv_type_long_long=no
19192 fi
19193 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19194 fi
19195 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19196 echo "${ECHO_T}$ac_cv_type_long_long" >&6
19197
19198 echo "$as_me:$LINENO: checking size of long long" >&5
19199 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
19200 if test "${ac_cv_sizeof_long_long+set}" = set; then
19201 echo $ECHO_N "(cached) $ECHO_C" >&6
19202 else
19203 if test "$ac_cv_type_long_long" = yes; then
19204 # The cast to unsigned long works around a bug in the HP C Compiler
19205 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19206 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19207 # This bug is HP SR number 8606223364.
19208 if test "$cross_compiling" = yes; then
19209 # Depending upon the size, compute the lo and hi bounds.
19210 cat >conftest.$ac_ext <<_ACEOF
19211 /* confdefs.h. */
19212 _ACEOF
19213 cat confdefs.h >>conftest.$ac_ext
19214 cat >>conftest.$ac_ext <<_ACEOF
19215 /* end confdefs.h. */
19216 $ac_includes_default
19217 int
19218 main ()
19219 {
19220 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
19221 test_array [0] = 0
19222
19223 ;
19224 return 0;
19225 }
19226 _ACEOF
19227 rm -f conftest.$ac_objext
19228 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19229 (eval $ac_compile) 2>conftest.er1
19230 ac_status=$?
19231 grep -v '^ *+' conftest.er1 >conftest.err
19232 rm -f conftest.er1
19233 cat conftest.err >&5
19234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19235 (exit $ac_status); } &&
19236 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19238 (eval $ac_try) 2>&5
19239 ac_status=$?
19240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19241 (exit $ac_status); }; } &&
19242 { ac_try='test -s conftest.$ac_objext'
19243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19244 (eval $ac_try) 2>&5
19245 ac_status=$?
19246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19247 (exit $ac_status); }; }; then
19248 ac_lo=0 ac_mid=0
19249 while :; do
19250 cat >conftest.$ac_ext <<_ACEOF
19251 /* confdefs.h. */
19252 _ACEOF
19253 cat confdefs.h >>conftest.$ac_ext
19254 cat >>conftest.$ac_ext <<_ACEOF
19255 /* end confdefs.h. */
19256 $ac_includes_default
19257 int
19258 main ()
19259 {
19260 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19261 test_array [0] = 0
19262
19263 ;
19264 return 0;
19265 }
19266 _ACEOF
19267 rm -f conftest.$ac_objext
19268 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19269 (eval $ac_compile) 2>conftest.er1
19270 ac_status=$?
19271 grep -v '^ *+' conftest.er1 >conftest.err
19272 rm -f conftest.er1
19273 cat conftest.err >&5
19274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19275 (exit $ac_status); } &&
19276 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19278 (eval $ac_try) 2>&5
19279 ac_status=$?
19280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19281 (exit $ac_status); }; } &&
19282 { ac_try='test -s conftest.$ac_objext'
19283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19284 (eval $ac_try) 2>&5
19285 ac_status=$?
19286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19287 (exit $ac_status); }; }; then
19288 ac_hi=$ac_mid; break
19289 else
19290 echo "$as_me: failed program was:" >&5
19291 sed 's/^/| /' conftest.$ac_ext >&5
19292
19293 ac_lo=`expr $ac_mid + 1`
19294 if test $ac_lo -le $ac_mid; then
19295 ac_lo= ac_hi=
19296 break
19297 fi
19298 ac_mid=`expr 2 '*' $ac_mid + 1`
19299 fi
19300 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19301 done
19302 else
19303 echo "$as_me: failed program was:" >&5
19304 sed 's/^/| /' conftest.$ac_ext >&5
19305
19306 cat >conftest.$ac_ext <<_ACEOF
19307 /* confdefs.h. */
19308 _ACEOF
19309 cat confdefs.h >>conftest.$ac_ext
19310 cat >>conftest.$ac_ext <<_ACEOF
19311 /* end confdefs.h. */
19312 $ac_includes_default
19313 int
19314 main ()
19315 {
19316 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
19317 test_array [0] = 0
19318
19319 ;
19320 return 0;
19321 }
19322 _ACEOF
19323 rm -f conftest.$ac_objext
19324 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19325 (eval $ac_compile) 2>conftest.er1
19326 ac_status=$?
19327 grep -v '^ *+' conftest.er1 >conftest.err
19328 rm -f conftest.er1
19329 cat conftest.err >&5
19330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19331 (exit $ac_status); } &&
19332 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19334 (eval $ac_try) 2>&5
19335 ac_status=$?
19336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19337 (exit $ac_status); }; } &&
19338 { ac_try='test -s conftest.$ac_objext'
19339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19340 (eval $ac_try) 2>&5
19341 ac_status=$?
19342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19343 (exit $ac_status); }; }; then
19344 ac_hi=-1 ac_mid=-1
19345 while :; do
19346 cat >conftest.$ac_ext <<_ACEOF
19347 /* confdefs.h. */
19348 _ACEOF
19349 cat confdefs.h >>conftest.$ac_ext
19350 cat >>conftest.$ac_ext <<_ACEOF
19351 /* end confdefs.h. */
19352 $ac_includes_default
19353 int
19354 main ()
19355 {
19356 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
19357 test_array [0] = 0
19358
19359 ;
19360 return 0;
19361 }
19362 _ACEOF
19363 rm -f conftest.$ac_objext
19364 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19365 (eval $ac_compile) 2>conftest.er1
19366 ac_status=$?
19367 grep -v '^ *+' conftest.er1 >conftest.err
19368 rm -f conftest.er1
19369 cat conftest.err >&5
19370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19371 (exit $ac_status); } &&
19372 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19374 (eval $ac_try) 2>&5
19375 ac_status=$?
19376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19377 (exit $ac_status); }; } &&
19378 { ac_try='test -s conftest.$ac_objext'
19379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19380 (eval $ac_try) 2>&5
19381 ac_status=$?
19382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19383 (exit $ac_status); }; }; then
19384 ac_lo=$ac_mid; break
19385 else
19386 echo "$as_me: failed program was:" >&5
19387 sed 's/^/| /' conftest.$ac_ext >&5
19388
19389 ac_hi=`expr '(' $ac_mid ')' - 1`
19390 if test $ac_mid -le $ac_hi; then
19391 ac_lo= ac_hi=
19392 break
19393 fi
19394 ac_mid=`expr 2 '*' $ac_mid`
19395 fi
19396 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19397 done
19398 else
19399 echo "$as_me: failed program was:" >&5
19400 sed 's/^/| /' conftest.$ac_ext >&5
19401
19402 ac_lo= ac_hi=
19403 fi
19404 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19405 fi
19406 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19407 # Binary search between lo and hi bounds.
19408 while test "x$ac_lo" != "x$ac_hi"; do
19409 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19410 cat >conftest.$ac_ext <<_ACEOF
19411 /* confdefs.h. */
19412 _ACEOF
19413 cat confdefs.h >>conftest.$ac_ext
19414 cat >>conftest.$ac_ext <<_ACEOF
19415 /* end confdefs.h. */
19416 $ac_includes_default
19417 int
19418 main ()
19419 {
19420 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19421 test_array [0] = 0
19422
19423 ;
19424 return 0;
19425 }
19426 _ACEOF
19427 rm -f conftest.$ac_objext
19428 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19429 (eval $ac_compile) 2>conftest.er1
19430 ac_status=$?
19431 grep -v '^ *+' conftest.er1 >conftest.err
19432 rm -f conftest.er1
19433 cat conftest.err >&5
19434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19435 (exit $ac_status); } &&
19436 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19438 (eval $ac_try) 2>&5
19439 ac_status=$?
19440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19441 (exit $ac_status); }; } &&
19442 { ac_try='test -s conftest.$ac_objext'
19443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19444 (eval $ac_try) 2>&5
19445 ac_status=$?
19446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19447 (exit $ac_status); }; }; then
19448 ac_hi=$ac_mid
19449 else
19450 echo "$as_me: failed program was:" >&5
19451 sed 's/^/| /' conftest.$ac_ext >&5
19452
19453 ac_lo=`expr '(' $ac_mid ')' + 1`
19454 fi
19455 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19456 done
19457 case $ac_lo in
19458 ?*) ac_cv_sizeof_long_long=$ac_lo;;
19459 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19460 See \`config.log' for more details." >&5
19461 echo "$as_me: error: cannot compute sizeof (long long), 77
19462 See \`config.log' for more details." >&2;}
19463 { (exit 1); exit 1; }; } ;;
19464 esac
19465 else
19466 if test "$cross_compiling" = yes; then
19467 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19468 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19469 { (exit 1); exit 1; }; }
19470 else
19471 cat >conftest.$ac_ext <<_ACEOF
19472 /* confdefs.h. */
19473 _ACEOF
19474 cat confdefs.h >>conftest.$ac_ext
19475 cat >>conftest.$ac_ext <<_ACEOF
19476 /* end confdefs.h. */
19477 $ac_includes_default
19478 long longval () { return (long) (sizeof (long long)); }
19479 unsigned long ulongval () { return (long) (sizeof (long long)); }
19480 #include <stdio.h>
19481 #include <stdlib.h>
19482 int
19483 main ()
19484 {
19485
19486 FILE *f = fopen ("conftest.val", "w");
19487 if (! f)
19488 exit (1);
19489 if (((long) (sizeof (long long))) < 0)
19490 {
19491 long i = longval ();
19492 if (i != ((long) (sizeof (long long))))
19493 exit (1);
19494 fprintf (f, "%ld\n", i);
19495 }
19496 else
19497 {
19498 unsigned long i = ulongval ();
19499 if (i != ((long) (sizeof (long long))))
19500 exit (1);
19501 fprintf (f, "%lu\n", i);
19502 }
19503 exit (ferror (f) || fclose (f) != 0);
19504
19505 ;
19506 return 0;
19507 }
19508 _ACEOF
19509 rm -f conftest$ac_exeext
19510 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19511 (eval $ac_link) 2>&5
19512 ac_status=$?
19513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19514 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19516 (eval $ac_try) 2>&5
19517 ac_status=$?
19518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19519 (exit $ac_status); }; }; then
19520 ac_cv_sizeof_long_long=`cat conftest.val`
19521 else
19522 echo "$as_me: program exited with status $ac_status" >&5
19523 echo "$as_me: failed program was:" >&5
19524 sed 's/^/| /' conftest.$ac_ext >&5
19525
19526 ( exit $ac_status )
19527 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19528 See \`config.log' for more details." >&5
19529 echo "$as_me: error: cannot compute sizeof (long long), 77
19530 See \`config.log' for more details." >&2;}
19531 { (exit 1); exit 1; }; }
19532 fi
19533 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19534 fi
19535 fi
19536 rm -f conftest.val
19537 else
19538 ac_cv_sizeof_long_long=0
19539 fi
19540 fi
19541 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19542 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19543 cat >>confdefs.h <<_ACEOF
19544 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19545 _ACEOF
19546
19547
19548 ;;
19549 *-hp-hpux* )
19550 echo "$as_me:$LINENO: checking for long long" >&5
19551 echo $ECHO_N "checking for long long... $ECHO_C" >&6
19552 if test "${ac_cv_type_long_long+set}" = set; then
19553 echo $ECHO_N "(cached) $ECHO_C" >&6
19554 else
19555 cat >conftest.$ac_ext <<_ACEOF
19556 /* confdefs.h. */
19557 _ACEOF
19558 cat confdefs.h >>conftest.$ac_ext
19559 cat >>conftest.$ac_ext <<_ACEOF
19560 /* end confdefs.h. */
19561 $ac_includes_default
19562 int
19563 main ()
19564 {
19565 if ((long long *) 0)
19566 return 0;
19567 if (sizeof (long long))
19568 return 0;
19569 ;
19570 return 0;
19571 }
19572 _ACEOF
19573 rm -f conftest.$ac_objext
19574 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19575 (eval $ac_compile) 2>conftest.er1
19576 ac_status=$?
19577 grep -v '^ *+' conftest.er1 >conftest.err
19578 rm -f conftest.er1
19579 cat conftest.err >&5
19580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19581 (exit $ac_status); } &&
19582 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19584 (eval $ac_try) 2>&5
19585 ac_status=$?
19586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19587 (exit $ac_status); }; } &&
19588 { ac_try='test -s conftest.$ac_objext'
19589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19590 (eval $ac_try) 2>&5
19591 ac_status=$?
19592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19593 (exit $ac_status); }; }; then
19594 ac_cv_type_long_long=yes
19595 else
19596 echo "$as_me: failed program was:" >&5
19597 sed 's/^/| /' conftest.$ac_ext >&5
19598
19599 ac_cv_type_long_long=no
19600 fi
19601 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19602 fi
19603 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19604 echo "${ECHO_T}$ac_cv_type_long_long" >&6
19605
19606 echo "$as_me:$LINENO: checking size of long long" >&5
19607 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
19608 if test "${ac_cv_sizeof_long_long+set}" = set; then
19609 echo $ECHO_N "(cached) $ECHO_C" >&6
19610 else
19611 if test "$ac_cv_type_long_long" = yes; then
19612 # The cast to unsigned long works around a bug in the HP C Compiler
19613 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19614 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19615 # This bug is HP SR number 8606223364.
19616 if test "$cross_compiling" = yes; then
19617 # Depending upon the size, compute the lo and hi bounds.
19618 cat >conftest.$ac_ext <<_ACEOF
19619 /* confdefs.h. */
19620 _ACEOF
19621 cat confdefs.h >>conftest.$ac_ext
19622 cat >>conftest.$ac_ext <<_ACEOF
19623 /* end confdefs.h. */
19624 $ac_includes_default
19625 int
19626 main ()
19627 {
19628 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
19629 test_array [0] = 0
19630
19631 ;
19632 return 0;
19633 }
19634 _ACEOF
19635 rm -f conftest.$ac_objext
19636 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19637 (eval $ac_compile) 2>conftest.er1
19638 ac_status=$?
19639 grep -v '^ *+' conftest.er1 >conftest.err
19640 rm -f conftest.er1
19641 cat conftest.err >&5
19642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19643 (exit $ac_status); } &&
19644 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19646 (eval $ac_try) 2>&5
19647 ac_status=$?
19648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19649 (exit $ac_status); }; } &&
19650 { ac_try='test -s conftest.$ac_objext'
19651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19652 (eval $ac_try) 2>&5
19653 ac_status=$?
19654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19655 (exit $ac_status); }; }; then
19656 ac_lo=0 ac_mid=0
19657 while :; do
19658 cat >conftest.$ac_ext <<_ACEOF
19659 /* confdefs.h. */
19660 _ACEOF
19661 cat confdefs.h >>conftest.$ac_ext
19662 cat >>conftest.$ac_ext <<_ACEOF
19663 /* end confdefs.h. */
19664 $ac_includes_default
19665 int
19666 main ()
19667 {
19668 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19669 test_array [0] = 0
19670
19671 ;
19672 return 0;
19673 }
19674 _ACEOF
19675 rm -f conftest.$ac_objext
19676 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19677 (eval $ac_compile) 2>conftest.er1
19678 ac_status=$?
19679 grep -v '^ *+' conftest.er1 >conftest.err
19680 rm -f conftest.er1
19681 cat conftest.err >&5
19682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19683 (exit $ac_status); } &&
19684 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19686 (eval $ac_try) 2>&5
19687 ac_status=$?
19688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19689 (exit $ac_status); }; } &&
19690 { ac_try='test -s conftest.$ac_objext'
19691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19692 (eval $ac_try) 2>&5
19693 ac_status=$?
19694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19695 (exit $ac_status); }; }; then
19696 ac_hi=$ac_mid; break
19697 else
19698 echo "$as_me: failed program was:" >&5
19699 sed 's/^/| /' conftest.$ac_ext >&5
19700
19701 ac_lo=`expr $ac_mid + 1`
19702 if test $ac_lo -le $ac_mid; then
19703 ac_lo= ac_hi=
19704 break
19705 fi
19706 ac_mid=`expr 2 '*' $ac_mid + 1`
19707 fi
19708 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19709 done
19710 else
19711 echo "$as_me: failed program was:" >&5
19712 sed 's/^/| /' conftest.$ac_ext >&5
19713
19714 cat >conftest.$ac_ext <<_ACEOF
19715 /* confdefs.h. */
19716 _ACEOF
19717 cat confdefs.h >>conftest.$ac_ext
19718 cat >>conftest.$ac_ext <<_ACEOF
19719 /* end confdefs.h. */
19720 $ac_includes_default
19721 int
19722 main ()
19723 {
19724 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
19725 test_array [0] = 0
19726
19727 ;
19728 return 0;
19729 }
19730 _ACEOF
19731 rm -f conftest.$ac_objext
19732 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19733 (eval $ac_compile) 2>conftest.er1
19734 ac_status=$?
19735 grep -v '^ *+' conftest.er1 >conftest.err
19736 rm -f conftest.er1
19737 cat conftest.err >&5
19738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19739 (exit $ac_status); } &&
19740 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19742 (eval $ac_try) 2>&5
19743 ac_status=$?
19744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19745 (exit $ac_status); }; } &&
19746 { ac_try='test -s conftest.$ac_objext'
19747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19748 (eval $ac_try) 2>&5
19749 ac_status=$?
19750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19751 (exit $ac_status); }; }; then
19752 ac_hi=-1 ac_mid=-1
19753 while :; do
19754 cat >conftest.$ac_ext <<_ACEOF
19755 /* confdefs.h. */
19756 _ACEOF
19757 cat confdefs.h >>conftest.$ac_ext
19758 cat >>conftest.$ac_ext <<_ACEOF
19759 /* end confdefs.h. */
19760 $ac_includes_default
19761 int
19762 main ()
19763 {
19764 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
19765 test_array [0] = 0
19766
19767 ;
19768 return 0;
19769 }
19770 _ACEOF
19771 rm -f conftest.$ac_objext
19772 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19773 (eval $ac_compile) 2>conftest.er1
19774 ac_status=$?
19775 grep -v '^ *+' conftest.er1 >conftest.err
19776 rm -f conftest.er1
19777 cat conftest.err >&5
19778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19779 (exit $ac_status); } &&
19780 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19782 (eval $ac_try) 2>&5
19783 ac_status=$?
19784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19785 (exit $ac_status); }; } &&
19786 { ac_try='test -s conftest.$ac_objext'
19787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19788 (eval $ac_try) 2>&5
19789 ac_status=$?
19790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19791 (exit $ac_status); }; }; then
19792 ac_lo=$ac_mid; break
19793 else
19794 echo "$as_me: failed program was:" >&5
19795 sed 's/^/| /' conftest.$ac_ext >&5
19796
19797 ac_hi=`expr '(' $ac_mid ')' - 1`
19798 if test $ac_mid -le $ac_hi; then
19799 ac_lo= ac_hi=
19800 break
19801 fi
19802 ac_mid=`expr 2 '*' $ac_mid`
19803 fi
19804 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19805 done
19806 else
19807 echo "$as_me: failed program was:" >&5
19808 sed 's/^/| /' conftest.$ac_ext >&5
19809
19810 ac_lo= ac_hi=
19811 fi
19812 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19813 fi
19814 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19815 # Binary search between lo and hi bounds.
19816 while test "x$ac_lo" != "x$ac_hi"; do
19817 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19818 cat >conftest.$ac_ext <<_ACEOF
19819 /* confdefs.h. */
19820 _ACEOF
19821 cat confdefs.h >>conftest.$ac_ext
19822 cat >>conftest.$ac_ext <<_ACEOF
19823 /* end confdefs.h. */
19824 $ac_includes_default
19825 int
19826 main ()
19827 {
19828 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19829 test_array [0] = 0
19830
19831 ;
19832 return 0;
19833 }
19834 _ACEOF
19835 rm -f conftest.$ac_objext
19836 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19837 (eval $ac_compile) 2>conftest.er1
19838 ac_status=$?
19839 grep -v '^ *+' conftest.er1 >conftest.err
19840 rm -f conftest.er1
19841 cat conftest.err >&5
19842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19843 (exit $ac_status); } &&
19844 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19846 (eval $ac_try) 2>&5
19847 ac_status=$?
19848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19849 (exit $ac_status); }; } &&
19850 { ac_try='test -s conftest.$ac_objext'
19851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19852 (eval $ac_try) 2>&5
19853 ac_status=$?
19854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19855 (exit $ac_status); }; }; then
19856 ac_hi=$ac_mid
19857 else
19858 echo "$as_me: failed program was:" >&5
19859 sed 's/^/| /' conftest.$ac_ext >&5
19860
19861 ac_lo=`expr '(' $ac_mid ')' + 1`
19862 fi
19863 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19864 done
19865 case $ac_lo in
19866 ?*) ac_cv_sizeof_long_long=$ac_lo;;
19867 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19868 See \`config.log' for more details." >&5
19869 echo "$as_me: error: cannot compute sizeof (long long), 77
19870 See \`config.log' for more details." >&2;}
19871 { (exit 1); exit 1; }; } ;;
19872 esac
19873 else
19874 if test "$cross_compiling" = yes; then
19875 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19876 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19877 { (exit 1); exit 1; }; }
19878 else
19879 cat >conftest.$ac_ext <<_ACEOF
19880 /* confdefs.h. */
19881 _ACEOF
19882 cat confdefs.h >>conftest.$ac_ext
19883 cat >>conftest.$ac_ext <<_ACEOF
19884 /* end confdefs.h. */
19885 $ac_includes_default
19886 long longval () { return (long) (sizeof (long long)); }
19887 unsigned long ulongval () { return (long) (sizeof (long long)); }
19888 #include <stdio.h>
19889 #include <stdlib.h>
19890 int
19891 main ()
19892 {
19893
19894 FILE *f = fopen ("conftest.val", "w");
19895 if (! f)
19896 exit (1);
19897 if (((long) (sizeof (long long))) < 0)
19898 {
19899 long i = longval ();
19900 if (i != ((long) (sizeof (long long))))
19901 exit (1);
19902 fprintf (f, "%ld\n", i);
19903 }
19904 else
19905 {
19906 unsigned long i = ulongval ();
19907 if (i != ((long) (sizeof (long long))))
19908 exit (1);
19909 fprintf (f, "%lu\n", i);
19910 }
19911 exit (ferror (f) || fclose (f) != 0);
19912
19913 ;
19914 return 0;
19915 }
19916 _ACEOF
19917 rm -f conftest$ac_exeext
19918 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19919 (eval $ac_link) 2>&5
19920 ac_status=$?
19921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19922 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19924 (eval $ac_try) 2>&5
19925 ac_status=$?
19926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19927 (exit $ac_status); }; }; then
19928 ac_cv_sizeof_long_long=`cat conftest.val`
19929 else
19930 echo "$as_me: program exited with status $ac_status" >&5
19931 echo "$as_me: failed program was:" >&5
19932 sed 's/^/| /' conftest.$ac_ext >&5
19933
19934 ( exit $ac_status )
19935 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19936 See \`config.log' for more details." >&5
19937 echo "$as_me: error: cannot compute sizeof (long long), 77
19938 See \`config.log' for more details." >&2;}
19939 { (exit 1); exit 1; }; }
19940 fi
19941 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19942 fi
19943 fi
19944 rm -f conftest.val
19945 else
19946 ac_cv_sizeof_long_long=0
19947 fi
19948 fi
19949 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19950 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19951 cat >>confdefs.h <<_ACEOF
19952 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19953 _ACEOF
19954
19955
19956 if test "$ac_cv_sizeof_long_long" != "0"; then
19957 CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG"
19958 fi
19959 ;;
19960 * )
19961 echo "$as_me:$LINENO: checking for long long" >&5
19962 echo $ECHO_N "checking for long long... $ECHO_C" >&6
19963 if test "${ac_cv_type_long_long+set}" = set; then
19964 echo $ECHO_N "(cached) $ECHO_C" >&6
19965 else
19966 cat >conftest.$ac_ext <<_ACEOF
19967 /* confdefs.h. */
19968 _ACEOF
19969 cat confdefs.h >>conftest.$ac_ext
19970 cat >>conftest.$ac_ext <<_ACEOF
19971 /* end confdefs.h. */
19972 $ac_includes_default
19973 int
19974 main ()
19975 {
19976 if ((long long *) 0)
19977 return 0;
19978 if (sizeof (long long))
19979 return 0;
19980 ;
19981 return 0;
19982 }
19983 _ACEOF
19984 rm -f conftest.$ac_objext
19985 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19986 (eval $ac_compile) 2>conftest.er1
19987 ac_status=$?
19988 grep -v '^ *+' conftest.er1 >conftest.err
19989 rm -f conftest.er1
19990 cat conftest.err >&5
19991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19992 (exit $ac_status); } &&
19993 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19995 (eval $ac_try) 2>&5
19996 ac_status=$?
19997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19998 (exit $ac_status); }; } &&
19999 { ac_try='test -s conftest.$ac_objext'
20000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20001 (eval $ac_try) 2>&5
20002 ac_status=$?
20003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20004 (exit $ac_status); }; }; then
20005 ac_cv_type_long_long=yes
20006 else
20007 echo "$as_me: failed program was:" >&5
20008 sed 's/^/| /' conftest.$ac_ext >&5
20009
20010 ac_cv_type_long_long=no
20011 fi
20012 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20013 fi
20014 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20015 echo "${ECHO_T}$ac_cv_type_long_long" >&6
20016
20017 echo "$as_me:$LINENO: checking size of long long" >&5
20018 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
20019 if test "${ac_cv_sizeof_long_long+set}" = set; then
20020 echo $ECHO_N "(cached) $ECHO_C" >&6
20021 else
20022 if test "$ac_cv_type_long_long" = yes; then
20023 # The cast to unsigned long works around a bug in the HP C Compiler
20024 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20025 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20026 # This bug is HP SR number 8606223364.
20027 if test "$cross_compiling" = yes; then
20028 # Depending upon the size, compute the lo and hi bounds.
20029 cat >conftest.$ac_ext <<_ACEOF
20030 /* confdefs.h. */
20031 _ACEOF
20032 cat confdefs.h >>conftest.$ac_ext
20033 cat >>conftest.$ac_ext <<_ACEOF
20034 /* end confdefs.h. */
20035 $ac_includes_default
20036 int
20037 main ()
20038 {
20039 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
20040 test_array [0] = 0
20041
20042 ;
20043 return 0;
20044 }
20045 _ACEOF
20046 rm -f conftest.$ac_objext
20047 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20048 (eval $ac_compile) 2>conftest.er1
20049 ac_status=$?
20050 grep -v '^ *+' conftest.er1 >conftest.err
20051 rm -f conftest.er1
20052 cat conftest.err >&5
20053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20054 (exit $ac_status); } &&
20055 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20057 (eval $ac_try) 2>&5
20058 ac_status=$?
20059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20060 (exit $ac_status); }; } &&
20061 { ac_try='test -s conftest.$ac_objext'
20062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20063 (eval $ac_try) 2>&5
20064 ac_status=$?
20065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20066 (exit $ac_status); }; }; then
20067 ac_lo=0 ac_mid=0
20068 while :; do
20069 cat >conftest.$ac_ext <<_ACEOF
20070 /* confdefs.h. */
20071 _ACEOF
20072 cat confdefs.h >>conftest.$ac_ext
20073 cat >>conftest.$ac_ext <<_ACEOF
20074 /* end confdefs.h. */
20075 $ac_includes_default
20076 int
20077 main ()
20078 {
20079 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
20080 test_array [0] = 0
20081
20082 ;
20083 return 0;
20084 }
20085 _ACEOF
20086 rm -f conftest.$ac_objext
20087 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20088 (eval $ac_compile) 2>conftest.er1
20089 ac_status=$?
20090 grep -v '^ *+' conftest.er1 >conftest.err
20091 rm -f conftest.er1
20092 cat conftest.err >&5
20093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20094 (exit $ac_status); } &&
20095 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20097 (eval $ac_try) 2>&5
20098 ac_status=$?
20099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20100 (exit $ac_status); }; } &&
20101 { ac_try='test -s conftest.$ac_objext'
20102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20103 (eval $ac_try) 2>&5
20104 ac_status=$?
20105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20106 (exit $ac_status); }; }; then
20107 ac_hi=$ac_mid; break
20108 else
20109 echo "$as_me: failed program was:" >&5
20110 sed 's/^/| /' conftest.$ac_ext >&5
20111
20112 ac_lo=`expr $ac_mid + 1`
20113 if test $ac_lo -le $ac_mid; then
20114 ac_lo= ac_hi=
20115 break
20116 fi
20117 ac_mid=`expr 2 '*' $ac_mid + 1`
20118 fi
20119 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20120 done
20121 else
20122 echo "$as_me: failed program was:" >&5
20123 sed 's/^/| /' conftest.$ac_ext >&5
20124
20125 cat >conftest.$ac_ext <<_ACEOF
20126 /* confdefs.h. */
20127 _ACEOF
20128 cat confdefs.h >>conftest.$ac_ext
20129 cat >>conftest.$ac_ext <<_ACEOF
20130 /* end confdefs.h. */
20131 $ac_includes_default
20132 int
20133 main ()
20134 {
20135 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
20136 test_array [0] = 0
20137
20138 ;
20139 return 0;
20140 }
20141 _ACEOF
20142 rm -f conftest.$ac_objext
20143 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20144 (eval $ac_compile) 2>conftest.er1
20145 ac_status=$?
20146 grep -v '^ *+' conftest.er1 >conftest.err
20147 rm -f conftest.er1
20148 cat conftest.err >&5
20149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20150 (exit $ac_status); } &&
20151 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20153 (eval $ac_try) 2>&5
20154 ac_status=$?
20155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20156 (exit $ac_status); }; } &&
20157 { ac_try='test -s conftest.$ac_objext'
20158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20159 (eval $ac_try) 2>&5
20160 ac_status=$?
20161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20162 (exit $ac_status); }; }; then
20163 ac_hi=-1 ac_mid=-1
20164 while :; do
20165 cat >conftest.$ac_ext <<_ACEOF
20166 /* confdefs.h. */
20167 _ACEOF
20168 cat confdefs.h >>conftest.$ac_ext
20169 cat >>conftest.$ac_ext <<_ACEOF
20170 /* end confdefs.h. */
20171 $ac_includes_default
20172 int
20173 main ()
20174 {
20175 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
20176 test_array [0] = 0
20177
20178 ;
20179 return 0;
20180 }
20181 _ACEOF
20182 rm -f conftest.$ac_objext
20183 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20184 (eval $ac_compile) 2>conftest.er1
20185 ac_status=$?
20186 grep -v '^ *+' conftest.er1 >conftest.err
20187 rm -f conftest.er1
20188 cat conftest.err >&5
20189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20190 (exit $ac_status); } &&
20191 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20193 (eval $ac_try) 2>&5
20194 ac_status=$?
20195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20196 (exit $ac_status); }; } &&
20197 { ac_try='test -s conftest.$ac_objext'
20198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20199 (eval $ac_try) 2>&5
20200 ac_status=$?
20201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20202 (exit $ac_status); }; }; then
20203 ac_lo=$ac_mid; break
20204 else
20205 echo "$as_me: failed program was:" >&5
20206 sed 's/^/| /' conftest.$ac_ext >&5
20207
20208 ac_hi=`expr '(' $ac_mid ')' - 1`
20209 if test $ac_mid -le $ac_hi; then
20210 ac_lo= ac_hi=
20211 break
20212 fi
20213 ac_mid=`expr 2 '*' $ac_mid`
20214 fi
20215 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20216 done
20217 else
20218 echo "$as_me: failed program was:" >&5
20219 sed 's/^/| /' conftest.$ac_ext >&5
20220
20221 ac_lo= ac_hi=
20222 fi
20223 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20224 fi
20225 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20226 # Binary search between lo and hi bounds.
20227 while test "x$ac_lo" != "x$ac_hi"; do
20228 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20229 cat >conftest.$ac_ext <<_ACEOF
20230 /* confdefs.h. */
20231 _ACEOF
20232 cat confdefs.h >>conftest.$ac_ext
20233 cat >>conftest.$ac_ext <<_ACEOF
20234 /* end confdefs.h. */
20235 $ac_includes_default
20236 int
20237 main ()
20238 {
20239 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
20240 test_array [0] = 0
20241
20242 ;
20243 return 0;
20244 }
20245 _ACEOF
20246 rm -f conftest.$ac_objext
20247 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20248 (eval $ac_compile) 2>conftest.er1
20249 ac_status=$?
20250 grep -v '^ *+' conftest.er1 >conftest.err
20251 rm -f conftest.er1
20252 cat conftest.err >&5
20253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20254 (exit $ac_status); } &&
20255 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20257 (eval $ac_try) 2>&5
20258 ac_status=$?
20259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20260 (exit $ac_status); }; } &&
20261 { ac_try='test -s conftest.$ac_objext'
20262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20263 (eval $ac_try) 2>&5
20264 ac_status=$?
20265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20266 (exit $ac_status); }; }; then
20267 ac_hi=$ac_mid
20268 else
20269 echo "$as_me: failed program was:" >&5
20270 sed 's/^/| /' conftest.$ac_ext >&5
20271
20272 ac_lo=`expr '(' $ac_mid ')' + 1`
20273 fi
20274 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20275 done
20276 case $ac_lo in
20277 ?*) ac_cv_sizeof_long_long=$ac_lo;;
20278 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
20279 See \`config.log' for more details." >&5
20280 echo "$as_me: error: cannot compute sizeof (long long), 77
20281 See \`config.log' for more details." >&2;}
20282 { (exit 1); exit 1; }; } ;;
20283 esac
20284 else
20285 if test "$cross_compiling" = yes; then
20286 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
20287 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
20288 { (exit 1); exit 1; }; }
20289 else
20290 cat >conftest.$ac_ext <<_ACEOF
20291 /* confdefs.h. */
20292 _ACEOF
20293 cat confdefs.h >>conftest.$ac_ext
20294 cat >>conftest.$ac_ext <<_ACEOF
20295 /* end confdefs.h. */
20296 $ac_includes_default
20297 long longval () { return (long) (sizeof (long long)); }
20298 unsigned long ulongval () { return (long) (sizeof (long long)); }
20299 #include <stdio.h>
20300 #include <stdlib.h>
20301 int
20302 main ()
20303 {
20304
20305 FILE *f = fopen ("conftest.val", "w");
20306 if (! f)
20307 exit (1);
20308 if (((long) (sizeof (long long))) < 0)
20309 {
20310 long i = longval ();
20311 if (i != ((long) (sizeof (long long))))
20312 exit (1);
20313 fprintf (f, "%ld\n", i);
20314 }
20315 else
20316 {
20317 unsigned long i = ulongval ();
20318 if (i != ((long) (sizeof (long long))))
20319 exit (1);
20320 fprintf (f, "%lu\n", i);
20321 }
20322 exit (ferror (f) || fclose (f) != 0);
20323
20324 ;
20325 return 0;
20326 }
20327 _ACEOF
20328 rm -f conftest$ac_exeext
20329 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20330 (eval $ac_link) 2>&5
20331 ac_status=$?
20332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20333 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20335 (eval $ac_try) 2>&5
20336 ac_status=$?
20337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20338 (exit $ac_status); }; }; then
20339 ac_cv_sizeof_long_long=`cat conftest.val`
20340 else
20341 echo "$as_me: program exited with status $ac_status" >&5
20342 echo "$as_me: failed program was:" >&5
20343 sed 's/^/| /' conftest.$ac_ext >&5
20344
20345 ( exit $ac_status )
20346 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
20347 See \`config.log' for more details." >&5
20348 echo "$as_me: error: cannot compute sizeof (long long), 77
20349 See \`config.log' for more details." >&2;}
20350 { (exit 1); exit 1; }; }
20351 fi
20352 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20353 fi
20354 fi
20355 rm -f conftest.val
20356 else
20357 ac_cv_sizeof_long_long=0
20358 fi
20359 fi
20360 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
20361 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
20362 cat >>confdefs.h <<_ACEOF
20363 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20364 _ACEOF
20365
20366
20367 esac
20368
20369 echo "$as_me:$LINENO: checking for wchar_t" >&5
20370 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
20371 if test "${ac_cv_type_wchar_t+set}" = set; then
20372 echo $ECHO_N "(cached) $ECHO_C" >&6
20373 else
20374 cat >conftest.$ac_ext <<_ACEOF
20375 /* confdefs.h. */
20376 _ACEOF
20377 cat confdefs.h >>conftest.$ac_ext
20378 cat >>conftest.$ac_ext <<_ACEOF
20379 /* end confdefs.h. */
20380
20381 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20382 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20383 # error "fake wchar_t"
20384 #endif
20385 #ifdef HAVE_WCHAR_H
20386 # ifdef __CYGWIN__
20387 # include <stddef.h>
20388 # endif
20389 # include <wchar.h>
20390 #endif
20391 #ifdef HAVE_STDLIB_H
20392 # include <stdlib.h>
20393 #endif
20394 #include <stdio.h>
20395
20396
20397
20398 int
20399 main ()
20400 {
20401 if ((wchar_t *) 0)
20402 return 0;
20403 if (sizeof (wchar_t))
20404 return 0;
20405 ;
20406 return 0;
20407 }
20408 _ACEOF
20409 rm -f conftest.$ac_objext
20410 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20411 (eval $ac_compile) 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); } &&
20418 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20420 (eval $ac_try) 2>&5
20421 ac_status=$?
20422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20423 (exit $ac_status); }; } &&
20424 { ac_try='test -s conftest.$ac_objext'
20425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20426 (eval $ac_try) 2>&5
20427 ac_status=$?
20428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20429 (exit $ac_status); }; }; then
20430 ac_cv_type_wchar_t=yes
20431 else
20432 echo "$as_me: failed program was:" >&5
20433 sed 's/^/| /' conftest.$ac_ext >&5
20434
20435 ac_cv_type_wchar_t=no
20436 fi
20437 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20438 fi
20439 echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
20440 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6
20441
20442 echo "$as_me:$LINENO: checking size of wchar_t" >&5
20443 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
20444 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
20445 echo $ECHO_N "(cached) $ECHO_C" >&6
20446 else
20447 if test "$ac_cv_type_wchar_t" = yes; then
20448 # The cast to unsigned long works around a bug in the HP C Compiler
20449 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20450 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20451 # This bug is HP SR number 8606223364.
20452 if test "$cross_compiling" = yes; then
20453 # Depending upon the size, compute the lo and hi bounds.
20454 cat >conftest.$ac_ext <<_ACEOF
20455 /* confdefs.h. */
20456 _ACEOF
20457 cat confdefs.h >>conftest.$ac_ext
20458 cat >>conftest.$ac_ext <<_ACEOF
20459 /* end confdefs.h. */
20460
20461 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20462 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20463 # error "fake wchar_t"
20464 #endif
20465 #ifdef HAVE_WCHAR_H
20466 # ifdef __CYGWIN__
20467 # include <stddef.h>
20468 # endif
20469 # include <wchar.h>
20470 #endif
20471 #ifdef HAVE_STDLIB_H
20472 # include <stdlib.h>
20473 #endif
20474 #include <stdio.h>
20475
20476
20477
20478 int
20479 main ()
20480 {
20481 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)];
20482 test_array [0] = 0
20483
20484 ;
20485 return 0;
20486 }
20487 _ACEOF
20488 rm -f conftest.$ac_objext
20489 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20490 (eval $ac_compile) 2>conftest.er1
20491 ac_status=$?
20492 grep -v '^ *+' conftest.er1 >conftest.err
20493 rm -f conftest.er1
20494 cat conftest.err >&5
20495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20496 (exit $ac_status); } &&
20497 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20499 (eval $ac_try) 2>&5
20500 ac_status=$?
20501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20502 (exit $ac_status); }; } &&
20503 { ac_try='test -s conftest.$ac_objext'
20504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20505 (eval $ac_try) 2>&5
20506 ac_status=$?
20507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20508 (exit $ac_status); }; }; then
20509 ac_lo=0 ac_mid=0
20510 while :; do
20511 cat >conftest.$ac_ext <<_ACEOF
20512 /* confdefs.h. */
20513 _ACEOF
20514 cat confdefs.h >>conftest.$ac_ext
20515 cat >>conftest.$ac_ext <<_ACEOF
20516 /* end confdefs.h. */
20517
20518 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20519 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20520 # error "fake wchar_t"
20521 #endif
20522 #ifdef HAVE_WCHAR_H
20523 # ifdef __CYGWIN__
20524 # include <stddef.h>
20525 # endif
20526 # include <wchar.h>
20527 #endif
20528 #ifdef HAVE_STDLIB_H
20529 # include <stdlib.h>
20530 #endif
20531 #include <stdio.h>
20532
20533
20534
20535 int
20536 main ()
20537 {
20538 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
20539 test_array [0] = 0
20540
20541 ;
20542 return 0;
20543 }
20544 _ACEOF
20545 rm -f conftest.$ac_objext
20546 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20547 (eval $ac_compile) 2>conftest.er1
20548 ac_status=$?
20549 grep -v '^ *+' conftest.er1 >conftest.err
20550 rm -f conftest.er1
20551 cat conftest.err >&5
20552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20553 (exit $ac_status); } &&
20554 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20556 (eval $ac_try) 2>&5
20557 ac_status=$?
20558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20559 (exit $ac_status); }; } &&
20560 { ac_try='test -s conftest.$ac_objext'
20561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20562 (eval $ac_try) 2>&5
20563 ac_status=$?
20564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20565 (exit $ac_status); }; }; then
20566 ac_hi=$ac_mid; break
20567 else
20568 echo "$as_me: failed program was:" >&5
20569 sed 's/^/| /' conftest.$ac_ext >&5
20570
20571 ac_lo=`expr $ac_mid + 1`
20572 if test $ac_lo -le $ac_mid; then
20573 ac_lo= ac_hi=
20574 break
20575 fi
20576 ac_mid=`expr 2 '*' $ac_mid + 1`
20577 fi
20578 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20579 done
20580 else
20581 echo "$as_me: failed program was:" >&5
20582 sed 's/^/| /' conftest.$ac_ext >&5
20583
20584 cat >conftest.$ac_ext <<_ACEOF
20585 /* confdefs.h. */
20586 _ACEOF
20587 cat confdefs.h >>conftest.$ac_ext
20588 cat >>conftest.$ac_ext <<_ACEOF
20589 /* end confdefs.h. */
20590
20591 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20592 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20593 # error "fake wchar_t"
20594 #endif
20595 #ifdef HAVE_WCHAR_H
20596 # ifdef __CYGWIN__
20597 # include <stddef.h>
20598 # endif
20599 # include <wchar.h>
20600 #endif
20601 #ifdef HAVE_STDLIB_H
20602 # include <stdlib.h>
20603 #endif
20604 #include <stdio.h>
20605
20606
20607
20608 int
20609 main ()
20610 {
20611 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)];
20612 test_array [0] = 0
20613
20614 ;
20615 return 0;
20616 }
20617 _ACEOF
20618 rm -f conftest.$ac_objext
20619 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20620 (eval $ac_compile) 2>conftest.er1
20621 ac_status=$?
20622 grep -v '^ *+' conftest.er1 >conftest.err
20623 rm -f conftest.er1
20624 cat conftest.err >&5
20625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20626 (exit $ac_status); } &&
20627 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20629 (eval $ac_try) 2>&5
20630 ac_status=$?
20631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20632 (exit $ac_status); }; } &&
20633 { ac_try='test -s conftest.$ac_objext'
20634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20635 (eval $ac_try) 2>&5
20636 ac_status=$?
20637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20638 (exit $ac_status); }; }; then
20639 ac_hi=-1 ac_mid=-1
20640 while :; do
20641 cat >conftest.$ac_ext <<_ACEOF
20642 /* confdefs.h. */
20643 _ACEOF
20644 cat confdefs.h >>conftest.$ac_ext
20645 cat >>conftest.$ac_ext <<_ACEOF
20646 /* end confdefs.h. */
20647
20648 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20649 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20650 # error "fake wchar_t"
20651 #endif
20652 #ifdef HAVE_WCHAR_H
20653 # ifdef __CYGWIN__
20654 # include <stddef.h>
20655 # endif
20656 # include <wchar.h>
20657 #endif
20658 #ifdef HAVE_STDLIB_H
20659 # include <stdlib.h>
20660 #endif
20661 #include <stdio.h>
20662
20663
20664
20665 int
20666 main ()
20667 {
20668 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= $ac_mid)];
20669 test_array [0] = 0
20670
20671 ;
20672 return 0;
20673 }
20674 _ACEOF
20675 rm -f conftest.$ac_objext
20676 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20677 (eval $ac_compile) 2>conftest.er1
20678 ac_status=$?
20679 grep -v '^ *+' conftest.er1 >conftest.err
20680 rm -f conftest.er1
20681 cat conftest.err >&5
20682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20683 (exit $ac_status); } &&
20684 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20686 (eval $ac_try) 2>&5
20687 ac_status=$?
20688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20689 (exit $ac_status); }; } &&
20690 { ac_try='test -s conftest.$ac_objext'
20691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20692 (eval $ac_try) 2>&5
20693 ac_status=$?
20694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20695 (exit $ac_status); }; }; then
20696 ac_lo=$ac_mid; break
20697 else
20698 echo "$as_me: failed program was:" >&5
20699 sed 's/^/| /' conftest.$ac_ext >&5
20700
20701 ac_hi=`expr '(' $ac_mid ')' - 1`
20702 if test $ac_mid -le $ac_hi; then
20703 ac_lo= ac_hi=
20704 break
20705 fi
20706 ac_mid=`expr 2 '*' $ac_mid`
20707 fi
20708 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20709 done
20710 else
20711 echo "$as_me: failed program was:" >&5
20712 sed 's/^/| /' conftest.$ac_ext >&5
20713
20714 ac_lo= ac_hi=
20715 fi
20716 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20717 fi
20718 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20719 # Binary search between lo and hi bounds.
20720 while test "x$ac_lo" != "x$ac_hi"; do
20721 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20722 cat >conftest.$ac_ext <<_ACEOF
20723 /* confdefs.h. */
20724 _ACEOF
20725 cat confdefs.h >>conftest.$ac_ext
20726 cat >>conftest.$ac_ext <<_ACEOF
20727 /* end confdefs.h. */
20728
20729 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20730 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20731 # error "fake wchar_t"
20732 #endif
20733 #ifdef HAVE_WCHAR_H
20734 # ifdef __CYGWIN__
20735 # include <stddef.h>
20736 # endif
20737 # include <wchar.h>
20738 #endif
20739 #ifdef HAVE_STDLIB_H
20740 # include <stdlib.h>
20741 #endif
20742 #include <stdio.h>
20743
20744
20745
20746 int
20747 main ()
20748 {
20749 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
20750 test_array [0] = 0
20751
20752 ;
20753 return 0;
20754 }
20755 _ACEOF
20756 rm -f conftest.$ac_objext
20757 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20758 (eval $ac_compile) 2>conftest.er1
20759 ac_status=$?
20760 grep -v '^ *+' conftest.er1 >conftest.err
20761 rm -f conftest.er1
20762 cat conftest.err >&5
20763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20764 (exit $ac_status); } &&
20765 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20767 (eval $ac_try) 2>&5
20768 ac_status=$?
20769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20770 (exit $ac_status); }; } &&
20771 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
20777 ac_hi=$ac_mid
20778 else
20779 echo "$as_me: failed program was:" >&5
20780 sed 's/^/| /' conftest.$ac_ext >&5
20781
20782 ac_lo=`expr '(' $ac_mid ')' + 1`
20783 fi
20784 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20785 done
20786 case $ac_lo in
20787 ?*) ac_cv_sizeof_wchar_t=$ac_lo;;
20788 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
20789 See \`config.log' for more details." >&5
20790 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
20791 See \`config.log' for more details." >&2;}
20792 { (exit 1); exit 1; }; } ;;
20793 esac
20794 else
20795 if test "$cross_compiling" = yes; then
20796 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
20797 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
20798 { (exit 1); exit 1; }; }
20799 else
20800 cat >conftest.$ac_ext <<_ACEOF
20801 /* confdefs.h. */
20802 _ACEOF
20803 cat confdefs.h >>conftest.$ac_ext
20804 cat >>conftest.$ac_ext <<_ACEOF
20805 /* end confdefs.h. */
20806
20807 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20808 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20809 # error "fake wchar_t"
20810 #endif
20811 #ifdef HAVE_WCHAR_H
20812 # ifdef __CYGWIN__
20813 # include <stddef.h>
20814 # endif
20815 # include <wchar.h>
20816 #endif
20817 #ifdef HAVE_STDLIB_H
20818 # include <stdlib.h>
20819 #endif
20820 #include <stdio.h>
20821
20822
20823
20824 long longval () { return (long) (sizeof (wchar_t)); }
20825 unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
20826 #include <stdio.h>
20827 #include <stdlib.h>
20828 int
20829 main ()
20830 {
20831
20832 FILE *f = fopen ("conftest.val", "w");
20833 if (! f)
20834 exit (1);
20835 if (((long) (sizeof (wchar_t))) < 0)
20836 {
20837 long i = longval ();
20838 if (i != ((long) (sizeof (wchar_t))))
20839 exit (1);
20840 fprintf (f, "%ld\n", i);
20841 }
20842 else
20843 {
20844 unsigned long i = ulongval ();
20845 if (i != ((long) (sizeof (wchar_t))))
20846 exit (1);
20847 fprintf (f, "%lu\n", i);
20848 }
20849 exit (ferror (f) || fclose (f) != 0);
20850
20851 ;
20852 return 0;
20853 }
20854 _ACEOF
20855 rm -f conftest$ac_exeext
20856 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20857 (eval $ac_link) 2>&5
20858 ac_status=$?
20859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20860 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20862 (eval $ac_try) 2>&5
20863 ac_status=$?
20864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20865 (exit $ac_status); }; }; then
20866 ac_cv_sizeof_wchar_t=`cat conftest.val`
20867 else
20868 echo "$as_me: program exited with status $ac_status" >&5
20869 echo "$as_me: failed program was:" >&5
20870 sed 's/^/| /' conftest.$ac_ext >&5
20871
20872 ( exit $ac_status )
20873 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
20874 See \`config.log' for more details." >&5
20875 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
20876 See \`config.log' for more details." >&2;}
20877 { (exit 1); exit 1; }; }
20878 fi
20879 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20880 fi
20881 fi
20882 rm -f conftest.val
20883 else
20884 ac_cv_sizeof_wchar_t=0
20885 fi
20886 fi
20887 echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
20888 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6
20889 cat >>confdefs.h <<_ACEOF
20890 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
20891 _ACEOF
20892
20893
20894 if test "$ac_cv_sizeof_wchar_t" != "0"; then
20895 wxUSE_WCHAR_T=yes
20896 else
20897 wxUSE_WCHAR_T=no
20898 fi
20899
20900 echo "$as_me:$LINENO: checking for va_copy" >&5
20901 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
20902 if test "${wx_cv_func_va_copy+set}" = set; then
20903 echo $ECHO_N "(cached) $ECHO_C" >&6
20904 else
20905
20906 cat >conftest.$ac_ext <<_ACEOF
20907
20908 #include <stdarg.h>
20909 void foo(char *f, ...)
20910 {
20911 va_list ap1, ap2;
20912 va_start(ap1, f);
20913 va_copy(ap2, ap1);
20914 va_end(ap2);
20915 va_end(ap1);
20916 }
20917 int main()
20918 {
20919 foo("hi", 17);
20920 return 0;
20921 }
20922 _ACEOF
20923 rm -f conftest.$ac_objext conftest$ac_exeext
20924 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20925 (eval $ac_link) 2>conftest.er1
20926 ac_status=$?
20927 grep -v '^ *+' conftest.er1 >conftest.err
20928 rm -f conftest.er1
20929 cat conftest.err >&5
20930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20931 (exit $ac_status); } &&
20932 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20934 (eval $ac_try) 2>&5
20935 ac_status=$?
20936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20937 (exit $ac_status); }; } &&
20938 { ac_try='test -s conftest$ac_exeext'
20939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20940 (eval $ac_try) 2>&5
20941 ac_status=$?
20942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20943 (exit $ac_status); }; }; then
20944 wx_cv_func_va_copy=yes
20945 else
20946 echo "$as_me: failed program was:" >&5
20947 sed 's/^/| /' conftest.$ac_ext >&5
20948
20949 wx_cv_func_va_copy=no
20950
20951 fi
20952 rm -f conftest.err conftest.$ac_objext \
20953 conftest$ac_exeext conftest.$ac_ext
20954
20955
20956 fi
20957 echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
20958 echo "${ECHO_T}$wx_cv_func_va_copy" >&6
20959
20960 if test $wx_cv_func_va_copy = "yes"; then
20961 cat >>confdefs.h <<\_ACEOF
20962 #define HAVE_VA_COPY 1
20963 _ACEOF
20964
20965 else
20966 echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
20967 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6
20968 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
20969 echo $ECHO_N "(cached) $ECHO_C" >&6
20970 else
20971
20972 if test "$cross_compiling" = yes; then
20973 wx_cv_type_va_list_lvalue=yes
20974
20975 else
20976 cat >conftest.$ac_ext <<_ACEOF
20977
20978 #include <stdarg.h>
20979 int foo(char *f, ...)
20980 {
20981 va_list ap1, ap2;
20982 va_start(ap1, f);
20983 ap2 = ap1;
20984 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
20985 return 1;
20986 va_end(ap2);
20987 va_end(ap1);
20988 return 0;
20989 }
20990 int main()
20991 {
20992 return foo("hi", 17);
20993 }
20994 _ACEOF
20995 rm -f conftest$ac_exeext
20996 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20997 (eval $ac_link) 2>&5
20998 ac_status=$?
20999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21000 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21002 (eval $ac_try) 2>&5
21003 ac_status=$?
21004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21005 (exit $ac_status); }; }; then
21006 wx_cv_type_va_list_lvalue=yes
21007 else
21008 echo "$as_me: program exited with status $ac_status" >&5
21009 echo "$as_me: failed program was:" >&5
21010 sed 's/^/| /' conftest.$ac_ext >&5
21011
21012 ( exit $ac_status )
21013 wx_cv_type_va_list_lvalue=no
21014 fi
21015 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21016 fi
21017
21018
21019 fi
21020 echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
21021 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6
21022
21023 if test $wx_cv_type_va_list_lvalue != "yes"; then
21024 cat >>confdefs.h <<\_ACEOF
21025 #define VA_LIST_IS_ARRAY 1
21026 _ACEOF
21027
21028 fi
21029 fi
21030
21031 # Check whether --enable-largefile or --disable-largefile was given.
21032 if test "${enable_largefile+set}" = set; then
21033 enableval="$enable_largefile"
21034
21035 fi;
21036 if test "$enable_largefile" != no; then
21037 wx_largefile=no
21038
21039 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
21040 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
21041 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
21042 echo $ECHO_N "(cached) $ECHO_C" >&6
21043 else
21044
21045 cat >conftest.$ac_ext <<_ACEOF
21046 /* confdefs.h. */
21047 _ACEOF
21048 cat confdefs.h >>conftest.$ac_ext
21049 cat >>conftest.$ac_ext <<_ACEOF
21050 /* end confdefs.h. */
21051 #define _FILE_OFFSET_BITS 64
21052 #include <sys/types.h>
21053 int
21054 main ()
21055 {
21056 typedef struct {
21057 unsigned int field: sizeof(off_t) == 8;
21058 } wxlf;
21059
21060 ;
21061 return 0;
21062 }
21063 _ACEOF
21064 rm -f conftest.$ac_objext
21065 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21066 (eval $ac_compile) 2>conftest.er1
21067 ac_status=$?
21068 grep -v '^ *+' conftest.er1 >conftest.err
21069 rm -f conftest.er1
21070 cat conftest.err >&5
21071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21072 (exit $ac_status); } &&
21073 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21075 (eval $ac_try) 2>&5
21076 ac_status=$?
21077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21078 (exit $ac_status); }; } &&
21079 { ac_try='test -s conftest.$ac_objext'
21080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21081 (eval $ac_try) 2>&5
21082 ac_status=$?
21083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21084 (exit $ac_status); }; }; then
21085 ac_cv_sys_file_offset_bits=64
21086 else
21087 echo "$as_me: failed program was:" >&5
21088 sed 's/^/| /' conftest.$ac_ext >&5
21089
21090 ac_cv_sys_file_offset_bits=no
21091 fi
21092 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21093
21094
21095 fi
21096 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
21097 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
21098
21099 if test "$ac_cv_sys_file_offset_bits" != no; then
21100 wx_largefile=yes
21101 cat >>confdefs.h <<_ACEOF
21102 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
21103 _ACEOF
21104
21105 fi
21106
21107 if test "x$wx_largefile" != "xyes"; then
21108
21109 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
21110 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
21111 if test "${ac_cv_sys_large_files+set}" = set; then
21112 echo $ECHO_N "(cached) $ECHO_C" >&6
21113 else
21114
21115 cat >conftest.$ac_ext <<_ACEOF
21116 /* confdefs.h. */
21117 _ACEOF
21118 cat confdefs.h >>conftest.$ac_ext
21119 cat >>conftest.$ac_ext <<_ACEOF
21120 /* end confdefs.h. */
21121 #define _LARGE_FILES 1
21122 #include <sys/types.h>
21123 int
21124 main ()
21125 {
21126 typedef struct {
21127 unsigned int field: sizeof(off_t) == 8;
21128 } wxlf;
21129
21130 ;
21131 return 0;
21132 }
21133 _ACEOF
21134 rm -f conftest.$ac_objext
21135 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21136 (eval $ac_compile) 2>conftest.er1
21137 ac_status=$?
21138 grep -v '^ *+' conftest.er1 >conftest.err
21139 rm -f conftest.er1
21140 cat conftest.err >&5
21141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21142 (exit $ac_status); } &&
21143 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21145 (eval $ac_try) 2>&5
21146 ac_status=$?
21147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21148 (exit $ac_status); }; } &&
21149 { ac_try='test -s conftest.$ac_objext'
21150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21151 (eval $ac_try) 2>&5
21152 ac_status=$?
21153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21154 (exit $ac_status); }; }; then
21155 ac_cv_sys_large_files=1
21156 else
21157 echo "$as_me: failed program was:" >&5
21158 sed 's/^/| /' conftest.$ac_ext >&5
21159
21160 ac_cv_sys_large_files=no
21161 fi
21162 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21163
21164
21165 fi
21166 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
21167 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
21168
21169 if test "$ac_cv_sys_large_files" != no; then
21170 wx_largefile=yes
21171 cat >>confdefs.h <<_ACEOF
21172 #define _LARGE_FILES $ac_cv_sys_large_files
21173 _ACEOF
21174
21175 fi
21176
21177 fi
21178
21179 echo "$as_me:$LINENO: checking if large file support is available" >&5
21180 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
21181 if test "x$wx_largefile" = "xyes"; then
21182 cat >>confdefs.h <<\_ACEOF
21183 #define HAVE_LARGEFILE_SUPPORT 1
21184 _ACEOF
21185
21186 fi
21187 echo "$as_me:$LINENO: result: $wx_largefile" >&5
21188 echo "${ECHO_T}$wx_largefile" >&6
21189 fi
21190
21191
21192 if test "x$wx_largefile" = "xyes"; then
21193 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
21194 WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
21195
21196 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
21197 echo "$as_me:$LINENO: checking if -D__STDC_EXT__ is required" >&5
21198 echo $ECHO_N "checking if -D__STDC_EXT__ is required... $ECHO_C" >&6
21199 if test "${wx_cv_STDC_EXT_required+set}" = set; then
21200 echo $ECHO_N "(cached) $ECHO_C" >&6
21201 else
21202
21203
21204
21205 ac_ext=cc
21206 ac_cpp='$CXXCPP $CPPFLAGS'
21207 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21208 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21209 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21210
21211 cat >conftest.$ac_ext <<_ACEOF
21212 /* confdefs.h. */
21213 _ACEOF
21214 cat confdefs.h >>conftest.$ac_ext
21215 cat >>conftest.$ac_ext <<_ACEOF
21216 /* end confdefs.h. */
21217
21218 int
21219 main ()
21220 {
21221
21222 #ifndef __STDC_EXT__
21223 choke me
21224 #endif
21225
21226 ;
21227 return 0;
21228 }
21229 _ACEOF
21230 rm -f conftest.$ac_objext
21231 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21232 (eval $ac_compile) 2>conftest.er1
21233 ac_status=$?
21234 grep -v '^ *+' conftest.er1 >conftest.err
21235 rm -f conftest.er1
21236 cat conftest.err >&5
21237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21238 (exit $ac_status); } &&
21239 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21241 (eval $ac_try) 2>&5
21242 ac_status=$?
21243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21244 (exit $ac_status); }; } &&
21245 { ac_try='test -s conftest.$ac_objext'
21246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21247 (eval $ac_try) 2>&5
21248 ac_status=$?
21249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21250 (exit $ac_status); }; }; then
21251 wx_cv_STDC_EXT_required=no
21252 else
21253 echo "$as_me: failed program was:" >&5
21254 sed 's/^/| /' conftest.$ac_ext >&5
21255
21256 wx_cv_STDC_EXT_required=yes
21257
21258 fi
21259 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21260 ac_ext=c
21261 ac_cpp='$CPP $CPPFLAGS'
21262 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21263 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21264 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21265
21266
21267
21268 fi
21269 echo "$as_me:$LINENO: result: $wx_cv_STDC_EXT_required" >&5
21270 echo "${ECHO_T}$wx_cv_STDC_EXT_required" >&6
21271 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
21272 CXXFLAGS="$CXXFLAGS -D__STDC_EXT__"
21273 fi
21274 fi
21275 else
21276 WX_LARGEFILE_FLAGS="-D_LARGE_FILES"
21277 fi
21278 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
21279 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
21280 if test "${ac_cv_sys_largefile_source+set}" = set; then
21281 echo $ECHO_N "(cached) $ECHO_C" >&6
21282 else
21283 while :; do
21284 ac_cv_sys_largefile_source=no
21285 cat >conftest.$ac_ext <<_ACEOF
21286 /* confdefs.h. */
21287 _ACEOF
21288 cat confdefs.h >>conftest.$ac_ext
21289 cat >>conftest.$ac_ext <<_ACEOF
21290 /* end confdefs.h. */
21291 #include <stdio.h>
21292 int
21293 main ()
21294 {
21295 return !fseeko;
21296 ;
21297 return 0;
21298 }
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_c_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 break
21322 else
21323 echo "$as_me: failed program was:" >&5
21324 sed 's/^/| /' conftest.$ac_ext >&5
21325
21326 fi
21327 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21328 cat >conftest.$ac_ext <<_ACEOF
21329 /* confdefs.h. */
21330 _ACEOF
21331 cat confdefs.h >>conftest.$ac_ext
21332 cat >>conftest.$ac_ext <<_ACEOF
21333 /* end confdefs.h. */
21334 #define _LARGEFILE_SOURCE 1
21335 #include <stdio.h>
21336 int
21337 main ()
21338 {
21339 return !fseeko;
21340 ;
21341 return 0;
21342 }
21343 _ACEOF
21344 rm -f conftest.$ac_objext
21345 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21346 (eval $ac_compile) 2>conftest.er1
21347 ac_status=$?
21348 grep -v '^ *+' conftest.er1 >conftest.err
21349 rm -f conftest.er1
21350 cat conftest.err >&5
21351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21352 (exit $ac_status); } &&
21353 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21355 (eval $ac_try) 2>&5
21356 ac_status=$?
21357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21358 (exit $ac_status); }; } &&
21359 { ac_try='test -s conftest.$ac_objext'
21360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21361 (eval $ac_try) 2>&5
21362 ac_status=$?
21363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21364 (exit $ac_status); }; }; then
21365 ac_cv_sys_largefile_source=1; break
21366 else
21367 echo "$as_me: failed program was:" >&5
21368 sed 's/^/| /' conftest.$ac_ext >&5
21369
21370 fi
21371 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21372 break
21373 done
21374 fi
21375 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
21376 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
21377 if test "$ac_cv_sys_largefile_source" != no; then
21378
21379 cat >>confdefs.h <<_ACEOF
21380 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
21381 _ACEOF
21382
21383 fi
21384 rm -f conftest*
21385
21386 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
21387 # in glibc 2.1.3, but that breaks too many other things.
21388 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
21389 echo "$as_me:$LINENO: checking for fseeko" >&5
21390 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
21391 if test "${ac_cv_func_fseeko+set}" = set; then
21392 echo $ECHO_N "(cached) $ECHO_C" >&6
21393 else
21394 cat >conftest.$ac_ext <<_ACEOF
21395 /* confdefs.h. */
21396 _ACEOF
21397 cat confdefs.h >>conftest.$ac_ext
21398 cat >>conftest.$ac_ext <<_ACEOF
21399 /* end confdefs.h. */
21400 #include <stdio.h>
21401 int
21402 main ()
21403 {
21404 return fseeko && fseeko (stdin, 0, 0);
21405 ;
21406 return 0;
21407 }
21408 _ACEOF
21409 rm -f conftest.$ac_objext conftest$ac_exeext
21410 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21411 (eval $ac_link) 2>conftest.er1
21412 ac_status=$?
21413 grep -v '^ *+' conftest.er1 >conftest.err
21414 rm -f conftest.er1
21415 cat conftest.err >&5
21416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21417 (exit $ac_status); } &&
21418 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21420 (eval $ac_try) 2>&5
21421 ac_status=$?
21422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21423 (exit $ac_status); }; } &&
21424 { ac_try='test -s conftest$ac_exeext'
21425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21426 (eval $ac_try) 2>&5
21427 ac_status=$?
21428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21429 (exit $ac_status); }; }; then
21430 ac_cv_func_fseeko=yes
21431 else
21432 echo "$as_me: failed program was:" >&5
21433 sed 's/^/| /' conftest.$ac_ext >&5
21434
21435 ac_cv_func_fseeko=no
21436 fi
21437 rm -f conftest.err conftest.$ac_objext \
21438 conftest$ac_exeext conftest.$ac_ext
21439 fi
21440 echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
21441 echo "${ECHO_T}$ac_cv_func_fseeko" >&6
21442 if test $ac_cv_func_fseeko = yes; then
21443
21444 cat >>confdefs.h <<\_ACEOF
21445 #define HAVE_FSEEKO 1
21446 _ACEOF
21447
21448 fi
21449
21450 if test "$ac_cv_sys_largefile_source" != no; then
21451 WX_LARGEFILE_FLAGS="$WX_LARGEFILE_FLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
21452 fi
21453 CPPFLAGS="$CPPFLAGS $WX_LARGEFILE_FLAGS"
21454 fi
21455
21456 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
21457 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
21458 if test "${ac_cv_c_bigendian+set}" = set; then
21459 echo $ECHO_N "(cached) $ECHO_C" >&6
21460 else
21461 ac_cv_c_bigendian=unknown
21462 # See if sys/param.h defines the BYTE_ORDER macro.
21463 cat >conftest.$ac_ext <<_ACEOF
21464 /* confdefs.h. */
21465 _ACEOF
21466 cat confdefs.h >>conftest.$ac_ext
21467 cat >>conftest.$ac_ext <<_ACEOF
21468 /* end confdefs.h. */
21469 #include <sys/types.h>
21470 #include <sys/param.h>
21471 int
21472 main ()
21473 {
21474
21475 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
21476 bogus endian macros
21477 #endif
21478 ;
21479 return 0;
21480 }
21481 _ACEOF
21482 rm -f conftest.$ac_objext
21483 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21484 (eval $ac_compile) 2>conftest.er1
21485 ac_status=$?
21486 grep -v '^ *+' conftest.er1 >conftest.err
21487 rm -f conftest.er1
21488 cat conftest.err >&5
21489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21490 (exit $ac_status); } &&
21491 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21493 (eval $ac_try) 2>&5
21494 ac_status=$?
21495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21496 (exit $ac_status); }; } &&
21497 { ac_try='test -s conftest.$ac_objext'
21498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21499 (eval $ac_try) 2>&5
21500 ac_status=$?
21501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21502 (exit $ac_status); }; }; then
21503 # It does; now see whether it defined to BIG_ENDIAN or not.
21504 cat >conftest.$ac_ext <<_ACEOF
21505 /* confdefs.h. */
21506 _ACEOF
21507 cat confdefs.h >>conftest.$ac_ext
21508 cat >>conftest.$ac_ext <<_ACEOF
21509 /* end confdefs.h. */
21510 #include <sys/types.h>
21511 #include <sys/param.h>
21512 int
21513 main ()
21514 {
21515
21516 #if BYTE_ORDER != BIG_ENDIAN
21517 not big endian
21518 #endif
21519 ;
21520 return 0;
21521 }
21522 _ACEOF
21523 rm -f conftest.$ac_objext
21524 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21525 (eval $ac_compile) 2>conftest.er1
21526 ac_status=$?
21527 grep -v '^ *+' conftest.er1 >conftest.err
21528 rm -f conftest.er1
21529 cat conftest.err >&5
21530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21531 (exit $ac_status); } &&
21532 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21534 (eval $ac_try) 2>&5
21535 ac_status=$?
21536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21537 (exit $ac_status); }; } &&
21538 { ac_try='test -s conftest.$ac_objext'
21539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21540 (eval $ac_try) 2>&5
21541 ac_status=$?
21542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21543 (exit $ac_status); }; }; then
21544 ac_cv_c_bigendian=yes
21545 else
21546 echo "$as_me: failed program was:" >&5
21547 sed 's/^/| /' conftest.$ac_ext >&5
21548
21549 ac_cv_c_bigendian=no
21550 fi
21551 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21552 else
21553 echo "$as_me: failed program was:" >&5
21554 sed 's/^/| /' conftest.$ac_ext >&5
21555
21556 fi
21557 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21558 if test $ac_cv_c_bigendian = unknown; then
21559 if test "$cross_compiling" = yes; then
21560 ac_cv_c_bigendian=unknown
21561 else
21562 cat >conftest.$ac_ext <<_ACEOF
21563 /* confdefs.h. */
21564 _ACEOF
21565 cat confdefs.h >>conftest.$ac_ext
21566 cat >>conftest.$ac_ext <<_ACEOF
21567 /* end confdefs.h. */
21568 main () {
21569 /* Are we little or big endian? From Harbison&Steele. */
21570 union
21571 {
21572 long l;
21573 char c[sizeof (long)];
21574 } u;
21575 u.l = 1;
21576 exit (u.c[sizeof (long) - 1] == 1);
21577 }
21578 _ACEOF
21579 rm -f conftest$ac_exeext
21580 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21581 (eval $ac_link) 2>&5
21582 ac_status=$?
21583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21584 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21586 (eval $ac_try) 2>&5
21587 ac_status=$?
21588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21589 (exit $ac_status); }; }; then
21590 ac_cv_c_bigendian=no
21591 else
21592 echo "$as_me: program exited with status $ac_status" >&5
21593 echo "$as_me: failed program was:" >&5
21594 sed 's/^/| /' conftest.$ac_ext >&5
21595
21596 ( exit $ac_status )
21597 ac_cv_c_bigendian=yes
21598 fi
21599 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21600 fi
21601 fi
21602 fi
21603 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
21604 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
21605 if test $ac_cv_c_bigendian = unknown; then
21606 { 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
21607 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;}
21608 fi
21609 if test $ac_cv_c_bigendian = yes; then
21610 cat >>confdefs.h <<\_ACEOF
21611 #define WORDS_BIGENDIAN 1
21612 _ACEOF
21613
21614 fi
21615
21616
21617 ac_ext=cc
21618 ac_cpp='$CXXCPP $CPPFLAGS'
21619 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21620 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21621 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21622 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
21623 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
21624 if test -z "$CXXCPP"; then
21625 if test "${ac_cv_prog_CXXCPP+set}" = set; then
21626 echo $ECHO_N "(cached) $ECHO_C" >&6
21627 else
21628 # Double quotes because CXXCPP needs to be expanded
21629 for CXXCPP in "$CXX -E" "/lib/cpp"
21630 do
21631 ac_preproc_ok=false
21632 for ac_cxx_preproc_warn_flag in '' yes
21633 do
21634 # Use a header file that comes with gcc, so configuring glibc
21635 # with a fresh cross-compiler works.
21636 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21637 # <limits.h> exists even on freestanding compilers.
21638 # On the NeXT, cc -E runs the code through the compiler's parser,
21639 # not just through cpp. "Syntax error" is here to catch this case.
21640 cat >conftest.$ac_ext <<_ACEOF
21641 /* confdefs.h. */
21642 _ACEOF
21643 cat confdefs.h >>conftest.$ac_ext
21644 cat >>conftest.$ac_ext <<_ACEOF
21645 /* end confdefs.h. */
21646 #ifdef __STDC__
21647 # include <limits.h>
21648 #else
21649 # include <assert.h>
21650 #endif
21651 Syntax error
21652 _ACEOF
21653 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21654 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21655 ac_status=$?
21656 grep -v '^ *+' conftest.er1 >conftest.err
21657 rm -f conftest.er1
21658 cat conftest.err >&5
21659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21660 (exit $ac_status); } >/dev/null; then
21661 if test -s conftest.err; then
21662 ac_cpp_err=$ac_cxx_preproc_warn_flag
21663 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
21664 else
21665 ac_cpp_err=
21666 fi
21667 else
21668 ac_cpp_err=yes
21669 fi
21670 if test -z "$ac_cpp_err"; then
21671 :
21672 else
21673 echo "$as_me: failed program was:" >&5
21674 sed 's/^/| /' conftest.$ac_ext >&5
21675
21676 # Broken: fails on valid input.
21677 continue
21678 fi
21679 rm -f conftest.err conftest.$ac_ext
21680
21681 # OK, works on sane cases. Now check whether non-existent headers
21682 # can be detected and how.
21683 cat >conftest.$ac_ext <<_ACEOF
21684 /* confdefs.h. */
21685 _ACEOF
21686 cat confdefs.h >>conftest.$ac_ext
21687 cat >>conftest.$ac_ext <<_ACEOF
21688 /* end confdefs.h. */
21689 #include <ac_nonexistent.h>
21690 _ACEOF
21691 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21692 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21693 ac_status=$?
21694 grep -v '^ *+' conftest.er1 >conftest.err
21695 rm -f conftest.er1
21696 cat conftest.err >&5
21697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21698 (exit $ac_status); } >/dev/null; then
21699 if test -s conftest.err; then
21700 ac_cpp_err=$ac_cxx_preproc_warn_flag
21701 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
21702 else
21703 ac_cpp_err=
21704 fi
21705 else
21706 ac_cpp_err=yes
21707 fi
21708 if test -z "$ac_cpp_err"; then
21709 # Broken: success on invalid input.
21710 continue
21711 else
21712 echo "$as_me: failed program was:" >&5
21713 sed 's/^/| /' conftest.$ac_ext >&5
21714
21715 # Passes both tests.
21716 ac_preproc_ok=:
21717 break
21718 fi
21719 rm -f conftest.err conftest.$ac_ext
21720
21721 done
21722 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
21723 rm -f conftest.err conftest.$ac_ext
21724 if $ac_preproc_ok; then
21725 break
21726 fi
21727
21728 done
21729 ac_cv_prog_CXXCPP=$CXXCPP
21730
21731 fi
21732 CXXCPP=$ac_cv_prog_CXXCPP
21733 else
21734 ac_cv_prog_CXXCPP=$CXXCPP
21735 fi
21736 echo "$as_me:$LINENO: result: $CXXCPP" >&5
21737 echo "${ECHO_T}$CXXCPP" >&6
21738 ac_preproc_ok=false
21739 for ac_cxx_preproc_warn_flag in '' yes
21740 do
21741 # Use a header file that comes with gcc, so configuring glibc
21742 # with a fresh cross-compiler works.
21743 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21744 # <limits.h> exists even on freestanding compilers.
21745 # On the NeXT, cc -E runs the code through the compiler's parser,
21746 # not just through cpp. "Syntax error" is here to catch this case.
21747 cat >conftest.$ac_ext <<_ACEOF
21748 /* confdefs.h. */
21749 _ACEOF
21750 cat confdefs.h >>conftest.$ac_ext
21751 cat >>conftest.$ac_ext <<_ACEOF
21752 /* end confdefs.h. */
21753 #ifdef __STDC__
21754 # include <limits.h>
21755 #else
21756 # include <assert.h>
21757 #endif
21758 Syntax error
21759 _ACEOF
21760 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21761 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21762 ac_status=$?
21763 grep -v '^ *+' conftest.er1 >conftest.err
21764 rm -f conftest.er1
21765 cat conftest.err >&5
21766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21767 (exit $ac_status); } >/dev/null; then
21768 if test -s conftest.err; then
21769 ac_cpp_err=$ac_cxx_preproc_warn_flag
21770 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
21771 else
21772 ac_cpp_err=
21773 fi
21774 else
21775 ac_cpp_err=yes
21776 fi
21777 if test -z "$ac_cpp_err"; then
21778 :
21779 else
21780 echo "$as_me: failed program was:" >&5
21781 sed 's/^/| /' conftest.$ac_ext >&5
21782
21783 # Broken: fails on valid input.
21784 continue
21785 fi
21786 rm -f conftest.err conftest.$ac_ext
21787
21788 # OK, works on sane cases. Now check whether non-existent headers
21789 # can be detected and how.
21790 cat >conftest.$ac_ext <<_ACEOF
21791 /* confdefs.h. */
21792 _ACEOF
21793 cat confdefs.h >>conftest.$ac_ext
21794 cat >>conftest.$ac_ext <<_ACEOF
21795 /* end confdefs.h. */
21796 #include <ac_nonexistent.h>
21797 _ACEOF
21798 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21799 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21800 ac_status=$?
21801 grep -v '^ *+' conftest.er1 >conftest.err
21802 rm -f conftest.er1
21803 cat conftest.err >&5
21804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21805 (exit $ac_status); } >/dev/null; then
21806 if test -s conftest.err; then
21807 ac_cpp_err=$ac_cxx_preproc_warn_flag
21808 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
21809 else
21810 ac_cpp_err=
21811 fi
21812 else
21813 ac_cpp_err=yes
21814 fi
21815 if test -z "$ac_cpp_err"; then
21816 # Broken: success on invalid input.
21817 continue
21818 else
21819 echo "$as_me: failed program was:" >&5
21820 sed 's/^/| /' conftest.$ac_ext >&5
21821
21822 # Passes both tests.
21823 ac_preproc_ok=:
21824 break
21825 fi
21826 rm -f conftest.err conftest.$ac_ext
21827
21828 done
21829 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
21830 rm -f conftest.err conftest.$ac_ext
21831 if $ac_preproc_ok; then
21832 :
21833 else
21834 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
21835 See \`config.log' for more details." >&5
21836 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
21837 See \`config.log' for more details." >&2;}
21838 { (exit 1); exit 1; }; }
21839 fi
21840
21841 ac_ext=cc
21842 ac_cpp='$CXXCPP $CPPFLAGS'
21843 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21844 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21845 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21846
21847
21848
21849
21850
21851 ac_ext=cc
21852 ac_cpp='$CXXCPP $CPPFLAGS'
21853 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21854 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21855 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21856
21857
21858
21859 for ac_header in iostream
21860 do
21861 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21862 if eval "test \"\${$as_ac_Header+set}\" = set"; then
21863 echo "$as_me:$LINENO: checking for $ac_header" >&5
21864 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21865 if eval "test \"\${$as_ac_Header+set}\" = set"; then
21866 echo $ECHO_N "(cached) $ECHO_C" >&6
21867 fi
21868 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21869 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21870 else
21871 # Is the header compilable?
21872 echo "$as_me:$LINENO: checking $ac_header usability" >&5
21873 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
21874 cat >conftest.$ac_ext <<_ACEOF
21875 /* confdefs.h. */
21876 _ACEOF
21877 cat confdefs.h >>conftest.$ac_ext
21878 cat >>conftest.$ac_ext <<_ACEOF
21879 /* end confdefs.h. */
21880 $ac_includes_default
21881 #include <$ac_header>
21882 _ACEOF
21883 rm -f conftest.$ac_objext
21884 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21885 (eval $ac_compile) 2>conftest.er1
21886 ac_status=$?
21887 grep -v '^ *+' conftest.er1 >conftest.err
21888 rm -f conftest.er1
21889 cat conftest.err >&5
21890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21891 (exit $ac_status); } &&
21892 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21894 (eval $ac_try) 2>&5
21895 ac_status=$?
21896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21897 (exit $ac_status); }; } &&
21898 { ac_try='test -s conftest.$ac_objext'
21899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21900 (eval $ac_try) 2>&5
21901 ac_status=$?
21902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21903 (exit $ac_status); }; }; then
21904 ac_header_compiler=yes
21905 else
21906 echo "$as_me: failed program was:" >&5
21907 sed 's/^/| /' conftest.$ac_ext >&5
21908
21909 ac_header_compiler=no
21910 fi
21911 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21912 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21913 echo "${ECHO_T}$ac_header_compiler" >&6
21914
21915 # Is the header present?
21916 echo "$as_me:$LINENO: checking $ac_header presence" >&5
21917 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
21918 cat >conftest.$ac_ext <<_ACEOF
21919 /* confdefs.h. */
21920 _ACEOF
21921 cat confdefs.h >>conftest.$ac_ext
21922 cat >>conftest.$ac_ext <<_ACEOF
21923 /* end confdefs.h. */
21924 #include <$ac_header>
21925 _ACEOF
21926 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21927 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21928 ac_status=$?
21929 grep -v '^ *+' conftest.er1 >conftest.err
21930 rm -f conftest.er1
21931 cat conftest.err >&5
21932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21933 (exit $ac_status); } >/dev/null; then
21934 if test -s conftest.err; then
21935 ac_cpp_err=$ac_cxx_preproc_warn_flag
21936 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
21937 else
21938 ac_cpp_err=
21939 fi
21940 else
21941 ac_cpp_err=yes
21942 fi
21943 if test -z "$ac_cpp_err"; then
21944 ac_header_preproc=yes
21945 else
21946 echo "$as_me: failed program was:" >&5
21947 sed 's/^/| /' conftest.$ac_ext >&5
21948
21949 ac_header_preproc=no
21950 fi
21951 rm -f conftest.err conftest.$ac_ext
21952 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21953 echo "${ECHO_T}$ac_header_preproc" >&6
21954
21955 # So? What about this header?
21956 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
21957 yes:no: )
21958 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21959 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21960 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21961 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21962 ac_header_preproc=yes
21963 ;;
21964 no:yes:* )
21965 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21966 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21967 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21968 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21969 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21970 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21971 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21972 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21973 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21974 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21975 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21976 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21977 (
21978 cat <<\_ASBOX
21979 ## ----------------------------------------- ##
21980 ## Report this to wx-dev@lists.wxwidgets.org ##
21981 ## ----------------------------------------- ##
21982 _ASBOX
21983 ) |
21984 sed "s/^/$as_me: WARNING: /" >&2
21985 ;;
21986 esac
21987 echo "$as_me:$LINENO: checking for $ac_header" >&5
21988 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21989 if eval "test \"\${$as_ac_Header+set}\" = set"; then
21990 echo $ECHO_N "(cached) $ECHO_C" >&6
21991 else
21992 eval "$as_ac_Header=\$ac_header_preproc"
21993 fi
21994 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21995 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21996
21997 fi
21998 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21999 cat >>confdefs.h <<_ACEOF
22000 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22001 _ACEOF
22002
22003 fi
22004
22005 done
22006
22007
22008 if test "$ac_cv_header_iostream" = "yes" ; then
22009 :
22010 else
22011 cat >>confdefs.h <<\_ACEOF
22012 #define wxUSE_IOSTREAMH 1
22013 _ACEOF
22014
22015 fi
22016
22017 ac_ext=c
22018 ac_cpp='$CPP $CPPFLAGS'
22019 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22020 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22021 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22022
22023
22024
22025
22026 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
22027 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
22028 if test "${wx_cv_cpp_bool+set}" = set; then
22029 echo $ECHO_N "(cached) $ECHO_C" >&6
22030 else
22031
22032
22033
22034 ac_ext=cc
22035 ac_cpp='$CXXCPP $CPPFLAGS'
22036 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22037 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22038 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22039
22040
22041 cat >conftest.$ac_ext <<_ACEOF
22042 /* confdefs.h. */
22043 _ACEOF
22044 cat confdefs.h >>conftest.$ac_ext
22045 cat >>conftest.$ac_ext <<_ACEOF
22046 /* end confdefs.h. */
22047
22048
22049 int
22050 main ()
22051 {
22052
22053 bool b = true;
22054
22055 return 0;
22056
22057 ;
22058 return 0;
22059 }
22060 _ACEOF
22061 rm -f conftest.$ac_objext
22062 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22063 (eval $ac_compile) 2>conftest.er1
22064 ac_status=$?
22065 grep -v '^ *+' conftest.er1 >conftest.err
22066 rm -f conftest.er1
22067 cat conftest.err >&5
22068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22069 (exit $ac_status); } &&
22070 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22072 (eval $ac_try) 2>&5
22073 ac_status=$?
22074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22075 (exit $ac_status); }; } &&
22076 { ac_try='test -s conftest.$ac_objext'
22077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22078 (eval $ac_try) 2>&5
22079 ac_status=$?
22080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22081 (exit $ac_status); }; }; then
22082
22083 wx_cv_cpp_bool=yes
22084
22085 else
22086 echo "$as_me: failed program was:" >&5
22087 sed 's/^/| /' conftest.$ac_ext >&5
22088
22089
22090 wx_cv_cpp_bool=no
22091
22092
22093 fi
22094 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22095
22096 ac_ext=c
22097 ac_cpp='$CPP $CPPFLAGS'
22098 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22099 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22100 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22101
22102
22103 fi
22104 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
22105 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
22106
22107 if test "$wx_cv_cpp_bool" = "yes"; then
22108 cat >>confdefs.h <<\_ACEOF
22109 #define HAVE_BOOL 1
22110 _ACEOF
22111
22112 fi
22113
22114
22115
22116 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
22117 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
22118 if test "${wx_cv_explicit+set}" = set; then
22119 echo $ECHO_N "(cached) $ECHO_C" >&6
22120 else
22121
22122
22123
22124 ac_ext=cc
22125 ac_cpp='$CXXCPP $CPPFLAGS'
22126 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22127 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22128 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22129
22130
22131 cat >conftest.$ac_ext <<_ACEOF
22132 /* confdefs.h. */
22133 _ACEOF
22134 cat confdefs.h >>conftest.$ac_ext
22135 cat >>conftest.$ac_ext <<_ACEOF
22136 /* end confdefs.h. */
22137
22138 class Foo { public: explicit Foo(int) {} };
22139
22140 int
22141 main ()
22142 {
22143
22144 return 0;
22145
22146 ;
22147 return 0;
22148 }
22149 _ACEOF
22150 rm -f conftest.$ac_objext
22151 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22152 (eval $ac_compile) 2>conftest.er1
22153 ac_status=$?
22154 grep -v '^ *+' conftest.er1 >conftest.err
22155 rm -f conftest.er1
22156 cat conftest.err >&5
22157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22158 (exit $ac_status); } &&
22159 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22161 (eval $ac_try) 2>&5
22162 ac_status=$?
22163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22164 (exit $ac_status); }; } &&
22165 { ac_try='test -s conftest.$ac_objext'
22166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22167 (eval $ac_try) 2>&5
22168 ac_status=$?
22169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22170 (exit $ac_status); }; }; then
22171
22172 cat >conftest.$ac_ext <<_ACEOF
22173 /* confdefs.h. */
22174 _ACEOF
22175 cat confdefs.h >>conftest.$ac_ext
22176 cat >>conftest.$ac_ext <<_ACEOF
22177 /* end confdefs.h. */
22178
22179 class Foo { public: explicit Foo(int) {} };
22180 static void TakeFoo(const Foo& foo) { }
22181
22182 int
22183 main ()
22184 {
22185
22186 TakeFoo(17);
22187 return 0;
22188
22189 ;
22190 return 0;
22191 }
22192 _ACEOF
22193 rm -f conftest.$ac_objext
22194 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22195 (eval $ac_compile) 2>conftest.er1
22196 ac_status=$?
22197 grep -v '^ *+' conftest.er1 >conftest.err
22198 rm -f conftest.er1
22199 cat conftest.err >&5
22200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22201 (exit $ac_status); } &&
22202 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22204 (eval $ac_try) 2>&5
22205 ac_status=$?
22206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22207 (exit $ac_status); }; } &&
22208 { ac_try='test -s conftest.$ac_objext'
22209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22210 (eval $ac_try) 2>&5
22211 ac_status=$?
22212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22213 (exit $ac_status); }; }; then
22214 wx_cv_explicit=no
22215 else
22216 echo "$as_me: failed program was:" >&5
22217 sed 's/^/| /' conftest.$ac_ext >&5
22218
22219 wx_cv_explicit=yes
22220
22221 fi
22222 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22223
22224 else
22225 echo "$as_me: failed program was:" >&5
22226 sed 's/^/| /' conftest.$ac_ext >&5
22227
22228 wx_cv_explicit=no
22229
22230 fi
22231 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22232
22233 ac_ext=c
22234 ac_cpp='$CPP $CPPFLAGS'
22235 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22236 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22237 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22238
22239
22240 fi
22241 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
22242 echo "${ECHO_T}$wx_cv_explicit" >&6
22243
22244 if test "$wx_cv_explicit" = "yes"; then
22245 cat >>confdefs.h <<\_ACEOF
22246 #define HAVE_EXPLICIT 1
22247 _ACEOF
22248
22249 fi
22250
22251
22252 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
22253 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
22254 if test "${ac_cv_cxx_const_cast+set}" = set; then
22255 echo $ECHO_N "(cached) $ECHO_C" >&6
22256 else
22257
22258
22259 ac_ext=cc
22260 ac_cpp='$CXXCPP $CPPFLAGS'
22261 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22262 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22263 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22264
22265 cat >conftest.$ac_ext <<_ACEOF
22266 /* confdefs.h. */
22267 _ACEOF
22268 cat confdefs.h >>conftest.$ac_ext
22269 cat >>conftest.$ac_ext <<_ACEOF
22270 /* end confdefs.h. */
22271
22272 int
22273 main ()
22274 {
22275 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
22276 ;
22277 return 0;
22278 }
22279 _ACEOF
22280 rm -f conftest.$ac_objext
22281 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22282 (eval $ac_compile) 2>conftest.er1
22283 ac_status=$?
22284 grep -v '^ *+' conftest.er1 >conftest.err
22285 rm -f conftest.er1
22286 cat conftest.err >&5
22287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22288 (exit $ac_status); } &&
22289 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22291 (eval $ac_try) 2>&5
22292 ac_status=$?
22293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22294 (exit $ac_status); }; } &&
22295 { ac_try='test -s conftest.$ac_objext'
22296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22297 (eval $ac_try) 2>&5
22298 ac_status=$?
22299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22300 (exit $ac_status); }; }; then
22301 ac_cv_cxx_const_cast=yes
22302 else
22303 echo "$as_me: failed program was:" >&5
22304 sed 's/^/| /' conftest.$ac_ext >&5
22305
22306 ac_cv_cxx_const_cast=no
22307 fi
22308 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22309 ac_ext=c
22310 ac_cpp='$CPP $CPPFLAGS'
22311 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22312 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22313 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22314
22315
22316 fi
22317 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
22318 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
22319 if test "$ac_cv_cxx_const_cast" = yes; then
22320
22321 cat >>confdefs.h <<\_ACEOF
22322 #define HAVE_CONST_CAST
22323 _ACEOF
22324
22325 fi
22326
22327 echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
22328 echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6
22329 if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
22330 echo $ECHO_N "(cached) $ECHO_C" >&6
22331 else
22332
22333
22334 ac_ext=cc
22335 ac_cpp='$CXXCPP $CPPFLAGS'
22336 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22337 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22338 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22339
22340 cat >conftest.$ac_ext <<_ACEOF
22341 /* confdefs.h. */
22342 _ACEOF
22343 cat confdefs.h >>conftest.$ac_ext
22344 cat >>conftest.$ac_ext <<_ACEOF
22345 /* end confdefs.h. */
22346 #include <typeinfo>
22347 class Base { public : Base () {} virtual void f () = 0;};
22348 class Derived : public Base { public : Derived () {} virtual void f () {} };
22349 class Unrelated { public : Unrelated () {} };
22350 int g (Unrelated&) { return 0; }
22351 int
22352 main ()
22353 {
22354
22355 Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
22356 ;
22357 return 0;
22358 }
22359 _ACEOF
22360 rm -f conftest.$ac_objext
22361 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22362 (eval $ac_compile) 2>conftest.er1
22363 ac_status=$?
22364 grep -v '^ *+' conftest.er1 >conftest.err
22365 rm -f conftest.er1
22366 cat conftest.err >&5
22367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22368 (exit $ac_status); } &&
22369 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22371 (eval $ac_try) 2>&5
22372 ac_status=$?
22373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22374 (exit $ac_status); }; } &&
22375 { ac_try='test -s conftest.$ac_objext'
22376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22377 (eval $ac_try) 2>&5
22378 ac_status=$?
22379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22380 (exit $ac_status); }; }; then
22381 ac_cv_cxx_reinterpret_cast=yes
22382 else
22383 echo "$as_me: failed program was:" >&5
22384 sed 's/^/| /' conftest.$ac_ext >&5
22385
22386 ac_cv_cxx_reinterpret_cast=no
22387 fi
22388 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22389 ac_ext=c
22390 ac_cpp='$CPP $CPPFLAGS'
22391 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22392 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22393 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22394
22395
22396 fi
22397 echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
22398 echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6
22399 if test "$ac_cv_cxx_reinterpret_cast" = yes; then
22400
22401 cat >>confdefs.h <<\_ACEOF
22402 #define HAVE_REINTERPRET_CAST
22403 _ACEOF
22404
22405 fi
22406
22407 echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
22408 echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
22409 if test "${ac_cv_cxx_static_cast+set}" = set; then
22410 echo $ECHO_N "(cached) $ECHO_C" >&6
22411 else
22412
22413
22414 ac_ext=cc
22415 ac_cpp='$CXXCPP $CPPFLAGS'
22416 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22417 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22418 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22419
22420 cat >conftest.$ac_ext <<_ACEOF
22421 /* confdefs.h. */
22422 _ACEOF
22423 cat confdefs.h >>conftest.$ac_ext
22424 cat >>conftest.$ac_ext <<_ACEOF
22425 /* end confdefs.h. */
22426 #include <typeinfo>
22427 class Base { public : Base () {} virtual void f () = 0; };
22428 class Derived : public Base { public : Derived () {} virtual void f () {} };
22429 int g (Derived&) { return 0; }
22430 int
22431 main ()
22432 {
22433
22434 Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
22435 ;
22436 return 0;
22437 }
22438 _ACEOF
22439 rm -f conftest.$ac_objext
22440 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22441 (eval $ac_compile) 2>conftest.er1
22442 ac_status=$?
22443 grep -v '^ *+' conftest.er1 >conftest.err
22444 rm -f conftest.er1
22445 cat conftest.err >&5
22446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22447 (exit $ac_status); } &&
22448 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22450 (eval $ac_try) 2>&5
22451 ac_status=$?
22452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22453 (exit $ac_status); }; } &&
22454 { ac_try='test -s conftest.$ac_objext'
22455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22456 (eval $ac_try) 2>&5
22457 ac_status=$?
22458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22459 (exit $ac_status); }; }; then
22460 ac_cv_cxx_static_cast=yes
22461 else
22462 echo "$as_me: failed program was:" >&5
22463 sed 's/^/| /' conftest.$ac_ext >&5
22464
22465 ac_cv_cxx_static_cast=no
22466 fi
22467 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22468 ac_ext=c
22469 ac_cpp='$CPP $CPPFLAGS'
22470 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22471 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22472 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22473
22474
22475 fi
22476 echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
22477 echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
22478 if test "$ac_cv_cxx_static_cast" = yes; then
22479
22480 cat >>confdefs.h <<\_ACEOF
22481 #define HAVE_STATIC_CAST
22482 _ACEOF
22483
22484 fi
22485
22486
22487 if test "x$SUNCXX" = xyes; then
22488 CXXFLAGS="$CXXFLAGS -features=tmplife"
22489 fi
22490
22491 if test "x$SUNCC" = xyes; then
22492 CFLAGS="$CFLAGS -erroff=E_NO_EXPLICIT_TYPE_GIVEN"
22493 fi
22494
22495 if test "x$SGICC" = "xyes"; then
22496 CFLAGS="$CFLAGS -woff 3970"
22497 fi
22498 if test "x$SGICXX" = "xyes"; then
22499 CXXFLAGS="$CXXFLAGS -woff 3970"
22500 fi
22501
22502 if test "x$HPCC" = "xyes"; then
22503 CFLAGS="$CFLAGS +W 2011,2450"
22504 fi
22505 if test "x$HPCXX" = "xyes"; then
22506 CXXFLAGS="$CXXFLAGS +W 2340"
22507 fi
22508
22509 if test "x$COMPAQCXX" = "xyes"; then
22510 CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
22511 fi
22512
22513 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
22514 ac_ext=cc
22515 ac_cpp='$CXXCPP $CPPFLAGS'
22516 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22517 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22518 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22519
22520
22521 if test "$wxUSE_UNICODE" = "yes"; then
22522 std_string="std::wstring"
22523 char_type="wchar_t"
22524 else
22525 std_string="std::string"
22526 char_type="char"
22527 fi
22528
22529 echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
22530 echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6
22531 cat >conftest.$ac_ext <<_ACEOF
22532 /* confdefs.h. */
22533 _ACEOF
22534 cat confdefs.h >>conftest.$ac_ext
22535 cat >>conftest.$ac_ext <<_ACEOF
22536 /* end confdefs.h. */
22537 #include <string>
22538 int
22539 main ()
22540 {
22541 $std_string foo;
22542 ;
22543 return 0;
22544 }
22545 _ACEOF
22546 rm -f conftest.$ac_objext
22547 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22548 (eval $ac_compile) 2>conftest.er1
22549 ac_status=$?
22550 grep -v '^ *+' conftest.er1 >conftest.err
22551 rm -f conftest.er1
22552 cat conftest.err >&5
22553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22554 (exit $ac_status); } &&
22555 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22557 (eval $ac_try) 2>&5
22558 ac_status=$?
22559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22560 (exit $ac_status); }; } &&
22561 { ac_try='test -s conftest.$ac_objext'
22562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22563 (eval $ac_try) 2>&5
22564 ac_status=$?
22565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22566 (exit $ac_status); }; }; then
22567 echo "$as_me:$LINENO: result: yes" >&5
22568 echo "${ECHO_T}yes" >&6
22569 cat >>confdefs.h <<\_ACEOF
22570 #define HAVE_STD_WSTRING 1
22571 _ACEOF
22572
22573 else
22574 echo "$as_me: failed program was:" >&5
22575 sed 's/^/| /' conftest.$ac_ext >&5
22576
22577 echo "$as_me:$LINENO: result: no" >&5
22578 echo "${ECHO_T}no" >&6
22579 echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
22580 echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6
22581 cat >conftest.$ac_ext <<_ACEOF
22582 /* confdefs.h. */
22583 _ACEOF
22584 cat confdefs.h >>conftest.$ac_ext
22585 cat >>conftest.$ac_ext <<_ACEOF
22586 /* end confdefs.h. */
22587
22588 #ifdef HAVE_WCHAR_H
22589 # ifdef __CYGWIN__
22590 # include <stddef.h>
22591 # endif
22592 # include <wchar.h>
22593 #endif
22594 #ifdef HAVE_STDLIB_H
22595 # include <stdlib.h>
22596 #endif
22597 #include <stdio.h>
22598 #include <string>
22599
22600 int
22601 main ()
22602 {
22603 std::basic_string<$char_type> foo;
22604 const $char_type* dummy = foo.c_str();
22605 ;
22606 return 0;
22607 }
22608 _ACEOF
22609 rm -f conftest.$ac_objext
22610 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22611 (eval $ac_compile) 2>conftest.er1
22612 ac_status=$?
22613 grep -v '^ *+' conftest.er1 >conftest.err
22614 rm -f conftest.er1
22615 cat conftest.err >&5
22616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22617 (exit $ac_status); } &&
22618 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22620 (eval $ac_try) 2>&5
22621 ac_status=$?
22622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22623 (exit $ac_status); }; } &&
22624 { ac_try='test -s conftest.$ac_objext'
22625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22626 (eval $ac_try) 2>&5
22627 ac_status=$?
22628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22629 (exit $ac_status); }; }; then
22630 echo "$as_me:$LINENO: result: yes" >&5
22631 echo "${ECHO_T}yes" >&6
22632 else
22633 echo "$as_me: failed program was:" >&5
22634 sed 's/^/| /' conftest.$ac_ext >&5
22635
22636 echo "$as_me:$LINENO: result: no" >&5
22637 echo "${ECHO_T}no" >&6
22638 if test "$wxUSE_STL" = "yes"; then
22639 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
22640 echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
22641 { (exit 1); exit 1; }; }
22642 elif grep wxUSE_STD_STRING $wx_arg_cache_file >/dev/null; then
22643 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
22644 echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
22645 { (exit 1); exit 1; }; }
22646 else
22647 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
22648 echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
22649 wxUSE_STD_STRING=no
22650 fi
22651
22652
22653 fi
22654 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22655
22656 fi
22657 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22658
22659 ac_ext=c
22660 ac_cpp='$CPP $CPPFLAGS'
22661 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22662 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22663 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22664
22665 fi
22666
22667 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
22668 ac_ext=cc
22669 ac_cpp='$CXXCPP $CPPFLAGS'
22670 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22671 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22672 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22673
22674
22675 echo "$as_me:$LINENO: checking for std::istream" >&5
22676 echo $ECHO_N "checking for std::istream... $ECHO_C" >&6
22677 if test "${ac_cv_type_std__istream+set}" = set; then
22678 echo $ECHO_N "(cached) $ECHO_C" >&6
22679 else
22680 cat >conftest.$ac_ext <<_ACEOF
22681 /* confdefs.h. */
22682 _ACEOF
22683 cat confdefs.h >>conftest.$ac_ext
22684 cat >>conftest.$ac_ext <<_ACEOF
22685 /* end confdefs.h. */
22686 #include <iostream>
22687
22688 int
22689 main ()
22690 {
22691 if ((std::istream *) 0)
22692 return 0;
22693 if (sizeof (std::istream))
22694 return 0;
22695 ;
22696 return 0;
22697 }
22698 _ACEOF
22699 rm -f conftest.$ac_objext
22700 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22701 (eval $ac_compile) 2>conftest.er1
22702 ac_status=$?
22703 grep -v '^ *+' conftest.er1 >conftest.err
22704 rm -f conftest.er1
22705 cat conftest.err >&5
22706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22707 (exit $ac_status); } &&
22708 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22710 (eval $ac_try) 2>&5
22711 ac_status=$?
22712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22713 (exit $ac_status); }; } &&
22714 { ac_try='test -s conftest.$ac_objext'
22715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22716 (eval $ac_try) 2>&5
22717 ac_status=$?
22718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22719 (exit $ac_status); }; }; then
22720 ac_cv_type_std__istream=yes
22721 else
22722 echo "$as_me: failed program was:" >&5
22723 sed 's/^/| /' conftest.$ac_ext >&5
22724
22725 ac_cv_type_std__istream=no
22726 fi
22727 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22728 fi
22729 echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
22730 echo "${ECHO_T}$ac_cv_type_std__istream" >&6
22731 if test $ac_cv_type_std__istream = yes; then
22732
22733 cat >>confdefs.h <<_ACEOF
22734 #define HAVE_STD__ISTREAM 1
22735 _ACEOF
22736
22737
22738 else
22739 wxUSE_STD_IOSTREAM=no
22740 fi
22741 echo "$as_me:$LINENO: checking for std::ostream" >&5
22742 echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6
22743 if test "${ac_cv_type_std__ostream+set}" = set; then
22744 echo $ECHO_N "(cached) $ECHO_C" >&6
22745 else
22746 cat >conftest.$ac_ext <<_ACEOF
22747 /* confdefs.h. */
22748 _ACEOF
22749 cat confdefs.h >>conftest.$ac_ext
22750 cat >>conftest.$ac_ext <<_ACEOF
22751 /* end confdefs.h. */
22752 #include <iostream>
22753
22754 int
22755 main ()
22756 {
22757 if ((std::ostream *) 0)
22758 return 0;
22759 if (sizeof (std::ostream))
22760 return 0;
22761 ;
22762 return 0;
22763 }
22764 _ACEOF
22765 rm -f conftest.$ac_objext
22766 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22767 (eval $ac_compile) 2>conftest.er1
22768 ac_status=$?
22769 grep -v '^ *+' conftest.er1 >conftest.err
22770 rm -f conftest.er1
22771 cat conftest.err >&5
22772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22773 (exit $ac_status); } &&
22774 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22776 (eval $ac_try) 2>&5
22777 ac_status=$?
22778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22779 (exit $ac_status); }; } &&
22780 { ac_try='test -s conftest.$ac_objext'
22781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22782 (eval $ac_try) 2>&5
22783 ac_status=$?
22784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22785 (exit $ac_status); }; }; then
22786 ac_cv_type_std__ostream=yes
22787 else
22788 echo "$as_me: failed program was:" >&5
22789 sed 's/^/| /' conftest.$ac_ext >&5
22790
22791 ac_cv_type_std__ostream=no
22792 fi
22793 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22794 fi
22795 echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
22796 echo "${ECHO_T}$ac_cv_type_std__ostream" >&6
22797 if test $ac_cv_type_std__ostream = yes; then
22798
22799 cat >>confdefs.h <<_ACEOF
22800 #define HAVE_STD__OSTREAM 1
22801 _ACEOF
22802
22803
22804 else
22805 wxUSE_STD_IOSTREAM=no
22806 fi
22807
22808
22809 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
22810 if grep wxUSE_STD_IOSTREAM $wx_arg_cache_file >/dev/null; then
22811 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
22812 echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
22813 { (exit 1); exit 1; }; }
22814 else
22815 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
22816 echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
22817 fi
22818 fi
22819
22820 ac_ext=c
22821 ac_cpp='$CPP $CPPFLAGS'
22822 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22823 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22824 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22825
22826 fi
22827
22828 if test "$wxUSE_STL" = "yes"; then
22829 ac_ext=cc
22830 ac_cpp='$CXXCPP $CPPFLAGS'
22831 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22832 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22833 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22834
22835
22836 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
22837 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
22838 cat >conftest.$ac_ext <<_ACEOF
22839 /* confdefs.h. */
22840 _ACEOF
22841 cat confdefs.h >>conftest.$ac_ext
22842 cat >>conftest.$ac_ext <<_ACEOF
22843 /* end confdefs.h. */
22844 #include <string>
22845 #include <functional>
22846 #include <algorithm>
22847 #include <vector>
22848 #include <list>
22849 int
22850 main ()
22851 {
22852 std::vector<int> moo;
22853 std::list<int> foo;
22854 std::vector<int>::iterator it =
22855 std::find_if(moo.begin(), moo.end(),
22856 std::bind2nd(std::less<int>(), 3));
22857 ;
22858 return 0;
22859 }
22860 _ACEOF
22861 rm -f conftest.$ac_objext
22862 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22863 (eval $ac_compile) 2>conftest.er1
22864 ac_status=$?
22865 grep -v '^ *+' conftest.er1 >conftest.err
22866 rm -f conftest.er1
22867 cat conftest.err >&5
22868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22869 (exit $ac_status); } &&
22870 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22872 (eval $ac_try) 2>&5
22873 ac_status=$?
22874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22875 (exit $ac_status); }; } &&
22876 { ac_try='test -s conftest.$ac_objext'
22877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22878 (eval $ac_try) 2>&5
22879 ac_status=$?
22880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22881 (exit $ac_status); }; }; then
22882 echo "$as_me:$LINENO: result: yes" >&5
22883 echo "${ECHO_T}yes" >&6
22884 else
22885 echo "$as_me: failed program was:" >&5
22886 sed 's/^/| /' conftest.$ac_ext >&5
22887
22888 echo "$as_me:$LINENO: result: no" >&5
22889 echo "${ECHO_T}no" >&6
22890 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
22891 echo "$as_me: error: Basic STL functionality missing" >&2;}
22892 { (exit 1); exit 1; }; }
22893 fi
22894 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22895
22896 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
22897 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
22898 cat >conftest.$ac_ext <<_ACEOF
22899 /* confdefs.h. */
22900 _ACEOF
22901 cat confdefs.h >>conftest.$ac_ext
22902 cat >>conftest.$ac_ext <<_ACEOF
22903 /* end confdefs.h. */
22904 #include <string>
22905 int
22906 main ()
22907 {
22908 std::string foo, bar;
22909 foo.compare(bar);
22910 foo.compare(1, 1, bar);
22911 foo.compare(1, 1, bar, 1, 1);
22912 foo.compare("");
22913 foo.compare(1, 1, "");
22914 foo.compare(1, 1, "", 2);
22915 ;
22916 return 0;
22917 }
22918 _ACEOF
22919 rm -f conftest.$ac_objext
22920 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22921 (eval $ac_compile) 2>conftest.er1
22922 ac_status=$?
22923 grep -v '^ *+' conftest.er1 >conftest.err
22924 rm -f conftest.er1
22925 cat conftest.err >&5
22926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22927 (exit $ac_status); } &&
22928 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22930 (eval $ac_try) 2>&5
22931 ac_status=$?
22932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22933 (exit $ac_status); }; } &&
22934 { ac_try='test -s conftest.$ac_objext'
22935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22936 (eval $ac_try) 2>&5
22937 ac_status=$?
22938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22939 (exit $ac_status); }; }; then
22940 echo "$as_me:$LINENO: result: yes" >&5
22941 echo "${ECHO_T}yes" >&6
22942 cat >>confdefs.h <<\_ACEOF
22943 #define HAVE_STD_STRING_COMPARE 1
22944 _ACEOF
22945
22946 else
22947 echo "$as_me: failed program was:" >&5
22948 sed 's/^/| /' conftest.$ac_ext >&5
22949
22950 echo "$as_me:$LINENO: result: no" >&5
22951 echo "${ECHO_T}no" >&6
22952 fi
22953 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22954
22955 if test "${ac_cv_header_hash_map+set}" = set; then
22956 echo "$as_me:$LINENO: checking for hash_map" >&5
22957 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
22958 if test "${ac_cv_header_hash_map+set}" = set; then
22959 echo $ECHO_N "(cached) $ECHO_C" >&6
22960 fi
22961 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
22962 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
22963 else
22964 # Is the header compilable?
22965 echo "$as_me:$LINENO: checking hash_map usability" >&5
22966 echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
22967 cat >conftest.$ac_ext <<_ACEOF
22968 /* confdefs.h. */
22969 _ACEOF
22970 cat confdefs.h >>conftest.$ac_ext
22971 cat >>conftest.$ac_ext <<_ACEOF
22972 /* end confdefs.h. */
22973 $ac_includes_default
22974 #include <hash_map>
22975 _ACEOF
22976 rm -f conftest.$ac_objext
22977 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22978 (eval $ac_compile) 2>conftest.er1
22979 ac_status=$?
22980 grep -v '^ *+' conftest.er1 >conftest.err
22981 rm -f conftest.er1
22982 cat conftest.err >&5
22983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22984 (exit $ac_status); } &&
22985 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22987 (eval $ac_try) 2>&5
22988 ac_status=$?
22989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22990 (exit $ac_status); }; } &&
22991 { ac_try='test -s conftest.$ac_objext'
22992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22993 (eval $ac_try) 2>&5
22994 ac_status=$?
22995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22996 (exit $ac_status); }; }; then
22997 ac_header_compiler=yes
22998 else
22999 echo "$as_me: failed program was:" >&5
23000 sed 's/^/| /' conftest.$ac_ext >&5
23001
23002 ac_header_compiler=no
23003 fi
23004 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23005 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23006 echo "${ECHO_T}$ac_header_compiler" >&6
23007
23008 # Is the header present?
23009 echo "$as_me:$LINENO: checking hash_map presence" >&5
23010 echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
23011 cat >conftest.$ac_ext <<_ACEOF
23012 /* confdefs.h. */
23013 _ACEOF
23014 cat confdefs.h >>conftest.$ac_ext
23015 cat >>conftest.$ac_ext <<_ACEOF
23016 /* end confdefs.h. */
23017 #include <hash_map>
23018 _ACEOF
23019 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23020 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23021 ac_status=$?
23022 grep -v '^ *+' conftest.er1 >conftest.err
23023 rm -f conftest.er1
23024 cat conftest.err >&5
23025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23026 (exit $ac_status); } >/dev/null; then
23027 if test -s conftest.err; then
23028 ac_cpp_err=$ac_cxx_preproc_warn_flag
23029 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
23030 else
23031 ac_cpp_err=
23032 fi
23033 else
23034 ac_cpp_err=yes
23035 fi
23036 if test -z "$ac_cpp_err"; then
23037 ac_header_preproc=yes
23038 else
23039 echo "$as_me: failed program was:" >&5
23040 sed 's/^/| /' conftest.$ac_ext >&5
23041
23042 ac_header_preproc=no
23043 fi
23044 rm -f conftest.err conftest.$ac_ext
23045 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23046 echo "${ECHO_T}$ac_header_preproc" >&6
23047
23048 # So? What about this header?
23049 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
23050 yes:no: )
23051 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
23052 echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
23053 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
23054 echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
23055 ac_header_preproc=yes
23056 ;;
23057 no:yes:* )
23058 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
23059 echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
23060 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
23061 echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
23062 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
23063 echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
23064 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
23065 echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
23066 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
23067 echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
23068 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
23069 echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
23070 (
23071 cat <<\_ASBOX
23072 ## ----------------------------------------- ##
23073 ## Report this to wx-dev@lists.wxwidgets.org ##
23074 ## ----------------------------------------- ##
23075 _ASBOX
23076 ) |
23077 sed "s/^/$as_me: WARNING: /" >&2
23078 ;;
23079 esac
23080 echo "$as_me:$LINENO: checking for hash_map" >&5
23081 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
23082 if test "${ac_cv_header_hash_map+set}" = set; then
23083 echo $ECHO_N "(cached) $ECHO_C" >&6
23084 else
23085 ac_cv_header_hash_map=$ac_header_preproc
23086 fi
23087 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
23088 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
23089
23090 fi
23091 if test $ac_cv_header_hash_map = yes; then
23092 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
23093 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
23094 cat >conftest.$ac_ext <<_ACEOF
23095 /* confdefs.h. */
23096 _ACEOF
23097 cat confdefs.h >>conftest.$ac_ext
23098 cat >>conftest.$ac_ext <<_ACEOF
23099 /* end confdefs.h. */
23100 #include <hash_map>
23101 #include <hash_set>
23102 int
23103 main ()
23104 {
23105 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
23106 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
23107 ;
23108 return 0;
23109 }
23110 _ACEOF
23111 rm -f conftest.$ac_objext
23112 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23113 (eval $ac_compile) 2>conftest.er1
23114 ac_status=$?
23115 grep -v '^ *+' conftest.er1 >conftest.err
23116 rm -f conftest.er1
23117 cat conftest.err >&5
23118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23119 (exit $ac_status); } &&
23120 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23122 (eval $ac_try) 2>&5
23123 ac_status=$?
23124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23125 (exit $ac_status); }; } &&
23126 { ac_try='test -s conftest.$ac_objext'
23127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23128 (eval $ac_try) 2>&5
23129 ac_status=$?
23130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23131 (exit $ac_status); }; }; then
23132 echo "$as_me:$LINENO: result: yes" >&5
23133 echo "${ECHO_T}yes" >&6
23134 cat >>confdefs.h <<\_ACEOF
23135 #define HAVE_HASH_MAP 1
23136 _ACEOF
23137
23138 cat >>confdefs.h <<\_ACEOF
23139 #define HAVE_STD_HASH_MAP 1
23140 _ACEOF
23141
23142 else
23143 echo "$as_me: failed program was:" >&5
23144 sed 's/^/| /' conftest.$ac_ext >&5
23145
23146 echo "$as_me:$LINENO: result: no" >&5
23147 echo "${ECHO_T}no" >&6
23148 fi
23149 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23150
23151 fi
23152
23153
23154
23155 if test "${ac_cv_header_ext_hash_map+set}" = set; then
23156 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
23157 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
23158 if test "${ac_cv_header_ext_hash_map+set}" = set; then
23159 echo $ECHO_N "(cached) $ECHO_C" >&6
23160 fi
23161 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
23162 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
23163 else
23164 # Is the header compilable?
23165 echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
23166 echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
23167 cat >conftest.$ac_ext <<_ACEOF
23168 /* confdefs.h. */
23169 _ACEOF
23170 cat confdefs.h >>conftest.$ac_ext
23171 cat >>conftest.$ac_ext <<_ACEOF
23172 /* end confdefs.h. */
23173 $ac_includes_default
23174 #include <ext/hash_map>
23175 _ACEOF
23176 rm -f conftest.$ac_objext
23177 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23178 (eval $ac_compile) 2>conftest.er1
23179 ac_status=$?
23180 grep -v '^ *+' conftest.er1 >conftest.err
23181 rm -f conftest.er1
23182 cat conftest.err >&5
23183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23184 (exit $ac_status); } &&
23185 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23187 (eval $ac_try) 2>&5
23188 ac_status=$?
23189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23190 (exit $ac_status); }; } &&
23191 { ac_try='test -s conftest.$ac_objext'
23192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23193 (eval $ac_try) 2>&5
23194 ac_status=$?
23195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23196 (exit $ac_status); }; }; then
23197 ac_header_compiler=yes
23198 else
23199 echo "$as_me: failed program was:" >&5
23200 sed 's/^/| /' conftest.$ac_ext >&5
23201
23202 ac_header_compiler=no
23203 fi
23204 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23205 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23206 echo "${ECHO_T}$ac_header_compiler" >&6
23207
23208 # Is the header present?
23209 echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
23210 echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
23211 cat >conftest.$ac_ext <<_ACEOF
23212 /* confdefs.h. */
23213 _ACEOF
23214 cat confdefs.h >>conftest.$ac_ext
23215 cat >>conftest.$ac_ext <<_ACEOF
23216 /* end confdefs.h. */
23217 #include <ext/hash_map>
23218 _ACEOF
23219 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23220 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23221 ac_status=$?
23222 grep -v '^ *+' conftest.er1 >conftest.err
23223 rm -f conftest.er1
23224 cat conftest.err >&5
23225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23226 (exit $ac_status); } >/dev/null; then
23227 if test -s conftest.err; then
23228 ac_cpp_err=$ac_cxx_preproc_warn_flag
23229 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
23230 else
23231 ac_cpp_err=
23232 fi
23233 else
23234 ac_cpp_err=yes
23235 fi
23236 if test -z "$ac_cpp_err"; then
23237 ac_header_preproc=yes
23238 else
23239 echo "$as_me: failed program was:" >&5
23240 sed 's/^/| /' conftest.$ac_ext >&5
23241
23242 ac_header_preproc=no
23243 fi
23244 rm -f conftest.err conftest.$ac_ext
23245 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23246 echo "${ECHO_T}$ac_header_preproc" >&6
23247
23248 # So? What about this header?
23249 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
23250 yes:no: )
23251 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
23252 echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
23253 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
23254 echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
23255 ac_header_preproc=yes
23256 ;;
23257 no:yes:* )
23258 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
23259 echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
23260 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
23261 echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
23262 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
23263 echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
23264 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
23265 echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
23266 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
23267 echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
23268 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
23269 echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
23270 (
23271 cat <<\_ASBOX
23272 ## ----------------------------------------- ##
23273 ## Report this to wx-dev@lists.wxwidgets.org ##
23274 ## ----------------------------------------- ##
23275 _ASBOX
23276 ) |
23277 sed "s/^/$as_me: WARNING: /" >&2
23278 ;;
23279 esac
23280 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
23281 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
23282 if test "${ac_cv_header_ext_hash_map+set}" = set; then
23283 echo $ECHO_N "(cached) $ECHO_C" >&6
23284 else
23285 ac_cv_header_ext_hash_map=$ac_header_preproc
23286 fi
23287 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
23288 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
23289
23290 fi
23291 if test $ac_cv_header_ext_hash_map = yes; then
23292 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
23293 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
23294 cat >conftest.$ac_ext <<_ACEOF
23295 /* confdefs.h. */
23296 _ACEOF
23297 cat confdefs.h >>conftest.$ac_ext
23298 cat >>conftest.$ac_ext <<_ACEOF
23299 /* end confdefs.h. */
23300 #include <ext/hash_map>
23301 #include <ext/hash_set>
23302 int
23303 main ()
23304 {
23305 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
23306 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
23307 ;
23308 return 0;
23309 }
23310 _ACEOF
23311 rm -f conftest.$ac_objext
23312 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23313 (eval $ac_compile) 2>conftest.er1
23314 ac_status=$?
23315 grep -v '^ *+' conftest.er1 >conftest.err
23316 rm -f conftest.er1
23317 cat conftest.err >&5
23318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23319 (exit $ac_status); } &&
23320 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23322 (eval $ac_try) 2>&5
23323 ac_status=$?
23324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23325 (exit $ac_status); }; } &&
23326 { ac_try='test -s conftest.$ac_objext'
23327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23328 (eval $ac_try) 2>&5
23329 ac_status=$?
23330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23331 (exit $ac_status); }; }; then
23332 echo "$as_me:$LINENO: result: yes" >&5
23333 echo "${ECHO_T}yes" >&6
23334 cat >>confdefs.h <<\_ACEOF
23335 #define HAVE_EXT_HASH_MAP 1
23336 _ACEOF
23337
23338 cat >>confdefs.h <<\_ACEOF
23339 #define HAVE_GNU_CXX_HASH_MAP 1
23340 _ACEOF
23341
23342 else
23343 echo "$as_me: failed program was:" >&5
23344 sed 's/^/| /' conftest.$ac_ext >&5
23345
23346 echo "$as_me:$LINENO: result: no" >&5
23347 echo "${ECHO_T}no" >&6
23348 fi
23349 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23350
23351 fi
23352
23353
23354
23355 ac_ext=c
23356 ac_cpp='$CPP $CPPFLAGS'
23357 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23358 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23359 ac_compiler_gnu=$ac_cv_c_compiler_gnu
23360
23361 fi
23362
23363
23364 SEARCH_INCLUDE="\
23365 /usr/local/include \
23366 \
23367 /usr/Motif-2.1/include \
23368 /usr/Motif-1.2/include \
23369 /usr/include/Motif1.2 \
23370 \
23371 /usr/dt/include \
23372 /usr/openwin/include \
23373 \
23374 /usr/include/Xm \
23375 \
23376 /usr/X11R6/include \
23377 /usr/X11R6.4/include \
23378 /usr/X11R5/include \
23379 /usr/X11R4/include \
23380 \
23381 /usr/include/X11R6 \
23382 /usr/include/X11R5 \
23383 /usr/include/X11R4 \
23384 \
23385 /usr/local/X11R6/include \
23386 /usr/local/X11R5/include \
23387 /usr/local/X11R4/include \
23388 \
23389 /usr/local/include/X11R6 \
23390 /usr/local/include/X11R5 \
23391 /usr/local/include/X11R4 \
23392 \
23393 /usr/X11/include \
23394 /usr/include/X11 \
23395 /usr/local/X11/include \
23396 /usr/local/include/X11 \
23397 \
23398 /usr/XFree86/include/X11 \
23399 /usr/pkg/include \
23400 \
23401 /usr/openwin/share/include"
23402
23403 echo "$as_me:$LINENO: checking for libraries directory" >&5
23404 echo $ECHO_N "checking for libraries directory... $ECHO_C" >&6
23405
23406 case "${host}" in
23407 *-*-irix6* )
23408 if test "${wx_cv_std_libpath+set}" = set; then
23409 echo $ECHO_N "(cached) $ECHO_C" >&6
23410 else
23411
23412 for d in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64; do
23413 for e in a so sl dylib dll.a; do
23414 libc="$d/libc.$e"
23415 if test -f $libc; then
23416 save_LIBS="$LIBS"
23417 LIBS="$libc"
23418 cat >conftest.$ac_ext <<_ACEOF
23419 int main() { return 0; }
23420 _ACEOF
23421 rm -f conftest.$ac_objext conftest$ac_exeext
23422 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23423 (eval $ac_link) 2>conftest.er1
23424 ac_status=$?
23425 grep -v '^ *+' conftest.er1 >conftest.err
23426 rm -f conftest.er1
23427 cat conftest.err >&5
23428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23429 (exit $ac_status); } &&
23430 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23432 (eval $ac_try) 2>&5
23433 ac_status=$?
23434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23435 (exit $ac_status); }; } &&
23436 { ac_try='test -s conftest$ac_exeext'
23437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23438 (eval $ac_try) 2>&5
23439 ac_status=$?
23440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23441 (exit $ac_status); }; }; then
23442 wx_cv_std_libpath=`echo $d | sed s@/usr/@@`
23443 else
23444 echo "$as_me: failed program was:" >&5
23445 sed 's/^/| /' conftest.$ac_ext >&5
23446
23447 fi
23448 rm -f conftest.err conftest.$ac_objext \
23449 conftest$ac_exeext conftest.$ac_ext
23450 LIBS="$save_LIBS"
23451 if test "x$wx_cv_std_libpath" != "x"; then
23452 break 2
23453 fi
23454 fi
23455 done
23456 done
23457 if test "x$wx_cv_std_libpath" = "x"; then
23458 wx_cv_std_libpath="lib"
23459 fi
23460
23461
23462 fi
23463
23464 ;;
23465
23466 *-*-solaris2* )
23467 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
23468 wx_cv_std_libpath="lib/64"
23469 else
23470 wx_cv_std_libpath="lib"
23471 fi
23472 ;;
23473
23474 *-*-linux* )
23475 if test "$ac_cv_sizeof_void_p" = 8 -a \
23476 -d "/usr/lib64" -a ! -h "/usr/lib64"; then
23477 wx_cv_std_libpath="lib64"
23478 else
23479 wx_cv_std_libpath="lib"
23480 fi
23481 ;;
23482
23483 *)
23484 wx_cv_std_libpath="lib";
23485 ;;
23486 esac
23487
23488 echo "$as_me:$LINENO: result: $wx_cv_std_libpath" >&5
23489 echo "${ECHO_T}$wx_cv_std_libpath" >&6
23490
23491 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` /usr/$wx_cv_std_libpath"
23492
23493 if test "$build" != "$host" -a "$GCC" = yes; then
23494 if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then
23495 cross_root=`dirname $cross_root`
23496 cross_root=`dirname $cross_root`
23497
23498 SEARCH_LIB=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
23499 SEARCH_INCLUDE=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
23500
23501 if test -z "$PKG_CONFIG_PATH"; then
23502 PKG_CONFIG_PATH="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
23503 export PKG_CONFIG_PATH
23504 fi
23505
23506 if test -z "$x_includes" -o "$x_includes" = NONE; then
23507
23508 ac_find_includes=
23509 for ac_dir in $SEARCH_INCLUDE /usr/include;
23510 do
23511 if test -f "$ac_dir/X11/Intrinsic.h"; then
23512 ac_find_includes=$ac_dir
23513 break
23514 fi
23515 done
23516
23517 x_includes=$ac_find_includes
23518 fi
23519 if test -z "$x_libraries" -o "$x_libraries" = NONE; then
23520
23521 ac_find_libraries=
23522 for ac_dir in $SEARCH_LIB;
23523 do
23524 for ac_extension in a so sl dylib dll.a; do
23525 if test -f "$ac_dir/libXt.$ac_extension"; then
23526 ac_find_libraries=$ac_dir
23527 break 2
23528 fi
23529 done
23530 done
23531
23532 x_libraries=$ac_find_libraries
23533 fi
23534 fi
23535 fi
23536
23537
23538 cat >confcache <<\_ACEOF
23539 # This file is a shell script that caches the results of configure
23540 # tests run on this system so they can be shared between configure
23541 # scripts and configure runs, see configure's option --config-cache.
23542 # It is not useful on other systems. If it contains results you don't
23543 # want to keep, you may remove or edit it.
23544 #
23545 # config.status only pays attention to the cache file if you give it
23546 # the --recheck option to rerun configure.
23547 #
23548 # `ac_cv_env_foo' variables (set or unset) will be overridden when
23549 # loading this file, other *unset* `ac_cv_foo' will be assigned the
23550 # following values.
23551
23552 _ACEOF
23553
23554 # The following way of writing the cache mishandles newlines in values,
23555 # but we know of no workaround that is simple, portable, and efficient.
23556 # So, don't put newlines in cache variables' values.
23557 # Ultrix sh set writes to stderr and can't be redirected directly,
23558 # and sets the high bit in the cache file unless we assign to the vars.
23559 {
23560 (set) 2>&1 |
23561 case `(ac_space=' '; set | grep ac_space) 2>&1` in
23562 *ac_space=\ *)
23563 # `set' does not quote correctly, so add quotes (double-quote
23564 # substitution turns \\\\ into \\, and sed turns \\ into \).
23565 sed -n \
23566 "s/'/'\\\\''/g;
23567 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
23568 ;;
23569 *)
23570 # `set' quotes correctly as required by POSIX, so do not add quotes.
23571 sed -n \
23572 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
23573 ;;
23574 esac;
23575 } |
23576 sed '
23577 t clear
23578 : clear
23579 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
23580 t end
23581 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
23582 : end' >>confcache
23583 if diff $cache_file confcache >/dev/null 2>&1; then :; else
23584 if test -w $cache_file; then
23585 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
23586 cat confcache >$cache_file
23587 else
23588 echo "not updating unwritable cache $cache_file"
23589 fi
23590 fi
23591 rm -f confcache
23592
23593 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
23594 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
23595 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
23596 if test "${wx_cv_lib_glibc21+set}" = set; then
23597 echo $ECHO_N "(cached) $ECHO_C" >&6
23598 else
23599
23600 cat >conftest.$ac_ext <<_ACEOF
23601 /* confdefs.h. */
23602 _ACEOF
23603 cat confdefs.h >>conftest.$ac_ext
23604 cat >>conftest.$ac_ext <<_ACEOF
23605 /* end confdefs.h. */
23606 #include <features.h>
23607 int
23608 main ()
23609 {
23610
23611 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
23612 not glibc 2.1
23613 #endif
23614
23615 ;
23616 return 0;
23617 }
23618 _ACEOF
23619 rm -f conftest.$ac_objext
23620 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23621 (eval $ac_compile) 2>conftest.er1
23622 ac_status=$?
23623 grep -v '^ *+' conftest.er1 >conftest.err
23624 rm -f conftest.er1
23625 cat conftest.err >&5
23626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23627 (exit $ac_status); } &&
23628 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23630 (eval $ac_try) 2>&5
23631 ac_status=$?
23632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23633 (exit $ac_status); }; } &&
23634 { ac_try='test -s conftest.$ac_objext'
23635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23636 (eval $ac_try) 2>&5
23637 ac_status=$?
23638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23639 (exit $ac_status); }; }; then
23640
23641 wx_cv_lib_glibc21=yes
23642
23643 else
23644 echo "$as_me: failed program was:" >&5
23645 sed 's/^/| /' conftest.$ac_ext >&5
23646
23647
23648 wx_cv_lib_glibc21=no
23649
23650
23651 fi
23652 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23653
23654 fi
23655 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
23656 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
23657 if test "$wx_cv_lib_glibc21" = "yes"; then
23658 cat >>confdefs.h <<\_ACEOF
23659 #define wxHAVE_GLIBC2 1
23660 _ACEOF
23661
23662 fi
23663 fi
23664
23665 if test "x$wx_cv_lib_glibc21" = "xyes"; then
23666 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
23667 cat >>confdefs.h <<\_ACEOF
23668 #define _GNU_SOURCE 1
23669 _ACEOF
23670
23671 fi
23672 fi
23673
23674
23675
23676 if test "$wxUSE_REGEX" != "no"; then
23677 cat >>confdefs.h <<\_ACEOF
23678 #define wxUSE_REGEX 1
23679 _ACEOF
23680
23681
23682 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
23683 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
23684 echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
23685 wxUSE_REGEX=builtin
23686 fi
23687
23688 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
23689 if test "${ac_cv_header_regex_h+set}" = set; then
23690 echo "$as_me:$LINENO: checking for regex.h" >&5
23691 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
23692 if test "${ac_cv_header_regex_h+set}" = set; then
23693 echo $ECHO_N "(cached) $ECHO_C" >&6
23694 fi
23695 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
23696 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
23697 else
23698 # Is the header compilable?
23699 echo "$as_me:$LINENO: checking regex.h usability" >&5
23700 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
23701 cat >conftest.$ac_ext <<_ACEOF
23702 /* confdefs.h. */
23703 _ACEOF
23704 cat confdefs.h >>conftest.$ac_ext
23705 cat >>conftest.$ac_ext <<_ACEOF
23706 /* end confdefs.h. */
23707 $ac_includes_default
23708 #include <regex.h>
23709 _ACEOF
23710 rm -f conftest.$ac_objext
23711 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23712 (eval $ac_compile) 2>conftest.er1
23713 ac_status=$?
23714 grep -v '^ *+' conftest.er1 >conftest.err
23715 rm -f conftest.er1
23716 cat conftest.err >&5
23717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23718 (exit $ac_status); } &&
23719 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23721 (eval $ac_try) 2>&5
23722 ac_status=$?
23723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23724 (exit $ac_status); }; } &&
23725 { ac_try='test -s conftest.$ac_objext'
23726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23727 (eval $ac_try) 2>&5
23728 ac_status=$?
23729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23730 (exit $ac_status); }; }; then
23731 ac_header_compiler=yes
23732 else
23733 echo "$as_me: failed program was:" >&5
23734 sed 's/^/| /' conftest.$ac_ext >&5
23735
23736 ac_header_compiler=no
23737 fi
23738 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23739 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23740 echo "${ECHO_T}$ac_header_compiler" >&6
23741
23742 # Is the header present?
23743 echo "$as_me:$LINENO: checking regex.h presence" >&5
23744 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
23745 cat >conftest.$ac_ext <<_ACEOF
23746 /* confdefs.h. */
23747 _ACEOF
23748 cat confdefs.h >>conftest.$ac_ext
23749 cat >>conftest.$ac_ext <<_ACEOF
23750 /* end confdefs.h. */
23751 #include <regex.h>
23752 _ACEOF
23753 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23754 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23755 ac_status=$?
23756 grep -v '^ *+' conftest.er1 >conftest.err
23757 rm -f conftest.er1
23758 cat conftest.err >&5
23759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23760 (exit $ac_status); } >/dev/null; then
23761 if test -s conftest.err; then
23762 ac_cpp_err=$ac_c_preproc_warn_flag
23763 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
23764 else
23765 ac_cpp_err=
23766 fi
23767 else
23768 ac_cpp_err=yes
23769 fi
23770 if test -z "$ac_cpp_err"; then
23771 ac_header_preproc=yes
23772 else
23773 echo "$as_me: failed program was:" >&5
23774 sed 's/^/| /' conftest.$ac_ext >&5
23775
23776 ac_header_preproc=no
23777 fi
23778 rm -f conftest.err conftest.$ac_ext
23779 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23780 echo "${ECHO_T}$ac_header_preproc" >&6
23781
23782 # So? What about this header?
23783 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23784 yes:no: )
23785 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
23786 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23787 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
23788 echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
23789 ac_header_preproc=yes
23790 ;;
23791 no:yes:* )
23792 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
23793 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
23794 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
23795 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
23796 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
23797 echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
23798 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
23799 echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
23800 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
23801 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
23802 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
23803 echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
23804 (
23805 cat <<\_ASBOX
23806 ## ----------------------------------------- ##
23807 ## Report this to wx-dev@lists.wxwidgets.org ##
23808 ## ----------------------------------------- ##
23809 _ASBOX
23810 ) |
23811 sed "s/^/$as_me: WARNING: /" >&2
23812 ;;
23813 esac
23814 echo "$as_me:$LINENO: checking for regex.h" >&5
23815 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
23816 if test "${ac_cv_header_regex_h+set}" = set; then
23817 echo $ECHO_N "(cached) $ECHO_C" >&6
23818 else
23819 ac_cv_header_regex_h=$ac_header_preproc
23820 fi
23821 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
23822 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
23823
23824 fi
23825 if test $ac_cv_header_regex_h = yes; then
23826
23827 for ac_func in regcomp
23828 do
23829 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23830 echo "$as_me:$LINENO: checking for $ac_func" >&5
23831 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
23832 if eval "test \"\${$as_ac_var+set}\" = set"; then
23833 echo $ECHO_N "(cached) $ECHO_C" >&6
23834 else
23835 cat >conftest.$ac_ext <<_ACEOF
23836 /* confdefs.h. */
23837 _ACEOF
23838 cat confdefs.h >>conftest.$ac_ext
23839 cat >>conftest.$ac_ext <<_ACEOF
23840 /* end confdefs.h. */
23841 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23842 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23843 #define $ac_func innocuous_$ac_func
23844
23845 /* System header to define __stub macros and hopefully few prototypes,
23846 which can conflict with char $ac_func (); below.
23847 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23848 <limits.h> exists even on freestanding compilers. */
23849
23850 #ifdef __STDC__
23851 # include <limits.h>
23852 #else
23853 # include <assert.h>
23854 #endif
23855
23856 #undef $ac_func
23857
23858 /* Override any gcc2 internal prototype to avoid an error. */
23859 #ifdef __cplusplus
23860 extern "C"
23861 {
23862 #endif
23863 /* We use char because int might match the return type of a gcc2
23864 builtin and then its argument prototype would still apply. */
23865 char $ac_func ();
23866 /* The GNU C library defines this for functions which it implements
23867 to always fail with ENOSYS. Some functions are actually named
23868 something starting with __ and the normal name is an alias. */
23869 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
23870 choke me
23871 #else
23872 char (*f) () = $ac_func;
23873 #endif
23874 #ifdef __cplusplus
23875 }
23876 #endif
23877
23878 int
23879 main ()
23880 {
23881 return f != $ac_func;
23882 ;
23883 return 0;
23884 }
23885 _ACEOF
23886 rm -f conftest.$ac_objext conftest$ac_exeext
23887 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23888 (eval $ac_link) 2>conftest.er1
23889 ac_status=$?
23890 grep -v '^ *+' conftest.er1 >conftest.err
23891 rm -f conftest.er1
23892 cat conftest.err >&5
23893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23894 (exit $ac_status); } &&
23895 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23897 (eval $ac_try) 2>&5
23898 ac_status=$?
23899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23900 (exit $ac_status); }; } &&
23901 { ac_try='test -s conftest$ac_exeext'
23902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23903 (eval $ac_try) 2>&5
23904 ac_status=$?
23905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23906 (exit $ac_status); }; }; then
23907 eval "$as_ac_var=yes"
23908 else
23909 echo "$as_me: failed program was:" >&5
23910 sed 's/^/| /' conftest.$ac_ext >&5
23911
23912 eval "$as_ac_var=no"
23913 fi
23914 rm -f conftest.err conftest.$ac_objext \
23915 conftest$ac_exeext conftest.$ac_ext
23916 fi
23917 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
23918 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
23919 if test `eval echo '${'$as_ac_var'}'` = yes; then
23920 cat >>confdefs.h <<_ACEOF
23921 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23922 _ACEOF
23923
23924 fi
23925 done
23926
23927 fi
23928
23929
23930
23931 if test "x$ac_cv_func_regcomp" != "xyes"; then
23932 if test "$wxUSE_REGEX" = "sys" ; then
23933 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
23934 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
23935 { (exit 1); exit 1; }; }
23936 else
23937 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
23938 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
23939 wxUSE_REGEX=builtin
23940 fi
23941 else
23942 wxUSE_REGEX=sys
23943 cat >>confdefs.h <<\_ACEOF
23944 #define WX_NO_REGEX_ADVANCED 1
23945 _ACEOF
23946
23947 fi
23948 fi
23949 fi
23950
23951
23952 ZLIB_LINK=
23953 if test "$wxUSE_ZLIB" != "no" ; then
23954 cat >>confdefs.h <<\_ACEOF
23955 #define wxUSE_ZLIB 1
23956 _ACEOF
23957
23958
23959 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
23960 if test "$USE_DARWIN" = 1; then
23961 system_zlib_h_ok="yes"
23962 else
23963 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
23964 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
23965 if test "${ac_cv_header_zlib_h+set}" = set; then
23966 echo $ECHO_N "(cached) $ECHO_C" >&6
23967 else
23968 if test "$cross_compiling" = yes; then
23969 unset ac_cv_header_zlib_h
23970
23971 else
23972 cat >conftest.$ac_ext <<_ACEOF
23973 /* confdefs.h. */
23974 _ACEOF
23975 cat confdefs.h >>conftest.$ac_ext
23976 cat >>conftest.$ac_ext <<_ACEOF
23977 /* end confdefs.h. */
23978
23979 #include <zlib.h>
23980 #include <stdio.h>
23981
23982 int main()
23983 {
23984 FILE *f=fopen("conftestval", "w");
23985 if (!f) exit(1);
23986 fprintf(f, "%s",
23987 ZLIB_VERSION[0] == '1' &&
23988 (ZLIB_VERSION[2] > '1' ||
23989 (ZLIB_VERSION[2] == '1' &&
23990 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
23991 exit(0);
23992 }
23993
23994 _ACEOF
23995 rm -f conftest$ac_exeext
23996 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23997 (eval $ac_link) 2>&5
23998 ac_status=$?
23999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24000 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24002 (eval $ac_try) 2>&5
24003 ac_status=$?
24004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24005 (exit $ac_status); }; }; then
24006 ac_cv_header_zlib_h=`cat conftestval`
24007 else
24008 echo "$as_me: program exited with status $ac_status" >&5
24009 echo "$as_me: failed program was:" >&5
24010 sed 's/^/| /' conftest.$ac_ext >&5
24011
24012 ( exit $ac_status )
24013 ac_cv_header_zlib_h=no
24014 fi
24015 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24016 fi
24017
24018 fi
24019 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
24020 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
24021 if test "${ac_cv_header_zlib_h+set}" = set; then
24022 echo "$as_me:$LINENO: checking for zlib.h" >&5
24023 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
24024 if test "${ac_cv_header_zlib_h+set}" = set; then
24025 echo $ECHO_N "(cached) $ECHO_C" >&6
24026 fi
24027 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
24028 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
24029 else
24030 # Is the header compilable?
24031 echo "$as_me:$LINENO: checking zlib.h usability" >&5
24032 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
24033 cat >conftest.$ac_ext <<_ACEOF
24034 /* confdefs.h. */
24035 _ACEOF
24036 cat confdefs.h >>conftest.$ac_ext
24037 cat >>conftest.$ac_ext <<_ACEOF
24038 /* end confdefs.h. */
24039 $ac_includes_default
24040 #include <zlib.h>
24041 _ACEOF
24042 rm -f conftest.$ac_objext
24043 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24044 (eval $ac_compile) 2>conftest.er1
24045 ac_status=$?
24046 grep -v '^ *+' conftest.er1 >conftest.err
24047 rm -f conftest.er1
24048 cat conftest.err >&5
24049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24050 (exit $ac_status); } &&
24051 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24053 (eval $ac_try) 2>&5
24054 ac_status=$?
24055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24056 (exit $ac_status); }; } &&
24057 { ac_try='test -s conftest.$ac_objext'
24058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24059 (eval $ac_try) 2>&5
24060 ac_status=$?
24061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24062 (exit $ac_status); }; }; then
24063 ac_header_compiler=yes
24064 else
24065 echo "$as_me: failed program was:" >&5
24066 sed 's/^/| /' conftest.$ac_ext >&5
24067
24068 ac_header_compiler=no
24069 fi
24070 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24071 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24072 echo "${ECHO_T}$ac_header_compiler" >&6
24073
24074 # Is the header present?
24075 echo "$as_me:$LINENO: checking zlib.h presence" >&5
24076 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
24077 cat >conftest.$ac_ext <<_ACEOF
24078 /* confdefs.h. */
24079 _ACEOF
24080 cat confdefs.h >>conftest.$ac_ext
24081 cat >>conftest.$ac_ext <<_ACEOF
24082 /* end confdefs.h. */
24083 #include <zlib.h>
24084 _ACEOF
24085 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24086 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24087 ac_status=$?
24088 grep -v '^ *+' conftest.er1 >conftest.err
24089 rm -f conftest.er1
24090 cat conftest.err >&5
24091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24092 (exit $ac_status); } >/dev/null; then
24093 if test -s conftest.err; then
24094 ac_cpp_err=$ac_c_preproc_warn_flag
24095 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
24096 else
24097 ac_cpp_err=
24098 fi
24099 else
24100 ac_cpp_err=yes
24101 fi
24102 if test -z "$ac_cpp_err"; then
24103 ac_header_preproc=yes
24104 else
24105 echo "$as_me: failed program was:" >&5
24106 sed 's/^/| /' conftest.$ac_ext >&5
24107
24108 ac_header_preproc=no
24109 fi
24110 rm -f conftest.err conftest.$ac_ext
24111 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24112 echo "${ECHO_T}$ac_header_preproc" >&6
24113
24114 # So? What about this header?
24115 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24116 yes:no: )
24117 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
24118 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24119 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
24120 echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
24121 ac_header_preproc=yes
24122 ;;
24123 no:yes:* )
24124 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
24125 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
24126 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
24127 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
24128 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
24129 echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
24130 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
24131 echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
24132 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
24133 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
24134 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
24135 echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
24136 (
24137 cat <<\_ASBOX
24138 ## ----------------------------------------- ##
24139 ## Report this to wx-dev@lists.wxwidgets.org ##
24140 ## ----------------------------------------- ##
24141 _ASBOX
24142 ) |
24143 sed "s/^/$as_me: WARNING: /" >&2
24144 ;;
24145 esac
24146 echo "$as_me:$LINENO: checking for zlib.h" >&5
24147 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
24148 if test "${ac_cv_header_zlib_h+set}" = set; then
24149 echo $ECHO_N "(cached) $ECHO_C" >&6
24150 else
24151 ac_cv_header_zlib_h=$ac_header_preproc
24152 fi
24153 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
24154 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
24155
24156 fi
24157
24158
24159
24160 system_zlib_h_ok=$ac_cv_header_zlib_h
24161 fi
24162
24163 if test "$system_zlib_h_ok" = "yes"; then
24164 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
24165 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
24166 if test "${ac_cv_lib_z_deflate+set}" = set; then
24167 echo $ECHO_N "(cached) $ECHO_C" >&6
24168 else
24169 ac_check_lib_save_LIBS=$LIBS
24170 LIBS="-lz $LIBS"
24171 cat >conftest.$ac_ext <<_ACEOF
24172 /* confdefs.h. */
24173 _ACEOF
24174 cat confdefs.h >>conftest.$ac_ext
24175 cat >>conftest.$ac_ext <<_ACEOF
24176 /* end confdefs.h. */
24177
24178 /* Override any gcc2 internal prototype to avoid an error. */
24179 #ifdef __cplusplus
24180 extern "C"
24181 #endif
24182 /* We use char because int might match the return type of a gcc2
24183 builtin and then its argument prototype would still apply. */
24184 char deflate ();
24185 int
24186 main ()
24187 {
24188 deflate ();
24189 ;
24190 return 0;
24191 }
24192 _ACEOF
24193 rm -f conftest.$ac_objext conftest$ac_exeext
24194 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24195 (eval $ac_link) 2>conftest.er1
24196 ac_status=$?
24197 grep -v '^ *+' conftest.er1 >conftest.err
24198 rm -f conftest.er1
24199 cat conftest.err >&5
24200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24201 (exit $ac_status); } &&
24202 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24204 (eval $ac_try) 2>&5
24205 ac_status=$?
24206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24207 (exit $ac_status); }; } &&
24208 { ac_try='test -s conftest$ac_exeext'
24209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24210 (eval $ac_try) 2>&5
24211 ac_status=$?
24212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24213 (exit $ac_status); }; }; then
24214 ac_cv_lib_z_deflate=yes
24215 else
24216 echo "$as_me: failed program was:" >&5
24217 sed 's/^/| /' conftest.$ac_ext >&5
24218
24219 ac_cv_lib_z_deflate=no
24220 fi
24221 rm -f conftest.err conftest.$ac_objext \
24222 conftest$ac_exeext conftest.$ac_ext
24223 LIBS=$ac_check_lib_save_LIBS
24224 fi
24225 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
24226 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
24227 if test $ac_cv_lib_z_deflate = yes; then
24228 ZLIB_LINK=" -lz"
24229 fi
24230
24231 fi
24232
24233 if test "x$ZLIB_LINK" = "x" ; then
24234 if test "$wxUSE_ZLIB" = "sys" ; then
24235 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
24236 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
24237 { (exit 1); exit 1; }; }
24238 else
24239 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
24240 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
24241 wxUSE_ZLIB=builtin
24242 fi
24243 else
24244 wxUSE_ZLIB=sys
24245 fi
24246 fi
24247 fi
24248
24249
24250 PNG_LINK=
24251 if test "$wxUSE_LIBPNG" != "no" ; then
24252 cat >>confdefs.h <<\_ACEOF
24253 #define wxUSE_LIBPNG 1
24254 _ACEOF
24255
24256
24257 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
24258 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
24259 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
24260 wxUSE_LIBPNG=sys
24261 fi
24262
24263 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
24264 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
24265 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
24266 wxUSE_LIBPNG=builtin
24267 fi
24268
24269 if test "$wxUSE_MGL" != 1 ; then
24270 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
24271 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
24272 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
24273 if test "${ac_cv_header_png_h+set}" = set; then
24274 echo $ECHO_N "(cached) $ECHO_C" >&6
24275 else
24276 if test "$cross_compiling" = yes; then
24277 unset ac_cv_header_png_h
24278
24279 else
24280 cat >conftest.$ac_ext <<_ACEOF
24281 /* confdefs.h. */
24282 _ACEOF
24283 cat confdefs.h >>conftest.$ac_ext
24284 cat >>conftest.$ac_ext <<_ACEOF
24285 /* end confdefs.h. */
24286
24287 #include <png.h>
24288 #include <stdio.h>
24289
24290 int main()
24291 {
24292 FILE *f=fopen("conftestval", "w");
24293 if (!f) exit(1);
24294 fprintf(f, "%s",
24295 PNG_LIBPNG_VER > 90 ? "yes" : "no");
24296 exit(0);
24297 }
24298
24299 _ACEOF
24300 rm -f conftest$ac_exeext
24301 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24302 (eval $ac_link) 2>&5
24303 ac_status=$?
24304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24305 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24307 (eval $ac_try) 2>&5
24308 ac_status=$?
24309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24310 (exit $ac_status); }; }; then
24311 ac_cv_header_png_h=`cat conftestval`
24312 else
24313 echo "$as_me: program exited with status $ac_status" >&5
24314 echo "$as_me: failed program was:" >&5
24315 sed 's/^/| /' conftest.$ac_ext >&5
24316
24317 ( exit $ac_status )
24318 ac_cv_header_png_h=no
24319 fi
24320 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24321 fi
24322
24323 fi
24324 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
24325 echo "${ECHO_T}$ac_cv_header_png_h" >&6
24326 if test "${ac_cv_header_png_h+set}" = set; then
24327 echo "$as_me:$LINENO: checking for png.h" >&5
24328 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
24329 if test "${ac_cv_header_png_h+set}" = set; then
24330 echo $ECHO_N "(cached) $ECHO_C" >&6
24331 fi
24332 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
24333 echo "${ECHO_T}$ac_cv_header_png_h" >&6
24334 else
24335 # Is the header compilable?
24336 echo "$as_me:$LINENO: checking png.h usability" >&5
24337 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
24338 cat >conftest.$ac_ext <<_ACEOF
24339 /* confdefs.h. */
24340 _ACEOF
24341 cat confdefs.h >>conftest.$ac_ext
24342 cat >>conftest.$ac_ext <<_ACEOF
24343 /* end confdefs.h. */
24344 $ac_includes_default
24345 #include <png.h>
24346 _ACEOF
24347 rm -f conftest.$ac_objext
24348 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24349 (eval $ac_compile) 2>conftest.er1
24350 ac_status=$?
24351 grep -v '^ *+' conftest.er1 >conftest.err
24352 rm -f conftest.er1
24353 cat conftest.err >&5
24354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24355 (exit $ac_status); } &&
24356 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24358 (eval $ac_try) 2>&5
24359 ac_status=$?
24360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24361 (exit $ac_status); }; } &&
24362 { ac_try='test -s conftest.$ac_objext'
24363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24364 (eval $ac_try) 2>&5
24365 ac_status=$?
24366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24367 (exit $ac_status); }; }; then
24368 ac_header_compiler=yes
24369 else
24370 echo "$as_me: failed program was:" >&5
24371 sed 's/^/| /' conftest.$ac_ext >&5
24372
24373 ac_header_compiler=no
24374 fi
24375 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24376 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24377 echo "${ECHO_T}$ac_header_compiler" >&6
24378
24379 # Is the header present?
24380 echo "$as_me:$LINENO: checking png.h presence" >&5
24381 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
24382 cat >conftest.$ac_ext <<_ACEOF
24383 /* confdefs.h. */
24384 _ACEOF
24385 cat confdefs.h >>conftest.$ac_ext
24386 cat >>conftest.$ac_ext <<_ACEOF
24387 /* end confdefs.h. */
24388 #include <png.h>
24389 _ACEOF
24390 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24391 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24392 ac_status=$?
24393 grep -v '^ *+' conftest.er1 >conftest.err
24394 rm -f conftest.er1
24395 cat conftest.err >&5
24396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24397 (exit $ac_status); } >/dev/null; then
24398 if test -s conftest.err; then
24399 ac_cpp_err=$ac_c_preproc_warn_flag
24400 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
24401 else
24402 ac_cpp_err=
24403 fi
24404 else
24405 ac_cpp_err=yes
24406 fi
24407 if test -z "$ac_cpp_err"; then
24408 ac_header_preproc=yes
24409 else
24410 echo "$as_me: failed program was:" >&5
24411 sed 's/^/| /' conftest.$ac_ext >&5
24412
24413 ac_header_preproc=no
24414 fi
24415 rm -f conftest.err conftest.$ac_ext
24416 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24417 echo "${ECHO_T}$ac_header_preproc" >&6
24418
24419 # So? What about this header?
24420 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24421 yes:no: )
24422 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
24423 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24424 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
24425 echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
24426 ac_header_preproc=yes
24427 ;;
24428 no:yes:* )
24429 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
24430 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
24431 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
24432 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
24433 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
24434 echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
24435 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
24436 echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
24437 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
24438 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
24439 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
24440 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
24441 (
24442 cat <<\_ASBOX
24443 ## ----------------------------------------- ##
24444 ## Report this to wx-dev@lists.wxwidgets.org ##
24445 ## ----------------------------------------- ##
24446 _ASBOX
24447 ) |
24448 sed "s/^/$as_me: WARNING: /" >&2
24449 ;;
24450 esac
24451 echo "$as_me:$LINENO: checking for png.h" >&5
24452 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
24453 if test "${ac_cv_header_png_h+set}" = set; then
24454 echo $ECHO_N "(cached) $ECHO_C" >&6
24455 else
24456 ac_cv_header_png_h=$ac_header_preproc
24457 fi
24458 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
24459 echo "${ECHO_T}$ac_cv_header_png_h" >&6
24460
24461 fi
24462
24463
24464
24465 if test "$ac_cv_header_png_h" = "yes"; then
24466 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
24467 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
24468 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
24469 echo $ECHO_N "(cached) $ECHO_C" >&6
24470 else
24471 ac_check_lib_save_LIBS=$LIBS
24472 LIBS="-lpng -lz -lm $LIBS"
24473 cat >conftest.$ac_ext <<_ACEOF
24474 /* confdefs.h. */
24475 _ACEOF
24476 cat confdefs.h >>conftest.$ac_ext
24477 cat >>conftest.$ac_ext <<_ACEOF
24478 /* end confdefs.h. */
24479
24480 /* Override any gcc2 internal prototype to avoid an error. */
24481 #ifdef __cplusplus
24482 extern "C"
24483 #endif
24484 /* We use char because int might match the return type of a gcc2
24485 builtin and then its argument prototype would still apply. */
24486 char png_check_sig ();
24487 int
24488 main ()
24489 {
24490 png_check_sig ();
24491 ;
24492 return 0;
24493 }
24494 _ACEOF
24495 rm -f conftest.$ac_objext conftest$ac_exeext
24496 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24497 (eval $ac_link) 2>conftest.er1
24498 ac_status=$?
24499 grep -v '^ *+' conftest.er1 >conftest.err
24500 rm -f conftest.er1
24501 cat conftest.err >&5
24502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24503 (exit $ac_status); } &&
24504 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24506 (eval $ac_try) 2>&5
24507 ac_status=$?
24508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24509 (exit $ac_status); }; } &&
24510 { ac_try='test -s conftest$ac_exeext'
24511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24512 (eval $ac_try) 2>&5
24513 ac_status=$?
24514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24515 (exit $ac_status); }; }; then
24516 ac_cv_lib_png_png_check_sig=yes
24517 else
24518 echo "$as_me: failed program was:" >&5
24519 sed 's/^/| /' conftest.$ac_ext >&5
24520
24521 ac_cv_lib_png_png_check_sig=no
24522 fi
24523 rm -f conftest.err conftest.$ac_objext \
24524 conftest$ac_exeext conftest.$ac_ext
24525 LIBS=$ac_check_lib_save_LIBS
24526 fi
24527 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
24528 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
24529 if test $ac_cv_lib_png_png_check_sig = yes; then
24530 PNG_LINK=" -lpng -lz"
24531 fi
24532
24533 fi
24534
24535 if test "x$PNG_LINK" = "x" ; then
24536 if test "$wxUSE_LIBPNG" = "sys" ; then
24537 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
24538 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
24539 { (exit 1); exit 1; }; }
24540 else
24541 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
24542 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
24543 wxUSE_LIBPNG=builtin
24544 fi
24545 else
24546 wxUSE_LIBPNG=sys
24547 fi
24548 fi
24549 fi
24550
24551 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
24552 fi
24553
24554
24555 JPEG_LINK=
24556 if test "$wxUSE_LIBJPEG" != "no" ; then
24557 cat >>confdefs.h <<\_ACEOF
24558 #define wxUSE_LIBJPEG 1
24559 _ACEOF
24560
24561
24562 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
24563 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
24564 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
24565 wxUSE_LIBJPEG=sys
24566 fi
24567
24568 if test "$wxUSE_MGL" != 1 ; then
24569 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
24570 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
24571 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
24572 if test "${ac_cv_header_jpeglib_h+set}" = set; then
24573 echo $ECHO_N "(cached) $ECHO_C" >&6
24574 else
24575 cat >conftest.$ac_ext <<_ACEOF
24576 /* confdefs.h. */
24577 _ACEOF
24578 cat confdefs.h >>conftest.$ac_ext
24579 cat >>conftest.$ac_ext <<_ACEOF
24580 /* end confdefs.h. */
24581
24582 #undef HAVE_STDLIB_H
24583 #include <stdio.h>
24584 #include <jpeglib.h>
24585
24586 int
24587 main ()
24588 {
24589
24590
24591 ;
24592 return 0;
24593 }
24594 _ACEOF
24595 rm -f conftest.$ac_objext
24596 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24597 (eval $ac_compile) 2>conftest.er1
24598 ac_status=$?
24599 grep -v '^ *+' conftest.er1 >conftest.err
24600 rm -f conftest.er1
24601 cat conftest.err >&5
24602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24603 (exit $ac_status); } &&
24604 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24606 (eval $ac_try) 2>&5
24607 ac_status=$?
24608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24609 (exit $ac_status); }; } &&
24610 { ac_try='test -s conftest.$ac_objext'
24611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24612 (eval $ac_try) 2>&5
24613 ac_status=$?
24614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24615 (exit $ac_status); }; }; then
24616 ac_cv_header_jpeglib_h=yes
24617 else
24618 echo "$as_me: failed program was:" >&5
24619 sed 's/^/| /' conftest.$ac_ext >&5
24620
24621 ac_cv_header_jpeglib_h=no
24622
24623 fi
24624 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24625
24626 fi
24627
24628 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
24629 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
24630
24631 if test "$ac_cv_header_jpeglib_h" = "yes"; then
24632 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
24633 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
24634 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
24635 echo $ECHO_N "(cached) $ECHO_C" >&6
24636 else
24637 ac_check_lib_save_LIBS=$LIBS
24638 LIBS="-ljpeg $LIBS"
24639 cat >conftest.$ac_ext <<_ACEOF
24640 /* confdefs.h. */
24641 _ACEOF
24642 cat confdefs.h >>conftest.$ac_ext
24643 cat >>conftest.$ac_ext <<_ACEOF
24644 /* end confdefs.h. */
24645
24646 /* Override any gcc2 internal prototype to avoid an error. */
24647 #ifdef __cplusplus
24648 extern "C"
24649 #endif
24650 /* We use char because int might match the return type of a gcc2
24651 builtin and then its argument prototype would still apply. */
24652 char jpeg_read_header ();
24653 int
24654 main ()
24655 {
24656 jpeg_read_header ();
24657 ;
24658 return 0;
24659 }
24660 _ACEOF
24661 rm -f conftest.$ac_objext conftest$ac_exeext
24662 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24663 (eval $ac_link) 2>conftest.er1
24664 ac_status=$?
24665 grep -v '^ *+' conftest.er1 >conftest.err
24666 rm -f conftest.er1
24667 cat conftest.err >&5
24668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24669 (exit $ac_status); } &&
24670 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24672 (eval $ac_try) 2>&5
24673 ac_status=$?
24674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24675 (exit $ac_status); }; } &&
24676 { ac_try='test -s conftest$ac_exeext'
24677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24678 (eval $ac_try) 2>&5
24679 ac_status=$?
24680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24681 (exit $ac_status); }; }; then
24682 ac_cv_lib_jpeg_jpeg_read_header=yes
24683 else
24684 echo "$as_me: failed program was:" >&5
24685 sed 's/^/| /' conftest.$ac_ext >&5
24686
24687 ac_cv_lib_jpeg_jpeg_read_header=no
24688 fi
24689 rm -f conftest.err conftest.$ac_objext \
24690 conftest$ac_exeext conftest.$ac_ext
24691 LIBS=$ac_check_lib_save_LIBS
24692 fi
24693 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
24694 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
24695 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
24696 JPEG_LINK=" -ljpeg"
24697 fi
24698
24699 fi
24700
24701 if test "x$JPEG_LINK" = "x" ; then
24702 if test "$wxUSE_LIBJPEG" = "sys" ; then
24703 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
24704 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
24705 { (exit 1); exit 1; }; }
24706 else
24707 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
24708 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
24709 wxUSE_LIBJPEG=builtin
24710 fi
24711 else
24712 wxUSE_LIBJPEG=sys
24713 fi
24714 fi
24715 fi
24716 fi
24717
24718
24719 TIFF_LINK=
24720 TIFF_PREREQ_LINKS=-lm
24721 if test "$wxUSE_LIBTIFF" != "no" ; then
24722 cat >>confdefs.h <<\_ACEOF
24723 #define wxUSE_LIBTIFF 1
24724 _ACEOF
24725
24726
24727 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
24728 if test "$wxUSE_LIBJPEG" = "sys"; then
24729 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
24730 fi
24731 if test "$wxUSE_ZLIB" = "sys"; then
24732 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
24733 fi
24734 if test "${ac_cv_header_tiffio_h+set}" = set; then
24735 echo "$as_me:$LINENO: checking for tiffio.h" >&5
24736 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
24737 if test "${ac_cv_header_tiffio_h+set}" = set; then
24738 echo $ECHO_N "(cached) $ECHO_C" >&6
24739 fi
24740 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
24741 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
24742 else
24743 # Is the header compilable?
24744 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
24745 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
24746 cat >conftest.$ac_ext <<_ACEOF
24747 /* confdefs.h. */
24748 _ACEOF
24749 cat confdefs.h >>conftest.$ac_ext
24750 cat >>conftest.$ac_ext <<_ACEOF
24751 /* end confdefs.h. */
24752 $ac_includes_default
24753 #include <tiffio.h>
24754 _ACEOF
24755 rm -f conftest.$ac_objext
24756 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24757 (eval $ac_compile) 2>conftest.er1
24758 ac_status=$?
24759 grep -v '^ *+' conftest.er1 >conftest.err
24760 rm -f conftest.er1
24761 cat conftest.err >&5
24762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24763 (exit $ac_status); } &&
24764 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24766 (eval $ac_try) 2>&5
24767 ac_status=$?
24768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24769 (exit $ac_status); }; } &&
24770 { ac_try='test -s conftest.$ac_objext'
24771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24772 (eval $ac_try) 2>&5
24773 ac_status=$?
24774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24775 (exit $ac_status); }; }; then
24776 ac_header_compiler=yes
24777 else
24778 echo "$as_me: failed program was:" >&5
24779 sed 's/^/| /' conftest.$ac_ext >&5
24780
24781 ac_header_compiler=no
24782 fi
24783 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24784 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24785 echo "${ECHO_T}$ac_header_compiler" >&6
24786
24787 # Is the header present?
24788 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
24789 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
24790 cat >conftest.$ac_ext <<_ACEOF
24791 /* confdefs.h. */
24792 _ACEOF
24793 cat confdefs.h >>conftest.$ac_ext
24794 cat >>conftest.$ac_ext <<_ACEOF
24795 /* end confdefs.h. */
24796 #include <tiffio.h>
24797 _ACEOF
24798 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24799 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24800 ac_status=$?
24801 grep -v '^ *+' conftest.er1 >conftest.err
24802 rm -f conftest.er1
24803 cat conftest.err >&5
24804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24805 (exit $ac_status); } >/dev/null; then
24806 if test -s conftest.err; then
24807 ac_cpp_err=$ac_c_preproc_warn_flag
24808 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
24809 else
24810 ac_cpp_err=
24811 fi
24812 else
24813 ac_cpp_err=yes
24814 fi
24815 if test -z "$ac_cpp_err"; then
24816 ac_header_preproc=yes
24817 else
24818 echo "$as_me: failed program was:" >&5
24819 sed 's/^/| /' conftest.$ac_ext >&5
24820
24821 ac_header_preproc=no
24822 fi
24823 rm -f conftest.err conftest.$ac_ext
24824 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24825 echo "${ECHO_T}$ac_header_preproc" >&6
24826
24827 # So? What about this header?
24828 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24829 yes:no: )
24830 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
24831 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24832 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
24833 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
24834 ac_header_preproc=yes
24835 ;;
24836 no:yes:* )
24837 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
24838 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
24839 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
24840 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
24841 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
24842 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
24843 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
24844 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
24845 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
24846 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
24847 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
24848 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
24849 (
24850 cat <<\_ASBOX
24851 ## ----------------------------------------- ##
24852 ## Report this to wx-dev@lists.wxwidgets.org ##
24853 ## ----------------------------------------- ##
24854 _ASBOX
24855 ) |
24856 sed "s/^/$as_me: WARNING: /" >&2
24857 ;;
24858 esac
24859 echo "$as_me:$LINENO: checking for tiffio.h" >&5
24860 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
24861 if test "${ac_cv_header_tiffio_h+set}" = set; then
24862 echo $ECHO_N "(cached) $ECHO_C" >&6
24863 else
24864 ac_cv_header_tiffio_h=$ac_header_preproc
24865 fi
24866 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
24867 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
24868
24869 fi
24870 if test $ac_cv_header_tiffio_h = yes; then
24871
24872 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
24873 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
24874 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
24875 echo $ECHO_N "(cached) $ECHO_C" >&6
24876 else
24877 ac_check_lib_save_LIBS=$LIBS
24878 LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
24879 cat >conftest.$ac_ext <<_ACEOF
24880 /* confdefs.h. */
24881 _ACEOF
24882 cat confdefs.h >>conftest.$ac_ext
24883 cat >>conftest.$ac_ext <<_ACEOF
24884 /* end confdefs.h. */
24885
24886 /* Override any gcc2 internal prototype to avoid an error. */
24887 #ifdef __cplusplus
24888 extern "C"
24889 #endif
24890 /* We use char because int might match the return type of a gcc2
24891 builtin and then its argument prototype would still apply. */
24892 char TIFFError ();
24893 int
24894 main ()
24895 {
24896 TIFFError ();
24897 ;
24898 return 0;
24899 }
24900 _ACEOF
24901 rm -f conftest.$ac_objext conftest$ac_exeext
24902 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24903 (eval $ac_link) 2>conftest.er1
24904 ac_status=$?
24905 grep -v '^ *+' conftest.er1 >conftest.err
24906 rm -f conftest.er1
24907 cat conftest.err >&5
24908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24909 (exit $ac_status); } &&
24910 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24912 (eval $ac_try) 2>&5
24913 ac_status=$?
24914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24915 (exit $ac_status); }; } &&
24916 { ac_try='test -s conftest$ac_exeext'
24917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24918 (eval $ac_try) 2>&5
24919 ac_status=$?
24920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24921 (exit $ac_status); }; }; then
24922 ac_cv_lib_tiff_TIFFError=yes
24923 else
24924 echo "$as_me: failed program was:" >&5
24925 sed 's/^/| /' conftest.$ac_ext >&5
24926
24927 ac_cv_lib_tiff_TIFFError=no
24928 fi
24929 rm -f conftest.err conftest.$ac_objext \
24930 conftest$ac_exeext conftest.$ac_ext
24931 LIBS=$ac_check_lib_save_LIBS
24932 fi
24933 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
24934 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
24935 if test $ac_cv_lib_tiff_TIFFError = yes; then
24936 TIFF_LINK=" -ltiff"
24937 fi
24938
24939
24940
24941 fi
24942
24943
24944
24945 if test "x$TIFF_LINK" = "x" ; then
24946 if test "$wxUSE_LIBTIFF" = "sys" ; then
24947 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
24948 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
24949 { (exit 1); exit 1; }; }
24950 else
24951 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
24952 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
24953 wxUSE_LIBTIFF=builtin
24954 fi
24955 else
24956 wxUSE_LIBTIFF=sys
24957 fi
24958 fi
24959 fi
24960
24961
24962 if test "$wxUSE_WCHAR_T" != "yes"; then
24963 if test "$wxUSE_EXPAT" != "no"; then
24964 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
24965 echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
24966 wxUSE_EXPAT=no
24967 fi
24968 if test "$wxUSE_XML" != "no"; then
24969 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
24970 echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
24971 wxUSE_XML=no
24972 fi
24973 fi
24974
24975 if test "$wxUSE_EXPAT" != "no"; then
24976 wxUSE_XML=yes
24977 cat >>confdefs.h <<\_ACEOF
24978 #define wxUSE_EXPAT 1
24979 _ACEOF
24980
24981 cat >>confdefs.h <<\_ACEOF
24982 #define wxUSE_XML 1
24983 _ACEOF
24984
24985
24986 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
24987 if test "${ac_cv_header_expat_h+set}" = set; then
24988 echo "$as_me:$LINENO: checking for expat.h" >&5
24989 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
24990 if test "${ac_cv_header_expat_h+set}" = set; then
24991 echo $ECHO_N "(cached) $ECHO_C" >&6
24992 fi
24993 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
24994 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
24995 else
24996 # Is the header compilable?
24997 echo "$as_me:$LINENO: checking expat.h usability" >&5
24998 echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
24999 cat >conftest.$ac_ext <<_ACEOF
25000 /* confdefs.h. */
25001 _ACEOF
25002 cat confdefs.h >>conftest.$ac_ext
25003 cat >>conftest.$ac_ext <<_ACEOF
25004 /* end confdefs.h. */
25005 $ac_includes_default
25006 #include <expat.h>
25007 _ACEOF
25008 rm -f conftest.$ac_objext
25009 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25010 (eval $ac_compile) 2>conftest.er1
25011 ac_status=$?
25012 grep -v '^ *+' conftest.er1 >conftest.err
25013 rm -f conftest.er1
25014 cat conftest.err >&5
25015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25016 (exit $ac_status); } &&
25017 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25019 (eval $ac_try) 2>&5
25020 ac_status=$?
25021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25022 (exit $ac_status); }; } &&
25023 { ac_try='test -s conftest.$ac_objext'
25024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25025 (eval $ac_try) 2>&5
25026 ac_status=$?
25027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25028 (exit $ac_status); }; }; then
25029 ac_header_compiler=yes
25030 else
25031 echo "$as_me: failed program was:" >&5
25032 sed 's/^/| /' conftest.$ac_ext >&5
25033
25034 ac_header_compiler=no
25035 fi
25036 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25037 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25038 echo "${ECHO_T}$ac_header_compiler" >&6
25039
25040 # Is the header present?
25041 echo "$as_me:$LINENO: checking expat.h presence" >&5
25042 echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
25043 cat >conftest.$ac_ext <<_ACEOF
25044 /* confdefs.h. */
25045 _ACEOF
25046 cat confdefs.h >>conftest.$ac_ext
25047 cat >>conftest.$ac_ext <<_ACEOF
25048 /* end confdefs.h. */
25049 #include <expat.h>
25050 _ACEOF
25051 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25052 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25053 ac_status=$?
25054 grep -v '^ *+' conftest.er1 >conftest.err
25055 rm -f conftest.er1
25056 cat conftest.err >&5
25057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25058 (exit $ac_status); } >/dev/null; then
25059 if test -s conftest.err; then
25060 ac_cpp_err=$ac_c_preproc_warn_flag
25061 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
25062 else
25063 ac_cpp_err=
25064 fi
25065 else
25066 ac_cpp_err=yes
25067 fi
25068 if test -z "$ac_cpp_err"; then
25069 ac_header_preproc=yes
25070 else
25071 echo "$as_me: failed program was:" >&5
25072 sed 's/^/| /' conftest.$ac_ext >&5
25073
25074 ac_header_preproc=no
25075 fi
25076 rm -f conftest.err conftest.$ac_ext
25077 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25078 echo "${ECHO_T}$ac_header_preproc" >&6
25079
25080 # So? What about this header?
25081 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25082 yes:no: )
25083 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
25084 echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25085 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
25086 echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
25087 ac_header_preproc=yes
25088 ;;
25089 no:yes:* )
25090 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
25091 echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
25092 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
25093 echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
25094 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
25095 echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
25096 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
25097 echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
25098 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
25099 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
25100 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
25101 echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
25102 (
25103 cat <<\_ASBOX
25104 ## ----------------------------------------- ##
25105 ## Report this to wx-dev@lists.wxwidgets.org ##
25106 ## ----------------------------------------- ##
25107 _ASBOX
25108 ) |
25109 sed "s/^/$as_me: WARNING: /" >&2
25110 ;;
25111 esac
25112 echo "$as_me:$LINENO: checking for expat.h" >&5
25113 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
25114 if test "${ac_cv_header_expat_h+set}" = set; then
25115 echo $ECHO_N "(cached) $ECHO_C" >&6
25116 else
25117 ac_cv_header_expat_h=$ac_header_preproc
25118 fi
25119 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
25120 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
25121
25122 fi
25123 if test $ac_cv_header_expat_h = yes; then
25124 found_expat_h=1
25125 fi
25126
25127
25128 if test "x$found_expat_h" = "x1"; then
25129 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
25130 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
25131 if test "${wx_cv_expat_is_not_broken+set}" = set; then
25132 echo $ECHO_N "(cached) $ECHO_C" >&6
25133 else
25134
25135
25136
25137 ac_ext=cc
25138 ac_cpp='$CXXCPP $CPPFLAGS'
25139 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25140 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25141 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25142
25143 cat >conftest.$ac_ext <<_ACEOF
25144 /* confdefs.h. */
25145 _ACEOF
25146 cat confdefs.h >>conftest.$ac_ext
25147 cat >>conftest.$ac_ext <<_ACEOF
25148 /* end confdefs.h. */
25149 #include <expat.h>
25150 int
25151 main ()
25152 {
25153
25154 ;
25155 return 0;
25156 }
25157 _ACEOF
25158 rm -f conftest.$ac_objext
25159 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25160 (eval $ac_compile) 2>conftest.er1
25161 ac_status=$?
25162 grep -v '^ *+' conftest.er1 >conftest.err
25163 rm -f conftest.er1
25164 cat conftest.err >&5
25165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25166 (exit $ac_status); } &&
25167 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
25168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25169 (eval $ac_try) 2>&5
25170 ac_status=$?
25171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25172 (exit $ac_status); }; } &&
25173 { ac_try='test -s conftest.$ac_objext'
25174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25175 (eval $ac_try) 2>&5
25176 ac_status=$?
25177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25178 (exit $ac_status); }; }; then
25179 wx_cv_expat_is_not_broken=yes
25180 else
25181 echo "$as_me: failed program was:" >&5
25182 sed 's/^/| /' conftest.$ac_ext >&5
25183
25184 wx_cv_expat_is_not_broken=no
25185
25186 fi
25187 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25188 ac_ext=c
25189 ac_cpp='$CPP $CPPFLAGS'
25190 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25191 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25192 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25193
25194
25195
25196 fi
25197 echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
25198 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
25199 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
25200 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
25201 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
25202 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
25203 echo $ECHO_N "(cached) $ECHO_C" >&6
25204 else
25205 ac_check_lib_save_LIBS=$LIBS
25206 LIBS="-lexpat $LIBS"
25207 cat >conftest.$ac_ext <<_ACEOF
25208 /* confdefs.h. */
25209 _ACEOF
25210 cat confdefs.h >>conftest.$ac_ext
25211 cat >>conftest.$ac_ext <<_ACEOF
25212 /* end confdefs.h. */
25213
25214 /* Override any gcc2 internal prototype to avoid an error. */
25215 #ifdef __cplusplus
25216 extern "C"
25217 #endif
25218 /* We use char because int might match the return type of a gcc2
25219 builtin and then its argument prototype would still apply. */
25220 char XML_ParserCreate ();
25221 int
25222 main ()
25223 {
25224 XML_ParserCreate ();
25225 ;
25226 return 0;
25227 }
25228 _ACEOF
25229 rm -f conftest.$ac_objext conftest$ac_exeext
25230 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25231 (eval $ac_link) 2>conftest.er1
25232 ac_status=$?
25233 grep -v '^ *+' conftest.er1 >conftest.err
25234 rm -f conftest.er1
25235 cat conftest.err >&5
25236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25237 (exit $ac_status); } &&
25238 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25240 (eval $ac_try) 2>&5
25241 ac_status=$?
25242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25243 (exit $ac_status); }; } &&
25244 { ac_try='test -s conftest$ac_exeext'
25245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25246 (eval $ac_try) 2>&5
25247 ac_status=$?
25248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25249 (exit $ac_status); }; }; then
25250 ac_cv_lib_expat_XML_ParserCreate=yes
25251 else
25252 echo "$as_me: failed program was:" >&5
25253 sed 's/^/| /' conftest.$ac_ext >&5
25254
25255 ac_cv_lib_expat_XML_ParserCreate=no
25256 fi
25257 rm -f conftest.err conftest.$ac_objext \
25258 conftest$ac_exeext conftest.$ac_ext
25259 LIBS=$ac_check_lib_save_LIBS
25260 fi
25261 echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
25262 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
25263 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
25264 EXPAT_LINK=" -lexpat"
25265 fi
25266
25267 fi
25268 fi
25269 if test "x$EXPAT_LINK" = "x" ; then
25270 if test "$wxUSE_EXPAT" = "sys" ; then
25271 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
25272 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
25273 { (exit 1); exit 1; }; }
25274 else
25275 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
25276 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
25277 wxUSE_EXPAT=builtin
25278 fi
25279 else
25280 wxUSE_EXPAT=sys
25281 fi
25282 fi
25283 if test "$wxUSE_EXPAT" = "builtin" ; then
25284
25285
25286 subdirs="$subdirs src/expat"
25287
25288 fi
25289 fi
25290
25291
25292
25293 if test "$wxUSE_LIBMSPACK" != "no"; then
25294 if test "${ac_cv_header_mspack_h+set}" = set; then
25295 echo "$as_me:$LINENO: checking for mspack.h" >&5
25296 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
25297 if test "${ac_cv_header_mspack_h+set}" = set; then
25298 echo $ECHO_N "(cached) $ECHO_C" >&6
25299 fi
25300 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
25301 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
25302 else
25303 # Is the header compilable?
25304 echo "$as_me:$LINENO: checking mspack.h usability" >&5
25305 echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
25306 cat >conftest.$ac_ext <<_ACEOF
25307 /* confdefs.h. */
25308 _ACEOF
25309 cat confdefs.h >>conftest.$ac_ext
25310 cat >>conftest.$ac_ext <<_ACEOF
25311 /* end confdefs.h. */
25312 $ac_includes_default
25313 #include <mspack.h>
25314 _ACEOF
25315 rm -f conftest.$ac_objext
25316 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25317 (eval $ac_compile) 2>conftest.er1
25318 ac_status=$?
25319 grep -v '^ *+' conftest.er1 >conftest.err
25320 rm -f conftest.er1
25321 cat conftest.err >&5
25322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25323 (exit $ac_status); } &&
25324 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25326 (eval $ac_try) 2>&5
25327 ac_status=$?
25328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25329 (exit $ac_status); }; } &&
25330 { ac_try='test -s conftest.$ac_objext'
25331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25332 (eval $ac_try) 2>&5
25333 ac_status=$?
25334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25335 (exit $ac_status); }; }; then
25336 ac_header_compiler=yes
25337 else
25338 echo "$as_me: failed program was:" >&5
25339 sed 's/^/| /' conftest.$ac_ext >&5
25340
25341 ac_header_compiler=no
25342 fi
25343 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25344 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25345 echo "${ECHO_T}$ac_header_compiler" >&6
25346
25347 # Is the header present?
25348 echo "$as_me:$LINENO: checking mspack.h presence" >&5
25349 echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
25350 cat >conftest.$ac_ext <<_ACEOF
25351 /* confdefs.h. */
25352 _ACEOF
25353 cat confdefs.h >>conftest.$ac_ext
25354 cat >>conftest.$ac_ext <<_ACEOF
25355 /* end confdefs.h. */
25356 #include <mspack.h>
25357 _ACEOF
25358 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25359 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25360 ac_status=$?
25361 grep -v '^ *+' conftest.er1 >conftest.err
25362 rm -f conftest.er1
25363 cat conftest.err >&5
25364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25365 (exit $ac_status); } >/dev/null; then
25366 if test -s conftest.err; then
25367 ac_cpp_err=$ac_c_preproc_warn_flag
25368 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
25369 else
25370 ac_cpp_err=
25371 fi
25372 else
25373 ac_cpp_err=yes
25374 fi
25375 if test -z "$ac_cpp_err"; then
25376 ac_header_preproc=yes
25377 else
25378 echo "$as_me: failed program was:" >&5
25379 sed 's/^/| /' conftest.$ac_ext >&5
25380
25381 ac_header_preproc=no
25382 fi
25383 rm -f conftest.err conftest.$ac_ext
25384 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25385 echo "${ECHO_T}$ac_header_preproc" >&6
25386
25387 # So? What about this header?
25388 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25389 yes:no: )
25390 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
25391 echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25392 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
25393 echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
25394 ac_header_preproc=yes
25395 ;;
25396 no:yes:* )
25397 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
25398 echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
25399 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
25400 echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
25401 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
25402 echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
25403 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
25404 echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
25405 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
25406 echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
25407 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
25408 echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
25409 (
25410 cat <<\_ASBOX
25411 ## ----------------------------------------- ##
25412 ## Report this to wx-dev@lists.wxwidgets.org ##
25413 ## ----------------------------------------- ##
25414 _ASBOX
25415 ) |
25416 sed "s/^/$as_me: WARNING: /" >&2
25417 ;;
25418 esac
25419 echo "$as_me:$LINENO: checking for mspack.h" >&5
25420 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
25421 if test "${ac_cv_header_mspack_h+set}" = set; then
25422 echo $ECHO_N "(cached) $ECHO_C" >&6
25423 else
25424 ac_cv_header_mspack_h=$ac_header_preproc
25425 fi
25426 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
25427 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
25428
25429 fi
25430 if test $ac_cv_header_mspack_h = yes; then
25431 found_mspack_h=1
25432 fi
25433
25434
25435 if test "x$found_mspack_h" = "x1"; then
25436 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
25437 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
25438 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
25439 echo $ECHO_N "(cached) $ECHO_C" >&6
25440 else
25441 ac_check_lib_save_LIBS=$LIBS
25442 LIBS="-lmspack $LIBS"
25443 cat >conftest.$ac_ext <<_ACEOF
25444 /* confdefs.h. */
25445 _ACEOF
25446 cat confdefs.h >>conftest.$ac_ext
25447 cat >>conftest.$ac_ext <<_ACEOF
25448 /* end confdefs.h. */
25449
25450 /* Override any gcc2 internal prototype to avoid an error. */
25451 #ifdef __cplusplus
25452 extern "C"
25453 #endif
25454 /* We use char because int might match the return type of a gcc2
25455 builtin and then its argument prototype would still apply. */
25456 char mspack_create_chm_decompressor ();
25457 int
25458 main ()
25459 {
25460 mspack_create_chm_decompressor ();
25461 ;
25462 return 0;
25463 }
25464 _ACEOF
25465 rm -f conftest.$ac_objext conftest$ac_exeext
25466 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25467 (eval $ac_link) 2>conftest.er1
25468 ac_status=$?
25469 grep -v '^ *+' conftest.er1 >conftest.err
25470 rm -f conftest.er1
25471 cat conftest.err >&5
25472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25473 (exit $ac_status); } &&
25474 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25476 (eval $ac_try) 2>&5
25477 ac_status=$?
25478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25479 (exit $ac_status); }; } &&
25480 { ac_try='test -s conftest$ac_exeext'
25481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25482 (eval $ac_try) 2>&5
25483 ac_status=$?
25484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25485 (exit $ac_status); }; }; then
25486 ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
25487 else
25488 echo "$as_me: failed program was:" >&5
25489 sed 's/^/| /' conftest.$ac_ext >&5
25490
25491 ac_cv_lib_mspack_mspack_create_chm_decompressor=no
25492 fi
25493 rm -f conftest.err conftest.$ac_objext \
25494 conftest$ac_exeext conftest.$ac_ext
25495 LIBS=$ac_check_lib_save_LIBS
25496 fi
25497 echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
25498 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
25499 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
25500 MSPACK_LINK=" -lmspack"
25501 fi
25502
25503 fi
25504 if test "x$MSPACK_LINK" = "x" ; then
25505 wxUSE_LIBMSPACK=no
25506 fi
25507 fi
25508
25509 if test "$wxUSE_LIBMSPACK" != "no"; then
25510 cat >>confdefs.h <<\_ACEOF
25511 #define wxUSE_LIBMSPACK 1
25512 _ACEOF
25513
25514 fi
25515
25516
25517
25518 AFMINSTALL=
25519 WIN32INSTALL=
25520
25521 TOOLKIT=
25522 TOOLKIT_INCLUDE=
25523 WIDGET_SET=
25524
25525 if test "$USE_WIN32" = 1 ; then
25526
25527 for ac_header in w32api.h
25528 do
25529 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
25530 if eval "test \"\${$as_ac_Header+set}\" = set"; then
25531 echo "$as_me:$LINENO: checking for $ac_header" >&5
25532 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
25533 if eval "test \"\${$as_ac_Header+set}\" = set"; then
25534 echo $ECHO_N "(cached) $ECHO_C" >&6
25535 fi
25536 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
25537 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
25538 else
25539 # Is the header compilable?
25540 echo "$as_me:$LINENO: checking $ac_header usability" >&5
25541 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
25542 cat >conftest.$ac_ext <<_ACEOF
25543 /* confdefs.h. */
25544 _ACEOF
25545 cat confdefs.h >>conftest.$ac_ext
25546 cat >>conftest.$ac_ext <<_ACEOF
25547 /* end confdefs.h. */
25548 $ac_includes_default
25549 #include <$ac_header>
25550 _ACEOF
25551 rm -f conftest.$ac_objext
25552 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25553 (eval $ac_compile) 2>conftest.er1
25554 ac_status=$?
25555 grep -v '^ *+' conftest.er1 >conftest.err
25556 rm -f conftest.er1
25557 cat conftest.err >&5
25558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25559 (exit $ac_status); } &&
25560 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25562 (eval $ac_try) 2>&5
25563 ac_status=$?
25564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25565 (exit $ac_status); }; } &&
25566 { ac_try='test -s conftest.$ac_objext'
25567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25568 (eval $ac_try) 2>&5
25569 ac_status=$?
25570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25571 (exit $ac_status); }; }; then
25572 ac_header_compiler=yes
25573 else
25574 echo "$as_me: failed program was:" >&5
25575 sed 's/^/| /' conftest.$ac_ext >&5
25576
25577 ac_header_compiler=no
25578 fi
25579 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25580 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25581 echo "${ECHO_T}$ac_header_compiler" >&6
25582
25583 # Is the header present?
25584 echo "$as_me:$LINENO: checking $ac_header presence" >&5
25585 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
25586 cat >conftest.$ac_ext <<_ACEOF
25587 /* confdefs.h. */
25588 _ACEOF
25589 cat confdefs.h >>conftest.$ac_ext
25590 cat >>conftest.$ac_ext <<_ACEOF
25591 /* end confdefs.h. */
25592 #include <$ac_header>
25593 _ACEOF
25594 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25595 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25596 ac_status=$?
25597 grep -v '^ *+' conftest.er1 >conftest.err
25598 rm -f conftest.er1
25599 cat conftest.err >&5
25600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25601 (exit $ac_status); } >/dev/null; then
25602 if test -s conftest.err; then
25603 ac_cpp_err=$ac_c_preproc_warn_flag
25604 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
25605 else
25606 ac_cpp_err=
25607 fi
25608 else
25609 ac_cpp_err=yes
25610 fi
25611 if test -z "$ac_cpp_err"; then
25612 ac_header_preproc=yes
25613 else
25614 echo "$as_me: failed program was:" >&5
25615 sed 's/^/| /' conftest.$ac_ext >&5
25616
25617 ac_header_preproc=no
25618 fi
25619 rm -f conftest.err conftest.$ac_ext
25620 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25621 echo "${ECHO_T}$ac_header_preproc" >&6
25622
25623 # So? What about this header?
25624 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25625 yes:no: )
25626 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
25627 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
25628 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
25629 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
25630 ac_header_preproc=yes
25631 ;;
25632 no:yes:* )
25633 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
25634 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
25635 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
25636 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
25637 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
25638 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
25639 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
25640 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
25641 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
25642 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
25643 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
25644 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
25645 (
25646 cat <<\_ASBOX
25647 ## ----------------------------------------- ##
25648 ## Report this to wx-dev@lists.wxwidgets.org ##
25649 ## ----------------------------------------- ##
25650 _ASBOX
25651 ) |
25652 sed "s/^/$as_me: WARNING: /" >&2
25653 ;;
25654 esac
25655 echo "$as_me:$LINENO: checking for $ac_header" >&5
25656 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
25657 if eval "test \"\${$as_ac_Header+set}\" = set"; then
25658 echo $ECHO_N "(cached) $ECHO_C" >&6
25659 else
25660 eval "$as_ac_Header=\$ac_header_preproc"
25661 fi
25662 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
25663 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
25664
25665 fi
25666 if test `eval echo '${'$as_ac_Header'}'` = yes; then
25667 cat >>confdefs.h <<_ACEOF
25668 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
25669 _ACEOF
25670
25671 fi
25672
25673 done
25674
25675 if test "${ac_cv_header_windows_h+set}" = set; then
25676 echo "$as_me:$LINENO: checking for windows.h" >&5
25677 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
25678 if test "${ac_cv_header_windows_h+set}" = set; then
25679 echo $ECHO_N "(cached) $ECHO_C" >&6
25680 fi
25681 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
25682 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
25683 else
25684 # Is the header compilable?
25685 echo "$as_me:$LINENO: checking windows.h usability" >&5
25686 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
25687 cat >conftest.$ac_ext <<_ACEOF
25688 /* confdefs.h. */
25689 _ACEOF
25690 cat confdefs.h >>conftest.$ac_ext
25691 cat >>conftest.$ac_ext <<_ACEOF
25692 /* end confdefs.h. */
25693 $ac_includes_default
25694 #include <windows.h>
25695 _ACEOF
25696 rm -f conftest.$ac_objext
25697 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25698 (eval $ac_compile) 2>conftest.er1
25699 ac_status=$?
25700 grep -v '^ *+' conftest.er1 >conftest.err
25701 rm -f conftest.er1
25702 cat conftest.err >&5
25703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25704 (exit $ac_status); } &&
25705 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25707 (eval $ac_try) 2>&5
25708 ac_status=$?
25709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25710 (exit $ac_status); }; } &&
25711 { ac_try='test -s conftest.$ac_objext'
25712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25713 (eval $ac_try) 2>&5
25714 ac_status=$?
25715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25716 (exit $ac_status); }; }; then
25717 ac_header_compiler=yes
25718 else
25719 echo "$as_me: failed program was:" >&5
25720 sed 's/^/| /' conftest.$ac_ext >&5
25721
25722 ac_header_compiler=no
25723 fi
25724 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25725 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25726 echo "${ECHO_T}$ac_header_compiler" >&6
25727
25728 # Is the header present?
25729 echo "$as_me:$LINENO: checking windows.h presence" >&5
25730 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
25731 cat >conftest.$ac_ext <<_ACEOF
25732 /* confdefs.h. */
25733 _ACEOF
25734 cat confdefs.h >>conftest.$ac_ext
25735 cat >>conftest.$ac_ext <<_ACEOF
25736 /* end confdefs.h. */
25737 #include <windows.h>
25738 _ACEOF
25739 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25740 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25741 ac_status=$?
25742 grep -v '^ *+' conftest.er1 >conftest.err
25743 rm -f conftest.er1
25744 cat conftest.err >&5
25745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25746 (exit $ac_status); } >/dev/null; then
25747 if test -s conftest.err; then
25748 ac_cpp_err=$ac_c_preproc_warn_flag
25749 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
25750 else
25751 ac_cpp_err=
25752 fi
25753 else
25754 ac_cpp_err=yes
25755 fi
25756 if test -z "$ac_cpp_err"; then
25757 ac_header_preproc=yes
25758 else
25759 echo "$as_me: failed program was:" >&5
25760 sed 's/^/| /' conftest.$ac_ext >&5
25761
25762 ac_header_preproc=no
25763 fi
25764 rm -f conftest.err conftest.$ac_ext
25765 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25766 echo "${ECHO_T}$ac_header_preproc" >&6
25767
25768 # So? What about this header?
25769 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25770 yes:no: )
25771 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
25772 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25773 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
25774 echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
25775 ac_header_preproc=yes
25776 ;;
25777 no:yes:* )
25778 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
25779 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
25780 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
25781 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
25782 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
25783 echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
25784 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
25785 echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
25786 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
25787 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
25788 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
25789 echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
25790 (
25791 cat <<\_ASBOX
25792 ## ----------------------------------------- ##
25793 ## Report this to wx-dev@lists.wxwidgets.org ##
25794 ## ----------------------------------------- ##
25795 _ASBOX
25796 ) |
25797 sed "s/^/$as_me: WARNING: /" >&2
25798 ;;
25799 esac
25800 echo "$as_me:$LINENO: checking for windows.h" >&5
25801 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
25802 if test "${ac_cv_header_windows_h+set}" = set; then
25803 echo $ECHO_N "(cached) $ECHO_C" >&6
25804 else
25805 ac_cv_header_windows_h=$ac_header_preproc
25806 fi
25807 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
25808 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
25809
25810 fi
25811 if test $ac_cv_header_windows_h = yes; then
25812 :
25813 else
25814
25815 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
25816 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
25817 { (exit 1); exit 1; }; }
25818
25819 fi
25820
25821
25822
25823 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
25824
25825 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
25826 LIBS="$LIBS -loleacc"
25827 fi
25828
25829 case "${host}" in
25830 *-*-cygwin* )
25831 LIBS="$LIBS -lkernel32 -luser32"
25832 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
25833 esac
25834
25835 if test "$wxUSE_ODBC" = "sys" ; then
25836 wxUSE_ODBC = "yes"
25837 fi
25838 if test "$wxUSE_ODBC" = "yes" ; then
25839 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
25840 cat >>confdefs.h <<\_ACEOF
25841 #define wxUSE_ODBC 1
25842 _ACEOF
25843
25844 fi
25845
25846 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
25847 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
25848
25849 WIN32INSTALL=win32install
25850 fi
25851
25852 if test "$wxUSE_GUI" = "yes"; then
25853 USE_GUI=1
25854
25855 GUI_TK_LIBRARY=
25856
25857 WXGTK12=
25858 WXGTK127=
25859 WXGTK20=
25860 WXGPE=
25861
25862 if test "$wxUSE_COCOA" = 1 ; then
25863 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
25864 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
25865 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
25866 wxUSE_PRINTING_ARCHITECTURE=no
25867 fi
25868 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
25869 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
25870 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
25871 wxUSE_DRAG_AND_DROP=no
25872 fi
25873 if test "$wxUSE_DRAGIMAGE" = "yes"; then
25874 { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
25875 echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
25876 wxUSE_DRAGIMAGE=no
25877 fi
25878 fi
25879
25880 if test "$wxUSE_MSW" = 1 ; then
25881 TOOLKIT=MSW
25882 GUIDIST=MSW_DIST
25883
25884 case "${host}" in
25885 *-*-mingw32* )
25886 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
25887 esac
25888 fi
25889
25890 if test "$wxUSE_GTK" = 1; then
25891 echo "$as_me:$LINENO: checking for GTK+ version" >&5
25892 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
25893
25894 gtk_version_cached=1
25895 if test "${wx_cv_lib_gtk+set}" = set; then
25896 echo $ECHO_N "(cached) $ECHO_C" >&6
25897 else
25898
25899 gtk_version_cached=0
25900 echo "$as_me:$LINENO: result: " >&5
25901 echo "${ECHO_T}" >&6
25902
25903 GTK_MODULES=
25904 if test "$wxUSE_THREADS" = "yes"; then
25905 GTK_MODULES=gthread
25906 fi
25907
25908 wx_cv_lib_gtk=
25909 if test "x$wxGTK_VERSION" != "x1"
25910 then
25911 case "${host}" in
25912 *-*-solaris2* )
25913 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
25914 enable_gtktest=no
25915 fi
25916 esac
25917
25918 # Check whether --enable-gtktest or --disable-gtktest was given.
25919 if test "${enable_gtktest+set}" = set; then
25920 enableval="$enable_gtktest"
25921
25922 else
25923 enable_gtktest=yes
25924 fi;
25925
25926 pkg_config_args=gtk+-2.0
25927 for module in . $GTK_MODULES
25928 do
25929 case "$module" in
25930 gthread)
25931 pkg_config_args="$pkg_config_args gthread-2.0"
25932 ;;
25933 esac
25934 done
25935
25936 no_gtk=""
25937
25938 # Extract the first word of "pkg-config", so it can be a program name with args.
25939 set dummy pkg-config; ac_word=$2
25940 echo "$as_me:$LINENO: checking for $ac_word" >&5
25941 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25942 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
25943 echo $ECHO_N "(cached) $ECHO_C" >&6
25944 else
25945 case $PKG_CONFIG in
25946 [\\/]* | ?:[\\/]*)
25947 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
25948 ;;
25949 *)
25950 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25951 for as_dir in $PATH
25952 do
25953 IFS=$as_save_IFS
25954 test -z "$as_dir" && as_dir=.
25955 for ac_exec_ext in '' $ac_executable_extensions; do
25956 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25957 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25958 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25959 break 2
25960 fi
25961 done
25962 done
25963
25964 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
25965 ;;
25966 esac
25967 fi
25968 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
25969
25970 if test -n "$PKG_CONFIG"; then
25971 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
25972 echo "${ECHO_T}$PKG_CONFIG" >&6
25973 else
25974 echo "$as_me:$LINENO: result: no" >&5
25975 echo "${ECHO_T}no" >&6
25976 fi
25977
25978
25979 if test x$PKG_CONFIG != xno ; then
25980 if pkg-config --atleast-pkgconfig-version 0.7 ; then
25981 :
25982 else
25983 echo "*** pkg-config too old; version 0.7 or better required."
25984 no_gtk=yes
25985 PKG_CONFIG=no
25986 fi
25987 else
25988 no_gtk=yes
25989 fi
25990
25991 min_gtk_version=2.0.0
25992 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
25993 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
25994
25995 if test x$PKG_CONFIG != xno ; then
25996 ## don't try to run the test against uninstalled libtool libs
25997 if $PKG_CONFIG --uninstalled $pkg_config_args; then
25998 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
25999 enable_gtktest=no
26000 fi
26001
26002 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
26003 :
26004 else
26005 no_gtk=yes
26006 fi
26007 fi
26008
26009 if test x"$no_gtk" = x ; then
26010 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
26011 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
26012 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
26013 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
26014 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
26015 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
26016 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
26017 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
26018 if test "x$enable_gtktest" = "xyes" ; then
26019 ac_save_CFLAGS="$CFLAGS"
26020 ac_save_LIBS="$LIBS"
26021 CFLAGS="$CFLAGS $GTK_CFLAGS"
26022 LIBS="$GTK_LIBS $LIBS"
26023 rm -f conf.gtktest
26024 if test "$cross_compiling" = yes; then
26025 echo $ac_n "cross compiling; assumed OK... $ac_c"
26026 else
26027 cat >conftest.$ac_ext <<_ACEOF
26028 /* confdefs.h. */
26029 _ACEOF
26030 cat confdefs.h >>conftest.$ac_ext
26031 cat >>conftest.$ac_ext <<_ACEOF
26032 /* end confdefs.h. */
26033
26034 #include <gtk/gtk.h>
26035 #include <stdio.h>
26036 #include <stdlib.h>
26037
26038 int
26039 main ()
26040 {
26041 int major, minor, micro;
26042 char *tmp_version;
26043
26044 system ("touch conf.gtktest");
26045
26046 /* HP/UX 9 (%@#!) writes to sscanf strings */
26047 tmp_version = g_strdup("$min_gtk_version");
26048 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
26049 printf("%s, bad version string\n", "$min_gtk_version");
26050 exit(1);
26051 }
26052
26053 if ((gtk_major_version != $gtk_config_major_version) ||
26054 (gtk_minor_version != $gtk_config_minor_version) ||
26055 (gtk_micro_version != $gtk_config_micro_version))
26056 {
26057 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
26058 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
26059 gtk_major_version, gtk_minor_version, gtk_micro_version);
26060 printf ("*** was found! If pkg-config was correct, then it is best\n");
26061 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
26062 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
26063 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
26064 printf("*** required on your system.\n");
26065 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
26066 printf("*** to point to the correct configuration files\n");
26067 }
26068 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
26069 (gtk_minor_version != GTK_MINOR_VERSION) ||
26070 (gtk_micro_version != GTK_MICRO_VERSION))
26071 {
26072 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
26073 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
26074 printf("*** library (version %d.%d.%d)\n",
26075 gtk_major_version, gtk_minor_version, gtk_micro_version);
26076 }
26077 else
26078 {
26079 if ((gtk_major_version > major) ||
26080 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
26081 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
26082 {
26083 return 0;
26084 }
26085 else
26086 {
26087 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
26088 gtk_major_version, gtk_minor_version, gtk_micro_version);
26089 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
26090 major, minor, micro);
26091 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
26092 printf("***\n");
26093 printf("*** If you have already installed a sufficiently new version, this error\n");
26094 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
26095 printf("*** being found. The easiest way to fix this is to remove the old version\n");
26096 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
26097 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
26098 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
26099 printf("*** so that the correct libraries are found at run-time))\n");
26100 }
26101 }
26102 return 1;
26103 }
26104
26105 _ACEOF
26106 rm -f conftest$ac_exeext
26107 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26108 (eval $ac_link) 2>&5
26109 ac_status=$?
26110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26111 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26113 (eval $ac_try) 2>&5
26114 ac_status=$?
26115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26116 (exit $ac_status); }; }; then
26117 :
26118 else
26119 echo "$as_me: program exited with status $ac_status" >&5
26120 echo "$as_me: failed program was:" >&5
26121 sed 's/^/| /' conftest.$ac_ext >&5
26122
26123 ( exit $ac_status )
26124 no_gtk=yes
26125 fi
26126 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26127 fi
26128 CFLAGS="$ac_save_CFLAGS"
26129 LIBS="$ac_save_LIBS"
26130 fi
26131 fi
26132 if test "x$no_gtk" = x ; then
26133 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
26134 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
26135 wx_cv_lib_gtk=2.0
26136 else
26137 echo "$as_me:$LINENO: result: no" >&5
26138 echo "${ECHO_T}no" >&6
26139 if test "$PKG_CONFIG" = "no" ; then
26140 echo "*** A new enough version of pkg-config was not found."
26141 echo "*** See http://pkgconfig.sourceforge.net"
26142 else
26143 if test -f conf.gtktest ; then
26144 :
26145 else
26146 echo "*** Could not run GTK+ test program, checking why..."
26147 ac_save_CFLAGS="$CFLAGS"
26148 ac_save_LIBS="$LIBS"
26149 CFLAGS="$CFLAGS $GTK_CFLAGS"
26150 LIBS="$LIBS $GTK_LIBS"
26151 cat >conftest.$ac_ext <<_ACEOF
26152 /* confdefs.h. */
26153 _ACEOF
26154 cat confdefs.h >>conftest.$ac_ext
26155 cat >>conftest.$ac_ext <<_ACEOF
26156 /* end confdefs.h. */
26157
26158 #include <gtk/gtk.h>
26159 #include <stdio.h>
26160
26161 int
26162 main ()
26163 {
26164 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
26165 ;
26166 return 0;
26167 }
26168 _ACEOF
26169 rm -f conftest.$ac_objext conftest$ac_exeext
26170 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26171 (eval $ac_link) 2>conftest.er1
26172 ac_status=$?
26173 grep -v '^ *+' conftest.er1 >conftest.err
26174 rm -f conftest.er1
26175 cat conftest.err >&5
26176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26177 (exit $ac_status); } &&
26178 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26180 (eval $ac_try) 2>&5
26181 ac_status=$?
26182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26183 (exit $ac_status); }; } &&
26184 { ac_try='test -s conftest$ac_exeext'
26185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26186 (eval $ac_try) 2>&5
26187 ac_status=$?
26188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26189 (exit $ac_status); }; }; then
26190 echo "*** The test program compiled, but did not run. This usually means"
26191 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
26192 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
26193 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
26194 echo "*** to the installed location Also, make sure you have run ldconfig if that"
26195 echo "*** is required on your system"
26196 echo "***"
26197 echo "*** If you have an old version installed, it is best to remove it, although"
26198 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
26199 else
26200 echo "$as_me: failed program was:" >&5
26201 sed 's/^/| /' conftest.$ac_ext >&5
26202
26203 echo "*** The test program failed to compile or link. See the file config.log for the"
26204 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
26205 fi
26206 rm -f conftest.err conftest.$ac_objext \
26207 conftest$ac_exeext conftest.$ac_ext
26208 CFLAGS="$ac_save_CFLAGS"
26209 LIBS="$ac_save_LIBS"
26210 fi
26211 fi
26212 GTK_CFLAGS=""
26213 GTK_LIBS=""
26214 :
26215 fi
26216
26217
26218 rm -f conf.gtktest
26219
26220
26221 case "${host}" in
26222 *-*-solaris2* )
26223 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
26224 GTK_CFLAGS=`echo $GTK_CFLAGS | sed 's/-mt//'`
26225 GTK_LIBS=`echo $GTK_LIBS | sed 's/-mt//'`
26226 fi
26227 if test "$wxUSE_SHARED" != "yes"; then
26228 GTK_LIBS="$GTK_LIBS -lX11"
26229 fi
26230 esac
26231 fi
26232
26233 if test -z "$wx_cv_lib_gtk"; then
26234 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
26235
26236 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
26237 if test "${with_gtk_prefix+set}" = set; then
26238 withval="$with_gtk_prefix"
26239 gtk_config_prefix="$withval"
26240 else
26241 gtk_config_prefix=""
26242 fi;
26243
26244 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
26245 if test "${with_gtk_exec_prefix+set}" = set; then
26246 withval="$with_gtk_exec_prefix"
26247 gtk_config_exec_prefix="$withval"
26248 else
26249 gtk_config_exec_prefix=""
26250 fi;
26251 # Check whether --enable-gtktest or --disable-gtktest was given.
26252 if test "${enable_gtktest+set}" = set; then
26253 enableval="$enable_gtktest"
26254
26255 else
26256 enable_gtktest=yes
26257 fi;
26258
26259 for module in . $GTK_MODULES
26260 do
26261 case "$module" in
26262 gthread)
26263 gtk_config_args="$gtk_config_args gthread"
26264 ;;
26265 esac
26266 done
26267
26268 if test x$gtk_config_exec_prefix != x ; then
26269 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
26270 if test x${GTK_CONFIG+set} != xset ; then
26271 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
26272 fi
26273 fi
26274 if test x$gtk_config_prefix != x ; then
26275 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
26276 if test x${GTK_CONFIG+set} != xset ; then
26277 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
26278 fi
26279 fi
26280
26281 # Extract the first word of "gtk-config", so it can be a program name with args.
26282 set dummy gtk-config; ac_word=$2
26283 echo "$as_me:$LINENO: checking for $ac_word" >&5
26284 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
26285 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
26286 echo $ECHO_N "(cached) $ECHO_C" >&6
26287 else
26288 case $GTK_CONFIG in
26289 [\\/]* | ?:[\\/]*)
26290 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
26291 ;;
26292 *)
26293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26294 for as_dir in $PATH
26295 do
26296 IFS=$as_save_IFS
26297 test -z "$as_dir" && as_dir=.
26298 for ac_exec_ext in '' $ac_executable_extensions; do
26299 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
26300 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
26301 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26302 break 2
26303 fi
26304 done
26305 done
26306
26307 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
26308 ;;
26309 esac
26310 fi
26311 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
26312
26313 if test -n "$GTK_CONFIG"; then
26314 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
26315 echo "${ECHO_T}$GTK_CONFIG" >&6
26316 else
26317 echo "$as_me:$LINENO: result: no" >&5
26318 echo "${ECHO_T}no" >&6
26319 fi
26320
26321 min_gtk_version=1.2.7
26322 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
26323 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
26324 no_gtk=""
26325 if test "$GTK_CONFIG" = "no" ; then
26326 no_gtk=yes
26327 else
26328 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
26329 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
26330 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
26331 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
26332 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
26333 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
26334 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
26335 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
26336 if test "x$enable_gtktest" = "xyes" ; then
26337 ac_save_CFLAGS="$CFLAGS"
26338 ac_save_LIBS="$LIBS"
26339 CFLAGS="$CFLAGS $GTK_CFLAGS"
26340 LIBS="$GTK_LIBS $LIBS"
26341 rm -f conf.gtktest
26342 if test "$cross_compiling" = yes; then
26343 echo $ac_n "cross compiling; assumed OK... $ac_c"
26344 else
26345 cat >conftest.$ac_ext <<_ACEOF
26346 /* confdefs.h. */
26347 _ACEOF
26348 cat confdefs.h >>conftest.$ac_ext
26349 cat >>conftest.$ac_ext <<_ACEOF
26350 /* end confdefs.h. */
26351
26352 #include <gtk/gtk.h>
26353 #include <stdio.h>
26354 #include <stdlib.h>
26355
26356 int
26357 main ()
26358 {
26359 int major, minor, micro;
26360 char *tmp_version;
26361
26362 system ("touch conf.gtktest");
26363
26364 /* HP/UX 9 (%@#!) writes to sscanf strings */
26365 tmp_version = g_strdup("$min_gtk_version");
26366 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
26367 printf("%s, bad version string\n", "$min_gtk_version");
26368 exit(1);
26369 }
26370
26371 if ((gtk_major_version != $gtk_config_major_version) ||
26372 (gtk_minor_version != $gtk_config_minor_version) ||
26373 (gtk_micro_version != $gtk_config_micro_version))
26374 {
26375 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
26376 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
26377 gtk_major_version, gtk_minor_version, gtk_micro_version);
26378 printf ("*** was found! If gtk-config was correct, then it is best\n");
26379 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
26380 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
26381 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
26382 printf("*** required on your system.\n");
26383 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
26384 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
26385 printf("*** before re-running configure\n");
26386 }
26387 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
26388 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
26389 (gtk_minor_version != GTK_MINOR_VERSION) ||
26390 (gtk_micro_version != GTK_MICRO_VERSION))
26391 {
26392 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
26393 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
26394 printf("*** library (version %d.%d.%d)\n",
26395 gtk_major_version, gtk_minor_version, gtk_micro_version);
26396 }
26397 #endif /* defined (GTK_MAJOR_VERSION) ... */
26398 else
26399 {
26400 if ((gtk_major_version > major) ||
26401 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
26402 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
26403 {
26404 return 0;
26405 }
26406 else
26407 {
26408 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
26409 gtk_major_version, gtk_minor_version, gtk_micro_version);
26410 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
26411 major, minor, micro);
26412 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
26413 printf("***\n");
26414 printf("*** If you have already installed a sufficiently new version, this error\n");
26415 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
26416 printf("*** being found. The easiest way to fix this is to remove the old version\n");
26417 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
26418 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
26419 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
26420 printf("*** so that the correct libraries are found at run-time))\n");
26421 }
26422 }
26423 return 1;
26424 }
26425
26426 _ACEOF
26427 rm -f conftest$ac_exeext
26428 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26429 (eval $ac_link) 2>&5
26430 ac_status=$?
26431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26432 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26434 (eval $ac_try) 2>&5
26435 ac_status=$?
26436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26437 (exit $ac_status); }; }; then
26438 :
26439 else
26440 echo "$as_me: program exited with status $ac_status" >&5
26441 echo "$as_me: failed program was:" >&5
26442 sed 's/^/| /' conftest.$ac_ext >&5
26443
26444 ( exit $ac_status )
26445 no_gtk=yes
26446 fi
26447 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26448 fi
26449 CFLAGS="$ac_save_CFLAGS"
26450 LIBS="$ac_save_LIBS"
26451 fi
26452 fi
26453 if test "x$no_gtk" = x ; then
26454 echo "$as_me:$LINENO: result: yes" >&5
26455 echo "${ECHO_T}yes" >&6
26456 wx_cv_lib_gtk=1.2.7
26457 else
26458 echo "$as_me:$LINENO: result: no" >&5
26459 echo "${ECHO_T}no" >&6
26460 if test "$GTK_CONFIG" = "no" ; then
26461 echo "*** The gtk-config script installed by GTK could not be found"
26462 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
26463 echo "*** your path, or set the GTK_CONFIG environment variable to the"
26464 echo "*** full path to gtk-config."
26465 else
26466 if test -f conf.gtktest ; then
26467 :
26468 else
26469 echo "*** Could not run GTK test program, checking why..."
26470 CFLAGS="$CFLAGS $GTK_CFLAGS"
26471 LIBS="$LIBS $GTK_LIBS"
26472 cat >conftest.$ac_ext <<_ACEOF
26473 /* confdefs.h. */
26474 _ACEOF
26475 cat confdefs.h >>conftest.$ac_ext
26476 cat >>conftest.$ac_ext <<_ACEOF
26477 /* end confdefs.h. */
26478
26479 #include <gtk/gtk.h>
26480 #include <stdio.h>
26481
26482 int
26483 main ()
26484 {
26485 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
26486 ;
26487 return 0;
26488 }
26489 _ACEOF
26490 rm -f conftest.$ac_objext conftest$ac_exeext
26491 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26492 (eval $ac_link) 2>conftest.er1
26493 ac_status=$?
26494 grep -v '^ *+' conftest.er1 >conftest.err
26495 rm -f conftest.er1
26496 cat conftest.err >&5
26497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26498 (exit $ac_status); } &&
26499 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26501 (eval $ac_try) 2>&5
26502 ac_status=$?
26503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26504 (exit $ac_status); }; } &&
26505 { ac_try='test -s conftest$ac_exeext'
26506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26507 (eval $ac_try) 2>&5
26508 ac_status=$?
26509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26510 (exit $ac_status); }; }; then
26511 echo "*** The test program compiled, but did not run. This usually means"
26512 echo "*** that the run-time linker is not finding GTK or finding the wrong"
26513 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
26514 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
26515 echo "*** to the installed location Also, make sure you have run ldconfig if that"
26516 echo "*** is required on your system"
26517 echo "***"
26518 echo "*** If you have an old version installed, it is best to remove it, although"
26519 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
26520 echo "***"
26521 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
26522 echo "*** came with the system with the command"
26523 echo "***"
26524 echo "*** rpm --erase --nodeps gtk gtk-devel"
26525 else
26526 echo "$as_me: failed program was:" >&5
26527 sed 's/^/| /' conftest.$ac_ext >&5
26528
26529 echo "*** The test program failed to compile or link. See the file config.log for the"
26530 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
26531 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
26532 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
26533 fi
26534 rm -f conftest.err conftest.$ac_objext \
26535 conftest$ac_exeext conftest.$ac_ext
26536 CFLAGS="$ac_save_CFLAGS"
26537 LIBS="$ac_save_LIBS"
26538 fi
26539 fi
26540 GTK_CFLAGS=""
26541 GTK_LIBS=""
26542 :
26543 fi
26544
26545
26546 rm -f conf.gtktest
26547
26548
26549 if test -z "$wx_cv_lib_gtk"; then
26550
26551 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
26552 if test "${with_gtk_prefix+set}" = set; then
26553 withval="$with_gtk_prefix"
26554 gtk_config_prefix="$withval"
26555 else
26556 gtk_config_prefix=""
26557 fi;
26558
26559 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
26560 if test "${with_gtk_exec_prefix+set}" = set; then
26561 withval="$with_gtk_exec_prefix"
26562 gtk_config_exec_prefix="$withval"
26563 else
26564 gtk_config_exec_prefix=""
26565 fi;
26566 # Check whether --enable-gtktest or --disable-gtktest was given.
26567 if test "${enable_gtktest+set}" = set; then
26568 enableval="$enable_gtktest"
26569
26570 else
26571 enable_gtktest=yes
26572 fi;
26573
26574 for module in . $GTK_MODULES
26575 do
26576 case "$module" in
26577 gthread)
26578 gtk_config_args="$gtk_config_args gthread"
26579 ;;
26580 esac
26581 done
26582
26583 if test x$gtk_config_exec_prefix != x ; then
26584 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
26585 if test x${GTK_CONFIG+set} != xset ; then
26586 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
26587 fi
26588 fi
26589 if test x$gtk_config_prefix != x ; then
26590 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
26591 if test x${GTK_CONFIG+set} != xset ; then
26592 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
26593 fi
26594 fi
26595
26596 # Extract the first word of "gtk-config", so it can be a program name with args.
26597 set dummy gtk-config; ac_word=$2
26598 echo "$as_me:$LINENO: checking for $ac_word" >&5
26599 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
26600 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
26601 echo $ECHO_N "(cached) $ECHO_C" >&6
26602 else
26603 case $GTK_CONFIG in
26604 [\\/]* | ?:[\\/]*)
26605 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
26606 ;;
26607 *)
26608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26609 for as_dir in $PATH
26610 do
26611 IFS=$as_save_IFS
26612 test -z "$as_dir" && as_dir=.
26613 for ac_exec_ext in '' $ac_executable_extensions; do
26614 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
26615 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
26616 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26617 break 2
26618 fi
26619 done
26620 done
26621
26622 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
26623 ;;
26624 esac
26625 fi
26626 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
26627
26628 if test -n "$GTK_CONFIG"; then
26629 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
26630 echo "${ECHO_T}$GTK_CONFIG" >&6
26631 else
26632 echo "$as_me:$LINENO: result: no" >&5
26633 echo "${ECHO_T}no" >&6
26634 fi
26635
26636 min_gtk_version=1.2.3
26637 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
26638 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
26639 no_gtk=""
26640 if test "$GTK_CONFIG" = "no" ; then
26641 no_gtk=yes
26642 else
26643 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
26644 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
26645 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
26646 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
26647 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
26648 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
26649 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
26650 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
26651 if test "x$enable_gtktest" = "xyes" ; then
26652 ac_save_CFLAGS="$CFLAGS"
26653 ac_save_LIBS="$LIBS"
26654 CFLAGS="$CFLAGS $GTK_CFLAGS"
26655 LIBS="$GTK_LIBS $LIBS"
26656 rm -f conf.gtktest
26657 if test "$cross_compiling" = yes; then
26658 echo $ac_n "cross compiling; assumed OK... $ac_c"
26659 else
26660 cat >conftest.$ac_ext <<_ACEOF
26661 /* confdefs.h. */
26662 _ACEOF
26663 cat confdefs.h >>conftest.$ac_ext
26664 cat >>conftest.$ac_ext <<_ACEOF
26665 /* end confdefs.h. */
26666
26667 #include <gtk/gtk.h>
26668 #include <stdio.h>
26669 #include <stdlib.h>
26670
26671 int
26672 main ()
26673 {
26674 int major, minor, micro;
26675 char *tmp_version;
26676
26677 system ("touch conf.gtktest");
26678
26679 /* HP/UX 9 (%@#!) writes to sscanf strings */
26680 tmp_version = g_strdup("$min_gtk_version");
26681 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
26682 printf("%s, bad version string\n", "$min_gtk_version");
26683 exit(1);
26684 }
26685
26686 if ((gtk_major_version != $gtk_config_major_version) ||
26687 (gtk_minor_version != $gtk_config_minor_version) ||
26688 (gtk_micro_version != $gtk_config_micro_version))
26689 {
26690 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
26691 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
26692 gtk_major_version, gtk_minor_version, gtk_micro_version);
26693 printf ("*** was found! If gtk-config was correct, then it is best\n");
26694 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
26695 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
26696 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
26697 printf("*** required on your system.\n");
26698 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
26699 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
26700 printf("*** before re-running configure\n");
26701 }
26702 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
26703 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
26704 (gtk_minor_version != GTK_MINOR_VERSION) ||
26705 (gtk_micro_version != GTK_MICRO_VERSION))
26706 {
26707 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
26708 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
26709 printf("*** library (version %d.%d.%d)\n",
26710 gtk_major_version, gtk_minor_version, gtk_micro_version);
26711 }
26712 #endif /* defined (GTK_MAJOR_VERSION) ... */
26713 else
26714 {
26715 if ((gtk_major_version > major) ||
26716 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
26717 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
26718 {
26719 return 0;
26720 }
26721 else
26722 {
26723 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
26724 gtk_major_version, gtk_minor_version, gtk_micro_version);
26725 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
26726 major, minor, micro);
26727 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
26728 printf("***\n");
26729 printf("*** If you have already installed a sufficiently new version, this error\n");
26730 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
26731 printf("*** being found. The easiest way to fix this is to remove the old version\n");
26732 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
26733 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
26734 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
26735 printf("*** so that the correct libraries are found at run-time))\n");
26736 }
26737 }
26738 return 1;
26739 }
26740
26741 _ACEOF
26742 rm -f conftest$ac_exeext
26743 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26744 (eval $ac_link) 2>&5
26745 ac_status=$?
26746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26747 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26749 (eval $ac_try) 2>&5
26750 ac_status=$?
26751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26752 (exit $ac_status); }; }; then
26753 :
26754 else
26755 echo "$as_me: program exited with status $ac_status" >&5
26756 echo "$as_me: failed program was:" >&5
26757 sed 's/^/| /' conftest.$ac_ext >&5
26758
26759 ( exit $ac_status )
26760 no_gtk=yes
26761 fi
26762 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26763 fi
26764 CFLAGS="$ac_save_CFLAGS"
26765 LIBS="$ac_save_LIBS"
26766 fi
26767 fi
26768 if test "x$no_gtk" = x ; then
26769 echo "$as_me:$LINENO: result: yes" >&5
26770 echo "${ECHO_T}yes" >&6
26771 wx_cv_lib_gtk=1.2.3
26772 else
26773 echo "$as_me:$LINENO: result: no" >&5
26774 echo "${ECHO_T}no" >&6
26775 if test "$GTK_CONFIG" = "no" ; then
26776 echo "*** The gtk-config script installed by GTK could not be found"
26777 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
26778 echo "*** your path, or set the GTK_CONFIG environment variable to the"
26779 echo "*** full path to gtk-config."
26780 else
26781 if test -f conf.gtktest ; then
26782 :
26783 else
26784 echo "*** Could not run GTK test program, checking why..."
26785 CFLAGS="$CFLAGS $GTK_CFLAGS"
26786 LIBS="$LIBS $GTK_LIBS"
26787 cat >conftest.$ac_ext <<_ACEOF
26788 /* confdefs.h. */
26789 _ACEOF
26790 cat confdefs.h >>conftest.$ac_ext
26791 cat >>conftest.$ac_ext <<_ACEOF
26792 /* end confdefs.h. */
26793
26794 #include <gtk/gtk.h>
26795 #include <stdio.h>
26796
26797 int
26798 main ()
26799 {
26800 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
26801 ;
26802 return 0;
26803 }
26804 _ACEOF
26805 rm -f conftest.$ac_objext conftest$ac_exeext
26806 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26807 (eval $ac_link) 2>conftest.er1
26808 ac_status=$?
26809 grep -v '^ *+' conftest.er1 >conftest.err
26810 rm -f conftest.er1
26811 cat conftest.err >&5
26812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26813 (exit $ac_status); } &&
26814 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26816 (eval $ac_try) 2>&5
26817 ac_status=$?
26818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26819 (exit $ac_status); }; } &&
26820 { ac_try='test -s conftest$ac_exeext'
26821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26822 (eval $ac_try) 2>&5
26823 ac_status=$?
26824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26825 (exit $ac_status); }; }; then
26826 echo "*** The test program compiled, but did not run. This usually means"
26827 echo "*** that the run-time linker is not finding GTK or finding the wrong"
26828 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
26829 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
26830 echo "*** to the installed location Also, make sure you have run ldconfig if that"
26831 echo "*** is required on your system"
26832 echo "***"
26833 echo "*** If you have an old version installed, it is best to remove it, although"
26834 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
26835 echo "***"
26836 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
26837 echo "*** came with the system with the command"
26838 echo "***"
26839 echo "*** rpm --erase --nodeps gtk gtk-devel"
26840 else
26841 echo "$as_me: failed program was:" >&5
26842 sed 's/^/| /' conftest.$ac_ext >&5
26843
26844 echo "*** The test program failed to compile or link. See the file config.log for the"
26845 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
26846 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
26847 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
26848 fi
26849 rm -f conftest.err conftest.$ac_objext \
26850 conftest$ac_exeext conftest.$ac_ext
26851 CFLAGS="$ac_save_CFLAGS"
26852 LIBS="$ac_save_LIBS"
26853 fi
26854 fi
26855 GTK_CFLAGS=""
26856 GTK_LIBS=""
26857 :
26858 fi
26859
26860
26861 rm -f conf.gtktest
26862
26863 fi
26864 fi
26865 fi
26866
26867 if test -z "$wx_cv_lib_gtk"; then
26868 wx_cv_lib_gtk=none
26869 else
26870 wx_cv_cflags_gtk=$GTK_CFLAGS
26871 wx_cv_libs_gtk=`echo $GTK_LIBS | sed -e 's/ -l[^ ]*cairo[^ ]*//g'`
26872 fi
26873
26874
26875 fi
26876
26877
26878 if test "$gtk_version_cached" = 1; then
26879 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
26880 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
26881 fi
26882
26883 case "$wx_cv_lib_gtk" in
26884 2.0) WXGTK20=1
26885 TOOLKIT_VERSION=2
26886 ;;
26887 1.2.7) WXGTK127=1
26888 WXGTK12=1
26889 ;;
26890 1.2.3) WXGTK12=1
26891 ;;
26892 *) { { echo "$as_me:$LINENO: error:
26893 The development files for GTK+ were not found. For GTK+ 2, please
26894 ensure that pkg-config is in the path and that gtk+-2.0.pc is
26895 installed. For GTK+ 1.2 please check that gtk-config is in the path,
26896 and that the version is 1.2.3 or above. Also check that the
26897 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
26898 --libs' are in the LD_LIBRARY_PATH or equivalent.
26899 " >&5
26900 echo "$as_me: error:
26901 The development files for GTK+ were not found. For GTK+ 2, please
26902 ensure that pkg-config is in the path and that gtk+-2.0.pc is
26903 installed. For GTK+ 1.2 please check that gtk-config is in the path,
26904 and that the version is 1.2.3 or above. Also check that the
26905 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
26906 --libs' are in the LD_LIBRARY_PATH or equivalent.
26907 " >&2;}
26908 { (exit 1); exit 1; }; }
26909 ;;
26910 esac
26911
26912 if test "$WXGTK20" = 1; then
26913 save_CFLAGS="$CFLAGS"
26914 save_LIBS="$LIBS"
26915 CFLAGS="$CFLAGS $wx_cv_cflags_gtk"
26916 LIBS="$LIBS $wx_cv_libs_gtk"
26917
26918 echo "$as_me:$LINENO: checking if gtk_icon_size_lookup is missing" >&5
26919 echo $ECHO_N "checking if gtk_icon_size_lookup is missing... $ECHO_C" >&6
26920 cat >conftest.$ac_ext <<_ACEOF
26921 /* confdefs.h. */
26922 _ACEOF
26923 cat confdefs.h >>conftest.$ac_ext
26924 cat >>conftest.$ac_ext <<_ACEOF
26925 /* end confdefs.h. */
26926
26927 #include <gtk/gtk.h>
26928
26929 int
26930 main ()
26931 {
26932
26933 void *f = gtk_icon_size_lookup;
26934
26935 ;
26936 return 0;
26937 }
26938 _ACEOF
26939 rm -f conftest.$ac_objext
26940 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26941 (eval $ac_compile) 2>conftest.er1
26942 ac_status=$?
26943 grep -v '^ *+' conftest.er1 >conftest.err
26944 rm -f conftest.er1
26945 cat conftest.err >&5
26946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26947 (exit $ac_status); } &&
26948 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26950 (eval $ac_try) 2>&5
26951 ac_status=$?
26952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26953 (exit $ac_status); }; } &&
26954 { ac_try='test -s conftest.$ac_objext'
26955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26956 (eval $ac_try) 2>&5
26957 ac_status=$?
26958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26959 (exit $ac_status); }; }; then
26960
26961 echo "$as_me:$LINENO: result: no" >&5
26962 echo "${ECHO_T}no" >&6
26963
26964 else
26965 echo "$as_me: failed program was:" >&5
26966 sed 's/^/| /' conftest.$ac_ext >&5
26967
26968
26969 cat >>confdefs.h <<\_ACEOF
26970 #define NEED_GTK_ICON_SIZE_LOOKUP 1
26971 _ACEOF
26972
26973 echo "$as_me:$LINENO: result: yes" >&5
26974 echo "${ECHO_T}yes" >&6
26975
26976 fi
26977 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
26978
26979 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
26980 echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6
26981 cat >conftest.$ac_ext <<_ACEOF
26982 /* confdefs.h. */
26983 _ACEOF
26984 cat confdefs.h >>conftest.$ac_ext
26985 cat >>conftest.$ac_ext <<_ACEOF
26986 /* end confdefs.h. */
26987
26988 #include <gtk/gtk.h>
26989
26990 int
26991 main ()
26992 {
26993
26994 #if !GTK_CHECK_VERSION(2,4,0)
26995 Not GTK+ 2.4
26996 #endif
26997
26998 ;
26999 return 0;
27000 }
27001 _ACEOF
27002 rm -f conftest.$ac_objext
27003 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27004 (eval $ac_compile) 2>conftest.er1
27005 ac_status=$?
27006 grep -v '^ *+' conftest.er1 >conftest.err
27007 rm -f conftest.er1
27008 cat conftest.err >&5
27009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27010 (exit $ac_status); } &&
27011 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27013 (eval $ac_try) 2>&5
27014 ac_status=$?
27015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27016 (exit $ac_status); }; } &&
27017 { ac_try='test -s conftest.$ac_objext'
27018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27019 (eval $ac_try) 2>&5
27020 ac_status=$?
27021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27022 (exit $ac_status); }; }; then
27023
27024 cat >>confdefs.h <<\_ACEOF
27025 #define __WXGTK24__ 1
27026 _ACEOF
27027
27028 echo "$as_me:$LINENO: result: yes" >&5
27029 echo "${ECHO_T}yes" >&6
27030
27031 else
27032 echo "$as_me: failed program was:" >&5
27033 sed 's/^/| /' conftest.$ac_ext >&5
27034
27035
27036 echo "$as_me:$LINENO: result: no" >&5
27037 echo "${ECHO_T}no" >&6
27038
27039 fi
27040 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
27041
27042 CFLAGS="$save_CFLAGS"
27043 LIBS="$save_LIBS"
27044 else
27045 if test "$wxUSE_UNICODE" = "yes"; then
27046 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
27047 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
27048 wxUSE_UNICODE=no
27049 fi
27050 fi
27051
27052 if test "$USE_DARWIN" != 1; then
27053
27054 for ac_func in poll
27055 do
27056 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27057 echo "$as_me:$LINENO: checking for $ac_func" >&5
27058 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27059 if eval "test \"\${$as_ac_var+set}\" = set"; then
27060 echo $ECHO_N "(cached) $ECHO_C" >&6
27061 else
27062 cat >conftest.$ac_ext <<_ACEOF
27063 /* confdefs.h. */
27064 _ACEOF
27065 cat confdefs.h >>conftest.$ac_ext
27066 cat >>conftest.$ac_ext <<_ACEOF
27067 /* end confdefs.h. */
27068 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27069 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27070 #define $ac_func innocuous_$ac_func
27071
27072 /* System header to define __stub macros and hopefully few prototypes,
27073 which can conflict with char $ac_func (); below.
27074 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27075 <limits.h> exists even on freestanding compilers. */
27076
27077 #ifdef __STDC__
27078 # include <limits.h>
27079 #else
27080 # include <assert.h>
27081 #endif
27082
27083 #undef $ac_func
27084
27085 /* Override any gcc2 internal prototype to avoid an error. */
27086 #ifdef __cplusplus
27087 extern "C"
27088 {
27089 #endif
27090 /* We use char because int might match the return type of a gcc2
27091 builtin and then its argument prototype would still apply. */
27092 char $ac_func ();
27093 /* The GNU C library defines this for functions which it implements
27094 to always fail with ENOSYS. Some functions are actually named
27095 something starting with __ and the normal name is an alias. */
27096 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27097 choke me
27098 #else
27099 char (*f) () = $ac_func;
27100 #endif
27101 #ifdef __cplusplus
27102 }
27103 #endif
27104
27105 int
27106 main ()
27107 {
27108 return f != $ac_func;
27109 ;
27110 return 0;
27111 }
27112 _ACEOF
27113 rm -f conftest.$ac_objext conftest$ac_exeext
27114 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27115 (eval $ac_link) 2>conftest.er1
27116 ac_status=$?
27117 grep -v '^ *+' conftest.er1 >conftest.err
27118 rm -f conftest.er1
27119 cat conftest.err >&5
27120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27121 (exit $ac_status); } &&
27122 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27124 (eval $ac_try) 2>&5
27125 ac_status=$?
27126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27127 (exit $ac_status); }; } &&
27128 { ac_try='test -s conftest$ac_exeext'
27129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27130 (eval $ac_try) 2>&5
27131 ac_status=$?
27132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27133 (exit $ac_status); }; }; then
27134 eval "$as_ac_var=yes"
27135 else
27136 echo "$as_me: failed program was:" >&5
27137 sed 's/^/| /' conftest.$ac_ext >&5
27138
27139 eval "$as_ac_var=no"
27140 fi
27141 rm -f conftest.err conftest.$ac_objext \
27142 conftest$ac_exeext conftest.$ac_ext
27143 fi
27144 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27145 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27146 if test `eval echo '${'$as_ac_var'}'` = yes; then
27147 cat >>confdefs.h <<_ACEOF
27148 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27149 _ACEOF
27150
27151 fi
27152 done
27153
27154 fi
27155
27156 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
27157 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
27158
27159 AFMINSTALL=afminstall
27160 TOOLKIT=GTK
27161 GUIDIST=GTK_DIST
27162
27163 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
27164 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
27165 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
27166 echo $ECHO_N "(cached) $ECHO_C" >&6
27167 else
27168 ac_check_lib_save_LIBS=$LIBS
27169 LIBS="-lgdk $LIBS"
27170 cat >conftest.$ac_ext <<_ACEOF
27171 /* confdefs.h. */
27172 _ACEOF
27173 cat confdefs.h >>conftest.$ac_ext
27174 cat >>conftest.$ac_ext <<_ACEOF
27175 /* end confdefs.h. */
27176
27177 /* Override any gcc2 internal prototype to avoid an error. */
27178 #ifdef __cplusplus
27179 extern "C"
27180 #endif
27181 /* We use char because int might match the return type of a gcc2
27182 builtin and then its argument prototype would still apply. */
27183 char gdk_im_open ();
27184 int
27185 main ()
27186 {
27187 gdk_im_open ();
27188 ;
27189 return 0;
27190 }
27191 _ACEOF
27192 rm -f conftest.$ac_objext conftest$ac_exeext
27193 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27194 (eval $ac_link) 2>conftest.er1
27195 ac_status=$?
27196 grep -v '^ *+' conftest.er1 >conftest.err
27197 rm -f conftest.er1
27198 cat conftest.err >&5
27199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27200 (exit $ac_status); } &&
27201 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27203 (eval $ac_try) 2>&5
27204 ac_status=$?
27205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27206 (exit $ac_status); }; } &&
27207 { ac_try='test -s conftest$ac_exeext'
27208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27209 (eval $ac_try) 2>&5
27210 ac_status=$?
27211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27212 (exit $ac_status); }; }; then
27213 ac_cv_lib_gdk_gdk_im_open=yes
27214 else
27215 echo "$as_me: failed program was:" >&5
27216 sed 's/^/| /' conftest.$ac_ext >&5
27217
27218 ac_cv_lib_gdk_gdk_im_open=no
27219 fi
27220 rm -f conftest.err conftest.$ac_objext \
27221 conftest$ac_exeext conftest.$ac_ext
27222 LIBS=$ac_check_lib_save_LIBS
27223 fi
27224 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
27225 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
27226 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
27227 cat >>confdefs.h <<\_ACEOF
27228 #define HAVE_XIM 1
27229 _ACEOF
27230
27231 fi
27232
27233
27234
27235 if test "$wxUSE_GPE" = "yes"; then
27236 echo "$as_me:$LINENO: checking for gpewidget library" >&5
27237 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
27238
27239 ac_find_libraries=
27240 for ac_dir in $SEARCH_LIB;
27241 do
27242 for ac_extension in a so sl dylib dll.a; do
27243 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
27244 ac_find_libraries=$ac_dir
27245 break 2
27246 fi
27247 done
27248 done
27249
27250 if test "$ac_find_libraries" != "" ; then
27251
27252 if test "$ac_find_libraries" = "default location"; then
27253 ac_path_to_link=""
27254 else
27255 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
27256 result=$?
27257 if test $result = 0; then
27258 ac_path_to_link=""
27259 else
27260 ac_path_to_link=" -L$ac_find_libraries"
27261 fi
27262 fi
27263
27264 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
27265 WXGPE=1
27266 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
27267 echo "${ECHO_T}found in $ac_find_libraries" >&6
27268 else
27269 echo "$as_me:$LINENO: result: not found" >&5
27270 echo "${ECHO_T}not found" >&6
27271 fi
27272
27273 fi
27274 fi
27275
27276 if test "$wxUSE_MGL" = 1; then
27277 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
27278 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
27279 if test "x$MGL_ROOT" = x ; then
27280 echo "$as_me:$LINENO: result: not found" >&5
27281 echo "${ECHO_T}not found" >&6
27282 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
27283 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
27284 { (exit 1); exit 1; }; }
27285 else
27286 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
27287 echo "${ECHO_T}$MGL_ROOT" >&6
27288 fi
27289
27290 echo "$as_me:$LINENO: checking for libmgl location" >&5
27291 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
27292 case "${host}" in
27293 *-*-linux* )
27294 if test "x$wxUSE_SHARED" = xyes ; then
27295 mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
27296 else
27297 mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
27298 fi
27299 ;;
27300 *-pc-msdosdjgpp )
27301 mgl_os_candidates="dos32/dj2"
27302 ;;
27303 *)
27304 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
27305 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
27306 { (exit 1); exit 1; }; }
27307 esac
27308
27309 mgl_lib_type=""
27310 mgl_os=""
27311
27312 for mgl_os_i in $mgl_os_candidates ; do
27313 if test "x$mgl_os" = x ; then
27314 if test "$wxUSE_DEBUG_FLAG" = yes ; then
27315 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
27316 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
27317 mgl_lib_type=debug
27318 mgl_os=$mgl_os_i
27319 fi
27320 fi
27321 if test "x$mgl_lib_type" = x ; then
27322 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
27323 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
27324 mgl_lib_type=release
27325 mgl_os=$mgl_os_i
27326 fi
27327 fi
27328 fi
27329 done
27330
27331 if test "x$mgl_os" = x ; then
27332 echo "$as_me:$LINENO: result: not found" >&5
27333 echo "${ECHO_T}not found" >&6
27334 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
27335 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
27336 { (exit 1); exit 1; }; }
27337 fi
27338 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
27339 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
27340
27341 wxUSE_UNIVERSAL="yes"
27342
27343 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
27344 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
27345
27346 AFMINSTALL=afminstall
27347 TOOLKIT=MGL
27348 GUIDIST=MGL_DIST
27349 fi
27350
27351 if test "$wxUSE_MICROWIN" = 1; then
27352 echo "$as_me:$LINENO: checking for MicroWindows" >&5
27353 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
27354 if test "x$MICROWINDOWS" = x ; then
27355 echo "$as_me:$LINENO: result: not found" >&5
27356 echo "${ECHO_T}not found" >&6
27357 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
27358 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
27359 { (exit 1); exit 1; }; }
27360 else
27361 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
27362 echo "${ECHO_T}$MICROWINDOWS" >&6
27363 fi
27364
27365 if test -f $MICROWINDOWS/lib/libmwin.a; then
27366 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
27367 echo "${ECHO_T}MicroWindows' libraries found." >&6
27368 else
27369 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
27370 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
27371 { (exit 1); exit 1; }; }
27372 fi
27373
27374 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
27375 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
27376
27377 wxUSE_UNIVERSAL="yes"
27378
27379 AFMINSTALL=afminstall
27380 TOOLKIT=MICROWIN
27381 GUIDIST=MICROWIN_DIST
27382
27383 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
27384 fi
27385
27386 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
27387
27388 if test "x$ac_path_x_has_been_run" != xyes; then
27389 echo "$as_me:$LINENO: checking for X" >&5
27390 echo $ECHO_N "checking for X... $ECHO_C" >&6
27391
27392 ac_path_x_has_been_run=yes
27393
27394 # Check whether --with-x or --without-x was given.
27395 if test "${with_x+set}" = set; then
27396 withval="$with_x"
27397
27398 fi;
27399 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
27400 if test "x$with_x" = xno; then
27401 # The user explicitly disabled X.
27402 have_x=disabled
27403 else
27404 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
27405 # Both variables are already set.
27406 have_x=yes
27407 else
27408 if test "${ac_cv_have_x+set}" = set; then
27409 echo $ECHO_N "(cached) $ECHO_C" >&6
27410 else
27411 # One or both of the vars are not set, and there is no cached value.
27412 ac_x_includes=no ac_x_libraries=no
27413 rm -fr conftest.dir
27414 if mkdir conftest.dir; then
27415 cd conftest.dir
27416 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
27417 cat >Imakefile <<'_ACEOF'
27418 acfindx:
27419 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
27420 _ACEOF
27421 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
27422 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
27423 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
27424 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
27425 for ac_extension in a so sl; do
27426 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
27427 test -f $ac_im_libdir/libX11.$ac_extension; then
27428 ac_im_usrlibdir=$ac_im_libdir; break
27429 fi
27430 done
27431 # Screen out bogus values from the imake configuration. They are
27432 # bogus both because they are the default anyway, and because
27433 # using them would break gcc on systems where it needs fixed includes.
27434 case $ac_im_incroot in
27435 /usr/include) ;;
27436 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
27437 esac
27438 case $ac_im_usrlibdir in
27439 /usr/lib | /lib) ;;
27440 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
27441 esac
27442 fi
27443 cd ..
27444 rm -fr conftest.dir
27445 fi
27446
27447 # Standard set of common directories for X headers.
27448 # Check X11 before X11Rn because it is often a symlink to the current release.
27449 ac_x_header_dirs='
27450 /usr/X11/include
27451 /usr/X11R6/include
27452 /usr/X11R5/include
27453 /usr/X11R4/include
27454
27455 /usr/include/X11
27456 /usr/include/X11R6
27457 /usr/include/X11R5
27458 /usr/include/X11R4
27459
27460 /usr/local/X11/include
27461 /usr/local/X11R6/include
27462 /usr/local/X11R5/include
27463 /usr/local/X11R4/include
27464
27465 /usr/local/include/X11
27466 /usr/local/include/X11R6
27467 /usr/local/include/X11R5
27468 /usr/local/include/X11R4
27469
27470 /usr/X386/include
27471 /usr/x386/include
27472 /usr/XFree86/include/X11
27473
27474 /usr/include
27475 /usr/local/include
27476 /usr/unsupported/include
27477 /usr/athena/include
27478 /usr/local/x11r5/include
27479 /usr/lpp/Xamples/include
27480
27481 /usr/openwin/include
27482 /usr/openwin/share/include'
27483
27484 if test "$ac_x_includes" = no; then
27485 # Guess where to find include files, by looking for a specified header file.
27486 # First, try using that file with no special directory specified.
27487 cat >conftest.$ac_ext <<_ACEOF
27488 /* confdefs.h. */
27489 _ACEOF
27490 cat confdefs.h >>conftest.$ac_ext
27491 cat >>conftest.$ac_ext <<_ACEOF
27492 /* end confdefs.h. */
27493 #include <X11/Intrinsic.h>
27494 _ACEOF
27495 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
27496 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
27497 ac_status=$?
27498 grep -v '^ *+' conftest.er1 >conftest.err
27499 rm -f conftest.er1
27500 cat conftest.err >&5
27501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27502 (exit $ac_status); } >/dev/null; then
27503 if test -s conftest.err; then
27504 ac_cpp_err=$ac_c_preproc_warn_flag
27505 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
27506 else
27507 ac_cpp_err=
27508 fi
27509 else
27510 ac_cpp_err=yes
27511 fi
27512 if test -z "$ac_cpp_err"; then
27513 # We can compile using X headers with no special include directory.
27514 ac_x_includes=
27515 else
27516 echo "$as_me: failed program was:" >&5
27517 sed 's/^/| /' conftest.$ac_ext >&5
27518
27519 for ac_dir in $ac_x_header_dirs; do
27520 if test -r "$ac_dir/X11/Intrinsic.h"; then
27521 ac_x_includes=$ac_dir
27522 break
27523 fi
27524 done
27525 fi
27526 rm -f conftest.err conftest.$ac_ext
27527 fi # $ac_x_includes = no
27528
27529 if test "$ac_x_libraries" = no; then
27530 # Check for the libraries.
27531 # See if we find them without any special options.
27532 # Don't add to $LIBS permanently.
27533 ac_save_LIBS=$LIBS
27534 LIBS="-lXt $LIBS"
27535 cat >conftest.$ac_ext <<_ACEOF
27536 /* confdefs.h. */
27537 _ACEOF
27538 cat confdefs.h >>conftest.$ac_ext
27539 cat >>conftest.$ac_ext <<_ACEOF
27540 /* end confdefs.h. */
27541 #include <X11/Intrinsic.h>
27542 int
27543 main ()
27544 {
27545 XtMalloc (0)
27546 ;
27547 return 0;
27548 }
27549 _ACEOF
27550 rm -f conftest.$ac_objext conftest$ac_exeext
27551 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27552 (eval $ac_link) 2>conftest.er1
27553 ac_status=$?
27554 grep -v '^ *+' conftest.er1 >conftest.err
27555 rm -f conftest.er1
27556 cat conftest.err >&5
27557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27558 (exit $ac_status); } &&
27559 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27561 (eval $ac_try) 2>&5
27562 ac_status=$?
27563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27564 (exit $ac_status); }; } &&
27565 { ac_try='test -s conftest$ac_exeext'
27566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27567 (eval $ac_try) 2>&5
27568 ac_status=$?
27569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27570 (exit $ac_status); }; }; then
27571 LIBS=$ac_save_LIBS
27572 # We can link X programs with no special library path.
27573 ac_x_libraries=
27574 else
27575 echo "$as_me: failed program was:" >&5
27576 sed 's/^/| /' conftest.$ac_ext >&5
27577
27578 LIBS=$ac_save_LIBS
27579 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
27580 do
27581 # Don't even attempt the hair of trying to link an X program!
27582 for ac_extension in a so sl; do
27583 if test -r $ac_dir/libXt.$ac_extension; then
27584 ac_x_libraries=$ac_dir
27585 break 2
27586 fi
27587 done
27588 done
27589 fi
27590 rm -f conftest.err conftest.$ac_objext \
27591 conftest$ac_exeext conftest.$ac_ext
27592 fi # $ac_x_libraries = no
27593
27594 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
27595 # Didn't find X anywhere. Cache the known absence of X.
27596 ac_cv_have_x="have_x=no"
27597 else
27598 # Record where we found X for the cache.
27599 ac_cv_have_x="have_x=yes \
27600 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
27601 fi
27602 fi
27603
27604 fi
27605 eval "$ac_cv_have_x"
27606 fi # $with_x != no
27607
27608 if test "$have_x" != yes; then
27609 echo "$as_me:$LINENO: result: $have_x" >&5
27610 echo "${ECHO_T}$have_x" >&6
27611 no_x=yes
27612 else
27613 # If each of the values was on the command line, it overrides each guess.
27614 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
27615 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
27616 # Update the cache value to reflect the command line values.
27617 ac_cv_have_x="have_x=yes \
27618 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
27619 # It might be that x_includes is empty (headers are found in the
27620 # standard search path. Then output the corresponding message
27621 ac_out_x_includes=$x_includes
27622 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
27623 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
27624 echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
27625 fi
27626
27627 fi
27628 if test "$no_x" = yes; then
27629 # Not all programs may use this symbol, but it does not hurt to define it.
27630
27631 cat >>confdefs.h <<\_ACEOF
27632 #define X_DISPLAY_MISSING 1
27633 _ACEOF
27634
27635 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
27636 else
27637 if test -n "$x_includes"; then
27638 X_CFLAGS="$X_CFLAGS -I$x_includes"
27639 fi
27640
27641 # It would also be nice to do this for all -L options, not just this one.
27642 if test -n "$x_libraries"; then
27643 X_LIBS="$X_LIBS -L$x_libraries"
27644 # For Solaris; some versions of Sun CC require a space after -R and
27645 # others require no space. Words are not sufficient . . . .
27646 case `(uname -sr) 2>/dev/null` in
27647 "SunOS 5"*)
27648 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
27649 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
27650 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
27651 cat >conftest.$ac_ext <<_ACEOF
27652 /* confdefs.h. */
27653 _ACEOF
27654 cat confdefs.h >>conftest.$ac_ext
27655 cat >>conftest.$ac_ext <<_ACEOF
27656 /* end confdefs.h. */
27657
27658 int
27659 main ()
27660 {
27661
27662 ;
27663 return 0;
27664 }
27665 _ACEOF
27666 rm -f conftest.$ac_objext conftest$ac_exeext
27667 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27668 (eval $ac_link) 2>conftest.er1
27669 ac_status=$?
27670 grep -v '^ *+' conftest.er1 >conftest.err
27671 rm -f conftest.er1
27672 cat conftest.err >&5
27673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27674 (exit $ac_status); } &&
27675 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27677 (eval $ac_try) 2>&5
27678 ac_status=$?
27679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27680 (exit $ac_status); }; } &&
27681 { ac_try='test -s conftest$ac_exeext'
27682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27683 (eval $ac_try) 2>&5
27684 ac_status=$?
27685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27686 (exit $ac_status); }; }; then
27687 ac_R_nospace=yes
27688 else
27689 echo "$as_me: failed program was:" >&5
27690 sed 's/^/| /' conftest.$ac_ext >&5
27691
27692 ac_R_nospace=no
27693 fi
27694 rm -f conftest.err conftest.$ac_objext \
27695 conftest$ac_exeext conftest.$ac_ext
27696 if test $ac_R_nospace = yes; then
27697 echo "$as_me:$LINENO: result: no" >&5
27698 echo "${ECHO_T}no" >&6
27699 X_LIBS="$X_LIBS -R$x_libraries"
27700 else
27701 LIBS="$ac_xsave_LIBS -R $x_libraries"
27702 cat >conftest.$ac_ext <<_ACEOF
27703 /* confdefs.h. */
27704 _ACEOF
27705 cat confdefs.h >>conftest.$ac_ext
27706 cat >>conftest.$ac_ext <<_ACEOF
27707 /* end confdefs.h. */
27708
27709 int
27710 main ()
27711 {
27712
27713 ;
27714 return 0;
27715 }
27716 _ACEOF
27717 rm -f conftest.$ac_objext conftest$ac_exeext
27718 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27719 (eval $ac_link) 2>conftest.er1
27720 ac_status=$?
27721 grep -v '^ *+' conftest.er1 >conftest.err
27722 rm -f conftest.er1
27723 cat conftest.err >&5
27724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27725 (exit $ac_status); } &&
27726 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27728 (eval $ac_try) 2>&5
27729 ac_status=$?
27730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27731 (exit $ac_status); }; } &&
27732 { ac_try='test -s conftest$ac_exeext'
27733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27734 (eval $ac_try) 2>&5
27735 ac_status=$?
27736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27737 (exit $ac_status); }; }; then
27738 ac_R_space=yes
27739 else
27740 echo "$as_me: failed program was:" >&5
27741 sed 's/^/| /' conftest.$ac_ext >&5
27742
27743 ac_R_space=no
27744 fi
27745 rm -f conftest.err conftest.$ac_objext \
27746 conftest$ac_exeext conftest.$ac_ext
27747 if test $ac_R_space = yes; then
27748 echo "$as_me:$LINENO: result: yes" >&5
27749 echo "${ECHO_T}yes" >&6
27750 X_LIBS="$X_LIBS -R $x_libraries"
27751 else
27752 echo "$as_me:$LINENO: result: neither works" >&5
27753 echo "${ECHO_T}neither works" >&6
27754 fi
27755 fi
27756 LIBS=$ac_xsave_LIBS
27757 esac
27758 fi
27759
27760 # Check for system-dependent libraries X programs must link with.
27761 # Do this before checking for the system-independent R6 libraries
27762 # (-lICE), since we may need -lsocket or whatever for X linking.
27763
27764 if test "$ISC" = yes; then
27765 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
27766 else
27767 # Martyn Johnson says this is needed for Ultrix, if the X
27768 # libraries were built with DECnet support. And Karl Berry says
27769 # the Alpha needs dnet_stub (dnet does not exist).
27770 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
27771 cat >conftest.$ac_ext <<_ACEOF
27772 /* confdefs.h. */
27773 _ACEOF
27774 cat confdefs.h >>conftest.$ac_ext
27775 cat >>conftest.$ac_ext <<_ACEOF
27776 /* end confdefs.h. */
27777
27778 /* Override any gcc2 internal prototype to avoid an error. */
27779 #ifdef __cplusplus
27780 extern "C"
27781 #endif
27782 /* We use char because int might match the return type of a gcc2
27783 builtin and then its argument prototype would still apply. */
27784 char XOpenDisplay ();
27785 int
27786 main ()
27787 {
27788 XOpenDisplay ();
27789 ;
27790 return 0;
27791 }
27792 _ACEOF
27793 rm -f conftest.$ac_objext conftest$ac_exeext
27794 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27795 (eval $ac_link) 2>conftest.er1
27796 ac_status=$?
27797 grep -v '^ *+' conftest.er1 >conftest.err
27798 rm -f conftest.er1
27799 cat conftest.err >&5
27800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27801 (exit $ac_status); } &&
27802 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27804 (eval $ac_try) 2>&5
27805 ac_status=$?
27806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27807 (exit $ac_status); }; } &&
27808 { ac_try='test -s conftest$ac_exeext'
27809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27810 (eval $ac_try) 2>&5
27811 ac_status=$?
27812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27813 (exit $ac_status); }; }; then
27814 :
27815 else
27816 echo "$as_me: failed program was:" >&5
27817 sed 's/^/| /' conftest.$ac_ext >&5
27818
27819 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
27820 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
27821 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
27822 echo $ECHO_N "(cached) $ECHO_C" >&6
27823 else
27824 ac_check_lib_save_LIBS=$LIBS
27825 LIBS="-ldnet $LIBS"
27826 cat >conftest.$ac_ext <<_ACEOF
27827 /* confdefs.h. */
27828 _ACEOF
27829 cat confdefs.h >>conftest.$ac_ext
27830 cat >>conftest.$ac_ext <<_ACEOF
27831 /* end confdefs.h. */
27832
27833 /* Override any gcc2 internal prototype to avoid an error. */
27834 #ifdef __cplusplus
27835 extern "C"
27836 #endif
27837 /* We use char because int might match the return type of a gcc2
27838 builtin and then its argument prototype would still apply. */
27839 char dnet_ntoa ();
27840 int
27841 main ()
27842 {
27843 dnet_ntoa ();
27844 ;
27845 return 0;
27846 }
27847 _ACEOF
27848 rm -f conftest.$ac_objext conftest$ac_exeext
27849 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27850 (eval $ac_link) 2>conftest.er1
27851 ac_status=$?
27852 grep -v '^ *+' conftest.er1 >conftest.err
27853 rm -f conftest.er1
27854 cat conftest.err >&5
27855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27856 (exit $ac_status); } &&
27857 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27859 (eval $ac_try) 2>&5
27860 ac_status=$?
27861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27862 (exit $ac_status); }; } &&
27863 { ac_try='test -s conftest$ac_exeext'
27864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27865 (eval $ac_try) 2>&5
27866 ac_status=$?
27867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27868 (exit $ac_status); }; }; then
27869 ac_cv_lib_dnet_dnet_ntoa=yes
27870 else
27871 echo "$as_me: failed program was:" >&5
27872 sed 's/^/| /' conftest.$ac_ext >&5
27873
27874 ac_cv_lib_dnet_dnet_ntoa=no
27875 fi
27876 rm -f conftest.err conftest.$ac_objext \
27877 conftest$ac_exeext conftest.$ac_ext
27878 LIBS=$ac_check_lib_save_LIBS
27879 fi
27880 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
27881 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
27882 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
27883 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
27884 fi
27885
27886 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
27887 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
27888 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
27889 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
27890 echo $ECHO_N "(cached) $ECHO_C" >&6
27891 else
27892 ac_check_lib_save_LIBS=$LIBS
27893 LIBS="-ldnet_stub $LIBS"
27894 cat >conftest.$ac_ext <<_ACEOF
27895 /* confdefs.h. */
27896 _ACEOF
27897 cat confdefs.h >>conftest.$ac_ext
27898 cat >>conftest.$ac_ext <<_ACEOF
27899 /* end confdefs.h. */
27900
27901 /* Override any gcc2 internal prototype to avoid an error. */
27902 #ifdef __cplusplus
27903 extern "C"
27904 #endif
27905 /* We use char because int might match the return type of a gcc2
27906 builtin and then its argument prototype would still apply. */
27907 char dnet_ntoa ();
27908 int
27909 main ()
27910 {
27911 dnet_ntoa ();
27912 ;
27913 return 0;
27914 }
27915 _ACEOF
27916 rm -f conftest.$ac_objext conftest$ac_exeext
27917 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27918 (eval $ac_link) 2>conftest.er1
27919 ac_status=$?
27920 grep -v '^ *+' conftest.er1 >conftest.err
27921 rm -f conftest.er1
27922 cat conftest.err >&5
27923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27924 (exit $ac_status); } &&
27925 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27927 (eval $ac_try) 2>&5
27928 ac_status=$?
27929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27930 (exit $ac_status); }; } &&
27931 { ac_try='test -s conftest$ac_exeext'
27932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27933 (eval $ac_try) 2>&5
27934 ac_status=$?
27935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27936 (exit $ac_status); }; }; then
27937 ac_cv_lib_dnet_stub_dnet_ntoa=yes
27938 else
27939 echo "$as_me: failed program was:" >&5
27940 sed 's/^/| /' conftest.$ac_ext >&5
27941
27942 ac_cv_lib_dnet_stub_dnet_ntoa=no
27943 fi
27944 rm -f conftest.err conftest.$ac_objext \
27945 conftest$ac_exeext conftest.$ac_ext
27946 LIBS=$ac_check_lib_save_LIBS
27947 fi
27948 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
27949 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
27950 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
27951 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
27952 fi
27953
27954 fi
27955 fi
27956 rm -f conftest.err conftest.$ac_objext \
27957 conftest$ac_exeext conftest.$ac_ext
27958 LIBS="$ac_xsave_LIBS"
27959
27960 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
27961 # to get the SysV transport functions.
27962 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
27963 # needs -lnsl.
27964 # The nsl library prevents programs from opening the X display
27965 # on Irix 5.2, according to T.E. Dickey.
27966 # The functions gethostbyname, getservbyname, and inet_addr are
27967 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
27968 echo "$as_me:$LINENO: checking for gethostbyname" >&5
27969 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
27970 if test "${ac_cv_func_gethostbyname+set}" = set; then
27971 echo $ECHO_N "(cached) $ECHO_C" >&6
27972 else
27973 cat >conftest.$ac_ext <<_ACEOF
27974 /* confdefs.h. */
27975 _ACEOF
27976 cat confdefs.h >>conftest.$ac_ext
27977 cat >>conftest.$ac_ext <<_ACEOF
27978 /* end confdefs.h. */
27979 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
27980 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27981 #define gethostbyname innocuous_gethostbyname
27982
27983 /* System header to define __stub macros and hopefully few prototypes,
27984 which can conflict with char gethostbyname (); below.
27985 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27986 <limits.h> exists even on freestanding compilers. */
27987
27988 #ifdef __STDC__
27989 # include <limits.h>
27990 #else
27991 # include <assert.h>
27992 #endif
27993
27994 #undef gethostbyname
27995
27996 /* Override any gcc2 internal prototype to avoid an error. */
27997 #ifdef __cplusplus
27998 extern "C"
27999 {
28000 #endif
28001 /* We use char because int might match the return type of a gcc2
28002 builtin and then its argument prototype would still apply. */
28003 char gethostbyname ();
28004 /* The GNU C library defines this for functions which it implements
28005 to always fail with ENOSYS. Some functions are actually named
28006 something starting with __ and the normal name is an alias. */
28007 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
28008 choke me
28009 #else
28010 char (*f) () = gethostbyname;
28011 #endif
28012 #ifdef __cplusplus
28013 }
28014 #endif
28015
28016 int
28017 main ()
28018 {
28019 return f != gethostbyname;
28020 ;
28021 return 0;
28022 }
28023 _ACEOF
28024 rm -f conftest.$ac_objext conftest$ac_exeext
28025 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28026 (eval $ac_link) 2>conftest.er1
28027 ac_status=$?
28028 grep -v '^ *+' conftest.er1 >conftest.err
28029 rm -f conftest.er1
28030 cat conftest.err >&5
28031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28032 (exit $ac_status); } &&
28033 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28035 (eval $ac_try) 2>&5
28036 ac_status=$?
28037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28038 (exit $ac_status); }; } &&
28039 { ac_try='test -s conftest$ac_exeext'
28040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28041 (eval $ac_try) 2>&5
28042 ac_status=$?
28043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28044 (exit $ac_status); }; }; then
28045 ac_cv_func_gethostbyname=yes
28046 else
28047 echo "$as_me: failed program was:" >&5
28048 sed 's/^/| /' conftest.$ac_ext >&5
28049
28050 ac_cv_func_gethostbyname=no
28051 fi
28052 rm -f conftest.err conftest.$ac_objext \
28053 conftest$ac_exeext conftest.$ac_ext
28054 fi
28055 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
28056 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
28057
28058 if test $ac_cv_func_gethostbyname = no; then
28059 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
28060 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
28061 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
28062 echo $ECHO_N "(cached) $ECHO_C" >&6
28063 else
28064 ac_check_lib_save_LIBS=$LIBS
28065 LIBS="-lnsl $LIBS"
28066 cat >conftest.$ac_ext <<_ACEOF
28067 /* confdefs.h. */
28068 _ACEOF
28069 cat confdefs.h >>conftest.$ac_ext
28070 cat >>conftest.$ac_ext <<_ACEOF
28071 /* end confdefs.h. */
28072
28073 /* Override any gcc2 internal prototype to avoid an error. */
28074 #ifdef __cplusplus
28075 extern "C"
28076 #endif
28077 /* We use char because int might match the return type of a gcc2
28078 builtin and then its argument prototype would still apply. */
28079 char gethostbyname ();
28080 int
28081 main ()
28082 {
28083 gethostbyname ();
28084 ;
28085 return 0;
28086 }
28087 _ACEOF
28088 rm -f conftest.$ac_objext conftest$ac_exeext
28089 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28090 (eval $ac_link) 2>conftest.er1
28091 ac_status=$?
28092 grep -v '^ *+' conftest.er1 >conftest.err
28093 rm -f conftest.er1
28094 cat conftest.err >&5
28095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28096 (exit $ac_status); } &&
28097 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28099 (eval $ac_try) 2>&5
28100 ac_status=$?
28101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28102 (exit $ac_status); }; } &&
28103 { ac_try='test -s conftest$ac_exeext'
28104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28105 (eval $ac_try) 2>&5
28106 ac_status=$?
28107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28108 (exit $ac_status); }; }; then
28109 ac_cv_lib_nsl_gethostbyname=yes
28110 else
28111 echo "$as_me: failed program was:" >&5
28112 sed 's/^/| /' conftest.$ac_ext >&5
28113
28114 ac_cv_lib_nsl_gethostbyname=no
28115 fi
28116 rm -f conftest.err conftest.$ac_objext \
28117 conftest$ac_exeext conftest.$ac_ext
28118 LIBS=$ac_check_lib_save_LIBS
28119 fi
28120 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
28121 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
28122 if test $ac_cv_lib_nsl_gethostbyname = yes; then
28123 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
28124 fi
28125
28126 if test $ac_cv_lib_nsl_gethostbyname = no; then
28127 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
28128 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
28129 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
28130 echo $ECHO_N "(cached) $ECHO_C" >&6
28131 else
28132 ac_check_lib_save_LIBS=$LIBS
28133 LIBS="-lbsd $LIBS"
28134 cat >conftest.$ac_ext <<_ACEOF
28135 /* confdefs.h. */
28136 _ACEOF
28137 cat confdefs.h >>conftest.$ac_ext
28138 cat >>conftest.$ac_ext <<_ACEOF
28139 /* end confdefs.h. */
28140
28141 /* Override any gcc2 internal prototype to avoid an error. */
28142 #ifdef __cplusplus
28143 extern "C"
28144 #endif
28145 /* We use char because int might match the return type of a gcc2
28146 builtin and then its argument prototype would still apply. */
28147 char gethostbyname ();
28148 int
28149 main ()
28150 {
28151 gethostbyname ();
28152 ;
28153 return 0;
28154 }
28155 _ACEOF
28156 rm -f conftest.$ac_objext conftest$ac_exeext
28157 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28158 (eval $ac_link) 2>conftest.er1
28159 ac_status=$?
28160 grep -v '^ *+' conftest.er1 >conftest.err
28161 rm -f conftest.er1
28162 cat conftest.err >&5
28163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28164 (exit $ac_status); } &&
28165 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28167 (eval $ac_try) 2>&5
28168 ac_status=$?
28169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28170 (exit $ac_status); }; } &&
28171 { ac_try='test -s conftest$ac_exeext'
28172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28173 (eval $ac_try) 2>&5
28174 ac_status=$?
28175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28176 (exit $ac_status); }; }; then
28177 ac_cv_lib_bsd_gethostbyname=yes
28178 else
28179 echo "$as_me: failed program was:" >&5
28180 sed 's/^/| /' conftest.$ac_ext >&5
28181
28182 ac_cv_lib_bsd_gethostbyname=no
28183 fi
28184 rm -f conftest.err conftest.$ac_objext \
28185 conftest$ac_exeext conftest.$ac_ext
28186 LIBS=$ac_check_lib_save_LIBS
28187 fi
28188 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
28189 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
28190 if test $ac_cv_lib_bsd_gethostbyname = yes; then
28191 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
28192 fi
28193
28194 fi
28195 fi
28196
28197 # lieder@skyler.mavd.honeywell.com says without -lsocket,
28198 # socket/setsockopt and other routines are undefined under SCO ODT
28199 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
28200 # on later versions), says Simon Leinen: it contains gethostby*
28201 # variants that don't use the name server (or something). -lsocket
28202 # must be given before -lnsl if both are needed. We assume that
28203 # if connect needs -lnsl, so does gethostbyname.
28204 echo "$as_me:$LINENO: checking for connect" >&5
28205 echo $ECHO_N "checking for connect... $ECHO_C" >&6
28206 if test "${ac_cv_func_connect+set}" = set; then
28207 echo $ECHO_N "(cached) $ECHO_C" >&6
28208 else
28209 cat >conftest.$ac_ext <<_ACEOF
28210 /* confdefs.h. */
28211 _ACEOF
28212 cat confdefs.h >>conftest.$ac_ext
28213 cat >>conftest.$ac_ext <<_ACEOF
28214 /* end confdefs.h. */
28215 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
28216 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28217 #define connect innocuous_connect
28218
28219 /* System header to define __stub macros and hopefully few prototypes,
28220 which can conflict with char connect (); below.
28221 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28222 <limits.h> exists even on freestanding compilers. */
28223
28224 #ifdef __STDC__
28225 # include <limits.h>
28226 #else
28227 # include <assert.h>
28228 #endif
28229
28230 #undef connect
28231
28232 /* Override any gcc2 internal prototype to avoid an error. */
28233 #ifdef __cplusplus
28234 extern "C"
28235 {
28236 #endif
28237 /* We use char because int might match the return type of a gcc2
28238 builtin and then its argument prototype would still apply. */
28239 char connect ();
28240 /* The GNU C library defines this for functions which it implements
28241 to always fail with ENOSYS. Some functions are actually named
28242 something starting with __ and the normal name is an alias. */
28243 #if defined (__stub_connect) || defined (__stub___connect)
28244 choke me
28245 #else
28246 char (*f) () = connect;
28247 #endif
28248 #ifdef __cplusplus
28249 }
28250 #endif
28251
28252 int
28253 main ()
28254 {
28255 return f != connect;
28256 ;
28257 return 0;
28258 }
28259 _ACEOF
28260 rm -f conftest.$ac_objext conftest$ac_exeext
28261 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28262 (eval $ac_link) 2>conftest.er1
28263 ac_status=$?
28264 grep -v '^ *+' conftest.er1 >conftest.err
28265 rm -f conftest.er1
28266 cat conftest.err >&5
28267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28268 (exit $ac_status); } &&
28269 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28271 (eval $ac_try) 2>&5
28272 ac_status=$?
28273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28274 (exit $ac_status); }; } &&
28275 { ac_try='test -s conftest$ac_exeext'
28276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28277 (eval $ac_try) 2>&5
28278 ac_status=$?
28279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28280 (exit $ac_status); }; }; then
28281 ac_cv_func_connect=yes
28282 else
28283 echo "$as_me: failed program was:" >&5
28284 sed 's/^/| /' conftest.$ac_ext >&5
28285
28286 ac_cv_func_connect=no
28287 fi
28288 rm -f conftest.err conftest.$ac_objext \
28289 conftest$ac_exeext conftest.$ac_ext
28290 fi
28291 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
28292 echo "${ECHO_T}$ac_cv_func_connect" >&6
28293
28294 if test $ac_cv_func_connect = no; then
28295 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
28296 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
28297 if test "${ac_cv_lib_socket_connect+set}" = set; then
28298 echo $ECHO_N "(cached) $ECHO_C" >&6
28299 else
28300 ac_check_lib_save_LIBS=$LIBS
28301 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
28302 cat >conftest.$ac_ext <<_ACEOF
28303 /* confdefs.h. */
28304 _ACEOF
28305 cat confdefs.h >>conftest.$ac_ext
28306 cat >>conftest.$ac_ext <<_ACEOF
28307 /* end confdefs.h. */
28308
28309 /* Override any gcc2 internal prototype to avoid an error. */
28310 #ifdef __cplusplus
28311 extern "C"
28312 #endif
28313 /* We use char because int might match the return type of a gcc2
28314 builtin and then its argument prototype would still apply. */
28315 char connect ();
28316 int
28317 main ()
28318 {
28319 connect ();
28320 ;
28321 return 0;
28322 }
28323 _ACEOF
28324 rm -f conftest.$ac_objext conftest$ac_exeext
28325 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28326 (eval $ac_link) 2>conftest.er1
28327 ac_status=$?
28328 grep -v '^ *+' conftest.er1 >conftest.err
28329 rm -f conftest.er1
28330 cat conftest.err >&5
28331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28332 (exit $ac_status); } &&
28333 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28335 (eval $ac_try) 2>&5
28336 ac_status=$?
28337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28338 (exit $ac_status); }; } &&
28339 { ac_try='test -s conftest$ac_exeext'
28340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28341 (eval $ac_try) 2>&5
28342 ac_status=$?
28343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28344 (exit $ac_status); }; }; then
28345 ac_cv_lib_socket_connect=yes
28346 else
28347 echo "$as_me: failed program was:" >&5
28348 sed 's/^/| /' conftest.$ac_ext >&5
28349
28350 ac_cv_lib_socket_connect=no
28351 fi
28352 rm -f conftest.err conftest.$ac_objext \
28353 conftest$ac_exeext conftest.$ac_ext
28354 LIBS=$ac_check_lib_save_LIBS
28355 fi
28356 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
28357 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
28358 if test $ac_cv_lib_socket_connect = yes; then
28359 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
28360 fi
28361
28362 fi
28363
28364 # Guillermo Gomez says -lposix is necessary on A/UX.
28365 echo "$as_me:$LINENO: checking for remove" >&5
28366 echo $ECHO_N "checking for remove... $ECHO_C" >&6
28367 if test "${ac_cv_func_remove+set}" = set; then
28368 echo $ECHO_N "(cached) $ECHO_C" >&6
28369 else
28370 cat >conftest.$ac_ext <<_ACEOF
28371 /* confdefs.h. */
28372 _ACEOF
28373 cat confdefs.h >>conftest.$ac_ext
28374 cat >>conftest.$ac_ext <<_ACEOF
28375 /* end confdefs.h. */
28376 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
28377 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28378 #define remove innocuous_remove
28379
28380 /* System header to define __stub macros and hopefully few prototypes,
28381 which can conflict with char remove (); below.
28382 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28383 <limits.h> exists even on freestanding compilers. */
28384
28385 #ifdef __STDC__
28386 # include <limits.h>
28387 #else
28388 # include <assert.h>
28389 #endif
28390
28391 #undef remove
28392
28393 /* Override any gcc2 internal prototype to avoid an error. */
28394 #ifdef __cplusplus
28395 extern "C"
28396 {
28397 #endif
28398 /* We use char because int might match the return type of a gcc2
28399 builtin and then its argument prototype would still apply. */
28400 char remove ();
28401 /* The GNU C library defines this for functions which it implements
28402 to always fail with ENOSYS. Some functions are actually named
28403 something starting with __ and the normal name is an alias. */
28404 #if defined (__stub_remove) || defined (__stub___remove)
28405 choke me
28406 #else
28407 char (*f) () = remove;
28408 #endif
28409 #ifdef __cplusplus
28410 }
28411 #endif
28412
28413 int
28414 main ()
28415 {
28416 return f != remove;
28417 ;
28418 return 0;
28419 }
28420 _ACEOF
28421 rm -f conftest.$ac_objext conftest$ac_exeext
28422 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28423 (eval $ac_link) 2>conftest.er1
28424 ac_status=$?
28425 grep -v '^ *+' conftest.er1 >conftest.err
28426 rm -f conftest.er1
28427 cat conftest.err >&5
28428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28429 (exit $ac_status); } &&
28430 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28432 (eval $ac_try) 2>&5
28433 ac_status=$?
28434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28435 (exit $ac_status); }; } &&
28436 { ac_try='test -s conftest$ac_exeext'
28437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28438 (eval $ac_try) 2>&5
28439 ac_status=$?
28440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28441 (exit $ac_status); }; }; then
28442 ac_cv_func_remove=yes
28443 else
28444 echo "$as_me: failed program was:" >&5
28445 sed 's/^/| /' conftest.$ac_ext >&5
28446
28447 ac_cv_func_remove=no
28448 fi
28449 rm -f conftest.err conftest.$ac_objext \
28450 conftest$ac_exeext conftest.$ac_ext
28451 fi
28452 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
28453 echo "${ECHO_T}$ac_cv_func_remove" >&6
28454
28455 if test $ac_cv_func_remove = no; then
28456 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
28457 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
28458 if test "${ac_cv_lib_posix_remove+set}" = set; then
28459 echo $ECHO_N "(cached) $ECHO_C" >&6
28460 else
28461 ac_check_lib_save_LIBS=$LIBS
28462 LIBS="-lposix $LIBS"
28463 cat >conftest.$ac_ext <<_ACEOF
28464 /* confdefs.h. */
28465 _ACEOF
28466 cat confdefs.h >>conftest.$ac_ext
28467 cat >>conftest.$ac_ext <<_ACEOF
28468 /* end confdefs.h. */
28469
28470 /* Override any gcc2 internal prototype to avoid an error. */
28471 #ifdef __cplusplus
28472 extern "C"
28473 #endif
28474 /* We use char because int might match the return type of a gcc2
28475 builtin and then its argument prototype would still apply. */
28476 char remove ();
28477 int
28478 main ()
28479 {
28480 remove ();
28481 ;
28482 return 0;
28483 }
28484 _ACEOF
28485 rm -f conftest.$ac_objext conftest$ac_exeext
28486 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28487 (eval $ac_link) 2>conftest.er1
28488 ac_status=$?
28489 grep -v '^ *+' conftest.er1 >conftest.err
28490 rm -f conftest.er1
28491 cat conftest.err >&5
28492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28493 (exit $ac_status); } &&
28494 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28496 (eval $ac_try) 2>&5
28497 ac_status=$?
28498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28499 (exit $ac_status); }; } &&
28500 { ac_try='test -s conftest$ac_exeext'
28501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28502 (eval $ac_try) 2>&5
28503 ac_status=$?
28504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28505 (exit $ac_status); }; }; then
28506 ac_cv_lib_posix_remove=yes
28507 else
28508 echo "$as_me: failed program was:" >&5
28509 sed 's/^/| /' conftest.$ac_ext >&5
28510
28511 ac_cv_lib_posix_remove=no
28512 fi
28513 rm -f conftest.err conftest.$ac_objext \
28514 conftest$ac_exeext conftest.$ac_ext
28515 LIBS=$ac_check_lib_save_LIBS
28516 fi
28517 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
28518 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
28519 if test $ac_cv_lib_posix_remove = yes; then
28520 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
28521 fi
28522
28523 fi
28524
28525 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
28526 echo "$as_me:$LINENO: checking for shmat" >&5
28527 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
28528 if test "${ac_cv_func_shmat+set}" = set; then
28529 echo $ECHO_N "(cached) $ECHO_C" >&6
28530 else
28531 cat >conftest.$ac_ext <<_ACEOF
28532 /* confdefs.h. */
28533 _ACEOF
28534 cat confdefs.h >>conftest.$ac_ext
28535 cat >>conftest.$ac_ext <<_ACEOF
28536 /* end confdefs.h. */
28537 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
28538 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28539 #define shmat innocuous_shmat
28540
28541 /* System header to define __stub macros and hopefully few prototypes,
28542 which can conflict with char shmat (); below.
28543 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28544 <limits.h> exists even on freestanding compilers. */
28545
28546 #ifdef __STDC__
28547 # include <limits.h>
28548 #else
28549 # include <assert.h>
28550 #endif
28551
28552 #undef shmat
28553
28554 /* Override any gcc2 internal prototype to avoid an error. */
28555 #ifdef __cplusplus
28556 extern "C"
28557 {
28558 #endif
28559 /* We use char because int might match the return type of a gcc2
28560 builtin and then its argument prototype would still apply. */
28561 char shmat ();
28562 /* The GNU C library defines this for functions which it implements
28563 to always fail with ENOSYS. Some functions are actually named
28564 something starting with __ and the normal name is an alias. */
28565 #if defined (__stub_shmat) || defined (__stub___shmat)
28566 choke me
28567 #else
28568 char (*f) () = shmat;
28569 #endif
28570 #ifdef __cplusplus
28571 }
28572 #endif
28573
28574 int
28575 main ()
28576 {
28577 return f != shmat;
28578 ;
28579 return 0;
28580 }
28581 _ACEOF
28582 rm -f conftest.$ac_objext conftest$ac_exeext
28583 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28584 (eval $ac_link) 2>conftest.er1
28585 ac_status=$?
28586 grep -v '^ *+' conftest.er1 >conftest.err
28587 rm -f conftest.er1
28588 cat conftest.err >&5
28589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28590 (exit $ac_status); } &&
28591 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28593 (eval $ac_try) 2>&5
28594 ac_status=$?
28595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28596 (exit $ac_status); }; } &&
28597 { ac_try='test -s conftest$ac_exeext'
28598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28599 (eval $ac_try) 2>&5
28600 ac_status=$?
28601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28602 (exit $ac_status); }; }; then
28603 ac_cv_func_shmat=yes
28604 else
28605 echo "$as_me: failed program was:" >&5
28606 sed 's/^/| /' conftest.$ac_ext >&5
28607
28608 ac_cv_func_shmat=no
28609 fi
28610 rm -f conftest.err conftest.$ac_objext \
28611 conftest$ac_exeext conftest.$ac_ext
28612 fi
28613 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
28614 echo "${ECHO_T}$ac_cv_func_shmat" >&6
28615
28616 if test $ac_cv_func_shmat = no; then
28617 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
28618 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
28619 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
28620 echo $ECHO_N "(cached) $ECHO_C" >&6
28621 else
28622 ac_check_lib_save_LIBS=$LIBS
28623 LIBS="-lipc $LIBS"
28624 cat >conftest.$ac_ext <<_ACEOF
28625 /* confdefs.h. */
28626 _ACEOF
28627 cat confdefs.h >>conftest.$ac_ext
28628 cat >>conftest.$ac_ext <<_ACEOF
28629 /* end confdefs.h. */
28630
28631 /* Override any gcc2 internal prototype to avoid an error. */
28632 #ifdef __cplusplus
28633 extern "C"
28634 #endif
28635 /* We use char because int might match the return type of a gcc2
28636 builtin and then its argument prototype would still apply. */
28637 char shmat ();
28638 int
28639 main ()
28640 {
28641 shmat ();
28642 ;
28643 return 0;
28644 }
28645 _ACEOF
28646 rm -f conftest.$ac_objext conftest$ac_exeext
28647 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28648 (eval $ac_link) 2>conftest.er1
28649 ac_status=$?
28650 grep -v '^ *+' conftest.er1 >conftest.err
28651 rm -f conftest.er1
28652 cat conftest.err >&5
28653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28654 (exit $ac_status); } &&
28655 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28657 (eval $ac_try) 2>&5
28658 ac_status=$?
28659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28660 (exit $ac_status); }; } &&
28661 { ac_try='test -s conftest$ac_exeext'
28662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28663 (eval $ac_try) 2>&5
28664 ac_status=$?
28665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28666 (exit $ac_status); }; }; then
28667 ac_cv_lib_ipc_shmat=yes
28668 else
28669 echo "$as_me: failed program was:" >&5
28670 sed 's/^/| /' conftest.$ac_ext >&5
28671
28672 ac_cv_lib_ipc_shmat=no
28673 fi
28674 rm -f conftest.err conftest.$ac_objext \
28675 conftest$ac_exeext conftest.$ac_ext
28676 LIBS=$ac_check_lib_save_LIBS
28677 fi
28678 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
28679 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
28680 if test $ac_cv_lib_ipc_shmat = yes; then
28681 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
28682 fi
28683
28684 fi
28685 fi
28686
28687 # Check for libraries that X11R6 Xt/Xaw programs need.
28688 ac_save_LDFLAGS=$LDFLAGS
28689 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
28690 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
28691 # check for ICE first), but we must link in the order -lSM -lICE or
28692 # we get undefined symbols. So assume we have SM if we have ICE.
28693 # These have to be linked with before -lX11, unlike the other
28694 # libraries we check for below, so use a different variable.
28695 # John Interrante, Karl Berry
28696 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
28697 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
28698 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
28699 echo $ECHO_N "(cached) $ECHO_C" >&6
28700 else
28701 ac_check_lib_save_LIBS=$LIBS
28702 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
28703 cat >conftest.$ac_ext <<_ACEOF
28704 /* confdefs.h. */
28705 _ACEOF
28706 cat confdefs.h >>conftest.$ac_ext
28707 cat >>conftest.$ac_ext <<_ACEOF
28708 /* end confdefs.h. */
28709
28710 /* Override any gcc2 internal prototype to avoid an error. */
28711 #ifdef __cplusplus
28712 extern "C"
28713 #endif
28714 /* We use char because int might match the return type of a gcc2
28715 builtin and then its argument prototype would still apply. */
28716 char IceConnectionNumber ();
28717 int
28718 main ()
28719 {
28720 IceConnectionNumber ();
28721 ;
28722 return 0;
28723 }
28724 _ACEOF
28725 rm -f conftest.$ac_objext conftest$ac_exeext
28726 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28727 (eval $ac_link) 2>conftest.er1
28728 ac_status=$?
28729 grep -v '^ *+' conftest.er1 >conftest.err
28730 rm -f conftest.er1
28731 cat conftest.err >&5
28732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28733 (exit $ac_status); } &&
28734 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28736 (eval $ac_try) 2>&5
28737 ac_status=$?
28738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28739 (exit $ac_status); }; } &&
28740 { ac_try='test -s conftest$ac_exeext'
28741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28742 (eval $ac_try) 2>&5
28743 ac_status=$?
28744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28745 (exit $ac_status); }; }; then
28746 ac_cv_lib_ICE_IceConnectionNumber=yes
28747 else
28748 echo "$as_me: failed program was:" >&5
28749 sed 's/^/| /' conftest.$ac_ext >&5
28750
28751 ac_cv_lib_ICE_IceConnectionNumber=no
28752 fi
28753 rm -f conftest.err conftest.$ac_objext \
28754 conftest$ac_exeext conftest.$ac_ext
28755 LIBS=$ac_check_lib_save_LIBS
28756 fi
28757 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
28758 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
28759 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
28760 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
28761 fi
28762
28763 LDFLAGS=$ac_save_LDFLAGS
28764
28765 fi
28766
28767
28768 if test "$no_x" = "yes"; then
28769 { { echo "$as_me:$LINENO: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&5
28770 echo "$as_me: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&2;}
28771 { (exit 1); exit 1; }; }
28772 fi
28773
28774 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
28775 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
28776 AFMINSTALL=afminstall
28777 COMPILED_X_PROGRAM=0
28778
28779 fi
28780
28781 if test "$wxUSE_X11" = 1; then
28782 if test "$wxUSE_NANOX" = "yes"; then
28783 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
28784 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
28785 if test "x$MICROWIN" = x ; then
28786 echo "$as_me:$LINENO: result: not found" >&5
28787 echo "${ECHO_T}not found" >&6
28788 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
28789 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
28790 { (exit 1); exit 1; }; }
28791 else
28792 echo "$as_me:$LINENO: result: $MICROWIN" >&5
28793 echo "${ECHO_T}$MICROWIN" >&6
28794 cat >>confdefs.h <<\_ACEOF
28795 #define wxUSE_NANOX 1
28796 _ACEOF
28797
28798 fi
28799 fi
28800
28801 if test "$wxUSE_UNICODE" = "yes"; then
28802
28803 succeeded=no
28804
28805 if test -z "$PKG_CONFIG"; then
28806 # Extract the first word of "pkg-config", so it can be a program name with args.
28807 set dummy pkg-config; ac_word=$2
28808 echo "$as_me:$LINENO: checking for $ac_word" >&5
28809 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28810 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28811 echo $ECHO_N "(cached) $ECHO_C" >&6
28812 else
28813 case $PKG_CONFIG in
28814 [\\/]* | ?:[\\/]*)
28815 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
28816 ;;
28817 *)
28818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28819 for as_dir in $PATH
28820 do
28821 IFS=$as_save_IFS
28822 test -z "$as_dir" && as_dir=.
28823 for ac_exec_ext in '' $ac_executable_extensions; do
28824 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28825 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28826 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28827 break 2
28828 fi
28829 done
28830 done
28831
28832 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
28833 ;;
28834 esac
28835 fi
28836 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
28837
28838 if test -n "$PKG_CONFIG"; then
28839 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28840 echo "${ECHO_T}$PKG_CONFIG" >&6
28841 else
28842 echo "$as_me:$LINENO: result: no" >&5
28843 echo "${ECHO_T}no" >&6
28844 fi
28845
28846 fi
28847
28848 if test "$PKG_CONFIG" = "no" ; then
28849 echo "*** The pkg-config script could not be found. Make sure it is"
28850 echo "*** in your path, or set the PKG_CONFIG environment variable"
28851 echo "*** to the full path to pkg-config."
28852 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
28853 else
28854 PKG_CONFIG_MIN_VERSION=0.9.0
28855 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
28856 echo "$as_me:$LINENO: checking for pangox" >&5
28857 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
28858
28859 if $PKG_CONFIG --exists "pangox" ; then
28860 echo "$as_me:$LINENO: result: yes" >&5
28861 echo "${ECHO_T}yes" >&6
28862 succeeded=yes
28863
28864 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
28865 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
28866 PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"`
28867 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
28868 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
28869
28870 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
28871 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
28872 PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"`
28873 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
28874 echo "${ECHO_T}$PANGOX_LIBS" >&6
28875 else
28876 PANGOX_CFLAGS=""
28877 PANGOX_LIBS=""
28878 ## If we have a custom action on failure, don't print errors, but
28879 ## do set a variable so people can do so.
28880 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
28881
28882 fi
28883
28884
28885
28886 else
28887 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
28888 echo "*** See http://www.freedesktop.org/software/pkgconfig"
28889 fi
28890 fi
28891
28892 if test $succeeded = yes; then
28893
28894 CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS"
28895 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
28896
28897 else
28898
28899 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
28900 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
28901 { (exit 1); exit 1; }; }
28902
28903
28904 fi
28905
28906
28907 succeeded=no
28908
28909 if test -z "$PKG_CONFIG"; then
28910 # Extract the first word of "pkg-config", so it can be a program name with args.
28911 set dummy pkg-config; ac_word=$2
28912 echo "$as_me:$LINENO: checking for $ac_word" >&5
28913 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28914 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28915 echo $ECHO_N "(cached) $ECHO_C" >&6
28916 else
28917 case $PKG_CONFIG in
28918 [\\/]* | ?:[\\/]*)
28919 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
28920 ;;
28921 *)
28922 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28923 for as_dir in $PATH
28924 do
28925 IFS=$as_save_IFS
28926 test -z "$as_dir" && as_dir=.
28927 for ac_exec_ext in '' $ac_executable_extensions; do
28928 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28929 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28930 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28931 break 2
28932 fi
28933 done
28934 done
28935
28936 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
28937 ;;
28938 esac
28939 fi
28940 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
28941
28942 if test -n "$PKG_CONFIG"; then
28943 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28944 echo "${ECHO_T}$PKG_CONFIG" >&6
28945 else
28946 echo "$as_me:$LINENO: result: no" >&5
28947 echo "${ECHO_T}no" >&6
28948 fi
28949
28950 fi
28951
28952 if test "$PKG_CONFIG" = "no" ; then
28953 echo "*** The pkg-config script could not be found. Make sure it is"
28954 echo "*** in your path, or set the PKG_CONFIG environment variable"
28955 echo "*** to the full path to pkg-config."
28956 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
28957 else
28958 PKG_CONFIG_MIN_VERSION=0.9.0
28959 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
28960 echo "$as_me:$LINENO: checking for pangoft2" >&5
28961 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
28962
28963 if $PKG_CONFIG --exists "pangoft2" ; then
28964 echo "$as_me:$LINENO: result: yes" >&5
28965 echo "${ECHO_T}yes" >&6
28966 succeeded=yes
28967
28968 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
28969 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
28970 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
28971 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
28972 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
28973
28974 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
28975 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
28976 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
28977 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
28978 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
28979 else
28980 PANGOFT2_CFLAGS=""
28981 PANGOFT2_LIBS=""
28982 ## If we have a custom action on failure, don't print errors, but
28983 ## do set a variable so people can do so.
28984 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
28985
28986 fi
28987
28988
28989
28990 else
28991 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
28992 echo "*** See http://www.freedesktop.org/software/pkgconfig"
28993 fi
28994 fi
28995
28996 if test $succeeded = yes; then
28997
28998 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
28999 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
29000
29001 else
29002
29003 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
29004 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
29005 wxUSE_PRINTING_ARCHITECTURE="no"
29006
29007
29008 fi
29009
29010
29011 succeeded=no
29012
29013 if test -z "$PKG_CONFIG"; then
29014 # Extract the first word of "pkg-config", so it can be a program name with args.
29015 set dummy pkg-config; ac_word=$2
29016 echo "$as_me:$LINENO: checking for $ac_word" >&5
29017 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
29018 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
29019 echo $ECHO_N "(cached) $ECHO_C" >&6
29020 else
29021 case $PKG_CONFIG in
29022 [\\/]* | ?:[\\/]*)
29023 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
29024 ;;
29025 *)
29026 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29027 for as_dir in $PATH
29028 do
29029 IFS=$as_save_IFS
29030 test -z "$as_dir" && as_dir=.
29031 for ac_exec_ext in '' $ac_executable_extensions; do
29032 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29033 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
29034 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29035 break 2
29036 fi
29037 done
29038 done
29039
29040 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
29041 ;;
29042 esac
29043 fi
29044 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
29045
29046 if test -n "$PKG_CONFIG"; then
29047 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
29048 echo "${ECHO_T}$PKG_CONFIG" >&6
29049 else
29050 echo "$as_me:$LINENO: result: no" >&5
29051 echo "${ECHO_T}no" >&6
29052 fi
29053
29054 fi
29055
29056 if test "$PKG_CONFIG" = "no" ; then
29057 echo "*** The pkg-config script could not be found. Make sure it is"
29058 echo "*** in your path, or set the PKG_CONFIG environment variable"
29059 echo "*** to the full path to pkg-config."
29060 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
29061 else
29062 PKG_CONFIG_MIN_VERSION=0.9.0
29063 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
29064 echo "$as_me:$LINENO: checking for pangoxft" >&5
29065 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
29066
29067 if $PKG_CONFIG --exists "pangoxft" ; then
29068 echo "$as_me:$LINENO: result: yes" >&5
29069 echo "${ECHO_T}yes" >&6
29070 succeeded=yes
29071
29072 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
29073 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
29074 PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"`
29075 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
29076 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
29077
29078 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
29079 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
29080 PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"`
29081 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
29082 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
29083 else
29084 PANGOXFT_CFLAGS=""
29085 PANGOXFT_LIBS=""
29086 ## If we have a custom action on failure, don't print errors, but
29087 ## do set a variable so people can do so.
29088 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
29089
29090 fi
29091
29092
29093
29094 else
29095 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
29096 echo "*** See http://www.freedesktop.org/software/pkgconfig"
29097 fi
29098 fi
29099
29100 if test $succeeded = yes; then
29101
29102 cat >>confdefs.h <<\_ACEOF
29103 #define HAVE_PANGO_XFT 1
29104 _ACEOF
29105
29106 CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS"
29107 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
29108
29109 else
29110
29111 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
29112 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
29113
29114
29115 fi
29116
29117 save_CFLAGS="$CFLAGS"
29118 save_LIBS="$LIBS"
29119 CFLAGS="$CFLAGS $PANGOX_CFLAGS"
29120 LIBS="$LIBS $PANGOX_LIBS"
29121
29122 for ac_func in pango_font_family_is_monospace
29123 do
29124 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29125 echo "$as_me:$LINENO: checking for $ac_func" >&5
29126 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29127 if eval "test \"\${$as_ac_var+set}\" = set"; then
29128 echo $ECHO_N "(cached) $ECHO_C" >&6
29129 else
29130 cat >conftest.$ac_ext <<_ACEOF
29131 /* confdefs.h. */
29132 _ACEOF
29133 cat confdefs.h >>conftest.$ac_ext
29134 cat >>conftest.$ac_ext <<_ACEOF
29135 /* end confdefs.h. */
29136 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29137 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29138 #define $ac_func innocuous_$ac_func
29139
29140 /* System header to define __stub macros and hopefully few prototypes,
29141 which can conflict with char $ac_func (); below.
29142 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29143 <limits.h> exists even on freestanding compilers. */
29144
29145 #ifdef __STDC__
29146 # include <limits.h>
29147 #else
29148 # include <assert.h>
29149 #endif
29150
29151 #undef $ac_func
29152
29153 /* Override any gcc2 internal prototype to avoid an error. */
29154 #ifdef __cplusplus
29155 extern "C"
29156 {
29157 #endif
29158 /* We use char because int might match the return type of a gcc2
29159 builtin and then its argument prototype would still apply. */
29160 char $ac_func ();
29161 /* The GNU C library defines this for functions which it implements
29162 to always fail with ENOSYS. Some functions are actually named
29163 something starting with __ and the normal name is an alias. */
29164 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29165 choke me
29166 #else
29167 char (*f) () = $ac_func;
29168 #endif
29169 #ifdef __cplusplus
29170 }
29171 #endif
29172
29173 int
29174 main ()
29175 {
29176 return f != $ac_func;
29177 ;
29178 return 0;
29179 }
29180 _ACEOF
29181 rm -f conftest.$ac_objext conftest$ac_exeext
29182 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29183 (eval $ac_link) 2>conftest.er1
29184 ac_status=$?
29185 grep -v '^ *+' conftest.er1 >conftest.err
29186 rm -f conftest.er1
29187 cat conftest.err >&5
29188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29189 (exit $ac_status); } &&
29190 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29192 (eval $ac_try) 2>&5
29193 ac_status=$?
29194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29195 (exit $ac_status); }; } &&
29196 { ac_try='test -s conftest$ac_exeext'
29197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29198 (eval $ac_try) 2>&5
29199 ac_status=$?
29200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29201 (exit $ac_status); }; }; then
29202 eval "$as_ac_var=yes"
29203 else
29204 echo "$as_me: failed program was:" >&5
29205 sed 's/^/| /' conftest.$ac_ext >&5
29206
29207 eval "$as_ac_var=no"
29208 fi
29209 rm -f conftest.err conftest.$ac_objext \
29210 conftest$ac_exeext conftest.$ac_ext
29211 fi
29212 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29213 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29214 if test `eval echo '${'$as_ac_var'}'` = yes; then
29215 cat >>confdefs.h <<_ACEOF
29216 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29217 _ACEOF
29218
29219 fi
29220 done
29221
29222 CFLAGS="$save_CFLAGS"
29223 LIBS="$save_LIBS"
29224 fi
29225
29226 wxUSE_UNIVERSAL="yes"
29227
29228 if test "$wxUSE_NANOX" = "yes"; then
29229 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
29230 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"
29231 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
29232 else
29233 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
29234 fi
29235
29236 TOOLKIT=X11
29237 GUIDIST=X11_DIST
29238 fi
29239
29240 if test "$wxUSE_MOTIF" = 1; then
29241 if test "$wxUSE_UNICODE" = "yes"; then
29242 { { echo "$as_me:$LINENO: error: Unicode configuration not supported with Motif" >&5
29243 echo "$as_me: error: Unicode configuration not supported with Motif" >&2;}
29244 { (exit 1); exit 1; }; }
29245 fi
29246
29247 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
29248 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
29249
29250 ac_find_includes=
29251 for ac_dir in $SEARCH_INCLUDE /usr/include;
29252 do
29253 if test -f "$ac_dir/Xm/Xm.h"; then
29254 ac_find_includes=$ac_dir
29255 break
29256 fi
29257 done
29258
29259 if test "$ac_find_includes" != "" ; then
29260 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
29261 echo "${ECHO_T}found in $ac_find_includes" >&6
29262
29263 if test "x$ac_find_includes" = "x/usr/include"; then
29264 ac_path_to_include=""
29265 else
29266 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
29267 result=$?
29268 if test $result = 0; then
29269 ac_path_to_include=""
29270 else
29271 ac_path_to_include=" -I$ac_find_includes"
29272 fi
29273 fi
29274
29275 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
29276 else
29277 save_CFLAGS=$CFLAGS
29278 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29279
29280 cat >conftest.$ac_ext <<_ACEOF
29281 /* confdefs.h. */
29282 _ACEOF
29283 cat confdefs.h >>conftest.$ac_ext
29284 cat >>conftest.$ac_ext <<_ACEOF
29285 /* end confdefs.h. */
29286
29287 #include <Xm/Xm.h>
29288
29289 int
29290 main ()
29291 {
29292
29293 int version;
29294 version = xmUseVersion;
29295
29296 ;
29297 return 0;
29298 }
29299 _ACEOF
29300 rm -f conftest.$ac_objext
29301 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29302 (eval $ac_compile) 2>conftest.er1
29303 ac_status=$?
29304 grep -v '^ *+' conftest.er1 >conftest.err
29305 rm -f conftest.er1
29306 cat conftest.err >&5
29307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29308 (exit $ac_status); } &&
29309 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29311 (eval $ac_try) 2>&5
29312 ac_status=$?
29313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29314 (exit $ac_status); }; } &&
29315 { ac_try='test -s conftest.$ac_objext'
29316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29317 (eval $ac_try) 2>&5
29318 ac_status=$?
29319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29320 (exit $ac_status); }; }; then
29321
29322 echo "$as_me:$LINENO: result: found in default search path" >&5
29323 echo "${ECHO_T}found in default search path" >&6
29324 COMPILED_X_PROGRAM=1
29325
29326 else
29327 echo "$as_me: failed program was:" >&5
29328 sed 's/^/| /' conftest.$ac_ext >&5
29329
29330
29331 echo "$as_me:$LINENO: result: no" >&5
29332 echo "${ECHO_T}no" >&6
29333 { { echo "$as_me:$LINENO: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&5
29334 echo "$as_me: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&2;}
29335 { (exit 1); exit 1; }; }
29336
29337
29338 fi
29339 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29340
29341 CFLAGS=$save_CFLAGS
29342 fi
29343
29344
29345 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
29346 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
29347
29348 ac_find_libraries=
29349 for ac_dir in $SEARCH_LIB;
29350 do
29351 for ac_extension in a so sl dylib dll.a; do
29352 if test -f "$ac_dir/libXm.$ac_extension"; then
29353 ac_find_libraries=$ac_dir
29354 break 2
29355 fi
29356 done
29357 done
29358
29359
29360 if test "x$ac_find_libraries" != "x" ; then
29361 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
29362 echo "${ECHO_T}found in $ac_find_libraries" >&6
29363
29364
29365 if test "$ac_find_libraries" = "default location"; then
29366 ac_path_to_link=""
29367 else
29368 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
29369 result=$?
29370 if test $result = 0; then
29371 ac_path_to_link=""
29372 else
29373 ac_path_to_link=" -L$ac_find_libraries"
29374 fi
29375 fi
29376
29377 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
29378 else
29379 save_CFLAGS=$CFLAGS
29380 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29381 save_LIBS="$LIBS"
29382 LIBS="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
29383
29384 cat >conftest.$ac_ext <<_ACEOF
29385 /* confdefs.h. */
29386 _ACEOF
29387 cat confdefs.h >>conftest.$ac_ext
29388 cat >>conftest.$ac_ext <<_ACEOF
29389 /* end confdefs.h. */
29390
29391 #include <Xm/Xm.h>
29392
29393 int
29394 main ()
29395 {
29396
29397 int version;
29398 version = xmUseVersion;
29399
29400 ;
29401 return 0;
29402 }
29403 _ACEOF
29404 rm -f conftest.$ac_objext conftest$ac_exeext
29405 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29406 (eval $ac_link) 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_exeext'
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
29426 echo "$as_me:$LINENO: result: found in default search path" >&5
29427 echo "${ECHO_T}found in default search path" >&6
29428 COMPILED_X_PROGRAM=1
29429
29430 else
29431 echo "$as_me: failed program was:" >&5
29432 sed 's/^/| /' conftest.$ac_ext >&5
29433
29434
29435 echo "$as_me:$LINENO: result: no" >&5
29436 echo "${ECHO_T}no" >&6
29437 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
29438 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
29439 { (exit 1); exit 1; }; }
29440
29441
29442 fi
29443 rm -f conftest.err conftest.$ac_objext \
29444 conftest$ac_exeext conftest.$ac_ext
29445
29446 CFLAGS=$save_CFLAGS
29447 LIBS="$save_LIBS"
29448 fi
29449
29450 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
29451 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
29452 libp_link=""
29453 libsm_ice_link=""
29454 libs_found=0
29455 for libp in "" " -lXp"; do
29456 if test "$libs_found" = "0"; then
29457 for libsm_ice in "" " -lSM -lICE"; do
29458 if test "$libs_found" = "0"; then
29459 save_LIBS="$LIBS"
29460 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
29461 save_CFLAGS=$CFLAGS
29462 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29463
29464 cat >conftest.$ac_ext <<_ACEOF
29465 /* confdefs.h. */
29466 _ACEOF
29467 cat confdefs.h >>conftest.$ac_ext
29468 cat >>conftest.$ac_ext <<_ACEOF
29469 /* end confdefs.h. */
29470
29471 #include <Xm/Xm.h>
29472 #include <Xm/List.h>
29473
29474 int
29475 main ()
29476 {
29477
29478 XmString string = NULL;
29479 Widget w = NULL;
29480 int position = 0;
29481 XmListAddItem(w, string, position);
29482
29483 ;
29484 return 0;
29485 }
29486 _ACEOF
29487 rm -f conftest.$ac_objext conftest$ac_exeext
29488 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29489 (eval $ac_link) 2>conftest.er1
29490 ac_status=$?
29491 grep -v '^ *+' conftest.er1 >conftest.err
29492 rm -f conftest.er1
29493 cat conftest.err >&5
29494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29495 (exit $ac_status); } &&
29496 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29498 (eval $ac_try) 2>&5
29499 ac_status=$?
29500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29501 (exit $ac_status); }; } &&
29502 { ac_try='test -s conftest$ac_exeext'
29503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29504 (eval $ac_try) 2>&5
29505 ac_status=$?
29506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29507 (exit $ac_status); }; }; then
29508
29509 libp_link="$libp"
29510 libsm_ice_link="$libsm_ice"
29511 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
29512 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
29513 libs_found=1
29514
29515 else
29516 echo "$as_me: failed program was:" >&5
29517 sed 's/^/| /' conftest.$ac_ext >&5
29518
29519
29520
29521 fi
29522 rm -f conftest.err conftest.$ac_objext \
29523 conftest$ac_exeext conftest.$ac_ext
29524
29525 LIBS="$save_LIBS"
29526 CFLAGS=$save_CFLAGS
29527 fi
29528 done
29529 fi
29530 done
29531
29532 if test "$libs_found" = "0"; then
29533 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
29534 echo "${ECHO_T}can't find the right libraries" >&6
29535 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
29536 echo "$as_me: error: can't link a simple motif program" >&2;}
29537 { (exit 1); exit 1; }; }
29538 fi
29539
29540 echo "$as_me:$LINENO: checking for SgCreateList in -lSgm" >&5
29541 echo $ECHO_N "checking for SgCreateList in -lSgm... $ECHO_C" >&6
29542 if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then
29543 echo $ECHO_N "(cached) $ECHO_C" >&6
29544 else
29545 ac_check_lib_save_LIBS=$LIBS
29546 LIBS="-lSgm $LIBS"
29547 cat >conftest.$ac_ext <<_ACEOF
29548 /* confdefs.h. */
29549 _ACEOF
29550 cat confdefs.h >>conftest.$ac_ext
29551 cat >>conftest.$ac_ext <<_ACEOF
29552 /* end confdefs.h. */
29553
29554 /* Override any gcc2 internal prototype to avoid an error. */
29555 #ifdef __cplusplus
29556 extern "C"
29557 #endif
29558 /* We use char because int might match the return type of a gcc2
29559 builtin and then its argument prototype would still apply. */
29560 char SgCreateList ();
29561 int
29562 main ()
29563 {
29564 SgCreateList ();
29565 ;
29566 return 0;
29567 }
29568 _ACEOF
29569 rm -f conftest.$ac_objext conftest$ac_exeext
29570 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29571 (eval $ac_link) 2>conftest.er1
29572 ac_status=$?
29573 grep -v '^ *+' conftest.er1 >conftest.err
29574 rm -f conftest.er1
29575 cat conftest.err >&5
29576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29577 (exit $ac_status); } &&
29578 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29580 (eval $ac_try) 2>&5
29581 ac_status=$?
29582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29583 (exit $ac_status); }; } &&
29584 { ac_try='test -s conftest$ac_exeext'
29585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29586 (eval $ac_try) 2>&5
29587 ac_status=$?
29588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29589 (exit $ac_status); }; }; then
29590 ac_cv_lib_Sgm_SgCreateList=yes
29591 else
29592 echo "$as_me: failed program was:" >&5
29593 sed 's/^/| /' conftest.$ac_ext >&5
29594
29595 ac_cv_lib_Sgm_SgCreateList=no
29596 fi
29597 rm -f conftest.err conftest.$ac_objext \
29598 conftest$ac_exeext conftest.$ac_ext
29599 LIBS=$ac_check_lib_save_LIBS
29600 fi
29601 echo "$as_me:$LINENO: result: $ac_cv_lib_Sgm_SgCreateList" >&5
29602 echo "${ECHO_T}$ac_cv_lib_Sgm_SgCreateList" >&6
29603 if test $ac_cv_lib_Sgm_SgCreateList = yes; then
29604 libsgm_link=" -lSgm"
29605 fi
29606
29607
29608 save_CFLAGS=$CFLAGS
29609 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29610
29611 echo "$as_me:$LINENO: checking for Motif 2" >&5
29612 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
29613 if test "${wx_cv_lib_motif2+set}" = set; then
29614 echo $ECHO_N "(cached) $ECHO_C" >&6
29615 else
29616 cat >conftest.$ac_ext <<_ACEOF
29617 /* confdefs.h. */
29618 _ACEOF
29619 cat confdefs.h >>conftest.$ac_ext
29620 cat >>conftest.$ac_ext <<_ACEOF
29621 /* end confdefs.h. */
29622
29623 #include <Xm/Xm.h>
29624
29625 int
29626 main ()
29627 {
29628
29629 #if XmVersion < 2000
29630 Not Motif 2
29631 #endif
29632
29633 ;
29634 return 0;
29635 }
29636 _ACEOF
29637 rm -f conftest.$ac_objext
29638 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29639 (eval $ac_compile) 2>conftest.er1
29640 ac_status=$?
29641 grep -v '^ *+' conftest.er1 >conftest.err
29642 rm -f conftest.er1
29643 cat conftest.err >&5
29644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29645 (exit $ac_status); } &&
29646 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29648 (eval $ac_try) 2>&5
29649 ac_status=$?
29650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29651 (exit $ac_status); }; } &&
29652 { ac_try='test -s conftest.$ac_objext'
29653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29654 (eval $ac_try) 2>&5
29655 ac_status=$?
29656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29657 (exit $ac_status); }; }; then
29658 wx_cv_lib_motif2="yes"
29659 else
29660 echo "$as_me: failed program was:" >&5
29661 sed 's/^/| /' conftest.$ac_ext >&5
29662
29663 wx_cv_lib_motif2="no"
29664 fi
29665 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29666 fi
29667 echo "$as_me:$LINENO: result: $wx_cv_lib_motif2" >&5
29668 echo "${ECHO_T}$wx_cv_lib_motif2" >&6
29669 if test "$wx_cv_lib_motif2" = "yes"; then
29670 cat >>confdefs.h <<\_ACEOF
29671 #define __WXMOTIF20__ 1
29672 _ACEOF
29673
29674 else
29675 cat >>confdefs.h <<\_ACEOF
29676 #define __WXMOTIF20__ 0
29677 _ACEOF
29678
29679 fi
29680
29681 echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
29682 echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6
29683 if test "${wx_cv_lib_lesstif+set}" = set; then
29684 echo $ECHO_N "(cached) $ECHO_C" >&6
29685 else
29686 cat >conftest.$ac_ext <<_ACEOF
29687 /* confdefs.h. */
29688 _ACEOF
29689 cat confdefs.h >>conftest.$ac_ext
29690 cat >>conftest.$ac_ext <<_ACEOF
29691 /* end confdefs.h. */
29692
29693 #include <Xm/Xm.h>
29694
29695 int
29696 main ()
29697 {
29698
29699 #if !defined(LesstifVersion) || LesstifVersion <= 0
29700 Not Lesstif
29701 #endif
29702
29703 ;
29704 return 0;
29705 }
29706 _ACEOF
29707 rm -f conftest.$ac_objext
29708 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29709 (eval $ac_compile) 2>conftest.er1
29710 ac_status=$?
29711 grep -v '^ *+' conftest.er1 >conftest.err
29712 rm -f conftest.er1
29713 cat conftest.err >&5
29714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29715 (exit $ac_status); } &&
29716 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29718 (eval $ac_try) 2>&5
29719 ac_status=$?
29720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29721 (exit $ac_status); }; } &&
29722 { ac_try='test -s conftest.$ac_objext'
29723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29724 (eval $ac_try) 2>&5
29725 ac_status=$?
29726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29727 (exit $ac_status); }; }; then
29728 wx_cv_lib_lesstif="yes"
29729 else
29730 echo "$as_me: failed program was:" >&5
29731 sed 's/^/| /' conftest.$ac_ext >&5
29732
29733 wx_cv_lib_lesstif="no"
29734 fi
29735 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29736
29737 fi
29738 echo "$as_me:$LINENO: result: $wx_cv_lib_lesstif" >&5
29739 echo "${ECHO_T}$wx_cv_lib_lesstif" >&6
29740 if test "$wx_cv_lib_lesstif" = "yes"; then
29741 cat >>confdefs.h <<\_ACEOF
29742 #define __WXLESSTIF__ 1
29743 _ACEOF
29744
29745 else
29746 cat >>confdefs.h <<\_ACEOF
29747 #define __WXLESSTIF__ 0
29748 _ACEOF
29749
29750 fi
29751
29752 CFLAGS=$save_CFLAGS
29753
29754 GUI_TK_LIBRARY="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
29755 TOOLKIT=MOTIF
29756 GUIDIST=MOTIF_DIST
29757 fi
29758
29759 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
29760 if test "$wxUSE_LIBXPM" = "sys"; then
29761 echo "$as_me:$LINENO: checking for Xpm library" >&5
29762 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
29763
29764 ac_find_libraries=
29765 for ac_dir in $SEARCH_LIB;
29766 do
29767 for ac_extension in a so sl dylib dll.a; do
29768 if test -f "$ac_dir/libXpm.$ac_extension"; then
29769 ac_find_libraries=$ac_dir
29770 break 2
29771 fi
29772 done
29773 done
29774
29775 if test "$ac_find_libraries" != "" ; then
29776
29777 if test "$ac_find_libraries" = "default location"; then
29778 ac_path_to_link=""
29779 else
29780 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
29781 result=$?
29782 if test $result = 0; then
29783 ac_path_to_link=""
29784 else
29785 ac_path_to_link=" -L$ac_find_libraries"
29786 fi
29787 fi
29788
29789 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
29790 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
29791 echo "${ECHO_T}found in $ac_find_libraries" >&6
29792
29793 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
29794 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
29795 if test "${wx_cv_x11_xpm_h+set}" = set; then
29796 echo $ECHO_N "(cached) $ECHO_C" >&6
29797 else
29798
29799 save_CFLAGS=$CFLAGS
29800 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29801
29802 cat >conftest.$ac_ext <<_ACEOF
29803 /* confdefs.h. */
29804 _ACEOF
29805 cat confdefs.h >>conftest.$ac_ext
29806 cat >>conftest.$ac_ext <<_ACEOF
29807 /* end confdefs.h. */
29808
29809 #include <X11/xpm.h>
29810
29811 int
29812 main ()
29813 {
29814
29815 int version;
29816 version = XpmLibraryVersion();
29817
29818 ;
29819 return 0;
29820 }
29821 _ACEOF
29822 rm -f conftest.$ac_objext
29823 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29824 (eval $ac_compile) 2>conftest.er1
29825 ac_status=$?
29826 grep -v '^ *+' conftest.er1 >conftest.err
29827 rm -f conftest.er1
29828 cat conftest.err >&5
29829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29830 (exit $ac_status); } &&
29831 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29833 (eval $ac_try) 2>&5
29834 ac_status=$?
29835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29836 (exit $ac_status); }; } &&
29837 { ac_try='test -s conftest.$ac_objext'
29838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29839 (eval $ac_try) 2>&5
29840 ac_status=$?
29841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29842 (exit $ac_status); }; }; then
29843 wx_cv_x11_xpm_h=yes
29844 else
29845 echo "$as_me: failed program was:" >&5
29846 sed 's/^/| /' conftest.$ac_ext >&5
29847
29848 wx_cv_x11_xpm_h=no
29849
29850 fi
29851 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29852
29853 CFLAGS=$save_CFLAGS
29854
29855
29856 fi
29857 echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
29858 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
29859
29860 if test $wx_cv_x11_xpm_h = "yes"; then
29861 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
29862 cat >>confdefs.h <<\_ACEOF
29863 #define wxHAVE_LIB_XPM 1
29864 _ACEOF
29865
29866 else
29867 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
29868 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
29869 fi
29870 fi
29871
29872 fi
29873
29874 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
29875 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
29876 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
29877 echo $ECHO_N "(cached) $ECHO_C" >&6
29878 else
29879 ac_check_lib_save_LIBS=$LIBS
29880 LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
29881 cat >conftest.$ac_ext <<_ACEOF
29882 /* confdefs.h. */
29883 _ACEOF
29884 cat confdefs.h >>conftest.$ac_ext
29885 cat >>conftest.$ac_ext <<_ACEOF
29886 /* end confdefs.h. */
29887
29888 /* Override any gcc2 internal prototype to avoid an error. */
29889 #ifdef __cplusplus
29890 extern "C"
29891 #endif
29892 /* We use char because int might match the return type of a gcc2
29893 builtin and then its argument prototype would still apply. */
29894 char XShapeQueryExtension ();
29895 int
29896 main ()
29897 {
29898 XShapeQueryExtension ();
29899 ;
29900 return 0;
29901 }
29902 _ACEOF
29903 rm -f conftest.$ac_objext conftest$ac_exeext
29904 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29905 (eval $ac_link) 2>conftest.er1
29906 ac_status=$?
29907 grep -v '^ *+' conftest.er1 >conftest.err
29908 rm -f conftest.er1
29909 cat conftest.err >&5
29910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29911 (exit $ac_status); } &&
29912 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29914 (eval $ac_try) 2>&5
29915 ac_status=$?
29916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29917 (exit $ac_status); }; } &&
29918 { ac_try='test -s conftest$ac_exeext'
29919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29920 (eval $ac_try) 2>&5
29921 ac_status=$?
29922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29923 (exit $ac_status); }; }; then
29924 ac_cv_lib_Xext_XShapeQueryExtension=yes
29925 else
29926 echo "$as_me: failed program was:" >&5
29927 sed 's/^/| /' conftest.$ac_ext >&5
29928
29929 ac_cv_lib_Xext_XShapeQueryExtension=no
29930 fi
29931 rm -f conftest.err conftest.$ac_objext \
29932 conftest$ac_exeext conftest.$ac_ext
29933 LIBS=$ac_check_lib_save_LIBS
29934 fi
29935 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
29936 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
29937 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
29938
29939 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
29940 wxHAVE_XEXT_LIB=1
29941
29942 fi
29943
29944
29945 if test "$wxHAVE_XEXT_LIB" = 1; then
29946 save_CFLAGS="$CFLAGS"
29947 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29948
29949 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
29950 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
29951 cat >conftest.$ac_ext <<_ACEOF
29952 /* confdefs.h. */
29953 _ACEOF
29954 cat confdefs.h >>conftest.$ac_ext
29955 cat >>conftest.$ac_ext <<_ACEOF
29956 /* end confdefs.h. */
29957
29958 #include <X11/Xlib.h>
29959 #include <X11/extensions/shape.h>
29960
29961 int
29962 main ()
29963 {
29964
29965 int dummy1, dummy2;
29966 XShapeQueryExtension((Display*)NULL,
29967 (int*)NULL, (int*)NULL);
29968
29969 ;
29970 return 0;
29971 }
29972 _ACEOF
29973 rm -f conftest.$ac_objext
29974 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29975 (eval $ac_compile) 2>conftest.er1
29976 ac_status=$?
29977 grep -v '^ *+' conftest.er1 >conftest.err
29978 rm -f conftest.er1
29979 cat conftest.err >&5
29980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29981 (exit $ac_status); } &&
29982 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29984 (eval $ac_try) 2>&5
29985 ac_status=$?
29986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29987 (exit $ac_status); }; } &&
29988 { ac_try='test -s conftest.$ac_objext'
29989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29990 (eval $ac_try) 2>&5
29991 ac_status=$?
29992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29993 (exit $ac_status); }; }; then
29994
29995 cat >>confdefs.h <<\_ACEOF
29996 #define HAVE_XSHAPE 1
29997 _ACEOF
29998
29999 echo "$as_me:$LINENO: result: found" >&5
30000 echo "${ECHO_T}found" >&6
30001
30002 else
30003 echo "$as_me: failed program was:" >&5
30004 sed 's/^/| /' conftest.$ac_ext >&5
30005
30006
30007 echo "$as_me:$LINENO: result: not found" >&5
30008 echo "${ECHO_T}not found" >&6
30009
30010 fi
30011 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30012 CFLAGS="$save_CFLAGS"
30013
30014 fi
30015 fi
30016
30017 if test "$wxUSE_MAC" = 1; then
30018 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
30019 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
30020 if test "$GCC" = yes; then
30021 echo "$as_me:$LINENO: result: gcc" >&5
30022 echo "${ECHO_T}gcc" >&6
30023 CPPFLAGS_PASCAL="-fpascal-strings"
30024 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
30025 echo "$as_me:$LINENO: result: xlc" >&5
30026 echo "${ECHO_T}xlc" >&6
30027 CPPFLAGS_PASCAL="-qmacpstr"
30028 else
30029 echo "$as_me:$LINENO: result: none" >&5
30030 echo "${ECHO_T}none" >&6
30031 fi
30032
30033 if test "x$wxUSE_UNIX" = "xyes"; then
30034 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon"
30035 else
30036 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON"
30037 fi
30038
30039 TOOLKIT=MAC
30040 GUIDIST=MACX_DIST
30041 WXBASEPORT="_carbon"
30042 fi
30043
30044 if test "$wxUSE_COCOA" = 1; then
30045 TOOLKIT=COCOA
30046 GUIDIST=COCOA_DIST
30047 fi
30048
30049 if test "$wxUSE_PM" = 1; then
30050 TOOLKIT=PM
30051 GUIDIST=PM_DIST
30052 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
30053 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
30054 if test "${wx_cv_spbcdata+set}" = set; then
30055 echo $ECHO_N "(cached) $ECHO_C" >&6
30056 else
30057
30058 cat >conftest.$ac_ext <<_ACEOF
30059 /* confdefs.h. */
30060 _ACEOF
30061 cat confdefs.h >>conftest.$ac_ext
30062 cat >>conftest.$ac_ext <<_ACEOF
30063 /* end confdefs.h. */
30064
30065 #define INCL_PM
30066 #include <os2.h>
30067
30068 int
30069 main ()
30070 {
30071
30072 SPBCDATA test;
30073
30074 ;
30075 return 0;
30076 }
30077 _ACEOF
30078 rm -f conftest.$ac_objext
30079 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30080 (eval $ac_compile) 2>conftest.er1
30081 ac_status=$?
30082 grep -v '^ *+' conftest.er1 >conftest.err
30083 rm -f conftest.er1
30084 cat conftest.err >&5
30085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30086 (exit $ac_status); } &&
30087 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30089 (eval $ac_try) 2>&5
30090 ac_status=$?
30091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30092 (exit $ac_status); }; } &&
30093 { ac_try='test -s conftest.$ac_objext'
30094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30095 (eval $ac_try) 2>&5
30096 ac_status=$?
30097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30098 (exit $ac_status); }; }; then
30099 wx_cv_spbcdata=yes
30100 else
30101 echo "$as_me: failed program was:" >&5
30102 sed 's/^/| /' conftest.$ac_ext >&5
30103
30104 wx_cv_spbcdata=no
30105
30106 fi
30107 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30108
30109
30110 fi
30111 echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
30112 echo "${ECHO_T}$wx_cv_spbcdata" >&6
30113
30114 if test $wx_cv_spbcdata = "yes"; then
30115 cat >>confdefs.h <<\_ACEOF
30116 #define HAVE_SPBCDATA 1
30117 _ACEOF
30118
30119 fi
30120 fi
30121
30122 if test "$TOOLKIT" = "PM" ; then
30123 TOOLKIT_DIR="os2"
30124 else
30125 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
30126 fi
30127
30128 if test "$wxUSE_UNIVERSAL" = "yes"; then
30129 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
30130 WIDGET_SET=univ
30131 fi
30132
30133 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
30134 DISTDIR="wx\$(TOOLKIT)"
30135 else
30136 USE_GUI=0
30137
30138 TOOLKIT_DIR="base"
30139
30140 if test "$USE_WIN32" = 1 ; then
30141 TOOLKIT="MSW"
30142 fi
30143
30144 GUIDIST="BASE_DIST"
30145 DISTDIR="wxBase"
30146 fi
30147
30148
30149 if test "$wxUSE_GUI" = "yes"; then
30150 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
30151
30152 for ac_header in X11/Xlib.h
30153 do
30154 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30155 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30156 echo "$as_me:$LINENO: checking for $ac_header" >&5
30157 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30158 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30159 echo $ECHO_N "(cached) $ECHO_C" >&6
30160 fi
30161 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30162 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30163 else
30164 # Is the header compilable?
30165 echo "$as_me:$LINENO: checking $ac_header usability" >&5
30166 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
30167 cat >conftest.$ac_ext <<_ACEOF
30168 /* confdefs.h. */
30169 _ACEOF
30170 cat confdefs.h >>conftest.$ac_ext
30171 cat >>conftest.$ac_ext <<_ACEOF
30172 /* end confdefs.h. */
30173 $ac_includes_default
30174 #include <$ac_header>
30175 _ACEOF
30176 rm -f conftest.$ac_objext
30177 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30178 (eval $ac_compile) 2>conftest.er1
30179 ac_status=$?
30180 grep -v '^ *+' conftest.er1 >conftest.err
30181 rm -f conftest.er1
30182 cat conftest.err >&5
30183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30184 (exit $ac_status); } &&
30185 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30187 (eval $ac_try) 2>&5
30188 ac_status=$?
30189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30190 (exit $ac_status); }; } &&
30191 { ac_try='test -s conftest.$ac_objext'
30192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30193 (eval $ac_try) 2>&5
30194 ac_status=$?
30195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30196 (exit $ac_status); }; }; then
30197 ac_header_compiler=yes
30198 else
30199 echo "$as_me: failed program was:" >&5
30200 sed 's/^/| /' conftest.$ac_ext >&5
30201
30202 ac_header_compiler=no
30203 fi
30204 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30205 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30206 echo "${ECHO_T}$ac_header_compiler" >&6
30207
30208 # Is the header present?
30209 echo "$as_me:$LINENO: checking $ac_header presence" >&5
30210 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
30211 cat >conftest.$ac_ext <<_ACEOF
30212 /* confdefs.h. */
30213 _ACEOF
30214 cat confdefs.h >>conftest.$ac_ext
30215 cat >>conftest.$ac_ext <<_ACEOF
30216 /* end confdefs.h. */
30217 #include <$ac_header>
30218 _ACEOF
30219 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
30220 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
30221 ac_status=$?
30222 grep -v '^ *+' conftest.er1 >conftest.err
30223 rm -f conftest.er1
30224 cat conftest.err >&5
30225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30226 (exit $ac_status); } >/dev/null; then
30227 if test -s conftest.err; then
30228 ac_cpp_err=$ac_c_preproc_warn_flag
30229 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
30230 else
30231 ac_cpp_err=
30232 fi
30233 else
30234 ac_cpp_err=yes
30235 fi
30236 if test -z "$ac_cpp_err"; then
30237 ac_header_preproc=yes
30238 else
30239 echo "$as_me: failed program was:" >&5
30240 sed 's/^/| /' conftest.$ac_ext >&5
30241
30242 ac_header_preproc=no
30243 fi
30244 rm -f conftest.err conftest.$ac_ext
30245 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30246 echo "${ECHO_T}$ac_header_preproc" >&6
30247
30248 # So? What about this header?
30249 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30250 yes:no: )
30251 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
30252 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
30253 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
30254 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
30255 ac_header_preproc=yes
30256 ;;
30257 no:yes:* )
30258 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
30259 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
30260 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
30261 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
30262 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
30263 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
30264 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
30265 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
30266 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
30267 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
30268 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
30269 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
30270 (
30271 cat <<\_ASBOX
30272 ## ----------------------------------------- ##
30273 ## Report this to wx-dev@lists.wxwidgets.org ##
30274 ## ----------------------------------------- ##
30275 _ASBOX
30276 ) |
30277 sed "s/^/$as_me: WARNING: /" >&2
30278 ;;
30279 esac
30280 echo "$as_me:$LINENO: checking for $ac_header" >&5
30281 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30282 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30283 echo $ECHO_N "(cached) $ECHO_C" >&6
30284 else
30285 eval "$as_ac_Header=\$ac_header_preproc"
30286 fi
30287 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30288 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30289
30290 fi
30291 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30292 cat >>confdefs.h <<_ACEOF
30293 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30294 _ACEOF
30295
30296 fi
30297
30298 done
30299
30300
30301 for ac_header in X11/XKBlib.h
30302 do
30303 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30304 echo "$as_me:$LINENO: checking for $ac_header" >&5
30305 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30306 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30307 echo $ECHO_N "(cached) $ECHO_C" >&6
30308 else
30309 cat >conftest.$ac_ext <<_ACEOF
30310 /* confdefs.h. */
30311 _ACEOF
30312 cat confdefs.h >>conftest.$ac_ext
30313 cat >>conftest.$ac_ext <<_ACEOF
30314 /* end confdefs.h. */
30315
30316 #if HAVE_X11_XLIB_H
30317 #include <X11/Xlib.h>
30318 #endif
30319
30320
30321 #include <$ac_header>
30322 _ACEOF
30323 rm -f conftest.$ac_objext
30324 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30325 (eval $ac_compile) 2>conftest.er1
30326 ac_status=$?
30327 grep -v '^ *+' conftest.er1 >conftest.err
30328 rm -f conftest.er1
30329 cat conftest.err >&5
30330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30331 (exit $ac_status); } &&
30332 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30334 (eval $ac_try) 2>&5
30335 ac_status=$?
30336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30337 (exit $ac_status); }; } &&
30338 { ac_try='test -s conftest.$ac_objext'
30339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30340 (eval $ac_try) 2>&5
30341 ac_status=$?
30342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30343 (exit $ac_status); }; }; then
30344 eval "$as_ac_Header=yes"
30345 else
30346 echo "$as_me: failed program was:" >&5
30347 sed 's/^/| /' conftest.$ac_ext >&5
30348
30349 eval "$as_ac_Header=no"
30350 fi
30351 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30352 fi
30353 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30354 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30355 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30356 cat >>confdefs.h <<_ACEOF
30357 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30358 _ACEOF
30359
30360 fi
30361
30362 done
30363
30364 fi
30365 fi
30366
30367
30368
30369 IODBC_C_SRC=""
30370
30371
30372 if test "$TOOLKIT" != "MSW" ; then
30373
30374 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
30375
30376 if test "${ac_cv_header_sql_h+set}" = set; then
30377 echo "$as_me:$LINENO: checking for sql.h" >&5
30378 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
30379 if test "${ac_cv_header_sql_h+set}" = set; then
30380 echo $ECHO_N "(cached) $ECHO_C" >&6
30381 fi
30382 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
30383 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
30384 else
30385 # Is the header compilable?
30386 echo "$as_me:$LINENO: checking sql.h usability" >&5
30387 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
30388 cat >conftest.$ac_ext <<_ACEOF
30389 /* confdefs.h. */
30390 _ACEOF
30391 cat confdefs.h >>conftest.$ac_ext
30392 cat >>conftest.$ac_ext <<_ACEOF
30393 /* end confdefs.h. */
30394 $ac_includes_default
30395 #include <sql.h>
30396 _ACEOF
30397 rm -f conftest.$ac_objext
30398 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30399 (eval $ac_compile) 2>conftest.er1
30400 ac_status=$?
30401 grep -v '^ *+' conftest.er1 >conftest.err
30402 rm -f conftest.er1
30403 cat conftest.err >&5
30404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30405 (exit $ac_status); } &&
30406 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30408 (eval $ac_try) 2>&5
30409 ac_status=$?
30410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30411 (exit $ac_status); }; } &&
30412 { ac_try='test -s conftest.$ac_objext'
30413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30414 (eval $ac_try) 2>&5
30415 ac_status=$?
30416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30417 (exit $ac_status); }; }; then
30418 ac_header_compiler=yes
30419 else
30420 echo "$as_me: failed program was:" >&5
30421 sed 's/^/| /' conftest.$ac_ext >&5
30422
30423 ac_header_compiler=no
30424 fi
30425 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30426 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30427 echo "${ECHO_T}$ac_header_compiler" >&6
30428
30429 # Is the header present?
30430 echo "$as_me:$LINENO: checking sql.h presence" >&5
30431 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
30432 cat >conftest.$ac_ext <<_ACEOF
30433 /* confdefs.h. */
30434 _ACEOF
30435 cat confdefs.h >>conftest.$ac_ext
30436 cat >>conftest.$ac_ext <<_ACEOF
30437 /* end confdefs.h. */
30438 #include <sql.h>
30439 _ACEOF
30440 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
30441 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
30442 ac_status=$?
30443 grep -v '^ *+' conftest.er1 >conftest.err
30444 rm -f conftest.er1
30445 cat conftest.err >&5
30446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30447 (exit $ac_status); } >/dev/null; then
30448 if test -s conftest.err; then
30449 ac_cpp_err=$ac_c_preproc_warn_flag
30450 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
30451 else
30452 ac_cpp_err=
30453 fi
30454 else
30455 ac_cpp_err=yes
30456 fi
30457 if test -z "$ac_cpp_err"; then
30458 ac_header_preproc=yes
30459 else
30460 echo "$as_me: failed program was:" >&5
30461 sed 's/^/| /' conftest.$ac_ext >&5
30462
30463 ac_header_preproc=no
30464 fi
30465 rm -f conftest.err conftest.$ac_ext
30466 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30467 echo "${ECHO_T}$ac_header_preproc" >&6
30468
30469 # So? What about this header?
30470 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30471 yes:no: )
30472 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
30473 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
30474 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
30475 echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
30476 ac_header_preproc=yes
30477 ;;
30478 no:yes:* )
30479 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
30480 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
30481 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
30482 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
30483 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
30484 echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
30485 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
30486 echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
30487 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
30488 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
30489 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
30490 echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
30491 (
30492 cat <<\_ASBOX
30493 ## ----------------------------------------- ##
30494 ## Report this to wx-dev@lists.wxwidgets.org ##
30495 ## ----------------------------------------- ##
30496 _ASBOX
30497 ) |
30498 sed "s/^/$as_me: WARNING: /" >&2
30499 ;;
30500 esac
30501 echo "$as_me:$LINENO: checking for sql.h" >&5
30502 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
30503 if test "${ac_cv_header_sql_h+set}" = set; then
30504 echo $ECHO_N "(cached) $ECHO_C" >&6
30505 else
30506 ac_cv_header_sql_h=$ac_header_preproc
30507 fi
30508 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
30509 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
30510
30511 fi
30512 if test $ac_cv_header_sql_h = yes; then
30513 found_sql_h=1
30514 fi
30515
30516
30517 if test "x$found_sql_h" = "x1" ; then
30518 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
30519 echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
30520 if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
30521 echo $ECHO_N "(cached) $ECHO_C" >&6
30522 else
30523 ac_check_lib_save_LIBS=$LIBS
30524 LIBS="-liodbc $LIBS"
30525 cat >conftest.$ac_ext <<_ACEOF
30526 /* confdefs.h. */
30527 _ACEOF
30528 cat confdefs.h >>conftest.$ac_ext
30529 cat >>conftest.$ac_ext <<_ACEOF
30530 /* end confdefs.h. */
30531
30532 /* Override any gcc2 internal prototype to avoid an error. */
30533 #ifdef __cplusplus
30534 extern "C"
30535 #endif
30536 /* We use char because int might match the return type of a gcc2
30537 builtin and then its argument prototype would still apply. */
30538 char SQLAllocEnv ();
30539 int
30540 main ()
30541 {
30542 SQLAllocEnv ();
30543 ;
30544 return 0;
30545 }
30546 _ACEOF
30547 rm -f conftest.$ac_objext conftest$ac_exeext
30548 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30549 (eval $ac_link) 2>conftest.er1
30550 ac_status=$?
30551 grep -v '^ *+' conftest.er1 >conftest.err
30552 rm -f conftest.er1
30553 cat conftest.err >&5
30554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30555 (exit $ac_status); } &&
30556 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30558 (eval $ac_try) 2>&5
30559 ac_status=$?
30560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30561 (exit $ac_status); }; } &&
30562 { ac_try='test -s conftest$ac_exeext'
30563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30564 (eval $ac_try) 2>&5
30565 ac_status=$?
30566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30567 (exit $ac_status); }; }; then
30568 ac_cv_lib_iodbc_SQLAllocEnv=yes
30569 else
30570 echo "$as_me: failed program was:" >&5
30571 sed 's/^/| /' conftest.$ac_ext >&5
30572
30573 ac_cv_lib_iodbc_SQLAllocEnv=no
30574 fi
30575 rm -f conftest.err conftest.$ac_objext \
30576 conftest$ac_exeext conftest.$ac_ext
30577 LIBS=$ac_check_lib_save_LIBS
30578 fi
30579 echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
30580 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
30581 if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
30582 ODBC_LINK=" -liodbc"
30583 else
30584
30585 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
30586 echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
30587 if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
30588 echo $ECHO_N "(cached) $ECHO_C" >&6
30589 else
30590 ac_check_lib_save_LIBS=$LIBS
30591 LIBS="-lunixodbc $LIBS"
30592 cat >conftest.$ac_ext <<_ACEOF
30593 /* confdefs.h. */
30594 _ACEOF
30595 cat confdefs.h >>conftest.$ac_ext
30596 cat >>conftest.$ac_ext <<_ACEOF
30597 /* end confdefs.h. */
30598
30599 /* Override any gcc2 internal prototype to avoid an error. */
30600 #ifdef __cplusplus
30601 extern "C"
30602 #endif
30603 /* We use char because int might match the return type of a gcc2
30604 builtin and then its argument prototype would still apply. */
30605 char SQLAllocEnv ();
30606 int
30607 main ()
30608 {
30609 SQLAllocEnv ();
30610 ;
30611 return 0;
30612 }
30613 _ACEOF
30614 rm -f conftest.$ac_objext conftest$ac_exeext
30615 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30616 (eval $ac_link) 2>conftest.er1
30617 ac_status=$?
30618 grep -v '^ *+' conftest.er1 >conftest.err
30619 rm -f conftest.er1
30620 cat conftest.err >&5
30621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30622 (exit $ac_status); } &&
30623 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30625 (eval $ac_try) 2>&5
30626 ac_status=$?
30627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30628 (exit $ac_status); }; } &&
30629 { ac_try='test -s conftest$ac_exeext'
30630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30631 (eval $ac_try) 2>&5
30632 ac_status=$?
30633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30634 (exit $ac_status); }; }; then
30635 ac_cv_lib_unixodbc_SQLAllocEnv=yes
30636 else
30637 echo "$as_me: failed program was:" >&5
30638 sed 's/^/| /' conftest.$ac_ext >&5
30639
30640 ac_cv_lib_unixodbc_SQLAllocEnv=no
30641 fi
30642 rm -f conftest.err conftest.$ac_objext \
30643 conftest$ac_exeext conftest.$ac_ext
30644 LIBS=$ac_check_lib_save_LIBS
30645 fi
30646 echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
30647 echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
30648 if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
30649 ODBC_LINK=" -lunixodbc"
30650 else
30651
30652 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
30653 echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
30654 if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
30655 echo $ECHO_N "(cached) $ECHO_C" >&6
30656 else
30657 ac_check_lib_save_LIBS=$LIBS
30658 LIBS="-lodbc $LIBS"
30659 cat >conftest.$ac_ext <<_ACEOF
30660 /* confdefs.h. */
30661 _ACEOF
30662 cat confdefs.h >>conftest.$ac_ext
30663 cat >>conftest.$ac_ext <<_ACEOF
30664 /* end confdefs.h. */
30665
30666 /* Override any gcc2 internal prototype to avoid an error. */
30667 #ifdef __cplusplus
30668 extern "C"
30669 #endif
30670 /* We use char because int might match the return type of a gcc2
30671 builtin and then its argument prototype would still apply. */
30672 char SQLAllocEnv ();
30673 int
30674 main ()
30675 {
30676 SQLAllocEnv ();
30677 ;
30678 return 0;
30679 }
30680 _ACEOF
30681 rm -f conftest.$ac_objext conftest$ac_exeext
30682 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30683 (eval $ac_link) 2>conftest.er1
30684 ac_status=$?
30685 grep -v '^ *+' conftest.er1 >conftest.err
30686 rm -f conftest.er1
30687 cat conftest.err >&5
30688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30689 (exit $ac_status); } &&
30690 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30692 (eval $ac_try) 2>&5
30693 ac_status=$?
30694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30695 (exit $ac_status); }; } &&
30696 { ac_try='test -s conftest$ac_exeext'
30697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30698 (eval $ac_try) 2>&5
30699 ac_status=$?
30700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30701 (exit $ac_status); }; }; then
30702 ac_cv_lib_odbc_SQLAllocEnv=yes
30703 else
30704 echo "$as_me: failed program was:" >&5
30705 sed 's/^/| /' conftest.$ac_ext >&5
30706
30707 ac_cv_lib_odbc_SQLAllocEnv=no
30708 fi
30709 rm -f conftest.err conftest.$ac_objext \
30710 conftest$ac_exeext conftest.$ac_ext
30711 LIBS=$ac_check_lib_save_LIBS
30712 fi
30713 echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
30714 echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
30715 if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
30716 ODBC_LINK=" -lodbc"
30717 fi
30718
30719
30720 fi
30721
30722
30723 fi
30724
30725 fi
30726 if test "x$ODBC_LINK" = "x" ; then
30727 if test "$wxUSE_ODBC" = "sys" ; then
30728 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
30729 echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
30730 { (exit 1); exit 1; }; }
30731 else
30732 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
30733 echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
30734 wxUSE_ODBC=builtin
30735 fi
30736 else
30737 wxUSE_ODBC=sys
30738 fi
30739 fi
30740
30741 if test "$wxUSE_ODBC" = "builtin" ; then
30742 cat >>confdefs.h <<\_ACEOF
30743 #define wxUSE_BUILTIN_IODBC 1
30744 _ACEOF
30745
30746 fi
30747 fi
30748
30749 if test "$wxUSE_ODBC" != "no" ; then
30750 cat >>confdefs.h <<\_ACEOF
30751 #define wxUSE_ODBC 1
30752 _ACEOF
30753
30754 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
30755
30756 WXODBCFLAG="-D_IODBC_"
30757 fi
30758
30759
30760 if test "$wxUSE_DISPLAY" = "yes"; then
30761 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
30762 echo "$as_me:$LINENO: checking for Xinerama" >&5
30763 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
30764
30765 ac_find_libraries=
30766 for ac_dir in $SEARCH_LIB;
30767 do
30768 for ac_extension in a so sl dylib dll.a; do
30769 if test -f "$ac_dir/libXinerama.$ac_extension"; then
30770 ac_find_libraries=$ac_dir
30771 break 2
30772 fi
30773 done
30774 done
30775
30776 if test "$ac_find_libraries" != "" ; then
30777
30778 if test "$ac_find_libraries" = "default location"; then
30779 ac_path_to_link=""
30780 else
30781 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
30782 result=$?
30783 if test $result = 0; then
30784 ac_path_to_link=""
30785 else
30786 ac_path_to_link=" -L$ac_find_libraries"
30787 fi
30788 fi
30789
30790 if test "$ac_path_to_link" != " -L/usr/lib" ; then
30791 LDFLAGS="$LDFLAGS $ac_path_to_link"
30792 fi
30793 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
30794 echo "$as_me:$LINENO: result: yes" >&5
30795 echo "${ECHO_T}yes" >&6
30796
30797 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
30798 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
30799
30800 ac_find_libraries=
30801 for ac_dir in $SEARCH_LIB;
30802 do
30803 for ac_extension in a so sl dylib dll.a; do
30804 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
30805 ac_find_libraries=$ac_dir
30806 break 2
30807 fi
30808 done
30809 done
30810
30811 if test "$ac_find_libraries" != "" ; then
30812 echo "$as_me:$LINENO: result: yes" >&5
30813 echo "${ECHO_T}yes" >&6
30814
30815 for ac_header in X11/extensions/xf86vmode.h
30816 do
30817 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30818 echo "$as_me:$LINENO: checking for $ac_header" >&5
30819 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30820 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30821 echo $ECHO_N "(cached) $ECHO_C" >&6
30822 else
30823 cat >conftest.$ac_ext <<_ACEOF
30824 /* confdefs.h. */
30825 _ACEOF
30826 cat confdefs.h >>conftest.$ac_ext
30827 cat >>conftest.$ac_ext <<_ACEOF
30828 /* end confdefs.h. */
30829
30830 #if HAVE_X11_XLIB_H
30831 #include <X11/Xlib.h>
30832 #endif
30833
30834
30835 #include <$ac_header>
30836 _ACEOF
30837 rm -f conftest.$ac_objext
30838 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30839 (eval $ac_compile) 2>conftest.er1
30840 ac_status=$?
30841 grep -v '^ *+' conftest.er1 >conftest.err
30842 rm -f conftest.er1
30843 cat conftest.err >&5
30844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30845 (exit $ac_status); } &&
30846 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30848 (eval $ac_try) 2>&5
30849 ac_status=$?
30850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30851 (exit $ac_status); }; } &&
30852 { ac_try='test -s conftest.$ac_objext'
30853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30854 (eval $ac_try) 2>&5
30855 ac_status=$?
30856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30857 (exit $ac_status); }; }; then
30858 eval "$as_ac_Header=yes"
30859 else
30860 echo "$as_me: failed program was:" >&5
30861 sed 's/^/| /' conftest.$ac_ext >&5
30862
30863 eval "$as_ac_Header=no"
30864 fi
30865 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30866 fi
30867 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30868 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30869 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30870 cat >>confdefs.h <<_ACEOF
30871 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30872 _ACEOF
30873
30874 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
30875
30876 fi
30877
30878 done
30879
30880 else
30881 echo "$as_me:$LINENO: result: no" >&5
30882 echo "${ECHO_T}no" >&6
30883 fi
30884
30885 else
30886 echo "$as_me:$LINENO: result: no" >&5
30887 echo "${ECHO_T}no" >&6
30888 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
30889 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
30890 wxUSE_DISPLAY="no"
30891 fi
30892 elif test "$wxUSE_MSW" = 1; then
30893
30894
30895 for ac_header in multimon.h ddraw.h
30896 do
30897 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30898 echo "$as_me:$LINENO: checking for $ac_header" >&5
30899 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30900 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30901 echo $ECHO_N "(cached) $ECHO_C" >&6
30902 else
30903 cat >conftest.$ac_ext <<_ACEOF
30904 /* confdefs.h. */
30905 _ACEOF
30906 cat confdefs.h >>conftest.$ac_ext
30907 cat >>conftest.$ac_ext <<_ACEOF
30908 /* end confdefs.h. */
30909 #include <windows.h>
30910
30911 #include <$ac_header>
30912 _ACEOF
30913 rm -f conftest.$ac_objext
30914 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30915 (eval $ac_compile) 2>conftest.er1
30916 ac_status=$?
30917 grep -v '^ *+' conftest.er1 >conftest.err
30918 rm -f conftest.er1
30919 cat conftest.err >&5
30920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30921 (exit $ac_status); } &&
30922 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
30928 { ac_try='test -s conftest.$ac_objext'
30929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30930 (eval $ac_try) 2>&5
30931 ac_status=$?
30932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30933 (exit $ac_status); }; }; then
30934 eval "$as_ac_Header=yes"
30935 else
30936 echo "$as_me: failed program was:" >&5
30937 sed 's/^/| /' conftest.$ac_ext >&5
30938
30939 eval "$as_ac_Header=no"
30940 fi
30941 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30942 fi
30943 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30944 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30945 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30946 cat >>confdefs.h <<_ACEOF
30947 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30948 _ACEOF
30949
30950 else
30951
30952 wxUSE_DISPLAY="no"
30953 { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5
30954 echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;}
30955
30956 fi
30957
30958 done
30959
30960 fi
30961 fi
30962
30963
30964 USE_OPENGL=0
30965 if test "$wxUSE_OPENGL" = "yes"; then
30966 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
30967 OPENGL_LIBS="-framework OpenGL -framework AGL"
30968 elif test "$wxUSE_MSW" = 1; then
30969 OPENGL_LIBS="-lopengl32 -lglu32"
30970 else
30971
30972
30973 ac_find_includes=
30974 for ac_dir in $SEARCH_INCLUDE /usr/include;
30975 do
30976 if test -f "$ac_dir/GL/gl.h"; then
30977 ac_find_includes=$ac_dir
30978 break
30979 fi
30980 done
30981
30982 if test "$ac_find_includes" != "" ; then
30983 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
30984 echo "${ECHO_T}found in $ac_find_includes" >&6
30985
30986 if test "x$ac_find_includes" = "x/usr/include"; then
30987 ac_path_to_include=""
30988 else
30989 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
30990 result=$?
30991 if test $result = 0; then
30992 ac_path_to_include=""
30993 else
30994 ac_path_to_include=" -I$ac_find_includes"
30995 fi
30996 fi
30997
30998 CPPFLAGS="$CPPFLAGS$ac_path_to_include"
30999 fi
31000
31001 if test "${ac_cv_header_GL_gl_h+set}" = set; then
31002 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
31003 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
31004 if test "${ac_cv_header_GL_gl_h+set}" = set; then
31005 echo $ECHO_N "(cached) $ECHO_C" >&6
31006 fi
31007 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
31008 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
31009 else
31010 # Is the header compilable?
31011 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
31012 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
31013 cat >conftest.$ac_ext <<_ACEOF
31014 /* confdefs.h. */
31015 _ACEOF
31016 cat confdefs.h >>conftest.$ac_ext
31017 cat >>conftest.$ac_ext <<_ACEOF
31018 /* end confdefs.h. */
31019 $ac_includes_default
31020 #include <GL/gl.h>
31021 _ACEOF
31022 rm -f conftest.$ac_objext
31023 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31024 (eval $ac_compile) 2>conftest.er1
31025 ac_status=$?
31026 grep -v '^ *+' conftest.er1 >conftest.err
31027 rm -f conftest.er1
31028 cat conftest.err >&5
31029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31030 (exit $ac_status); } &&
31031 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31033 (eval $ac_try) 2>&5
31034 ac_status=$?
31035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31036 (exit $ac_status); }; } &&
31037 { ac_try='test -s conftest.$ac_objext'
31038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31039 (eval $ac_try) 2>&5
31040 ac_status=$?
31041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31042 (exit $ac_status); }; }; then
31043 ac_header_compiler=yes
31044 else
31045 echo "$as_me: failed program was:" >&5
31046 sed 's/^/| /' conftest.$ac_ext >&5
31047
31048 ac_header_compiler=no
31049 fi
31050 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31051 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31052 echo "${ECHO_T}$ac_header_compiler" >&6
31053
31054 # Is the header present?
31055 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
31056 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
31057 cat >conftest.$ac_ext <<_ACEOF
31058 /* confdefs.h. */
31059 _ACEOF
31060 cat confdefs.h >>conftest.$ac_ext
31061 cat >>conftest.$ac_ext <<_ACEOF
31062 /* end confdefs.h. */
31063 #include <GL/gl.h>
31064 _ACEOF
31065 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
31066 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
31067 ac_status=$?
31068 grep -v '^ *+' conftest.er1 >conftest.err
31069 rm -f conftest.er1
31070 cat conftest.err >&5
31071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31072 (exit $ac_status); } >/dev/null; then
31073 if test -s conftest.err; then
31074 ac_cpp_err=$ac_c_preproc_warn_flag
31075 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
31076 else
31077 ac_cpp_err=
31078 fi
31079 else
31080 ac_cpp_err=yes
31081 fi
31082 if test -z "$ac_cpp_err"; then
31083 ac_header_preproc=yes
31084 else
31085 echo "$as_me: failed program was:" >&5
31086 sed 's/^/| /' conftest.$ac_ext >&5
31087
31088 ac_header_preproc=no
31089 fi
31090 rm -f conftest.err conftest.$ac_ext
31091 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31092 echo "${ECHO_T}$ac_header_preproc" >&6
31093
31094 # So? What about this header?
31095 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31096 yes:no: )
31097 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
31098 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
31099 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
31100 echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
31101 ac_header_preproc=yes
31102 ;;
31103 no:yes:* )
31104 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
31105 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
31106 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
31107 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
31108 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
31109 echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
31110 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
31111 echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
31112 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
31113 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
31114 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
31115 echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
31116 (
31117 cat <<\_ASBOX
31118 ## ----------------------------------------- ##
31119 ## Report this to wx-dev@lists.wxwidgets.org ##
31120 ## ----------------------------------------- ##
31121 _ASBOX
31122 ) |
31123 sed "s/^/$as_me: WARNING: /" >&2
31124 ;;
31125 esac
31126 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
31127 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
31128 if test "${ac_cv_header_GL_gl_h+set}" = set; then
31129 echo $ECHO_N "(cached) $ECHO_C" >&6
31130 else
31131 ac_cv_header_GL_gl_h=$ac_header_preproc
31132 fi
31133 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
31134 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
31135
31136 fi
31137 if test $ac_cv_header_GL_gl_h = yes; then
31138
31139 found_gl=0
31140
31141 echo "$as_me:$LINENO: checking for -lGL" >&5
31142 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
31143
31144 ac_find_libraries=
31145 for ac_dir in $SEARCH_LIB;
31146 do
31147 for ac_extension in a so sl dylib dll.a; do
31148 if test -f "$ac_dir/libGL.$ac_extension"; then
31149 ac_find_libraries=$ac_dir
31150 break 2
31151 fi
31152 done
31153 done
31154
31155 if test "$ac_find_libraries" != "" ; then
31156 echo "$as_me:$LINENO: result: yes" >&5
31157 echo "${ECHO_T}yes" >&6
31158
31159
31160 if test "$ac_find_libraries" = "default location"; then
31161 ac_path_to_link=""
31162 else
31163 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
31164 result=$?
31165 if test $result = 0; then
31166 ac_path_to_link=""
31167 else
31168 ac_path_to_link=" -L$ac_find_libraries"
31169 fi
31170 fi
31171
31172 if test "$ac_path_to_link" != " -L/usr/lib" ; then
31173 LDFLAGS_GL="$ac_path_to_link"
31174 fi
31175
31176 echo "$as_me:$LINENO: checking for -lGLU" >&5
31177 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6
31178
31179 ac_find_libraries=
31180 for ac_dir in $SEARCH_LIB;
31181 do
31182 for ac_extension in a so sl dylib dll.a; do
31183 if test -f "$ac_dir/libGLU.$ac_extension"; then
31184 ac_find_libraries=$ac_dir
31185 break 2
31186 fi
31187 done
31188 done
31189
31190 if test "$ac_find_libraries" != "" ; then
31191
31192 if test "$ac_find_libraries" = "default location"; then
31193 ac_path_to_link=""
31194 else
31195 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
31196 result=$?
31197 if test $result = 0; then
31198 ac_path_to_link=""
31199 else
31200 ac_path_to_link=" -L$ac_find_libraries"
31201 fi
31202 fi
31203
31204 if test "$ac_path_to_link" != " -L/usr/lib" -a \
31205 "$ac_path_to_link" != "$LDFLAGS_GL"; then
31206 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
31207 fi
31208
31209 found_gl=1
31210 OPENGL_LIBS="-lGL -lGLU"
31211 echo "$as_me:$LINENO: result: yes" >&5
31212 echo "${ECHO_T}yes" >&6
31213 else
31214 echo "$as_me:$LINENO: result: no" >&5
31215 echo "${ECHO_T}no" >&6
31216 fi
31217 else
31218 echo "$as_me:$LINENO: result: no" >&5
31219 echo "${ECHO_T}no" >&6
31220 fi
31221
31222 if test "$found_gl" != 1; then
31223 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
31224 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
31225
31226 ac_find_libraries=
31227 for ac_dir in $SEARCH_LIB;
31228 do
31229 for ac_extension in a so sl dylib dll.a; do
31230 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
31231 ac_find_libraries=$ac_dir
31232 break 2
31233 fi
31234 done
31235 done
31236
31237 if test "$ac_find_libraries" != "" ; then
31238
31239 if test "$ac_find_libraries" = "default location"; then
31240 ac_path_to_link=""
31241 else
31242 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
31243 result=$?
31244 if test $result = 0; then
31245 ac_path_to_link=""
31246 else
31247 ac_path_to_link=" -L$ac_find_libraries"
31248 fi
31249 fi
31250
31251 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
31252 OPENGL_LIBS="-lMesaGL -lMesaGLU"
31253 echo "$as_me:$LINENO: result: yes" >&5
31254 echo "${ECHO_T}yes" >&6
31255 else
31256 echo "$as_me:$LINENO: result: no" >&5
31257 echo "${ECHO_T}no" >&6
31258 fi
31259 fi
31260
31261 fi
31262
31263
31264
31265 if test "x$OPENGL_LIBS" = "x"; then
31266 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
31267 echo "$as_me: error: OpenGL libraries not available" >&2;}
31268 { (exit 1); exit 1; }; }
31269 fi
31270 fi
31271
31272 if test "$wxUSE_OPENGL" = "yes"; then
31273 USE_OPENGL=1
31274 cat >>confdefs.h <<\_ACEOF
31275 #define wxUSE_OPENGL 1
31276 _ACEOF
31277
31278 cat >>confdefs.h <<\_ACEOF
31279 #define wxUSE_GLCANVAS 1
31280 _ACEOF
31281
31282 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
31283 fi
31284 fi
31285
31286
31287 if test -n "$TOOLKIT" ; then
31288 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
31289 fi
31290
31291
31292
31293 if test "$wxUSE_SHARED" = "yes"; then
31294 case "${host}" in
31295 *-pc-msdosdjgpp )
31296 wxUSE_SHARED=no
31297 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
31298 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
31299 ;;
31300 esac
31301 fi
31302
31303 if test "$wxUSE_SHARED" = "yes"; then
31304
31305
31306 found_versioning=no
31307
31308
31309 if test $found_versioning = no ; then
31310 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
31311 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
31312 if test "${wx_cv_version_script+set}" = set; then
31313 echo $ECHO_N "(cached) $ECHO_C" >&6
31314 else
31315
31316 echo "VER_1 { *; };" >conftest.sym
31317 echo "int main() { return 0; }" >conftest.cpp
31318
31319 if { ac_try='
31320 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
31321 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
31322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31323 (eval $ac_try) 2>&5
31324 ac_status=$?
31325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31326 (exit $ac_status); }; } ; then
31327 if test -s conftest.stderr ; then
31328 wx_cv_version_script=no
31329 else
31330 wx_cv_version_script=yes
31331 fi
31332 else
31333 wx_cv_version_script=no
31334 fi
31335
31336 if test $wx_cv_version_script = yes
31337 then
31338 echo "struct B { virtual ~B() { } }; \
31339 struct D : public B { }; \
31340 void F() { D d; }" > conftest.cpp
31341
31342 if { ac_try='
31343 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
31344 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
31345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31346 (eval $ac_try) 2>&5
31347 ac_status=$?
31348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31349 (exit $ac_status); }; } &&
31350 { ac_try='
31351 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
31352 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
31353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31354 (eval $ac_try) 2>&5
31355 ac_status=$?
31356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31357 (exit $ac_status); }; }
31358 then
31359 if { ac_try='
31360 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
31361 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
31362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31363 (eval $ac_try) 2>&5
31364 ac_status=$?
31365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31366 (exit $ac_status); }; }
31367 then
31368 wx_cv_version_script=yes
31369 else
31370 wx_cv_version_script=no
31371 fi
31372 fi
31373 fi
31374
31375 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
31376 rm -f conftest1.output conftest2.output conftest3.output
31377
31378 fi
31379 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
31380 echo "${ECHO_T}$wx_cv_version_script" >&6
31381 if test $wx_cv_version_script = yes ; then
31382 LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script"
31383 fi
31384 fi
31385
31386
31387 case "${host}" in
31388 *-*-linux* | *-*-gnu* )
31389 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
31390 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
31391 ;;
31392
31393 *-*-solaris2* )
31394 if test "$GCC" = yes ; then
31395 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
31396
31397 saveLdflags="$LDFLAGS"
31398 LDFLAGS="$saveLdflags -Wl,-rpath,/"
31399 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
31400 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
31401 cat >conftest.$ac_ext <<_ACEOF
31402 /* confdefs.h. */
31403 _ACEOF
31404 cat confdefs.h >>conftest.$ac_ext
31405 cat >>conftest.$ac_ext <<_ACEOF
31406 /* end confdefs.h. */
31407
31408 int
31409 main ()
31410 {
31411
31412 ;
31413 return 0;
31414 }
31415 _ACEOF
31416 rm -f conftest.$ac_objext conftest$ac_exeext
31417 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31418 (eval $ac_link) 2>conftest.er1
31419 ac_status=$?
31420 grep -v '^ *+' conftest.er1 >conftest.err
31421 rm -f conftest.er1
31422 cat conftest.err >&5
31423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31424 (exit $ac_status); } &&
31425 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31427 (eval $ac_try) 2>&5
31428 ac_status=$?
31429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31430 (exit $ac_status); }; } &&
31431 { ac_try='test -s conftest$ac_exeext'
31432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31433 (eval $ac_try) 2>&5
31434 ac_status=$?
31435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31436 (exit $ac_status); }; }; then
31437
31438 echo "$as_me:$LINENO: result: yes" >&5
31439 echo "${ECHO_T}yes" >&6
31440 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
31441 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
31442
31443 else
31444 echo "$as_me: failed program was:" >&5
31445 sed 's/^/| /' conftest.$ac_ext >&5
31446
31447
31448 echo "$as_me:$LINENO: result: no" >&5
31449 echo "${ECHO_T}no" >&6
31450 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
31451 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
31452 LDFLAGS="$saveLdflags -Wl,-R,/"
31453 cat >conftest.$ac_ext <<_ACEOF
31454 /* confdefs.h. */
31455 _ACEOF
31456 cat confdefs.h >>conftest.$ac_ext
31457 cat >>conftest.$ac_ext <<_ACEOF
31458 /* end confdefs.h. */
31459
31460 int
31461 main ()
31462 {
31463
31464 ;
31465 return 0;
31466 }
31467 _ACEOF
31468 rm -f conftest.$ac_objext conftest$ac_exeext
31469 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31470 (eval $ac_link) 2>conftest.er1
31471 ac_status=$?
31472 grep -v '^ *+' conftest.er1 >conftest.err
31473 rm -f conftest.er1
31474 cat conftest.err >&5
31475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31476 (exit $ac_status); } &&
31477 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31479 (eval $ac_try) 2>&5
31480 ac_status=$?
31481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31482 (exit $ac_status); }; } &&
31483 { ac_try='test -s conftest$ac_exeext'
31484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31485 (eval $ac_try) 2>&5
31486 ac_status=$?
31487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31488 (exit $ac_status); }; }; then
31489
31490 echo "$as_me:$LINENO: result: yes" >&5
31491 echo "${ECHO_T}yes" >&6
31492 SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib"
31493 WXCONFIG_RPATH="-Wl,-R,\$libdir"
31494
31495 else
31496 echo "$as_me: failed program was:" >&5
31497 sed 's/^/| /' conftest.$ac_ext >&5
31498
31499
31500 echo "$as_me:$LINENO: result: no" >&5
31501 echo "${ECHO_T}no" >&6
31502
31503 fi
31504 rm -f conftest.err conftest.$ac_objext \
31505 conftest$ac_exeext conftest.$ac_ext
31506
31507 fi
31508 rm -f conftest.err conftest.$ac_objext \
31509 conftest$ac_exeext conftest.$ac_ext
31510 LDFLAGS="$saveLdflags"
31511 else
31512 SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib"
31513 WXCONFIG_RPATH="-R\$libdir"
31514 fi
31515 ;;
31516
31517 *-*-darwin* )
31518 install_name_tool=`which install_name_tool`
31519 if test "$install_name_tool" -a -x "$install_name_tool"; then
31520 SAMPLES_RPATH_POSTLINK="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
31521 cat <<EOF >change-install-names
31522 #!/bin/sh
31523 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
31524 inst_cmd="install_name_tool "
31525 for i in \${libnames} ; do
31526 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
31527 done
31528 \${inst_cmd} \${3}
31529 EOF
31530 chmod +x change-install-names
31531 fi
31532 ;;
31533
31534 *-*-cygwin* | *-*-mingw32* )
31535 TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
31536 ;;
31537
31538 *-*-hpux* )
31539 SAMPLES_RPATH_FLAG="-Wl,+b,\$(top_builddir)lib"
31540 WXCONFIG_RPATH="-Wl,+b,\$libdir"
31541 ;;
31542
31543 esac
31544
31545 if test $wxUSE_RPATH = "no"; then
31546 SAMPLES_RPATH_FLAG=''
31547 SAMPLES_RPATH_POSTLINK=''
31548 WXCONFIG_RPATH=''
31549 fi
31550
31551 SHARED=1
31552
31553 else
31554
31555 config_linkage_component="-static"
31556 SHARED=0
31557
31558 fi
31559
31560
31561 UNICODE=0
31562 lib_unicode_suffix=
31563 WX_CHARTYPE="ansi"
31564 if test "$wxUSE_UNICODE" = "yes"; then
31565 lib_unicode_suffix=u
31566 WX_CHARTYPE="unicode"
31567 UNICODE=1
31568 fi
31569
31570 lib_debug_suffix=
31571 WX_DEBUGTYPE="release"
31572 DEBUG_FLAG=0
31573 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
31574 lib_debug_suffix=d
31575 WX_DEBUGTYPE="debug"
31576 DEBUG_FLAG=1
31577 fi
31578
31579 WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
31580 WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
31581
31582 DEBUG_INFO=0
31583 if test "$wxUSE_DEBUG_INFO" = "yes"; then
31584 DEBUG_INFO=1
31585 fi
31586
31587 WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
31588
31589 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
31590
31591 TOOLCHAIN_FULLNAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
31592
31593 if test "$cross_compiling" = "yes"; then
31594 HOST_SUFFIX="-$host_alias"
31595 TOOLCHAIN_NAME="$TOOLCHAIN_NAME$HOST_SUFFIX"
31596 TOOLCHAIN_FULLNAME="${host_alias}-$TOOLCHAIN_FULLNAME"
31597 fi
31598
31599 WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
31600 if test "${TOOLKIT_DIR}" = "os2"; then
31601 WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
31602 else
31603 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
31604 fi
31605
31606
31607
31608 if test "$wxUSE_COCOA" = 1; then
31609
31610
31611 ac_ext=c
31612 ac_cpp='$CPP $CPPFLAGS'
31613 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31614 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31615 ac_compiler_gnu=$ac_cv_c_compiler_gnu
31616
31617 ac_ext=m
31618
31619 echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
31620 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6
31621 cat >conftest.$ac_ext <<_ACEOF
31622 /* confdefs.h. */
31623 _ACEOF
31624 cat confdefs.h >>conftest.$ac_ext
31625 cat >>conftest.$ac_ext <<_ACEOF
31626 /* end confdefs.h. */
31627 #include <AppKit/NSEvent.h>
31628 #include <CoreFoundation/CoreFoundation.h>
31629
31630 int
31631 main ()
31632 {
31633
31634 ;
31635 return 0;
31636 }
31637 _ACEOF
31638 rm -f conftest.$ac_objext
31639 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31640 (eval $ac_compile) 2>conftest.er1
31641 ac_status=$?
31642 grep -v '^ *+' conftest.er1 >conftest.err
31643 rm -f conftest.er1
31644 cat conftest.err >&5
31645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31646 (exit $ac_status); } &&
31647 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31649 (eval $ac_try) 2>&5
31650 ac_status=$?
31651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31652 (exit $ac_status); }; } &&
31653 { ac_try='test -s conftest.$ac_objext'
31654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31655 (eval $ac_try) 2>&5
31656 ac_status=$?
31657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31658 (exit $ac_status); }; }; then
31659 echo "$as_me:$LINENO: result: no" >&5
31660 echo "${ECHO_T}no" >&6
31661 else
31662 echo "$as_me: failed program was:" >&5
31663 sed 's/^/| /' conftest.$ac_ext >&5
31664
31665 echo "$as_me:$LINENO: result: yes" >&5
31666 echo "${ECHO_T}yes" >&6
31667 echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
31668 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6
31669 cat >conftest.$ac_ext <<_ACEOF
31670 /* confdefs.h. */
31671 _ACEOF
31672 cat confdefs.h >>conftest.$ac_ext
31673 cat >>conftest.$ac_ext <<_ACEOF
31674 /* end confdefs.h. */
31675 #define __Point__ 1
31676 #include <AppKit/NSEvent.h>
31677 #include <CoreFoundation/CoreFoundation.h>
31678
31679 int
31680 main ()
31681 {
31682
31683 ;
31684 return 0;
31685 }
31686 _ACEOF
31687 rm -f conftest.$ac_objext
31688 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31689 (eval $ac_compile) 2>conftest.er1
31690 ac_status=$?
31691 grep -v '^ *+' conftest.er1 >conftest.err
31692 rm -f conftest.er1
31693 cat conftest.err >&5
31694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31695 (exit $ac_status); } &&
31696 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31698 (eval $ac_try) 2>&5
31699 ac_status=$?
31700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31701 (exit $ac_status); }; } &&
31702 { ac_try='test -s conftest.$ac_objext'
31703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31704 (eval $ac_try) 2>&5
31705 ac_status=$?
31706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31707 (exit $ac_status); }; }; then
31708 echo "$as_me:$LINENO: result: yes" >&5
31709 echo "${ECHO_T}yes" >&6
31710 cat >>confdefs.h <<\_ACEOF
31711 #define __Point__ 1
31712 _ACEOF
31713
31714
31715 else
31716 echo "$as_me: failed program was:" >&5
31717 sed 's/^/| /' conftest.$ac_ext >&5
31718
31719 { { echo "$as_me:$LINENO: error: no
31720 See \`config.log' for more details." >&5
31721 echo "$as_me: error: no
31722 See \`config.log' for more details." >&2;}
31723 { (exit 1); exit 1; }; }
31724
31725 fi
31726 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31727
31728 fi
31729 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31730 ac_ext=c
31731 ac_cpp='$CPP $CPPFLAGS'
31732 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31733 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31734 ac_compiler_gnu=$ac_cv_c_compiler_gnu
31735
31736 fi
31737
31738 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
31739 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
31740 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
31741
31742 LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
31743
31744 # Extract the first word of "Rez", so it can be a program name with args.
31745 set dummy Rez; ac_word=$2
31746 echo "$as_me:$LINENO: checking for $ac_word" >&5
31747 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31748 if test "${ac_cv_prog_RESCOMP+set}" = set; then
31749 echo $ECHO_N "(cached) $ECHO_C" >&6
31750 else
31751 if test -n "$RESCOMP"; then
31752 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
31753 else
31754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31755 for as_dir in $PATH
31756 do
31757 IFS=$as_save_IFS
31758 test -z "$as_dir" && as_dir=.
31759 for ac_exec_ext in '' $ac_executable_extensions; do
31760 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31761 ac_cv_prog_RESCOMP="Rez"
31762 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31763 break 2
31764 fi
31765 done
31766 done
31767
31768 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
31769 fi
31770 fi
31771 RESCOMP=$ac_cv_prog_RESCOMP
31772 if test -n "$RESCOMP"; then
31773 echo "$as_me:$LINENO: result: $RESCOMP" >&5
31774 echo "${ECHO_T}$RESCOMP" >&6
31775 else
31776 echo "$as_me:$LINENO: result: no" >&5
31777 echo "${ECHO_T}no" >&6
31778 fi
31779
31780 # Extract the first word of "DeRez", so it can be a program name with args.
31781 set dummy DeRez; ac_word=$2
31782 echo "$as_me:$LINENO: checking for $ac_word" >&5
31783 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31784 if test "${ac_cv_prog_DEREZ+set}" = set; then
31785 echo $ECHO_N "(cached) $ECHO_C" >&6
31786 else
31787 if test -n "$DEREZ"; then
31788 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
31789 else
31790 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31791 for as_dir in $PATH
31792 do
31793 IFS=$as_save_IFS
31794 test -z "$as_dir" && as_dir=.
31795 for ac_exec_ext in '' $ac_executable_extensions; do
31796 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31797 ac_cv_prog_DEREZ="DeRez"
31798 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31799 break 2
31800 fi
31801 done
31802 done
31803
31804 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
31805 fi
31806 fi
31807 DEREZ=$ac_cv_prog_DEREZ
31808 if test -n "$DEREZ"; then
31809 echo "$as_me:$LINENO: result: $DEREZ" >&5
31810 echo "${ECHO_T}$DEREZ" >&6
31811 else
31812 echo "$as_me:$LINENO: result: no" >&5
31813 echo "${ECHO_T}no" >&6
31814 fi
31815
31816 # Extract the first word of "SetFile", so it can be a program name with args.
31817 set dummy SetFile; ac_word=$2
31818 echo "$as_me:$LINENO: checking for $ac_word" >&5
31819 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31820 if test "${ac_cv_prog_SETFILE+set}" = set; then
31821 echo $ECHO_N "(cached) $ECHO_C" >&6
31822 else
31823 if test -n "$SETFILE"; then
31824 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
31825 else
31826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31827 for as_dir in $PATH
31828 do
31829 IFS=$as_save_IFS
31830 test -z "$as_dir" && as_dir=.
31831 for ac_exec_ext in '' $ac_executable_extensions; do
31832 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31833 ac_cv_prog_SETFILE="SetFile"
31834 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31835 break 2
31836 fi
31837 done
31838 done
31839
31840 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
31841 fi
31842 fi
31843 SETFILE=$ac_cv_prog_SETFILE
31844 if test -n "$SETFILE"; then
31845 echo "$as_me:$LINENO: result: $SETFILE" >&5
31846 echo "${ECHO_T}$SETFILE" >&6
31847 else
31848 echo "$as_me:$LINENO: result: no" >&5
31849 echo "${ECHO_T}no" >&6
31850 fi
31851
31852
31853 MACSETFILE="\$(SETFILE)"
31854
31855 if test "$wxUSE_MAC" = 1; then
31856 MACRESCOMP="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r -o"
31857
31858 MACRESWXCONFIG="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r -o"
31859 else
31860 MACRESCOMP="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
31861 MACRESWXCONFIG="echo -n \\\| ${RESCOMP} -d __DARWIN__ -t APPL \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
31862 fi
31863 else
31864 MACSETFILE="@true"
31865 MACRESWXCONFIG="@true"
31866
31867 if test "$wxUSE_PM" = 1; then
31868 MACRESCOMP="emxbind -ep"
31869 else
31870 MACRESCOMP="@true"
31871 fi
31872 fi
31873
31874
31875
31876 echo "$as_me:$LINENO: checking for mode_t" >&5
31877 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
31878 if test "${ac_cv_type_mode_t+set}" = set; then
31879 echo $ECHO_N "(cached) $ECHO_C" >&6
31880 else
31881 cat >conftest.$ac_ext <<_ACEOF
31882 /* confdefs.h. */
31883 _ACEOF
31884 cat confdefs.h >>conftest.$ac_ext
31885 cat >>conftest.$ac_ext <<_ACEOF
31886 /* end confdefs.h. */
31887 $ac_includes_default
31888 int
31889 main ()
31890 {
31891 if ((mode_t *) 0)
31892 return 0;
31893 if (sizeof (mode_t))
31894 return 0;
31895 ;
31896 return 0;
31897 }
31898 _ACEOF
31899 rm -f conftest.$ac_objext
31900 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31901 (eval $ac_compile) 2>conftest.er1
31902 ac_status=$?
31903 grep -v '^ *+' conftest.er1 >conftest.err
31904 rm -f conftest.er1
31905 cat conftest.err >&5
31906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31907 (exit $ac_status); } &&
31908 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31910 (eval $ac_try) 2>&5
31911 ac_status=$?
31912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31913 (exit $ac_status); }; } &&
31914 { ac_try='test -s conftest.$ac_objext'
31915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31916 (eval $ac_try) 2>&5
31917 ac_status=$?
31918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31919 (exit $ac_status); }; }; then
31920 ac_cv_type_mode_t=yes
31921 else
31922 echo "$as_me: failed program was:" >&5
31923 sed 's/^/| /' conftest.$ac_ext >&5
31924
31925 ac_cv_type_mode_t=no
31926 fi
31927 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31928 fi
31929 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
31930 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
31931 if test $ac_cv_type_mode_t = yes; then
31932 :
31933 else
31934
31935 cat >>confdefs.h <<_ACEOF
31936 #define mode_t int
31937 _ACEOF
31938
31939 fi
31940
31941 echo "$as_me:$LINENO: checking for off_t" >&5
31942 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
31943 if test "${ac_cv_type_off_t+set}" = set; then
31944 echo $ECHO_N "(cached) $ECHO_C" >&6
31945 else
31946 cat >conftest.$ac_ext <<_ACEOF
31947 /* confdefs.h. */
31948 _ACEOF
31949 cat confdefs.h >>conftest.$ac_ext
31950 cat >>conftest.$ac_ext <<_ACEOF
31951 /* end confdefs.h. */
31952 $ac_includes_default
31953 int
31954 main ()
31955 {
31956 if ((off_t *) 0)
31957 return 0;
31958 if (sizeof (off_t))
31959 return 0;
31960 ;
31961 return 0;
31962 }
31963 _ACEOF
31964 rm -f conftest.$ac_objext
31965 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31966 (eval $ac_compile) 2>conftest.er1
31967 ac_status=$?
31968 grep -v '^ *+' conftest.er1 >conftest.err
31969 rm -f conftest.er1
31970 cat conftest.err >&5
31971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31972 (exit $ac_status); } &&
31973 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31975 (eval $ac_try) 2>&5
31976 ac_status=$?
31977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31978 (exit $ac_status); }; } &&
31979 { ac_try='test -s conftest.$ac_objext'
31980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31981 (eval $ac_try) 2>&5
31982 ac_status=$?
31983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31984 (exit $ac_status); }; }; then
31985 ac_cv_type_off_t=yes
31986 else
31987 echo "$as_me: failed program was:" >&5
31988 sed 's/^/| /' conftest.$ac_ext >&5
31989
31990 ac_cv_type_off_t=no
31991 fi
31992 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31993 fi
31994 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
31995 echo "${ECHO_T}$ac_cv_type_off_t" >&6
31996 if test $ac_cv_type_off_t = yes; then
31997 :
31998 else
31999
32000 cat >>confdefs.h <<_ACEOF
32001 #define off_t long
32002 _ACEOF
32003
32004 fi
32005
32006 echo "$as_me:$LINENO: checking for pid_t" >&5
32007 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
32008 if test "${ac_cv_type_pid_t+set}" = set; then
32009 echo $ECHO_N "(cached) $ECHO_C" >&6
32010 else
32011 cat >conftest.$ac_ext <<_ACEOF
32012 /* confdefs.h. */
32013 _ACEOF
32014 cat confdefs.h >>conftest.$ac_ext
32015 cat >>conftest.$ac_ext <<_ACEOF
32016 /* end confdefs.h. */
32017 $ac_includes_default
32018 int
32019 main ()
32020 {
32021 if ((pid_t *) 0)
32022 return 0;
32023 if (sizeof (pid_t))
32024 return 0;
32025 ;
32026 return 0;
32027 }
32028 _ACEOF
32029 rm -f conftest.$ac_objext
32030 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32031 (eval $ac_compile) 2>conftest.er1
32032 ac_status=$?
32033 grep -v '^ *+' conftest.er1 >conftest.err
32034 rm -f conftest.er1
32035 cat conftest.err >&5
32036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32037 (exit $ac_status); } &&
32038 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32040 (eval $ac_try) 2>&5
32041 ac_status=$?
32042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32043 (exit $ac_status); }; } &&
32044 { ac_try='test -s conftest.$ac_objext'
32045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32046 (eval $ac_try) 2>&5
32047 ac_status=$?
32048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32049 (exit $ac_status); }; }; then
32050 ac_cv_type_pid_t=yes
32051 else
32052 echo "$as_me: failed program was:" >&5
32053 sed 's/^/| /' conftest.$ac_ext >&5
32054
32055 ac_cv_type_pid_t=no
32056 fi
32057 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32058 fi
32059 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
32060 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
32061 if test $ac_cv_type_pid_t = yes; then
32062 :
32063 else
32064
32065 cat >>confdefs.h <<_ACEOF
32066 #define pid_t int
32067 _ACEOF
32068
32069 fi
32070
32071 echo "$as_me:$LINENO: checking for size_t" >&5
32072 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
32073 if test "${ac_cv_type_size_t+set}" = set; then
32074 echo $ECHO_N "(cached) $ECHO_C" >&6
32075 else
32076 cat >conftest.$ac_ext <<_ACEOF
32077 /* confdefs.h. */
32078 _ACEOF
32079 cat confdefs.h >>conftest.$ac_ext
32080 cat >>conftest.$ac_ext <<_ACEOF
32081 /* end confdefs.h. */
32082 $ac_includes_default
32083 int
32084 main ()
32085 {
32086 if ((size_t *) 0)
32087 return 0;
32088 if (sizeof (size_t))
32089 return 0;
32090 ;
32091 return 0;
32092 }
32093 _ACEOF
32094 rm -f conftest.$ac_objext
32095 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32096 (eval $ac_compile) 2>conftest.er1
32097 ac_status=$?
32098 grep -v '^ *+' conftest.er1 >conftest.err
32099 rm -f conftest.er1
32100 cat conftest.err >&5
32101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32102 (exit $ac_status); } &&
32103 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32105 (eval $ac_try) 2>&5
32106 ac_status=$?
32107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32108 (exit $ac_status); }; } &&
32109 { ac_try='test -s conftest.$ac_objext'
32110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32111 (eval $ac_try) 2>&5
32112 ac_status=$?
32113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32114 (exit $ac_status); }; }; then
32115 ac_cv_type_size_t=yes
32116 else
32117 echo "$as_me: failed program was:" >&5
32118 sed 's/^/| /' conftest.$ac_ext >&5
32119
32120 ac_cv_type_size_t=no
32121 fi
32122 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32123 fi
32124 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
32125 echo "${ECHO_T}$ac_cv_type_size_t" >&6
32126 if test $ac_cv_type_size_t = yes; then
32127 :
32128 else
32129
32130 cat >>confdefs.h <<_ACEOF
32131 #define size_t unsigned
32132 _ACEOF
32133
32134 fi
32135
32136 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
32137 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
32138 if test "${ac_cv_type_uid_t+set}" = set; then
32139 echo $ECHO_N "(cached) $ECHO_C" >&6
32140 else
32141 cat >conftest.$ac_ext <<_ACEOF
32142 /* confdefs.h. */
32143 _ACEOF
32144 cat confdefs.h >>conftest.$ac_ext
32145 cat >>conftest.$ac_ext <<_ACEOF
32146 /* end confdefs.h. */
32147 #include <sys/types.h>
32148
32149 _ACEOF
32150 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
32151 $EGREP "uid_t" >/dev/null 2>&1; then
32152 ac_cv_type_uid_t=yes
32153 else
32154 ac_cv_type_uid_t=no
32155 fi
32156 rm -f conftest*
32157
32158 fi
32159 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
32160 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
32161 if test $ac_cv_type_uid_t = no; then
32162
32163 cat >>confdefs.h <<\_ACEOF
32164 #define uid_t int
32165 _ACEOF
32166
32167
32168 cat >>confdefs.h <<\_ACEOF
32169 #define gid_t int
32170 _ACEOF
32171
32172 fi
32173
32174
32175 echo "$as_me:$LINENO: checking for ssize_t" >&5
32176 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
32177 if test "${ac_cv_type_ssize_t+set}" = set; then
32178 echo $ECHO_N "(cached) $ECHO_C" >&6
32179 else
32180 cat >conftest.$ac_ext <<_ACEOF
32181 /* confdefs.h. */
32182 _ACEOF
32183 cat confdefs.h >>conftest.$ac_ext
32184 cat >>conftest.$ac_ext <<_ACEOF
32185 /* end confdefs.h. */
32186 $ac_includes_default
32187 int
32188 main ()
32189 {
32190 if ((ssize_t *) 0)
32191 return 0;
32192 if (sizeof (ssize_t))
32193 return 0;
32194 ;
32195 return 0;
32196 }
32197 _ACEOF
32198 rm -f conftest.$ac_objext
32199 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32200 (eval $ac_compile) 2>conftest.er1
32201 ac_status=$?
32202 grep -v '^ *+' conftest.er1 >conftest.err
32203 rm -f conftest.er1
32204 cat conftest.err >&5
32205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32206 (exit $ac_status); } &&
32207 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32209 (eval $ac_try) 2>&5
32210 ac_status=$?
32211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32212 (exit $ac_status); }; } &&
32213 { ac_try='test -s conftest.$ac_objext'
32214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32215 (eval $ac_try) 2>&5
32216 ac_status=$?
32217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32218 (exit $ac_status); }; }; then
32219 ac_cv_type_ssize_t=yes
32220 else
32221 echo "$as_me: failed program was:" >&5
32222 sed 's/^/| /' conftest.$ac_ext >&5
32223
32224 ac_cv_type_ssize_t=no
32225 fi
32226 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32227 fi
32228 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
32229 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
32230 if test $ac_cv_type_ssize_t = yes; then
32231
32232 cat >>confdefs.h <<_ACEOF
32233 #define HAVE_SSIZE_T 1
32234 _ACEOF
32235
32236
32237 fi
32238
32239
32240
32241
32242 ac_ext=cc
32243 ac_cpp='$CXXCPP $CPPFLAGS'
32244 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32245 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32246 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32247
32248 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
32249 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
32250 if test "${wx_cv_size_t_is_uint+set}" = set; then
32251 echo $ECHO_N "(cached) $ECHO_C" >&6
32252 else
32253
32254 cat >conftest.$ac_ext <<_ACEOF
32255 /* confdefs.h. */
32256 _ACEOF
32257 cat confdefs.h >>conftest.$ac_ext
32258 cat >>conftest.$ac_ext <<_ACEOF
32259 /* end confdefs.h. */
32260 #include <stddef.h>
32261 int
32262 main ()
32263 {
32264
32265 return 0; }
32266
32267 struct Foo { void foo(size_t); void foo(unsigned int); };
32268
32269 int bar() {
32270
32271 ;
32272 return 0;
32273 }
32274 _ACEOF
32275 rm -f conftest.$ac_objext
32276 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32277 (eval $ac_compile) 2>conftest.er1
32278 ac_status=$?
32279 grep -v '^ *+' conftest.er1 >conftest.err
32280 rm -f conftest.er1
32281 cat conftest.err >&5
32282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32283 (exit $ac_status); } &&
32284 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32286 (eval $ac_try) 2>&5
32287 ac_status=$?
32288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32289 (exit $ac_status); }; } &&
32290 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
32296 wx_cv_size_t_is_uint=no
32297 else
32298 echo "$as_me: failed program was:" >&5
32299 sed 's/^/| /' conftest.$ac_ext >&5
32300
32301 wx_cv_size_t_is_uint=yes
32302
32303 fi
32304 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32305
32306
32307 fi
32308 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
32309 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
32310
32311 if test "$wx_cv_size_t_is_uint" = "yes"; then
32312 cat >>confdefs.h <<\_ACEOF
32313 #define wxSIZE_T_IS_UINT 1
32314 _ACEOF
32315
32316 else
32317 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
32318 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
32319 if test "${wx_cv_size_t_is_ulong+set}" = set; then
32320 echo $ECHO_N "(cached) $ECHO_C" >&6
32321 else
32322 cat >conftest.$ac_ext <<_ACEOF
32323 /* confdefs.h. */
32324 _ACEOF
32325 cat confdefs.h >>conftest.$ac_ext
32326 cat >>conftest.$ac_ext <<_ACEOF
32327 /* end confdefs.h. */
32328 #include <stddef.h>
32329 int
32330 main ()
32331 {
32332
32333 return 0; }
32334
32335 struct Foo { void foo(size_t); void foo(unsigned long); };
32336
32337 int bar() {
32338
32339 ;
32340 return 0;
32341 }
32342 _ACEOF
32343 rm -f conftest.$ac_objext
32344 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32345 (eval $ac_compile) 2>conftest.er1
32346 ac_status=$?
32347 grep -v '^ *+' conftest.er1 >conftest.err
32348 rm -f conftest.er1
32349 cat conftest.err >&5
32350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32351 (exit $ac_status); } &&
32352 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32354 (eval $ac_try) 2>&5
32355 ac_status=$?
32356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32357 (exit $ac_status); }; } &&
32358 { ac_try='test -s conftest.$ac_objext'
32359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32360 (eval $ac_try) 2>&5
32361 ac_status=$?
32362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32363 (exit $ac_status); }; }; then
32364 wx_cv_size_t_is_ulong=no
32365 else
32366 echo "$as_me: failed program was:" >&5
32367 sed 's/^/| /' conftest.$ac_ext >&5
32368
32369 wx_cv_size_t_is_ulong=yes
32370
32371 fi
32372 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32373
32374 fi
32375 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
32376 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
32377
32378 if test "$wx_cv_size_t_is_ulong" = "yes"; then
32379 cat >>confdefs.h <<\_ACEOF
32380 #define wxSIZE_T_IS_ULONG 1
32381 _ACEOF
32382
32383 fi
32384 fi
32385
32386 ac_ext=c
32387 ac_cpp='$CPP $CPPFLAGS'
32388 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32389 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32390 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32391
32392
32393
32394 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
32395 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
32396 if test "${wx_cv_struct_pw_gecos+set}" = set; then
32397 echo $ECHO_N "(cached) $ECHO_C" >&6
32398 else
32399
32400 cat >conftest.$ac_ext <<_ACEOF
32401 /* confdefs.h. */
32402 _ACEOF
32403 cat confdefs.h >>conftest.$ac_ext
32404 cat >>conftest.$ac_ext <<_ACEOF
32405 /* end confdefs.h. */
32406 #include <pwd.h>
32407 int
32408 main ()
32409 {
32410
32411 char *p;
32412 struct passwd *pw;
32413 p = pw->pw_gecos;
32414
32415 ;
32416 return 0;
32417 }
32418 _ACEOF
32419 rm -f conftest.$ac_objext
32420 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32421 (eval $ac_compile) 2>conftest.er1
32422 ac_status=$?
32423 grep -v '^ *+' conftest.er1 >conftest.err
32424 rm -f conftest.er1
32425 cat conftest.err >&5
32426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32427 (exit $ac_status); } &&
32428 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32430 (eval $ac_try) 2>&5
32431 ac_status=$?
32432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32433 (exit $ac_status); }; } &&
32434 { ac_try='test -s conftest.$ac_objext'
32435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32436 (eval $ac_try) 2>&5
32437 ac_status=$?
32438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32439 (exit $ac_status); }; }; then
32440
32441 wx_cv_struct_pw_gecos=yes
32442
32443 else
32444 echo "$as_me: failed program was:" >&5
32445 sed 's/^/| /' conftest.$ac_ext >&5
32446
32447
32448 wx_cv_struct_pw_gecos=no
32449
32450
32451 fi
32452 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32453
32454
32455 fi
32456 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
32457 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
32458
32459 if test "$wx_cv_struct_pw_gecos" = "yes"; then
32460 cat >>confdefs.h <<\_ACEOF
32461 #define HAVE_PW_GECOS 1
32462 _ACEOF
32463
32464 fi
32465
32466
32467 if test "$wxUSE_WCHAR_T" = "yes"; then
32468 cat >>confdefs.h <<\_ACEOF
32469 #define wxUSE_WCHAR_T 1
32470 _ACEOF
32471
32472
32473 WCSLEN_FOUND=0
32474 WCHAR_LINK=
32475
32476 for ac_func in wcslen
32477 do
32478 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32479 echo "$as_me:$LINENO: checking for $ac_func" >&5
32480 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32481 if eval "test \"\${$as_ac_var+set}\" = set"; then
32482 echo $ECHO_N "(cached) $ECHO_C" >&6
32483 else
32484 cat >conftest.$ac_ext <<_ACEOF
32485 /* confdefs.h. */
32486 _ACEOF
32487 cat confdefs.h >>conftest.$ac_ext
32488 cat >>conftest.$ac_ext <<_ACEOF
32489 /* end confdefs.h. */
32490 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32491 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32492 #define $ac_func innocuous_$ac_func
32493
32494 /* System header to define __stub macros and hopefully few prototypes,
32495 which can conflict with char $ac_func (); below.
32496 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32497 <limits.h> exists even on freestanding compilers. */
32498
32499 #ifdef __STDC__
32500 # include <limits.h>
32501 #else
32502 # include <assert.h>
32503 #endif
32504
32505 #undef $ac_func
32506
32507 /* Override any gcc2 internal prototype to avoid an error. */
32508 #ifdef __cplusplus
32509 extern "C"
32510 {
32511 #endif
32512 /* We use char because int might match the return type of a gcc2
32513 builtin and then its argument prototype would still apply. */
32514 char $ac_func ();
32515 /* The GNU C library defines this for functions which it implements
32516 to always fail with ENOSYS. Some functions are actually named
32517 something starting with __ and the normal name is an alias. */
32518 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32519 choke me
32520 #else
32521 char (*f) () = $ac_func;
32522 #endif
32523 #ifdef __cplusplus
32524 }
32525 #endif
32526
32527 int
32528 main ()
32529 {
32530 return f != $ac_func;
32531 ;
32532 return 0;
32533 }
32534 _ACEOF
32535 rm -f conftest.$ac_objext conftest$ac_exeext
32536 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32537 (eval $ac_link) 2>conftest.er1
32538 ac_status=$?
32539 grep -v '^ *+' conftest.er1 >conftest.err
32540 rm -f conftest.er1
32541 cat conftest.err >&5
32542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32543 (exit $ac_status); } &&
32544 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32546 (eval $ac_try) 2>&5
32547 ac_status=$?
32548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32549 (exit $ac_status); }; } &&
32550 { ac_try='test -s conftest$ac_exeext'
32551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32552 (eval $ac_try) 2>&5
32553 ac_status=$?
32554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32555 (exit $ac_status); }; }; then
32556 eval "$as_ac_var=yes"
32557 else
32558 echo "$as_me: failed program was:" >&5
32559 sed 's/^/| /' conftest.$ac_ext >&5
32560
32561 eval "$as_ac_var=no"
32562 fi
32563 rm -f conftest.err conftest.$ac_objext \
32564 conftest$ac_exeext conftest.$ac_ext
32565 fi
32566 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32567 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32568 if test `eval echo '${'$as_ac_var'}'` = yes; then
32569 cat >>confdefs.h <<_ACEOF
32570 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32571 _ACEOF
32572 WCSLEN_FOUND=1
32573 fi
32574 done
32575
32576
32577 if test "$WCSLEN_FOUND" = 0; then
32578 if test "$TOOLKIT" = "MSW"; then
32579 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
32580 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
32581 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
32582 echo $ECHO_N "(cached) $ECHO_C" >&6
32583 else
32584 ac_check_lib_save_LIBS=$LIBS
32585 LIBS="-lmsvcrt $LIBS"
32586 cat >conftest.$ac_ext <<_ACEOF
32587 /* confdefs.h. */
32588 _ACEOF
32589 cat confdefs.h >>conftest.$ac_ext
32590 cat >>conftest.$ac_ext <<_ACEOF
32591 /* end confdefs.h. */
32592
32593 /* Override any gcc2 internal prototype to avoid an error. */
32594 #ifdef __cplusplus
32595 extern "C"
32596 #endif
32597 /* We use char because int might match the return type of a gcc2
32598 builtin and then its argument prototype would still apply. */
32599 char wcslen ();
32600 int
32601 main ()
32602 {
32603 wcslen ();
32604 ;
32605 return 0;
32606 }
32607 _ACEOF
32608 rm -f conftest.$ac_objext conftest$ac_exeext
32609 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32610 (eval $ac_link) 2>conftest.er1
32611 ac_status=$?
32612 grep -v '^ *+' conftest.er1 >conftest.err
32613 rm -f conftest.er1
32614 cat conftest.err >&5
32615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32616 (exit $ac_status); } &&
32617 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32619 (eval $ac_try) 2>&5
32620 ac_status=$?
32621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32622 (exit $ac_status); }; } &&
32623 { ac_try='test -s conftest$ac_exeext'
32624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32625 (eval $ac_try) 2>&5
32626 ac_status=$?
32627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32628 (exit $ac_status); }; }; then
32629 ac_cv_lib_msvcrt_wcslen=yes
32630 else
32631 echo "$as_me: failed program was:" >&5
32632 sed 's/^/| /' conftest.$ac_ext >&5
32633
32634 ac_cv_lib_msvcrt_wcslen=no
32635 fi
32636 rm -f conftest.err conftest.$ac_objext \
32637 conftest$ac_exeext conftest.$ac_ext
32638 LIBS=$ac_check_lib_save_LIBS
32639 fi
32640 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
32641 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
32642 if test $ac_cv_lib_msvcrt_wcslen = yes; then
32643 WCHAR_OK=1
32644 fi
32645
32646 else
32647 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
32648 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
32649 if test "${ac_cv_lib_w_wcslen+set}" = set; then
32650 echo $ECHO_N "(cached) $ECHO_C" >&6
32651 else
32652 ac_check_lib_save_LIBS=$LIBS
32653 LIBS="-lw $LIBS"
32654 cat >conftest.$ac_ext <<_ACEOF
32655 /* confdefs.h. */
32656 _ACEOF
32657 cat confdefs.h >>conftest.$ac_ext
32658 cat >>conftest.$ac_ext <<_ACEOF
32659 /* end confdefs.h. */
32660
32661 /* Override any gcc2 internal prototype to avoid an error. */
32662 #ifdef __cplusplus
32663 extern "C"
32664 #endif
32665 /* We use char because int might match the return type of a gcc2
32666 builtin and then its argument prototype would still apply. */
32667 char wcslen ();
32668 int
32669 main ()
32670 {
32671 wcslen ();
32672 ;
32673 return 0;
32674 }
32675 _ACEOF
32676 rm -f conftest.$ac_objext conftest$ac_exeext
32677 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32678 (eval $ac_link) 2>conftest.er1
32679 ac_status=$?
32680 grep -v '^ *+' conftest.er1 >conftest.err
32681 rm -f conftest.er1
32682 cat conftest.err >&5
32683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32684 (exit $ac_status); } &&
32685 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32687 (eval $ac_try) 2>&5
32688 ac_status=$?
32689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32690 (exit $ac_status); }; } &&
32691 { ac_try='test -s conftest$ac_exeext'
32692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32693 (eval $ac_try) 2>&5
32694 ac_status=$?
32695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32696 (exit $ac_status); }; }; then
32697 ac_cv_lib_w_wcslen=yes
32698 else
32699 echo "$as_me: failed program was:" >&5
32700 sed 's/^/| /' conftest.$ac_ext >&5
32701
32702 ac_cv_lib_w_wcslen=no
32703 fi
32704 rm -f conftest.err conftest.$ac_objext \
32705 conftest$ac_exeext conftest.$ac_ext
32706 LIBS=$ac_check_lib_save_LIBS
32707 fi
32708 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
32709 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
32710 if test $ac_cv_lib_w_wcslen = yes; then
32711
32712 WCHAR_LINK=" -lw"
32713 WCSLEN_FOUND=1
32714
32715 fi
32716
32717 fi
32718 fi
32719
32720 if test "$WCSLEN_FOUND" = 1; then
32721 cat >>confdefs.h <<\_ACEOF
32722 #define HAVE_WCSLEN 1
32723 _ACEOF
32724
32725 fi
32726
32727 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
32728 CPPFLAGS="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE "
32729 fi
32730
32731 echo "$as_me:$LINENO: checking for mbstate_t" >&5
32732 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6
32733 if test "${ac_cv_type_mbstate_t+set}" = set; then
32734 echo $ECHO_N "(cached) $ECHO_C" >&6
32735 else
32736 cat >conftest.$ac_ext <<_ACEOF
32737 /* confdefs.h. */
32738 _ACEOF
32739 cat confdefs.h >>conftest.$ac_ext
32740 cat >>conftest.$ac_ext <<_ACEOF
32741 /* end confdefs.h. */
32742 #include <wchar.h>
32743
32744 int
32745 main ()
32746 {
32747 if ((mbstate_t *) 0)
32748 return 0;
32749 if (sizeof (mbstate_t))
32750 return 0;
32751 ;
32752 return 0;
32753 }
32754 _ACEOF
32755 rm -f conftest.$ac_objext
32756 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32757 (eval $ac_compile) 2>conftest.er1
32758 ac_status=$?
32759 grep -v '^ *+' conftest.er1 >conftest.err
32760 rm -f conftest.er1
32761 cat conftest.err >&5
32762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32763 (exit $ac_status); } &&
32764 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32766 (eval $ac_try) 2>&5
32767 ac_status=$?
32768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32769 (exit $ac_status); }; } &&
32770 { ac_try='test -s conftest.$ac_objext'
32771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32772 (eval $ac_try) 2>&5
32773 ac_status=$?
32774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32775 (exit $ac_status); }; }; then
32776 ac_cv_type_mbstate_t=yes
32777 else
32778 echo "$as_me: failed program was:" >&5
32779 sed 's/^/| /' conftest.$ac_ext >&5
32780
32781 ac_cv_type_mbstate_t=no
32782 fi
32783 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32784 fi
32785 echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
32786 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6
32787 if test $ac_cv_type_mbstate_t = yes; then
32788
32789 cat >>confdefs.h <<_ACEOF
32790 #define HAVE_MBSTATE_T 1
32791 _ACEOF
32792
32793
32794 for ac_func in wcsrtombs
32795 do
32796 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32797 echo "$as_me:$LINENO: checking for $ac_func" >&5
32798 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32799 if eval "test \"\${$as_ac_var+set}\" = set"; then
32800 echo $ECHO_N "(cached) $ECHO_C" >&6
32801 else
32802 cat >conftest.$ac_ext <<_ACEOF
32803 /* confdefs.h. */
32804 _ACEOF
32805 cat confdefs.h >>conftest.$ac_ext
32806 cat >>conftest.$ac_ext <<_ACEOF
32807 /* end confdefs.h. */
32808 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32809 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32810 #define $ac_func innocuous_$ac_func
32811
32812 /* System header to define __stub macros and hopefully few prototypes,
32813 which can conflict with char $ac_func (); below.
32814 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32815 <limits.h> exists even on freestanding compilers. */
32816
32817 #ifdef __STDC__
32818 # include <limits.h>
32819 #else
32820 # include <assert.h>
32821 #endif
32822
32823 #undef $ac_func
32824
32825 /* Override any gcc2 internal prototype to avoid an error. */
32826 #ifdef __cplusplus
32827 extern "C"
32828 {
32829 #endif
32830 /* We use char because int might match the return type of a gcc2
32831 builtin and then its argument prototype would still apply. */
32832 char $ac_func ();
32833 /* The GNU C library defines this for functions which it implements
32834 to always fail with ENOSYS. Some functions are actually named
32835 something starting with __ and the normal name is an alias. */
32836 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32837 choke me
32838 #else
32839 char (*f) () = $ac_func;
32840 #endif
32841 #ifdef __cplusplus
32842 }
32843 #endif
32844
32845 int
32846 main ()
32847 {
32848 return f != $ac_func;
32849 ;
32850 return 0;
32851 }
32852 _ACEOF
32853 rm -f conftest.$ac_objext conftest$ac_exeext
32854 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32855 (eval $ac_link) 2>conftest.er1
32856 ac_status=$?
32857 grep -v '^ *+' conftest.er1 >conftest.err
32858 rm -f conftest.er1
32859 cat conftest.err >&5
32860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32861 (exit $ac_status); } &&
32862 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32864 (eval $ac_try) 2>&5
32865 ac_status=$?
32866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32867 (exit $ac_status); }; } &&
32868 { ac_try='test -s conftest$ac_exeext'
32869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32870 (eval $ac_try) 2>&5
32871 ac_status=$?
32872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32873 (exit $ac_status); }; }; then
32874 eval "$as_ac_var=yes"
32875 else
32876 echo "$as_me: failed program was:" >&5
32877 sed 's/^/| /' conftest.$ac_ext >&5
32878
32879 eval "$as_ac_var=no"
32880 fi
32881 rm -f conftest.err conftest.$ac_objext \
32882 conftest$ac_exeext conftest.$ac_ext
32883 fi
32884 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32885 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32886 if test `eval echo '${'$as_ac_var'}'` = yes; then
32887 cat >>confdefs.h <<_ACEOF
32888 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32889 _ACEOF
32890
32891 fi
32892 done
32893
32894 fi
32895
32896 else
32897 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
32898 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
32899 fi
32900
32901
32902
32903 ac_ext=cc
32904 ac_cpp='$CXXCPP $CPPFLAGS'
32905 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32906 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32907 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32908
32909
32910
32911
32912 for ac_func in snprintf vsnprintf
32913 do
32914 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32915 echo "$as_me:$LINENO: checking for $ac_func" >&5
32916 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32917 if eval "test \"\${$as_ac_var+set}\" = set"; then
32918 echo $ECHO_N "(cached) $ECHO_C" >&6
32919 else
32920 cat >conftest.$ac_ext <<_ACEOF
32921 /* confdefs.h. */
32922 _ACEOF
32923 cat confdefs.h >>conftest.$ac_ext
32924 cat >>conftest.$ac_ext <<_ACEOF
32925 /* end confdefs.h. */
32926 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32927 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32928 #define $ac_func innocuous_$ac_func
32929
32930 /* System header to define __stub macros and hopefully few prototypes,
32931 which can conflict with char $ac_func (); below.
32932 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32933 <limits.h> exists even on freestanding compilers. */
32934
32935 #ifdef __STDC__
32936 # include <limits.h>
32937 #else
32938 # include <assert.h>
32939 #endif
32940
32941 #undef $ac_func
32942
32943 /* Override any gcc2 internal prototype to avoid an error. */
32944 #ifdef __cplusplus
32945 extern "C"
32946 {
32947 #endif
32948 /* We use char because int might match the return type of a gcc2
32949 builtin and then its argument prototype would still apply. */
32950 char $ac_func ();
32951 /* The GNU C library defines this for functions which it implements
32952 to always fail with ENOSYS. Some functions are actually named
32953 something starting with __ and the normal name is an alias. */
32954 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32955 choke me
32956 #else
32957 char (*f) () = $ac_func;
32958 #endif
32959 #ifdef __cplusplus
32960 }
32961 #endif
32962
32963 int
32964 main ()
32965 {
32966 return f != $ac_func;
32967 ;
32968 return 0;
32969 }
32970 _ACEOF
32971 rm -f conftest.$ac_objext conftest$ac_exeext
32972 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32973 (eval $ac_link) 2>conftest.er1
32974 ac_status=$?
32975 grep -v '^ *+' conftest.er1 >conftest.err
32976 rm -f conftest.er1
32977 cat conftest.err >&5
32978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32979 (exit $ac_status); } &&
32980 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32982 (eval $ac_try) 2>&5
32983 ac_status=$?
32984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32985 (exit $ac_status); }; } &&
32986 { ac_try='test -s conftest$ac_exeext'
32987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32988 (eval $ac_try) 2>&5
32989 ac_status=$?
32990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32991 (exit $ac_status); }; }; then
32992 eval "$as_ac_var=yes"
32993 else
32994 echo "$as_me: failed program was:" >&5
32995 sed 's/^/| /' conftest.$ac_ext >&5
32996
32997 eval "$as_ac_var=no"
32998 fi
32999 rm -f conftest.err conftest.$ac_objext \
33000 conftest$ac_exeext conftest.$ac_ext
33001 fi
33002 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33003 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33004 if test `eval echo '${'$as_ac_var'}'` = yes; then
33005 cat >>confdefs.h <<_ACEOF
33006 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33007 _ACEOF
33008
33009 fi
33010 done
33011
33012
33013 if test "$ac_cv_func_vsnprintf" = "yes"; then
33014 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
33015 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
33016 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
33017 echo $ECHO_N "(cached) $ECHO_C" >&6
33018 else
33019
33020 cat >conftest.$ac_ext <<_ACEOF
33021 /* confdefs.h. */
33022 _ACEOF
33023 cat confdefs.h >>conftest.$ac_ext
33024 cat >>conftest.$ac_ext <<_ACEOF
33025 /* end confdefs.h. */
33026
33027 #include <stdio.h>
33028 #include <stdarg.h>
33029 #ifdef __MSL__
33030 #if __MSL__ >= 0x6000
33031 namespace std {}
33032 using namespace std;
33033 #endif
33034 #endif
33035
33036 int
33037 main ()
33038 {
33039
33040 char *buf;
33041 va_list ap;
33042 vsnprintf(buf, 10u, "%s", ap);
33043
33044 ;
33045 return 0;
33046 }
33047 _ACEOF
33048 rm -f conftest.$ac_objext
33049 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33050 (eval $ac_compile) 2>conftest.er1
33051 ac_status=$?
33052 grep -v '^ *+' conftest.er1 >conftest.err
33053 rm -f conftest.er1
33054 cat conftest.err >&5
33055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33056 (exit $ac_status); } &&
33057 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33059 (eval $ac_try) 2>&5
33060 ac_status=$?
33061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33062 (exit $ac_status); }; } &&
33063 { ac_try='test -s conftest.$ac_objext'
33064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33065 (eval $ac_try) 2>&5
33066 ac_status=$?
33067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33068 (exit $ac_status); }; }; then
33069 wx_cv_func_vsnprintf_decl=yes
33070 else
33071 echo "$as_me: failed program was:" >&5
33072 sed 's/^/| /' conftest.$ac_ext >&5
33073
33074 wx_cv_func_vsnprintf_decl=no
33075
33076 fi
33077 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33078
33079
33080 fi
33081 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
33082 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
33083
33084 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
33085 cat >>confdefs.h <<\_ACEOF
33086 #define HAVE_VSNPRINTF_DECL 1
33087 _ACEOF
33088
33089
33090 echo "$as_me:$LINENO: checking if vsnprintf declaration is broken" >&5
33091 echo $ECHO_N "checking if vsnprintf declaration is broken... $ECHO_C" >&6
33092 if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then
33093 echo $ECHO_N "(cached) $ECHO_C" >&6
33094 else
33095
33096 cat >conftest.$ac_ext <<_ACEOF
33097 /* confdefs.h. */
33098 _ACEOF
33099 cat confdefs.h >>conftest.$ac_ext
33100 cat >>conftest.$ac_ext <<_ACEOF
33101 /* end confdefs.h. */
33102
33103 #include <stdio.h>
33104 #include <stdarg.h>
33105 #ifdef __MSL__
33106 #if __MSL__ >= 0x6000
33107 namespace std {}
33108 using namespace std;
33109 #endif
33110 #endif
33111
33112 int
33113 main ()
33114 {
33115
33116 char *buf;
33117 va_list ap;
33118 const char *fmt = "%s";
33119 vsnprintf(buf, 10u, fmt, ap);
33120
33121 ;
33122 return 0;
33123 }
33124 _ACEOF
33125 rm -f conftest.$ac_objext
33126 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33127 (eval $ac_compile) 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_cxx_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_objext'
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 wx_cv_func_broken_vsnprintf_decl=no
33147 else
33148 echo "$as_me: failed program was:" >&5
33149 sed 's/^/| /' conftest.$ac_ext >&5
33150
33151 wx_cv_func_broken_vsnprintf_decl=yes
33152
33153 fi
33154 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33155
33156
33157 fi
33158 echo "$as_me:$LINENO: result: $wx_cv_func_broken_vsnprintf_decl" >&5
33159 echo "${ECHO_T}$wx_cv_func_broken_vsnprintf_decl" >&6
33160
33161 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
33162 cat >>confdefs.h <<\_ACEOF
33163 #define HAVE_BROKEN_VSNPRINTF_DECL 1
33164 _ACEOF
33165
33166 fi
33167 fi
33168 fi
33169
33170 if test "$ac_cv_func_snprintf" = "yes"; then
33171 echo "$as_me:$LINENO: checking for snprintf declaration" >&5
33172 echo $ECHO_N "checking for snprintf declaration... $ECHO_C" >&6
33173 if test "${wx_cv_func_snprintf_decl+set}" = set; then
33174 echo $ECHO_N "(cached) $ECHO_C" >&6
33175 else
33176
33177 cat >conftest.$ac_ext <<_ACEOF
33178 /* confdefs.h. */
33179 _ACEOF
33180 cat confdefs.h >>conftest.$ac_ext
33181 cat >>conftest.$ac_ext <<_ACEOF
33182 /* end confdefs.h. */
33183
33184 #include <stdio.h>
33185 #include <stdarg.h>
33186 #ifdef __MSL__
33187 #if __MSL__ >= 0x6000
33188 namespace std {}
33189 using namespace std;
33190 #endif
33191 #endif
33192
33193 int
33194 main ()
33195 {
33196
33197 char *buf;
33198 snprintf(buf, 10u, "%s", "wx");
33199
33200 ;
33201 return 0;
33202 }
33203 _ACEOF
33204 rm -f conftest.$ac_objext
33205 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33206 (eval $ac_compile) 2>conftest.er1
33207 ac_status=$?
33208 grep -v '^ *+' conftest.er1 >conftest.err
33209 rm -f conftest.er1
33210 cat conftest.err >&5
33211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33212 (exit $ac_status); } &&
33213 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33215 (eval $ac_try) 2>&5
33216 ac_status=$?
33217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33218 (exit $ac_status); }; } &&
33219 { ac_try='test -s conftest.$ac_objext'
33220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33221 (eval $ac_try) 2>&5
33222 ac_status=$?
33223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33224 (exit $ac_status); }; }; then
33225 wx_cv_func_snprintf_decl=yes
33226 else
33227 echo "$as_me: failed program was:" >&5
33228 sed 's/^/| /' conftest.$ac_ext >&5
33229
33230 wx_cv_func_snprintf_decl=no
33231
33232 fi
33233 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33234
33235
33236 fi
33237 echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_decl" >&5
33238 echo "${ECHO_T}$wx_cv_func_snprintf_decl" >&6
33239
33240 if test "$wx_cv_func_snprintf_decl" = "yes"; then
33241 cat >>confdefs.h <<\_ACEOF
33242 #define HAVE_SNPRINTF_DECL 1
33243 _ACEOF
33244
33245
33246 echo "$as_me:$LINENO: checking if snprintf declaration is broken" >&5
33247 echo $ECHO_N "checking if snprintf declaration is broken... $ECHO_C" >&6
33248 if test "${wx_cv_func_broken_snprintf_decl+set}" = set; then
33249 echo $ECHO_N "(cached) $ECHO_C" >&6
33250 else
33251
33252 cat >conftest.$ac_ext <<_ACEOF
33253 /* confdefs.h. */
33254 _ACEOF
33255 cat confdefs.h >>conftest.$ac_ext
33256 cat >>conftest.$ac_ext <<_ACEOF
33257 /* end confdefs.h. */
33258
33259 #include <stdio.h>
33260 #include <stdarg.h>
33261 #ifdef __MSL__
33262 #if __MSL__ >= 0x6000
33263 namespace std {}
33264 using namespace std;
33265 #endif
33266 #endif
33267
33268 int
33269 main ()
33270 {
33271
33272 char *buf;
33273 const char *fmt = "%s";
33274 snprintf(buf, 10u, fmt, "wx");
33275
33276 ;
33277 return 0;
33278 }
33279 _ACEOF
33280 rm -f conftest.$ac_objext
33281 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33282 (eval $ac_compile) 2>conftest.er1
33283 ac_status=$?
33284 grep -v '^ *+' conftest.er1 >conftest.err
33285 rm -f conftest.er1
33286 cat conftest.err >&5
33287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33288 (exit $ac_status); } &&
33289 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33291 (eval $ac_try) 2>&5
33292 ac_status=$?
33293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33294 (exit $ac_status); }; } &&
33295 { ac_try='test -s conftest.$ac_objext'
33296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33297 (eval $ac_try) 2>&5
33298 ac_status=$?
33299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33300 (exit $ac_status); }; }; then
33301 wx_cv_func_broken_snprintf_decl=no
33302 else
33303 echo "$as_me: failed program was:" >&5
33304 sed 's/^/| /' conftest.$ac_ext >&5
33305
33306 wx_cv_func_broken_snprintf_decl=yes
33307
33308 fi
33309 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33310
33311
33312 fi
33313 echo "$as_me:$LINENO: result: $wx_cv_func_broken_snprintf_decl" >&5
33314 echo "${ECHO_T}$wx_cv_func_broken_snprintf_decl" >&6
33315
33316 if test "$wx_cv_func_broken_snprintf_decl" = "yes"; then
33317 cat >>confdefs.h <<\_ACEOF
33318 #define HAVE_BROKEN_SNPRINTF_DECL 1
33319 _ACEOF
33320
33321 fi
33322 fi
33323 fi
33324
33325 if test "$wxUSE_UNICODE" = yes; then
33326
33327
33328
33329
33330
33331
33332 for ac_func in wputc wputchar putws fputws wprintf vswprintf
33333 do
33334 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33335 echo "$as_me:$LINENO: checking for $ac_func" >&5
33336 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33337 if eval "test \"\${$as_ac_var+set}\" = set"; then
33338 echo $ECHO_N "(cached) $ECHO_C" >&6
33339 else
33340 cat >conftest.$ac_ext <<_ACEOF
33341 /* confdefs.h. */
33342 _ACEOF
33343 cat confdefs.h >>conftest.$ac_ext
33344 cat >>conftest.$ac_ext <<_ACEOF
33345 /* end confdefs.h. */
33346 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33347 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33348 #define $ac_func innocuous_$ac_func
33349
33350 /* System header to define __stub macros and hopefully few prototypes,
33351 which can conflict with char $ac_func (); below.
33352 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33353 <limits.h> exists even on freestanding compilers. */
33354
33355 #ifdef __STDC__
33356 # include <limits.h>
33357 #else
33358 # include <assert.h>
33359 #endif
33360
33361 #undef $ac_func
33362
33363 /* Override any gcc2 internal prototype to avoid an error. */
33364 #ifdef __cplusplus
33365 extern "C"
33366 {
33367 #endif
33368 /* We use char because int might match the return type of a gcc2
33369 builtin and then its argument prototype would still apply. */
33370 char $ac_func ();
33371 /* The GNU C library defines this for functions which it implements
33372 to always fail with ENOSYS. Some functions are actually named
33373 something starting with __ and the normal name is an alias. */
33374 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33375 choke me
33376 #else
33377 char (*f) () = $ac_func;
33378 #endif
33379 #ifdef __cplusplus
33380 }
33381 #endif
33382
33383 int
33384 main ()
33385 {
33386 return f != $ac_func;
33387 ;
33388 return 0;
33389 }
33390 _ACEOF
33391 rm -f conftest.$ac_objext conftest$ac_exeext
33392 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33393 (eval $ac_link) 2>conftest.er1
33394 ac_status=$?
33395 grep -v '^ *+' conftest.er1 >conftest.err
33396 rm -f conftest.er1
33397 cat conftest.err >&5
33398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33399 (exit $ac_status); } &&
33400 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33402 (eval $ac_try) 2>&5
33403 ac_status=$?
33404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33405 (exit $ac_status); }; } &&
33406 { ac_try='test -s conftest$ac_exeext'
33407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33408 (eval $ac_try) 2>&5
33409 ac_status=$?
33410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33411 (exit $ac_status); }; }; then
33412 eval "$as_ac_var=yes"
33413 else
33414 echo "$as_me: failed program was:" >&5
33415 sed 's/^/| /' conftest.$ac_ext >&5
33416
33417 eval "$as_ac_var=no"
33418 fi
33419 rm -f conftest.err conftest.$ac_objext \
33420 conftest$ac_exeext conftest.$ac_ext
33421 fi
33422 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33423 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33424 if test `eval echo '${'$as_ac_var'}'` = yes; then
33425 cat >>confdefs.h <<_ACEOF
33426 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33427 _ACEOF
33428
33429 fi
33430 done
33431
33432
33433 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
33434 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
33435 cat >conftest.$ac_ext <<_ACEOF
33436 /* confdefs.h. */
33437 _ACEOF
33438 cat confdefs.h >>conftest.$ac_ext
33439 cat >>conftest.$ac_ext <<_ACEOF
33440 /* end confdefs.h. */
33441 #include <wchar.h>
33442 int
33443 main ()
33444 {
33445 &_vsnwprintf;
33446 ;
33447 return 0;
33448 }
33449 _ACEOF
33450 rm -f conftest.$ac_objext
33451 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33452 (eval $ac_compile) 2>conftest.er1
33453 ac_status=$?
33454 grep -v '^ *+' conftest.er1 >conftest.err
33455 rm -f conftest.er1
33456 cat conftest.err >&5
33457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33458 (exit $ac_status); } &&
33459 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33461 (eval $ac_try) 2>&5
33462 ac_status=$?
33463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33464 (exit $ac_status); }; } &&
33465 { ac_try='test -s conftest.$ac_objext'
33466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33467 (eval $ac_try) 2>&5
33468 ac_status=$?
33469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33470 (exit $ac_status); }; }; then
33471 echo "$as_me:$LINENO: result: yes" >&5
33472 echo "${ECHO_T}yes" >&6
33473 cat >>confdefs.h <<\_ACEOF
33474 #define HAVE__VSNWPRINTF 1
33475 _ACEOF
33476
33477 else
33478 echo "$as_me: failed program was:" >&5
33479 sed 's/^/| /' conftest.$ac_ext >&5
33480
33481 echo "$as_me:$LINENO: result: no" >&5
33482 echo "${ECHO_T}no" >&6
33483 fi
33484 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext;
33485 fi
33486
33487 ac_ext=c
33488 ac_cpp='$CPP $CPPFLAGS'
33489 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33490 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33491 ac_compiler_gnu=$ac_cv_c_compiler_gnu
33492
33493
33494 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
33495
33496 for ac_func in fnmatch
33497 do
33498 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33499 echo "$as_me:$LINENO: checking for $ac_func" >&5
33500 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33501 if eval "test \"\${$as_ac_var+set}\" = set"; then
33502 echo $ECHO_N "(cached) $ECHO_C" >&6
33503 else
33504 cat >conftest.$ac_ext <<_ACEOF
33505 /* confdefs.h. */
33506 _ACEOF
33507 cat confdefs.h >>conftest.$ac_ext
33508 cat >>conftest.$ac_ext <<_ACEOF
33509 /* end confdefs.h. */
33510 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33511 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33512 #define $ac_func innocuous_$ac_func
33513
33514 /* System header to define __stub macros and hopefully few prototypes,
33515 which can conflict with char $ac_func (); below.
33516 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33517 <limits.h> exists even on freestanding compilers. */
33518
33519 #ifdef __STDC__
33520 # include <limits.h>
33521 #else
33522 # include <assert.h>
33523 #endif
33524
33525 #undef $ac_func
33526
33527 /* Override any gcc2 internal prototype to avoid an error. */
33528 #ifdef __cplusplus
33529 extern "C"
33530 {
33531 #endif
33532 /* We use char because int might match the return type of a gcc2
33533 builtin and then its argument prototype would still apply. */
33534 char $ac_func ();
33535 /* The GNU C library defines this for functions which it implements
33536 to always fail with ENOSYS. Some functions are actually named
33537 something starting with __ and the normal name is an alias. */
33538 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33539 choke me
33540 #else
33541 char (*f) () = $ac_func;
33542 #endif
33543 #ifdef __cplusplus
33544 }
33545 #endif
33546
33547 int
33548 main ()
33549 {
33550 return f != $ac_func;
33551 ;
33552 return 0;
33553 }
33554 _ACEOF
33555 rm -f conftest.$ac_objext conftest$ac_exeext
33556 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33557 (eval $ac_link) 2>conftest.er1
33558 ac_status=$?
33559 grep -v '^ *+' conftest.er1 >conftest.err
33560 rm -f conftest.er1
33561 cat conftest.err >&5
33562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33563 (exit $ac_status); } &&
33564 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33566 (eval $ac_try) 2>&5
33567 ac_status=$?
33568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33569 (exit $ac_status); }; } &&
33570 { ac_try='test -s conftest$ac_exeext'
33571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33572 (eval $ac_try) 2>&5
33573 ac_status=$?
33574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33575 (exit $ac_status); }; }; then
33576 eval "$as_ac_var=yes"
33577 else
33578 echo "$as_me: failed program was:" >&5
33579 sed 's/^/| /' conftest.$ac_ext >&5
33580
33581 eval "$as_ac_var=no"
33582 fi
33583 rm -f conftest.err conftest.$ac_objext \
33584 conftest$ac_exeext conftest.$ac_ext
33585 fi
33586 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33587 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33588 if test `eval echo '${'$as_ac_var'}'` = yes; then
33589 cat >>confdefs.h <<_ACEOF
33590 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33591 _ACEOF
33592
33593 fi
33594 done
33595
33596 fi
33597
33598 if test "$wxUSE_FILE" = "yes"; then
33599
33600 for ac_func in fsync
33601 do
33602 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33603 echo "$as_me:$LINENO: checking for $ac_func" >&5
33604 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33605 if eval "test \"\${$as_ac_var+set}\" = set"; then
33606 echo $ECHO_N "(cached) $ECHO_C" >&6
33607 else
33608 cat >conftest.$ac_ext <<_ACEOF
33609 /* confdefs.h. */
33610 _ACEOF
33611 cat confdefs.h >>conftest.$ac_ext
33612 cat >>conftest.$ac_ext <<_ACEOF
33613 /* end confdefs.h. */
33614 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33615 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33616 #define $ac_func innocuous_$ac_func
33617
33618 /* System header to define __stub macros and hopefully few prototypes,
33619 which can conflict with char $ac_func (); below.
33620 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33621 <limits.h> exists even on freestanding compilers. */
33622
33623 #ifdef __STDC__
33624 # include <limits.h>
33625 #else
33626 # include <assert.h>
33627 #endif
33628
33629 #undef $ac_func
33630
33631 /* Override any gcc2 internal prototype to avoid an error. */
33632 #ifdef __cplusplus
33633 extern "C"
33634 {
33635 #endif
33636 /* We use char because int might match the return type of a gcc2
33637 builtin and then its argument prototype would still apply. */
33638 char $ac_func ();
33639 /* The GNU C library defines this for functions which it implements
33640 to always fail with ENOSYS. Some functions are actually named
33641 something starting with __ and the normal name is an alias. */
33642 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33643 choke me
33644 #else
33645 char (*f) () = $ac_func;
33646 #endif
33647 #ifdef __cplusplus
33648 }
33649 #endif
33650
33651 int
33652 main ()
33653 {
33654 return f != $ac_func;
33655 ;
33656 return 0;
33657 }
33658 _ACEOF
33659 rm -f conftest.$ac_objext conftest$ac_exeext
33660 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33661 (eval $ac_link) 2>conftest.er1
33662 ac_status=$?
33663 grep -v '^ *+' conftest.er1 >conftest.err
33664 rm -f conftest.er1
33665 cat conftest.err >&5
33666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33667 (exit $ac_status); } &&
33668 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33670 (eval $ac_try) 2>&5
33671 ac_status=$?
33672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33673 (exit $ac_status); }; } &&
33674 { ac_try='test -s conftest$ac_exeext'
33675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33676 (eval $ac_try) 2>&5
33677 ac_status=$?
33678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33679 (exit $ac_status); }; }; then
33680 eval "$as_ac_var=yes"
33681 else
33682 echo "$as_me: failed program was:" >&5
33683 sed 's/^/| /' conftest.$ac_ext >&5
33684
33685 eval "$as_ac_var=no"
33686 fi
33687 rm -f conftest.err conftest.$ac_objext \
33688 conftest$ac_exeext conftest.$ac_ext
33689 fi
33690 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33691 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33692 if test `eval echo '${'$as_ac_var'}'` = yes; then
33693 cat >>confdefs.h <<_ACEOF
33694 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33695 _ACEOF
33696
33697 fi
33698 done
33699
33700 fi
33701
33702
33703 if test "$TOOLKIT" != "MSW"; then
33704
33705
33706
33707
33708 ac_ext=cc
33709 ac_cpp='$CXXCPP $CPPFLAGS'
33710 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33711 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33712 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33713
33714
33715
33716
33717 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
33718 if test "${with_libiconv_prefix+set}" = set; then
33719 withval="$with_libiconv_prefix"
33720
33721 for dir in `echo "$withval" | tr : ' '`; do
33722 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
33723 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
33724 done
33725
33726 fi;
33727
33728 echo "$as_me:$LINENO: checking for iconv" >&5
33729 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
33730 if test "${am_cv_func_iconv+set}" = set; then
33731 echo $ECHO_N "(cached) $ECHO_C" >&6
33732 else
33733
33734 am_cv_func_iconv="no, consider installing GNU libiconv"
33735 am_cv_lib_iconv=no
33736 cat >conftest.$ac_ext <<_ACEOF
33737 /* confdefs.h. */
33738 _ACEOF
33739 cat confdefs.h >>conftest.$ac_ext
33740 cat >>conftest.$ac_ext <<_ACEOF
33741 /* end confdefs.h. */
33742 #include <stdlib.h>
33743 #include <iconv.h>
33744 int
33745 main ()
33746 {
33747 iconv_t cd = iconv_open("","");
33748 iconv(cd,NULL,NULL,NULL,NULL);
33749 iconv_close(cd);
33750 ;
33751 return 0;
33752 }
33753 _ACEOF
33754 rm -f conftest.$ac_objext conftest$ac_exeext
33755 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33756 (eval $ac_link) 2>conftest.er1
33757 ac_status=$?
33758 grep -v '^ *+' conftest.er1 >conftest.err
33759 rm -f conftest.er1
33760 cat conftest.err >&5
33761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33762 (exit $ac_status); } &&
33763 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33765 (eval $ac_try) 2>&5
33766 ac_status=$?
33767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33768 (exit $ac_status); }; } &&
33769 { ac_try='test -s conftest$ac_exeext'
33770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33771 (eval $ac_try) 2>&5
33772 ac_status=$?
33773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33774 (exit $ac_status); }; }; then
33775 am_cv_func_iconv=yes
33776 else
33777 echo "$as_me: failed program was:" >&5
33778 sed 's/^/| /' conftest.$ac_ext >&5
33779
33780 fi
33781 rm -f conftest.err conftest.$ac_objext \
33782 conftest$ac_exeext conftest.$ac_ext
33783 if test "$am_cv_func_iconv" != yes; then
33784 am_save_LIBS="$LIBS"
33785 LIBS="$LIBS -liconv"
33786 cat >conftest.$ac_ext <<_ACEOF
33787 /* confdefs.h. */
33788 _ACEOF
33789 cat confdefs.h >>conftest.$ac_ext
33790 cat >>conftest.$ac_ext <<_ACEOF
33791 /* end confdefs.h. */
33792 #include <stdlib.h>
33793 #include <iconv.h>
33794 int
33795 main ()
33796 {
33797 iconv_t cd = iconv_open("","");
33798 iconv(cd,NULL,NULL,NULL,NULL);
33799 iconv_close(cd);
33800 ;
33801 return 0;
33802 }
33803 _ACEOF
33804 rm -f conftest.$ac_objext conftest$ac_exeext
33805 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33806 (eval $ac_link) 2>conftest.er1
33807 ac_status=$?
33808 grep -v '^ *+' conftest.er1 >conftest.err
33809 rm -f conftest.er1
33810 cat conftest.err >&5
33811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33812 (exit $ac_status); } &&
33813 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33815 (eval $ac_try) 2>&5
33816 ac_status=$?
33817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33818 (exit $ac_status); }; } &&
33819 { ac_try='test -s conftest$ac_exeext'
33820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33821 (eval $ac_try) 2>&5
33822 ac_status=$?
33823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33824 (exit $ac_status); }; }; then
33825 am_cv_lib_iconv=yes
33826 am_cv_func_iconv=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 LIBS="$am_save_LIBS"
33835 fi
33836
33837 fi
33838 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
33839 echo "${ECHO_T}$am_cv_func_iconv" >&6
33840 if test "$am_cv_func_iconv" = yes; then
33841
33842 cat >>confdefs.h <<\_ACEOF
33843 #define HAVE_ICONV 1
33844 _ACEOF
33845
33846 echo "$as_me:$LINENO: checking if iconv needs const" >&5
33847 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
33848 if test "${wx_cv_func_iconv_const+set}" = set; then
33849 echo $ECHO_N "(cached) $ECHO_C" >&6
33850 else
33851 cat >conftest.$ac_ext <<_ACEOF
33852 /* confdefs.h. */
33853 _ACEOF
33854 cat confdefs.h >>conftest.$ac_ext
33855 cat >>conftest.$ac_ext <<_ACEOF
33856 /* end confdefs.h. */
33857
33858 #include <stdlib.h>
33859 #include <iconv.h>
33860 extern
33861 #ifdef __cplusplus
33862 "C"
33863 #endif
33864 #if defined(__STDC__) || defined(__cplusplus)
33865 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
33866 #else
33867 size_t iconv();
33868 #endif
33869
33870 int
33871 main ()
33872 {
33873
33874 ;
33875 return 0;
33876 }
33877 _ACEOF
33878 rm -f conftest.$ac_objext
33879 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33880 (eval $ac_compile) 2>conftest.er1
33881 ac_status=$?
33882 grep -v '^ *+' conftest.er1 >conftest.err
33883 rm -f conftest.er1
33884 cat conftest.err >&5
33885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33886 (exit $ac_status); } &&
33887 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33889 (eval $ac_try) 2>&5
33890 ac_status=$?
33891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33892 (exit $ac_status); }; } &&
33893 { ac_try='test -s conftest.$ac_objext'
33894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33895 (eval $ac_try) 2>&5
33896 ac_status=$?
33897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33898 (exit $ac_status); }; }; then
33899 wx_cv_func_iconv_const="no"
33900 else
33901 echo "$as_me: failed program was:" >&5
33902 sed 's/^/| /' conftest.$ac_ext >&5
33903
33904 wx_cv_func_iconv_const="yes"
33905
33906 fi
33907 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33908
33909 fi
33910 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
33911 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
33912
33913 iconv_const=
33914 if test "x$wx_cv_func_iconv_const" = "xyes"; then
33915 iconv_const="const"
33916 fi
33917
33918
33919 cat >>confdefs.h <<_ACEOF
33920 #define ICONV_CONST $iconv_const
33921 _ACEOF
33922
33923 fi
33924 LIBICONV=
33925 if test "$am_cv_lib_iconv" = yes; then
33926 LIBICONV="-liconv"
33927 fi
33928
33929
33930 LIBS="$LIBICONV $LIBS"
33931 ac_ext=c
33932 ac_cpp='$CPP $CPPFLAGS'
33933 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33934 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33935 ac_compiler_gnu=$ac_cv_c_compiler_gnu
33936
33937
33938 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
33939
33940 for ac_func in sigaction
33941 do
33942 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33943 echo "$as_me:$LINENO: checking for $ac_func" >&5
33944 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33945 if eval "test \"\${$as_ac_var+set}\" = set"; then
33946 echo $ECHO_N "(cached) $ECHO_C" >&6
33947 else
33948 cat >conftest.$ac_ext <<_ACEOF
33949 /* confdefs.h. */
33950 _ACEOF
33951 cat confdefs.h >>conftest.$ac_ext
33952 cat >>conftest.$ac_ext <<_ACEOF
33953 /* end confdefs.h. */
33954 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33955 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33956 #define $ac_func innocuous_$ac_func
33957
33958 /* System header to define __stub macros and hopefully few prototypes,
33959 which can conflict with char $ac_func (); below.
33960 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33961 <limits.h> exists even on freestanding compilers. */
33962
33963 #ifdef __STDC__
33964 # include <limits.h>
33965 #else
33966 # include <assert.h>
33967 #endif
33968
33969 #undef $ac_func
33970
33971 /* Override any gcc2 internal prototype to avoid an error. */
33972 #ifdef __cplusplus
33973 extern "C"
33974 {
33975 #endif
33976 /* We use char because int might match the return type of a gcc2
33977 builtin and then its argument prototype would still apply. */
33978 char $ac_func ();
33979 /* The GNU C library defines this for functions which it implements
33980 to always fail with ENOSYS. Some functions are actually named
33981 something starting with __ and the normal name is an alias. */
33982 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33983 choke me
33984 #else
33985 char (*f) () = $ac_func;
33986 #endif
33987 #ifdef __cplusplus
33988 }
33989 #endif
33990
33991 int
33992 main ()
33993 {
33994 return f != $ac_func;
33995 ;
33996 return 0;
33997 }
33998 _ACEOF
33999 rm -f conftest.$ac_objext conftest$ac_exeext
34000 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34001 (eval $ac_link) 2>conftest.er1
34002 ac_status=$?
34003 grep -v '^ *+' conftest.er1 >conftest.err
34004 rm -f conftest.er1
34005 cat conftest.err >&5
34006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34007 (exit $ac_status); } &&
34008 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34010 (eval $ac_try) 2>&5
34011 ac_status=$?
34012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34013 (exit $ac_status); }; } &&
34014 { ac_try='test -s conftest$ac_exeext'
34015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34016 (eval $ac_try) 2>&5
34017 ac_status=$?
34018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34019 (exit $ac_status); }; }; then
34020 eval "$as_ac_var=yes"
34021 else
34022 echo "$as_me: failed program was:" >&5
34023 sed 's/^/| /' conftest.$ac_ext >&5
34024
34025 eval "$as_ac_var=no"
34026 fi
34027 rm -f conftest.err conftest.$ac_objext \
34028 conftest$ac_exeext conftest.$ac_ext
34029 fi
34030 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34031 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34032 if test `eval echo '${'$as_ac_var'}'` = yes; then
34033 cat >>confdefs.h <<_ACEOF
34034 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34035 _ACEOF
34036
34037 fi
34038 done
34039
34040
34041 if test "$ac_cv_func_sigaction" = "no"; then
34042 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
34043 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
34044 wxUSE_ON_FATAL_EXCEPTION=no
34045 fi
34046
34047 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
34048
34049
34050 ac_ext=cc
34051 ac_cpp='$CXXCPP $CPPFLAGS'
34052 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34053 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34054 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34055
34056
34057 echo "$as_me:$LINENO: checking for sa_handler type" >&5
34058 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
34059 if test "${wx_cv_type_sa_handler+set}" = set; then
34060 echo $ECHO_N "(cached) $ECHO_C" >&6
34061 else
34062
34063 cat >conftest.$ac_ext <<_ACEOF
34064 /* confdefs.h. */
34065 _ACEOF
34066 cat confdefs.h >>conftest.$ac_ext
34067 cat >>conftest.$ac_ext <<_ACEOF
34068 /* end confdefs.h. */
34069 #include <signal.h>
34070 int
34071 main ()
34072 {
34073
34074 extern void testSigHandler(int);
34075
34076 struct sigaction sa;
34077 sa.sa_handler = testSigHandler;
34078
34079 ;
34080 return 0;
34081 }
34082 _ACEOF
34083 rm -f conftest.$ac_objext
34084 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34085 (eval $ac_compile) 2>conftest.er1
34086 ac_status=$?
34087 grep -v '^ *+' conftest.er1 >conftest.err
34088 rm -f conftest.er1
34089 cat conftest.err >&5
34090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34091 (exit $ac_status); } &&
34092 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34094 (eval $ac_try) 2>&5
34095 ac_status=$?
34096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34097 (exit $ac_status); }; } &&
34098 { ac_try='test -s conftest.$ac_objext'
34099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34100 (eval $ac_try) 2>&5
34101 ac_status=$?
34102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34103 (exit $ac_status); }; }; then
34104
34105 wx_cv_type_sa_handler=int
34106
34107 else
34108 echo "$as_me: failed program was:" >&5
34109 sed 's/^/| /' conftest.$ac_ext >&5
34110
34111
34112 wx_cv_type_sa_handler=void
34113
34114 fi
34115 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34116
34117 fi
34118 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
34119 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
34120
34121 ac_ext=c
34122 ac_cpp='$CPP $CPPFLAGS'
34123 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34124 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34125 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34126
34127
34128 cat >>confdefs.h <<_ACEOF
34129 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
34130 _ACEOF
34131
34132 fi
34133 fi
34134
34135 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
34136
34137
34138 ac_ext=cc
34139 ac_cpp='$CXXCPP $CPPFLAGS'
34140 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34141 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34142 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34143
34144
34145 echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
34146 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6
34147 if test "${wx_cv_func_backtrace+set}" = set; then
34148 echo $ECHO_N "(cached) $ECHO_C" >&6
34149 else
34150
34151 cat >conftest.$ac_ext <<_ACEOF
34152 /* confdefs.h. */
34153 _ACEOF
34154 cat confdefs.h >>conftest.$ac_ext
34155 cat >>conftest.$ac_ext <<_ACEOF
34156 /* end confdefs.h. */
34157 #include <execinfo.h>
34158 int
34159 main ()
34160 {
34161
34162 void *trace[1];
34163 char **messages;
34164
34165 backtrace(trace, 1);
34166 messages = backtrace_symbols(trace, 1);
34167
34168 ;
34169 return 0;
34170 }
34171 _ACEOF
34172 rm -f conftest.$ac_objext
34173 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34174 (eval $ac_compile) 2>conftest.er1
34175 ac_status=$?
34176 grep -v '^ *+' conftest.er1 >conftest.err
34177 rm -f conftest.er1
34178 cat conftest.err >&5
34179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34180 (exit $ac_status); } &&
34181 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34183 (eval $ac_try) 2>&5
34184 ac_status=$?
34185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34186 (exit $ac_status); }; } &&
34187 { ac_try='test -s conftest.$ac_objext'
34188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34189 (eval $ac_try) 2>&5
34190 ac_status=$?
34191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34192 (exit $ac_status); }; }; then
34193 wx_cv_func_backtrace=yes
34194 else
34195 echo "$as_me: failed program was:" >&5
34196 sed 's/^/| /' conftest.$ac_ext >&5
34197
34198 wx_cv_func_backtrace=no
34199
34200 fi
34201 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34202
34203
34204 fi
34205 echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
34206 echo "${ECHO_T}$wx_cv_func_backtrace" >&6
34207
34208
34209 if test "$wx_cv_func_backtrace" = "no"; then
34210 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
34211 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
34212 wxUSE_STACKWALKER=no
34213 else
34214 echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
34215 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6
34216 if test "${wx_cv_func_cxa_demangle+set}" = set; then
34217 echo $ECHO_N "(cached) $ECHO_C" >&6
34218 else
34219
34220 cat >conftest.$ac_ext <<_ACEOF
34221 /* confdefs.h. */
34222 _ACEOF
34223 cat confdefs.h >>conftest.$ac_ext
34224 cat >>conftest.$ac_ext <<_ACEOF
34225 /* end confdefs.h. */
34226 #include <cxxabi.h>
34227 int
34228 main ()
34229 {
34230
34231 int rc;
34232 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
34233
34234 ;
34235 return 0;
34236 }
34237 _ACEOF
34238 rm -f conftest.$ac_objext conftest$ac_exeext
34239 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34240 (eval $ac_link) 2>conftest.er1
34241 ac_status=$?
34242 grep -v '^ *+' conftest.er1 >conftest.err
34243 rm -f conftest.er1
34244 cat conftest.err >&5
34245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34246 (exit $ac_status); } &&
34247 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34249 (eval $ac_try) 2>&5
34250 ac_status=$?
34251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34252 (exit $ac_status); }; } &&
34253 { ac_try='test -s conftest$ac_exeext'
34254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34255 (eval $ac_try) 2>&5
34256 ac_status=$?
34257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34258 (exit $ac_status); }; }; then
34259 wx_cv_func_cxa_demangle=yes
34260 else
34261 echo "$as_me: failed program was:" >&5
34262 sed 's/^/| /' conftest.$ac_ext >&5
34263
34264 wx_cv_func_cxa_demangle=no
34265
34266 fi
34267 rm -f conftest.err conftest.$ac_objext \
34268 conftest$ac_exeext conftest.$ac_ext
34269
34270
34271 fi
34272 echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
34273 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6
34274
34275 if test "$wx_cv_func_cxa_demangle" = "yes"; then
34276 cat >>confdefs.h <<\_ACEOF
34277 #define HAVE_CXA_DEMANGLE 1
34278 _ACEOF
34279
34280 fi
34281 fi
34282
34283 ac_ext=c
34284 ac_cpp='$CPP $CPPFLAGS'
34285 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34286 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34287 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34288
34289 fi
34290
34291 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
34292 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
34293 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
34294 wxUSE_STACKWALKER=no
34295 fi
34296
34297
34298
34299
34300 for ac_func in mkstemp mktemp
34301 do
34302 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34303 echo "$as_me:$LINENO: checking for $ac_func" >&5
34304 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34305 if eval "test \"\${$as_ac_var+set}\" = set"; then
34306 echo $ECHO_N "(cached) $ECHO_C" >&6
34307 else
34308 cat >conftest.$ac_ext <<_ACEOF
34309 /* confdefs.h. */
34310 _ACEOF
34311 cat confdefs.h >>conftest.$ac_ext
34312 cat >>conftest.$ac_ext <<_ACEOF
34313 /* end confdefs.h. */
34314 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34315 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34316 #define $ac_func innocuous_$ac_func
34317
34318 /* System header to define __stub macros and hopefully few prototypes,
34319 which can conflict with char $ac_func (); below.
34320 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34321 <limits.h> exists even on freestanding compilers. */
34322
34323 #ifdef __STDC__
34324 # include <limits.h>
34325 #else
34326 # include <assert.h>
34327 #endif
34328
34329 #undef $ac_func
34330
34331 /* Override any gcc2 internal prototype to avoid an error. */
34332 #ifdef __cplusplus
34333 extern "C"
34334 {
34335 #endif
34336 /* We use char because int might match the return type of a gcc2
34337 builtin and then its argument prototype would still apply. */
34338 char $ac_func ();
34339 /* The GNU C library defines this for functions which it implements
34340 to always fail with ENOSYS. Some functions are actually named
34341 something starting with __ and the normal name is an alias. */
34342 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34343 choke me
34344 #else
34345 char (*f) () = $ac_func;
34346 #endif
34347 #ifdef __cplusplus
34348 }
34349 #endif
34350
34351 int
34352 main ()
34353 {
34354 return f != $ac_func;
34355 ;
34356 return 0;
34357 }
34358 _ACEOF
34359 rm -f conftest.$ac_objext conftest$ac_exeext
34360 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34361 (eval $ac_link) 2>conftest.er1
34362 ac_status=$?
34363 grep -v '^ *+' conftest.er1 >conftest.err
34364 rm -f conftest.er1
34365 cat conftest.err >&5
34366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34367 (exit $ac_status); } &&
34368 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34370 (eval $ac_try) 2>&5
34371 ac_status=$?
34372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34373 (exit $ac_status); }; } &&
34374 { ac_try='test -s conftest$ac_exeext'
34375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34376 (eval $ac_try) 2>&5
34377 ac_status=$?
34378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34379 (exit $ac_status); }; }; then
34380 eval "$as_ac_var=yes"
34381 else
34382 echo "$as_me: failed program was:" >&5
34383 sed 's/^/| /' conftest.$ac_ext >&5
34384
34385 eval "$as_ac_var=no"
34386 fi
34387 rm -f conftest.err conftest.$ac_objext \
34388 conftest$ac_exeext conftest.$ac_ext
34389 fi
34390 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34391 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34392 if test `eval echo '${'$as_ac_var'}'` = yes; then
34393 cat >>confdefs.h <<_ACEOF
34394 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34395 _ACEOF
34396 break
34397 fi
34398 done
34399
34400
34401 echo "$as_me:$LINENO: checking for statfs" >&5
34402 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
34403 if test "${wx_cv_func_statfs+set}" = set; then
34404 echo $ECHO_N "(cached) $ECHO_C" >&6
34405 else
34406 cat >conftest.$ac_ext <<_ACEOF
34407 /* confdefs.h. */
34408 _ACEOF
34409 cat confdefs.h >>conftest.$ac_ext
34410 cat >>conftest.$ac_ext <<_ACEOF
34411 /* end confdefs.h. */
34412
34413 #if defined(__BSD__)
34414 #include <sys/param.h>
34415 #include <sys/mount.h>
34416 #else
34417 #include <sys/vfs.h>
34418 #endif
34419
34420 int
34421 main ()
34422 {
34423
34424 long l;
34425 struct statfs fs;
34426 statfs("/", &fs);
34427 l = fs.f_bsize;
34428 l += fs.f_blocks;
34429 l += fs.f_bavail;
34430
34431 ;
34432 return 0;
34433 }
34434 _ACEOF
34435 rm -f conftest.$ac_objext
34436 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34437 (eval $ac_compile) 2>conftest.er1
34438 ac_status=$?
34439 grep -v '^ *+' conftest.er1 >conftest.err
34440 rm -f conftest.er1
34441 cat conftest.err >&5
34442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34443 (exit $ac_status); } &&
34444 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34446 (eval $ac_try) 2>&5
34447 ac_status=$?
34448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34449 (exit $ac_status); }; } &&
34450 { ac_try='test -s conftest.$ac_objext'
34451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34452 (eval $ac_try) 2>&5
34453 ac_status=$?
34454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34455 (exit $ac_status); }; }; then
34456 wx_cv_func_statfs=yes
34457 else
34458 echo "$as_me: failed program was:" >&5
34459 sed 's/^/| /' conftest.$ac_ext >&5
34460
34461 wx_cv_func_statfs=no
34462
34463 fi
34464 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34465
34466 fi
34467 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
34468 echo "${ECHO_T}$wx_cv_func_statfs" >&6
34469
34470 if test "$wx_cv_func_statfs" = "yes"; then
34471
34472
34473 ac_ext=cc
34474 ac_cpp='$CXXCPP $CPPFLAGS'
34475 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34476 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34477 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34478
34479 echo "$as_me:$LINENO: checking for statfs declaration" >&5
34480 echo $ECHO_N "checking for statfs declaration... $ECHO_C" >&6
34481 if test "${wx_cv_func_statfs_decl+set}" = set; then
34482 echo $ECHO_N "(cached) $ECHO_C" >&6
34483 else
34484 cat >conftest.$ac_ext <<_ACEOF
34485 /* confdefs.h. */
34486 _ACEOF
34487 cat confdefs.h >>conftest.$ac_ext
34488 cat >>conftest.$ac_ext <<_ACEOF
34489 /* end confdefs.h. */
34490
34491 #if defined(__BSD__)
34492 #include <sys/param.h>
34493 #include <sys/mount.h>
34494 #else
34495 #include <sys/vfs.h>
34496 #endif
34497
34498 int
34499 main ()
34500 {
34501
34502 struct statfs fs;
34503 statfs("", &fs);
34504
34505 ;
34506 return 0;
34507 }
34508 _ACEOF
34509 rm -f conftest.$ac_objext
34510 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34511 (eval $ac_compile) 2>conftest.er1
34512 ac_status=$?
34513 grep -v '^ *+' conftest.er1 >conftest.err
34514 rm -f conftest.er1
34515 cat conftest.err >&5
34516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34517 (exit $ac_status); } &&
34518 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34519 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34520 (eval $ac_try) 2>&5
34521 ac_status=$?
34522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34523 (exit $ac_status); }; } &&
34524 { ac_try='test -s conftest.$ac_objext'
34525 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34526 (eval $ac_try) 2>&5
34527 ac_status=$?
34528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34529 (exit $ac_status); }; }; then
34530 wx_cv_func_statfs_decl=yes
34531 else
34532 echo "$as_me: failed program was:" >&5
34533 sed 's/^/| /' conftest.$ac_ext >&5
34534
34535 wx_cv_func_statfs_decl=no
34536
34537 fi
34538 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34539
34540 fi
34541 echo "$as_me:$LINENO: result: $wx_cv_func_statfs_decl" >&5
34542 echo "${ECHO_T}$wx_cv_func_statfs_decl" >&6
34543 ac_ext=c
34544 ac_cpp='$CPP $CPPFLAGS'
34545 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34546 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34547 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34548
34549
34550 if test "$wx_cv_func_statfs_decl" = "yes"; then
34551 cat >>confdefs.h <<\_ACEOF
34552 #define HAVE_STATFS_DECL 1
34553 _ACEOF
34554
34555 fi
34556
34557 wx_cv_type_statvfs_t="struct statfs"
34558 cat >>confdefs.h <<\_ACEOF
34559 #define HAVE_STATFS 1
34560 _ACEOF
34561
34562 else
34563 echo "$as_me:$LINENO: checking for statvfs" >&5
34564 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
34565 if test "${wx_cv_func_statvfs+set}" = set; then
34566 echo $ECHO_N "(cached) $ECHO_C" >&6
34567 else
34568 cat >conftest.$ac_ext <<_ACEOF
34569 /* confdefs.h. */
34570 _ACEOF
34571 cat confdefs.h >>conftest.$ac_ext
34572 cat >>conftest.$ac_ext <<_ACEOF
34573 /* end confdefs.h. */
34574
34575 #include <stddef.h>
34576 #include <sys/statvfs.h>
34577
34578 int
34579 main ()
34580 {
34581
34582 statvfs("/", NULL);
34583
34584 ;
34585 return 0;
34586 }
34587 _ACEOF
34588 rm -f conftest.$ac_objext
34589 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34590 (eval $ac_compile) 2>conftest.er1
34591 ac_status=$?
34592 grep -v '^ *+' conftest.er1 >conftest.err
34593 rm -f conftest.er1
34594 cat conftest.err >&5
34595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34596 (exit $ac_status); } &&
34597 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34599 (eval $ac_try) 2>&5
34600 ac_status=$?
34601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34602 (exit $ac_status); }; } &&
34603 { ac_try='test -s conftest.$ac_objext'
34604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34605 (eval $ac_try) 2>&5
34606 ac_status=$?
34607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34608 (exit $ac_status); }; }; then
34609 wx_cv_func_statvfs=yes
34610 else
34611 echo "$as_me: failed program was:" >&5
34612 sed 's/^/| /' conftest.$ac_ext >&5
34613
34614 wx_cv_func_statvfs=no
34615
34616 fi
34617 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34618
34619 fi
34620 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
34621 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
34622
34623 if test "$wx_cv_func_statvfs" = "yes"; then
34624
34625
34626 ac_ext=cc
34627 ac_cpp='$CXXCPP $CPPFLAGS'
34628 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34629 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34630 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34631
34632
34633 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
34634 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
34635 if test "${wx_cv_type_statvfs_t+set}" = set; then
34636 echo $ECHO_N "(cached) $ECHO_C" >&6
34637 else
34638 cat >conftest.$ac_ext <<_ACEOF
34639 /* confdefs.h. */
34640 _ACEOF
34641 cat confdefs.h >>conftest.$ac_ext
34642 cat >>conftest.$ac_ext <<_ACEOF
34643 /* end confdefs.h. */
34644
34645 #include <sys/statvfs.h>
34646
34647 int
34648 main ()
34649 {
34650
34651 long l;
34652 statvfs_t fs;
34653 statvfs("/", &fs);
34654 l = fs.f_bsize;
34655 l += fs.f_blocks;
34656 l += fs.f_bavail;
34657
34658 ;
34659 return 0;
34660 }
34661 _ACEOF
34662 rm -f conftest.$ac_objext
34663 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34664 (eval $ac_compile) 2>conftest.er1
34665 ac_status=$?
34666 grep -v '^ *+' conftest.er1 >conftest.err
34667 rm -f conftest.er1
34668 cat conftest.err >&5
34669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34670 (exit $ac_status); } &&
34671 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34673 (eval $ac_try) 2>&5
34674 ac_status=$?
34675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34676 (exit $ac_status); }; } &&
34677 { ac_try='test -s conftest.$ac_objext'
34678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34679 (eval $ac_try) 2>&5
34680 ac_status=$?
34681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34682 (exit $ac_status); }; }; then
34683 wx_cv_type_statvfs_t=statvfs_t
34684 else
34685 echo "$as_me: failed program was:" >&5
34686 sed 's/^/| /' conftest.$ac_ext >&5
34687
34688
34689 cat >conftest.$ac_ext <<_ACEOF
34690 /* confdefs.h. */
34691 _ACEOF
34692 cat confdefs.h >>conftest.$ac_ext
34693 cat >>conftest.$ac_ext <<_ACEOF
34694 /* end confdefs.h. */
34695
34696 #include <sys/statvfs.h>
34697
34698 int
34699 main ()
34700 {
34701
34702 long l;
34703 struct statvfs fs;
34704 statvfs("/", &fs);
34705 l = fs.f_bsize;
34706 l += fs.f_blocks;
34707 l += fs.f_bavail;
34708
34709 ;
34710 return 0;
34711 }
34712 _ACEOF
34713 rm -f conftest.$ac_objext
34714 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34715 (eval $ac_compile) 2>conftest.er1
34716 ac_status=$?
34717 grep -v '^ *+' conftest.er1 >conftest.err
34718 rm -f conftest.er1
34719 cat conftest.err >&5
34720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34721 (exit $ac_status); } &&
34722 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34724 (eval $ac_try) 2>&5
34725 ac_status=$?
34726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34727 (exit $ac_status); }; } &&
34728 { ac_try='test -s conftest.$ac_objext'
34729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34730 (eval $ac_try) 2>&5
34731 ac_status=$?
34732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34733 (exit $ac_status); }; }; then
34734 wx_cv_type_statvfs_t="struct statvfs"
34735 else
34736 echo "$as_me: failed program was:" >&5
34737 sed 's/^/| /' conftest.$ac_ext >&5
34738
34739 wx_cv_type_statvfs_t="unknown"
34740
34741 fi
34742 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34743
34744
34745 fi
34746 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34747
34748 fi
34749 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
34750 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
34751
34752 ac_ext=c
34753 ac_cpp='$CPP $CPPFLAGS'
34754 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34755 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34756 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34757
34758
34759 if test "$wx_cv_type_statvfs_t" != "unknown"; then
34760 cat >>confdefs.h <<\_ACEOF
34761 #define HAVE_STATVFS 1
34762 _ACEOF
34763
34764 fi
34765 else
34766 wx_cv_type_statvfs_t="unknown"
34767 fi
34768 fi
34769
34770 if test "$wx_cv_type_statvfs_t" != "unknown"; then
34771 cat >>confdefs.h <<_ACEOF
34772 #define WX_STATFS_T $wx_cv_type_statvfs_t
34773 _ACEOF
34774
34775 else
34776 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
34777 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
34778 fi
34779
34780 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
34781
34782
34783 for ac_func in fcntl flock
34784 do
34785 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34786 echo "$as_me:$LINENO: checking for $ac_func" >&5
34787 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34788 if eval "test \"\${$as_ac_var+set}\" = set"; then
34789 echo $ECHO_N "(cached) $ECHO_C" >&6
34790 else
34791 cat >conftest.$ac_ext <<_ACEOF
34792 /* confdefs.h. */
34793 _ACEOF
34794 cat confdefs.h >>conftest.$ac_ext
34795 cat >>conftest.$ac_ext <<_ACEOF
34796 /* end confdefs.h. */
34797 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34798 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34799 #define $ac_func innocuous_$ac_func
34800
34801 /* System header to define __stub macros and hopefully few prototypes,
34802 which can conflict with char $ac_func (); below.
34803 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34804 <limits.h> exists even on freestanding compilers. */
34805
34806 #ifdef __STDC__
34807 # include <limits.h>
34808 #else
34809 # include <assert.h>
34810 #endif
34811
34812 #undef $ac_func
34813
34814 /* Override any gcc2 internal prototype to avoid an error. */
34815 #ifdef __cplusplus
34816 extern "C"
34817 {
34818 #endif
34819 /* We use char because int might match the return type of a gcc2
34820 builtin and then its argument prototype would still apply. */
34821 char $ac_func ();
34822 /* The GNU C library defines this for functions which it implements
34823 to always fail with ENOSYS. Some functions are actually named
34824 something starting with __ and the normal name is an alias. */
34825 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34826 choke me
34827 #else
34828 char (*f) () = $ac_func;
34829 #endif
34830 #ifdef __cplusplus
34831 }
34832 #endif
34833
34834 int
34835 main ()
34836 {
34837 return f != $ac_func;
34838 ;
34839 return 0;
34840 }
34841 _ACEOF
34842 rm -f conftest.$ac_objext conftest$ac_exeext
34843 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34844 (eval $ac_link) 2>conftest.er1
34845 ac_status=$?
34846 grep -v '^ *+' conftest.er1 >conftest.err
34847 rm -f conftest.er1
34848 cat conftest.err >&5
34849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34850 (exit $ac_status); } &&
34851 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34853 (eval $ac_try) 2>&5
34854 ac_status=$?
34855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34856 (exit $ac_status); }; } &&
34857 { ac_try='test -s conftest$ac_exeext'
34858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34859 (eval $ac_try) 2>&5
34860 ac_status=$?
34861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34862 (exit $ac_status); }; }; then
34863 eval "$as_ac_var=yes"
34864 else
34865 echo "$as_me: failed program was:" >&5
34866 sed 's/^/| /' conftest.$ac_ext >&5
34867
34868 eval "$as_ac_var=no"
34869 fi
34870 rm -f conftest.err conftest.$ac_objext \
34871 conftest$ac_exeext conftest.$ac_ext
34872 fi
34873 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34874 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34875 if test `eval echo '${'$as_ac_var'}'` = yes; then
34876 cat >>confdefs.h <<_ACEOF
34877 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34878 _ACEOF
34879 break
34880 fi
34881 done
34882
34883
34884 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
34885 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
34886 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
34887 wxUSE_SNGLINST_CHECKER=no
34888 fi
34889 fi
34890
34891
34892 for ac_func in timegm
34893 do
34894 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34895 echo "$as_me:$LINENO: checking for $ac_func" >&5
34896 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34897 if eval "test \"\${$as_ac_var+set}\" = set"; then
34898 echo $ECHO_N "(cached) $ECHO_C" >&6
34899 else
34900 cat >conftest.$ac_ext <<_ACEOF
34901 /* confdefs.h. */
34902 _ACEOF
34903 cat confdefs.h >>conftest.$ac_ext
34904 cat >>conftest.$ac_ext <<_ACEOF
34905 /* end confdefs.h. */
34906 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34907 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34908 #define $ac_func innocuous_$ac_func
34909
34910 /* System header to define __stub macros and hopefully few prototypes,
34911 which can conflict with char $ac_func (); below.
34912 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34913 <limits.h> exists even on freestanding compilers. */
34914
34915 #ifdef __STDC__
34916 # include <limits.h>
34917 #else
34918 # include <assert.h>
34919 #endif
34920
34921 #undef $ac_func
34922
34923 /* Override any gcc2 internal prototype to avoid an error. */
34924 #ifdef __cplusplus
34925 extern "C"
34926 {
34927 #endif
34928 /* We use char because int might match the return type of a gcc2
34929 builtin and then its argument prototype would still apply. */
34930 char $ac_func ();
34931 /* The GNU C library defines this for functions which it implements
34932 to always fail with ENOSYS. Some functions are actually named
34933 something starting with __ and the normal name is an alias. */
34934 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34935 choke me
34936 #else
34937 char (*f) () = $ac_func;
34938 #endif
34939 #ifdef __cplusplus
34940 }
34941 #endif
34942
34943 int
34944 main ()
34945 {
34946 return f != $ac_func;
34947 ;
34948 return 0;
34949 }
34950 _ACEOF
34951 rm -f conftest.$ac_objext conftest$ac_exeext
34952 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34953 (eval $ac_link) 2>conftest.er1
34954 ac_status=$?
34955 grep -v '^ *+' conftest.er1 >conftest.err
34956 rm -f conftest.er1
34957 cat conftest.err >&5
34958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34959 (exit $ac_status); } &&
34960 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34962 (eval $ac_try) 2>&5
34963 ac_status=$?
34964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34965 (exit $ac_status); }; } &&
34966 { ac_try='test -s conftest$ac_exeext'
34967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34968 (eval $ac_try) 2>&5
34969 ac_status=$?
34970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34971 (exit $ac_status); }; }; then
34972 eval "$as_ac_var=yes"
34973 else
34974 echo "$as_me: failed program was:" >&5
34975 sed 's/^/| /' conftest.$ac_ext >&5
34976
34977 eval "$as_ac_var=no"
34978 fi
34979 rm -f conftest.err conftest.$ac_objext \
34980 conftest$ac_exeext conftest.$ac_ext
34981 fi
34982 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34983 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34984 if test `eval echo '${'$as_ac_var'}'` = yes; then
34985 cat >>confdefs.h <<_ACEOF
34986 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34987 _ACEOF
34988
34989 fi
34990 done
34991
34992
34993
34994
34995 for ac_func in putenv setenv
34996 do
34997 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34998 echo "$as_me:$LINENO: checking for $ac_func" >&5
34999 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35000 if eval "test \"\${$as_ac_var+set}\" = set"; then
35001 echo $ECHO_N "(cached) $ECHO_C" >&6
35002 else
35003 cat >conftest.$ac_ext <<_ACEOF
35004 /* confdefs.h. */
35005 _ACEOF
35006 cat confdefs.h >>conftest.$ac_ext
35007 cat >>conftest.$ac_ext <<_ACEOF
35008 /* end confdefs.h. */
35009 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35010 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35011 #define $ac_func innocuous_$ac_func
35012
35013 /* System header to define __stub macros and hopefully few prototypes,
35014 which can conflict with char $ac_func (); below.
35015 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35016 <limits.h> exists even on freestanding compilers. */
35017
35018 #ifdef __STDC__
35019 # include <limits.h>
35020 #else
35021 # include <assert.h>
35022 #endif
35023
35024 #undef $ac_func
35025
35026 /* Override any gcc2 internal prototype to avoid an error. */
35027 #ifdef __cplusplus
35028 extern "C"
35029 {
35030 #endif
35031 /* We use char because int might match the return type of a gcc2
35032 builtin and then its argument prototype would still apply. */
35033 char $ac_func ();
35034 /* The GNU C library defines this for functions which it implements
35035 to always fail with ENOSYS. Some functions are actually named
35036 something starting with __ and the normal name is an alias. */
35037 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35038 choke me
35039 #else
35040 char (*f) () = $ac_func;
35041 #endif
35042 #ifdef __cplusplus
35043 }
35044 #endif
35045
35046 int
35047 main ()
35048 {
35049 return f != $ac_func;
35050 ;
35051 return 0;
35052 }
35053 _ACEOF
35054 rm -f conftest.$ac_objext conftest$ac_exeext
35055 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35056 (eval $ac_link) 2>conftest.er1
35057 ac_status=$?
35058 grep -v '^ *+' conftest.er1 >conftest.err
35059 rm -f conftest.er1
35060 cat conftest.err >&5
35061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35062 (exit $ac_status); } &&
35063 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35065 (eval $ac_try) 2>&5
35066 ac_status=$?
35067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35068 (exit $ac_status); }; } &&
35069 { ac_try='test -s conftest$ac_exeext'
35070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35071 (eval $ac_try) 2>&5
35072 ac_status=$?
35073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35074 (exit $ac_status); }; }; then
35075 eval "$as_ac_var=yes"
35076 else
35077 echo "$as_me: failed program was:" >&5
35078 sed 's/^/| /' conftest.$ac_ext >&5
35079
35080 eval "$as_ac_var=no"
35081 fi
35082 rm -f conftest.err conftest.$ac_objext \
35083 conftest$ac_exeext conftest.$ac_ext
35084 fi
35085 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35086 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35087 if test `eval echo '${'$as_ac_var'}'` = yes; then
35088 cat >>confdefs.h <<_ACEOF
35089 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35090 _ACEOF
35091 break
35092 fi
35093 done
35094
35095
35096 HAVE_SOME_SLEEP_FUNC=0
35097 if test "$USE_BEOS" = 1; then
35098 cat >>confdefs.h <<\_ACEOF
35099 #define HAVE_SLEEP 1
35100 _ACEOF
35101
35102 HAVE_SOME_SLEEP_FUNC=1
35103 fi
35104
35105 if test "$USE_DARWIN" = 1; then
35106 cat >>confdefs.h <<\_ACEOF
35107 #define HAVE_USLEEP 1
35108 _ACEOF
35109
35110 HAVE_SOME_SLEEP_FUNC=1
35111 fi
35112
35113 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
35114 POSIX4_LINK=
35115
35116 for ac_func in nanosleep
35117 do
35118 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35119 echo "$as_me:$LINENO: checking for $ac_func" >&5
35120 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35121 if eval "test \"\${$as_ac_var+set}\" = set"; then
35122 echo $ECHO_N "(cached) $ECHO_C" >&6
35123 else
35124 cat >conftest.$ac_ext <<_ACEOF
35125 /* confdefs.h. */
35126 _ACEOF
35127 cat confdefs.h >>conftest.$ac_ext
35128 cat >>conftest.$ac_ext <<_ACEOF
35129 /* end confdefs.h. */
35130 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35131 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35132 #define $ac_func innocuous_$ac_func
35133
35134 /* System header to define __stub macros and hopefully few prototypes,
35135 which can conflict with char $ac_func (); below.
35136 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35137 <limits.h> exists even on freestanding compilers. */
35138
35139 #ifdef __STDC__
35140 # include <limits.h>
35141 #else
35142 # include <assert.h>
35143 #endif
35144
35145 #undef $ac_func
35146
35147 /* Override any gcc2 internal prototype to avoid an error. */
35148 #ifdef __cplusplus
35149 extern "C"
35150 {
35151 #endif
35152 /* We use char because int might match the return type of a gcc2
35153 builtin and then its argument prototype would still apply. */
35154 char $ac_func ();
35155 /* The GNU C library defines this for functions which it implements
35156 to always fail with ENOSYS. Some functions are actually named
35157 something starting with __ and the normal name is an alias. */
35158 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35159 choke me
35160 #else
35161 char (*f) () = $ac_func;
35162 #endif
35163 #ifdef __cplusplus
35164 }
35165 #endif
35166
35167 int
35168 main ()
35169 {
35170 return f != $ac_func;
35171 ;
35172 return 0;
35173 }
35174 _ACEOF
35175 rm -f conftest.$ac_objext conftest$ac_exeext
35176 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35177 (eval $ac_link) 2>conftest.er1
35178 ac_status=$?
35179 grep -v '^ *+' conftest.er1 >conftest.err
35180 rm -f conftest.er1
35181 cat conftest.err >&5
35182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35183 (exit $ac_status); } &&
35184 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35186 (eval $ac_try) 2>&5
35187 ac_status=$?
35188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35189 (exit $ac_status); }; } &&
35190 { ac_try='test -s conftest$ac_exeext'
35191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35192 (eval $ac_try) 2>&5
35193 ac_status=$?
35194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35195 (exit $ac_status); }; }; then
35196 eval "$as_ac_var=yes"
35197 else
35198 echo "$as_me: failed program was:" >&5
35199 sed 's/^/| /' conftest.$ac_ext >&5
35200
35201 eval "$as_ac_var=no"
35202 fi
35203 rm -f conftest.err conftest.$ac_objext \
35204 conftest$ac_exeext conftest.$ac_ext
35205 fi
35206 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35207 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35208 if test `eval echo '${'$as_ac_var'}'` = yes; then
35209 cat >>confdefs.h <<_ACEOF
35210 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35211 _ACEOF
35212 cat >>confdefs.h <<\_ACEOF
35213 #define HAVE_NANOSLEEP 1
35214 _ACEOF
35215
35216 else
35217
35218 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
35219 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
35220 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
35221 echo $ECHO_N "(cached) $ECHO_C" >&6
35222 else
35223 ac_check_lib_save_LIBS=$LIBS
35224 LIBS="-lposix4 $LIBS"
35225 cat >conftest.$ac_ext <<_ACEOF
35226 /* confdefs.h. */
35227 _ACEOF
35228 cat confdefs.h >>conftest.$ac_ext
35229 cat >>conftest.$ac_ext <<_ACEOF
35230 /* end confdefs.h. */
35231
35232 /* Override any gcc2 internal prototype to avoid an error. */
35233 #ifdef __cplusplus
35234 extern "C"
35235 #endif
35236 /* We use char because int might match the return type of a gcc2
35237 builtin and then its argument prototype would still apply. */
35238 char nanosleep ();
35239 int
35240 main ()
35241 {
35242 nanosleep ();
35243 ;
35244 return 0;
35245 }
35246 _ACEOF
35247 rm -f conftest.$ac_objext conftest$ac_exeext
35248 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35249 (eval $ac_link) 2>conftest.er1
35250 ac_status=$?
35251 grep -v '^ *+' conftest.er1 >conftest.err
35252 rm -f conftest.er1
35253 cat conftest.err >&5
35254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35255 (exit $ac_status); } &&
35256 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35258 (eval $ac_try) 2>&5
35259 ac_status=$?
35260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35261 (exit $ac_status); }; } &&
35262 { ac_try='test -s conftest$ac_exeext'
35263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35264 (eval $ac_try) 2>&5
35265 ac_status=$?
35266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35267 (exit $ac_status); }; }; then
35268 ac_cv_lib_posix4_nanosleep=yes
35269 else
35270 echo "$as_me: failed program was:" >&5
35271 sed 's/^/| /' conftest.$ac_ext >&5
35272
35273 ac_cv_lib_posix4_nanosleep=no
35274 fi
35275 rm -f conftest.err conftest.$ac_objext \
35276 conftest$ac_exeext conftest.$ac_ext
35277 LIBS=$ac_check_lib_save_LIBS
35278 fi
35279 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
35280 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
35281 if test $ac_cv_lib_posix4_nanosleep = yes; then
35282
35283 cat >>confdefs.h <<\_ACEOF
35284 #define HAVE_NANOSLEEP 1
35285 _ACEOF
35286
35287 POSIX4_LINK=" -lposix4"
35288
35289 else
35290
35291
35292 for ac_func in usleep
35293 do
35294 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35295 echo "$as_me:$LINENO: checking for $ac_func" >&5
35296 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35297 if eval "test \"\${$as_ac_var+set}\" = set"; then
35298 echo $ECHO_N "(cached) $ECHO_C" >&6
35299 else
35300 cat >conftest.$ac_ext <<_ACEOF
35301 /* confdefs.h. */
35302 _ACEOF
35303 cat confdefs.h >>conftest.$ac_ext
35304 cat >>conftest.$ac_ext <<_ACEOF
35305 /* end confdefs.h. */
35306 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35307 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35308 #define $ac_func innocuous_$ac_func
35309
35310 /* System header to define __stub macros and hopefully few prototypes,
35311 which can conflict with char $ac_func (); below.
35312 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35313 <limits.h> exists even on freestanding compilers. */
35314
35315 #ifdef __STDC__
35316 # include <limits.h>
35317 #else
35318 # include <assert.h>
35319 #endif
35320
35321 #undef $ac_func
35322
35323 /* Override any gcc2 internal prototype to avoid an error. */
35324 #ifdef __cplusplus
35325 extern "C"
35326 {
35327 #endif
35328 /* We use char because int might match the return type of a gcc2
35329 builtin and then its argument prototype would still apply. */
35330 char $ac_func ();
35331 /* The GNU C library defines this for functions which it implements
35332 to always fail with ENOSYS. Some functions are actually named
35333 something starting with __ and the normal name is an alias. */
35334 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35335 choke me
35336 #else
35337 char (*f) () = $ac_func;
35338 #endif
35339 #ifdef __cplusplus
35340 }
35341 #endif
35342
35343 int
35344 main ()
35345 {
35346 return f != $ac_func;
35347 ;
35348 return 0;
35349 }
35350 _ACEOF
35351 rm -f conftest.$ac_objext conftest$ac_exeext
35352 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35353 (eval $ac_link) 2>conftest.er1
35354 ac_status=$?
35355 grep -v '^ *+' conftest.er1 >conftest.err
35356 rm -f conftest.er1
35357 cat conftest.err >&5
35358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35359 (exit $ac_status); } &&
35360 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35362 (eval $ac_try) 2>&5
35363 ac_status=$?
35364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35365 (exit $ac_status); }; } &&
35366 { ac_try='test -s conftest$ac_exeext'
35367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35368 (eval $ac_try) 2>&5
35369 ac_status=$?
35370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35371 (exit $ac_status); }; }; then
35372 eval "$as_ac_var=yes"
35373 else
35374 echo "$as_me: failed program was:" >&5
35375 sed 's/^/| /' conftest.$ac_ext >&5
35376
35377 eval "$as_ac_var=no"
35378 fi
35379 rm -f conftest.err conftest.$ac_objext \
35380 conftest$ac_exeext conftest.$ac_ext
35381 fi
35382 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35383 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35384 if test `eval echo '${'$as_ac_var'}'` = yes; then
35385 cat >>confdefs.h <<_ACEOF
35386 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35387 _ACEOF
35388 cat >>confdefs.h <<\_ACEOF
35389 #define HAVE_USLEEP 1
35390 _ACEOF
35391
35392 else
35393 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
35394 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
35395
35396 fi
35397 done
35398
35399
35400
35401 fi
35402
35403
35404
35405 fi
35406 done
35407
35408 fi
35409
35410
35411
35412 for ac_func in uname gethostname
35413 do
35414 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35415 echo "$as_me:$LINENO: checking for $ac_func" >&5
35416 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35417 if eval "test \"\${$as_ac_var+set}\" = set"; then
35418 echo $ECHO_N "(cached) $ECHO_C" >&6
35419 else
35420 cat >conftest.$ac_ext <<_ACEOF
35421 /* confdefs.h. */
35422 _ACEOF
35423 cat confdefs.h >>conftest.$ac_ext
35424 cat >>conftest.$ac_ext <<_ACEOF
35425 /* end confdefs.h. */
35426 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35427 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35428 #define $ac_func innocuous_$ac_func
35429
35430 /* System header to define __stub macros and hopefully few prototypes,
35431 which can conflict with char $ac_func (); below.
35432 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35433 <limits.h> exists even on freestanding compilers. */
35434
35435 #ifdef __STDC__
35436 # include <limits.h>
35437 #else
35438 # include <assert.h>
35439 #endif
35440
35441 #undef $ac_func
35442
35443 /* Override any gcc2 internal prototype to avoid an error. */
35444 #ifdef __cplusplus
35445 extern "C"
35446 {
35447 #endif
35448 /* We use char because int might match the return type of a gcc2
35449 builtin and then its argument prototype would still apply. */
35450 char $ac_func ();
35451 /* The GNU C library defines this for functions which it implements
35452 to always fail with ENOSYS. Some functions are actually named
35453 something starting with __ and the normal name is an alias. */
35454 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35455 choke me
35456 #else
35457 char (*f) () = $ac_func;
35458 #endif
35459 #ifdef __cplusplus
35460 }
35461 #endif
35462
35463 int
35464 main ()
35465 {
35466 return f != $ac_func;
35467 ;
35468 return 0;
35469 }
35470 _ACEOF
35471 rm -f conftest.$ac_objext conftest$ac_exeext
35472 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35473 (eval $ac_link) 2>conftest.er1
35474 ac_status=$?
35475 grep -v '^ *+' conftest.er1 >conftest.err
35476 rm -f conftest.er1
35477 cat conftest.err >&5
35478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35479 (exit $ac_status); } &&
35480 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35482 (eval $ac_try) 2>&5
35483 ac_status=$?
35484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35485 (exit $ac_status); }; } &&
35486 { ac_try='test -s conftest$ac_exeext'
35487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35488 (eval $ac_try) 2>&5
35489 ac_status=$?
35490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35491 (exit $ac_status); }; }; then
35492 eval "$as_ac_var=yes"
35493 else
35494 echo "$as_me: failed program was:" >&5
35495 sed 's/^/| /' conftest.$ac_ext >&5
35496
35497 eval "$as_ac_var=no"
35498 fi
35499 rm -f conftest.err conftest.$ac_objext \
35500 conftest$ac_exeext conftest.$ac_ext
35501 fi
35502 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35503 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35504 if test `eval echo '${'$as_ac_var'}'` = yes; then
35505 cat >>confdefs.h <<_ACEOF
35506 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35507 _ACEOF
35508 break
35509 fi
35510 done
35511
35512
35513
35514
35515 ac_ext=cc
35516 ac_cpp='$CXXCPP $CPPFLAGS'
35517 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35518 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35519 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35520
35521
35522
35523 for ac_func in strtok_r
35524 do
35525 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35526 echo "$as_me:$LINENO: checking for $ac_func" >&5
35527 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35528 if eval "test \"\${$as_ac_var+set}\" = set"; then
35529 echo $ECHO_N "(cached) $ECHO_C" >&6
35530 else
35531 cat >conftest.$ac_ext <<_ACEOF
35532 /* confdefs.h. */
35533 _ACEOF
35534 cat confdefs.h >>conftest.$ac_ext
35535 cat >>conftest.$ac_ext <<_ACEOF
35536 /* end confdefs.h. */
35537 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35538 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35539 #define $ac_func innocuous_$ac_func
35540
35541 /* System header to define __stub macros and hopefully few prototypes,
35542 which can conflict with char $ac_func (); below.
35543 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35544 <limits.h> exists even on freestanding compilers. */
35545
35546 #ifdef __STDC__
35547 # include <limits.h>
35548 #else
35549 # include <assert.h>
35550 #endif
35551
35552 #undef $ac_func
35553
35554 /* Override any gcc2 internal prototype to avoid an error. */
35555 #ifdef __cplusplus
35556 extern "C"
35557 {
35558 #endif
35559 /* We use char because int might match the return type of a gcc2
35560 builtin and then its argument prototype would still apply. */
35561 char $ac_func ();
35562 /* The GNU C library defines this for functions which it implements
35563 to always fail with ENOSYS. Some functions are actually named
35564 something starting with __ and the normal name is an alias. */
35565 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35566 choke me
35567 #else
35568 char (*f) () = $ac_func;
35569 #endif
35570 #ifdef __cplusplus
35571 }
35572 #endif
35573
35574 int
35575 main ()
35576 {
35577 return f != $ac_func;
35578 ;
35579 return 0;
35580 }
35581 _ACEOF
35582 rm -f conftest.$ac_objext conftest$ac_exeext
35583 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35584 (eval $ac_link) 2>conftest.er1
35585 ac_status=$?
35586 grep -v '^ *+' conftest.er1 >conftest.err
35587 rm -f conftest.er1
35588 cat conftest.err >&5
35589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35590 (exit $ac_status); } &&
35591 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35593 (eval $ac_try) 2>&5
35594 ac_status=$?
35595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35596 (exit $ac_status); }; } &&
35597 { ac_try='test -s conftest$ac_exeext'
35598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35599 (eval $ac_try) 2>&5
35600 ac_status=$?
35601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35602 (exit $ac_status); }; }; then
35603 eval "$as_ac_var=yes"
35604 else
35605 echo "$as_me: failed program was:" >&5
35606 sed 's/^/| /' conftest.$ac_ext >&5
35607
35608 eval "$as_ac_var=no"
35609 fi
35610 rm -f conftest.err conftest.$ac_objext \
35611 conftest$ac_exeext conftest.$ac_ext
35612 fi
35613 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35614 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35615 if test `eval echo '${'$as_ac_var'}'` = yes; then
35616 cat >>confdefs.h <<_ACEOF
35617 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35618 _ACEOF
35619
35620 fi
35621 done
35622
35623
35624 ac_ext=c
35625 ac_cpp='$CPP $CPPFLAGS'
35626 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35627 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35628 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35629
35630
35631 INET_LINK=
35632
35633 for ac_func in inet_addr
35634 do
35635 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35636 echo "$as_me:$LINENO: checking for $ac_func" >&5
35637 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35638 if eval "test \"\${$as_ac_var+set}\" = set"; then
35639 echo $ECHO_N "(cached) $ECHO_C" >&6
35640 else
35641 cat >conftest.$ac_ext <<_ACEOF
35642 /* confdefs.h. */
35643 _ACEOF
35644 cat confdefs.h >>conftest.$ac_ext
35645 cat >>conftest.$ac_ext <<_ACEOF
35646 /* end confdefs.h. */
35647 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35648 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35649 #define $ac_func innocuous_$ac_func
35650
35651 /* System header to define __stub macros and hopefully few prototypes,
35652 which can conflict with char $ac_func (); below.
35653 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35654 <limits.h> exists even on freestanding compilers. */
35655
35656 #ifdef __STDC__
35657 # include <limits.h>
35658 #else
35659 # include <assert.h>
35660 #endif
35661
35662 #undef $ac_func
35663
35664 /* Override any gcc2 internal prototype to avoid an error. */
35665 #ifdef __cplusplus
35666 extern "C"
35667 {
35668 #endif
35669 /* We use char because int might match the return type of a gcc2
35670 builtin and then its argument prototype would still apply. */
35671 char $ac_func ();
35672 /* The GNU C library defines this for functions which it implements
35673 to always fail with ENOSYS. Some functions are actually named
35674 something starting with __ and the normal name is an alias. */
35675 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35676 choke me
35677 #else
35678 char (*f) () = $ac_func;
35679 #endif
35680 #ifdef __cplusplus
35681 }
35682 #endif
35683
35684 int
35685 main ()
35686 {
35687 return f != $ac_func;
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 eval "$as_ac_var=yes"
35714 else
35715 echo "$as_me: failed program was:" >&5
35716 sed 's/^/| /' conftest.$ac_ext >&5
35717
35718 eval "$as_ac_var=no"
35719 fi
35720 rm -f conftest.err conftest.$ac_objext \
35721 conftest$ac_exeext conftest.$ac_ext
35722 fi
35723 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35724 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35725 if test `eval echo '${'$as_ac_var'}'` = yes; then
35726 cat >>confdefs.h <<_ACEOF
35727 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35728 _ACEOF
35729 cat >>confdefs.h <<\_ACEOF
35730 #define HAVE_INET_ADDR 1
35731 _ACEOF
35732
35733 else
35734
35735 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
35736 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
35737 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
35738 echo $ECHO_N "(cached) $ECHO_C" >&6
35739 else
35740 ac_check_lib_save_LIBS=$LIBS
35741 LIBS="-lnsl $LIBS"
35742 cat >conftest.$ac_ext <<_ACEOF
35743 /* confdefs.h. */
35744 _ACEOF
35745 cat confdefs.h >>conftest.$ac_ext
35746 cat >>conftest.$ac_ext <<_ACEOF
35747 /* end confdefs.h. */
35748
35749 /* Override any gcc2 internal prototype to avoid an error. */
35750 #ifdef __cplusplus
35751 extern "C"
35752 #endif
35753 /* We use char because int might match the return type of a gcc2
35754 builtin and then its argument prototype would still apply. */
35755 char inet_addr ();
35756 int
35757 main ()
35758 {
35759 inet_addr ();
35760 ;
35761 return 0;
35762 }
35763 _ACEOF
35764 rm -f conftest.$ac_objext conftest$ac_exeext
35765 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35766 (eval $ac_link) 2>conftest.er1
35767 ac_status=$?
35768 grep -v '^ *+' conftest.er1 >conftest.err
35769 rm -f conftest.er1
35770 cat conftest.err >&5
35771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35772 (exit $ac_status); } &&
35773 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35775 (eval $ac_try) 2>&5
35776 ac_status=$?
35777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35778 (exit $ac_status); }; } &&
35779 { ac_try='test -s conftest$ac_exeext'
35780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35781 (eval $ac_try) 2>&5
35782 ac_status=$?
35783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35784 (exit $ac_status); }; }; then
35785 ac_cv_lib_nsl_inet_addr=yes
35786 else
35787 echo "$as_me: failed program was:" >&5
35788 sed 's/^/| /' conftest.$ac_ext >&5
35789
35790 ac_cv_lib_nsl_inet_addr=no
35791 fi
35792 rm -f conftest.err conftest.$ac_objext \
35793 conftest$ac_exeext conftest.$ac_ext
35794 LIBS=$ac_check_lib_save_LIBS
35795 fi
35796 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
35797 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
35798 if test $ac_cv_lib_nsl_inet_addr = yes; then
35799 INET_LINK="nsl"
35800 else
35801
35802 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
35803 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
35804 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
35805 echo $ECHO_N "(cached) $ECHO_C" >&6
35806 else
35807 ac_check_lib_save_LIBS=$LIBS
35808 LIBS="-lresolv $LIBS"
35809 cat >conftest.$ac_ext <<_ACEOF
35810 /* confdefs.h. */
35811 _ACEOF
35812 cat confdefs.h >>conftest.$ac_ext
35813 cat >>conftest.$ac_ext <<_ACEOF
35814 /* end confdefs.h. */
35815
35816 /* Override any gcc2 internal prototype to avoid an error. */
35817 #ifdef __cplusplus
35818 extern "C"
35819 #endif
35820 /* We use char because int might match the return type of a gcc2
35821 builtin and then its argument prototype would still apply. */
35822 char inet_addr ();
35823 int
35824 main ()
35825 {
35826 inet_addr ();
35827 ;
35828 return 0;
35829 }
35830 _ACEOF
35831 rm -f conftest.$ac_objext conftest$ac_exeext
35832 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35833 (eval $ac_link) 2>conftest.er1
35834 ac_status=$?
35835 grep -v '^ *+' conftest.er1 >conftest.err
35836 rm -f conftest.er1
35837 cat conftest.err >&5
35838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35839 (exit $ac_status); } &&
35840 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35842 (eval $ac_try) 2>&5
35843 ac_status=$?
35844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35845 (exit $ac_status); }; } &&
35846 { ac_try='test -s conftest$ac_exeext'
35847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35848 (eval $ac_try) 2>&5
35849 ac_status=$?
35850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35851 (exit $ac_status); }; }; then
35852 ac_cv_lib_resolv_inet_addr=yes
35853 else
35854 echo "$as_me: failed program was:" >&5
35855 sed 's/^/| /' conftest.$ac_ext >&5
35856
35857 ac_cv_lib_resolv_inet_addr=no
35858 fi
35859 rm -f conftest.err conftest.$ac_objext \
35860 conftest$ac_exeext conftest.$ac_ext
35861 LIBS=$ac_check_lib_save_LIBS
35862 fi
35863 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
35864 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
35865 if test $ac_cv_lib_resolv_inet_addr = yes; then
35866 INET_LINK="resolv"
35867 else
35868
35869 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
35870 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
35871 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
35872 echo $ECHO_N "(cached) $ECHO_C" >&6
35873 else
35874 ac_check_lib_save_LIBS=$LIBS
35875 LIBS="-lsocket $LIBS"
35876 cat >conftest.$ac_ext <<_ACEOF
35877 /* confdefs.h. */
35878 _ACEOF
35879 cat confdefs.h >>conftest.$ac_ext
35880 cat >>conftest.$ac_ext <<_ACEOF
35881 /* end confdefs.h. */
35882
35883 /* Override any gcc2 internal prototype to avoid an error. */
35884 #ifdef __cplusplus
35885 extern "C"
35886 #endif
35887 /* We use char because int might match the return type of a gcc2
35888 builtin and then its argument prototype would still apply. */
35889 char inet_addr ();
35890 int
35891 main ()
35892 {
35893 inet_addr ();
35894 ;
35895 return 0;
35896 }
35897 _ACEOF
35898 rm -f conftest.$ac_objext conftest$ac_exeext
35899 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35900 (eval $ac_link) 2>conftest.er1
35901 ac_status=$?
35902 grep -v '^ *+' conftest.er1 >conftest.err
35903 rm -f conftest.er1
35904 cat conftest.err >&5
35905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35906 (exit $ac_status); } &&
35907 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35909 (eval $ac_try) 2>&5
35910 ac_status=$?
35911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35912 (exit $ac_status); }; } &&
35913 { ac_try='test -s conftest$ac_exeext'
35914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35915 (eval $ac_try) 2>&5
35916 ac_status=$?
35917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35918 (exit $ac_status); }; }; then
35919 ac_cv_lib_socket_inet_addr=yes
35920 else
35921 echo "$as_me: failed program was:" >&5
35922 sed 's/^/| /' conftest.$ac_ext >&5
35923
35924 ac_cv_lib_socket_inet_addr=no
35925 fi
35926 rm -f conftest.err conftest.$ac_objext \
35927 conftest$ac_exeext conftest.$ac_ext
35928 LIBS=$ac_check_lib_save_LIBS
35929 fi
35930 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
35931 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
35932 if test $ac_cv_lib_socket_inet_addr = yes; then
35933 INET_LINK="socket"
35934
35935 fi
35936
35937
35938
35939 fi
35940
35941
35942
35943 fi
35944
35945
35946
35947 fi
35948 done
35949
35950
35951
35952 for ac_func in inet_aton
35953 do
35954 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35955 echo "$as_me:$LINENO: checking for $ac_func" >&5
35956 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35957 if eval "test \"\${$as_ac_var+set}\" = set"; then
35958 echo $ECHO_N "(cached) $ECHO_C" >&6
35959 else
35960 cat >conftest.$ac_ext <<_ACEOF
35961 /* confdefs.h. */
35962 _ACEOF
35963 cat confdefs.h >>conftest.$ac_ext
35964 cat >>conftest.$ac_ext <<_ACEOF
35965 /* end confdefs.h. */
35966 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35967 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35968 #define $ac_func innocuous_$ac_func
35969
35970 /* System header to define __stub macros and hopefully few prototypes,
35971 which can conflict with char $ac_func (); below.
35972 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35973 <limits.h> exists even on freestanding compilers. */
35974
35975 #ifdef __STDC__
35976 # include <limits.h>
35977 #else
35978 # include <assert.h>
35979 #endif
35980
35981 #undef $ac_func
35982
35983 /* Override any gcc2 internal prototype to avoid an error. */
35984 #ifdef __cplusplus
35985 extern "C"
35986 {
35987 #endif
35988 /* We use char because int might match the return type of a gcc2
35989 builtin and then its argument prototype would still apply. */
35990 char $ac_func ();
35991 /* The GNU C library defines this for functions which it implements
35992 to always fail with ENOSYS. Some functions are actually named
35993 something starting with __ and the normal name is an alias. */
35994 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35995 choke me
35996 #else
35997 char (*f) () = $ac_func;
35998 #endif
35999 #ifdef __cplusplus
36000 }
36001 #endif
36002
36003 int
36004 main ()
36005 {
36006 return f != $ac_func;
36007 ;
36008 return 0;
36009 }
36010 _ACEOF
36011 rm -f conftest.$ac_objext conftest$ac_exeext
36012 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36013 (eval $ac_link) 2>conftest.er1
36014 ac_status=$?
36015 grep -v '^ *+' conftest.er1 >conftest.err
36016 rm -f conftest.er1
36017 cat conftest.err >&5
36018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36019 (exit $ac_status); } &&
36020 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36022 (eval $ac_try) 2>&5
36023 ac_status=$?
36024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36025 (exit $ac_status); }; } &&
36026 { ac_try='test -s conftest$ac_exeext'
36027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36028 (eval $ac_try) 2>&5
36029 ac_status=$?
36030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36031 (exit $ac_status); }; }; then
36032 eval "$as_ac_var=yes"
36033 else
36034 echo "$as_me: failed program was:" >&5
36035 sed 's/^/| /' conftest.$ac_ext >&5
36036
36037 eval "$as_ac_var=no"
36038 fi
36039 rm -f conftest.err conftest.$ac_objext \
36040 conftest$ac_exeext conftest.$ac_ext
36041 fi
36042 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36043 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36044 if test `eval echo '${'$as_ac_var'}'` = yes; then
36045 cat >>confdefs.h <<_ACEOF
36046 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36047 _ACEOF
36048 cat >>confdefs.h <<\_ACEOF
36049 #define HAVE_INET_ATON 1
36050 _ACEOF
36051
36052 else
36053
36054 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
36055 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
36056 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
36057 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
36058 echo $ECHO_N "(cached) $ECHO_C" >&6
36059 else
36060 ac_check_lib_save_LIBS=$LIBS
36061 LIBS="-l$INET_LINK $LIBS"
36062 cat >conftest.$ac_ext <<_ACEOF
36063 /* confdefs.h. */
36064 _ACEOF
36065 cat confdefs.h >>conftest.$ac_ext
36066 cat >>conftest.$ac_ext <<_ACEOF
36067 /* end confdefs.h. */
36068
36069 /* Override any gcc2 internal prototype to avoid an error. */
36070 #ifdef __cplusplus
36071 extern "C"
36072 #endif
36073 /* We use char because int might match the return type of a gcc2
36074 builtin and then its argument prototype would still apply. */
36075 char inet_aton ();
36076 int
36077 main ()
36078 {
36079 inet_aton ();
36080 ;
36081 return 0;
36082 }
36083 _ACEOF
36084 rm -f conftest.$ac_objext conftest$ac_exeext
36085 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36086 (eval $ac_link) 2>conftest.er1
36087 ac_status=$?
36088 grep -v '^ *+' conftest.er1 >conftest.err
36089 rm -f conftest.er1
36090 cat conftest.err >&5
36091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36092 (exit $ac_status); } &&
36093 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36095 (eval $ac_try) 2>&5
36096 ac_status=$?
36097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36098 (exit $ac_status); }; } &&
36099 { ac_try='test -s conftest$ac_exeext'
36100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36101 (eval $ac_try) 2>&5
36102 ac_status=$?
36103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36104 (exit $ac_status); }; }; then
36105 eval "$as_ac_Lib=yes"
36106 else
36107 echo "$as_me: failed program was:" >&5
36108 sed 's/^/| /' conftest.$ac_ext >&5
36109
36110 eval "$as_ac_Lib=no"
36111 fi
36112 rm -f conftest.err conftest.$ac_objext \
36113 conftest$ac_exeext conftest.$ac_ext
36114 LIBS=$ac_check_lib_save_LIBS
36115 fi
36116 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
36117 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
36118 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
36119 cat >>confdefs.h <<\_ACEOF
36120 #define HAVE_INET_ATON 1
36121 _ACEOF
36122
36123 fi
36124
36125
36126 fi
36127 done
36128
36129
36130 if test "x$INET_LINK" != "x"; then
36131 cat >>confdefs.h <<\_ACEOF
36132 #define HAVE_INET_ADDR 1
36133 _ACEOF
36134
36135 INET_LINK=" -l$INET_LINK"
36136 fi
36137
36138 fi
36139
36140
36141
36142 EXTRALIBS_ESD=
36143 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
36144 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
36145 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
36146 echo $ECHO_N "(cached) $ECHO_C" >&6
36147 else
36148 ac_check_lib_save_LIBS=$LIBS
36149 LIBS="-lesd $LIBS"
36150 cat >conftest.$ac_ext <<_ACEOF
36151 /* confdefs.h. */
36152 _ACEOF
36153 cat confdefs.h >>conftest.$ac_ext
36154 cat >>conftest.$ac_ext <<_ACEOF
36155 /* end confdefs.h. */
36156
36157 /* Override any gcc2 internal prototype to avoid an error. */
36158 #ifdef __cplusplus
36159 extern "C"
36160 #endif
36161 /* We use char because int might match the return type of a gcc2
36162 builtin and then its argument prototype would still apply. */
36163 char esd_close ();
36164 int
36165 main ()
36166 {
36167 esd_close ();
36168 ;
36169 return 0;
36170 }
36171 _ACEOF
36172 rm -f conftest.$ac_objext conftest$ac_exeext
36173 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36174 (eval $ac_link) 2>conftest.er1
36175 ac_status=$?
36176 grep -v '^ *+' conftest.er1 >conftest.err
36177 rm -f conftest.er1
36178 cat conftest.err >&5
36179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36180 (exit $ac_status); } &&
36181 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36183 (eval $ac_try) 2>&5
36184 ac_status=$?
36185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36186 (exit $ac_status); }; } &&
36187 { ac_try='test -s conftest$ac_exeext'
36188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36189 (eval $ac_try) 2>&5
36190 ac_status=$?
36191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36192 (exit $ac_status); }; }; then
36193 ac_cv_lib_esd_esd_close=yes
36194 else
36195 echo "$as_me: failed program was:" >&5
36196 sed 's/^/| /' conftest.$ac_ext >&5
36197
36198 ac_cv_lib_esd_esd_close=no
36199 fi
36200 rm -f conftest.err conftest.$ac_objext \
36201 conftest$ac_exeext conftest.$ac_ext
36202 LIBS=$ac_check_lib_save_LIBS
36203 fi
36204 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
36205 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
36206 if test $ac_cv_lib_esd_esd_close = yes; then
36207
36208
36209 for ac_header in esd.h
36210 do
36211 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36212 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36213 echo "$as_me:$LINENO: checking for $ac_header" >&5
36214 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36215 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36216 echo $ECHO_N "(cached) $ECHO_C" >&6
36217 fi
36218 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36219 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36220 else
36221 # Is the header compilable?
36222 echo "$as_me:$LINENO: checking $ac_header usability" >&5
36223 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36224 cat >conftest.$ac_ext <<_ACEOF
36225 /* confdefs.h. */
36226 _ACEOF
36227 cat confdefs.h >>conftest.$ac_ext
36228 cat >>conftest.$ac_ext <<_ACEOF
36229 /* end confdefs.h. */
36230 $ac_includes_default
36231 #include <$ac_header>
36232 _ACEOF
36233 rm -f conftest.$ac_objext
36234 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36235 (eval $ac_compile) 2>conftest.er1
36236 ac_status=$?
36237 grep -v '^ *+' conftest.er1 >conftest.err
36238 rm -f conftest.er1
36239 cat conftest.err >&5
36240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36241 (exit $ac_status); } &&
36242 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36244 (eval $ac_try) 2>&5
36245 ac_status=$?
36246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36247 (exit $ac_status); }; } &&
36248 { ac_try='test -s conftest.$ac_objext'
36249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36250 (eval $ac_try) 2>&5
36251 ac_status=$?
36252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36253 (exit $ac_status); }; }; then
36254 ac_header_compiler=yes
36255 else
36256 echo "$as_me: failed program was:" >&5
36257 sed 's/^/| /' conftest.$ac_ext >&5
36258
36259 ac_header_compiler=no
36260 fi
36261 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36262 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36263 echo "${ECHO_T}$ac_header_compiler" >&6
36264
36265 # Is the header present?
36266 echo "$as_me:$LINENO: checking $ac_header presence" >&5
36267 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36268 cat >conftest.$ac_ext <<_ACEOF
36269 /* confdefs.h. */
36270 _ACEOF
36271 cat confdefs.h >>conftest.$ac_ext
36272 cat >>conftest.$ac_ext <<_ACEOF
36273 /* end confdefs.h. */
36274 #include <$ac_header>
36275 _ACEOF
36276 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36277 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
36278 ac_status=$?
36279 grep -v '^ *+' conftest.er1 >conftest.err
36280 rm -f conftest.er1
36281 cat conftest.err >&5
36282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36283 (exit $ac_status); } >/dev/null; then
36284 if test -s conftest.err; then
36285 ac_cpp_err=$ac_c_preproc_warn_flag
36286 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
36287 else
36288 ac_cpp_err=
36289 fi
36290 else
36291 ac_cpp_err=yes
36292 fi
36293 if test -z "$ac_cpp_err"; then
36294 ac_header_preproc=yes
36295 else
36296 echo "$as_me: failed program was:" >&5
36297 sed 's/^/| /' conftest.$ac_ext >&5
36298
36299 ac_header_preproc=no
36300 fi
36301 rm -f conftest.err conftest.$ac_ext
36302 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36303 echo "${ECHO_T}$ac_header_preproc" >&6
36304
36305 # So? What about this header?
36306 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36307 yes:no: )
36308 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36309 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
36310 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36311 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36312 ac_header_preproc=yes
36313 ;;
36314 no:yes:* )
36315 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36316 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
36317 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
36318 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
36319 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36320 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36321 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
36322 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
36323 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36324 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
36325 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36326 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
36327 (
36328 cat <<\_ASBOX
36329 ## ----------------------------------------- ##
36330 ## Report this to wx-dev@lists.wxwidgets.org ##
36331 ## ----------------------------------------- ##
36332 _ASBOX
36333 ) |
36334 sed "s/^/$as_me: WARNING: /" >&2
36335 ;;
36336 esac
36337 echo "$as_me:$LINENO: checking for $ac_header" >&5
36338 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36339 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36340 echo $ECHO_N "(cached) $ECHO_C" >&6
36341 else
36342 eval "$as_ac_Header=\$ac_header_preproc"
36343 fi
36344 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36345 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36346
36347 fi
36348 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36349 cat >>confdefs.h <<_ACEOF
36350 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36351 _ACEOF
36352
36353 EXTRALIBS_ESD="-lesd"
36354
36355 fi
36356
36357 done
36358
36359
36360 fi
36361
36362
36363
36364 echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
36365 echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
36366 cat >conftest.$ac_ext <<_ACEOF
36367 /* confdefs.h. */
36368 _ACEOF
36369 cat confdefs.h >>conftest.$ac_ext
36370 cat >>conftest.$ac_ext <<_ACEOF
36371 /* end confdefs.h. */
36372 #ifdef __linux__
36373 #include <linux/cdrom.h>
36374 #else
36375 /* For Solaris */
36376 #include <sys/cdio.h>
36377 #endif
36378
36379 int
36380 main ()
36381 {
36382 struct cdrom_tocentry entry, old_entry;
36383 ;
36384 return 0;
36385 }
36386 _ACEOF
36387 rm -f conftest.$ac_objext
36388 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36389 (eval $ac_compile) 2>conftest.er1
36390 ac_status=$?
36391 grep -v '^ *+' conftest.er1 >conftest.err
36392 rm -f conftest.er1
36393 cat conftest.err >&5
36394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36395 (exit $ac_status); } &&
36396 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36398 (eval $ac_try) 2>&5
36399 ac_status=$?
36400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36401 (exit $ac_status); }; } &&
36402 { ac_try='test -s conftest.$ac_objext'
36403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36404 (eval $ac_try) 2>&5
36405 ac_status=$?
36406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36407 (exit $ac_status); }; }; then
36408 echo "$as_me:$LINENO: result: yes" >&5
36409 echo "${ECHO_T}yes" >&6
36410 cat >>confdefs.h <<\_ACEOF
36411 #define HAVE_KNOWN_CDROM_INTERFACE 1
36412 _ACEOF
36413
36414 else
36415 echo "$as_me: failed program was:" >&5
36416 sed 's/^/| /' conftest.$ac_ext >&5
36417
36418 echo "$as_me:$LINENO: result: no" >&5
36419 echo "${ECHO_T}no" >&6
36420 fi
36421 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36422
36423
36424 cat >confcache <<\_ACEOF
36425 # This file is a shell script that caches the results of configure
36426 # tests run on this system so they can be shared between configure
36427 # scripts and configure runs, see configure's option --config-cache.
36428 # It is not useful on other systems. If it contains results you don't
36429 # want to keep, you may remove or edit it.
36430 #
36431 # config.status only pays attention to the cache file if you give it
36432 # the --recheck option to rerun configure.
36433 #
36434 # `ac_cv_env_foo' variables (set or unset) will be overridden when
36435 # loading this file, other *unset* `ac_cv_foo' will be assigned the
36436 # following values.
36437
36438 _ACEOF
36439
36440 # The following way of writing the cache mishandles newlines in values,
36441 # but we know of no workaround that is simple, portable, and efficient.
36442 # So, don't put newlines in cache variables' values.
36443 # Ultrix sh set writes to stderr and can't be redirected directly,
36444 # and sets the high bit in the cache file unless we assign to the vars.
36445 {
36446 (set) 2>&1 |
36447 case `(ac_space=' '; set | grep ac_space) 2>&1` in
36448 *ac_space=\ *)
36449 # `set' does not quote correctly, so add quotes (double-quote
36450 # substitution turns \\\\ into \\, and sed turns \\ into \).
36451 sed -n \
36452 "s/'/'\\\\''/g;
36453 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
36454 ;;
36455 *)
36456 # `set' quotes correctly as required by POSIX, so do not add quotes.
36457 sed -n \
36458 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
36459 ;;
36460 esac;
36461 } |
36462 sed '
36463 t clear
36464 : clear
36465 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
36466 t end
36467 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
36468 : end' >>confcache
36469 if diff $cache_file confcache >/dev/null 2>&1; then :; else
36470 if test -w $cache_file; then
36471 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
36472 cat confcache >$cache_file
36473 else
36474 echo "not updating unwritable cache $cache_file"
36475 fi
36476 fi
36477 rm -f confcache
36478
36479
36480 CPP_MT_FLAG=
36481 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
36482
36483
36484 THREADS_LINK=
36485 THREADS_CFLAGS=
36486
36487 if test "$wxUSE_THREADS" = "yes" ; then
36488 if test "$USE_BEOS" = 1; then
36489 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
36490 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
36491 wxUSE_THREADS="no"
36492 fi
36493 fi
36494
36495 if test "$wxUSE_THREADS" = "yes" ; then
36496
36497
36498 THREAD_OPTS="-pthread"
36499 case "${host}" in
36500 *-*-solaris2* | *-*-sunos4* )
36501 if test "x$GCC" = "xyes"; then
36502 THREAD_OPTS="-pthreads $THREAD_OPTS"
36503 else
36504 THREAD_OPTS="-mt $THREAD_OPTS"
36505 fi
36506 ;;
36507 *-*-freebsd*)
36508 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
36509 ;;
36510 *-*-darwin* | *-*-cygwin* )
36511 THREAD_OPTS=""
36512 ;;
36513 *-*-aix*)
36514 THREAD_OPTS="pthreads"
36515 ;;
36516 *-hp-hpux* )
36517 if test "x$GCC" = "xyes"; then
36518 $CXX -dumpspecs | grep 'pthread:' >/dev/null ||
36519 THREAD_OPTS=""
36520 else
36521 THREAD_OPTS="-mt"
36522 fi
36523 ;;
36524
36525 *-*-irix* )
36526 if test "x$GCC" = "xyes"; then
36527 THREAD_OPTS=""
36528 fi
36529 ;;
36530
36531 *-*-*UnixWare*)
36532 if test "x$GCC" != "xyes"; then
36533 THREAD_OPTS="-Ethread"
36534 fi
36535 ;;
36536 esac
36537
36538 THREAD_OPTS="$THREAD_OPTS pthread none"
36539
36540 THREADS_OK=no
36541 for flag in $THREAD_OPTS; do
36542 case $flag in
36543 none)
36544 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
36545 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
36546 ;;
36547
36548 -*)
36549 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
36550 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
36551 THREADS_CFLAGS="$flag"
36552 ;;
36553
36554 *)
36555 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
36556 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
36557 THREADS_LINK="-l$flag"
36558 ;;
36559 esac
36560
36561 save_LIBS="$LIBS"
36562 save_CFLAGS="$CFLAGS"
36563 LIBS="$THREADS_LINK $LIBS"
36564 CFLAGS="$THREADS_CFLAGS $CFLAGS"
36565
36566 cat >conftest.$ac_ext <<_ACEOF
36567 /* confdefs.h. */
36568 _ACEOF
36569 cat confdefs.h >>conftest.$ac_ext
36570 cat >>conftest.$ac_ext <<_ACEOF
36571 /* end confdefs.h. */
36572 #include <pthread.h>
36573 int
36574 main ()
36575 {
36576 pthread_create(0,0,0,0);
36577 ;
36578 return 0;
36579 }
36580 _ACEOF
36581 rm -f conftest.$ac_objext conftest$ac_exeext
36582 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36583 (eval $ac_link) 2>conftest.er1
36584 ac_status=$?
36585 grep -v '^ *+' conftest.er1 >conftest.err
36586 rm -f conftest.er1
36587 cat conftest.err >&5
36588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36589 (exit $ac_status); } &&
36590 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36592 (eval $ac_try) 2>&5
36593 ac_status=$?
36594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36595 (exit $ac_status); }; } &&
36596 { ac_try='test -s conftest$ac_exeext'
36597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36598 (eval $ac_try) 2>&5
36599 ac_status=$?
36600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36601 (exit $ac_status); }; }; then
36602 THREADS_OK=yes
36603 else
36604 echo "$as_me: failed program was:" >&5
36605 sed 's/^/| /' conftest.$ac_ext >&5
36606
36607 fi
36608 rm -f conftest.err conftest.$ac_objext \
36609 conftest$ac_exeext conftest.$ac_ext
36610
36611 LIBS="$save_LIBS"
36612 CFLAGS="$save_CFLAGS"
36613
36614 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
36615 echo "${ECHO_T}$THREADS_OK" >&6
36616 if test "x$THREADS_OK" = "xyes"; then
36617 break;
36618 fi
36619
36620 THREADS_LINK=""
36621 THREADS_CFLAGS=""
36622 done
36623
36624 if test "x$THREADS_OK" != "xyes"; then
36625 wxUSE_THREADS=no
36626 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
36627 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
36628 else
36629 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
36630 LIBS="$THREADS_LINK $LIBS"
36631
36632 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
36633 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
36634 flag=no
36635 case "${host}" in
36636 *-aix*)
36637 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
36638 flag="-D_THREAD_SAFE"
36639 ;;
36640 *-freebsd*)
36641 flag="-D_THREAD_SAFE"
36642 ;;
36643 *-hp-hpux* )
36644 flag="-D_REENTRANT"
36645 if test "x$GCC" != "xyes"; then
36646 flag="$flag -D_RWSTD_MULTI_THREAD"
36647 fi
36648 ;;
36649 *solaris* | alpha*-osf*)
36650 flag="-D_REENTRANT"
36651 ;;
36652 esac
36653 echo "$as_me:$LINENO: result: ${flag}" >&5
36654 echo "${ECHO_T}${flag}" >&6
36655 if test "x$flag" != xno; then
36656 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
36657 fi
36658
36659 if test "x$THREADS_CFLAGS" != "x"; then
36660 CFLAGS="$CFLAGS $THREADS_CFLAGS"
36661 CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS"
36662 fi
36663 fi
36664 fi
36665
36666 if test "$wxUSE_THREADS" = "yes" ; then
36667
36668 for ac_func in thr_setconcurrency
36669 do
36670 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36671 echo "$as_me:$LINENO: checking for $ac_func" >&5
36672 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36673 if eval "test \"\${$as_ac_var+set}\" = set"; then
36674 echo $ECHO_N "(cached) $ECHO_C" >&6
36675 else
36676 cat >conftest.$ac_ext <<_ACEOF
36677 /* confdefs.h. */
36678 _ACEOF
36679 cat confdefs.h >>conftest.$ac_ext
36680 cat >>conftest.$ac_ext <<_ACEOF
36681 /* end confdefs.h. */
36682 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36683 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36684 #define $ac_func innocuous_$ac_func
36685
36686 /* System header to define __stub macros and hopefully few prototypes,
36687 which can conflict with char $ac_func (); below.
36688 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36689 <limits.h> exists even on freestanding compilers. */
36690
36691 #ifdef __STDC__
36692 # include <limits.h>
36693 #else
36694 # include <assert.h>
36695 #endif
36696
36697 #undef $ac_func
36698
36699 /* Override any gcc2 internal prototype to avoid an error. */
36700 #ifdef __cplusplus
36701 extern "C"
36702 {
36703 #endif
36704 /* We use char because int might match the return type of a gcc2
36705 builtin and then its argument prototype would still apply. */
36706 char $ac_func ();
36707 /* The GNU C library defines this for functions which it implements
36708 to always fail with ENOSYS. Some functions are actually named
36709 something starting with __ and the normal name is an alias. */
36710 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36711 choke me
36712 #else
36713 char (*f) () = $ac_func;
36714 #endif
36715 #ifdef __cplusplus
36716 }
36717 #endif
36718
36719 int
36720 main ()
36721 {
36722 return f != $ac_func;
36723 ;
36724 return 0;
36725 }
36726 _ACEOF
36727 rm -f conftest.$ac_objext conftest$ac_exeext
36728 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36729 (eval $ac_link) 2>conftest.er1
36730 ac_status=$?
36731 grep -v '^ *+' conftest.er1 >conftest.err
36732 rm -f conftest.er1
36733 cat conftest.err >&5
36734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36735 (exit $ac_status); } &&
36736 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36738 (eval $ac_try) 2>&5
36739 ac_status=$?
36740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36741 (exit $ac_status); }; } &&
36742 { ac_try='test -s conftest$ac_exeext'
36743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36744 (eval $ac_try) 2>&5
36745 ac_status=$?
36746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36747 (exit $ac_status); }; }; then
36748 eval "$as_ac_var=yes"
36749 else
36750 echo "$as_me: failed program was:" >&5
36751 sed 's/^/| /' conftest.$ac_ext >&5
36752
36753 eval "$as_ac_var=no"
36754 fi
36755 rm -f conftest.err conftest.$ac_objext \
36756 conftest$ac_exeext conftest.$ac_ext
36757 fi
36758 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36759 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36760 if test `eval echo '${'$as_ac_var'}'` = yes; then
36761 cat >>confdefs.h <<_ACEOF
36762 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36763 _ACEOF
36764
36765 fi
36766 done
36767
36768
36769 echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
36770 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
36771 if test "${wx_cv_func_pthread_cleanup+set}" = set; then
36772 echo $ECHO_N "(cached) $ECHO_C" >&6
36773 else
36774
36775 cat >conftest.$ac_ext <<_ACEOF
36776 /* confdefs.h. */
36777 _ACEOF
36778 cat confdefs.h >>conftest.$ac_ext
36779 cat >>conftest.$ac_ext <<_ACEOF
36780 /* end confdefs.h. */
36781 #include <pthread.h>
36782 void ThreadCleanupFunc(void *p);
36783
36784 int
36785 main ()
36786 {
36787
36788 void *p;
36789 pthread_cleanup_push(ThreadCleanupFunc, p);
36790 pthread_cleanup_pop(0);
36791
36792 ;
36793 return 0;
36794 }
36795 _ACEOF
36796 rm -f conftest.$ac_objext
36797 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36798 (eval $ac_compile) 2>conftest.er1
36799 ac_status=$?
36800 grep -v '^ *+' conftest.er1 >conftest.err
36801 rm -f conftest.er1
36802 cat conftest.err >&5
36803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36804 (exit $ac_status); } &&
36805 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36807 (eval $ac_try) 2>&5
36808 ac_status=$?
36809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36810 (exit $ac_status); }; } &&
36811 { ac_try='test -s conftest.$ac_objext'
36812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36813 (eval $ac_try) 2>&5
36814 ac_status=$?
36815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36816 (exit $ac_status); }; }; then
36817
36818 wx_cv_func_pthread_cleanup=yes
36819
36820 else
36821 echo "$as_me: failed program was:" >&5
36822 sed 's/^/| /' conftest.$ac_ext >&5
36823
36824
36825 wx_cv_func_pthread_cleanup=no
36826
36827
36828 fi
36829 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36830
36831 fi
36832 echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
36833 echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6
36834 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
36835 cat >>confdefs.h <<\_ACEOF
36836 #define wxHAVE_PTHREAD_CLEANUP 1
36837 _ACEOF
36838
36839 fi
36840
36841
36842 for ac_header in sched.h
36843 do
36844 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36845 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36846 echo "$as_me:$LINENO: checking for $ac_header" >&5
36847 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36848 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36849 echo $ECHO_N "(cached) $ECHO_C" >&6
36850 fi
36851 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36852 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36853 else
36854 # Is the header compilable?
36855 echo "$as_me:$LINENO: checking $ac_header usability" >&5
36856 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36857 cat >conftest.$ac_ext <<_ACEOF
36858 /* confdefs.h. */
36859 _ACEOF
36860 cat confdefs.h >>conftest.$ac_ext
36861 cat >>conftest.$ac_ext <<_ACEOF
36862 /* end confdefs.h. */
36863 $ac_includes_default
36864 #include <$ac_header>
36865 _ACEOF
36866 rm -f conftest.$ac_objext
36867 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36868 (eval $ac_compile) 2>conftest.er1
36869 ac_status=$?
36870 grep -v '^ *+' conftest.er1 >conftest.err
36871 rm -f conftest.er1
36872 cat conftest.err >&5
36873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36874 (exit $ac_status); } &&
36875 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36877 (eval $ac_try) 2>&5
36878 ac_status=$?
36879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36880 (exit $ac_status); }; } &&
36881 { ac_try='test -s conftest.$ac_objext'
36882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36883 (eval $ac_try) 2>&5
36884 ac_status=$?
36885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36886 (exit $ac_status); }; }; then
36887 ac_header_compiler=yes
36888 else
36889 echo "$as_me: failed program was:" >&5
36890 sed 's/^/| /' conftest.$ac_ext >&5
36891
36892 ac_header_compiler=no
36893 fi
36894 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36895 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36896 echo "${ECHO_T}$ac_header_compiler" >&6
36897
36898 # Is the header present?
36899 echo "$as_me:$LINENO: checking $ac_header presence" >&5
36900 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36901 cat >conftest.$ac_ext <<_ACEOF
36902 /* confdefs.h. */
36903 _ACEOF
36904 cat confdefs.h >>conftest.$ac_ext
36905 cat >>conftest.$ac_ext <<_ACEOF
36906 /* end confdefs.h. */
36907 #include <$ac_header>
36908 _ACEOF
36909 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36910 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
36911 ac_status=$?
36912 grep -v '^ *+' conftest.er1 >conftest.err
36913 rm -f conftest.er1
36914 cat conftest.err >&5
36915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36916 (exit $ac_status); } >/dev/null; then
36917 if test -s conftest.err; then
36918 ac_cpp_err=$ac_c_preproc_warn_flag
36919 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
36920 else
36921 ac_cpp_err=
36922 fi
36923 else
36924 ac_cpp_err=yes
36925 fi
36926 if test -z "$ac_cpp_err"; then
36927 ac_header_preproc=yes
36928 else
36929 echo "$as_me: failed program was:" >&5
36930 sed 's/^/| /' conftest.$ac_ext >&5
36931
36932 ac_header_preproc=no
36933 fi
36934 rm -f conftest.err conftest.$ac_ext
36935 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36936 echo "${ECHO_T}$ac_header_preproc" >&6
36937
36938 # So? What about this header?
36939 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36940 yes:no: )
36941 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36942 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
36943 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36944 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36945 ac_header_preproc=yes
36946 ;;
36947 no:yes:* )
36948 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36949 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
36950 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
36951 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
36952 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36953 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36954 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
36955 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
36956 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36957 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
36958 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36959 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
36960 (
36961 cat <<\_ASBOX
36962 ## ----------------------------------------- ##
36963 ## Report this to wx-dev@lists.wxwidgets.org ##
36964 ## ----------------------------------------- ##
36965 _ASBOX
36966 ) |
36967 sed "s/^/$as_me: WARNING: /" >&2
36968 ;;
36969 esac
36970 echo "$as_me:$LINENO: checking for $ac_header" >&5
36971 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36972 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36973 echo $ECHO_N "(cached) $ECHO_C" >&6
36974 else
36975 eval "$as_ac_Header=\$ac_header_preproc"
36976 fi
36977 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36978 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36979
36980 fi
36981 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36982 cat >>confdefs.h <<_ACEOF
36983 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36984 _ACEOF
36985
36986 fi
36987
36988 done
36989
36990 if test "$ac_cv_header_sched_h" = "yes"; then
36991 echo "$as_me:$LINENO: checking for sched_yield" >&5
36992 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
36993 if test "${ac_cv_func_sched_yield+set}" = set; then
36994 echo $ECHO_N "(cached) $ECHO_C" >&6
36995 else
36996 cat >conftest.$ac_ext <<_ACEOF
36997 /* confdefs.h. */
36998 _ACEOF
36999 cat confdefs.h >>conftest.$ac_ext
37000 cat >>conftest.$ac_ext <<_ACEOF
37001 /* end confdefs.h. */
37002 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
37003 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37004 #define sched_yield innocuous_sched_yield
37005
37006 /* System header to define __stub macros and hopefully few prototypes,
37007 which can conflict with char sched_yield (); below.
37008 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37009 <limits.h> exists even on freestanding compilers. */
37010
37011 #ifdef __STDC__
37012 # include <limits.h>
37013 #else
37014 # include <assert.h>
37015 #endif
37016
37017 #undef sched_yield
37018
37019 /* Override any gcc2 internal prototype to avoid an error. */
37020 #ifdef __cplusplus
37021 extern "C"
37022 {
37023 #endif
37024 /* We use char because int might match the return type of a gcc2
37025 builtin and then its argument prototype would still apply. */
37026 char sched_yield ();
37027 /* The GNU C library defines this for functions which it implements
37028 to always fail with ENOSYS. Some functions are actually named
37029 something starting with __ and the normal name is an alias. */
37030 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
37031 choke me
37032 #else
37033 char (*f) () = sched_yield;
37034 #endif
37035 #ifdef __cplusplus
37036 }
37037 #endif
37038
37039 int
37040 main ()
37041 {
37042 return f != sched_yield;
37043 ;
37044 return 0;
37045 }
37046 _ACEOF
37047 rm -f conftest.$ac_objext conftest$ac_exeext
37048 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37049 (eval $ac_link) 2>conftest.er1
37050 ac_status=$?
37051 grep -v '^ *+' conftest.er1 >conftest.err
37052 rm -f conftest.er1
37053 cat conftest.err >&5
37054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37055 (exit $ac_status); } &&
37056 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37058 (eval $ac_try) 2>&5
37059 ac_status=$?
37060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37061 (exit $ac_status); }; } &&
37062 { ac_try='test -s conftest$ac_exeext'
37063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37064 (eval $ac_try) 2>&5
37065 ac_status=$?
37066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37067 (exit $ac_status); }; }; then
37068 ac_cv_func_sched_yield=yes
37069 else
37070 echo "$as_me: failed program was:" >&5
37071 sed 's/^/| /' conftest.$ac_ext >&5
37072
37073 ac_cv_func_sched_yield=no
37074 fi
37075 rm -f conftest.err conftest.$ac_objext \
37076 conftest$ac_exeext conftest.$ac_ext
37077 fi
37078 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
37079 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
37080 if test $ac_cv_func_sched_yield = yes; then
37081 cat >>confdefs.h <<\_ACEOF
37082 #define HAVE_SCHED_YIELD 1
37083 _ACEOF
37084
37085 else
37086
37087 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
37088 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
37089 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
37090 echo $ECHO_N "(cached) $ECHO_C" >&6
37091 else
37092 ac_check_lib_save_LIBS=$LIBS
37093 LIBS="-lposix4 $LIBS"
37094 cat >conftest.$ac_ext <<_ACEOF
37095 /* confdefs.h. */
37096 _ACEOF
37097 cat confdefs.h >>conftest.$ac_ext
37098 cat >>conftest.$ac_ext <<_ACEOF
37099 /* end confdefs.h. */
37100
37101 /* Override any gcc2 internal prototype to avoid an error. */
37102 #ifdef __cplusplus
37103 extern "C"
37104 #endif
37105 /* We use char because int might match the return type of a gcc2
37106 builtin and then its argument prototype would still apply. */
37107 char sched_yield ();
37108 int
37109 main ()
37110 {
37111 sched_yield ();
37112 ;
37113 return 0;
37114 }
37115 _ACEOF
37116 rm -f conftest.$ac_objext conftest$ac_exeext
37117 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37118 (eval $ac_link) 2>conftest.er1
37119 ac_status=$?
37120 grep -v '^ *+' conftest.er1 >conftest.err
37121 rm -f conftest.er1
37122 cat conftest.err >&5
37123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37124 (exit $ac_status); } &&
37125 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37127 (eval $ac_try) 2>&5
37128 ac_status=$?
37129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37130 (exit $ac_status); }; } &&
37131 { ac_try='test -s conftest$ac_exeext'
37132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37133 (eval $ac_try) 2>&5
37134 ac_status=$?
37135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37136 (exit $ac_status); }; }; then
37137 ac_cv_lib_posix4_sched_yield=yes
37138 else
37139 echo "$as_me: failed program was:" >&5
37140 sed 's/^/| /' conftest.$ac_ext >&5
37141
37142 ac_cv_lib_posix4_sched_yield=no
37143 fi
37144 rm -f conftest.err conftest.$ac_objext \
37145 conftest$ac_exeext conftest.$ac_ext
37146 LIBS=$ac_check_lib_save_LIBS
37147 fi
37148 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
37149 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
37150 if test $ac_cv_lib_posix4_sched_yield = yes; then
37151 cat >>confdefs.h <<\_ACEOF
37152 #define HAVE_SCHED_YIELD 1
37153 _ACEOF
37154 POSIX4_LINK=" -lposix4"
37155 else
37156 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
37157 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
37158
37159 fi
37160
37161
37162
37163 fi
37164
37165 fi
37166
37167 HAVE_PRIOR_FUNCS=0
37168 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
37169 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
37170 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
37171 echo $ECHO_N "(cached) $ECHO_C" >&6
37172 else
37173 cat >conftest.$ac_ext <<_ACEOF
37174 /* confdefs.h. */
37175 _ACEOF
37176 cat confdefs.h >>conftest.$ac_ext
37177 cat >>conftest.$ac_ext <<_ACEOF
37178 /* end confdefs.h. */
37179 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
37180 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37181 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
37182
37183 /* System header to define __stub macros and hopefully few prototypes,
37184 which can conflict with char pthread_attr_getschedpolicy (); below.
37185 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37186 <limits.h> exists even on freestanding compilers. */
37187
37188 #ifdef __STDC__
37189 # include <limits.h>
37190 #else
37191 # include <assert.h>
37192 #endif
37193
37194 #undef pthread_attr_getschedpolicy
37195
37196 /* Override any gcc2 internal prototype to avoid an error. */
37197 #ifdef __cplusplus
37198 extern "C"
37199 {
37200 #endif
37201 /* We use char because int might match the return type of a gcc2
37202 builtin and then its argument prototype would still apply. */
37203 char pthread_attr_getschedpolicy ();
37204 /* The GNU C library defines this for functions which it implements
37205 to always fail with ENOSYS. Some functions are actually named
37206 something starting with __ and the normal name is an alias. */
37207 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
37208 choke me
37209 #else
37210 char (*f) () = pthread_attr_getschedpolicy;
37211 #endif
37212 #ifdef __cplusplus
37213 }
37214 #endif
37215
37216 int
37217 main ()
37218 {
37219 return f != pthread_attr_getschedpolicy;
37220 ;
37221 return 0;
37222 }
37223 _ACEOF
37224 rm -f conftest.$ac_objext conftest$ac_exeext
37225 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37226 (eval $ac_link) 2>conftest.er1
37227 ac_status=$?
37228 grep -v '^ *+' conftest.er1 >conftest.err
37229 rm -f conftest.er1
37230 cat conftest.err >&5
37231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37232 (exit $ac_status); } &&
37233 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37235 (eval $ac_try) 2>&5
37236 ac_status=$?
37237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37238 (exit $ac_status); }; } &&
37239 { ac_try='test -s conftest$ac_exeext'
37240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37241 (eval $ac_try) 2>&5
37242 ac_status=$?
37243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37244 (exit $ac_status); }; }; then
37245 ac_cv_func_pthread_attr_getschedpolicy=yes
37246 else
37247 echo "$as_me: failed program was:" >&5
37248 sed 's/^/| /' conftest.$ac_ext >&5
37249
37250 ac_cv_func_pthread_attr_getschedpolicy=no
37251 fi
37252 rm -f conftest.err conftest.$ac_objext \
37253 conftest$ac_exeext conftest.$ac_ext
37254 fi
37255 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
37256 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
37257 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
37258 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
37259 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
37260 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
37261 echo $ECHO_N "(cached) $ECHO_C" >&6
37262 else
37263 cat >conftest.$ac_ext <<_ACEOF
37264 /* confdefs.h. */
37265 _ACEOF
37266 cat confdefs.h >>conftest.$ac_ext
37267 cat >>conftest.$ac_ext <<_ACEOF
37268 /* end confdefs.h. */
37269 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
37270 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37271 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
37272
37273 /* System header to define __stub macros and hopefully few prototypes,
37274 which can conflict with char pthread_attr_setschedparam (); below.
37275 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37276 <limits.h> exists even on freestanding compilers. */
37277
37278 #ifdef __STDC__
37279 # include <limits.h>
37280 #else
37281 # include <assert.h>
37282 #endif
37283
37284 #undef pthread_attr_setschedparam
37285
37286 /* Override any gcc2 internal prototype to avoid an error. */
37287 #ifdef __cplusplus
37288 extern "C"
37289 {
37290 #endif
37291 /* We use char because int might match the return type of a gcc2
37292 builtin and then its argument prototype would still apply. */
37293 char pthread_attr_setschedparam ();
37294 /* The GNU C library defines this for functions which it implements
37295 to always fail with ENOSYS. Some functions are actually named
37296 something starting with __ and the normal name is an alias. */
37297 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
37298 choke me
37299 #else
37300 char (*f) () = pthread_attr_setschedparam;
37301 #endif
37302 #ifdef __cplusplus
37303 }
37304 #endif
37305
37306 int
37307 main ()
37308 {
37309 return f != pthread_attr_setschedparam;
37310 ;
37311 return 0;
37312 }
37313 _ACEOF
37314 rm -f conftest.$ac_objext conftest$ac_exeext
37315 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37316 (eval $ac_link) 2>conftest.er1
37317 ac_status=$?
37318 grep -v '^ *+' conftest.er1 >conftest.err
37319 rm -f conftest.er1
37320 cat conftest.err >&5
37321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37322 (exit $ac_status); } &&
37323 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37325 (eval $ac_try) 2>&5
37326 ac_status=$?
37327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37328 (exit $ac_status); }; } &&
37329 { ac_try='test -s conftest$ac_exeext'
37330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37331 (eval $ac_try) 2>&5
37332 ac_status=$?
37333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37334 (exit $ac_status); }; }; then
37335 ac_cv_func_pthread_attr_setschedparam=yes
37336 else
37337 echo "$as_me: failed program was:" >&5
37338 sed 's/^/| /' conftest.$ac_ext >&5
37339
37340 ac_cv_func_pthread_attr_setschedparam=no
37341 fi
37342 rm -f conftest.err conftest.$ac_objext \
37343 conftest$ac_exeext conftest.$ac_ext
37344 fi
37345 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
37346 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
37347 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
37348 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
37349 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
37350 if test "${ac_cv_func_sched_get_priority_max+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 sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
37360 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37361 #define sched_get_priority_max innocuous_sched_get_priority_max
37362
37363 /* System header to define __stub macros and hopefully few prototypes,
37364 which can conflict with char sched_get_priority_max (); 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 sched_get_priority_max
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 sched_get_priority_max ();
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_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
37388 choke me
37389 #else
37390 char (*f) () = sched_get_priority_max;
37391 #endif
37392 #ifdef __cplusplus
37393 }
37394 #endif
37395
37396 int
37397 main ()
37398 {
37399 return f != sched_get_priority_max;
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_sched_get_priority_max=yes
37426 else
37427 echo "$as_me: failed program was:" >&5
37428 sed 's/^/| /' conftest.$ac_ext >&5
37429
37430 ac_cv_func_sched_get_priority_max=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_sched_get_priority_max" >&5
37436 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
37437 if test $ac_cv_func_sched_get_priority_max = yes; then
37438 HAVE_PRIOR_FUNCS=1
37439 else
37440 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
37441 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
37442 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
37443 echo $ECHO_N "(cached) $ECHO_C" >&6
37444 else
37445 ac_check_lib_save_LIBS=$LIBS
37446 LIBS="-lposix4 $LIBS"
37447 cat >conftest.$ac_ext <<_ACEOF
37448 /* confdefs.h. */
37449 _ACEOF
37450 cat confdefs.h >>conftest.$ac_ext
37451 cat >>conftest.$ac_ext <<_ACEOF
37452 /* end confdefs.h. */
37453
37454 /* Override any gcc2 internal prototype to avoid an error. */
37455 #ifdef __cplusplus
37456 extern "C"
37457 #endif
37458 /* We use char because int might match the return type of a gcc2
37459 builtin and then its argument prototype would still apply. */
37460 char sched_get_priority_max ();
37461 int
37462 main ()
37463 {
37464 sched_get_priority_max ();
37465 ;
37466 return 0;
37467 }
37468 _ACEOF
37469 rm -f conftest.$ac_objext conftest$ac_exeext
37470 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37471 (eval $ac_link) 2>conftest.er1
37472 ac_status=$?
37473 grep -v '^ *+' conftest.er1 >conftest.err
37474 rm -f conftest.er1
37475 cat conftest.err >&5
37476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37477 (exit $ac_status); } &&
37478 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37480 (eval $ac_try) 2>&5
37481 ac_status=$?
37482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37483 (exit $ac_status); }; } &&
37484 { ac_try='test -s conftest$ac_exeext'
37485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37486 (eval $ac_try) 2>&5
37487 ac_status=$?
37488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37489 (exit $ac_status); }; }; then
37490 ac_cv_lib_posix4_sched_get_priority_max=yes
37491 else
37492 echo "$as_me: failed program was:" >&5
37493 sed 's/^/| /' conftest.$ac_ext >&5
37494
37495 ac_cv_lib_posix4_sched_get_priority_max=no
37496 fi
37497 rm -f conftest.err conftest.$ac_objext \
37498 conftest$ac_exeext conftest.$ac_ext
37499 LIBS=$ac_check_lib_save_LIBS
37500 fi
37501 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
37502 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
37503 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
37504
37505 HAVE_PRIOR_FUNCS=1
37506 POSIX4_LINK=" -lposix4"
37507
37508 fi
37509
37510
37511 fi
37512
37513
37514 fi
37515
37516
37517 fi
37518
37519
37520 if test "$HAVE_PRIOR_FUNCS" = 1; then
37521 cat >>confdefs.h <<\_ACEOF
37522 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
37523 _ACEOF
37524
37525 else
37526 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
37527 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
37528 fi
37529
37530 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
37531 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
37532 if test "${ac_cv_func_pthread_cancel+set}" = set; then
37533 echo $ECHO_N "(cached) $ECHO_C" >&6
37534 else
37535 cat >conftest.$ac_ext <<_ACEOF
37536 /* confdefs.h. */
37537 _ACEOF
37538 cat confdefs.h >>conftest.$ac_ext
37539 cat >>conftest.$ac_ext <<_ACEOF
37540 /* end confdefs.h. */
37541 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
37542 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37543 #define pthread_cancel innocuous_pthread_cancel
37544
37545 /* System header to define __stub macros and hopefully few prototypes,
37546 which can conflict with char pthread_cancel (); below.
37547 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37548 <limits.h> exists even on freestanding compilers. */
37549
37550 #ifdef __STDC__
37551 # include <limits.h>
37552 #else
37553 # include <assert.h>
37554 #endif
37555
37556 #undef pthread_cancel
37557
37558 /* Override any gcc2 internal prototype to avoid an error. */
37559 #ifdef __cplusplus
37560 extern "C"
37561 {
37562 #endif
37563 /* We use char because int might match the return type of a gcc2
37564 builtin and then its argument prototype would still apply. */
37565 char pthread_cancel ();
37566 /* The GNU C library defines this for functions which it implements
37567 to always fail with ENOSYS. Some functions are actually named
37568 something starting with __ and the normal name is an alias. */
37569 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
37570 choke me
37571 #else
37572 char (*f) () = pthread_cancel;
37573 #endif
37574 #ifdef __cplusplus
37575 }
37576 #endif
37577
37578 int
37579 main ()
37580 {
37581 return f != pthread_cancel;
37582 ;
37583 return 0;
37584 }
37585 _ACEOF
37586 rm -f conftest.$ac_objext conftest$ac_exeext
37587 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37588 (eval $ac_link) 2>conftest.er1
37589 ac_status=$?
37590 grep -v '^ *+' conftest.er1 >conftest.err
37591 rm -f conftest.er1
37592 cat conftest.err >&5
37593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37594 (exit $ac_status); } &&
37595 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37597 (eval $ac_try) 2>&5
37598 ac_status=$?
37599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37600 (exit $ac_status); }; } &&
37601 { ac_try='test -s conftest$ac_exeext'
37602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37603 (eval $ac_try) 2>&5
37604 ac_status=$?
37605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37606 (exit $ac_status); }; }; then
37607 ac_cv_func_pthread_cancel=yes
37608 else
37609 echo "$as_me: failed program was:" >&5
37610 sed 's/^/| /' conftest.$ac_ext >&5
37611
37612 ac_cv_func_pthread_cancel=no
37613 fi
37614 rm -f conftest.err conftest.$ac_objext \
37615 conftest$ac_exeext conftest.$ac_ext
37616 fi
37617 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
37618 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
37619 if test $ac_cv_func_pthread_cancel = yes; then
37620 cat >>confdefs.h <<\_ACEOF
37621 #define HAVE_PTHREAD_CANCEL 1
37622 _ACEOF
37623
37624 else
37625 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
37626 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
37627 fi
37628
37629
37630 echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
37631 echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6
37632 if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
37633 echo $ECHO_N "(cached) $ECHO_C" >&6
37634 else
37635 cat >conftest.$ac_ext <<_ACEOF
37636 /* confdefs.h. */
37637 _ACEOF
37638 cat confdefs.h >>conftest.$ac_ext
37639 cat >>conftest.$ac_ext <<_ACEOF
37640 /* end confdefs.h. */
37641 /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
37642 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37643 #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
37644
37645 /* System header to define __stub macros and hopefully few prototypes,
37646 which can conflict with char pthread_attr_setstacksize (); below.
37647 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37648 <limits.h> exists even on freestanding compilers. */
37649
37650 #ifdef __STDC__
37651 # include <limits.h>
37652 #else
37653 # include <assert.h>
37654 #endif
37655
37656 #undef pthread_attr_setstacksize
37657
37658 /* Override any gcc2 internal prototype to avoid an error. */
37659 #ifdef __cplusplus
37660 extern "C"
37661 {
37662 #endif
37663 /* We use char because int might match the return type of a gcc2
37664 builtin and then its argument prototype would still apply. */
37665 char pthread_attr_setstacksize ();
37666 /* The GNU C library defines this for functions which it implements
37667 to always fail with ENOSYS. Some functions are actually named
37668 something starting with __ and the normal name is an alias. */
37669 #if defined (__stub_pthread_attr_setstacksize) || defined (__stub___pthread_attr_setstacksize)
37670 choke me
37671 #else
37672 char (*f) () = pthread_attr_setstacksize;
37673 #endif
37674 #ifdef __cplusplus
37675 }
37676 #endif
37677
37678 int
37679 main ()
37680 {
37681 return f != pthread_attr_setstacksize;
37682 ;
37683 return 0;
37684 }
37685 _ACEOF
37686 rm -f conftest.$ac_objext conftest$ac_exeext
37687 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37688 (eval $ac_link) 2>conftest.er1
37689 ac_status=$?
37690 grep -v '^ *+' conftest.er1 >conftest.err
37691 rm -f conftest.er1
37692 cat conftest.err >&5
37693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37694 (exit $ac_status); } &&
37695 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37697 (eval $ac_try) 2>&5
37698 ac_status=$?
37699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37700 (exit $ac_status); }; } &&
37701 { ac_try='test -s conftest$ac_exeext'
37702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37703 (eval $ac_try) 2>&5
37704 ac_status=$?
37705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37706 (exit $ac_status); }; }; then
37707 ac_cv_func_pthread_attr_setstacksize=yes
37708 else
37709 echo "$as_me: failed program was:" >&5
37710 sed 's/^/| /' conftest.$ac_ext >&5
37711
37712 ac_cv_func_pthread_attr_setstacksize=no
37713 fi
37714 rm -f conftest.err conftest.$ac_objext \
37715 conftest$ac_exeext conftest.$ac_ext
37716 fi
37717 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
37718 echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6
37719 if test $ac_cv_func_pthread_attr_setstacksize = yes; then
37720 cat >>confdefs.h <<\_ACEOF
37721 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
37722 _ACEOF
37723
37724 fi
37725
37726
37727
37728 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
37729 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
37730 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
37731 echo $ECHO_N "(cached) $ECHO_C" >&6
37732 else
37733
37734 cat >conftest.$ac_ext <<_ACEOF
37735 /* confdefs.h. */
37736 _ACEOF
37737 cat confdefs.h >>conftest.$ac_ext
37738 cat >>conftest.$ac_ext <<_ACEOF
37739 /* end confdefs.h. */
37740 #include <pthread.h>
37741 int
37742 main ()
37743 {
37744
37745 pthread_mutexattr_t attr;
37746 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
37747
37748 ;
37749 return 0;
37750 }
37751 _ACEOF
37752 rm -f conftest.$ac_objext
37753 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37754 (eval $ac_compile) 2>conftest.er1
37755 ac_status=$?
37756 grep -v '^ *+' conftest.er1 >conftest.err
37757 rm -f conftest.er1
37758 cat conftest.err >&5
37759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37760 (exit $ac_status); } &&
37761 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37763 (eval $ac_try) 2>&5
37764 ac_status=$?
37765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37766 (exit $ac_status); }; } &&
37767 { ac_try='test -s conftest.$ac_objext'
37768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37769 (eval $ac_try) 2>&5
37770 ac_status=$?
37771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37772 (exit $ac_status); }; }; then
37773 wx_cv_type_pthread_mutexattr_t=yes
37774 else
37775 echo "$as_me: failed program was:" >&5
37776 sed 's/^/| /' conftest.$ac_ext >&5
37777
37778 wx_cv_type_pthread_mutexattr_t=no
37779
37780 fi
37781 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37782
37783 fi
37784 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
37785 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
37786
37787 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
37788 cat >>confdefs.h <<\_ACEOF
37789 #define HAVE_PTHREAD_MUTEXATTR_T 1
37790 _ACEOF
37791
37792
37793 echo "$as_me:$LINENO: checking for pthread_mutexattr_settype declaration" >&5
37794 echo $ECHO_N "checking for pthread_mutexattr_settype declaration... $ECHO_C" >&6
37795 if test "${wx_cv_func_pthread_mutexattr_settype_decl+set}" = set; then
37796 echo $ECHO_N "(cached) $ECHO_C" >&6
37797 else
37798
37799 cat >conftest.$ac_ext <<_ACEOF
37800 /* confdefs.h. */
37801 _ACEOF
37802 cat confdefs.h >>conftest.$ac_ext
37803 cat >>conftest.$ac_ext <<_ACEOF
37804 /* end confdefs.h. */
37805 #include <pthread.h>
37806 int
37807 main ()
37808 {
37809
37810 pthread_mutexattr_t attr;
37811 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
37812
37813 ;
37814 return 0;
37815 }
37816 _ACEOF
37817 rm -f conftest.$ac_objext
37818 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37819 (eval $ac_compile) 2>conftest.er1
37820 ac_status=$?
37821 grep -v '^ *+' conftest.er1 >conftest.err
37822 rm -f conftest.er1
37823 cat conftest.err >&5
37824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37825 (exit $ac_status); } &&
37826 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37828 (eval $ac_try) 2>&5
37829 ac_status=$?
37830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37831 (exit $ac_status); }; } &&
37832 { ac_try='test -s conftest.$ac_objext'
37833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37834 (eval $ac_try) 2>&5
37835 ac_status=$?
37836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37837 (exit $ac_status); }; }; then
37838 wx_cv_func_pthread_mutexattr_settype_decl=yes
37839 else
37840 echo "$as_me: failed program was:" >&5
37841 sed 's/^/| /' conftest.$ac_ext >&5
37842
37843 wx_cv_func_pthread_mutexattr_settype_decl=no
37844
37845 fi
37846 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37847
37848 fi
37849 echo "$as_me:$LINENO: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
37850 echo "${ECHO_T}$wx_cv_func_pthread_mutexattr_settype_decl" >&6
37851 if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
37852 cat >>confdefs.h <<\_ACEOF
37853 #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
37854 _ACEOF
37855
37856 fi
37857 else
37858 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
37859 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
37860 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
37861 echo $ECHO_N "(cached) $ECHO_C" >&6
37862 else
37863
37864 cat >conftest.$ac_ext <<_ACEOF
37865 /* confdefs.h. */
37866 _ACEOF
37867 cat confdefs.h >>conftest.$ac_ext
37868 cat >>conftest.$ac_ext <<_ACEOF
37869 /* end confdefs.h. */
37870 #include <pthread.h>
37871 int
37872 main ()
37873 {
37874
37875 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
37876
37877 ;
37878 return 0;
37879 }
37880 _ACEOF
37881 rm -f conftest.$ac_objext
37882 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37883 (eval $ac_compile) 2>conftest.er1
37884 ac_status=$?
37885 grep -v '^ *+' conftest.er1 >conftest.err
37886 rm -f conftest.er1
37887 cat conftest.err >&5
37888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37889 (exit $ac_status); } &&
37890 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37892 (eval $ac_try) 2>&5
37893 ac_status=$?
37894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37895 (exit $ac_status); }; } &&
37896 { ac_try='test -s conftest.$ac_objext'
37897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37898 (eval $ac_try) 2>&5
37899 ac_status=$?
37900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37901 (exit $ac_status); }; }; then
37902
37903 wx_cv_type_pthread_rec_mutex_init=yes
37904
37905 else
37906 echo "$as_me: failed program was:" >&5
37907 sed 's/^/| /' conftest.$ac_ext >&5
37908
37909
37910 wx_cv_type_pthread_rec_mutex_init=no
37911
37912
37913 fi
37914 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37915
37916 fi
37917 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
37918 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
37919 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
37920 cat >>confdefs.h <<\_ACEOF
37921 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
37922 _ACEOF
37923
37924 else
37925 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
37926 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
37927 fi
37928 fi
37929 fi
37930
37931 else
37932 if test "$wxUSE_THREADS" = "yes" ; then
37933 case "${host}" in
37934 *-*-mingw32* )
37935 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
37936 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
37937 if test "${wx_cv_cflags_mthread+set}" = set; then
37938 echo $ECHO_N "(cached) $ECHO_C" >&6
37939 else
37940
37941 CFLAGS_OLD="$CFLAGS"
37942 CFLAGS="$CFLAGS -mthreads"
37943 cat >conftest.$ac_ext <<_ACEOF
37944 /* confdefs.h. */
37945 _ACEOF
37946 cat confdefs.h >>conftest.$ac_ext
37947 cat >>conftest.$ac_ext <<_ACEOF
37948 /* end confdefs.h. */
37949
37950 int
37951 main ()
37952 {
37953
37954 ;
37955 return 0;
37956 }
37957 _ACEOF
37958 rm -f conftest.$ac_objext
37959 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37960 (eval $ac_compile) 2>conftest.er1
37961 ac_status=$?
37962 grep -v '^ *+' conftest.er1 >conftest.err
37963 rm -f conftest.er1
37964 cat conftest.err >&5
37965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37966 (exit $ac_status); } &&
37967 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37969 (eval $ac_try) 2>&5
37970 ac_status=$?
37971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37972 (exit $ac_status); }; } &&
37973 { ac_try='test -s conftest.$ac_objext'
37974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37975 (eval $ac_try) 2>&5
37976 ac_status=$?
37977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37978 (exit $ac_status); }; }; then
37979 wx_cv_cflags_mthread=yes
37980 else
37981 echo "$as_me: failed program was:" >&5
37982 sed 's/^/| /' conftest.$ac_ext >&5
37983
37984 wx_cv_cflags_mthread=no
37985
37986 fi
37987 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37988
37989
37990 fi
37991 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
37992 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
37993
37994 if test "$wx_cv_cflags_mthread" = "yes"; then
37995 CXXFLAGS="$CXXFLAGS -mthreads"
37996 TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -mthreads"
37997 LDFLAGS="$LDFLAGS -mthreads"
37998 else
37999 CFLAGS="$CFLAGS_OLD"
38000 fi
38001 ;;
38002 *-pc-os2*emx )
38003 CFLAGS="$CFLAGS -Zmt -D__ST_MT_ERRNO__"
38004 CXXFLAGS="$CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
38005 LDFLAGS="$LDFLAGS -Zmt"
38006 ;;
38007 esac
38008 fi
38009 fi
38010
38011 if test "$wxUSE_THREADS" = "yes"; then
38012 cat >>confdefs.h <<\_ACEOF
38013 #define wxUSE_THREADS 1
38014 _ACEOF
38015
38016
38017 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
38018 else
38019 if test "$ac_cv_func_strtok_r" = "yes"; then
38020 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
38021 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
38022 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
38023 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
38024 echo "$as_me:$LINENO: result: yes" >&5
38025 echo "${ECHO_T}yes" >&6
38026 else
38027 echo "$as_me:$LINENO: result: no" >&5
38028 echo "${ECHO_T}no" >&6
38029 fi
38030 fi
38031 fi
38032
38033 if test "$WXGTK20" = 1 ; then
38034 cat >>confdefs.h <<_ACEOF
38035 #define __WXGTK20__ $WXGTK20
38036 _ACEOF
38037
38038 WXGTK12=1
38039 fi
38040
38041 if test "$WXGTK12" = 1 ; then
38042 cat >>confdefs.h <<_ACEOF
38043 #define __WXGTK12__ $WXGTK12
38044 _ACEOF
38045
38046 fi
38047
38048 if test "$WXGTK127" = 1 ; then
38049 cat >>confdefs.h <<_ACEOF
38050 #define __WXGTK127__ $WXGTK127
38051 _ACEOF
38052
38053 fi
38054
38055 if test "$WXGPE" = 1 ; then
38056 cat >>confdefs.h <<_ACEOF
38057 #define __WXGPE__ $WXGPE
38058 _ACEOF
38059
38060 fi
38061
38062 WXDEBUG=
38063
38064 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
38065 WXDEBUG="-g"
38066 wxUSE_OPTIMISE=no
38067 fi
38068
38069 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
38070 wxUSE_DEBUG_INFO=yes
38071 if test "$GCC" = yes; then
38072 WXDEBUG="-ggdb"
38073 fi
38074 fi
38075
38076 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
38077 cat >>confdefs.h <<\_ACEOF
38078 #define WXDEBUG 1
38079 _ACEOF
38080
38081 WXDEBUG_DEFINE="-D__WXDEBUG__"
38082 else
38083 if test "$wxUSE_GTK" = 1 ; then
38084 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
38085 fi
38086 fi
38087
38088 if test "$wxUSE_MEM_TRACING" = "yes" ; then
38089 cat >>confdefs.h <<\_ACEOF
38090 #define wxUSE_MEMORY_TRACING 1
38091 _ACEOF
38092
38093 cat >>confdefs.h <<\_ACEOF
38094 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
38095 _ACEOF
38096
38097 cat >>confdefs.h <<\_ACEOF
38098 #define wxUSE_DEBUG_NEW_ALWAYS 1
38099 _ACEOF
38100
38101 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
38102 fi
38103
38104 if test "$wxUSE_DMALLOC" = "yes" ; then
38105 DMALLOC_LIBS="-ldmallocthcxx"
38106 fi
38107
38108 PROFILE=
38109 if test "$wxUSE_PROFILE" = "yes" ; then
38110 PROFILE=" -pg"
38111 fi
38112
38113 CODE_GEN_FLAGS=
38114 CODE_GEN_FLAGS_CXX=
38115 if test "$GCC" = "yes" ; then
38116 if test "$wxUSE_NO_RTTI" = "yes" ; then
38117 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
38118 fi
38119 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
38120 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
38121 fi
38122 if test "$wxUSE_PERMISSIVE" = "yes" ; then
38123 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
38124 fi
38125
38126 case "${host}" in
38127 powerpc*-*-aix* )
38128 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc"
38129 ;;
38130 *-hppa* )
38131 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections"
38132 ;;
38133 esac
38134 fi
38135
38136 OPTIMISE=
38137 if test "$wxUSE_OPTIMISE" = "no" ; then
38138 if test "$GCC" = yes ; then
38139 OPTIMISE="-O0"
38140 fi
38141 else
38142 if test "$GCC" = yes ; then
38143 OPTIMISE="-O2"
38144
38145 case "${host}" in
38146 i586-*-*|i686-*-* )
38147 OPTIMISE="${OPTIMISE} "
38148 ;;
38149 esac
38150 else
38151 OPTIMISE="-O"
38152 fi
38153 fi
38154
38155
38156 if test "x$WXWIN_COMPATIBILITY_2_4" = "xyes"; then
38157 cat >>confdefs.h <<\_ACEOF
38158 #define WXWIN_COMPATIBILITY_2_4 1
38159 _ACEOF
38160
38161
38162 WXWIN_COMPATIBILITY_2_6="yes"
38163 fi
38164
38165 if test "x$WXWIN_COMPATIBILITY_2_6" != "xno"; then
38166 cat >>confdefs.h <<\_ACEOF
38167 #define WXWIN_COMPATIBILITY_2_6 1
38168 _ACEOF
38169
38170 fi
38171
38172
38173 if test "$wxUSE_GUI" = "yes"; then
38174 cat >>confdefs.h <<\_ACEOF
38175 #define wxUSE_GUI 1
38176 _ACEOF
38177
38178
38179 fi
38180
38181
38182 if test "$wxUSE_UNIX" = "yes"; then
38183 cat >>confdefs.h <<\_ACEOF
38184 #define wxUSE_UNIX 1
38185 _ACEOF
38186
38187 fi
38188
38189
38190 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
38191
38192 HAVE_DL_FUNCS=0
38193 HAVE_SHL_FUNCS=0
38194 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
38195 if test "$USE_DARWIN" = 1; then
38196 HAVE_DL_FUNCS=1
38197 elif test "$USE_DOS" = 1; then
38198 HAVE_DL_FUNCS=0
38199 else
38200
38201 for ac_func in dlopen
38202 do
38203 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38204 echo "$as_me:$LINENO: checking for $ac_func" >&5
38205 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38206 if eval "test \"\${$as_ac_var+set}\" = set"; then
38207 echo $ECHO_N "(cached) $ECHO_C" >&6
38208 else
38209 cat >conftest.$ac_ext <<_ACEOF
38210 /* confdefs.h. */
38211 _ACEOF
38212 cat confdefs.h >>conftest.$ac_ext
38213 cat >>conftest.$ac_ext <<_ACEOF
38214 /* end confdefs.h. */
38215 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38216 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38217 #define $ac_func innocuous_$ac_func
38218
38219 /* System header to define __stub macros and hopefully few prototypes,
38220 which can conflict with char $ac_func (); below.
38221 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38222 <limits.h> exists even on freestanding compilers. */
38223
38224 #ifdef __STDC__
38225 # include <limits.h>
38226 #else
38227 # include <assert.h>
38228 #endif
38229
38230 #undef $ac_func
38231
38232 /* Override any gcc2 internal prototype to avoid an error. */
38233 #ifdef __cplusplus
38234 extern "C"
38235 {
38236 #endif
38237 /* We use char because int might match the return type of a gcc2
38238 builtin and then its argument prototype would still apply. */
38239 char $ac_func ();
38240 /* The GNU C library defines this for functions which it implements
38241 to always fail with ENOSYS. Some functions are actually named
38242 something starting with __ and the normal name is an alias. */
38243 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38244 choke me
38245 #else
38246 char (*f) () = $ac_func;
38247 #endif
38248 #ifdef __cplusplus
38249 }
38250 #endif
38251
38252 int
38253 main ()
38254 {
38255 return f != $ac_func;
38256 ;
38257 return 0;
38258 }
38259 _ACEOF
38260 rm -f conftest.$ac_objext conftest$ac_exeext
38261 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38262 (eval $ac_link) 2>conftest.er1
38263 ac_status=$?
38264 grep -v '^ *+' conftest.er1 >conftest.err
38265 rm -f conftest.er1
38266 cat conftest.err >&5
38267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38268 (exit $ac_status); } &&
38269 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38271 (eval $ac_try) 2>&5
38272 ac_status=$?
38273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38274 (exit $ac_status); }; } &&
38275 { ac_try='test -s conftest$ac_exeext'
38276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38277 (eval $ac_try) 2>&5
38278 ac_status=$?
38279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38280 (exit $ac_status); }; }; then
38281 eval "$as_ac_var=yes"
38282 else
38283 echo "$as_me: failed program was:" >&5
38284 sed 's/^/| /' conftest.$ac_ext >&5
38285
38286 eval "$as_ac_var=no"
38287 fi
38288 rm -f conftest.err conftest.$ac_objext \
38289 conftest$ac_exeext conftest.$ac_ext
38290 fi
38291 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38292 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38293 if test `eval echo '${'$as_ac_var'}'` = yes; then
38294 cat >>confdefs.h <<_ACEOF
38295 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38296 _ACEOF
38297
38298 cat >>confdefs.h <<\_ACEOF
38299 #define HAVE_DLOPEN 1
38300 _ACEOF
38301
38302 HAVE_DL_FUNCS=1
38303
38304 else
38305
38306 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
38307 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
38308 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
38309 echo $ECHO_N "(cached) $ECHO_C" >&6
38310 else
38311 ac_check_lib_save_LIBS=$LIBS
38312 LIBS="-ldl $LIBS"
38313 cat >conftest.$ac_ext <<_ACEOF
38314 /* confdefs.h. */
38315 _ACEOF
38316 cat confdefs.h >>conftest.$ac_ext
38317 cat >>conftest.$ac_ext <<_ACEOF
38318 /* end confdefs.h. */
38319
38320 /* Override any gcc2 internal prototype to avoid an error. */
38321 #ifdef __cplusplus
38322 extern "C"
38323 #endif
38324 /* We use char because int might match the return type of a gcc2
38325 builtin and then its argument prototype would still apply. */
38326 char dlopen ();
38327 int
38328 main ()
38329 {
38330 dlopen ();
38331 ;
38332 return 0;
38333 }
38334 _ACEOF
38335 rm -f conftest.$ac_objext conftest$ac_exeext
38336 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38337 (eval $ac_link) 2>conftest.er1
38338 ac_status=$?
38339 grep -v '^ *+' conftest.er1 >conftest.err
38340 rm -f conftest.er1
38341 cat conftest.err >&5
38342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38343 (exit $ac_status); } &&
38344 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38346 (eval $ac_try) 2>&5
38347 ac_status=$?
38348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38349 (exit $ac_status); }; } &&
38350 { ac_try='test -s conftest$ac_exeext'
38351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38352 (eval $ac_try) 2>&5
38353 ac_status=$?
38354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38355 (exit $ac_status); }; }; then
38356 ac_cv_lib_dl_dlopen=yes
38357 else
38358 echo "$as_me: failed program was:" >&5
38359 sed 's/^/| /' conftest.$ac_ext >&5
38360
38361 ac_cv_lib_dl_dlopen=no
38362 fi
38363 rm -f conftest.err conftest.$ac_objext \
38364 conftest$ac_exeext conftest.$ac_ext
38365 LIBS=$ac_check_lib_save_LIBS
38366 fi
38367 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
38368 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
38369 if test $ac_cv_lib_dl_dlopen = yes; then
38370
38371 cat >>confdefs.h <<\_ACEOF
38372 #define HAVE_DLOPEN 1
38373 _ACEOF
38374
38375 HAVE_DL_FUNCS=1
38376 DL_LINK=" -ldl$DL_LINK"
38377
38378 else
38379
38380
38381 for ac_func in shl_load
38382 do
38383 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38384 echo "$as_me:$LINENO: checking for $ac_func" >&5
38385 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38386 if eval "test \"\${$as_ac_var+set}\" = set"; then
38387 echo $ECHO_N "(cached) $ECHO_C" >&6
38388 else
38389 cat >conftest.$ac_ext <<_ACEOF
38390 /* confdefs.h. */
38391 _ACEOF
38392 cat confdefs.h >>conftest.$ac_ext
38393 cat >>conftest.$ac_ext <<_ACEOF
38394 /* end confdefs.h. */
38395 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38396 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38397 #define $ac_func innocuous_$ac_func
38398
38399 /* System header to define __stub macros and hopefully few prototypes,
38400 which can conflict with char $ac_func (); below.
38401 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38402 <limits.h> exists even on freestanding compilers. */
38403
38404 #ifdef __STDC__
38405 # include <limits.h>
38406 #else
38407 # include <assert.h>
38408 #endif
38409
38410 #undef $ac_func
38411
38412 /* Override any gcc2 internal prototype to avoid an error. */
38413 #ifdef __cplusplus
38414 extern "C"
38415 {
38416 #endif
38417 /* We use char because int might match the return type of a gcc2
38418 builtin and then its argument prototype would still apply. */
38419 char $ac_func ();
38420 /* The GNU C library defines this for functions which it implements
38421 to always fail with ENOSYS. Some functions are actually named
38422 something starting with __ and the normal name is an alias. */
38423 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38424 choke me
38425 #else
38426 char (*f) () = $ac_func;
38427 #endif
38428 #ifdef __cplusplus
38429 }
38430 #endif
38431
38432 int
38433 main ()
38434 {
38435 return f != $ac_func;
38436 ;
38437 return 0;
38438 }
38439 _ACEOF
38440 rm -f conftest.$ac_objext conftest$ac_exeext
38441 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38442 (eval $ac_link) 2>conftest.er1
38443 ac_status=$?
38444 grep -v '^ *+' conftest.er1 >conftest.err
38445 rm -f conftest.er1
38446 cat conftest.err >&5
38447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38448 (exit $ac_status); } &&
38449 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38451 (eval $ac_try) 2>&5
38452 ac_status=$?
38453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38454 (exit $ac_status); }; } &&
38455 { ac_try='test -s conftest$ac_exeext'
38456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38457 (eval $ac_try) 2>&5
38458 ac_status=$?
38459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38460 (exit $ac_status); }; }; then
38461 eval "$as_ac_var=yes"
38462 else
38463 echo "$as_me: failed program was:" >&5
38464 sed 's/^/| /' conftest.$ac_ext >&5
38465
38466 eval "$as_ac_var=no"
38467 fi
38468 rm -f conftest.err conftest.$ac_objext \
38469 conftest$ac_exeext conftest.$ac_ext
38470 fi
38471 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38472 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38473 if test `eval echo '${'$as_ac_var'}'` = yes; then
38474 cat >>confdefs.h <<_ACEOF
38475 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38476 _ACEOF
38477
38478 cat >>confdefs.h <<\_ACEOF
38479 #define HAVE_SHL_LOAD 1
38480 _ACEOF
38481
38482 HAVE_SHL_FUNCS=1
38483
38484 else
38485
38486 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
38487 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
38488 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
38489 echo $ECHO_N "(cached) $ECHO_C" >&6
38490 else
38491 ac_check_lib_save_LIBS=$LIBS
38492 LIBS="-lshl_load $LIBS"
38493 cat >conftest.$ac_ext <<_ACEOF
38494 /* confdefs.h. */
38495 _ACEOF
38496 cat confdefs.h >>conftest.$ac_ext
38497 cat >>conftest.$ac_ext <<_ACEOF
38498 /* end confdefs.h. */
38499
38500 /* Override any gcc2 internal prototype to avoid an error. */
38501 #ifdef __cplusplus
38502 extern "C"
38503 #endif
38504 /* We use char because int might match the return type of a gcc2
38505 builtin and then its argument prototype would still apply. */
38506 char dld ();
38507 int
38508 main ()
38509 {
38510 dld ();
38511 ;
38512 return 0;
38513 }
38514 _ACEOF
38515 rm -f conftest.$ac_objext conftest$ac_exeext
38516 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38517 (eval $ac_link) 2>conftest.er1
38518 ac_status=$?
38519 grep -v '^ *+' conftest.er1 >conftest.err
38520 rm -f conftest.er1
38521 cat conftest.err >&5
38522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38523 (exit $ac_status); } &&
38524 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38525 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38526 (eval $ac_try) 2>&5
38527 ac_status=$?
38528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38529 (exit $ac_status); }; } &&
38530 { ac_try='test -s conftest$ac_exeext'
38531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38532 (eval $ac_try) 2>&5
38533 ac_status=$?
38534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38535 (exit $ac_status); }; }; then
38536 ac_cv_lib_shl_load_dld=yes
38537 else
38538 echo "$as_me: failed program was:" >&5
38539 sed 's/^/| /' conftest.$ac_ext >&5
38540
38541 ac_cv_lib_shl_load_dld=no
38542 fi
38543 rm -f conftest.err conftest.$ac_objext \
38544 conftest$ac_exeext conftest.$ac_ext
38545 LIBS=$ac_check_lib_save_LIBS
38546 fi
38547 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
38548 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
38549 if test $ac_cv_lib_shl_load_dld = yes; then
38550
38551 HAVE_SHL_FUNCS=1
38552 DL_LINK=" -ldld$DL_LINK"
38553
38554 fi
38555
38556
38557 fi
38558 done
38559
38560
38561 fi
38562
38563
38564 fi
38565 done
38566
38567
38568 if test "$HAVE_DL_FUNCS" = 1; then
38569
38570 for ac_func in dlerror
38571 do
38572 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38573 echo "$as_me:$LINENO: checking for $ac_func" >&5
38574 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38575 if eval "test \"\${$as_ac_var+set}\" = set"; then
38576 echo $ECHO_N "(cached) $ECHO_C" >&6
38577 else
38578 cat >conftest.$ac_ext <<_ACEOF
38579 /* confdefs.h. */
38580 _ACEOF
38581 cat confdefs.h >>conftest.$ac_ext
38582 cat >>conftest.$ac_ext <<_ACEOF
38583 /* end confdefs.h. */
38584 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38585 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38586 #define $ac_func innocuous_$ac_func
38587
38588 /* System header to define __stub macros and hopefully few prototypes,
38589 which can conflict with char $ac_func (); below.
38590 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38591 <limits.h> exists even on freestanding compilers. */
38592
38593 #ifdef __STDC__
38594 # include <limits.h>
38595 #else
38596 # include <assert.h>
38597 #endif
38598
38599 #undef $ac_func
38600
38601 /* Override any gcc2 internal prototype to avoid an error. */
38602 #ifdef __cplusplus
38603 extern "C"
38604 {
38605 #endif
38606 /* We use char because int might match the return type of a gcc2
38607 builtin and then its argument prototype would still apply. */
38608 char $ac_func ();
38609 /* The GNU C library defines this for functions which it implements
38610 to always fail with ENOSYS. Some functions are actually named
38611 something starting with __ and the normal name is an alias. */
38612 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38613 choke me
38614 #else
38615 char (*f) () = $ac_func;
38616 #endif
38617 #ifdef __cplusplus
38618 }
38619 #endif
38620
38621 int
38622 main ()
38623 {
38624 return f != $ac_func;
38625 ;
38626 return 0;
38627 }
38628 _ACEOF
38629 rm -f conftest.$ac_objext conftest$ac_exeext
38630 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38631 (eval $ac_link) 2>conftest.er1
38632 ac_status=$?
38633 grep -v '^ *+' conftest.er1 >conftest.err
38634 rm -f conftest.er1
38635 cat conftest.err >&5
38636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38637 (exit $ac_status); } &&
38638 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38640 (eval $ac_try) 2>&5
38641 ac_status=$?
38642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38643 (exit $ac_status); }; } &&
38644 { ac_try='test -s conftest$ac_exeext'
38645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38646 (eval $ac_try) 2>&5
38647 ac_status=$?
38648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38649 (exit $ac_status); }; }; then
38650 eval "$as_ac_var=yes"
38651 else
38652 echo "$as_me: failed program was:" >&5
38653 sed 's/^/| /' conftest.$ac_ext >&5
38654
38655 eval "$as_ac_var=no"
38656 fi
38657 rm -f conftest.err conftest.$ac_objext \
38658 conftest$ac_exeext conftest.$ac_ext
38659 fi
38660 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38661 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38662 if test `eval echo '${'$as_ac_var'}'` = yes; then
38663 cat >>confdefs.h <<_ACEOF
38664 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38665 _ACEOF
38666 cat >>confdefs.h <<\_ACEOF
38667 #define HAVE_DLERROR 1
38668 _ACEOF
38669
38670 else
38671
38672 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
38673 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
38674 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
38675 echo $ECHO_N "(cached) $ECHO_C" >&6
38676 else
38677 ac_check_lib_save_LIBS=$LIBS
38678 LIBS="-ldl $LIBS"
38679 cat >conftest.$ac_ext <<_ACEOF
38680 /* confdefs.h. */
38681 _ACEOF
38682 cat confdefs.h >>conftest.$ac_ext
38683 cat >>conftest.$ac_ext <<_ACEOF
38684 /* end confdefs.h. */
38685
38686 /* Override any gcc2 internal prototype to avoid an error. */
38687 #ifdef __cplusplus
38688 extern "C"
38689 #endif
38690 /* We use char because int might match the return type of a gcc2
38691 builtin and then its argument prototype would still apply. */
38692 char dlerror ();
38693 int
38694 main ()
38695 {
38696 dlerror ();
38697 ;
38698 return 0;
38699 }
38700 _ACEOF
38701 rm -f conftest.$ac_objext conftest$ac_exeext
38702 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38703 (eval $ac_link) 2>conftest.er1
38704 ac_status=$?
38705 grep -v '^ *+' conftest.er1 >conftest.err
38706 rm -f conftest.er1
38707 cat conftest.err >&5
38708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38709 (exit $ac_status); } &&
38710 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38712 (eval $ac_try) 2>&5
38713 ac_status=$?
38714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38715 (exit $ac_status); }; } &&
38716 { ac_try='test -s conftest$ac_exeext'
38717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38718 (eval $ac_try) 2>&5
38719 ac_status=$?
38720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38721 (exit $ac_status); }; }; then
38722 ac_cv_lib_dl_dlerror=yes
38723 else
38724 echo "$as_me: failed program was:" >&5
38725 sed 's/^/| /' conftest.$ac_ext >&5
38726
38727 ac_cv_lib_dl_dlerror=no
38728 fi
38729 rm -f conftest.err conftest.$ac_objext \
38730 conftest$ac_exeext conftest.$ac_ext
38731 LIBS=$ac_check_lib_save_LIBS
38732 fi
38733 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
38734 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
38735 if test $ac_cv_lib_dl_dlerror = yes; then
38736 cat >>confdefs.h <<\_ACEOF
38737 #define HAVE_DLERROR 1
38738 _ACEOF
38739
38740 fi
38741
38742
38743
38744 fi
38745 done
38746
38747 fi
38748 fi
38749
38750 if test "$HAVE_DL_FUNCS" = 0; then
38751 if test "$HAVE_SHL_FUNCS" = 0; then
38752 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
38753 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
38754 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
38755 wxUSE_DYNAMIC_LOADER=no
38756 wxUSE_DYNLIB_CLASS=no
38757 else
38758 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
38759 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
38760 fi
38761 fi
38762 fi
38763 fi
38764 fi
38765
38766 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
38767 cat >>confdefs.h <<\_ACEOF
38768 #define wxUSE_DYNAMIC_LOADER 1
38769 _ACEOF
38770
38771 fi
38772 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
38773 cat >>confdefs.h <<\_ACEOF
38774 #define wxUSE_DYNLIB_CLASS 1
38775 _ACEOF
38776
38777 fi
38778
38779
38780
38781 if test "$wxUSE_PLUGINS" = "yes" ; then
38782 if test "$wxUSE_SHARED" = "no" ; then
38783 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
38784 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
38785 wxUSE_PLUGINS=no
38786 fi
38787 if test "$wxUSE_MONOLITHIC" = "yes" ; then
38788 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
38789 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
38790 wxUSE_PLUGINS=no
38791 fi
38792 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
38793 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
38794 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
38795 wxUSE_PLUGINS=no
38796 fi
38797 if test "$wxUSE_PLUGINS" = "yes" ; then
38798 cat >>confdefs.h <<\_ACEOF
38799 #define wxUSE_PLUGINS 1
38800 _ACEOF
38801
38802 fi
38803 fi
38804
38805
38806 if test "$wxUSE_STL" = "yes"; then
38807 cat >>confdefs.h <<\_ACEOF
38808 #define wxUSE_STL 1
38809 _ACEOF
38810
38811 fi
38812
38813 if test "$wxUSE_APPLE_IEEE" = "yes"; then
38814 cat >>confdefs.h <<\_ACEOF
38815 #define wxUSE_APPLE_IEEE 1
38816 _ACEOF
38817
38818 fi
38819
38820 if test "$wxUSE_TIMER" = "yes"; then
38821 cat >>confdefs.h <<\_ACEOF
38822 #define wxUSE_TIMER 1
38823 _ACEOF
38824
38825 fi
38826
38827 if test "$USE_UNIX" = "1" ; then
38828 echo "$as_me:$LINENO: checking for ioctl() in sys/soundcard.h" >&5
38829 echo $ECHO_N "checking for ioctl() in sys/soundcard.h... $ECHO_C" >&6
38830 if test "${ac_cv_header_sys_soundcard+set}" = set; then
38831 echo $ECHO_N "(cached) $ECHO_C" >&6
38832 else
38833
38834 cat >conftest.$ac_ext <<_ACEOF
38835 /* confdefs.h. */
38836 _ACEOF
38837 cat confdefs.h >>conftest.$ac_ext
38838 cat >>conftest.$ac_ext <<_ACEOF
38839 /* end confdefs.h. */
38840
38841 #include <sys/soundcard.h>
38842
38843 int
38844 main ()
38845 {
38846
38847 ioctl(0, SNDCTL_DSP_SYNC, 0);
38848
38849 ;
38850 return 0;
38851 }
38852 _ACEOF
38853 rm -f conftest.$ac_objext conftest$ac_exeext
38854 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38855 (eval $ac_link) 2>conftest.er1
38856 ac_status=$?
38857 grep -v '^ *+' conftest.er1 >conftest.err
38858 rm -f conftest.er1
38859 cat conftest.err >&5
38860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38861 (exit $ac_status); } &&
38862 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38864 (eval $ac_try) 2>&5
38865 ac_status=$?
38866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38867 (exit $ac_status); }; } &&
38868 { ac_try='test -s conftest$ac_exeext'
38869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38870 (eval $ac_try) 2>&5
38871 ac_status=$?
38872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38873 (exit $ac_status); }; }; then
38874 ac_cv_header_sys_soundcard=yes
38875 else
38876 echo "$as_me: failed program was:" >&5
38877 sed 's/^/| /' conftest.$ac_ext >&5
38878
38879
38880 saveLibs="$LIBS"
38881 LIBS="$saveLibs -lossaudio"
38882 cat >conftest.$ac_ext <<_ACEOF
38883 /* confdefs.h. */
38884 _ACEOF
38885 cat confdefs.h >>conftest.$ac_ext
38886 cat >>conftest.$ac_ext <<_ACEOF
38887 /* end confdefs.h. */
38888
38889 #include <sys/soundcard.h>
38890
38891 int
38892 main ()
38893 {
38894
38895 ioctl(0, SNDCTL_DSP_SYNC, 0);
38896
38897 ;
38898 return 0;
38899 }
38900 _ACEOF
38901 rm -f conftest.$ac_objext conftest$ac_exeext
38902 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38903 (eval $ac_link) 2>conftest.er1
38904 ac_status=$?
38905 grep -v '^ *+' conftest.er1 >conftest.err
38906 rm -f conftest.er1
38907 cat conftest.err >&5
38908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38909 (exit $ac_status); } &&
38910 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38912 (eval $ac_try) 2>&5
38913 ac_status=$?
38914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38915 (exit $ac_status); }; } &&
38916 { ac_try='test -s conftest$ac_exeext'
38917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38918 (eval $ac_try) 2>&5
38919 ac_status=$?
38920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38921 (exit $ac_status); }; }; then
38922 ac_cv_header_sys_soundcard=yes
38923 else
38924 echo "$as_me: failed program was:" >&5
38925 sed 's/^/| /' conftest.$ac_ext >&5
38926
38927
38928 LIBS="$saveLibs"
38929 ac_cv_header_sys_soundcard=no
38930
38931
38932 fi
38933 rm -f conftest.err conftest.$ac_objext \
38934 conftest$ac_exeext conftest.$ac_ext
38935
38936
38937 fi
38938 rm -f conftest.err conftest.$ac_objext \
38939 conftest$ac_exeext conftest.$ac_ext
38940
38941 fi
38942 echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard" >&5
38943 echo "${ECHO_T}$ac_cv_header_sys_soundcard" >&6
38944
38945 if test "$ac_cv_header_sys_soundcard" = "yes"; then
38946 cat >>confdefs.h <<\_ACEOF
38947 #define HAVE_SYS_SOUNDCARD_H 1
38948 _ACEOF
38949
38950 else
38951 DISABLED_CONTRIB="$DISABLED_CONTRIB mmedia"
38952 fi
38953 fi
38954 WITH_PLUGIN_SDL=0
38955 if test "$wxUSE_SOUND" = "yes"; then
38956 if test "$USE_UNIX" = "1" ; then
38957 if test "$wxUSE_LIBSDL" != "no"; then
38958
38959 # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
38960 if test "${with_sdl_prefix+set}" = set; then
38961 withval="$with_sdl_prefix"
38962 sdl_prefix="$withval"
38963 else
38964 sdl_prefix=""
38965 fi;
38966
38967 # Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
38968 if test "${with_sdl_exec_prefix+set}" = set; then
38969 withval="$with_sdl_exec_prefix"
38970 sdl_exec_prefix="$withval"
38971 else
38972 sdl_exec_prefix=""
38973 fi;
38974 # Check whether --enable-sdltest or --disable-sdltest was given.
38975 if test "${enable_sdltest+set}" = set; then
38976 enableval="$enable_sdltest"
38977
38978 else
38979 enable_sdltest=yes
38980 fi;
38981
38982 if test x$sdl_exec_prefix != x ; then
38983 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
38984 if test x${SDL_CONFIG+set} != xset ; then
38985 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
38986 fi
38987 fi
38988 if test x$sdl_prefix != x ; then
38989 sdl_args="$sdl_args --prefix=$sdl_prefix"
38990 if test x${SDL_CONFIG+set} != xset ; then
38991 SDL_CONFIG=$sdl_prefix/bin/sdl-config
38992 fi
38993 fi
38994
38995
38996 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
38997 # Extract the first word of "sdl-config", so it can be a program name with args.
38998 set dummy sdl-config; ac_word=$2
38999 echo "$as_me:$LINENO: checking for $ac_word" >&5
39000 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
39001 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
39002 echo $ECHO_N "(cached) $ECHO_C" >&6
39003 else
39004 case $SDL_CONFIG in
39005 [\\/]* | ?:[\\/]*)
39006 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
39007 ;;
39008 *)
39009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39010 for as_dir in $PATH
39011 do
39012 IFS=$as_save_IFS
39013 test -z "$as_dir" && as_dir=.
39014 for ac_exec_ext in '' $ac_executable_extensions; do
39015 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39016 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
39017 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
39018 break 2
39019 fi
39020 done
39021 done
39022
39023 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
39024 ;;
39025 esac
39026 fi
39027 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
39028
39029 if test -n "$SDL_CONFIG"; then
39030 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
39031 echo "${ECHO_T}$SDL_CONFIG" >&6
39032 else
39033 echo "$as_me:$LINENO: result: no" >&5
39034 echo "${ECHO_T}no" >&6
39035 fi
39036
39037 min_sdl_version=1.2.0
39038 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
39039 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
39040 no_sdl=""
39041 if test "$SDL_CONFIG" = "no" ; then
39042 no_sdl=yes
39043 else
39044 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
39045 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
39046
39047 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
39048 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
39049 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
39050 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
39051 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
39052 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
39053 if test "x$enable_sdltest" = "xyes" ; then
39054 ac_save_CFLAGS="$CFLAGS"
39055 ac_save_CXXFLAGS="$CXXFLAGS"
39056 ac_save_LIBS="$LIBS"
39057 CFLAGS="$CFLAGS $SDL_CFLAGS"
39058 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
39059 LIBS="$LIBS $SDL_LIBS"
39060 rm -f conf.sdltest
39061 if test "$cross_compiling" = yes; then
39062 echo $ac_n "cross compiling; assumed OK... $ac_c"
39063 else
39064 cat >conftest.$ac_ext <<_ACEOF
39065 /* confdefs.h. */
39066 _ACEOF
39067 cat confdefs.h >>conftest.$ac_ext
39068 cat >>conftest.$ac_ext <<_ACEOF
39069 /* end confdefs.h. */
39070
39071 #include <stdio.h>
39072 #include <stdlib.h>
39073 #include <string.h>
39074 #include "SDL.h"
39075
39076 char*
39077 my_strdup (char *str)
39078 {
39079 char *new_str;
39080
39081 if (str)
39082 {
39083 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
39084 strcpy (new_str, str);
39085 }
39086 else
39087 new_str = NULL;
39088
39089 return new_str;
39090 }
39091
39092 int main (int argc, char *argv[])
39093 {
39094 int major, minor, micro;
39095 char *tmp_version;
39096
39097 /* This hangs on some systems (?)
39098 system ("touch conf.sdltest");
39099 */
39100 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
39101
39102 /* HP/UX 9 (%@#!) writes to sscanf strings */
39103 tmp_version = my_strdup("$min_sdl_version");
39104 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
39105 printf("%s, bad version string\n", "$min_sdl_version");
39106 exit(1);
39107 }
39108
39109 if (($sdl_major_version > major) ||
39110 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
39111 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
39112 {
39113 return 0;
39114 }
39115 else
39116 {
39117 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
39118 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
39119 printf("*** best to upgrade to the required version.\n");
39120 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
39121 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
39122 printf("*** config.cache before re-running configure\n");
39123 return 1;
39124 }
39125 }
39126
39127
39128 _ACEOF
39129 rm -f conftest$ac_exeext
39130 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39131 (eval $ac_link) 2>&5
39132 ac_status=$?
39133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39134 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
39135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39136 (eval $ac_try) 2>&5
39137 ac_status=$?
39138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39139 (exit $ac_status); }; }; then
39140 :
39141 else
39142 echo "$as_me: program exited with status $ac_status" >&5
39143 echo "$as_me: failed program was:" >&5
39144 sed 's/^/| /' conftest.$ac_ext >&5
39145
39146 ( exit $ac_status )
39147 no_sdl=yes
39148 fi
39149 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
39150 fi
39151 CFLAGS="$ac_save_CFLAGS"
39152 CXXFLAGS="$ac_save_CXXFLAGS"
39153 LIBS="$ac_save_LIBS"
39154 fi
39155 fi
39156 if test "x$no_sdl" = x ; then
39157 echo "$as_me:$LINENO: result: yes" >&5
39158 echo "${ECHO_T}yes" >&6
39159
39160 EXTRALIBS_SDL="$SDL_LIBS"
39161 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
39162 cat >>confdefs.h <<\_ACEOF
39163 #define wxUSE_LIBSDL 1
39164 _ACEOF
39165
39166
39167 else
39168 echo "$as_me:$LINENO: result: no" >&5
39169 echo "${ECHO_T}no" >&6
39170 if test "$SDL_CONFIG" = "no" ; then
39171 echo "*** The sdl-config script installed by SDL could not be found"
39172 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
39173 echo "*** your path, or set the SDL_CONFIG environment variable to the"
39174 echo "*** full path to sdl-config."
39175 else
39176 if test -f conf.sdltest ; then
39177 :
39178 else
39179 echo "*** Could not run SDL test program, checking why..."
39180 CFLAGS="$CFLAGS $SDL_CFLAGS"
39181 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
39182 LIBS="$LIBS $SDL_LIBS"
39183 cat >conftest.$ac_ext <<_ACEOF
39184 /* confdefs.h. */
39185 _ACEOF
39186 cat confdefs.h >>conftest.$ac_ext
39187 cat >>conftest.$ac_ext <<_ACEOF
39188 /* end confdefs.h. */
39189
39190 #include <stdio.h>
39191 #include "SDL.h"
39192
39193 int main(int argc, char *argv[])
39194 { return 0; }
39195 #undef main
39196 #define main K_and_R_C_main
39197
39198 int
39199 main ()
39200 {
39201 return 0;
39202 ;
39203 return 0;
39204 }
39205 _ACEOF
39206 rm -f conftest.$ac_objext conftest$ac_exeext
39207 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39208 (eval $ac_link) 2>conftest.er1
39209 ac_status=$?
39210 grep -v '^ *+' conftest.er1 >conftest.err
39211 rm -f conftest.er1
39212 cat conftest.err >&5
39213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39214 (exit $ac_status); } &&
39215 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39217 (eval $ac_try) 2>&5
39218 ac_status=$?
39219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39220 (exit $ac_status); }; } &&
39221 { ac_try='test -s conftest$ac_exeext'
39222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39223 (eval $ac_try) 2>&5
39224 ac_status=$?
39225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39226 (exit $ac_status); }; }; then
39227 echo "*** The test program compiled, but did not run. This usually means"
39228 echo "*** that the run-time linker is not finding SDL or finding the wrong"
39229 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
39230 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
39231 echo "*** to the installed location Also, make sure you have run ldconfig if that"
39232 echo "*** is required on your system"
39233 echo "***"
39234 echo "*** If you have an old version installed, it is best to remove it, although"
39235 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
39236 else
39237 echo "$as_me: failed program was:" >&5
39238 sed 's/^/| /' conftest.$ac_ext >&5
39239
39240 echo "*** The test program failed to compile or link. See the file config.log for the"
39241 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
39242 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
39243 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
39244 fi
39245 rm -f conftest.err conftest.$ac_objext \
39246 conftest$ac_exeext conftest.$ac_ext
39247 CFLAGS="$ac_save_CFLAGS"
39248 CXXFLAGS="$ac_save_CXXFLAGS"
39249 LIBS="$ac_save_LIBS"
39250 fi
39251 fi
39252 SDL_CFLAGS=""
39253 SDL_LIBS=""
39254 wxUSE_LIBSDL="no"
39255 fi
39256
39257
39258 rm -f conf.sdltest
39259
39260 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
39261 WITH_PLUGIN_SDL=1
39262 fi
39263 fi
39264 fi
39265
39266 cat >>confdefs.h <<\_ACEOF
39267 #define wxUSE_SOUND 1
39268 _ACEOF
39269
39270 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
39271 fi
39272
39273 if test "$WXGTK20" = 1; then
39274 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
39275 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
39276
39277
39278 succeeded=no
39279
39280 if test -z "$PKG_CONFIG"; then
39281 # Extract the first word of "pkg-config", so it can be a program name with args.
39282 set dummy pkg-config; ac_word=$2
39283 echo "$as_me:$LINENO: checking for $ac_word" >&5
39284 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
39285 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
39286 echo $ECHO_N "(cached) $ECHO_C" >&6
39287 else
39288 case $PKG_CONFIG in
39289 [\\/]* | ?:[\\/]*)
39290 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
39291 ;;
39292 *)
39293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39294 for as_dir in $PATH
39295 do
39296 IFS=$as_save_IFS
39297 test -z "$as_dir" && as_dir=.
39298 for ac_exec_ext in '' $ac_executable_extensions; do
39299 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39300 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
39301 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
39302 break 2
39303 fi
39304 done
39305 done
39306
39307 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
39308 ;;
39309 esac
39310 fi
39311 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
39312
39313 if test -n "$PKG_CONFIG"; then
39314 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
39315 echo "${ECHO_T}$PKG_CONFIG" >&6
39316 else
39317 echo "$as_me:$LINENO: result: no" >&5
39318 echo "${ECHO_T}no" >&6
39319 fi
39320
39321 fi
39322
39323 if test "$PKG_CONFIG" = "no" ; then
39324 echo "*** The pkg-config script could not be found. Make sure it is"
39325 echo "*** in your path, or set the PKG_CONFIG environment variable"
39326 echo "*** to the full path to pkg-config."
39327 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
39328 else
39329 PKG_CONFIG_MIN_VERSION=0.9.0
39330 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
39331 echo "$as_me:$LINENO: checking for libgnomeprintui-2.2 >= 2.8" >&5
39332 echo $ECHO_N "checking for libgnomeprintui-2.2 >= 2.8... $ECHO_C" >&6
39333
39334 if $PKG_CONFIG --exists "libgnomeprintui-2.2 >= 2.8" ; then
39335 echo "$as_me:$LINENO: result: yes" >&5
39336 echo "${ECHO_T}yes" >&6
39337 succeeded=yes
39338
39339 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_CFLAGS" >&5
39340 echo $ECHO_N "checking LIBGNOMEPRINTUI_CFLAGS... $ECHO_C" >&6
39341 LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8"`
39342 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_CFLAGS" >&5
39343 echo "${ECHO_T}$LIBGNOMEPRINTUI_CFLAGS" >&6
39344
39345 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_LIBS" >&5
39346 echo $ECHO_N "checking LIBGNOMEPRINTUI_LIBS... $ECHO_C" >&6
39347 LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8"`
39348 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_LIBS" >&5
39349 echo "${ECHO_T}$LIBGNOMEPRINTUI_LIBS" >&6
39350 else
39351 LIBGNOMEPRINTUI_CFLAGS=""
39352 LIBGNOMEPRINTUI_LIBS=""
39353 ## If we have a custom action on failure, don't print errors, but
39354 ## do set a variable so people can do so.
39355 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
39356
39357 fi
39358
39359
39360
39361 else
39362 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
39363 echo "*** See http://www.freedesktop.org/software/pkgconfig"
39364 fi
39365 fi
39366
39367 if test $succeeded = yes; then
39368
39369 CXXFLAGS="$CXXFLAGS $LIBGNOMEPRINTUI_CFLAGS"
39370 cat >>confdefs.h <<\_ACEOF
39371 #define wxUSE_LIBGNOMEPRINT 1
39372 _ACEOF
39373
39374
39375 else
39376
39377 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
39378 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
39379 wxUSE_LIBGNOMEPRINT="no"
39380
39381
39382 fi
39383
39384 fi
39385 fi
39386 fi
39387
39388
39389 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
39390 cat >>confdefs.h <<\_ACEOF
39391 #define wxUSE_CMDLINE_PARSER 1
39392 _ACEOF
39393
39394 fi
39395
39396 if test "$wxUSE_STOPWATCH" = "yes"; then
39397 cat >>confdefs.h <<\_ACEOF
39398 #define wxUSE_STOPWATCH 1
39399 _ACEOF
39400
39401 fi
39402
39403 if test "$wxUSE_DATETIME" = "yes"; then
39404 cat >>confdefs.h <<\_ACEOF
39405 #define wxUSE_DATETIME 1
39406 _ACEOF
39407
39408 fi
39409
39410 if test "$wxUSE_FILE" = "yes"; then
39411 cat >>confdefs.h <<\_ACEOF
39412 #define wxUSE_FILE 1
39413 _ACEOF
39414
39415 fi
39416
39417 if test "$wxUSE_FFILE" = "yes"; then
39418 cat >>confdefs.h <<\_ACEOF
39419 #define wxUSE_FFILE 1
39420 _ACEOF
39421
39422 fi
39423
39424 if test "$wxUSE_FILESYSTEM" = "yes"; then
39425 cat >>confdefs.h <<\_ACEOF
39426 #define wxUSE_FILESYSTEM 1
39427 _ACEOF
39428
39429 fi
39430
39431 if test "$wxUSE_FS_ZIP" = "yes"; then
39432 cat >>confdefs.h <<\_ACEOF
39433 #define wxUSE_FS_ZIP 1
39434 _ACEOF
39435
39436 fi
39437
39438 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
39439 cat >>confdefs.h <<\_ACEOF
39440 #define wxUSE_ARCHIVE_STREAMS 1
39441 _ACEOF
39442
39443 fi
39444
39445 if test "$wxUSE_ZIPSTREAM" = "yes"; then
39446 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
39447 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
39448 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
39449 elif test "$wxUSE_ZLIB" = "no"; then
39450 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
39451 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
39452 else
39453 cat >>confdefs.h <<\_ACEOF
39454 #define wxUSE_ZIPSTREAM 1
39455 _ACEOF
39456
39457 fi
39458 fi
39459
39460 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
39461 if test "$USE_UNIX" != 1; then
39462 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
39463 echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
39464 wxUSE_ON_FATAL_EXCEPTION=no
39465 else
39466 cat >>confdefs.h <<\_ACEOF
39467 #define wxUSE_ON_FATAL_EXCEPTION 1
39468 _ACEOF
39469
39470 fi
39471 fi
39472
39473 if test "$wxUSE_STACKWALKER" = "yes"; then
39474 cat >>confdefs.h <<\_ACEOF
39475 #define wxUSE_STACKWALKER 1
39476 _ACEOF
39477
39478 fi
39479
39480 if test "$wxUSE_DEBUGREPORT" = "yes"; then
39481 if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
39482 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
39483 echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
39484 wxUSE_DEBUGREPORT=no
39485 else
39486 cat >>confdefs.h <<\_ACEOF
39487 #define wxUSE_DEBUGREPORT 1
39488 _ACEOF
39489
39490 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
39491 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
39492 fi
39493 fi
39494 fi
39495
39496 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
39497 cat >>confdefs.h <<\_ACEOF
39498 #define wxUSE_SNGLINST_CHECKER 1
39499 _ACEOF
39500
39501 fi
39502
39503 if test "$wxUSE_BUSYINFO" = "yes"; then
39504 cat >>confdefs.h <<\_ACEOF
39505 #define wxUSE_BUSYINFO 1
39506 _ACEOF
39507
39508 fi
39509
39510 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
39511 cat >>confdefs.h <<\_ACEOF
39512 #define wxUSE_STD_IOSTREAM 1
39513 _ACEOF
39514
39515 fi
39516
39517 if test "$wxUSE_STD_STRING" = "yes"; then
39518 cat >>confdefs.h <<\_ACEOF
39519 #define wxUSE_STD_STRING 1
39520 _ACEOF
39521
39522 fi
39523
39524 if test "$wxUSE_STDPATHS" = "yes"; then
39525 cat >>confdefs.h <<\_ACEOF
39526 #define wxUSE_STDPATHS 1
39527 _ACEOF
39528
39529 fi
39530
39531 if test "$wxUSE_TEXTBUFFER" = "yes"; then
39532 cat >>confdefs.h <<\_ACEOF
39533 #define wxUSE_TEXTBUFFER 1
39534 _ACEOF
39535
39536 fi
39537
39538 if test "$wxUSE_TEXTFILE" = "yes"; then
39539 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
39540 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
39541 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
39542 else
39543 cat >>confdefs.h <<\_ACEOF
39544 #define wxUSE_TEXTFILE 1
39545 _ACEOF
39546
39547 fi
39548 fi
39549
39550 if test "$wxUSE_CONFIG" = "yes" ; then
39551 if test "$wxUSE_TEXTFILE" != "yes"; then
39552 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
39553 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
39554 else
39555 cat >>confdefs.h <<\_ACEOF
39556 #define wxUSE_CONFIG 1
39557 _ACEOF
39558
39559 cat >>confdefs.h <<\_ACEOF
39560 #define wxUSE_CONFIG_NATIVE 1
39561 _ACEOF
39562
39563 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
39564 fi
39565 fi
39566
39567 if test "$wxUSE_INTL" = "yes" ; then
39568 if test "$wxUSE_FILE" != "yes"; then
39569 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
39570 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
39571 else
39572 cat >>confdefs.h <<\_ACEOF
39573 #define wxUSE_INTL 1
39574 _ACEOF
39575
39576 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
39577 GUIDIST="$GUIDIST INTL_DIST"
39578 fi
39579 fi
39580
39581 if test "$wxUSE_LOG" = "yes"; then
39582 cat >>confdefs.h <<\_ACEOF
39583 #define wxUSE_LOG 1
39584 _ACEOF
39585
39586
39587 if test "$wxUSE_LOGGUI" = "yes"; then
39588 cat >>confdefs.h <<\_ACEOF
39589 #define wxUSE_LOGGUI 1
39590 _ACEOF
39591
39592 fi
39593
39594 if test "$wxUSE_LOGWINDOW" = "yes"; then
39595 cat >>confdefs.h <<\_ACEOF
39596 #define wxUSE_LOGWINDOW 1
39597 _ACEOF
39598
39599 fi
39600
39601 if test "$wxUSE_LOGDIALOG" = "yes"; then
39602 cat >>confdefs.h <<\_ACEOF
39603 #define wxUSE_LOG_DIALOG 1
39604 _ACEOF
39605
39606 fi
39607
39608 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
39609 fi
39610
39611 if test "$wxUSE_LONGLONG" = "yes"; then
39612 cat >>confdefs.h <<\_ACEOF
39613 #define wxUSE_LONGLONG 1
39614 _ACEOF
39615
39616 fi
39617
39618 if test "$wxUSE_GEOMETRY" = "yes"; then
39619 cat >>confdefs.h <<\_ACEOF
39620 #define wxUSE_GEOMETRY 1
39621 _ACEOF
39622
39623 fi
39624
39625 if test "$wxUSE_STREAMS" = "yes" ; then
39626 cat >>confdefs.h <<\_ACEOF
39627 #define wxUSE_STREAMS 1
39628 _ACEOF
39629
39630 fi
39631
39632
39633 if test "$wxUSE_DATETIME" = "yes"; then
39634
39635 for ac_func in strptime
39636 do
39637 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39638 echo "$as_me:$LINENO: checking for $ac_func" >&5
39639 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
39640 if eval "test \"\${$as_ac_var+set}\" = set"; then
39641 echo $ECHO_N "(cached) $ECHO_C" >&6
39642 else
39643 cat >conftest.$ac_ext <<_ACEOF
39644 /* confdefs.h. */
39645 _ACEOF
39646 cat confdefs.h >>conftest.$ac_ext
39647 cat >>conftest.$ac_ext <<_ACEOF
39648 /* end confdefs.h. */
39649 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39650 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39651 #define $ac_func innocuous_$ac_func
39652
39653 /* System header to define __stub macros and hopefully few prototypes,
39654 which can conflict with char $ac_func (); below.
39655 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39656 <limits.h> exists even on freestanding compilers. */
39657
39658 #ifdef __STDC__
39659 # include <limits.h>
39660 #else
39661 # include <assert.h>
39662 #endif
39663
39664 #undef $ac_func
39665
39666 /* Override any gcc2 internal prototype to avoid an error. */
39667 #ifdef __cplusplus
39668 extern "C"
39669 {
39670 #endif
39671 /* We use char because int might match the return type of a gcc2
39672 builtin and then its argument prototype would still apply. */
39673 char $ac_func ();
39674 /* The GNU C library defines this for functions which it implements
39675 to always fail with ENOSYS. Some functions are actually named
39676 something starting with __ and the normal name is an alias. */
39677 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
39678 choke me
39679 #else
39680 char (*f) () = $ac_func;
39681 #endif
39682 #ifdef __cplusplus
39683 }
39684 #endif
39685
39686 int
39687 main ()
39688 {
39689 return f != $ac_func;
39690 ;
39691 return 0;
39692 }
39693 _ACEOF
39694 rm -f conftest.$ac_objext conftest$ac_exeext
39695 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39696 (eval $ac_link) 2>conftest.er1
39697 ac_status=$?
39698 grep -v '^ *+' conftest.er1 >conftest.err
39699 rm -f conftest.er1
39700 cat conftest.err >&5
39701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39702 (exit $ac_status); } &&
39703 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39705 (eval $ac_try) 2>&5
39706 ac_status=$?
39707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39708 (exit $ac_status); }; } &&
39709 { ac_try='test -s conftest$ac_exeext'
39710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39711 (eval $ac_try) 2>&5
39712 ac_status=$?
39713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39714 (exit $ac_status); }; }; then
39715 eval "$as_ac_var=yes"
39716 else
39717 echo "$as_me: failed program was:" >&5
39718 sed 's/^/| /' conftest.$ac_ext >&5
39719
39720 eval "$as_ac_var=no"
39721 fi
39722 rm -f conftest.err conftest.$ac_objext \
39723 conftest$ac_exeext conftest.$ac_ext
39724 fi
39725 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
39726 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
39727 if test `eval echo '${'$as_ac_var'}'` = yes; then
39728 cat >>confdefs.h <<_ACEOF
39729 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39730 _ACEOF
39731
39732 fi
39733 done
39734
39735 if test "$ac_cv_func_strptime" = "yes"; then
39736 echo "$as_me:$LINENO: checking for strptime declaration" >&5
39737 echo $ECHO_N "checking for strptime declaration... $ECHO_C" >&6
39738 if test "${wx_cv_func_strptime_decl+set}" = set; then
39739 echo $ECHO_N "(cached) $ECHO_C" >&6
39740 else
39741
39742
39743
39744 ac_ext=cc
39745 ac_cpp='$CXXCPP $CPPFLAGS'
39746 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39747 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39748 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39749
39750 cat >conftest.$ac_ext <<_ACEOF
39751 /* confdefs.h. */
39752 _ACEOF
39753 cat confdefs.h >>conftest.$ac_ext
39754 cat >>conftest.$ac_ext <<_ACEOF
39755 /* end confdefs.h. */
39756
39757 #include <time.h>
39758
39759 int
39760 main ()
39761 {
39762
39763 struct tm t;
39764 strptime("foo", "bar", &t);
39765
39766 ;
39767 return 0;
39768 }
39769 _ACEOF
39770 rm -f conftest.$ac_objext
39771 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39772 (eval $ac_compile) 2>conftest.er1
39773 ac_status=$?
39774 grep -v '^ *+' conftest.er1 >conftest.err
39775 rm -f conftest.er1
39776 cat conftest.err >&5
39777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39778 (exit $ac_status); } &&
39779 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
39780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39781 (eval $ac_try) 2>&5
39782 ac_status=$?
39783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39784 (exit $ac_status); }; } &&
39785 { ac_try='test -s conftest.$ac_objext'
39786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39787 (eval $ac_try) 2>&5
39788 ac_status=$?
39789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39790 (exit $ac_status); }; }; then
39791 wx_cv_func_strptime_decl=yes
39792 else
39793 echo "$as_me: failed program was:" >&5
39794 sed 's/^/| /' conftest.$ac_ext >&5
39795
39796 wx_cv_func_strptime_decl=no
39797
39798 fi
39799 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39800 ac_ext=c
39801 ac_cpp='$CPP $CPPFLAGS'
39802 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39803 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39804 ac_compiler_gnu=$ac_cv_c_compiler_gnu
39805
39806
39807
39808 fi
39809 echo "$as_me:$LINENO: result: $wx_cv_func_strptime_decl" >&5
39810 echo "${ECHO_T}$wx_cv_func_strptime_decl" >&6
39811 fi
39812 if test "$wx_cv_func_strptime_decl" = "yes"; then
39813 cat >>confdefs.h <<\_ACEOF
39814 #define HAVE_STRPTIME_DECL 1
39815 _ACEOF
39816
39817 fi
39818
39819 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
39820 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
39821 if test "${wx_cv_var_timezone+set}" = set; then
39822 echo $ECHO_N "(cached) $ECHO_C" >&6
39823 else
39824
39825 cat >conftest.$ac_ext <<_ACEOF
39826 /* confdefs.h. */
39827 _ACEOF
39828 cat confdefs.h >>conftest.$ac_ext
39829 cat >>conftest.$ac_ext <<_ACEOF
39830 /* end confdefs.h. */
39831
39832 #include <time.h>
39833
39834 int
39835 main ()
39836 {
39837
39838 int tz;
39839 tz = timezone;
39840
39841 ;
39842 return 0;
39843 }
39844 _ACEOF
39845 rm -f conftest.$ac_objext
39846 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39847 (eval $ac_compile) 2>conftest.er1
39848 ac_status=$?
39849 grep -v '^ *+' conftest.er1 >conftest.err
39850 rm -f conftest.er1
39851 cat conftest.err >&5
39852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39853 (exit $ac_status); } &&
39854 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39856 (eval $ac_try) 2>&5
39857 ac_status=$?
39858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39859 (exit $ac_status); }; } &&
39860 { ac_try='test -s conftest.$ac_objext'
39861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39862 (eval $ac_try) 2>&5
39863 ac_status=$?
39864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39865 (exit $ac_status); }; }; then
39866
39867 wx_cv_var_timezone=timezone
39868
39869 else
39870 echo "$as_me: failed program was:" >&5
39871 sed 's/^/| /' conftest.$ac_ext >&5
39872
39873
39874 cat >conftest.$ac_ext <<_ACEOF
39875 /* confdefs.h. */
39876 _ACEOF
39877 cat confdefs.h >>conftest.$ac_ext
39878 cat >>conftest.$ac_ext <<_ACEOF
39879 /* end confdefs.h. */
39880
39881 #include <time.h>
39882
39883 int
39884 main ()
39885 {
39886
39887 int tz;
39888 tz = _timezone;
39889
39890 ;
39891 return 0;
39892 }
39893 _ACEOF
39894 rm -f conftest.$ac_objext
39895 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39896 (eval $ac_compile) 2>conftest.er1
39897 ac_status=$?
39898 grep -v '^ *+' conftest.er1 >conftest.err
39899 rm -f conftest.er1
39900 cat conftest.err >&5
39901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39902 (exit $ac_status); } &&
39903 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39905 (eval $ac_try) 2>&5
39906 ac_status=$?
39907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39908 (exit $ac_status); }; } &&
39909 { ac_try='test -s conftest.$ac_objext'
39910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39911 (eval $ac_try) 2>&5
39912 ac_status=$?
39913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39914 (exit $ac_status); }; }; then
39915
39916 wx_cv_var_timezone=_timezone
39917
39918 else
39919 echo "$as_me: failed program was:" >&5
39920 sed 's/^/| /' conftest.$ac_ext >&5
39921
39922
39923 cat >conftest.$ac_ext <<_ACEOF
39924 /* confdefs.h. */
39925 _ACEOF
39926 cat confdefs.h >>conftest.$ac_ext
39927 cat >>conftest.$ac_ext <<_ACEOF
39928 /* end confdefs.h. */
39929
39930 #include <time.h>
39931
39932 int
39933 main ()
39934 {
39935
39936 int tz;
39937 tz = __timezone;
39938
39939 ;
39940 return 0;
39941 }
39942 _ACEOF
39943 rm -f conftest.$ac_objext
39944 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39945 (eval $ac_compile) 2>conftest.er1
39946 ac_status=$?
39947 grep -v '^ *+' conftest.er1 >conftest.err
39948 rm -f conftest.er1
39949 cat conftest.err >&5
39950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39951 (exit $ac_status); } &&
39952 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39954 (eval $ac_try) 2>&5
39955 ac_status=$?
39956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39957 (exit $ac_status); }; } &&
39958 { ac_try='test -s conftest.$ac_objext'
39959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39960 (eval $ac_try) 2>&5
39961 ac_status=$?
39962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39963 (exit $ac_status); }; }; then
39964
39965 wx_cv_var_timezone=__timezone
39966
39967 else
39968 echo "$as_me: failed program was:" >&5
39969 sed 's/^/| /' conftest.$ac_ext >&5
39970
39971
39972 if test "$USE_DOS" = 0 ; then
39973 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
39974 echo "$as_me: WARNING: no timezone variable" >&2;}
39975 fi
39976
39977
39978 fi
39979 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39980
39981
39982 fi
39983 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39984
39985
39986 fi
39987 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39988
39989
39990 fi
39991 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
39992 echo "${ECHO_T}$wx_cv_var_timezone" >&6
39993
39994 if test "x$wx_cv_var_timezone" != x ; then
39995 cat >>confdefs.h <<_ACEOF
39996 #define WX_TIMEZONE $wx_cv_var_timezone
39997 _ACEOF
39998
39999 fi
40000
40001
40002 for ac_func in localtime
40003 do
40004 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40005 echo "$as_me:$LINENO: checking for $ac_func" >&5
40006 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40007 if eval "test \"\${$as_ac_var+set}\" = set"; then
40008 echo $ECHO_N "(cached) $ECHO_C" >&6
40009 else
40010 cat >conftest.$ac_ext <<_ACEOF
40011 /* confdefs.h. */
40012 _ACEOF
40013 cat confdefs.h >>conftest.$ac_ext
40014 cat >>conftest.$ac_ext <<_ACEOF
40015 /* end confdefs.h. */
40016 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40017 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40018 #define $ac_func innocuous_$ac_func
40019
40020 /* System header to define __stub macros and hopefully few prototypes,
40021 which can conflict with char $ac_func (); below.
40022 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40023 <limits.h> exists even on freestanding compilers. */
40024
40025 #ifdef __STDC__
40026 # include <limits.h>
40027 #else
40028 # include <assert.h>
40029 #endif
40030
40031 #undef $ac_func
40032
40033 /* Override any gcc2 internal prototype to avoid an error. */
40034 #ifdef __cplusplus
40035 extern "C"
40036 {
40037 #endif
40038 /* We use char because int might match the return type of a gcc2
40039 builtin and then its argument prototype would still apply. */
40040 char $ac_func ();
40041 /* The GNU C library defines this for functions which it implements
40042 to always fail with ENOSYS. Some functions are actually named
40043 something starting with __ and the normal name is an alias. */
40044 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40045 choke me
40046 #else
40047 char (*f) () = $ac_func;
40048 #endif
40049 #ifdef __cplusplus
40050 }
40051 #endif
40052
40053 int
40054 main ()
40055 {
40056 return f != $ac_func;
40057 ;
40058 return 0;
40059 }
40060 _ACEOF
40061 rm -f conftest.$ac_objext conftest$ac_exeext
40062 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40063 (eval $ac_link) 2>conftest.er1
40064 ac_status=$?
40065 grep -v '^ *+' conftest.er1 >conftest.err
40066 rm -f conftest.er1
40067 cat conftest.err >&5
40068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40069 (exit $ac_status); } &&
40070 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40072 (eval $ac_try) 2>&5
40073 ac_status=$?
40074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40075 (exit $ac_status); }; } &&
40076 { ac_try='test -s conftest$ac_exeext'
40077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40078 (eval $ac_try) 2>&5
40079 ac_status=$?
40080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40081 (exit $ac_status); }; }; then
40082 eval "$as_ac_var=yes"
40083 else
40084 echo "$as_me: failed program was:" >&5
40085 sed 's/^/| /' conftest.$ac_ext >&5
40086
40087 eval "$as_ac_var=no"
40088 fi
40089 rm -f conftest.err conftest.$ac_objext \
40090 conftest$ac_exeext conftest.$ac_ext
40091 fi
40092 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40093 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40094 if test `eval echo '${'$as_ac_var'}'` = yes; then
40095 cat >>confdefs.h <<_ACEOF
40096 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40097 _ACEOF
40098
40099 fi
40100 done
40101
40102
40103 if test "$ac_cv_func_localtime" = "yes"; then
40104 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
40105 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
40106 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
40107 echo $ECHO_N "(cached) $ECHO_C" >&6
40108 else
40109
40110 cat >conftest.$ac_ext <<_ACEOF
40111 /* confdefs.h. */
40112 _ACEOF
40113 cat confdefs.h >>conftest.$ac_ext
40114 cat >>conftest.$ac_ext <<_ACEOF
40115 /* end confdefs.h. */
40116
40117 #include <time.h>
40118
40119 int
40120 main ()
40121 {
40122
40123 struct tm tm;
40124 tm.tm_gmtoff++;
40125
40126 ;
40127 return 0;
40128 }
40129 _ACEOF
40130 rm -f conftest.$ac_objext
40131 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40132 (eval $ac_compile) 2>conftest.er1
40133 ac_status=$?
40134 grep -v '^ *+' conftest.er1 >conftest.err
40135 rm -f conftest.er1
40136 cat conftest.err >&5
40137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40138 (exit $ac_status); } &&
40139 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40141 (eval $ac_try) 2>&5
40142 ac_status=$?
40143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40144 (exit $ac_status); }; } &&
40145 { ac_try='test -s conftest.$ac_objext'
40146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40147 (eval $ac_try) 2>&5
40148 ac_status=$?
40149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40150 (exit $ac_status); }; }; then
40151
40152 wx_cv_struct_tm_has_gmtoff=yes
40153
40154 else
40155 echo "$as_me: failed program was:" >&5
40156 sed 's/^/| /' conftest.$ac_ext >&5
40157
40158 wx_cv_struct_tm_has_gmtoff=no
40159
40160 fi
40161 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40162
40163 fi
40164 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
40165 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
40166 fi
40167
40168 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
40169 cat >>confdefs.h <<\_ACEOF
40170 #define WX_GMTOFF_IN_TM 1
40171 _ACEOF
40172
40173 fi
40174
40175
40176
40177 for ac_func in gettimeofday ftime
40178 do
40179 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40180 echo "$as_me:$LINENO: checking for $ac_func" >&5
40181 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40182 if eval "test \"\${$as_ac_var+set}\" = set"; then
40183 echo $ECHO_N "(cached) $ECHO_C" >&6
40184 else
40185 cat >conftest.$ac_ext <<_ACEOF
40186 /* confdefs.h. */
40187 _ACEOF
40188 cat confdefs.h >>conftest.$ac_ext
40189 cat >>conftest.$ac_ext <<_ACEOF
40190 /* end confdefs.h. */
40191 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40192 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40193 #define $ac_func innocuous_$ac_func
40194
40195 /* System header to define __stub macros and hopefully few prototypes,
40196 which can conflict with char $ac_func (); below.
40197 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40198 <limits.h> exists even on freestanding compilers. */
40199
40200 #ifdef __STDC__
40201 # include <limits.h>
40202 #else
40203 # include <assert.h>
40204 #endif
40205
40206 #undef $ac_func
40207
40208 /* Override any gcc2 internal prototype to avoid an error. */
40209 #ifdef __cplusplus
40210 extern "C"
40211 {
40212 #endif
40213 /* We use char because int might match the return type of a gcc2
40214 builtin and then its argument prototype would still apply. */
40215 char $ac_func ();
40216 /* The GNU C library defines this for functions which it implements
40217 to always fail with ENOSYS. Some functions are actually named
40218 something starting with __ and the normal name is an alias. */
40219 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40220 choke me
40221 #else
40222 char (*f) () = $ac_func;
40223 #endif
40224 #ifdef __cplusplus
40225 }
40226 #endif
40227
40228 int
40229 main ()
40230 {
40231 return f != $ac_func;
40232 ;
40233 return 0;
40234 }
40235 _ACEOF
40236 rm -f conftest.$ac_objext conftest$ac_exeext
40237 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40238 (eval $ac_link) 2>conftest.er1
40239 ac_status=$?
40240 grep -v '^ *+' conftest.er1 >conftest.err
40241 rm -f conftest.er1
40242 cat conftest.err >&5
40243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40244 (exit $ac_status); } &&
40245 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40247 (eval $ac_try) 2>&5
40248 ac_status=$?
40249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40250 (exit $ac_status); }; } &&
40251 { ac_try='test -s conftest$ac_exeext'
40252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40253 (eval $ac_try) 2>&5
40254 ac_status=$?
40255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40256 (exit $ac_status); }; }; then
40257 eval "$as_ac_var=yes"
40258 else
40259 echo "$as_me: failed program was:" >&5
40260 sed 's/^/| /' conftest.$ac_ext >&5
40261
40262 eval "$as_ac_var=no"
40263 fi
40264 rm -f conftest.err conftest.$ac_objext \
40265 conftest$ac_exeext conftest.$ac_ext
40266 fi
40267 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40268 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40269 if test `eval echo '${'$as_ac_var'}'` = yes; then
40270 cat >>confdefs.h <<_ACEOF
40271 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40272 _ACEOF
40273 break
40274 fi
40275 done
40276
40277
40278 if test "$ac_cv_func_gettimeofday" = "yes"; then
40279 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
40280 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
40281 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
40282 echo $ECHO_N "(cached) $ECHO_C" >&6
40283 else
40284
40285
40286
40287 ac_ext=cc
40288 ac_cpp='$CXXCPP $CPPFLAGS'
40289 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40290 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40291 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40292
40293
40294 cat >conftest.$ac_ext <<_ACEOF
40295 /* confdefs.h. */
40296 _ACEOF
40297 cat confdefs.h >>conftest.$ac_ext
40298 cat >>conftest.$ac_ext <<_ACEOF
40299 /* end confdefs.h. */
40300
40301 #include <sys/time.h>
40302 #include <unistd.h>
40303
40304 int
40305 main ()
40306 {
40307
40308 struct timeval tv;
40309 gettimeofday(&tv, NULL);
40310
40311 ;
40312 return 0;
40313 }
40314 _ACEOF
40315 rm -f conftest.$ac_objext
40316 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40317 (eval $ac_compile) 2>conftest.er1
40318 ac_status=$?
40319 grep -v '^ *+' conftest.er1 >conftest.err
40320 rm -f conftest.er1
40321 cat conftest.err >&5
40322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40323 (exit $ac_status); } &&
40324 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40326 (eval $ac_try) 2>&5
40327 ac_status=$?
40328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40329 (exit $ac_status); }; } &&
40330 { ac_try='test -s conftest.$ac_objext'
40331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40332 (eval $ac_try) 2>&5
40333 ac_status=$?
40334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40335 (exit $ac_status); }; }; then
40336 wx_cv_func_gettimeofday_has_2_args=yes
40337 else
40338 echo "$as_me: failed program was:" >&5
40339 sed 's/^/| /' conftest.$ac_ext >&5
40340
40341 cat >conftest.$ac_ext <<_ACEOF
40342 /* confdefs.h. */
40343 _ACEOF
40344 cat confdefs.h >>conftest.$ac_ext
40345 cat >>conftest.$ac_ext <<_ACEOF
40346 /* end confdefs.h. */
40347
40348 #include <sys/time.h>
40349 #include <unistd.h>
40350
40351 int
40352 main ()
40353 {
40354
40355 struct timeval tv;
40356 gettimeofday(&tv);
40357
40358 ;
40359 return 0;
40360 }
40361 _ACEOF
40362 rm -f conftest.$ac_objext
40363 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40364 (eval $ac_compile) 2>conftest.er1
40365 ac_status=$?
40366 grep -v '^ *+' conftest.er1 >conftest.err
40367 rm -f conftest.er1
40368 cat conftest.err >&5
40369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40370 (exit $ac_status); } &&
40371 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40373 (eval $ac_try) 2>&5
40374 ac_status=$?
40375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40376 (exit $ac_status); }; } &&
40377 { ac_try='test -s conftest.$ac_objext'
40378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40379 (eval $ac_try) 2>&5
40380 ac_status=$?
40381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40382 (exit $ac_status); }; }; then
40383 wx_cv_func_gettimeofday_has_2_args=no
40384 else
40385 echo "$as_me: failed program was:" >&5
40386 sed 's/^/| /' conftest.$ac_ext >&5
40387
40388
40389 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
40390 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
40391 wx_cv_func_gettimeofday_has_2_args=unknown
40392
40393
40394 fi
40395 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40396
40397 fi
40398 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40399 ac_ext=c
40400 ac_cpp='$CPP $CPPFLAGS'
40401 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40402 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40403 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40404
40405
40406 fi
40407 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
40408 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
40409
40410 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
40411 cat >>confdefs.h <<\_ACEOF
40412 #define WX_GETTIMEOFDAY_NO_TZ 1
40413 _ACEOF
40414
40415 fi
40416 fi
40417
40418 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
40419 fi
40420
40421
40422 if test "$wxUSE_SOCKETS" = "yes"; then
40423 if test "$wxUSE_MGL" = "1"; then
40424 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
40425 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
40426 wxUSE_SOCKETS="no"
40427 fi
40428 fi
40429
40430 if test "$wxUSE_SOCKETS" = "yes"; then
40431 if test "$TOOLKIT" != "MSW"; then
40432 echo "$as_me:$LINENO: checking for socket" >&5
40433 echo $ECHO_N "checking for socket... $ECHO_C" >&6
40434 if test "${ac_cv_func_socket+set}" = set; then
40435 echo $ECHO_N "(cached) $ECHO_C" >&6
40436 else
40437 cat >conftest.$ac_ext <<_ACEOF
40438 /* confdefs.h. */
40439 _ACEOF
40440 cat confdefs.h >>conftest.$ac_ext
40441 cat >>conftest.$ac_ext <<_ACEOF
40442 /* end confdefs.h. */
40443 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
40444 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40445 #define socket innocuous_socket
40446
40447 /* System header to define __stub macros and hopefully few prototypes,
40448 which can conflict with char socket (); below.
40449 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40450 <limits.h> exists even on freestanding compilers. */
40451
40452 #ifdef __STDC__
40453 # include <limits.h>
40454 #else
40455 # include <assert.h>
40456 #endif
40457
40458 #undef socket
40459
40460 /* Override any gcc2 internal prototype to avoid an error. */
40461 #ifdef __cplusplus
40462 extern "C"
40463 {
40464 #endif
40465 /* We use char because int might match the return type of a gcc2
40466 builtin and then its argument prototype would still apply. */
40467 char socket ();
40468 /* The GNU C library defines this for functions which it implements
40469 to always fail with ENOSYS. Some functions are actually named
40470 something starting with __ and the normal name is an alias. */
40471 #if defined (__stub_socket) || defined (__stub___socket)
40472 choke me
40473 #else
40474 char (*f) () = socket;
40475 #endif
40476 #ifdef __cplusplus
40477 }
40478 #endif
40479
40480 int
40481 main ()
40482 {
40483 return f != socket;
40484 ;
40485 return 0;
40486 }
40487 _ACEOF
40488 rm -f conftest.$ac_objext conftest$ac_exeext
40489 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40490 (eval $ac_link) 2>conftest.er1
40491 ac_status=$?
40492 grep -v '^ *+' conftest.er1 >conftest.err
40493 rm -f conftest.er1
40494 cat conftest.err >&5
40495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40496 (exit $ac_status); } &&
40497 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40499 (eval $ac_try) 2>&5
40500 ac_status=$?
40501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40502 (exit $ac_status); }; } &&
40503 { ac_try='test -s conftest$ac_exeext'
40504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40505 (eval $ac_try) 2>&5
40506 ac_status=$?
40507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40508 (exit $ac_status); }; }; then
40509 ac_cv_func_socket=yes
40510 else
40511 echo "$as_me: failed program was:" >&5
40512 sed 's/^/| /' conftest.$ac_ext >&5
40513
40514 ac_cv_func_socket=no
40515 fi
40516 rm -f conftest.err conftest.$ac_objext \
40517 conftest$ac_exeext conftest.$ac_ext
40518 fi
40519 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
40520 echo "${ECHO_T}$ac_cv_func_socket" >&6
40521 if test $ac_cv_func_socket = yes; then
40522 :
40523 else
40524
40525 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
40526 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
40527 if test "${ac_cv_lib_socket_socket+set}" = set; then
40528 echo $ECHO_N "(cached) $ECHO_C" >&6
40529 else
40530 ac_check_lib_save_LIBS=$LIBS
40531 LIBS="-lsocket $LIBS"
40532 cat >conftest.$ac_ext <<_ACEOF
40533 /* confdefs.h. */
40534 _ACEOF
40535 cat confdefs.h >>conftest.$ac_ext
40536 cat >>conftest.$ac_ext <<_ACEOF
40537 /* end confdefs.h. */
40538
40539 /* Override any gcc2 internal prototype to avoid an error. */
40540 #ifdef __cplusplus
40541 extern "C"
40542 #endif
40543 /* We use char because int might match the return type of a gcc2
40544 builtin and then its argument prototype would still apply. */
40545 char socket ();
40546 int
40547 main ()
40548 {
40549 socket ();
40550 ;
40551 return 0;
40552 }
40553 _ACEOF
40554 rm -f conftest.$ac_objext conftest$ac_exeext
40555 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40556 (eval $ac_link) 2>conftest.er1
40557 ac_status=$?
40558 grep -v '^ *+' conftest.er1 >conftest.err
40559 rm -f conftest.er1
40560 cat conftest.err >&5
40561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40562 (exit $ac_status); } &&
40563 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40565 (eval $ac_try) 2>&5
40566 ac_status=$?
40567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40568 (exit $ac_status); }; } &&
40569 { ac_try='test -s conftest$ac_exeext'
40570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40571 (eval $ac_try) 2>&5
40572 ac_status=$?
40573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40574 (exit $ac_status); }; }; then
40575 ac_cv_lib_socket_socket=yes
40576 else
40577 echo "$as_me: failed program was:" >&5
40578 sed 's/^/| /' conftest.$ac_ext >&5
40579
40580 ac_cv_lib_socket_socket=no
40581 fi
40582 rm -f conftest.err conftest.$ac_objext \
40583 conftest$ac_exeext conftest.$ac_ext
40584 LIBS=$ac_check_lib_save_LIBS
40585 fi
40586 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
40587 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
40588 if test $ac_cv_lib_socket_socket = yes; then
40589 if test "$INET_LINK" != " -lsocket"; then
40590 INET_LINK="$INET_LINK -lsocket"
40591 fi
40592 else
40593
40594 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
40595 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
40596 wxUSE_SOCKETS=no
40597
40598
40599 fi
40600
40601
40602
40603 fi
40604
40605 fi
40606 fi
40607
40608 if test "$wxUSE_SOCKETS" = "yes" ; then
40609 if test "$TOOLKIT" != "MSW"; then
40610 ac_ext=cc
40611 ac_cpp='$CXXCPP $CPPFLAGS'
40612 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40613 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40614 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40615
40616 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
40617 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
40618 if test "${wx_cv_type_getsockname3+set}" = set; then
40619 echo $ECHO_N "(cached) $ECHO_C" >&6
40620 else
40621
40622 cat >conftest.$ac_ext <<_ACEOF
40623 /* confdefs.h. */
40624 _ACEOF
40625 cat confdefs.h >>conftest.$ac_ext
40626 cat >>conftest.$ac_ext <<_ACEOF
40627 /* end confdefs.h. */
40628
40629 #include <sys/types.h>
40630 #include <sys/socket.h>
40631
40632 int
40633 main ()
40634 {
40635
40636 socklen_t len;
40637 getsockname(0, 0, &len);
40638
40639 ;
40640 return 0;
40641 }
40642 _ACEOF
40643 rm -f conftest.$ac_objext
40644 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40645 (eval $ac_compile) 2>conftest.er1
40646 ac_status=$?
40647 grep -v '^ *+' conftest.er1 >conftest.err
40648 rm -f conftest.er1
40649 cat conftest.err >&5
40650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40651 (exit $ac_status); } &&
40652 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40654 (eval $ac_try) 2>&5
40655 ac_status=$?
40656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40657 (exit $ac_status); }; } &&
40658 { ac_try='test -s conftest.$ac_objext'
40659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40660 (eval $ac_try) 2>&5
40661 ac_status=$?
40662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40663 (exit $ac_status); }; }; then
40664 wx_cv_type_getsockname3=socklen_t
40665 else
40666 echo "$as_me: failed program was:" >&5
40667 sed 's/^/| /' conftest.$ac_ext >&5
40668
40669
40670 CXXFLAGS_OLD="$CXXFLAGS"
40671 if test "$GCC" = yes ; then
40672 CXXFLAGS="$CXXFLAGS -Werror"
40673 fi
40674
40675 cat >conftest.$ac_ext <<_ACEOF
40676 /* confdefs.h. */
40677 _ACEOF
40678 cat confdefs.h >>conftest.$ac_ext
40679 cat >>conftest.$ac_ext <<_ACEOF
40680 /* end confdefs.h. */
40681
40682 #include <sys/types.h>
40683 #include <sys/socket.h>
40684
40685 int
40686 main ()
40687 {
40688
40689 size_t len;
40690 getsockname(0, 0, &len);
40691
40692 ;
40693 return 0;
40694 }
40695 _ACEOF
40696 rm -f conftest.$ac_objext
40697 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40698 (eval $ac_compile) 2>conftest.er1
40699 ac_status=$?
40700 grep -v '^ *+' conftest.er1 >conftest.err
40701 rm -f conftest.er1
40702 cat conftest.err >&5
40703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40704 (exit $ac_status); } &&
40705 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40707 (eval $ac_try) 2>&5
40708 ac_status=$?
40709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40710 (exit $ac_status); }; } &&
40711 { ac_try='test -s conftest.$ac_objext'
40712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40713 (eval $ac_try) 2>&5
40714 ac_status=$?
40715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40716 (exit $ac_status); }; }; then
40717 wx_cv_type_getsockname3=size_t
40718 else
40719 echo "$as_me: failed program was:" >&5
40720 sed 's/^/| /' conftest.$ac_ext >&5
40721
40722 cat >conftest.$ac_ext <<_ACEOF
40723 /* confdefs.h. */
40724 _ACEOF
40725 cat confdefs.h >>conftest.$ac_ext
40726 cat >>conftest.$ac_ext <<_ACEOF
40727 /* end confdefs.h. */
40728
40729 #include <sys/types.h>
40730 #include <sys/socket.h>
40731
40732 int
40733 main ()
40734 {
40735
40736 int len;
40737 getsockname(0, 0, &len);
40738
40739 ;
40740 return 0;
40741 }
40742 _ACEOF
40743 rm -f conftest.$ac_objext
40744 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40745 (eval $ac_compile) 2>conftest.er1
40746 ac_status=$?
40747 grep -v '^ *+' conftest.er1 >conftest.err
40748 rm -f conftest.er1
40749 cat conftest.err >&5
40750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40751 (exit $ac_status); } &&
40752 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40754 (eval $ac_try) 2>&5
40755 ac_status=$?
40756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40757 (exit $ac_status); }; } &&
40758 { ac_try='test -s conftest.$ac_objext'
40759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40760 (eval $ac_try) 2>&5
40761 ac_status=$?
40762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40763 (exit $ac_status); }; }; then
40764 wx_cv_type_getsockname3=int
40765 else
40766 echo "$as_me: failed program was:" >&5
40767 sed 's/^/| /' conftest.$ac_ext >&5
40768
40769 wx_cv_type_getsockname3=unknown
40770
40771 fi
40772 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40773
40774 fi
40775 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40776
40777 CXXFLAGS="$CXXFLAGS_OLD"
40778
40779
40780 fi
40781 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40782
40783 fi
40784 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
40785 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
40786
40787 if test "$wx_cv_type_getsockname3" = "unknown"; then
40788 wxUSE_SOCKETS=no
40789 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
40790 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
40791 else
40792 cat >>confdefs.h <<_ACEOF
40793 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
40794 _ACEOF
40795
40796 fi
40797 echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
40798 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6
40799 if test "${wx_cv_type_getsockopt5+set}" = set; then
40800 echo $ECHO_N "(cached) $ECHO_C" >&6
40801 else
40802
40803 cat >conftest.$ac_ext <<_ACEOF
40804 /* confdefs.h. */
40805 _ACEOF
40806 cat confdefs.h >>conftest.$ac_ext
40807 cat >>conftest.$ac_ext <<_ACEOF
40808 /* end confdefs.h. */
40809
40810 #include <sys/types.h>
40811 #include <sys/socket.h>
40812
40813 int
40814 main ()
40815 {
40816
40817 socklen_t len;
40818 getsockopt(0, 0, 0, 0, &len);
40819
40820 ;
40821 return 0;
40822 }
40823 _ACEOF
40824 rm -f conftest.$ac_objext
40825 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40826 (eval $ac_compile) 2>conftest.er1
40827 ac_status=$?
40828 grep -v '^ *+' conftest.er1 >conftest.err
40829 rm -f conftest.er1
40830 cat conftest.err >&5
40831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40832 (exit $ac_status); } &&
40833 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40835 (eval $ac_try) 2>&5
40836 ac_status=$?
40837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40838 (exit $ac_status); }; } &&
40839 { ac_try='test -s conftest.$ac_objext'
40840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40841 (eval $ac_try) 2>&5
40842 ac_status=$?
40843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40844 (exit $ac_status); }; }; then
40845 wx_cv_type_getsockopt5=socklen_t
40846 else
40847 echo "$as_me: failed program was:" >&5
40848 sed 's/^/| /' conftest.$ac_ext >&5
40849
40850
40851 CXXFLAGS_OLD="$CXXFLAGS"
40852 if test "$GCC" = yes ; then
40853 CXXFLAGS="$CXXFLAGS -Werror"
40854 fi
40855
40856 cat >conftest.$ac_ext <<_ACEOF
40857 /* confdefs.h. */
40858 _ACEOF
40859 cat confdefs.h >>conftest.$ac_ext
40860 cat >>conftest.$ac_ext <<_ACEOF
40861 /* end confdefs.h. */
40862
40863 #include <sys/types.h>
40864 #include <sys/socket.h>
40865
40866 int
40867 main ()
40868 {
40869
40870 size_t len;
40871 getsockopt(0, 0, 0, 0, &len);
40872
40873 ;
40874 return 0;
40875 }
40876 _ACEOF
40877 rm -f conftest.$ac_objext
40878 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40879 (eval $ac_compile) 2>conftest.er1
40880 ac_status=$?
40881 grep -v '^ *+' conftest.er1 >conftest.err
40882 rm -f conftest.er1
40883 cat conftest.err >&5
40884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40885 (exit $ac_status); } &&
40886 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40888 (eval $ac_try) 2>&5
40889 ac_status=$?
40890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40891 (exit $ac_status); }; } &&
40892 { ac_try='test -s conftest.$ac_objext'
40893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40894 (eval $ac_try) 2>&5
40895 ac_status=$?
40896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40897 (exit $ac_status); }; }; then
40898 wx_cv_type_getsockopt5=size_t
40899 else
40900 echo "$as_me: failed program was:" >&5
40901 sed 's/^/| /' conftest.$ac_ext >&5
40902
40903 cat >conftest.$ac_ext <<_ACEOF
40904 /* confdefs.h. */
40905 _ACEOF
40906 cat confdefs.h >>conftest.$ac_ext
40907 cat >>conftest.$ac_ext <<_ACEOF
40908 /* end confdefs.h. */
40909
40910 #include <sys/types.h>
40911 #include <sys/socket.h>
40912
40913 int
40914 main ()
40915 {
40916
40917 int len;
40918 getsockopt(0, 0, 0, 0, &len);
40919
40920 ;
40921 return 0;
40922 }
40923 _ACEOF
40924 rm -f conftest.$ac_objext
40925 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40926 (eval $ac_compile) 2>conftest.er1
40927 ac_status=$?
40928 grep -v '^ *+' conftest.er1 >conftest.err
40929 rm -f conftest.er1
40930 cat conftest.err >&5
40931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40932 (exit $ac_status); } &&
40933 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40935 (eval $ac_try) 2>&5
40936 ac_status=$?
40937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40938 (exit $ac_status); }; } &&
40939 { ac_try='test -s conftest.$ac_objext'
40940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40941 (eval $ac_try) 2>&5
40942 ac_status=$?
40943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40944 (exit $ac_status); }; }; then
40945 wx_cv_type_getsockopt5=int
40946 else
40947 echo "$as_me: failed program was:" >&5
40948 sed 's/^/| /' conftest.$ac_ext >&5
40949
40950 wx_cv_type_getsockopt5=unknown
40951
40952 fi
40953 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40954
40955 fi
40956 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40957
40958 CXXFLAGS="$CXXFLAGS_OLD"
40959
40960
40961 fi
40962 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40963
40964 fi
40965 echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
40966 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6
40967
40968 if test "$wx_cv_type_getsockopt5" = "unknown"; then
40969 wxUSE_SOCKETS=no
40970 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
40971 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
40972 else
40973 cat >>confdefs.h <<_ACEOF
40974 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
40975 _ACEOF
40976
40977 fi
40978 ac_ext=c
40979 ac_cpp='$CPP $CPPFLAGS'
40980 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40981 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40982 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40983
40984 fi
40985 fi
40986
40987 if test "$wxUSE_SOCKETS" = "yes" ; then
40988 cat >>confdefs.h <<\_ACEOF
40989 #define wxUSE_SOCKETS 1
40990 _ACEOF
40991
40992 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
40993 fi
40994
40995 if test "$wxUSE_PROTOCOL" = "yes"; then
40996 if test "$wxUSE_SOCKETS" != "yes"; then
40997 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
40998 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
40999 wxUSE_PROTOCOL=no
41000 fi
41001 fi
41002
41003 if test "$wxUSE_PROTOCOL" = "yes"; then
41004 cat >>confdefs.h <<\_ACEOF
41005 #define wxUSE_PROTOCOL 1
41006 _ACEOF
41007
41008
41009 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
41010 cat >>confdefs.h <<\_ACEOF
41011 #define wxUSE_PROTOCOL_HTTP 1
41012 _ACEOF
41013
41014 fi
41015 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
41016 cat >>confdefs.h <<\_ACEOF
41017 #define wxUSE_PROTOCOL_FTP 1
41018 _ACEOF
41019
41020 fi
41021 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
41022 cat >>confdefs.h <<\_ACEOF
41023 #define wxUSE_PROTOCOL_FILE 1
41024 _ACEOF
41025
41026 fi
41027 else
41028 if test "$wxUSE_FS_INET" = "yes"; then
41029 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
41030 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
41031 wxUSE_FS_INET="no"
41032 fi
41033 fi
41034
41035 if test "$wxUSE_URL" = "yes"; then
41036 if test "$wxUSE_PROTOCOL" != "yes"; then
41037 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
41038 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
41039 wxUSE_URL=no
41040 fi
41041 if test "$wxUSE_URL" = "yes"; then
41042 cat >>confdefs.h <<\_ACEOF
41043 #define wxUSE_URL 1
41044 _ACEOF
41045
41046 fi
41047 fi
41048
41049 if test "$wxUSE_FS_INET" = "yes"; then
41050 cat >>confdefs.h <<\_ACEOF
41051 #define wxUSE_FS_INET 1
41052 _ACEOF
41053
41054 fi
41055
41056
41057 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
41058 wxUSE_JOYSTICK=no
41059
41060 if test "$TOOLKIT" = "MSW"; then
41061 wxUSE_JOYSTICK=yes
41062
41063 elif test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
41064 if test "$USE_DARWIN" = 1; then
41065 echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
41066 echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6
41067 ac_ext=cc
41068 ac_cpp='$CXXCPP $CPPFLAGS'
41069 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41070 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41071 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41072
41073 cat >conftest.$ac_ext <<_ACEOF
41074 /* confdefs.h. */
41075 _ACEOF
41076 cat confdefs.h >>conftest.$ac_ext
41077 cat >>conftest.$ac_ext <<_ACEOF
41078 /* end confdefs.h. */
41079 #include <IOKit/hid/IOHIDLib.h>
41080 int
41081 main ()
41082 {
41083 IOHIDQueueInterface *qi = NULL;
41084 IOHIDCallbackFunction cb = NULL;
41085 qi->setEventCallout(NULL, cb, NULL, NULL);
41086 ;
41087 return 0;
41088 }
41089 _ACEOF
41090 rm -f conftest.$ac_objext
41091 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41092 (eval $ac_compile) 2>conftest.er1
41093 ac_status=$?
41094 grep -v '^ *+' conftest.er1 >conftest.err
41095 rm -f conftest.er1
41096 cat conftest.err >&5
41097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41098 (exit $ac_status); } &&
41099 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41101 (eval $ac_try) 2>&5
41102 ac_status=$?
41103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41104 (exit $ac_status); }; } &&
41105 { ac_try='test -s conftest.$ac_objext'
41106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41107 (eval $ac_try) 2>&5
41108 ac_status=$?
41109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41110 (exit $ac_status); }; }; then
41111 wxUSE_JOYSTICK=yes
41112
41113 else
41114 echo "$as_me: failed program was:" >&5
41115 sed 's/^/| /' conftest.$ac_ext >&5
41116
41117 fi
41118 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41119 ac_ext=c
41120 ac_cpp='$CPP $CPPFLAGS'
41121 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41122 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41123 ac_compiler_gnu=$ac_cv_c_compiler_gnu
41124
41125 echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
41126 echo "${ECHO_T}$wxUSE_JOYSTICK" >&6
41127 fi
41128
41129 else
41130
41131 for ac_header in linux/joystick.h
41132 do
41133 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
41134 if eval "test \"\${$as_ac_Header+set}\" = set"; then
41135 echo "$as_me:$LINENO: checking for $ac_header" >&5
41136 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
41137 if eval "test \"\${$as_ac_Header+set}\" = set"; then
41138 echo $ECHO_N "(cached) $ECHO_C" >&6
41139 fi
41140 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
41141 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
41142 else
41143 # Is the header compilable?
41144 echo "$as_me:$LINENO: checking $ac_header usability" >&5
41145 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
41146 cat >conftest.$ac_ext <<_ACEOF
41147 /* confdefs.h. */
41148 _ACEOF
41149 cat confdefs.h >>conftest.$ac_ext
41150 cat >>conftest.$ac_ext <<_ACEOF
41151 /* end confdefs.h. */
41152 $ac_includes_default
41153 #include <$ac_header>
41154 _ACEOF
41155 rm -f conftest.$ac_objext
41156 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41157 (eval $ac_compile) 2>conftest.er1
41158 ac_status=$?
41159 grep -v '^ *+' conftest.er1 >conftest.err
41160 rm -f conftest.er1
41161 cat conftest.err >&5
41162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41163 (exit $ac_status); } &&
41164 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41166 (eval $ac_try) 2>&5
41167 ac_status=$?
41168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41169 (exit $ac_status); }; } &&
41170 { ac_try='test -s conftest.$ac_objext'
41171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41172 (eval $ac_try) 2>&5
41173 ac_status=$?
41174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41175 (exit $ac_status); }; }; then
41176 ac_header_compiler=yes
41177 else
41178 echo "$as_me: failed program was:" >&5
41179 sed 's/^/| /' conftest.$ac_ext >&5
41180
41181 ac_header_compiler=no
41182 fi
41183 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41184 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
41185 echo "${ECHO_T}$ac_header_compiler" >&6
41186
41187 # Is the header present?
41188 echo "$as_me:$LINENO: checking $ac_header presence" >&5
41189 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
41190 cat >conftest.$ac_ext <<_ACEOF
41191 /* confdefs.h. */
41192 _ACEOF
41193 cat confdefs.h >>conftest.$ac_ext
41194 cat >>conftest.$ac_ext <<_ACEOF
41195 /* end confdefs.h. */
41196 #include <$ac_header>
41197 _ACEOF
41198 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
41199 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
41200 ac_status=$?
41201 grep -v '^ *+' conftest.er1 >conftest.err
41202 rm -f conftest.er1
41203 cat conftest.err >&5
41204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41205 (exit $ac_status); } >/dev/null; then
41206 if test -s conftest.err; then
41207 ac_cpp_err=$ac_c_preproc_warn_flag
41208 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
41209 else
41210 ac_cpp_err=
41211 fi
41212 else
41213 ac_cpp_err=yes
41214 fi
41215 if test -z "$ac_cpp_err"; then
41216 ac_header_preproc=yes
41217 else
41218 echo "$as_me: failed program was:" >&5
41219 sed 's/^/| /' conftest.$ac_ext >&5
41220
41221 ac_header_preproc=no
41222 fi
41223 rm -f conftest.err conftest.$ac_ext
41224 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
41225 echo "${ECHO_T}$ac_header_preproc" >&6
41226
41227 # So? What about this header?
41228 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
41229 yes:no: )
41230 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
41231 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
41232 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
41233 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
41234 ac_header_preproc=yes
41235 ;;
41236 no:yes:* )
41237 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
41238 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
41239 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
41240 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
41241 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
41242 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
41243 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
41244 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
41245 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
41246 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
41247 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
41248 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
41249 (
41250 cat <<\_ASBOX
41251 ## ----------------------------------------- ##
41252 ## Report this to wx-dev@lists.wxwidgets.org ##
41253 ## ----------------------------------------- ##
41254 _ASBOX
41255 ) |
41256 sed "s/^/$as_me: WARNING: /" >&2
41257 ;;
41258 esac
41259 echo "$as_me:$LINENO: checking for $ac_header" >&5
41260 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
41261 if eval "test \"\${$as_ac_Header+set}\" = set"; then
41262 echo $ECHO_N "(cached) $ECHO_C" >&6
41263 else
41264 eval "$as_ac_Header=\$ac_header_preproc"
41265 fi
41266 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
41267 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
41268
41269 fi
41270 if test `eval echo '${'$as_ac_Header'}'` = yes; then
41271 cat >>confdefs.h <<_ACEOF
41272 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
41273 _ACEOF
41274 wxUSE_JOYSTICK=yes
41275 fi
41276
41277 done
41278
41279 fi
41280
41281 if test "$wxUSE_JOYSTICK" = "yes"; then
41282 cat >>confdefs.h <<\_ACEOF
41283 #define wxUSE_JOYSTICK 1
41284 _ACEOF
41285
41286 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
41287 else
41288 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
41289 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
41290 fi
41291 fi
41292
41293
41294
41295 if test "$wxUSE_FONTMAP" = "yes" ; then
41296 cat >>confdefs.h <<\_ACEOF
41297 #define wxUSE_FONTMAP 1
41298 _ACEOF
41299
41300 fi
41301
41302 if test "$wxUSE_UNICODE" = "yes" ; then
41303 cat >>confdefs.h <<\_ACEOF
41304 #define wxUSE_UNICODE 1
41305 _ACEOF
41306
41307
41308 if test "$USE_WIN32" != 1; then
41309 wxUSE_UNICODE_MSLU=no
41310 fi
41311
41312 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
41313 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
41314 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
41315 if test "${ac_cv_lib_unicows_main+set}" = set; then
41316 echo $ECHO_N "(cached) $ECHO_C" >&6
41317 else
41318 ac_check_lib_save_LIBS=$LIBS
41319 LIBS="-lunicows $LIBS"
41320 cat >conftest.$ac_ext <<_ACEOF
41321 /* confdefs.h. */
41322 _ACEOF
41323 cat confdefs.h >>conftest.$ac_ext
41324 cat >>conftest.$ac_ext <<_ACEOF
41325 /* end confdefs.h. */
41326
41327
41328 int
41329 main ()
41330 {
41331 main ();
41332 ;
41333 return 0;
41334 }
41335 _ACEOF
41336 rm -f conftest.$ac_objext conftest$ac_exeext
41337 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41338 (eval $ac_link) 2>conftest.er1
41339 ac_status=$?
41340 grep -v '^ *+' conftest.er1 >conftest.err
41341 rm -f conftest.er1
41342 cat conftest.err >&5
41343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41344 (exit $ac_status); } &&
41345 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41347 (eval $ac_try) 2>&5
41348 ac_status=$?
41349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41350 (exit $ac_status); }; } &&
41351 { ac_try='test -s conftest$ac_exeext'
41352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41353 (eval $ac_try) 2>&5
41354 ac_status=$?
41355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41356 (exit $ac_status); }; }; then
41357 ac_cv_lib_unicows_main=yes
41358 else
41359 echo "$as_me: failed program was:" >&5
41360 sed 's/^/| /' conftest.$ac_ext >&5
41361
41362 ac_cv_lib_unicows_main=no
41363 fi
41364 rm -f conftest.err conftest.$ac_objext \
41365 conftest$ac_exeext conftest.$ac_ext
41366 LIBS=$ac_check_lib_save_LIBS
41367 fi
41368 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
41369 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
41370 if test $ac_cv_lib_unicows_main = yes; then
41371
41372 cat >>confdefs.h <<\_ACEOF
41373 #define wxUSE_UNICODE_MSLU 1
41374 _ACEOF
41375
41376
41377 else
41378
41379 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
41380 Applications will only run on Windows NT/2000/XP!" >&5
41381 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
41382 Applications will only run on Windows NT/2000/XP!" >&2;}
41383 wxUSE_UNICODE_MSLU=no
41384
41385 fi
41386
41387 fi
41388 fi
41389
41390 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
41391 cat >>confdefs.h <<\_ACEOF
41392 #define wxUSE_EXPERIMENTAL_PRINTF 1
41393 _ACEOF
41394
41395 fi
41396
41397
41398 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
41399 cat >>confdefs.h <<\_ACEOF
41400 #define wxUSE_POSTSCRIPT 1
41401 _ACEOF
41402
41403 fi
41404
41405 cat >>confdefs.h <<\_ACEOF
41406 #define wxUSE_AFM_FOR_POSTSCRIPT 1
41407 _ACEOF
41408
41409
41410 cat >>confdefs.h <<\_ACEOF
41411 #define wxUSE_NORMALIZED_PS_FONTS 1
41412 _ACEOF
41413
41414
41415
41416 if test "$wxUSE_CONSTRAINTS" = "yes"; then
41417 cat >>confdefs.h <<\_ACEOF
41418 #define wxUSE_CONSTRAINTS 1
41419 _ACEOF
41420
41421 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
41422 fi
41423
41424 if test "$wxUSE_MDI" = "yes"; then
41425 cat >>confdefs.h <<\_ACEOF
41426 #define wxUSE_MDI 1
41427 _ACEOF
41428
41429
41430 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
41431 cat >>confdefs.h <<\_ACEOF
41432 #define wxUSE_MDI_ARCHITECTURE 1
41433 _ACEOF
41434
41435 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
41436 fi
41437 fi
41438
41439 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
41440 cat >>confdefs.h <<\_ACEOF
41441 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
41442 _ACEOF
41443
41444 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
41445 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
41446 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
41447 fi
41448 fi
41449
41450 if test "$wxUSE_HELP" = "yes"; then
41451 cat >>confdefs.h <<\_ACEOF
41452 #define wxUSE_HELP 1
41453 _ACEOF
41454
41455 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
41456
41457 if test "$wxUSE_MSW" = 1; then
41458 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
41459 cat >>confdefs.h <<\_ACEOF
41460 #define wxUSE_MS_HTML_HELP 1
41461 _ACEOF
41462
41463 fi
41464 fi
41465
41466 if test "$wxUSE_WXHTML_HELP" = "yes"; then
41467 if test "$wxUSE_HTML" = "yes"; then
41468 cat >>confdefs.h <<\_ACEOF
41469 #define wxUSE_WXHTML_HELP 1
41470 _ACEOF
41471
41472 else
41473 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
41474 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
41475 wxUSE_WXHTML_HELP=no
41476 fi
41477 fi
41478 fi
41479
41480 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
41481 if test "$wxUSE_CONSTRAINTS" != "yes"; then
41482 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
41483 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
41484 else
41485 cat >>confdefs.h <<\_ACEOF
41486 #define wxUSE_PRINTING_ARCHITECTURE 1
41487 _ACEOF
41488
41489 fi
41490 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
41491 fi
41492
41493 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
41494 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
41495 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
41496 { (exit 1); exit 1; }; }
41497 fi
41498
41499
41500 if test "$wxUSE_METAFILE" = "yes"; then
41501 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
41502 { echo "$as_me:$LINENO: WARNING: wxMetafile is not available on this system... disabled" >&5
41503 echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
41504 wxUSE_METAFILE=no
41505 fi
41506 fi
41507
41508
41509 if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
41510 -o "$wxUSE_CLIPBOARD" = "yes" \
41511 -o "$wxUSE_OLE" = "yes" \
41512 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
41513
41514 for ac_header in ole2.h
41515 do
41516 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
41517 if eval "test \"\${$as_ac_Header+set}\" = set"; then
41518 echo "$as_me:$LINENO: checking for $ac_header" >&5
41519 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
41520 if eval "test \"\${$as_ac_Header+set}\" = set"; then
41521 echo $ECHO_N "(cached) $ECHO_C" >&6
41522 fi
41523 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
41524 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
41525 else
41526 # Is the header compilable?
41527 echo "$as_me:$LINENO: checking $ac_header usability" >&5
41528 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
41529 cat >conftest.$ac_ext <<_ACEOF
41530 /* confdefs.h. */
41531 _ACEOF
41532 cat confdefs.h >>conftest.$ac_ext
41533 cat >>conftest.$ac_ext <<_ACEOF
41534 /* end confdefs.h. */
41535 $ac_includes_default
41536 #include <$ac_header>
41537 _ACEOF
41538 rm -f conftest.$ac_objext
41539 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41540 (eval $ac_compile) 2>conftest.er1
41541 ac_status=$?
41542 grep -v '^ *+' conftest.er1 >conftest.err
41543 rm -f conftest.er1
41544 cat conftest.err >&5
41545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41546 (exit $ac_status); } &&
41547 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41549 (eval $ac_try) 2>&5
41550 ac_status=$?
41551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41552 (exit $ac_status); }; } &&
41553 { ac_try='test -s conftest.$ac_objext'
41554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41555 (eval $ac_try) 2>&5
41556 ac_status=$?
41557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41558 (exit $ac_status); }; }; then
41559 ac_header_compiler=yes
41560 else
41561 echo "$as_me: failed program was:" >&5
41562 sed 's/^/| /' conftest.$ac_ext >&5
41563
41564 ac_header_compiler=no
41565 fi
41566 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41567 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
41568 echo "${ECHO_T}$ac_header_compiler" >&6
41569
41570 # Is the header present?
41571 echo "$as_me:$LINENO: checking $ac_header presence" >&5
41572 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
41573 cat >conftest.$ac_ext <<_ACEOF
41574 /* confdefs.h. */
41575 _ACEOF
41576 cat confdefs.h >>conftest.$ac_ext
41577 cat >>conftest.$ac_ext <<_ACEOF
41578 /* end confdefs.h. */
41579 #include <$ac_header>
41580 _ACEOF
41581 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
41582 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
41583 ac_status=$?
41584 grep -v '^ *+' conftest.er1 >conftest.err
41585 rm -f conftest.er1
41586 cat conftest.err >&5
41587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41588 (exit $ac_status); } >/dev/null; then
41589 if test -s conftest.err; then
41590 ac_cpp_err=$ac_c_preproc_warn_flag
41591 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
41592 else
41593 ac_cpp_err=
41594 fi
41595 else
41596 ac_cpp_err=yes
41597 fi
41598 if test -z "$ac_cpp_err"; then
41599 ac_header_preproc=yes
41600 else
41601 echo "$as_me: failed program was:" >&5
41602 sed 's/^/| /' conftest.$ac_ext >&5
41603
41604 ac_header_preproc=no
41605 fi
41606 rm -f conftest.err conftest.$ac_ext
41607 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
41608 echo "${ECHO_T}$ac_header_preproc" >&6
41609
41610 # So? What about this header?
41611 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
41612 yes:no: )
41613 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
41614 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
41615 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
41616 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
41617 ac_header_preproc=yes
41618 ;;
41619 no:yes:* )
41620 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
41621 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
41622 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
41623 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
41624 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
41625 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
41626 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
41627 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
41628 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
41629 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
41630 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
41631 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
41632 (
41633 cat <<\_ASBOX
41634 ## ----------------------------------------- ##
41635 ## Report this to wx-dev@lists.wxwidgets.org ##
41636 ## ----------------------------------------- ##
41637 _ASBOX
41638 ) |
41639 sed "s/^/$as_me: WARNING: /" >&2
41640 ;;
41641 esac
41642 echo "$as_me:$LINENO: checking for $ac_header" >&5
41643 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
41644 if eval "test \"\${$as_ac_Header+set}\" = set"; then
41645 echo $ECHO_N "(cached) $ECHO_C" >&6
41646 else
41647 eval "$as_ac_Header=\$ac_header_preproc"
41648 fi
41649 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
41650 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
41651
41652 fi
41653 if test `eval echo '${'$as_ac_Header'}'` = yes; then
41654 cat >>confdefs.h <<_ACEOF
41655 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
41656 _ACEOF
41657
41658 fi
41659
41660 done
41661
41662
41663 if test "$ac_cv_header_ole2_h" = "yes" ; then
41664 if test "$GCC" = yes ; then
41665
41666
41667 ac_ext=cc
41668 ac_cpp='$CXXCPP $CPPFLAGS'
41669 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41670 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41671 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41672
41673
41674 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
41675 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
41676 cat >conftest.$ac_ext <<_ACEOF
41677 /* confdefs.h. */
41678 _ACEOF
41679 cat confdefs.h >>conftest.$ac_ext
41680 cat >>conftest.$ac_ext <<_ACEOF
41681 /* end confdefs.h. */
41682 #include <windows.h>
41683 #include <ole2.h>
41684 int
41685 main ()
41686 {
41687
41688 ;
41689 return 0;
41690 }
41691 _ACEOF
41692 rm -f conftest.$ac_objext
41693 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41694 (eval $ac_compile) 2>conftest.er1
41695 ac_status=$?
41696 grep -v '^ *+' conftest.er1 >conftest.err
41697 rm -f conftest.er1
41698 cat conftest.err >&5
41699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41700 (exit $ac_status); } &&
41701 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41703 (eval $ac_try) 2>&5
41704 ac_status=$?
41705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41706 (exit $ac_status); }; } &&
41707 { ac_try='test -s conftest.$ac_objext'
41708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41709 (eval $ac_try) 2>&5
41710 ac_status=$?
41711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41712 (exit $ac_status); }; }; then
41713 echo "$as_me:$LINENO: result: no" >&5
41714 echo "${ECHO_T}no" >&6
41715 else
41716 echo "$as_me: failed program was:" >&5
41717 sed 's/^/| /' conftest.$ac_ext >&5
41718
41719 echo "$as_me:$LINENO: result: yes" >&5
41720 echo "${ECHO_T}yes" >&6
41721 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
41722 fi
41723 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41724 ac_ext=c
41725 ac_cpp='$CPP $CPPFLAGS'
41726 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41727 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41728 ac_compiler_gnu=$ac_cv_c_compiler_gnu
41729
41730 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
41731 if test "$wxUSE_OLE" = "yes" ; then
41732 cat >>confdefs.h <<\_ACEOF
41733 #define wxUSE_OLE 1
41734 _ACEOF
41735
41736 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
41737 fi
41738 fi
41739
41740 if test "$wxUSE_DATAOBJ" = "yes" ; then
41741 cat >>confdefs.h <<\_ACEOF
41742 #define wxUSE_DATAOBJ 1
41743 _ACEOF
41744
41745 fi
41746 else
41747 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
41748 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
41749
41750 wxUSE_CLIPBOARD=no
41751 wxUSE_DRAG_AND_DROP=no
41752 wxUSE_DATAOBJ=no
41753 wxUSE_OLE=no
41754 fi
41755
41756 if test "$wxUSE_METAFILE" = "yes"; then
41757 cat >>confdefs.h <<\_ACEOF
41758 #define wxUSE_METAFILE 1
41759 _ACEOF
41760
41761
41762 cat >>confdefs.h <<\_ACEOF
41763 #define wxUSE_ENH_METAFILE 1
41764 _ACEOF
41765
41766 fi
41767 fi
41768
41769 if test "$wxUSE_IPC" = "yes"; then
41770 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
41771 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
41772 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
41773 wxUSE_IPC=no
41774 fi
41775
41776 if test "$wxUSE_IPC" = "yes"; then
41777 cat >>confdefs.h <<\_ACEOF
41778 #define wxUSE_IPC 1
41779 _ACEOF
41780
41781 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
41782 fi
41783 fi
41784
41785 if test "$wxUSE_DATAOBJ" = "yes"; then
41786 if test "$wxUSE_MGL" = 1; then
41787 { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under MGL... disabled" >&5
41788 echo "$as_me: WARNING: wxDataObject not yet supported under MGL... disabled" >&2;}
41789 wxUSE_DATAOBJ=no
41790 else
41791 cat >>confdefs.h <<\_ACEOF
41792 #define wxUSE_DATAOBJ 1
41793 _ACEOF
41794
41795 fi
41796 else
41797 { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
41798 echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
41799 wxUSE_CLIPBOARD=no
41800 wxUSE_DRAG_AND_DROP=no
41801 fi
41802
41803 if test "$wxUSE_CLIPBOARD" = "yes"; then
41804 if test "$wxUSE_MGL" = 1; then
41805 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
41806 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
41807 wxUSE_CLIPBOARD=no
41808 fi
41809
41810 if test "$wxUSE_CLIPBOARD" = "yes"; then
41811 cat >>confdefs.h <<\_ACEOF
41812 #define wxUSE_CLIPBOARD 1
41813 _ACEOF
41814
41815 fi
41816 fi
41817
41818 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
41819 if test "$wxUSE_GTK" = 1; then
41820 if test "$WXGTK12" != 1; then
41821 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
41822 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
41823 wxUSE_DRAG_AND_DROP=no
41824 fi
41825 fi
41826
41827 if test "$wxUSE_MOTIF" = 1; then
41828 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
41829 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
41830 wxUSE_DRAG_AND_DROP=no
41831 fi
41832
41833 if test "$wxUSE_X11" = 1; then
41834 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
41835 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
41836 wxUSE_DRAG_AND_DROP=no
41837 fi
41838
41839 if test "$wxUSE_MGL" = 1; then
41840 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
41841 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
41842 wxUSE_DRAG_AND_DROP=no
41843 fi
41844
41845 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
41846 cat >>confdefs.h <<\_ACEOF
41847 #define wxUSE_DRAG_AND_DROP 1
41848 _ACEOF
41849
41850 fi
41851
41852 fi
41853
41854 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
41855 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
41856 fi
41857
41858 if test "$wxUSE_SPLINES" = "yes" ; then
41859 cat >>confdefs.h <<\_ACEOF
41860 #define wxUSE_SPLINES 1
41861 _ACEOF
41862
41863 fi
41864
41865 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
41866 cat >>confdefs.h <<\_ACEOF
41867 #define wxUSE_MOUSEWHEEL 1
41868 _ACEOF
41869
41870 fi
41871
41872
41873 USES_CONTROLS=0
41874 if test "$wxUSE_CONTROLS" = "yes"; then
41875 USES_CONTROLS=1
41876 fi
41877
41878 if test "$wxUSE_ACCEL" = "yes"; then
41879 cat >>confdefs.h <<\_ACEOF
41880 #define wxUSE_ACCEL 1
41881 _ACEOF
41882
41883 USES_CONTROLS=1
41884 fi
41885
41886 if test "$wxUSE_BUTTON" = "yes"; then
41887 cat >>confdefs.h <<\_ACEOF
41888 #define wxUSE_BUTTON 1
41889 _ACEOF
41890
41891 USES_CONTROLS=1
41892 fi
41893
41894 if test "$wxUSE_BMPBUTTON" = "yes"; then
41895 cat >>confdefs.h <<\_ACEOF
41896 #define wxUSE_BMPBUTTON 1
41897 _ACEOF
41898
41899 USES_CONTROLS=1
41900 fi
41901
41902 if test "$wxUSE_CALCTRL" = "yes"; then
41903 cat >>confdefs.h <<\_ACEOF
41904 #define wxUSE_CALENDARCTRL 1
41905 _ACEOF
41906
41907 USES_CONTROLS=1
41908 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
41909 fi
41910
41911 if test "$wxUSE_CARET" = "yes"; then
41912 cat >>confdefs.h <<\_ACEOF
41913 #define wxUSE_CARET 1
41914 _ACEOF
41915
41916 USES_CONTROLS=1
41917 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
41918 fi
41919
41920 if test "$wxUSE_COMBOBOX" = "yes"; then
41921 cat >>confdefs.h <<\_ACEOF
41922 #define wxUSE_COMBOBOX 1
41923 _ACEOF
41924
41925 USES_CONTROLS=1
41926 fi
41927
41928 if test "$wxUSE_CHOICE" = "yes"; then
41929 cat >>confdefs.h <<\_ACEOF
41930 #define wxUSE_CHOICE 1
41931 _ACEOF
41932
41933 USES_CONTROLS=1
41934 fi
41935
41936 if test "$wxUSE_CHOICEBOOK" = "yes"; then
41937 cat >>confdefs.h <<\_ACEOF
41938 #define wxUSE_CHOICEBOOK 1
41939 _ACEOF
41940
41941 USES_CONTROLS=1
41942 fi
41943
41944 if test "$wxUSE_CHECKBOX" = "yes"; then
41945 cat >>confdefs.h <<\_ACEOF
41946 #define wxUSE_CHECKBOX 1
41947 _ACEOF
41948
41949 USES_CONTROLS=1
41950 fi
41951
41952 if test "$wxUSE_CHECKLST" = "yes"; then
41953 cat >>confdefs.h <<\_ACEOF
41954 #define wxUSE_CHECKLISTBOX 1
41955 _ACEOF
41956
41957 USES_CONTROLS=1
41958 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
41959 fi
41960
41961 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
41962 cat >>confdefs.h <<\_ACEOF
41963 #define wxUSE_DATEPICKCTRL 1
41964 _ACEOF
41965
41966 USES_CONTROLS=1
41967 fi
41968
41969 if test "$wxUSE_DISPLAY" = "yes"; then
41970 cat >>confdefs.h <<\_ACEOF
41971 #define wxUSE_DISPLAY 1
41972 _ACEOF
41973
41974 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display multimon"
41975 fi
41976
41977 if test "$wxUSE_GAUGE" = "yes"; then
41978 cat >>confdefs.h <<\_ACEOF
41979 #define wxUSE_GAUGE 1
41980 _ACEOF
41981
41982 USES_CONTROLS=1
41983 fi
41984
41985 if test "$wxUSE_GRID" = "yes"; then
41986 cat >>confdefs.h <<\_ACEOF
41987 #define wxUSE_GRID 1
41988 _ACEOF
41989
41990 USES_CONTROLS=1
41991 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
41992 fi
41993
41994 if test "$wxUSE_IMAGLIST" = "yes"; then
41995 cat >>confdefs.h <<\_ACEOF
41996 #define wxUSE_IMAGLIST 1
41997 _ACEOF
41998
41999 fi
42000
42001 if test "$wxUSE_LISTBOOK" = "yes"; then
42002 cat >>confdefs.h <<\_ACEOF
42003 #define wxUSE_LISTBOOK 1
42004 _ACEOF
42005
42006 USES_CONTROLS=1
42007 fi
42008
42009 if test "$wxUSE_LISTBOX" = "yes"; then
42010 cat >>confdefs.h <<\_ACEOF
42011 #define wxUSE_LISTBOX 1
42012 _ACEOF
42013
42014 USES_CONTROLS=1
42015 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listbox"
42016 fi
42017
42018 if test "$wxUSE_LISTCTRL" = "yes"; then
42019 if test "$wxUSE_IMAGLIST" = "yes"; then
42020 cat >>confdefs.h <<\_ACEOF
42021 #define wxUSE_LISTCTRL 1
42022 _ACEOF
42023
42024 USES_CONTROLS=1
42025 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
42026 else
42027 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
42028 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
42029 fi
42030 fi
42031
42032 if test "$wxUSE_NOTEBOOK" = "yes"; then
42033 cat >>confdefs.h <<\_ACEOF
42034 #define wxUSE_NOTEBOOK 1
42035 _ACEOF
42036
42037 USES_CONTROLS=1
42038 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
42039 fi
42040
42041
42042 if test "$wxUSE_RADIOBOX" = "yes"; then
42043 cat >>confdefs.h <<\_ACEOF
42044 #define wxUSE_RADIOBOX 1
42045 _ACEOF
42046
42047 USES_CONTROLS=1
42048 fi
42049
42050 if test "$wxUSE_RADIOBTN" = "yes"; then
42051 cat >>confdefs.h <<\_ACEOF
42052 #define wxUSE_RADIOBTN 1
42053 _ACEOF
42054
42055 USES_CONTROLS=1
42056 fi
42057
42058 if test "$wxUSE_SASH" = "yes"; then
42059 cat >>confdefs.h <<\_ACEOF
42060 #define wxUSE_SASH 1
42061 _ACEOF
42062
42063 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
42064 fi
42065
42066 if test "$wxUSE_SCROLLBAR" = "yes"; then
42067 cat >>confdefs.h <<\_ACEOF
42068 #define wxUSE_SCROLLBAR 1
42069 _ACEOF
42070
42071 USES_CONTROLS=1
42072 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
42073 fi
42074
42075 if test "$wxUSE_SLIDER" = "yes"; then
42076 cat >>confdefs.h <<\_ACEOF
42077 #define wxUSE_SLIDER 1
42078 _ACEOF
42079
42080 USES_CONTROLS=1
42081 fi
42082
42083 if test "$wxUSE_SPINBTN" = "yes"; then
42084 cat >>confdefs.h <<\_ACEOF
42085 #define wxUSE_SPINBTN 1
42086 _ACEOF
42087
42088 USES_CONTROLS=1
42089 fi
42090
42091 if test "$wxUSE_SPINCTRL" = "yes"; then
42092 cat >>confdefs.h <<\_ACEOF
42093 #define wxUSE_SPINCTRL 1
42094 _ACEOF
42095
42096 USES_CONTROLS=1
42097 fi
42098
42099 if test "$wxUSE_SPLITTER" = "yes"; then
42100 cat >>confdefs.h <<\_ACEOF
42101 #define wxUSE_SPLITTER 1
42102 _ACEOF
42103
42104 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
42105 fi
42106
42107 if test "$wxUSE_STATBMP" = "yes"; then
42108 cat >>confdefs.h <<\_ACEOF
42109 #define wxUSE_STATBMP 1
42110 _ACEOF
42111
42112 USES_CONTROLS=1
42113 fi
42114
42115 if test "$wxUSE_STATBOX" = "yes"; then
42116 cat >>confdefs.h <<\_ACEOF
42117 #define wxUSE_STATBOX 1
42118 _ACEOF
42119
42120 USES_CONTROLS=1
42121 fi
42122
42123 if test "$wxUSE_STATTEXT" = "yes"; then
42124 cat >>confdefs.h <<\_ACEOF
42125 #define wxUSE_STATTEXT 1
42126 _ACEOF
42127
42128 USES_CONTROLS=1
42129 fi
42130
42131 if test "$wxUSE_STATLINE" = "yes"; then
42132 cat >>confdefs.h <<\_ACEOF
42133 #define wxUSE_STATLINE 1
42134 _ACEOF
42135
42136 USES_CONTROLS=1
42137 fi
42138
42139 if test "$wxUSE_STATUSBAR" = "yes"; then
42140 cat >>confdefs.h <<\_ACEOF
42141 #define wxUSE_NATIVE_STATUSBAR 1
42142 _ACEOF
42143
42144 cat >>confdefs.h <<\_ACEOF
42145 #define wxUSE_STATUSBAR 1
42146 _ACEOF
42147
42148 USES_CONTROLS=1
42149
42150 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
42151 fi
42152
42153 if test "$wxUSE_TABDIALOG" = "yes"; then
42154 cat >>confdefs.h <<\_ACEOF
42155 #define wxUSE_TAB_DIALOG 1
42156 _ACEOF
42157
42158 fi
42159
42160 if test "$wxUSE_TEXTCTRL" = "yes"; then
42161 cat >>confdefs.h <<\_ACEOF
42162 #define wxUSE_TEXTCTRL 1
42163 _ACEOF
42164
42165 USES_CONTROLS=1
42166 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
42167 fi
42168
42169 if test "$wxUSE_TOGGLEBTN" = "yes"; then
42170 if test "$wxUSE_COCOA" = 1 ; then
42171 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
42172 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
42173 wxUSE_TOGGLEBTN=no
42174 fi
42175 if test "$wxUSE_UNIVERSAL" = "yes"; then
42176 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
42177 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
42178 wxUSE_TOGGLEBTN=no
42179 fi
42180
42181 if test "$wxUSE_TOGGLEBTN" = "yes"; then
42182 cat >>confdefs.h <<\_ACEOF
42183 #define wxUSE_TOGGLEBTN 1
42184 _ACEOF
42185
42186 USES_CONTROLS=1
42187 fi
42188 fi
42189
42190 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
42191 cat >>confdefs.h <<\_ACEOF
42192 #define wxUSE_TOOLBAR_SIMPLE 1
42193 _ACEOF
42194
42195 wxUSE_TOOLBAR="yes"
42196 USES_CONTROLS=1
42197 fi
42198
42199 if test "$wxUSE_TOOLBAR" = "yes"; then
42200 cat >>confdefs.h <<\_ACEOF
42201 #define wxUSE_TOOLBAR 1
42202 _ACEOF
42203
42204 USES_CONTROLS=1
42205
42206 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
42207 wxUSE_TOOLBAR_NATIVE="yes"
42208 fi
42209
42210 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
42211 cat >>confdefs.h <<\_ACEOF
42212 #define wxUSE_TOOLBAR_NATIVE 1
42213 _ACEOF
42214
42215 USES_CONTROLS=1
42216 fi
42217
42218 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
42219 fi
42220
42221 if test "$wxUSE_TOOLTIPS" = "yes"; then
42222 if test "$wxUSE_MOTIF" = 1; then
42223 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
42224 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
42225 else
42226 if test "$wxUSE_UNIVERSAL" = "yes"; then
42227 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
42228 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
42229 else
42230 cat >>confdefs.h <<\_ACEOF
42231 #define wxUSE_TOOLTIPS 1
42232 _ACEOF
42233
42234 fi
42235 fi
42236 fi
42237
42238 if test "$wxUSE_TREEBOOK" = "yes"; then
42239 cat >>confdefs.h <<\_ACEOF
42240 #define wxUSE_TREEBOOK 1
42241 _ACEOF
42242
42243 USES_CONTROLS=1
42244 fi
42245
42246 if test "$wxUSE_TREECTRL" = "yes"; then
42247 if test "$wxUSE_IMAGLIST" = "yes"; then
42248 cat >>confdefs.h <<\_ACEOF
42249 #define wxUSE_TREECTRL 1
42250 _ACEOF
42251
42252 USES_CONTROLS=1
42253 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
42254 else
42255 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
42256 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
42257 fi
42258 fi
42259
42260 if test "$wxUSE_POPUPWIN" = "yes"; then
42261 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
42262 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
42263 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
42264 else
42265 if test "$wxUSE_PM" = 1; then
42266 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
42267 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
42268 else
42269 cat >>confdefs.h <<\_ACEOF
42270 #define wxUSE_POPUPWIN 1
42271 _ACEOF
42272
42273 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
42274
42275 USES_CONTROLS=1
42276 fi
42277 fi
42278 fi
42279
42280 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
42281 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
42282 { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5
42283 echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;}
42284 else
42285 cat >>confdefs.h <<\_ACEOF
42286 #define wxUSE_DIALUP_MANAGER 1
42287 _ACEOF
42288
42289 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
42290 fi
42291 fi
42292
42293 if test "$wxUSE_TIPWINDOW" = "yes"; then
42294 if test "$wxUSE_PM" = 1; then
42295 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
42296 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
42297 else
42298 cat >>confdefs.h <<\_ACEOF
42299 #define wxUSE_TIPWINDOW 1
42300 _ACEOF
42301
42302 fi
42303 fi
42304
42305 if test "$USES_CONTROLS" = 1; then
42306 cat >>confdefs.h <<\_ACEOF
42307 #define wxUSE_CONTROLS 1
42308 _ACEOF
42309
42310 fi
42311
42312
42313 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
42314 cat >>confdefs.h <<\_ACEOF
42315 #define wxUSE_ACCESSIBILITY 1
42316 _ACEOF
42317
42318 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
42319 fi
42320
42321 if test "$wxUSE_DC_CACHEING" = "yes"; then
42322 cat >>confdefs.h <<\_ACEOF
42323 #define wxUSE_DC_CACHEING 1
42324 _ACEOF
42325
42326 fi
42327
42328 if test "$wxUSE_DRAGIMAGE" = "yes"; then
42329 cat >>confdefs.h <<\_ACEOF
42330 #define wxUSE_DRAGIMAGE 1
42331 _ACEOF
42332
42333 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
42334 fi
42335
42336 if test "$wxUSE_EXCEPTIONS" = "yes"; then
42337 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
42338 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
42339 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
42340 else
42341 cat >>confdefs.h <<\_ACEOF
42342 #define wxUSE_EXCEPTIONS 1
42343 _ACEOF
42344
42345 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
42346 fi
42347 fi
42348
42349 USE_HTML=0
42350 if test "$wxUSE_HTML" = "yes"; then
42351 cat >>confdefs.h <<\_ACEOF
42352 #define wxUSE_HTML 1
42353 _ACEOF
42354
42355 USE_HTML=1
42356 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
42357 if test "$wxUSE_MAC" = 1; then
42358 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
42359 fi
42360 fi
42361 if test "$wxUSE_WEBKIT" = "yes"; then
42362 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
42363 old_CPPFLAGS="$CPPFLAGS"
42364 CPPFLAGS="$CPPFLAGS -x objective-c++"
42365 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
42366 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
42367 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
42368 echo $ECHO_N "(cached) $ECHO_C" >&6
42369 else
42370 cat >conftest.$ac_ext <<_ACEOF
42371 /* confdefs.h. */
42372 _ACEOF
42373 cat confdefs.h >>conftest.$ac_ext
42374 cat >>conftest.$ac_ext <<_ACEOF
42375 /* end confdefs.h. */
42376 #include <Carbon/Carbon.h>
42377
42378 #include <WebKit/HIWebView.h>
42379 _ACEOF
42380 rm -f conftest.$ac_objext
42381 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42382 (eval $ac_compile) 2>conftest.er1
42383 ac_status=$?
42384 grep -v '^ *+' conftest.er1 >conftest.err
42385 rm -f conftest.er1
42386 cat conftest.err >&5
42387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42388 (exit $ac_status); } &&
42389 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42391 (eval $ac_try) 2>&5
42392 ac_status=$?
42393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42394 (exit $ac_status); }; } &&
42395 { ac_try='test -s conftest.$ac_objext'
42396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42397 (eval $ac_try) 2>&5
42398 ac_status=$?
42399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42400 (exit $ac_status); }; }; then
42401 ac_cv_header_WebKit_HIWebView_h=yes
42402 else
42403 echo "$as_me: failed program was:" >&5
42404 sed 's/^/| /' conftest.$ac_ext >&5
42405
42406 ac_cv_header_WebKit_HIWebView_h=no
42407 fi
42408 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
42409 fi
42410 echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
42411 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
42412 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
42413
42414 cat >>confdefs.h <<\_ACEOF
42415 #define wxUSE_WEBKIT 1
42416 _ACEOF
42417
42418 WEBKIT_LINK="-framework WebKit"
42419
42420 else
42421
42422 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
42423 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
42424 wxUSE_WEBKIT=no
42425
42426 fi
42427
42428
42429 CPPFLAGS="$old_CPPFLAGS"
42430 elif test "$wxUSE_COCOA" = 1; then
42431 cat >>confdefs.h <<\_ACEOF
42432 #define wxUSE_WEBKIT 1
42433 _ACEOF
42434
42435 else
42436 wxUSE_WEBKIT=no
42437 fi
42438 fi
42439
42440 USE_XRC=0
42441 if test "$wxUSE_XRC" = "yes"; then
42442 if test "$wxUSE_XML" != "yes"; then
42443 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
42444 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
42445 wxUSE_XRC=no
42446 else
42447 cat >>confdefs.h <<\_ACEOF
42448 #define wxUSE_XRC 1
42449 _ACEOF
42450
42451 USE_XRC=1
42452 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
42453 fi
42454 fi
42455
42456 if test "$wxUSE_MENUS" = "yes"; then
42457 cat >>confdefs.h <<\_ACEOF
42458 #define wxUSE_MENUS 1
42459 _ACEOF
42460
42461 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
42462 fi
42463
42464 if test "$wxUSE_METAFILE" = "yes"; then
42465 cat >>confdefs.h <<\_ACEOF
42466 #define wxUSE_METAFILE 1
42467 _ACEOF
42468
42469 fi
42470
42471 if test "$wxUSE_MIMETYPE" = "yes"; then
42472 cat >>confdefs.h <<\_ACEOF
42473 #define wxUSE_MIMETYPE 1
42474 _ACEOF
42475
42476 fi
42477
42478 if test "$wxUSE_MINIFRAME" = "yes"; then
42479 cat >>confdefs.h <<\_ACEOF
42480 #define wxUSE_MINIFRAME 1
42481 _ACEOF
42482
42483 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
42484 fi
42485
42486 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
42487 cat >>confdefs.h <<\_ACEOF
42488 #define wxUSE_SYSTEM_OPTIONS 1
42489 _ACEOF
42490
42491 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
42492 "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
42493 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
42494 fi
42495 fi
42496
42497
42498 if test "$wxUSE_VALIDATORS" = "yes"; then
42499 cat >>confdefs.h <<\_ACEOF
42500 #define wxUSE_VALIDATORS 1
42501 _ACEOF
42502
42503 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
42504 fi
42505
42506 if test "$wxUSE_PALETTE" = "yes" ; then
42507 cat >>confdefs.h <<\_ACEOF
42508 #define wxUSE_PALETTE 1
42509 _ACEOF
42510
42511 fi
42512
42513 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
42514 LIBS=" -lunicows $LIBS"
42515 fi
42516
42517 USE_RICHTEXT=0
42518 if test "$wxUSE_RICHTEXT" = "yes"; then
42519 cat >>confdefs.h <<\_ACEOF
42520 #define wxUSE_RICHTEXT 1
42521 _ACEOF
42522
42523 USE_RICHTEXT=1
42524 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS richtext"
42525 fi
42526
42527
42528 if test "$wxUSE_IMAGE" = "yes" ; then
42529 cat >>confdefs.h <<\_ACEOF
42530 #define wxUSE_IMAGE 1
42531 _ACEOF
42532
42533
42534 if test "$wxUSE_GIF" = "yes" ; then
42535 cat >>confdefs.h <<\_ACEOF
42536 #define wxUSE_GIF 1
42537 _ACEOF
42538
42539 fi
42540
42541 if test "$wxUSE_PCX" = "yes" ; then
42542 cat >>confdefs.h <<\_ACEOF
42543 #define wxUSE_PCX 1
42544 _ACEOF
42545
42546 fi
42547
42548 if test "$wxUSE_IFF" = "yes" ; then
42549 cat >>confdefs.h <<\_ACEOF
42550 #define wxUSE_IFF 1
42551 _ACEOF
42552
42553 fi
42554
42555 if test "$wxUSE_PNM" = "yes" ; then
42556 cat >>confdefs.h <<\_ACEOF
42557 #define wxUSE_PNM 1
42558 _ACEOF
42559
42560 fi
42561
42562 if test "$wxUSE_XPM" = "yes" ; then
42563 cat >>confdefs.h <<\_ACEOF
42564 #define wxUSE_XPM 1
42565 _ACEOF
42566
42567 fi
42568
42569 if test "$wxUSE_ICO_CUR" = "yes" ; then
42570 cat >>confdefs.h <<\_ACEOF
42571 #define wxUSE_ICO_CUR 1
42572 _ACEOF
42573
42574 fi
42575 fi
42576
42577
42578 if test "$wxUSE_CHOICEDLG" = "yes"; then
42579 cat >>confdefs.h <<\_ACEOF
42580 #define wxUSE_CHOICEDLG 1
42581 _ACEOF
42582
42583 fi
42584
42585 if test "$wxUSE_COLOURDLG" = "yes"; then
42586 cat >>confdefs.h <<\_ACEOF
42587 #define wxUSE_COLOURDLG 1
42588 _ACEOF
42589
42590 fi
42591
42592 if test "$wxUSE_FILEDLG" = "yes"; then
42593 cat >>confdefs.h <<\_ACEOF
42594 #define wxUSE_FILEDLG 1
42595 _ACEOF
42596
42597 fi
42598
42599 if test "$wxUSE_FINDREPLDLG" = "yes"; then
42600 cat >>confdefs.h <<\_ACEOF
42601 #define wxUSE_FINDREPLDLG 1
42602 _ACEOF
42603
42604 fi
42605
42606 if test "$wxUSE_FONTDLG" = "yes"; then
42607 cat >>confdefs.h <<\_ACEOF
42608 #define wxUSE_FONTDLG 1
42609 _ACEOF
42610
42611 fi
42612
42613 if test "$wxUSE_DIRDLG" = "yes"; then
42614 if test "$wxUSE_TREECTRL" != "yes"; then
42615 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
42616 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
42617 else
42618 cat >>confdefs.h <<\_ACEOF
42619 #define wxUSE_DIRDLG 1
42620 _ACEOF
42621
42622 fi
42623 fi
42624
42625 if test "$wxUSE_MSGDLG" = "yes"; then
42626 cat >>confdefs.h <<\_ACEOF
42627 #define wxUSE_MSGDLG 1
42628 _ACEOF
42629
42630 fi
42631
42632 if test "$wxUSE_NUMBERDLG" = "yes"; then
42633 cat >>confdefs.h <<\_ACEOF
42634 #define wxUSE_NUMBERDLG 1
42635 _ACEOF
42636
42637 fi
42638
42639 if test "$wxUSE_PROGRESSDLG" = "yes"; then
42640 if test "$wxUSE_CONSTRAINTS" != "yes"; then
42641 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
42642 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
42643 else
42644 cat >>confdefs.h <<\_ACEOF
42645 #define wxUSE_PROGRESSDLG 1
42646 _ACEOF
42647
42648 fi
42649 fi
42650
42651 if test "$wxUSE_SPLASH" = "yes"; then
42652 cat >>confdefs.h <<\_ACEOF
42653 #define wxUSE_SPLASH 1
42654 _ACEOF
42655
42656 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
42657 fi
42658
42659 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
42660 if test "$wxUSE_CONSTRAINTS" != "yes"; then
42661 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
42662 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
42663 else
42664 cat >>confdefs.h <<\_ACEOF
42665 #define wxUSE_STARTUP_TIPS 1
42666 _ACEOF
42667
42668 fi
42669 fi
42670
42671 if test "$wxUSE_TEXTDLG" = "yes"; then
42672 cat >>confdefs.h <<\_ACEOF
42673 #define wxUSE_TEXTDLG 1
42674 _ACEOF
42675
42676 fi
42677
42678 if test "$wxUSE_WIZARDDLG" = "yes"; then
42679 cat >>confdefs.h <<\_ACEOF
42680 #define wxUSE_WIZARDDLG 1
42681 _ACEOF
42682
42683 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
42684 fi
42685
42686
42687 if test "$wxUSE_MEDIACTRL" = "yes"; then
42688 if test "$wxUSE_GTK" = 1; then
42689 wxUSE_GSTREAMER="yes"
42690
42691
42692 succeeded=no
42693
42694 if test -z "$PKG_CONFIG"; then
42695 # Extract the first word of "pkg-config", so it can be a program name with args.
42696 set dummy pkg-config; ac_word=$2
42697 echo "$as_me:$LINENO: checking for $ac_word" >&5
42698 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42699 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
42700 echo $ECHO_N "(cached) $ECHO_C" >&6
42701 else
42702 case $PKG_CONFIG in
42703 [\\/]* | ?:[\\/]*)
42704 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
42705 ;;
42706 *)
42707 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42708 for as_dir in $PATH
42709 do
42710 IFS=$as_save_IFS
42711 test -z "$as_dir" && as_dir=.
42712 for ac_exec_ext in '' $ac_executable_extensions; do
42713 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42714 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
42715 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42716 break 2
42717 fi
42718 done
42719 done
42720
42721 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
42722 ;;
42723 esac
42724 fi
42725 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
42726
42727 if test -n "$PKG_CONFIG"; then
42728 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
42729 echo "${ECHO_T}$PKG_CONFIG" >&6
42730 else
42731 echo "$as_me:$LINENO: result: no" >&5
42732 echo "${ECHO_T}no" >&6
42733 fi
42734
42735 fi
42736
42737 if test "$PKG_CONFIG" = "no" ; then
42738 echo "*** The pkg-config script could not be found. Make sure it is"
42739 echo "*** in your path, or set the PKG_CONFIG environment variable"
42740 echo "*** to the full path to pkg-config."
42741 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
42742 else
42743 PKG_CONFIG_MIN_VERSION=0.9.0
42744 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
42745 echo "$as_me:$LINENO: checking for gstreamer-0.8" >&5
42746 echo $ECHO_N "checking for gstreamer-0.8... $ECHO_C" >&6
42747
42748 if $PKG_CONFIG --exists "gstreamer-0.8" ; then
42749 echo "$as_me:$LINENO: result: yes" >&5
42750 echo "${ECHO_T}yes" >&6
42751 succeeded=yes
42752
42753 echo "$as_me:$LINENO: checking GSTREAMER_CFLAGS" >&5
42754 echo $ECHO_N "checking GSTREAMER_CFLAGS... $ECHO_C" >&6
42755 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.8"`
42756 echo "$as_me:$LINENO: result: $GSTREAMER_CFLAGS" >&5
42757 echo "${ECHO_T}$GSTREAMER_CFLAGS" >&6
42758
42759 echo "$as_me:$LINENO: checking GSTREAMER_LIBS" >&5
42760 echo $ECHO_N "checking GSTREAMER_LIBS... $ECHO_C" >&6
42761 GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.8"`
42762 echo "$as_me:$LINENO: result: $GSTREAMER_LIBS" >&5
42763 echo "${ECHO_T}$GSTREAMER_LIBS" >&6
42764 else
42765 GSTREAMER_CFLAGS=""
42766 GSTREAMER_LIBS=""
42767 ## If we have a custom action on failure, don't print errors, but
42768 ## do set a variable so people can do so.
42769 GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.8"`
42770
42771 fi
42772
42773
42774
42775 else
42776 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
42777 echo "*** See http://www.freedesktop.org/software/pkgconfig"
42778 fi
42779 fi
42780
42781 if test $succeeded = yes; then
42782
42783 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
42784 LIBS="$LIBS $GSTREAMER_LIBS -lgstplay-0.8"
42785
42786 else
42787
42788 { echo "$as_me:$LINENO: WARNING: GStreamer installation not found" >&5
42789 echo "$as_me: WARNING: GStreamer installation not found" >&2;}
42790 wxUSE_GSTREAMER="no"
42791
42792 fi
42793
42794
42795
42796
42797
42798 if test "x$GST_INSPECT" == "x"; then
42799 # Extract the first word of "gst-inspect", so it can be a program name with args.
42800 set dummy gst-inspect; ac_word=$2
42801 echo "$as_me:$LINENO: checking for $ac_word" >&5
42802 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42803 if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
42804 echo $ECHO_N "(cached) $ECHO_C" >&6
42805 else
42806 if test -n "$GST_INSPECT"; then
42807 ac_cv_prog_GST_INSPECT="$GST_INSPECT" # Let the user override the test.
42808 else
42809 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42810 for as_dir in $PATH
42811 do
42812 IFS=$as_save_IFS
42813 test -z "$as_dir" && as_dir=.
42814 for ac_exec_ext in '' $ac_executable_extensions; do
42815 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42816 ac_cv_prog_GST_INSPECT="gst-inspect"
42817 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42818 break 2
42819 fi
42820 done
42821 done
42822
42823 fi
42824 fi
42825 GST_INSPECT=$ac_cv_prog_GST_INSPECT
42826 if test -n "$GST_INSPECT"; then
42827 echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
42828 echo "${ECHO_T}$GST_INSPECT" >&6
42829 else
42830 echo "$as_me:$LINENO: result: no" >&5
42831 echo "${ECHO_T}no" >&6
42832 fi
42833
42834 fi
42835
42836 if test "x$GST_INSPECT" != "x"; then
42837 echo "$as_me:$LINENO: checking GStreamer element xvimagesink" >&5
42838 echo $ECHO_N "checking GStreamer element xvimagesink... $ECHO_C" >&6
42839 if $GST_INSPECT xvimagesink > /dev/null 2> /dev/null ; then
42840 echo "$as_me:$LINENO: result: found." >&5
42841 echo "${ECHO_T}found." >&6
42842
42843 else
42844 echo "$as_me:$LINENO: result: not found." >&5
42845 echo "${ECHO_T}not found." >&6
42846
42847 wxUSE_GSTREAMER="no"
42848 { echo "$as_me:$LINENO: WARNING: x video sink not found - cannot use GStreamer" >&5
42849 echo "$as_me: WARNING: x video sink not found - cannot use GStreamer" >&2;}
42850
42851 fi
42852 fi
42853
42854
42855 echo "$as_me:$LINENO: checking for gst/xoverlay/xoverlay.h" >&5
42856 echo $ECHO_N "checking for gst/xoverlay/xoverlay.h... $ECHO_C" >&6
42857 if test "${ac_cv_header_gst_xoverlay_xoverlay_h+set}" = set; then
42858 echo $ECHO_N "(cached) $ECHO_C" >&6
42859 else
42860 cat >conftest.$ac_ext <<_ACEOF
42861 /* confdefs.h. */
42862 _ACEOF
42863 cat confdefs.h >>conftest.$ac_ext
42864 cat >>conftest.$ac_ext <<_ACEOF
42865 /* end confdefs.h. */
42866 #include <gst/gst.h>
42867
42868 #include <gst/xoverlay/xoverlay.h>
42869 _ACEOF
42870 rm -f conftest.$ac_objext
42871 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42872 (eval $ac_compile) 2>conftest.er1
42873 ac_status=$?
42874 grep -v '^ *+' conftest.er1 >conftest.err
42875 rm -f conftest.er1
42876 cat conftest.err >&5
42877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42878 (exit $ac_status); } &&
42879 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42881 (eval $ac_try) 2>&5
42882 ac_status=$?
42883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42884 (exit $ac_status); }; } &&
42885 { ac_try='test -s conftest.$ac_objext'
42886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42887 (eval $ac_try) 2>&5
42888 ac_status=$?
42889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42890 (exit $ac_status); }; }; then
42891 ac_cv_header_gst_xoverlay_xoverlay_h=yes
42892 else
42893 echo "$as_me: failed program was:" >&5
42894 sed 's/^/| /' conftest.$ac_ext >&5
42895
42896 ac_cv_header_gst_xoverlay_xoverlay_h=no
42897 fi
42898 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
42899 fi
42900 echo "$as_me:$LINENO: result: $ac_cv_header_gst_xoverlay_xoverlay_h" >&5
42901 echo "${ECHO_T}$ac_cv_header_gst_xoverlay_xoverlay_h" >&6
42902 if test $ac_cv_header_gst_xoverlay_xoverlay_h = yes; then
42903 :
42904 else
42905
42906 wxUSE_GSTREAMER="no"
42907 { echo "$as_me:$LINENO: WARNING: xoverlay header not found, cannot use GStreamer" >&5
42908 echo "$as_me: WARNING: xoverlay header not found, cannot use GStreamer" >&2;}
42909
42910 fi
42911
42912
42913
42914 echo "$as_me:$LINENO: checking for gstplay 0.8" >&5
42915 echo $ECHO_N "checking for gstplay 0.8... $ECHO_C" >&6
42916
42917 ac_find_libraries=
42918 for ac_dir in $SEARCH_LIB;
42919 do
42920 for ac_extension in a so sl dylib dll.a; do
42921 if test -f "$ac_dir/libgstplay-0.8.$ac_extension"; then
42922 ac_find_libraries=$ac_dir
42923 break 2
42924 fi
42925 done
42926 done
42927
42928
42929 if test "$ac_find_libraries" = "" ; then
42930 echo "$as_me:$LINENO: result: no" >&5
42931 echo "${ECHO_T}no" >&6
42932 wxUSE_GSTREAMER="no"
42933 else
42934 echo "$as_me:$LINENO: result: yes" >&5
42935 echo "${ECHO_T}yes" >&6
42936 fi
42937
42938 if test "$wxUSE_GSTREAMER" = "yes"; then
42939 cat >>confdefs.h <<\_ACEOF
42940 #define wxUSE_GSTREAMER 1
42941 _ACEOF
42942
42943 echo "$as_me:$LINENO: result: GStreamer detection successful" >&5
42944 echo "${ECHO_T}GStreamer detection successful" >&6
42945 fi
42946 fi
42947 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
42948 cat >>confdefs.h <<\_ACEOF
42949 #define wxUSE_MEDIACTRL 1
42950 _ACEOF
42951
42952 fi
42953
42954
42955 if test "$cross_compiling" = "yes"; then
42956 OSINFO="\"$host\""
42957 else
42958 OSINFO=`uname -s -r -m`
42959 OSINFO="\"$OSINFO\""
42960 fi
42961
42962 cat >>confdefs.h <<_ACEOF
42963 #define WXWIN_OS_DESCRIPTION $OSINFO
42964 _ACEOF
42965
42966
42967
42968 if test "x$prefix" != "xNONE"; then
42969 wxPREFIX=$prefix
42970 else
42971 wxPREFIX=$ac_default_prefix
42972 fi
42973
42974 cat >>confdefs.h <<_ACEOF
42975 #define wxINSTALL_PREFIX "$wxPREFIX"
42976 _ACEOF
42977
42978
42979
42980
42981 CORE_BASE_LIBS="net base"
42982 CORE_GUI_LIBS="adv core"
42983
42984 if test "$wxUSE_XML" = "yes" ; then
42985 CORE_BASE_LIBS="xml $CORE_BASE_LIBS"
42986 fi
42987 if test "$wxUSE_ODBC" != "no" ; then
42988 CORE_BASE_LIBS="odbc $CORE_BASE_LIBS"
42989 CORE_GUI_LIBS="dbgrid $CORE_GUI_LIBS"
42990 fi
42991 if test "$wxUSE_HTML" = "yes" ; then
42992 CORE_GUI_LIBS="html $CORE_GUI_LIBS"
42993 fi
42994 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
42995 CORE_GUI_LIBS="qa $CORE_GUI_LIBS"
42996 fi
42997 if test "$wxUSE_XRC" = "yes" ; then
42998 CORE_GUI_LIBS="xrc $CORE_GUI_LIBS"
42999 fi
43000
43001 if test "$wxUSE_GUI" != "yes"; then
43002 CORE_GUI_LIBS=""
43003 fi
43004
43005
43006
43007
43008
43009
43010
43011
43012 if test "$wxUSE_MAC" = 1 ; then
43013 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
43014 if test "$USE_DARWIN" = 1; then
43015 LDFLAGS="$LDFLAGS -framework QuickTime"
43016 else
43017 LDFLAGS="$LDFLAGS -lQuickTimeLib"
43018 fi
43019 fi
43020 if test "$USE_DARWIN" = 1; then
43021 LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
43022 else
43023 LDFLAGS="$LDFLAGS -lCarbonLib"
43024 fi
43025 fi
43026 if test "$wxUSE_COCOA" = 1 ; then
43027 LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa"
43028 if test "$wxUSE_MEDIACTRL" = "yes"; then
43029 LDFLAGS="$LDFLAGS -framework QuickTime"
43030 fi
43031 fi
43032 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
43033 LDFLAGS="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
43034 fi
43035
43036
43037 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
43038
43039 have_cos=0
43040 have_floor=0
43041
43042 for ac_func in cos
43043 do
43044 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43045 echo "$as_me:$LINENO: checking for $ac_func" >&5
43046 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
43047 if eval "test \"\${$as_ac_var+set}\" = set"; then
43048 echo $ECHO_N "(cached) $ECHO_C" >&6
43049 else
43050 cat >conftest.$ac_ext <<_ACEOF
43051 /* confdefs.h. */
43052 _ACEOF
43053 cat confdefs.h >>conftest.$ac_ext
43054 cat >>conftest.$ac_ext <<_ACEOF
43055 /* end confdefs.h. */
43056 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43057 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43058 #define $ac_func innocuous_$ac_func
43059
43060 /* System header to define __stub macros and hopefully few prototypes,
43061 which can conflict with char $ac_func (); below.
43062 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43063 <limits.h> exists even on freestanding compilers. */
43064
43065 #ifdef __STDC__
43066 # include <limits.h>
43067 #else
43068 # include <assert.h>
43069 #endif
43070
43071 #undef $ac_func
43072
43073 /* Override any gcc2 internal prototype to avoid an error. */
43074 #ifdef __cplusplus
43075 extern "C"
43076 {
43077 #endif
43078 /* We use char because int might match the return type of a gcc2
43079 builtin and then its argument prototype would still apply. */
43080 char $ac_func ();
43081 /* The GNU C library defines this for functions which it implements
43082 to always fail with ENOSYS. Some functions are actually named
43083 something starting with __ and the normal name is an alias. */
43084 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
43085 choke me
43086 #else
43087 char (*f) () = $ac_func;
43088 #endif
43089 #ifdef __cplusplus
43090 }
43091 #endif
43092
43093 int
43094 main ()
43095 {
43096 return f != $ac_func;
43097 ;
43098 return 0;
43099 }
43100 _ACEOF
43101 rm -f conftest.$ac_objext conftest$ac_exeext
43102 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
43103 (eval $ac_link) 2>conftest.er1
43104 ac_status=$?
43105 grep -v '^ *+' conftest.er1 >conftest.err
43106 rm -f conftest.er1
43107 cat conftest.err >&5
43108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43109 (exit $ac_status); } &&
43110 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43112 (eval $ac_try) 2>&5
43113 ac_status=$?
43114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43115 (exit $ac_status); }; } &&
43116 { ac_try='test -s conftest$ac_exeext'
43117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43118 (eval $ac_try) 2>&5
43119 ac_status=$?
43120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43121 (exit $ac_status); }; }; then
43122 eval "$as_ac_var=yes"
43123 else
43124 echo "$as_me: failed program was:" >&5
43125 sed 's/^/| /' conftest.$ac_ext >&5
43126
43127 eval "$as_ac_var=no"
43128 fi
43129 rm -f conftest.err conftest.$ac_objext \
43130 conftest$ac_exeext conftest.$ac_ext
43131 fi
43132 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
43133 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
43134 if test `eval echo '${'$as_ac_var'}'` = yes; then
43135 cat >>confdefs.h <<_ACEOF
43136 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43137 _ACEOF
43138 have_cos=1
43139 fi
43140 done
43141
43142
43143 for ac_func in floor
43144 do
43145 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43146 echo "$as_me:$LINENO: checking for $ac_func" >&5
43147 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
43148 if eval "test \"\${$as_ac_var+set}\" = set"; then
43149 echo $ECHO_N "(cached) $ECHO_C" >&6
43150 else
43151 cat >conftest.$ac_ext <<_ACEOF
43152 /* confdefs.h. */
43153 _ACEOF
43154 cat confdefs.h >>conftest.$ac_ext
43155 cat >>conftest.$ac_ext <<_ACEOF
43156 /* end confdefs.h. */
43157 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43158 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43159 #define $ac_func innocuous_$ac_func
43160
43161 /* System header to define __stub macros and hopefully few prototypes,
43162 which can conflict with char $ac_func (); below.
43163 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43164 <limits.h> exists even on freestanding compilers. */
43165
43166 #ifdef __STDC__
43167 # include <limits.h>
43168 #else
43169 # include <assert.h>
43170 #endif
43171
43172 #undef $ac_func
43173
43174 /* Override any gcc2 internal prototype to avoid an error. */
43175 #ifdef __cplusplus
43176 extern "C"
43177 {
43178 #endif
43179 /* We use char because int might match the return type of a gcc2
43180 builtin and then its argument prototype would still apply. */
43181 char $ac_func ();
43182 /* The GNU C library defines this for functions which it implements
43183 to always fail with ENOSYS. Some functions are actually named
43184 something starting with __ and the normal name is an alias. */
43185 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
43186 choke me
43187 #else
43188 char (*f) () = $ac_func;
43189 #endif
43190 #ifdef __cplusplus
43191 }
43192 #endif
43193
43194 int
43195 main ()
43196 {
43197 return f != $ac_func;
43198 ;
43199 return 0;
43200 }
43201 _ACEOF
43202 rm -f conftest.$ac_objext conftest$ac_exeext
43203 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
43204 (eval $ac_link) 2>conftest.er1
43205 ac_status=$?
43206 grep -v '^ *+' conftest.er1 >conftest.err
43207 rm -f conftest.er1
43208 cat conftest.err >&5
43209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43210 (exit $ac_status); } &&
43211 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43213 (eval $ac_try) 2>&5
43214 ac_status=$?
43215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43216 (exit $ac_status); }; } &&
43217 { ac_try='test -s conftest$ac_exeext'
43218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43219 (eval $ac_try) 2>&5
43220 ac_status=$?
43221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43222 (exit $ac_status); }; }; then
43223 eval "$as_ac_var=yes"
43224 else
43225 echo "$as_me: failed program was:" >&5
43226 sed 's/^/| /' conftest.$ac_ext >&5
43227
43228 eval "$as_ac_var=no"
43229 fi
43230 rm -f conftest.err conftest.$ac_objext \
43231 conftest$ac_exeext conftest.$ac_ext
43232 fi
43233 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
43234 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
43235 if test `eval echo '${'$as_ac_var'}'` = yes; then
43236 cat >>confdefs.h <<_ACEOF
43237 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43238 _ACEOF
43239 have_floor=1
43240 fi
43241 done
43242
43243 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
43244 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
43245 if test "$have_cos" = 1 -a "$have_floor" = 1; then
43246 echo "$as_me:$LINENO: result: yes" >&5
43247 echo "${ECHO_T}yes" >&6
43248 else
43249 echo "$as_me:$LINENO: result: no" >&5
43250 echo "${ECHO_T}no" >&6
43251 LIBS="$LIBS -lm"
43252 # use different functions to avoid configure caching
43253 have_sin=0
43254 have_ceil=0
43255
43256 for ac_func in sin
43257 do
43258 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43259 echo "$as_me:$LINENO: checking for $ac_func" >&5
43260 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
43261 if eval "test \"\${$as_ac_var+set}\" = set"; then
43262 echo $ECHO_N "(cached) $ECHO_C" >&6
43263 else
43264 cat >conftest.$ac_ext <<_ACEOF
43265 /* confdefs.h. */
43266 _ACEOF
43267 cat confdefs.h >>conftest.$ac_ext
43268 cat >>conftest.$ac_ext <<_ACEOF
43269 /* end confdefs.h. */
43270 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43271 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43272 #define $ac_func innocuous_$ac_func
43273
43274 /* System header to define __stub macros and hopefully few prototypes,
43275 which can conflict with char $ac_func (); below.
43276 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43277 <limits.h> exists even on freestanding compilers. */
43278
43279 #ifdef __STDC__
43280 # include <limits.h>
43281 #else
43282 # include <assert.h>
43283 #endif
43284
43285 #undef $ac_func
43286
43287 /* Override any gcc2 internal prototype to avoid an error. */
43288 #ifdef __cplusplus
43289 extern "C"
43290 {
43291 #endif
43292 /* We use char because int might match the return type of a gcc2
43293 builtin and then its argument prototype would still apply. */
43294 char $ac_func ();
43295 /* The GNU C library defines this for functions which it implements
43296 to always fail with ENOSYS. Some functions are actually named
43297 something starting with __ and the normal name is an alias. */
43298 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
43299 choke me
43300 #else
43301 char (*f) () = $ac_func;
43302 #endif
43303 #ifdef __cplusplus
43304 }
43305 #endif
43306
43307 int
43308 main ()
43309 {
43310 return f != $ac_func;
43311 ;
43312 return 0;
43313 }
43314 _ACEOF
43315 rm -f conftest.$ac_objext conftest$ac_exeext
43316 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
43317 (eval $ac_link) 2>conftest.er1
43318 ac_status=$?
43319 grep -v '^ *+' conftest.er1 >conftest.err
43320 rm -f conftest.er1
43321 cat conftest.err >&5
43322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43323 (exit $ac_status); } &&
43324 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43326 (eval $ac_try) 2>&5
43327 ac_status=$?
43328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43329 (exit $ac_status); }; } &&
43330 { ac_try='test -s conftest$ac_exeext'
43331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43332 (eval $ac_try) 2>&5
43333 ac_status=$?
43334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43335 (exit $ac_status); }; }; then
43336 eval "$as_ac_var=yes"
43337 else
43338 echo "$as_me: failed program was:" >&5
43339 sed 's/^/| /' conftest.$ac_ext >&5
43340
43341 eval "$as_ac_var=no"
43342 fi
43343 rm -f conftest.err conftest.$ac_objext \
43344 conftest$ac_exeext conftest.$ac_ext
43345 fi
43346 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
43347 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
43348 if test `eval echo '${'$as_ac_var'}'` = yes; then
43349 cat >>confdefs.h <<_ACEOF
43350 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43351 _ACEOF
43352 have_sin=1
43353 fi
43354 done
43355
43356
43357 for ac_func in ceil
43358 do
43359 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43360 echo "$as_me:$LINENO: checking for $ac_func" >&5
43361 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
43362 if eval "test \"\${$as_ac_var+set}\" = set"; then
43363 echo $ECHO_N "(cached) $ECHO_C" >&6
43364 else
43365 cat >conftest.$ac_ext <<_ACEOF
43366 /* confdefs.h. */
43367 _ACEOF
43368 cat confdefs.h >>conftest.$ac_ext
43369 cat >>conftest.$ac_ext <<_ACEOF
43370 /* end confdefs.h. */
43371 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43372 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43373 #define $ac_func innocuous_$ac_func
43374
43375 /* System header to define __stub macros and hopefully few prototypes,
43376 which can conflict with char $ac_func (); below.
43377 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43378 <limits.h> exists even on freestanding compilers. */
43379
43380 #ifdef __STDC__
43381 # include <limits.h>
43382 #else
43383 # include <assert.h>
43384 #endif
43385
43386 #undef $ac_func
43387
43388 /* Override any gcc2 internal prototype to avoid an error. */
43389 #ifdef __cplusplus
43390 extern "C"
43391 {
43392 #endif
43393 /* We use char because int might match the return type of a gcc2
43394 builtin and then its argument prototype would still apply. */
43395 char $ac_func ();
43396 /* The GNU C library defines this for functions which it implements
43397 to always fail with ENOSYS. Some functions are actually named
43398 something starting with __ and the normal name is an alias. */
43399 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
43400 choke me
43401 #else
43402 char (*f) () = $ac_func;
43403 #endif
43404 #ifdef __cplusplus
43405 }
43406 #endif
43407
43408 int
43409 main ()
43410 {
43411 return f != $ac_func;
43412 ;
43413 return 0;
43414 }
43415 _ACEOF
43416 rm -f conftest.$ac_objext conftest$ac_exeext
43417 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
43418 (eval $ac_link) 2>conftest.er1
43419 ac_status=$?
43420 grep -v '^ *+' conftest.er1 >conftest.err
43421 rm -f conftest.er1
43422 cat conftest.err >&5
43423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43424 (exit $ac_status); } &&
43425 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43427 (eval $ac_try) 2>&5
43428 ac_status=$?
43429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43430 (exit $ac_status); }; } &&
43431 { ac_try='test -s conftest$ac_exeext'
43432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43433 (eval $ac_try) 2>&5
43434 ac_status=$?
43435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43436 (exit $ac_status); }; }; then
43437 eval "$as_ac_var=yes"
43438 else
43439 echo "$as_me: failed program was:" >&5
43440 sed 's/^/| /' conftest.$ac_ext >&5
43441
43442 eval "$as_ac_var=no"
43443 fi
43444 rm -f conftest.err conftest.$ac_objext \
43445 conftest$ac_exeext conftest.$ac_ext
43446 fi
43447 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
43448 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
43449 if test `eval echo '${'$as_ac_var'}'` = yes; then
43450 cat >>confdefs.h <<_ACEOF
43451 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43452 _ACEOF
43453 have_ceil=1
43454 fi
43455 done
43456
43457 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
43458 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
43459 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
43460 echo "$as_me:$LINENO: result: yes" >&5
43461 echo "${ECHO_T}yes" >&6
43462 else
43463 echo "$as_me:$LINENO: result: no" >&5
43464 echo "${ECHO_T}no" >&6
43465 # not sure we should warn the user, crash, etc.
43466 fi
43467 fi
43468
43469 if test "$wxUSE_GUI" = "yes"; then
43470
43471
43472 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
43473 dynamic erase event exec font image minimal mobile \
43474 mobile/wxedit mobile/styles propsize render \
43475 richedit rotate shaped vscroll widgets"
43476
43477 if test "$wxUSE_MONOLITHIC" != "yes"; then
43478 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
43479 fi
43480 if test "$TOOLKIT" = "MSW"; then
43481 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
43482 if test "$wxUSE_UNIVERSAL" != "yes"; then
43483 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
43484 fi
43485 fi
43486 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
43487 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
43488 fi
43489 else
43490 SAMPLES_SUBDIRS="console"
43491 fi
43492
43493
43494 INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
43495 -I\${top_srcdir}/include $TOOLKIT_INCLUDE"
43496
43497 if test "x$INTELCC" = "xyes" ; then
43498 CWARNINGS="-Wall -wd810,869,981,1418,1572,1684"
43499 elif test "$GCC" = yes ; then
43500 CWARNINGS="-Wall -Wundef"
43501 fi
43502
43503 if test "x$INTELCXX" = "xyes" ; then
43504 CXXWARNINGS="-Wall -wd279,383,444,810,869,981,1418,1419"
43505 elif test "$GXX" = yes ; then
43506 CXXWARNINGS="-Wall -Wundef -Wno-ctor-dtor-privacy"
43507
43508 case "${host}" in
43509 *-*-cygwin* | *-*-mingw32* )
43510 CXXWARNINGS="$CXXWARNINGS -Wno-format"
43511 esac
43512 fi
43513
43514 EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
43515
43516 CPPFLAGS=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS`
43517 CFLAGS=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CWARNINGS`
43518 CXXFLAGS=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS`
43519
43520 if test "x$MWCC" = "xyes"; then
43521
43522 CC="$CC -cwd source -I-"
43523 CXX="$CXX -cwd source -I-"
43524 fi
43525
43526
43527 LIBS=`echo $LIBS`
43528 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
43529 EXTRALIBS_XML="$EXPAT_LINK"
43530 EXTRALIBS_HTML="$MSPACK_LINK"
43531 EXTRALIBS_ODBC="$ODBC_LINK"
43532 if test "$wxUSE_GUI" = "yes"; then
43533 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_GNOMEPRINT`
43534 fi
43535 if test "$wxUSE_OPENGL" = "yes"; then
43536 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
43537 fi
43538
43539 LDFLAGS="$LDFLAGS $PROFILE"
43540
43541 if test "$wxUSE_GTK" = 1; then
43542 WXCONFIG_INCLUDE=
43543 else
43544 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
43545 fi
43546
43547 WXCONFIG_EXTRALIBS="$LIBS"
43548
43549 if test "$wxUSE_REGEX" = "builtin" ; then
43550 wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
43551 fi
43552 if test "$wxUSE_EXPAT" = "builtin" ; then
43553 wxconfig_3rdparty="expat $wxconfig_3rdparty"
43554 fi
43555 if test "$wxUSE_ODBC" = "builtin" ; then
43556 wxconfig_3rdparty="odbc $wxconfig_3rdparty"
43557 fi
43558 if test "$wxUSE_LIBTIFF" = "builtin" ; then
43559 wxconfig_3rdparty="tiff $wxconfig_3rdparty"
43560 fi
43561 if test "$wxUSE_LIBJPEG" = "builtin" ; then
43562 wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
43563 fi
43564 if test "$wxUSE_LIBPNG" = "builtin" ; then
43565 wxconfig_3rdparty="png $wxconfig_3rdparty"
43566 fi
43567 if test "$wxUSE_ZLIB" = "builtin" ; then
43568 wxconfig_3rdparty="zlib $wxconfig_3rdparty"
43569 fi
43570
43571 for i in $wxconfig_3rdparty ; do
43572 WXCONFIG_EXTRALIBS="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_EXTRALIBS"
43573 done
43574
43575
43576 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
43577 WXUNIV=1
43578 else
43579 WXUNIV=0
43580 fi
43581
43582
43583
43584
43585
43586
43587
43588
43589
43590 if test $wxUSE_MONOLITHIC = "yes" ; then
43591 MONOLITHIC=1
43592 else
43593 MONOLITHIC=0
43594 fi
43595
43596 if test $wxUSE_PLUGINS = "yes" ; then
43597 USE_PLUGINS=1
43598 else
43599 USE_PLUGINS=0
43600 fi
43601
43602 if test $wxUSE_ODBC != "no" ; then
43603 USE_ODBC=1
43604 else
43605 USE_ODBC=0
43606 fi
43607
43608 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
43609 USE_QA=1
43610 else
43611 USE_QA=0
43612 fi
43613
43614 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
43615 OFFICIAL_BUILD=1
43616 else
43617 OFFICIAL_BUILD=0
43618 fi
43619
43620
43621
43622
43623
43624
43625
43626
43627
43628
43629
43630
43631
43632
43633
43634
43635
43636
43637
43638
43639
43640
43641
43642 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
43643
43644
43645
43646
43647
43648
43649
43650
43651 case "$TOOLKIT" in
43652 GTK)
43653 TOOLKIT_USER="GTK+"
43654 if test "$WXGTK20" = 1; then
43655 TOOLKIT_USER="$TOOLKIT_USER 2"
43656 fi
43657 ;;
43658
43659 *)
43660 TOOLKIT_USER=$TOOLKIT_LOWERCASE
43661 ;;
43662 esac
43663
43664 if test "$wxUSE_WINE" = "yes"; then
43665 BAKEFILE_FORCE_PLATFORM=win32
43666 fi
43667
43668
43669
43670
43671 if test "x$BAKEFILE_HOST" = "x"; then
43672 BAKEFILE_HOST="${host}"
43673 fi
43674
43675 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
43676
43677 if test -n "$ac_tool_prefix"; then
43678 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
43679 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
43680 echo "$as_me:$LINENO: checking for $ac_word" >&5
43681 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43682 if test "${ac_cv_prog_RANLIB+set}" = set; then
43683 echo $ECHO_N "(cached) $ECHO_C" >&6
43684 else
43685 if test -n "$RANLIB"; then
43686 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
43687 else
43688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43689 for as_dir in $PATH
43690 do
43691 IFS=$as_save_IFS
43692 test -z "$as_dir" && as_dir=.
43693 for ac_exec_ext in '' $ac_executable_extensions; do
43694 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43695 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
43696 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43697 break 2
43698 fi
43699 done
43700 done
43701
43702 fi
43703 fi
43704 RANLIB=$ac_cv_prog_RANLIB
43705 if test -n "$RANLIB"; then
43706 echo "$as_me:$LINENO: result: $RANLIB" >&5
43707 echo "${ECHO_T}$RANLIB" >&6
43708 else
43709 echo "$as_me:$LINENO: result: no" >&5
43710 echo "${ECHO_T}no" >&6
43711 fi
43712
43713 fi
43714 if test -z "$ac_cv_prog_RANLIB"; then
43715 ac_ct_RANLIB=$RANLIB
43716 # Extract the first word of "ranlib", so it can be a program name with args.
43717 set dummy ranlib; ac_word=$2
43718 echo "$as_me:$LINENO: checking for $ac_word" >&5
43719 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43720 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
43721 echo $ECHO_N "(cached) $ECHO_C" >&6
43722 else
43723 if test -n "$ac_ct_RANLIB"; then
43724 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
43725 else
43726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43727 for as_dir in $PATH
43728 do
43729 IFS=$as_save_IFS
43730 test -z "$as_dir" && as_dir=.
43731 for ac_exec_ext in '' $ac_executable_extensions; do
43732 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43733 ac_cv_prog_ac_ct_RANLIB="ranlib"
43734 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43735 break 2
43736 fi
43737 done
43738 done
43739
43740 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
43741 fi
43742 fi
43743 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
43744 if test -n "$ac_ct_RANLIB"; then
43745 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
43746 echo "${ECHO_T}$ac_ct_RANLIB" >&6
43747 else
43748 echo "$as_me:$LINENO: result: no" >&5
43749 echo "${ECHO_T}no" >&6
43750 fi
43751
43752 RANLIB=$ac_ct_RANLIB
43753 else
43754 RANLIB="$ac_cv_prog_RANLIB"
43755 fi
43756
43757 # Find a good install program. We prefer a C program (faster),
43758 # so one script is as good as another. But avoid the broken or
43759 # incompatible versions:
43760 # SysV /etc/install, /usr/sbin/install
43761 # SunOS /usr/etc/install
43762 # IRIX /sbin/install
43763 # AIX /bin/install
43764 # AmigaOS /C/install, which installs bootblocks on floppy discs
43765 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
43766 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
43767 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
43768 # OS/2's system install, which has a completely different semantic
43769 # ./install, which can be erroneously created by make from ./install.sh.
43770 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
43771 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
43772 if test -z "$INSTALL"; then
43773 if test "${ac_cv_path_install+set}" = set; then
43774 echo $ECHO_N "(cached) $ECHO_C" >&6
43775 else
43776 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43777 for as_dir in $PATH
43778 do
43779 IFS=$as_save_IFS
43780 test -z "$as_dir" && as_dir=.
43781 # Account for people who put trailing slashes in PATH elements.
43782 case $as_dir/ in
43783 ./ | .// | /cC/* | \
43784 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
43785 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
43786 /usr/ucb/* ) ;;
43787 *)
43788 # OSF1 and SCO ODT 3.0 have their own names for install.
43789 # Don't use installbsd from OSF since it installs stuff as root
43790 # by default.
43791 for ac_prog in ginstall scoinst install; do
43792 for ac_exec_ext in '' $ac_executable_extensions; do
43793 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
43794 if test $ac_prog = install &&
43795 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
43796 # AIX install. It has an incompatible calling convention.
43797 :
43798 elif test $ac_prog = install &&
43799 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
43800 # program-specific install script used by HP pwplus--don't use.
43801 :
43802 else
43803 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
43804 break 3
43805 fi
43806 fi
43807 done
43808 done
43809 ;;
43810 esac
43811 done
43812
43813
43814 fi
43815 if test "${ac_cv_path_install+set}" = set; then
43816 INSTALL=$ac_cv_path_install
43817 else
43818 # As a last resort, use the slow shell script. We don't cache a
43819 # path for INSTALL within a source directory, because that will
43820 # break other packages using the cache if that directory is
43821 # removed, or if the path is relative.
43822 INSTALL=$ac_install_sh
43823 fi
43824 fi
43825 echo "$as_me:$LINENO: result: $INSTALL" >&5
43826 echo "${ECHO_T}$INSTALL" >&6
43827
43828 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
43829 # It thinks the first close brace ends the variable substitution.
43830 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
43831
43832 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
43833
43834 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
43835
43836 echo "$as_me:$LINENO: checking whether ln -s works" >&5
43837 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
43838 LN_S=$as_ln_s
43839 if test "$LN_S" = "ln -s"; then
43840 echo "$as_me:$LINENO: result: yes" >&5
43841 echo "${ECHO_T}yes" >&6
43842 else
43843 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
43844 echo "${ECHO_T}no, using $LN_S" >&6
43845 fi
43846
43847
43848 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
43849 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
43850 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
43851 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
43852 echo $ECHO_N "(cached) $ECHO_C" >&6
43853 else
43854 cat >conftest.make <<\_ACEOF
43855 all:
43856 @echo 'ac_maketemp="$(MAKE)"'
43857 _ACEOF
43858 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
43859 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
43860 if test -n "$ac_maketemp"; then
43861 eval ac_cv_prog_make_${ac_make}_set=yes
43862 else
43863 eval ac_cv_prog_make_${ac_make}_set=no
43864 fi
43865 rm -f conftest.make
43866 fi
43867 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
43868 echo "$as_me:$LINENO: result: yes" >&5
43869 echo "${ECHO_T}yes" >&6
43870 SET_MAKE=
43871 else
43872 echo "$as_me:$LINENO: result: no" >&5
43873 echo "${ECHO_T}no" >&6
43874 SET_MAKE="MAKE=${MAKE-make}"
43875 fi
43876
43877
43878
43879 if test -n "$ac_tool_prefix"; then
43880 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
43881 set dummy ${ac_tool_prefix}ar; ac_word=$2
43882 echo "$as_me:$LINENO: checking for $ac_word" >&5
43883 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43884 if test "${ac_cv_prog_AR+set}" = set; then
43885 echo $ECHO_N "(cached) $ECHO_C" >&6
43886 else
43887 if test -n "$AR"; then
43888 ac_cv_prog_AR="$AR" # Let the user override the test.
43889 else
43890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43891 for as_dir in $PATH
43892 do
43893 IFS=$as_save_IFS
43894 test -z "$as_dir" && as_dir=.
43895 for ac_exec_ext in '' $ac_executable_extensions; do
43896 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43897 ac_cv_prog_AR="${ac_tool_prefix}ar"
43898 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43899 break 2
43900 fi
43901 done
43902 done
43903
43904 fi
43905 fi
43906 AR=$ac_cv_prog_AR
43907 if test -n "$AR"; then
43908 echo "$as_me:$LINENO: result: $AR" >&5
43909 echo "${ECHO_T}$AR" >&6
43910 else
43911 echo "$as_me:$LINENO: result: no" >&5
43912 echo "${ECHO_T}no" >&6
43913 fi
43914
43915 fi
43916 if test -z "$ac_cv_prog_AR"; then
43917 ac_ct_AR=$AR
43918 # Extract the first word of "ar", so it can be a program name with args.
43919 set dummy ar; ac_word=$2
43920 echo "$as_me:$LINENO: checking for $ac_word" >&5
43921 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43922 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
43923 echo $ECHO_N "(cached) $ECHO_C" >&6
43924 else
43925 if test -n "$ac_ct_AR"; then
43926 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
43927 else
43928 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43929 for as_dir in $PATH
43930 do
43931 IFS=$as_save_IFS
43932 test -z "$as_dir" && as_dir=.
43933 for ac_exec_ext in '' $ac_executable_extensions; do
43934 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43935 ac_cv_prog_ac_ct_AR="ar"
43936 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43937 break 2
43938 fi
43939 done
43940 done
43941
43942 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
43943 fi
43944 fi
43945 ac_ct_AR=$ac_cv_prog_ac_ct_AR
43946 if test -n "$ac_ct_AR"; then
43947 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
43948 echo "${ECHO_T}$ac_ct_AR" >&6
43949 else
43950 echo "$as_me:$LINENO: result: no" >&5
43951 echo "${ECHO_T}no" >&6
43952 fi
43953
43954 AR=$ac_ct_AR
43955 else
43956 AR="$ac_cv_prog_AR"
43957 fi
43958
43959 if test -n "$ac_tool_prefix"; then
43960 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
43961 set dummy ${ac_tool_prefix}strip; ac_word=$2
43962 echo "$as_me:$LINENO: checking for $ac_word" >&5
43963 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43964 if test "${ac_cv_prog_STRIP+set}" = set; then
43965 echo $ECHO_N "(cached) $ECHO_C" >&6
43966 else
43967 if test -n "$STRIP"; then
43968 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
43969 else
43970 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43971 for as_dir in $PATH
43972 do
43973 IFS=$as_save_IFS
43974 test -z "$as_dir" && as_dir=.
43975 for ac_exec_ext in '' $ac_executable_extensions; do
43976 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43977 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
43978 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43979 break 2
43980 fi
43981 done
43982 done
43983
43984 fi
43985 fi
43986 STRIP=$ac_cv_prog_STRIP
43987 if test -n "$STRIP"; then
43988 echo "$as_me:$LINENO: result: $STRIP" >&5
43989 echo "${ECHO_T}$STRIP" >&6
43990 else
43991 echo "$as_me:$LINENO: result: no" >&5
43992 echo "${ECHO_T}no" >&6
43993 fi
43994
43995 fi
43996 if test -z "$ac_cv_prog_STRIP"; then
43997 ac_ct_STRIP=$STRIP
43998 # Extract the first word of "strip", so it can be a program name with args.
43999 set dummy strip; ac_word=$2
44000 echo "$as_me:$LINENO: checking for $ac_word" >&5
44001 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44002 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
44003 echo $ECHO_N "(cached) $ECHO_C" >&6
44004 else
44005 if test -n "$ac_ct_STRIP"; then
44006 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
44007 else
44008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44009 for as_dir in $PATH
44010 do
44011 IFS=$as_save_IFS
44012 test -z "$as_dir" && as_dir=.
44013 for ac_exec_ext in '' $ac_executable_extensions; do
44014 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44015 ac_cv_prog_ac_ct_STRIP="strip"
44016 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44017 break 2
44018 fi
44019 done
44020 done
44021
44022 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
44023 fi
44024 fi
44025 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
44026 if test -n "$ac_ct_STRIP"; then
44027 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
44028 echo "${ECHO_T}$ac_ct_STRIP" >&6
44029 else
44030 echo "$as_me:$LINENO: result: no" >&5
44031 echo "${ECHO_T}no" >&6
44032 fi
44033
44034 STRIP=$ac_ct_STRIP
44035 else
44036 STRIP="$ac_cv_prog_STRIP"
44037 fi
44038
44039 if test -n "$ac_tool_prefix"; then
44040 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
44041 set dummy ${ac_tool_prefix}nm; ac_word=$2
44042 echo "$as_me:$LINENO: checking for $ac_word" >&5
44043 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44044 if test "${ac_cv_prog_NM+set}" = set; then
44045 echo $ECHO_N "(cached) $ECHO_C" >&6
44046 else
44047 if test -n "$NM"; then
44048 ac_cv_prog_NM="$NM" # Let the user override the test.
44049 else
44050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44051 for as_dir in $PATH
44052 do
44053 IFS=$as_save_IFS
44054 test -z "$as_dir" && as_dir=.
44055 for ac_exec_ext in '' $ac_executable_extensions; do
44056 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44057 ac_cv_prog_NM="${ac_tool_prefix}nm"
44058 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44059 break 2
44060 fi
44061 done
44062 done
44063
44064 fi
44065 fi
44066 NM=$ac_cv_prog_NM
44067 if test -n "$NM"; then
44068 echo "$as_me:$LINENO: result: $NM" >&5
44069 echo "${ECHO_T}$NM" >&6
44070 else
44071 echo "$as_me:$LINENO: result: no" >&5
44072 echo "${ECHO_T}no" >&6
44073 fi
44074
44075 fi
44076 if test -z "$ac_cv_prog_NM"; then
44077 ac_ct_NM=$NM
44078 # Extract the first word of "nm", so it can be a program name with args.
44079 set dummy nm; ac_word=$2
44080 echo "$as_me:$LINENO: checking for $ac_word" >&5
44081 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44082 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
44083 echo $ECHO_N "(cached) $ECHO_C" >&6
44084 else
44085 if test -n "$ac_ct_NM"; then
44086 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
44087 else
44088 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44089 for as_dir in $PATH
44090 do
44091 IFS=$as_save_IFS
44092 test -z "$as_dir" && as_dir=.
44093 for ac_exec_ext in '' $ac_executable_extensions; do
44094 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44095 ac_cv_prog_ac_ct_NM="nm"
44096 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44097 break 2
44098 fi
44099 done
44100 done
44101
44102 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM=":"
44103 fi
44104 fi
44105 ac_ct_NM=$ac_cv_prog_ac_ct_NM
44106 if test -n "$ac_ct_NM"; then
44107 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
44108 echo "${ECHO_T}$ac_ct_NM" >&6
44109 else
44110 echo "$as_me:$LINENO: result: no" >&5
44111 echo "${ECHO_T}no" >&6
44112 fi
44113
44114 NM=$ac_ct_NM
44115 else
44116 NM="$ac_cv_prog_NM"
44117 fi
44118
44119
44120 case ${BAKEFILE_HOST} in
44121 *-hp-hpux* )
44122 INSTALL_DIR="mkdir -p"
44123 ;;
44124 *) INSTALL_DIR="$INSTALL -d"
44125 ;;
44126 esac
44127
44128
44129 LDFLAGS_GUI=
44130 case ${BAKEFILE_HOST} in
44131 *-*-cygwin* | *-*-mingw32* )
44132 LDFLAGS_GUI="-mwindows"
44133 esac
44134
44135
44136 fi
44137
44138 echo "$as_me:$LINENO: checking if make is GNU make" >&5
44139 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
44140 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
44141 echo $ECHO_N "(cached) $ECHO_C" >&6
44142 else
44143
44144 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
44145 egrep -s GNU > /dev/null); then
44146 bakefile_cv_prog_makeisgnu="yes"
44147 else
44148 bakefile_cv_prog_makeisgnu="no"
44149 fi
44150
44151 fi
44152 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
44153 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
44154
44155 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
44156 IF_GNU_MAKE=""
44157 else
44158 IF_GNU_MAKE="#"
44159 fi
44160
44161
44162
44163 PLATFORM_UNIX=0
44164 PLATFORM_WIN32=0
44165 PLATFORM_MSDOS=0
44166 PLATFORM_MAC=0
44167 PLATFORM_MACOS=0
44168 PLATFORM_MACOSX=0
44169 PLATFORM_OS2=0
44170 PLATFORM_BEOS=0
44171
44172 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
44173 case "${BAKEFILE_HOST}" in
44174 *-*-mingw32* )
44175 PLATFORM_WIN32=1
44176 ;;
44177 *-pc-msdosdjgpp )
44178 PLATFORM_MSDOS=1
44179 ;;
44180 *-pc-os2_emx | *-pc-os2-emx )
44181 PLATFORM_OS2=1
44182 ;;
44183 *-*-darwin* )
44184 PLATFORM_MAC=1
44185 PLATFORM_MACOSX=1
44186 ;;
44187 *-*-beos* )
44188 PLATFORM_BEOS=1
44189 ;;
44190 powerpc-apple-macos* )
44191 PLATFORM_MAC=1
44192 PLATFORM_MACOS=1
44193 ;;
44194 * )
44195 PLATFORM_UNIX=1
44196 ;;
44197 esac
44198 else
44199 case "$BAKEFILE_FORCE_PLATFORM" in
44200 win32 )
44201 PLATFORM_WIN32=1
44202 ;;
44203 msdos )
44204 PLATFORM_MSDOS=1
44205 ;;
44206 os2 )
44207 PLATFORM_OS2=1
44208 ;;
44209 darwin )
44210 PLATFORM_MAC=1
44211 PLATFORM_MACOSX=1
44212 ;;
44213 unix )
44214 PLATFORM_UNIX=1
44215 ;;
44216 beos )
44217 PLATFORM_BEOS=1
44218 ;;
44219 * )
44220 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
44221 echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
44222 { (exit 1); exit 1; }; }
44223 ;;
44224 esac
44225 fi
44226
44227
44228
44229
44230
44231
44232
44233
44234
44235
44236
44237 # Check whether --enable-omf or --disable-omf was given.
44238 if test "${enable_omf+set}" = set; then
44239 enableval="$enable_omf"
44240 bk_os2_use_omf="$enableval"
44241 fi;
44242
44243 case "${BAKEFILE_HOST}" in
44244 *-*-darwin* )
44245 if test "x$GCC" = "xyes"; then
44246 CFLAGS="$CFLAGS -fno-common"
44247 CXXFLAGS="$CXXFLAGS -fno-common"
44248 fi
44249 if test "x$XLCC" = "xyes"; then
44250 CFLAGS="$CFLAGS -qnocommon"
44251 CXXFLAGS="$CXXFLAGS -qnocommon"
44252 fi
44253 ;;
44254
44255 *-pc-os2_emx | *-pc-os2-emx )
44256 if test "x$bk_os2_use_omf" = "xyes" ; then
44257 AR=emxomfar
44258 RANLIB=:
44259 LDFLAGS="-Zomf $LDFLAGS"
44260 CFLAGS="-Zomf $CFLAGS"
44261 CXXFLAGS="-Zomf $CXXFLAGS"
44262 OS2_LIBEXT="lib"
44263 else
44264 OS2_LIBEXT="a"
44265 fi
44266 ;;
44267
44268 i*86-*-beos* )
44269 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
44270 ;;
44271 esac
44272
44273
44274 SO_SUFFIX="so"
44275 SO_SUFFIX_MODULE="so"
44276 EXEEXT=""
44277 LIBPREFIX="lib"
44278 LIBEXT=".a"
44279 DLLPREFIX="lib"
44280 DLLPREFIX_MODULE=""
44281 DLLIMP_SUFFIX=""
44282 dlldir="$libdir"
44283
44284 case "${BAKEFILE_HOST}" in
44285 *-hp-hpux* )
44286 SO_SUFFIX="sl"
44287 SO_SUFFIX_MODULE="sl"
44288 ;;
44289 *-*-aix* )
44290 SO_SUFFIX="a"
44291 SO_SUFFIX_MODULE="a"
44292 ;;
44293 *-*-cygwin* )
44294 SO_SUFFIX="dll"
44295 SO_SUFFIX_MODULE="dll"
44296 DLLIMP_SUFFIX="dll.a"
44297 EXEEXT=".exe"
44298 DLLPREFIX="cyg"
44299 dlldir="$bindir"
44300 ;;
44301 *-*-mingw32* )
44302 SO_SUFFIX="dll"
44303 SO_SUFFIX_MODULE="dll"
44304 DLLIMP_SUFFIX="dll.a"
44305 EXEEXT=".exe"
44306 DLLPREFIX=""
44307 dlldir="$bindir"
44308 ;;
44309 *-pc-msdosdjgpp )
44310 EXEEXT=".exe"
44311 DLLPREFIX=""
44312 dlldir="$bindir"
44313 ;;
44314 *-pc-os2_emx | *-pc-os2-emx )
44315 SO_SUFFIX="dll"
44316 SO_SUFFIX_MODULE="dll"
44317 DLLIMP_SUFFIX=$OS2_LIBEXT
44318 EXEEXT=".exe"
44319 DLLPREFIX=""
44320 LIBPREFIX=""
44321 LIBEXT=".$OS2_LIBEXT"
44322 dlldir="$bindir"
44323 ;;
44324 *-*-darwin* )
44325 SO_SUFFIX="dylib"
44326 SO_SUFFIX_MODULE="bundle"
44327 ;;
44328 esac
44329
44330 if test "x$DLLIMP_SUFFIX" = "x" ; then
44331 DLLIMP_SUFFIX="$SO_SUFFIX"
44332 fi
44333
44334
44335
44336
44337
44338
44339
44340
44341
44342
44343
44344
44345 PIC_FLAG=""
44346 if test "x$GCC" = "xyes"; then
44347 PIC_FLAG="-fPIC"
44348 fi
44349
44350 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
44351 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
44352 WINDOWS_IMPLIB=0
44353
44354 case "${BAKEFILE_HOST}" in
44355 *-hp-hpux* )
44356 if test "x$GCC" != "xyes"; then
44357 LDFLAGS="$LDFLAGS -L/usr/lib"
44358
44359 SHARED_LD_CC="${CC} -b -o"
44360 SHARED_LD_CXX="${CXX} -b -o"
44361 PIC_FLAG="+Z"
44362 fi
44363 ;;
44364
44365 *-*-linux* )
44366 if test "x$GCC" != "xyes"; then
44367 echo "$as_me:$LINENO: checking for Intel compiler" >&5
44368 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
44369 if test "${bakefile_cv_prog_icc+set}" = set; then
44370 echo $ECHO_N "(cached) $ECHO_C" >&6
44371 else
44372
44373 cat >conftest.$ac_ext <<_ACEOF
44374 /* confdefs.h. */
44375 _ACEOF
44376 cat confdefs.h >>conftest.$ac_ext
44377 cat >>conftest.$ac_ext <<_ACEOF
44378 /* end confdefs.h. */
44379
44380 int
44381 main ()
44382 {
44383
44384 #ifndef __INTEL_COMPILER
44385 #error Not icc
44386 #endif
44387
44388 ;
44389 return 0;
44390 }
44391 _ACEOF
44392 rm -f conftest.$ac_objext
44393 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44394 (eval $ac_compile) 2>conftest.er1
44395 ac_status=$?
44396 grep -v '^ *+' conftest.er1 >conftest.err
44397 rm -f conftest.er1
44398 cat conftest.err >&5
44399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44400 (exit $ac_status); } &&
44401 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44403 (eval $ac_try) 2>&5
44404 ac_status=$?
44405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44406 (exit $ac_status); }; } &&
44407 { ac_try='test -s conftest.$ac_objext'
44408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44409 (eval $ac_try) 2>&5
44410 ac_status=$?
44411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44412 (exit $ac_status); }; }; then
44413 bakefile_cv_prog_icc=yes
44414 else
44415 echo "$as_me: failed program was:" >&5
44416 sed 's/^/| /' conftest.$ac_ext >&5
44417
44418 bakefile_cv_prog_icc=no
44419
44420 fi
44421 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
44422
44423 fi
44424 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
44425 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
44426 if test "$bakefile_cv_prog_icc" = "yes"; then
44427 PIC_FLAG="-KPIC"
44428 fi
44429 fi
44430 ;;
44431
44432 *-*-solaris2* )
44433 if test "x$GCC" != xyes ; then
44434 SHARED_LD_CC="${CC} -G -o"
44435 SHARED_LD_CXX="${CXX} -G -o"
44436 PIC_FLAG="-KPIC"
44437 fi
44438 ;;
44439
44440 *-*-darwin* )
44441
44442 D='$'
44443 cat <<EOF >shared-ld-sh
44444 #!/bin/sh
44445 #-----------------------------------------------------------------------------
44446 #-- Name: distrib/mac/shared-ld-sh
44447 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
44448 #-- Author: Gilles Depeyrot
44449 #-- Copyright: (c) 2002 Gilles Depeyrot
44450 #-- Licence: any use permitted
44451 #-----------------------------------------------------------------------------
44452
44453 verbose=0
44454 args=""
44455 objects=""
44456 linking_flag="-dynamiclib"
44457 ldargs="-r -keep_private_externs -nostdlib"
44458
44459 while test ${D}# -gt 0; do
44460 case ${D}1 in
44461
44462 -v)
44463 verbose=1
44464 ;;
44465
44466 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
44467 # collect these options and values
44468 args="${D}{args} ${D}1 ${D}2"
44469 shift
44470 ;;
44471
44472 -s|-Wl,*)
44473 # collect these load args
44474 ldargs="${D}{ldargs} ${D}1"
44475 ;;
44476
44477 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
44478 # collect these options
44479 args="${D}{args} ${D}1"
44480 ;;
44481
44482 -dynamiclib|-bundle)
44483 linking_flag="${D}1"
44484 ;;
44485
44486 -*)
44487 echo "shared-ld: unhandled option '${D}1'"
44488 exit 1
44489 ;;
44490
44491 *.o | *.a | *.dylib)
44492 # collect object files
44493 objects="${D}{objects} ${D}1"
44494 ;;
44495
44496 *)
44497 echo "shared-ld: unhandled argument '${D}1'"
44498 exit 1
44499 ;;
44500
44501 esac
44502 shift
44503 done
44504
44505 status=0
44506
44507 #
44508 # Link one module containing all the others
44509 #
44510 if test ${D}{verbose} = 1; then
44511 echo "c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
44512 fi
44513 c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
44514 status=${D}?
44515
44516 #
44517 # Link the shared library from the single module created, but only if the
44518 # previous command didn't fail:
44519 #
44520 if test ${D}{status} = 0; then
44521 if test ${D}{verbose} = 1; then
44522 echo "c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
44523 fi
44524 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
44525 status=${D}?
44526 fi
44527
44528 #
44529 # Remove intermediate module
44530 #
44531 rm -f master.${D}${D}.o
44532
44533 exit ${D}status
44534 EOF
44535
44536 chmod +x shared-ld-sh
44537
44538 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
44539 SHARED_LD_MODULE_CXX="$SHARED_LD_MODULE_CC"
44540
44541
44542 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
44543 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
44544 if test "${bakefile_cv_gcc31+set}" = set; then
44545 echo $ECHO_N "(cached) $ECHO_C" >&6
44546 else
44547
44548 cat >conftest.$ac_ext <<_ACEOF
44549 /* confdefs.h. */
44550 _ACEOF
44551 cat confdefs.h >>conftest.$ac_ext
44552 cat >>conftest.$ac_ext <<_ACEOF
44553 /* end confdefs.h. */
44554
44555 int
44556 main ()
44557 {
44558
44559 #if (__GNUC__ < 3) || \
44560 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
44561 #error old gcc
44562 #endif
44563
44564 ;
44565 return 0;
44566 }
44567 _ACEOF
44568 rm -f conftest.$ac_objext
44569 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44570 (eval $ac_compile) 2>conftest.er1
44571 ac_status=$?
44572 grep -v '^ *+' conftest.er1 >conftest.err
44573 rm -f conftest.er1
44574 cat conftest.err >&5
44575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44576 (exit $ac_status); } &&
44577 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44579 (eval $ac_try) 2>&5
44580 ac_status=$?
44581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44582 (exit $ac_status); }; } &&
44583 { ac_try='test -s conftest.$ac_objext'
44584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44585 (eval $ac_try) 2>&5
44586 ac_status=$?
44587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44588 (exit $ac_status); }; }; then
44589
44590 bakefile_cv_gcc31=yes
44591
44592 else
44593 echo "$as_me: failed program was:" >&5
44594 sed 's/^/| /' conftest.$ac_ext >&5
44595
44596
44597 bakefile_cv_gcc31=no
44598
44599
44600 fi
44601 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
44602
44603 fi
44604 echo "$as_me:$LINENO: result: $bakefile_cv_gcc31" >&5
44605 echo "${ECHO_T}$bakefile_cv_gcc31" >&6
44606 if test "$bakefile_cv_gcc31" = "no"; then
44607 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
44608 SHARED_LD_CXX="$SHARED_LD_CC"
44609 else
44610 SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
44611 SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
44612 fi
44613
44614 if test "x$GCC" == "xyes"; then
44615 PIC_FLAG="-dynamic -fPIC"
44616 fi
44617 if test "x$XLCC" = "xyes"; then
44618 PIC_FLAG="-dynamic -DPIC"
44619 fi
44620 ;;
44621
44622 *-*-aix* )
44623 if test "x$GCC" = "xyes"; then
44624 PIC_FLAG=""
44625
44626 case "${BAKEFILE_HOST}" in
44627 *-*-aix5* )
44628 LD_EXPFULL="-Wl,-bexpfull"
44629 ;;
44630 esac
44631
44632 SHARED_LD_CC="\$(CC) -shared $LD_EXPFULL -o"
44633 SHARED_LD_CXX="\$(CXX) -shared $LD_EXPFULL -o"
44634 else
44635 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
44636 set dummy makeC++SharedLib; ac_word=$2
44637 echo "$as_me:$LINENO: checking for $ac_word" >&5
44638 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44639 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
44640 echo $ECHO_N "(cached) $ECHO_C" >&6
44641 else
44642 if test -n "$AIX_CXX_LD"; then
44643 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
44644 else
44645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44646 for as_dir in $PATH
44647 do
44648 IFS=$as_save_IFS
44649 test -z "$as_dir" && as_dir=.
44650 for ac_exec_ext in '' $ac_executable_extensions; do
44651 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44652 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
44653 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44654 break 2
44655 fi
44656 done
44657 done
44658
44659 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
44660 fi
44661 fi
44662 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
44663 if test -n "$AIX_CXX_LD"; then
44664 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
44665 echo "${ECHO_T}$AIX_CXX_LD" >&6
44666 else
44667 echo "$as_me:$LINENO: result: no" >&5
44668 echo "${ECHO_T}no" >&6
44669 fi
44670
44671 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
44672 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
44673 fi
44674 ;;
44675
44676 *-*-beos* )
44677 SHARED_LD_CC="${LD} -nostart -o"
44678 SHARED_LD_CXX="${LD} -nostart -o"
44679 ;;
44680
44681 *-*-irix* )
44682 if test "x$GCC" != "xyes"; then
44683 PIC_FLAG="-KPIC"
44684 fi
44685 ;;
44686
44687 *-*-cygwin* | *-*-mingw32* )
44688 PIC_FLAG=""
44689 SHARED_LD_CC="\$(CC) -shared -o"
44690 SHARED_LD_CXX="\$(CXX) -shared -o"
44691 WINDOWS_IMPLIB=1
44692 ;;
44693
44694 *-pc-os2_emx | *-pc-os2-emx )
44695 SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
44696 SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
44697 PIC_FLAG=""
44698
44699 D='$'
44700 cat <<EOF >dllar.sh
44701 #!/bin/sh
44702 #
44703 # dllar - a tool to build both a .dll and an .a file
44704 # from a set of object (.o) files for EMX/OS2.
44705 #
44706 # Written by Andrew Zabolotny, bit@freya.etu.ru
44707 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
44708 #
44709 # This script will accept a set of files on the command line.
44710 # All the public symbols from the .o files will be exported into
44711 # a .DEF file, then linker will be run (through gcc) against them to
44712 # build a shared library consisting of all given .o files. All libraries
44713 # (.a) will be first decompressed into component .o files then act as
44714 # described above. You can optionally give a description (-d "description")
44715 # which will be put into .DLL. To see the list of accepted options (as well
44716 # as command-line format) simply run this program without options. The .DLL
44717 # is built to be imported by name (there is no guarantee that new versions
44718 # of the library you build will have same ordinals for same symbols).
44719 #
44720 # dllar is free software; you can redistribute it and/or modify
44721 # it under the terms of the GNU General Public License as published by
44722 # the Free Software Foundation; either version 2, or (at your option)
44723 # any later version.
44724 #
44725 # dllar is distributed in the hope that it will be useful,
44726 # but WITHOUT ANY WARRANTY; without even the implied warranty of
44727 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
44728 # GNU General Public License for more details.
44729 #
44730 # You should have received a copy of the GNU General Public License
44731 # along with dllar; see the file COPYING. If not, write to the Free
44732 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
44733 # 02111-1307, USA.
44734
44735 # To successfuly run this program you will need:
44736 # - Current drive should have LFN support (HPFS, ext2, network, etc)
44737 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
44738 # - gcc
44739 # (used to build the .dll)
44740 # - emxexp
44741 # (used to create .def file from .o files)
44742 # - emximp
44743 # (used to create .a file from .def file)
44744 # - GNU text utilites (cat, sort, uniq)
44745 # used to process emxexp output
44746 # - GNU file utilities (mv, rm)
44747 # - GNU sed
44748 # - lxlite (optional, see flag below)
44749 # (used for general .dll cleanup)
44750 #
44751
44752 flag_USE_LXLITE=1;
44753
44754 #
44755 # helper functions
44756 # basnam, variant of basename, which does _not_ remove the path, _iff_
44757 # second argument (suffix to remove) is given
44758 basnam(){
44759 case ${D}# in
44760 1)
44761 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
44762 ;;
44763 2)
44764 echo ${D}1 | sed 's/'${D}2'${D}//'
44765 ;;
44766 *)
44767 echo "error in basnam ${D}*"
44768 exit 8
44769 ;;
44770 esac
44771 }
44772
44773 # Cleanup temporary files and output
44774 CleanUp() {
44775 cd ${D}curDir
44776 for i in ${D}inputFiles ; do
44777 case ${D}i in
44778 *!)
44779 rm -rf \`basnam ${D}i !\`
44780 ;;
44781 *)
44782 ;;
44783 esac
44784 done
44785
44786 # Kill result in case of failure as there is just to many stupid make/nmake
44787 # things out there which doesn't do this.
44788 if [ ${D}# -eq 0 ]; then
44789 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
44790 fi
44791 }
44792
44793 # Print usage and exit script with rc=1.
44794 PrintHelp() {
44795 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
44796 echo ' [-name-mangler-script script.sh]'
44797 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
44798 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
44799 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
44800 echo ' [*.o] [*.a]'
44801 echo '*> "output_file" should have no extension.'
44802 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
44803 echo ' The import library name is derived from this and is set to "name".a,'
44804 echo ' unless overridden by -import'
44805 echo '*> "importlib_name" should have no extension.'
44806 echo ' If it has the .o, or .a extension, it is automatically removed.'
44807 echo ' This name is used as the import library name and may be longer and'
44808 echo ' more descriptive than the DLL name which has to follow the old '
44809 echo ' 8.3 convention of FAT.'
44810 echo '*> "script.sh may be given to override the output_file name by a'
44811 echo ' different name. It is mainly useful if the regular make process'
44812 echo ' of some package does not take into account OS/2 restriction of'
44813 echo ' DLL name lengths. It takes the importlib name as input and is'
44814 echo ' supposed to procude a shorter name as output. The script should'
44815 echo ' expect to get importlib_name without extension and should produce'
44816 echo ' a (max.) 8 letter name without extension.'
44817 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
44818 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
44819 echo ' These flags will be put at the start of GCC command line.'
44820 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
44821 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
44822 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
44823 echo ' If the last character of a symbol is "*", all symbols beginning'
44824 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
44825 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
44826 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
44827 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
44828 echo ' C runtime DLLs.'
44829 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
44830 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
44831 echo ' unchanged to GCC at the end of command line.'
44832 echo '*> If you create a DLL from a library and you do not specify -o,'
44833 echo ' the basename for DLL and import library will be set to library name,'
44834 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
44835 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
44836 echo ' library will be renamed into gcc_s.a.'
44837 echo '--------'
44838 echo 'Example:'
44839 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
44840 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
44841 CleanUp
44842 exit 1
44843 }
44844
44845 # Execute a command.
44846 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
44847 # @Uses Whatever CleanUp() uses.
44848 doCommand() {
44849 echo "${D}*"
44850 eval ${D}*
44851 rcCmd=${D}?
44852
44853 if [ ${D}rcCmd -ne 0 ]; then
44854 echo "command failed, exit code="${D}rcCmd
44855 CleanUp
44856 exit ${D}rcCmd
44857 fi
44858 }
44859
44860 # main routine
44861 # setup globals
44862 cmdLine=${D}*
44863 outFile=""
44864 outimpFile=""
44865 inputFiles=""
44866 renameScript=""
44867 description=""
44868 CC=gcc.exe
44869 CFLAGS="-s -Zcrtdll"
44870 EXTRA_CFLAGS=""
44871 EXPORT_BY_ORDINALS=0
44872 exclude_symbols=""
44873 library_flags=""
44874 curDir=\`pwd\`
44875 curDirS=curDir
44876 case ${D}curDirS in
44877 */)
44878 ;;
44879 *)
44880 curDirS=${D}{curDirS}"/"
44881 ;;
44882 esac
44883 # Parse commandline
44884 libsToLink=0
44885 omfLinking=0
44886 while [ ${D}1 ]; do
44887 case ${D}1 in
44888 -ord*)
44889 EXPORT_BY_ORDINALS=1;
44890 ;;
44891 -o*)
44892 shift
44893 outFile=${D}1
44894 ;;
44895 -i*)
44896 shift
44897 outimpFile=${D}1
44898 ;;
44899 -name-mangler-script)
44900 shift
44901 renameScript=${D}1
44902 ;;
44903 -d*)
44904 shift
44905 description=${D}1
44906 ;;
44907 -f*)
44908 shift
44909 CFLAGS=${D}1
44910 ;;
44911 -c*)
44912 shift
44913 CC=${D}1
44914 ;;
44915 -h*)
44916 PrintHelp
44917 ;;
44918 -ex*)
44919 shift
44920 exclude_symbols=${D}{exclude_symbols}${D}1" "
44921 ;;
44922 -libf*)
44923 shift
44924 library_flags=${D}{library_flags}${D}1" "
44925 ;;
44926 -nocrt*)
44927 CFLAGS="-s"
44928 ;;
44929 -nolxl*)
44930 flag_USE_LXLITE=0
44931 ;;
44932 -* | /*)
44933 case ${D}1 in
44934 -L* | -l*)
44935 libsToLink=1
44936 ;;
44937 -Zomf)
44938 omfLinking=1
44939 ;;
44940 *)
44941 ;;
44942 esac
44943 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
44944 ;;
44945 *.dll)
44946 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
44947 if [ ${D}omfLinking -eq 1 ]; then
44948 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
44949 else
44950 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
44951 fi
44952 ;;
44953 *)
44954 found=0;
44955 if [ ${D}libsToLink -ne 0 ]; then
44956 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
44957 else
44958 for file in ${D}1 ; do
44959 if [ -f ${D}file ]; then
44960 inputFiles="${D}{inputFiles} ${D}file"
44961 found=1
44962 fi
44963 done
44964 if [ ${D}found -eq 0 ]; then
44965 echo "ERROR: No file(s) found: "${D}1
44966 exit 8
44967 fi
44968 fi
44969 ;;
44970 esac
44971 shift
44972 done # iterate cmdline words
44973
44974 #
44975 if [ -z "${D}inputFiles" ]; then
44976 echo "dllar: no input files"
44977 PrintHelp
44978 fi
44979
44980 # Now extract all .o files from .a files
44981 newInputFiles=""
44982 for file in ${D}inputFiles ; do
44983 case ${D}file in
44984 *.a | *.lib)
44985 case ${D}file in
44986 *.a)
44987 suffix=".a"
44988 AR="ar"
44989 ;;
44990 *.lib)
44991 suffix=".lib"
44992 AR="emxomfar"
44993 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
44994 ;;
44995 *)
44996 ;;
44997 esac
44998 dirname=\`basnam ${D}file ${D}suffix\`"_%"
44999 mkdir ${D}dirname
45000 if [ ${D}? -ne 0 ]; then
45001 echo "Failed to create subdirectory ./${D}dirname"
45002 CleanUp
45003 exit 8;
45004 fi
45005 # Append '!' to indicate archive
45006 newInputFiles="${D}newInputFiles ${D}{dirname}!"
45007 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
45008 cd ${D}curDir
45009 found=0;
45010 for subfile in ${D}dirname/*.o* ; do
45011 if [ -f ${D}subfile ]; then
45012 found=1
45013 if [ -s ${D}subfile ]; then
45014 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
45015 newInputFiles="${D}newInputFiles ${D}subfile"
45016 fi
45017 fi
45018 done
45019 if [ ${D}found -eq 0 ]; then
45020 echo "WARNING: there are no files in archive \\'${D}file\\'"
45021 fi
45022 ;;
45023 *)
45024 newInputFiles="${D}{newInputFiles} ${D}file"
45025 ;;
45026 esac
45027 done
45028 inputFiles="${D}newInputFiles"
45029
45030 # Output filename(s).
45031 do_backup=0;
45032 if [ -z ${D}outFile ]; then
45033 do_backup=1;
45034 set outFile ${D}inputFiles; outFile=${D}2
45035 fi
45036
45037 # If it is an archive, remove the '!' and the '_%' suffixes
45038 case ${D}outFile in
45039 *_%!)
45040 outFile=\`basnam ${D}outFile _%!\`
45041 ;;
45042 *)
45043 ;;
45044 esac
45045 case ${D}outFile in
45046 *.dll)
45047 outFile=\`basnam ${D}outFile .dll\`
45048 ;;
45049 *.DLL)
45050 outFile=\`basnam ${D}outFile .DLL\`
45051 ;;
45052 *.o)
45053 outFile=\`basnam ${D}outFile .o\`
45054 ;;
45055 *.obj)
45056 outFile=\`basnam ${D}outFile .obj\`
45057 ;;
45058 *.a)
45059 outFile=\`basnam ${D}outFile .a\`
45060 ;;
45061 *.lib)
45062 outFile=\`basnam ${D}outFile .lib\`
45063 ;;
45064 *)
45065 ;;
45066 esac
45067 case ${D}outimpFile in
45068 *.a)
45069 outimpFile=\`basnam ${D}outimpFile .a\`
45070 ;;
45071 *.lib)
45072 outimpFile=\`basnam ${D}outimpFile .lib\`
45073 ;;
45074 *)
45075 ;;
45076 esac
45077 if [ -z ${D}outimpFile ]; then
45078 outimpFile=${D}outFile
45079 fi
45080 defFile="${D}{outFile}.def"
45081 arcFile="${D}{outimpFile}.a"
45082 arcFile2="${D}{outimpFile}.lib"
45083
45084 #create ${D}dllFile as something matching 8.3 restrictions,
45085 if [ -z ${D}renameScript ] ; then
45086 dllFile="${D}outFile"
45087 else
45088 dllFile=\`${D}renameScript ${D}outimpFile\`
45089 fi
45090
45091 if [ ${D}do_backup -ne 0 ] ; then
45092 if [ -f ${D}arcFile ] ; then
45093 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
45094 fi
45095 if [ -f ${D}arcFile2 ] ; then
45096 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
45097 fi
45098 fi
45099
45100 # Extract public symbols from all the object files.
45101 tmpdefFile=${D}{defFile}_%
45102 rm -f ${D}tmpdefFile
45103 for file in ${D}inputFiles ; do
45104 case ${D}file in
45105 *!)
45106 ;;
45107 *)
45108 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
45109 ;;
45110 esac
45111 done
45112
45113 # Create the def file.
45114 rm -f ${D}defFile
45115 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
45116 dllFile="${D}{dllFile}.dll"
45117 if [ ! -z ${D}description ]; then
45118 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
45119 fi
45120 echo "EXPORTS" >> ${D}defFile
45121
45122 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
45123 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
45124
45125 # Checks if the export is ok or not.
45126 for word in ${D}exclude_symbols; do
45127 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
45128 mv ${D}{tmpdefFile}% ${D}tmpdefFile
45129 done
45130
45131
45132 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
45133 sed "=" < ${D}tmpdefFile | \\
45134 sed '
45135 N
45136 : loop
45137 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
45138 t loop
45139 ' > ${D}{tmpdefFile}%
45140 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
45141 else
45142 rm -f ${D}{tmpdefFile}%
45143 fi
45144 cat ${D}tmpdefFile >> ${D}defFile
45145 rm -f ${D}tmpdefFile
45146
45147 # Do linking, create implib, and apply lxlite.
45148 gccCmdl="";
45149 for file in ${D}inputFiles ; do
45150 case ${D}file in
45151 *!)
45152 ;;
45153 *)
45154 gccCmdl="${D}gccCmdl ${D}file"
45155 ;;
45156 esac
45157 done
45158 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
45159 touch "${D}{outFile}.dll"
45160
45161 doCommand "emximp -o ${D}arcFile ${D}defFile"
45162 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
45163 add_flags="";
45164 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
45165 add_flags="-ynd"
45166 fi
45167 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
45168 fi
45169 doCommand "emxomf -s -l ${D}arcFile"
45170
45171 # Successful exit.
45172 CleanUp 1
45173 exit 0
45174 EOF
45175
45176 chmod +x dllar.sh
45177 ;;
45178
45179 powerpc-apple-macos* | \
45180 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
45181 *-*-sunos4* | \
45182 *-*-osf* | \
45183 *-*-dgux5* | \
45184 *-*-sysv5* | \
45185 *-pc-msdosdjgpp )
45186 ;;
45187
45188 *)
45189 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
45190 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
45191 { (exit 1); exit 1; }; }
45192 esac
45193
45194 if test "x$PIC_FLAG" != "x" ; then
45195 PIC_FLAG="$PIC_FLAG -DPIC"
45196 fi
45197
45198 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
45199 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
45200 fi
45201 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
45202 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
45203 fi
45204
45205
45206
45207
45208
45209
45210
45211
45212
45213 USE_SOVERSION=0
45214 USE_SOVERLINUX=0
45215 USE_SOVERSOLARIS=0
45216 USE_SOVERCYGWIN=0
45217 USE_SOSYMLINKS=0
45218 USE_MACVERSION=0
45219 SONAME_FLAG=
45220
45221 case "${BAKEFILE_HOST}" in
45222 *-*-linux* | *-*-freebsd* | *-*-k*bsd*-gnu )
45223 SONAME_FLAG="-Wl,-soname,"
45224 USE_SOVERSION=1
45225 USE_SOVERLINUX=1
45226 USE_SOSYMLINKS=1
45227 ;;
45228
45229 *-*-solaris2* )
45230 SONAME_FLAG="-h "
45231 USE_SOVERSION=1
45232 USE_SOVERSOLARIS=1
45233 USE_SOSYMLINKS=1
45234 ;;
45235
45236 *-*-darwin* )
45237 USE_MACVERSION=1
45238 USE_SOVERSION=1
45239 USE_SOSYMLINKS=1
45240 ;;
45241
45242 *-*-cygwin* )
45243 USE_SOVERSION=1
45244 USE_SOVERCYGWIN=1
45245 ;;
45246 esac
45247
45248
45249
45250
45251
45252
45253
45254
45255
45256
45257 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
45258 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
45259 DEPS_TRACKING=1
45260
45261 if test "x$GCC" = "xyes"; then
45262 DEPSMODE=gcc
45263 case "${BAKEFILE_HOST}" in
45264 *-*-darwin* )
45265 DEPSFLAG="-no-cpp-precomp -MMD"
45266 ;;
45267 * )
45268 DEPSFLAG="-MMD"
45269 ;;
45270 esac
45271 echo "$as_me:$LINENO: result: gcc" >&5
45272 echo "${ECHO_T}gcc" >&6
45273 elif test "x$MWCC" = "xyes"; then
45274 DEPSMODE=mwcc
45275 DEPSFLAG="-MM"
45276 echo "$as_me:$LINENO: result: mwcc" >&5
45277 echo "${ECHO_T}mwcc" >&6
45278 elif test "x$SUNCC" = "xyes"; then
45279 DEPSMODE=unixcc
45280 DEPSFLAG="-xM1"
45281 echo "$as_me:$LINENO: result: Sun cc" >&5
45282 echo "${ECHO_T}Sun cc" >&6
45283 elif test "x$SGICC" = "xyes"; then
45284 DEPSMODE=unixcc
45285 DEPSFLAG="-M"
45286 echo "$as_me:$LINENO: result: SGI cc" >&5
45287 echo "${ECHO_T}SGI cc" >&6
45288 elif test "x$HPCC" = "xyes"; then
45289 DEPSMODE=unixcc
45290 DEPSFLAG="+make"
45291 echo "$as_me:$LINENO: result: HP cc" >&5
45292 echo "${ECHO_T}HP cc" >&6
45293 elif test "x$COMPAQCC" = "xyes"; then
45294 DEPSMODE=gcc
45295 DEPSFLAG="-MD"
45296 echo "$as_me:$LINENO: result: Compaq cc" >&5
45297 echo "${ECHO_T}Compaq cc" >&6
45298 else
45299 DEPS_TRACKING=0
45300 echo "$as_me:$LINENO: result: none" >&5
45301 echo "${ECHO_T}none" >&6
45302 fi
45303
45304 if test $DEPS_TRACKING = 1 ; then
45305
45306 D='$'
45307 cat <<EOF >bk-deps
45308 #!/bin/sh
45309
45310 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
45311 # script. It is used to track C/C++ files dependencies in portable way.
45312 #
45313 # Permission is given to use this file in any way.
45314
45315 DEPSMODE=${DEPSMODE}
45316 DEPSDIR=.deps
45317 DEPSFLAG="${DEPSFLAG}"
45318
45319 mkdir -p ${D}DEPSDIR
45320
45321 if test ${D}DEPSMODE = gcc ; then
45322 ${D}* ${D}{DEPSFLAG}
45323 status=${D}?
45324 if test ${D}{status} != 0 ; then
45325 exit ${D}{status}
45326 fi
45327 # move created file to the location we want it in:
45328 while test ${D}# -gt 0; do
45329 case "${D}1" in
45330 -o )
45331 shift
45332 objfile=${D}1
45333 ;;
45334 -* )
45335 ;;
45336 * )
45337 srcfile=${D}1
45338 ;;
45339 esac
45340 shift
45341 done
45342 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
45343 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
45344 if test -f ${D}depfile ; then
45345 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
45346 rm -f ${D}depfile
45347 else
45348 # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
45349 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
45350 if test ! -f ${D}depfile ; then
45351 # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
45352 depfile="${D}objfile.d"
45353 fi
45354 if test -f ${D}depfile ; then
45355 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
45356 rm -f ${D}depfile
45357 fi
45358 fi
45359 exit 0
45360 elif test ${D}DEPSMODE = mwcc ; then
45361 ${D}* || exit ${D}?
45362 # Run mwcc again with -MM and redirect into the dep file we want
45363 # NOTE: We can't use shift here because we need ${D}* to be valid
45364 prevarg=
45365 for arg in ${D}* ; do
45366 if test "${D}prevarg" = "-o"; then
45367 objfile=${D}arg
45368 else
45369 case "${D}arg" in
45370 -* )
45371 ;;
45372 * )
45373 srcfile=${D}arg
45374 ;;
45375 esac
45376 fi
45377 prevarg="${D}arg"
45378 done
45379 ${D}* ${D}DEPSFLAG >${D}{DEPSDIR}/${D}{objfile}.d
45380 exit 0
45381 elif test ${D}DEPSMODE = unixcc; then
45382 ${D}* || exit ${D}?
45383 # Run compiler again with deps flag and redirect into the dep file.
45384 # It doesn't work if the '-o FILE' option is used, but without it the
45385 # dependency file will contain the wrong name for the object. So it is
45386 # removed from the command line, and the dep file is fixed with sed.
45387 cmd=""
45388 while test ${D}# -gt 0; do
45389 case "${D}1" in
45390 -o )
45391 shift
45392 objfile=${D}1
45393 ;;
45394 * )
45395 eval arg${D}#=\\${D}1
45396 cmd="${D}cmd \\${D}arg${D}#"
45397 ;;
45398 esac
45399 shift
45400 done
45401 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfile}.d
45402 exit 0
45403 else
45404 ${D}*
45405 exit ${D}?
45406 fi
45407 EOF
45408
45409 chmod +x bk-deps
45410 fi
45411
45412
45413
45414
45415 RESCOMP=
45416 SETFILE=
45417
45418 case ${BAKEFILE_HOST} in
45419 *-*-cygwin* | *-*-mingw32* )
45420 if test "$build" != "$host" ; then
45421 RESCOMP=$host_alias-windres
45422 else
45423 # Extract the first word of "windres", so it can be a program name with args.
45424 set dummy windres; ac_word=$2
45425 echo "$as_me:$LINENO: checking for $ac_word" >&5
45426 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45427 if test "${ac_cv_prog_RESCOMP+set}" = set; then
45428 echo $ECHO_N "(cached) $ECHO_C" >&6
45429 else
45430 if test -n "$RESCOMP"; then
45431 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
45432 else
45433 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45434 for as_dir in $PATH
45435 do
45436 IFS=$as_save_IFS
45437 test -z "$as_dir" && as_dir=.
45438 for ac_exec_ext in '' $ac_executable_extensions; do
45439 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45440 ac_cv_prog_RESCOMP="windres"
45441 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45442 break 2
45443 fi
45444 done
45445 done
45446
45447 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="windres"
45448 fi
45449 fi
45450 RESCOMP=$ac_cv_prog_RESCOMP
45451 if test -n "$RESCOMP"; then
45452 echo "$as_me:$LINENO: result: $RESCOMP" >&5
45453 echo "${ECHO_T}$RESCOMP" >&6
45454 else
45455 echo "$as_me:$LINENO: result: no" >&5
45456 echo "${ECHO_T}no" >&6
45457 fi
45458
45459 fi
45460 ;;
45461
45462 *-*-darwin* | powerpc-apple-macos* )
45463 # Extract the first word of "Rez", so it can be a program name with args.
45464 set dummy Rez; ac_word=$2
45465 echo "$as_me:$LINENO: checking for $ac_word" >&5
45466 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45467 if test "${ac_cv_prog_RESCOMP+set}" = set; then
45468 echo $ECHO_N "(cached) $ECHO_C" >&6
45469 else
45470 if test -n "$RESCOMP"; then
45471 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
45472 else
45473 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45474 for as_dir in $PATH
45475 do
45476 IFS=$as_save_IFS
45477 test -z "$as_dir" && as_dir=.
45478 for ac_exec_ext in '' $ac_executable_extensions; do
45479 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45480 ac_cv_prog_RESCOMP="Rez"
45481 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45482 break 2
45483 fi
45484 done
45485 done
45486
45487 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
45488 fi
45489 fi
45490 RESCOMP=$ac_cv_prog_RESCOMP
45491 if test -n "$RESCOMP"; then
45492 echo "$as_me:$LINENO: result: $RESCOMP" >&5
45493 echo "${ECHO_T}$RESCOMP" >&6
45494 else
45495 echo "$as_me:$LINENO: result: no" >&5
45496 echo "${ECHO_T}no" >&6
45497 fi
45498
45499 # Extract the first word of "SetFile", so it can be a program name with args.
45500 set dummy SetFile; ac_word=$2
45501 echo "$as_me:$LINENO: checking for $ac_word" >&5
45502 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45503 if test "${ac_cv_prog_SETFILE+set}" = set; then
45504 echo $ECHO_N "(cached) $ECHO_C" >&6
45505 else
45506 if test -n "$SETFILE"; then
45507 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
45508 else
45509 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45510 for as_dir in $PATH
45511 do
45512 IFS=$as_save_IFS
45513 test -z "$as_dir" && as_dir=.
45514 for ac_exec_ext in '' $ac_executable_extensions; do
45515 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45516 ac_cv_prog_SETFILE="SetFile"
45517 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45518 break 2
45519 fi
45520 done
45521 done
45522
45523 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
45524 fi
45525 fi
45526 SETFILE=$ac_cv_prog_SETFILE
45527 if test -n "$SETFILE"; then
45528 echo "$as_me:$LINENO: result: $SETFILE" >&5
45529 echo "${ECHO_T}$SETFILE" >&6
45530 else
45531 echo "$as_me:$LINENO: result: no" >&5
45532 echo "${ECHO_T}no" >&6
45533 fi
45534
45535 ;;
45536 esac
45537
45538
45539
45540
45541
45542 BAKEFILE_BAKEFILE_M4_VERSION="0.1.9"
45543
45544
45545 BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.9"
45546
45547
45548
45549 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
45550 if test "${enable_precomp_headers+set}" = set; then
45551 enableval="$enable_precomp_headers"
45552 bk_use_pch="$enableval"
45553 fi;
45554
45555 GCC_PCH=0
45556
45557 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
45558 if test "x$GCC" = "xyes"; then
45559 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
45560 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
45561 cat >conftest.$ac_ext <<_ACEOF
45562 /* confdefs.h. */
45563 _ACEOF
45564 cat confdefs.h >>conftest.$ac_ext
45565 cat >>conftest.$ac_ext <<_ACEOF
45566 /* end confdefs.h. */
45567
45568 int
45569 main ()
45570 {
45571
45572 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
45573 #error "no pch support"
45574 #endif
45575 #if (__GNUC__ < 3)
45576 #error "no pch support"
45577 #endif
45578 #if (__GNUC__ == 3) && \
45579 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
45580 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
45581 #error "no pch support"
45582 #endif
45583
45584 ;
45585 return 0;
45586 }
45587 _ACEOF
45588 rm -f conftest.$ac_objext
45589 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45590 (eval $ac_compile) 2>conftest.er1
45591 ac_status=$?
45592 grep -v '^ *+' conftest.er1 >conftest.err
45593 rm -f conftest.er1
45594 cat conftest.err >&5
45595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45596 (exit $ac_status); } &&
45597 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
45598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45599 (eval $ac_try) 2>&5
45600 ac_status=$?
45601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45602 (exit $ac_status); }; } &&
45603 { ac_try='test -s conftest.$ac_objext'
45604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45605 (eval $ac_try) 2>&5
45606 ac_status=$?
45607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45608 (exit $ac_status); }; }; then
45609
45610 echo "$as_me:$LINENO: result: yes" >&5
45611 echo "${ECHO_T}yes" >&6
45612 GCC_PCH=1
45613
45614 else
45615 echo "$as_me: failed program was:" >&5
45616 sed 's/^/| /' conftest.$ac_ext >&5
45617
45618
45619 echo "$as_me:$LINENO: result: no" >&5
45620 echo "${ECHO_T}no" >&6
45621
45622 fi
45623 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
45624 if test $GCC_PCH = 1 ; then
45625
45626 D='$'
45627 cat <<EOF >bk-make-pch
45628 #!/bin/sh
45629
45630 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
45631 # script. It is used to generated precompiled headers.
45632 #
45633 # Permission is given to use this file in any way.
45634
45635 outfile="${D}{1}"
45636 header="${D}{2}"
45637 shift
45638 shift
45639
45640 compiler=
45641 headerfile=
45642 while test ${D}{#} -gt 0; do
45643 case "${D}{1}" in
45644 -I* )
45645 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
45646 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
45647 headerfile="${D}{incdir}/${D}{header}"
45648 fi
45649 ;;
45650 esac
45651 compiler="${D}{compiler} ${D}{1}"
45652 shift
45653 done
45654
45655 if test "x${D}{headerfile}" = "x" ; then
45656 echo "error: can't find header ${D}{header} in include paths" >2
45657 else
45658 if test -f ${D}{outfile} ; then
45659 rm -f ${D}{outfile}
45660 else
45661 mkdir -p \`dirname ${D}{outfile}\`
45662 fi
45663 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
45664 mkdir -p .deps
45665 # can do this because gcc is >= 3.4:
45666 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
45667 exit ${D}{?}
45668 fi
45669 EOF
45670
45671 chmod +x bk-make-pch
45672 fi
45673 fi
45674 fi
45675
45676
45677
45678 COND_BUILD_DEBUG="#"
45679 if test "x$BUILD" = "xdebug" ; then
45680 COND_BUILD_DEBUG=""
45681 fi
45682
45683 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
45684 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
45685 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
45686 fi
45687
45688 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
45689 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
45690 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
45691 fi
45692
45693 COND_BUILD_DEBUG_UNICODE_0="#"
45694 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
45695 COND_BUILD_DEBUG_UNICODE_0=""
45696 fi
45697
45698 COND_BUILD_DEBUG_UNICODE_1="#"
45699 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
45700 COND_BUILD_DEBUG_UNICODE_1=""
45701 fi
45702
45703 COND_BUILD_RELEASE="#"
45704 if test "x$BUILD" = "xrelease" ; then
45705 COND_BUILD_RELEASE=""
45706 fi
45707
45708 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
45709 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
45710 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
45711 fi
45712
45713 COND_BUILD_RELEASE_UNICODE_0="#"
45714 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
45715 COND_BUILD_RELEASE_UNICODE_0=""
45716 fi
45717
45718 COND_BUILD_RELEASE_UNICODE_1="#"
45719 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
45720 COND_BUILD_RELEASE_UNICODE_1=""
45721 fi
45722
45723 COND_DEBUG_FLAG_1="#"
45724 if test "x$DEBUG_FLAG" = "x1" ; then
45725 COND_DEBUG_FLAG_1=""
45726 fi
45727
45728 COND_DEBUG_INFO_0="#"
45729 if test "x$DEBUG_INFO" = "x0" ; then
45730 COND_DEBUG_INFO_0=""
45731 fi
45732
45733 COND_DEBUG_INFO_1="#"
45734 if test "x$DEBUG_INFO" = "x1" ; then
45735 COND_DEBUG_INFO_1=""
45736 fi
45737
45738 COND_DEPS_TRACKING_0="#"
45739 if test "x$DEPS_TRACKING" = "x0" ; then
45740 COND_DEPS_TRACKING_0=""
45741 fi
45742
45743 COND_DEPS_TRACKING_1="#"
45744 if test "x$DEPS_TRACKING" = "x1" ; then
45745 COND_DEPS_TRACKING_1=""
45746 fi
45747
45748 COND_GCC_PCH_1="#"
45749 if test "x$GCC_PCH" = "x1" ; then
45750 COND_GCC_PCH_1=""
45751 fi
45752
45753 COND_MONOLITHIC_0="#"
45754 if test "x$MONOLITHIC" = "x0" ; then
45755 COND_MONOLITHIC_0=""
45756 fi
45757
45758 COND_MONOLITHIC_0_SHARED_0="#"
45759 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
45760 COND_MONOLITHIC_0_SHARED_0=""
45761 fi
45762
45763 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
45764 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
45765 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
45766 fi
45767
45768 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
45769 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
45770 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
45771 fi
45772
45773 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="#"
45774 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
45775 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1=""
45776 fi
45777
45778 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
45779 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
45780 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
45781 fi
45782
45783 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="#"
45784 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
45785 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1=""
45786 fi
45787
45788 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
45789 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
45790 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
45791 fi
45792
45793 COND_MONOLITHIC_0_SHARED_1="#"
45794 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
45795 COND_MONOLITHIC_0_SHARED_1=""
45796 fi
45797
45798 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
45799 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
45800 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
45801 fi
45802
45803 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
45804 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
45805 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
45806 fi
45807
45808 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="#"
45809 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
45810 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1=""
45811 fi
45812
45813 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
45814 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
45815 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
45816 fi
45817
45818 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="#"
45819 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
45820 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1=""
45821 fi
45822
45823 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
45824 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
45825 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
45826 fi
45827
45828 COND_MONOLITHIC_0_USE_ODBC_1="#"
45829 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
45830 COND_MONOLITHIC_0_USE_ODBC_1=""
45831 fi
45832
45833 COND_MONOLITHIC_1="#"
45834 if test "x$MONOLITHIC" = "x1" ; then
45835 COND_MONOLITHIC_1=""
45836 fi
45837
45838 COND_MONOLITHIC_1_SHARED_0="#"
45839 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
45840 COND_MONOLITHIC_1_SHARED_0=""
45841 fi
45842
45843 COND_MONOLITHIC_1_SHARED_1="#"
45844 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
45845 COND_MONOLITHIC_1_SHARED_1=""
45846 fi
45847
45848 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
45849 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
45850 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
45851 fi
45852
45853 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
45854 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
45855 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
45856 fi
45857
45858 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="#"
45859 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
45860 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=""
45861 fi
45862
45863 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
45864 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
45865 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
45866 fi
45867
45868 COND_PLATFORM_MACOSX_1="#"
45869 if test "x$PLATFORM_MACOSX" = "x1" ; then
45870 COND_PLATFORM_MACOSX_1=""
45871 fi
45872
45873 COND_PLATFORM_MACOSX_1_TOOLKIT_="#"
45874 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
45875 COND_PLATFORM_MACOSX_1_TOOLKIT_=""
45876 fi
45877
45878 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#"
45879 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
45880 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA=""
45881 fi
45882
45883 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#"
45884 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
45885 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK=""
45886 fi
45887
45888 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#"
45889 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
45890 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC=""
45891 fi
45892
45893 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1="#"
45894 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
45895 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1=""
45896 fi
45897
45898 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
45899 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
45900 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
45901 fi
45902
45903 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="#"
45904 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
45905 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF=""
45906 fi
45907
45908 COND_PLATFORM_MACOSX_1_TOOLKIT_X11="#"
45909 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
45910 COND_PLATFORM_MACOSX_1_TOOLKIT_X11=""
45911 fi
45912
45913 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
45914 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
45915 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
45916 fi
45917
45918 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
45919 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
45920 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
45921 fi
45922
45923 COND_PLATFORM_MACOS_1="#"
45924 if test "x$PLATFORM_MACOS" = "x1" ; then
45925 COND_PLATFORM_MACOS_1=""
45926 fi
45927
45928 COND_PLATFORM_MAC_1="#"
45929 if test "x$PLATFORM_MAC" = "x1" ; then
45930 COND_PLATFORM_MAC_1=""
45931 fi
45932
45933 COND_PLATFORM_MSDOS_1="#"
45934 if test "x$PLATFORM_MSDOS" = "x1" ; then
45935 COND_PLATFORM_MSDOS_1=""
45936 fi
45937
45938 COND_PLATFORM_OS2_1="#"
45939 if test "x$PLATFORM_OS2" = "x1" ; then
45940 COND_PLATFORM_OS2_1=""
45941 fi
45942
45943 COND_PLATFORM_UNIX_0="#"
45944 if test "x$PLATFORM_UNIX" = "x0" ; then
45945 COND_PLATFORM_UNIX_0=""
45946 fi
45947
45948 COND_PLATFORM_UNIX_1="#"
45949 if test "x$PLATFORM_UNIX" = "x1" ; then
45950 COND_PLATFORM_UNIX_1=""
45951 fi
45952
45953 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
45954 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
45955 COND_PLATFORM_UNIX_1_USE_GUI_1=""
45956 fi
45957
45958 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
45959 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
45960 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
45961 fi
45962
45963 COND_PLATFORM_WIN32_0="#"
45964 if test "x$PLATFORM_WIN32" = "x0" ; then
45965 COND_PLATFORM_WIN32_0=""
45966 fi
45967
45968 COND_PLATFORM_WIN32_1="#"
45969 if test "x$PLATFORM_WIN32" = "x1" ; then
45970 COND_PLATFORM_WIN32_1=""
45971 fi
45972
45973 COND_SHARED_0="#"
45974 if test "x$SHARED" = "x0" ; then
45975 COND_SHARED_0=""
45976 fi
45977
45978 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
45979 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
45980 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
45981 fi
45982
45983 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
45984 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
45985 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
45986 fi
45987
45988 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
45989 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
45990 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
45991 fi
45992
45993 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
45994 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
45995 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
45996 fi
45997
45998 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
45999 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
46000 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
46001 fi
46002
46003 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
46004 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
46005 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
46006 fi
46007
46008 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
46009 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
46010 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
46011 fi
46012
46013 COND_SHARED_0_USE_XRC_1="#"
46014 if test "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
46015 COND_SHARED_0_USE_XRC_1=""
46016 fi
46017
46018 COND_SHARED_0_WXUSE_EXPAT_BUILTIN="#"
46019 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
46020 COND_SHARED_0_WXUSE_EXPAT_BUILTIN=""
46021 fi
46022
46023 COND_SHARED_0_WXUSE_ODBC_BUILTIN="#"
46024 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
46025 COND_SHARED_0_WXUSE_ODBC_BUILTIN=""
46026 fi
46027
46028 COND_SHARED_0_WXUSE_REGEX_BUILTIN="#"
46029 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
46030 COND_SHARED_0_WXUSE_REGEX_BUILTIN=""
46031 fi
46032
46033 COND_SHARED_0_WXUSE_ZLIB_BUILTIN="#"
46034 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
46035 COND_SHARED_0_WXUSE_ZLIB_BUILTIN=""
46036 fi
46037
46038 COND_SHARED_1="#"
46039 if test "x$SHARED" = "x1" ; then
46040 COND_SHARED_1=""
46041 fi
46042
46043 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
46044 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
46045 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
46046 fi
46047
46048 COND_SHARED_1_USE_XRC_1="#"
46049 if test "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
46050 COND_SHARED_1_USE_XRC_1=""
46051 fi
46052
46053 COND_TOOLKIT_="#"
46054 if test "x$TOOLKIT" = "x" ; then
46055 COND_TOOLKIT_=""
46056 fi
46057
46058 COND_TOOLKIT_COCOA="#"
46059 if test "x$TOOLKIT" = "xCOCOA" ; then
46060 COND_TOOLKIT_COCOA=""
46061 fi
46062
46063 COND_TOOLKIT_COCOA_USE_GUI_1="#"
46064 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
46065 COND_TOOLKIT_COCOA_USE_GUI_1=""
46066 fi
46067
46068 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
46069 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46070 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
46071 fi
46072
46073 COND_TOOLKIT_GTK="#"
46074 if test "x$TOOLKIT" = "xGTK" ; then
46075 COND_TOOLKIT_GTK=""
46076 fi
46077
46078 COND_TOOLKIT_GTK_USE_GUI_1="#"
46079 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
46080 COND_TOOLKIT_GTK_USE_GUI_1=""
46081 fi
46082
46083 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#"
46084 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46085 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0=""
46086 fi
46087
46088 COND_TOOLKIT_MAC="#"
46089 if test "x$TOOLKIT" = "xMAC" ; then
46090 COND_TOOLKIT_MAC=""
46091 fi
46092
46093 COND_TOOLKIT_MAC_USE_GUI_1="#"
46094 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
46095 COND_TOOLKIT_MAC_USE_GUI_1=""
46096 fi
46097
46098 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
46099 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46100 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
46101 fi
46102
46103 COND_TOOLKIT_MGL="#"
46104 if test "x$TOOLKIT" = "xMGL" ; then
46105 COND_TOOLKIT_MGL=""
46106 fi
46107
46108 COND_TOOLKIT_MGL_USE_GUI_1="#"
46109 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
46110 COND_TOOLKIT_MGL_USE_GUI_1=""
46111 fi
46112
46113 COND_TOOLKIT_MOTIF="#"
46114 if test "x$TOOLKIT" = "xMOTIF" ; then
46115 COND_TOOLKIT_MOTIF=""
46116 fi
46117
46118 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
46119 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
46120 COND_TOOLKIT_MOTIF_USE_GUI_1=""
46121 fi
46122
46123 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
46124 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46125 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
46126 fi
46127
46128 COND_TOOLKIT_MSW="#"
46129 if test "x$TOOLKIT" = "xMSW" ; then
46130 COND_TOOLKIT_MSW=""
46131 fi
46132
46133 COND_TOOLKIT_MSW_USE_GUI_1="#"
46134 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
46135 COND_TOOLKIT_MSW_USE_GUI_1=""
46136 fi
46137
46138 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
46139 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46140 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
46141 fi
46142
46143 COND_TOOLKIT_MSW_WXUNIV_0="#"
46144 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
46145 COND_TOOLKIT_MSW_WXUNIV_0=""
46146 fi
46147
46148 COND_TOOLKIT_PM="#"
46149 if test "x$TOOLKIT" = "xPM" ; then
46150 COND_TOOLKIT_PM=""
46151 fi
46152
46153 COND_TOOLKIT_PM_USE_GUI_1="#"
46154 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
46155 COND_TOOLKIT_PM_USE_GUI_1=""
46156 fi
46157
46158 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
46159 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46160 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
46161 fi
46162
46163 COND_TOOLKIT_WINCE="#"
46164 if test "x$TOOLKIT" = "xWINCE" ; then
46165 COND_TOOLKIT_WINCE=""
46166 fi
46167
46168 COND_TOOLKIT_WINCE_USE_GUI_1="#"
46169 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
46170 COND_TOOLKIT_WINCE_USE_GUI_1=""
46171 fi
46172
46173 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
46174 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46175 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
46176 fi
46177
46178 COND_TOOLKIT_WINCE_WXUNIV_0="#"
46179 if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
46180 COND_TOOLKIT_WINCE_WXUNIV_0=""
46181 fi
46182
46183 COND_TOOLKIT_X11="#"
46184 if test "x$TOOLKIT" = "xX11" ; then
46185 COND_TOOLKIT_X11=""
46186 fi
46187
46188 COND_TOOLKIT_X11_USE_GUI_1="#"
46189 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
46190 COND_TOOLKIT_X11_USE_GUI_1=""
46191 fi
46192
46193 COND_UNICODE_1="#"
46194 if test "x$UNICODE" = "x1" ; then
46195 COND_UNICODE_1=""
46196 fi
46197
46198 COND_USE_EXCEPTIONS_0="#"
46199 if test "x$USE_EXCEPTIONS" = "x0" ; then
46200 COND_USE_EXCEPTIONS_0=""
46201 fi
46202
46203 COND_USE_EXCEPTIONS_1="#"
46204 if test "x$USE_EXCEPTIONS" = "x1" ; then
46205 COND_USE_EXCEPTIONS_1=""
46206 fi
46207
46208 COND_USE_GUI_0="#"
46209 if test "x$USE_GUI" = "x0" ; then
46210 COND_USE_GUI_0=""
46211 fi
46212
46213 COND_USE_GUI_1="#"
46214 if test "x$USE_GUI" = "x1" ; then
46215 COND_USE_GUI_1=""
46216 fi
46217
46218 COND_USE_GUI_1_WXUNIV_0="#"
46219 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46220 COND_USE_GUI_1_WXUNIV_0=""
46221 fi
46222
46223 COND_USE_GUI_1_WXUNIV_1="#"
46224 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
46225 COND_USE_GUI_1_WXUNIV_1=""
46226 fi
46227
46228 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
46229 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
46230 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
46231 fi
46232
46233 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
46234 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
46235 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
46236 fi
46237
46238 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
46239 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
46240 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
46241 fi
46242
46243 COND_USE_ODBC_1="#"
46244 if test "x$USE_ODBC" = "x1" ; then
46245 COND_USE_ODBC_1=""
46246 fi
46247
46248 COND_USE_OPENGL_1="#"
46249 if test "x$USE_OPENGL" = "x1" ; then
46250 COND_USE_OPENGL_1=""
46251 fi
46252
46253 COND_USE_PLUGINS_0="#"
46254 if test "x$USE_PLUGINS" = "x0" ; then
46255 COND_USE_PLUGINS_0=""
46256 fi
46257
46258 COND_USE_RTTI_0="#"
46259 if test "x$USE_RTTI" = "x0" ; then
46260 COND_USE_RTTI_0=""
46261 fi
46262
46263 COND_USE_RTTI_1="#"
46264 if test "x$USE_RTTI" = "x1" ; then
46265 COND_USE_RTTI_1=""
46266 fi
46267
46268 COND_USE_SOSYMLINKS_1="#"
46269 if test "x$USE_SOSYMLINKS" = "x1" ; then
46270 COND_USE_SOSYMLINKS_1=""
46271 fi
46272
46273 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="#"
46274 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
46275 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1=""
46276 fi
46277
46278 COND_USE_SOVERLINUX_1="#"
46279 if test "x$USE_SOVERLINUX" = "x1" ; then
46280 COND_USE_SOVERLINUX_1=""
46281 fi
46282
46283 COND_USE_SOVERSION_0="#"
46284 if test "x$USE_SOVERSION" = "x0" ; then
46285 COND_USE_SOVERSION_0=""
46286 fi
46287
46288 COND_USE_SOVERSOLARIS_1="#"
46289 if test "x$USE_SOVERSOLARIS" = "x1" ; then
46290 COND_USE_SOVERSOLARIS_1=""
46291 fi
46292
46293 COND_USE_THREADS_0="#"
46294 if test "x$USE_THREADS" = "x0" ; then
46295 COND_USE_THREADS_0=""
46296 fi
46297
46298 COND_USE_THREADS_1="#"
46299 if test "x$USE_THREADS" = "x1" ; then
46300 COND_USE_THREADS_1=""
46301 fi
46302
46303 COND_USE_XRC_1="#"
46304 if test "x$USE_XRC" = "x1" ; then
46305 COND_USE_XRC_1=""
46306 fi
46307
46308 COND_WINDOWS_IMPLIB_1="#"
46309 if test "x$WINDOWS_IMPLIB" = "x1" ; then
46310 COND_WINDOWS_IMPLIB_1=""
46311 fi
46312
46313 COND_WITH_PLUGIN_SDL_1="#"
46314 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
46315 COND_WITH_PLUGIN_SDL_1=""
46316 fi
46317
46318 COND_WXUNIV_0="#"
46319 if test "x$WXUNIV" = "x0" ; then
46320 COND_WXUNIV_0=""
46321 fi
46322
46323 COND_WXUNIV_1="#"
46324 if test "x$WXUNIV" = "x1" ; then
46325 COND_WXUNIV_1=""
46326 fi
46327
46328 COND_WXUSE_EXPAT_BUILTIN="#"
46329 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
46330 COND_WXUSE_EXPAT_BUILTIN=""
46331 fi
46332
46333 COND_WXUSE_LIBJPEG_BUILTIN="#"
46334 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
46335 COND_WXUSE_LIBJPEG_BUILTIN=""
46336 fi
46337
46338 COND_WXUSE_LIBPNG_BUILTIN="#"
46339 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
46340 COND_WXUSE_LIBPNG_BUILTIN=""
46341 fi
46342
46343 COND_WXUSE_LIBTIFF_BUILTIN="#"
46344 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
46345 COND_WXUSE_LIBTIFF_BUILTIN=""
46346 fi
46347
46348 COND_WXUSE_ODBC_BUILTIN="#"
46349 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
46350 COND_WXUSE_ODBC_BUILTIN=""
46351 fi
46352
46353 COND_WXUSE_REGEX_BUILTIN="#"
46354 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
46355 COND_WXUSE_REGEX_BUILTIN=""
46356 fi
46357
46358 COND_WXUSE_ZLIB_BUILTIN="#"
46359 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
46360 COND_WXUSE_ZLIB_BUILTIN=""
46361 fi
46362
46363
46364
46365 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
46366 { { echo "$as_me:$LINENO: error: No version found in autoconf_inc.m4 - bakefile macro was changed to take additional argument, perhaps configure.in wasn't updated (see the documentation)?" >&5
46367 echo "$as_me: error: No version found in autoconf_inc.m4 - bakefile macro was changed to take additional argument, perhaps configure.in wasn't updated (see the documentation)?" >&2;}
46368 { (exit 1); exit 1; }; }
46369 fi
46370
46371 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
46372 { { 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
46373 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;}
46374 { (exit 1); exit 1; }; }
46375 fi
46376
46377
46378 if test "$wxUSE_SHARED" = "yes"; then
46379
46380 sanitised_bakefile_mess=`echo "$SHARED_LD_CXX" | tr -d '()'`
46381 EXE_LINKER=`eval echo "$sanitised_bakefile_mess"`
46382
46383 case "${host}" in
46384 *-pc-os2_emx | *-pc-os2-emx )
46385 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
46386 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
46387 cp -p ${srcdir}/src/os2/dllnames.sh .
46388 cp -p ${srcdir}/src/os2/dllar.sh .
46389 ;;
46390 esac
46391 else
46392
46393 EXE_LINKER="$CXX -o"
46394
46395 fi
46396 if test "$wxUSE_OMF" = "yes"; then
46397 case "${host}" in
46398 *-pc-os2_emx | *-pc-os2-emx )
46399 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
46400 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
46401 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
46402 ;;
46403 esac
46404 fi
46405
46406 if test $GCC_PCH = 1 ; then
46407 CPPFLAGS="-DWX_PRECOMP $CPPFLAGS"
46408 fi
46409
46410 CPPFLAGS="$CPPFLAGS $TOOLCHAIN_DEFS"
46411
46412 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
46413
46414
46415
46416
46417
46418
46419
46420
46421
46422
46423
46424
46425
46426
46427
46428
46429
46430
46431
46432
46433
46434
46435
46436
46437
46438
46439
46440
46441
46442
46443
46444
46445
46446
46447
46448
46449
46450
46451
46452
46453
46454
46455
46456
46457
46458
46459
46460
46461
46462
46463
46464
46465
46466
46467
46468
46469
46470
46471
46472
46473
46474
46475
46476 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
46477 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
46478 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
46479 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
46480 echo $ECHO_N "(cached) $ECHO_C" >&6
46481 else
46482 cat >conftest.make <<\_ACEOF
46483 all:
46484 @echo 'ac_maketemp="$(MAKE)"'
46485 _ACEOF
46486 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
46487 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
46488 if test -n "$ac_maketemp"; then
46489 eval ac_cv_prog_make_${ac_make}_set=yes
46490 else
46491 eval ac_cv_prog_make_${ac_make}_set=no
46492 fi
46493 rm -f conftest.make
46494 fi
46495 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
46496 echo "$as_me:$LINENO: result: yes" >&5
46497 echo "${ECHO_T}yes" >&6
46498 SET_MAKE=
46499 else
46500 echo "$as_me:$LINENO: result: no" >&5
46501 echo "${ECHO_T}no" >&6
46502 SET_MAKE="MAKE=${MAKE-make}"
46503 fi
46504
46505
46506
46507 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
46508
46509
46510 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
46511
46512
46513 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
46514
46515
46516 ac_config_files="$ac_config_files version-script Makefile"
46517
46518
46519 ac_config_commands="$ac_config_commands wx-config
46520 "
46521
46522
46523
46524 if test "$wxWITH_SUBDIRS" != "no"; then
46525 if test "$wxUSE_GUI" = "yes"; then
46526 SUBDIRS="samples demos utils contrib"
46527 else SUBDIRS="samples utils"
46528 fi
46529
46530
46531
46532 # Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
46533 if test "${with_cppunit_prefix+set}" = set; then
46534 withval="$with_cppunit_prefix"
46535 cppunit_config_prefix="$withval"
46536 else
46537 cppunit_config_prefix=""
46538 fi;
46539
46540 # Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
46541 if test "${with_cppunit_exec_prefix+set}" = set; then
46542 withval="$with_cppunit_exec_prefix"
46543 cppunit_config_exec_prefix="$withval"
46544 else
46545 cppunit_config_exec_prefix=""
46546 fi;
46547
46548 if test x$cppunit_config_exec_prefix != x ; then
46549 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
46550 if test x${CPPUNIT_CONFIG+set} != xset ; then
46551 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
46552 fi
46553 fi
46554 if test x$cppunit_config_prefix != x ; then
46555 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
46556 if test x${CPPUNIT_CONFIG+set} != xset ; then
46557 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
46558 fi
46559 fi
46560
46561 # Extract the first word of "cppunit-config", so it can be a program name with args.
46562 set dummy cppunit-config; ac_word=$2
46563 echo "$as_me:$LINENO: checking for $ac_word" >&5
46564 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
46565 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
46566 echo $ECHO_N "(cached) $ECHO_C" >&6
46567 else
46568 case $CPPUNIT_CONFIG in
46569 [\\/]* | ?:[\\/]*)
46570 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
46571 ;;
46572 *)
46573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46574 for as_dir in $PATH
46575 do
46576 IFS=$as_save_IFS
46577 test -z "$as_dir" && as_dir=.
46578 for ac_exec_ext in '' $ac_executable_extensions; do
46579 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
46580 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
46581 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
46582 break 2
46583 fi
46584 done
46585 done
46586
46587 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
46588 ;;
46589 esac
46590 fi
46591 CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
46592
46593 if test -n "$CPPUNIT_CONFIG"; then
46594 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
46595 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
46596 else
46597 echo "$as_me:$LINENO: result: no" >&5
46598 echo "${ECHO_T}no" >&6
46599 fi
46600
46601 cppunit_version_min=1.8.0
46602
46603 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
46604 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
46605 no_cppunit=""
46606 if test "$CPPUNIT_CONFIG" = "no" ; then
46607 no_cppunit=yes
46608 else
46609 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
46610 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
46611 cppunit_version=`$CPPUNIT_CONFIG --version`
46612
46613 cppunit_major_version=`echo $cppunit_version | \
46614 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
46615 cppunit_minor_version=`echo $cppunit_version | \
46616 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
46617 cppunit_micro_version=`echo $cppunit_version | \
46618 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
46619
46620 cppunit_major_min=`echo $cppunit_version_min | \
46621 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
46622 cppunit_minor_min=`echo $cppunit_version_min | \
46623 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
46624 cppunit_micro_min=`echo $cppunit_version_min | \
46625 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
46626
46627 cppunit_version_proper=`expr \
46628 $cppunit_major_version \> $cppunit_major_min \| \
46629 $cppunit_major_version \= $cppunit_major_min \& \
46630 $cppunit_minor_version \> $cppunit_minor_min \| \
46631 $cppunit_major_version \= $cppunit_major_min \& \
46632 $cppunit_minor_version \= $cppunit_minor_min \& \
46633 $cppunit_micro_version \>= $cppunit_micro_min `
46634
46635 if test "$cppunit_version_proper" = "1" ; then
46636 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
46637 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
46638 else
46639 echo "$as_me:$LINENO: result: no" >&5
46640 echo "${ECHO_T}no" >&6
46641 no_cppunit=yes
46642 fi
46643 fi
46644
46645 if test "x$no_cppunit" = x ; then
46646 SUBDIRS="$SUBDIRS tests"
46647 else
46648 CPPUNIT_CFLAGS=""
46649 CPPUNIT_LIBS=""
46650 :
46651 fi
46652
46653
46654
46655
46656
46657 for subdir in `echo $SUBDIRS`; do
46658 if test -d ${srcdir}/${subdir} ; then
46659 if test "$wxUSE_GUI" = "yes"; then
46660 if test ${subdir} = "samples"; then
46661 makefiles="samples/Makefile.in $makefiles"
46662 for sample in `echo $SAMPLES_SUBDIRS`; do
46663 if test -d $srcdir/samples/$sample; then
46664 makefiles="samples/$sample/Makefile.in $makefiles"
46665 fi
46666 done
46667 else
46668 disabled_var=DISABLED_`echo $subdir | tr [a-z] [A-Z]`;
46669 eval "disabled=\$$disabled_var"
46670 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
46671 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | egrep -v "$disabled"`
46672 fi
46673 else if test ${subdir} = "samples"; then
46674 makefiles="samples/Makefile.in samples/console/Makefile.in"
46675 elif test ${subdir} = "utils"; then
46676 makefiles=""
46677 for util in HelpGen tex2rtf ; do
46678 if test -d $srcdir/utils/$util ; then
46679 makefiles="utils/$util/Makefile.in \
46680 utils/$util/src/Makefile.in \
46681 $makefiles"
46682 fi
46683 done
46684 else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
46685 fi
46686 fi
46687
46688 for mkin in $makefiles ; do
46689 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
46690 ac_config_files="$ac_config_files $mk"
46691
46692 done
46693 fi
46694 done
46695 fi
46696 cat >confcache <<\_ACEOF
46697 # This file is a shell script that caches the results of configure
46698 # tests run on this system so they can be shared between configure
46699 # scripts and configure runs, see configure's option --config-cache.
46700 # It is not useful on other systems. If it contains results you don't
46701 # want to keep, you may remove or edit it.
46702 #
46703 # config.status only pays attention to the cache file if you give it
46704 # the --recheck option to rerun configure.
46705 #
46706 # `ac_cv_env_foo' variables (set or unset) will be overridden when
46707 # loading this file, other *unset* `ac_cv_foo' will be assigned the
46708 # following values.
46709
46710 _ACEOF
46711
46712 # The following way of writing the cache mishandles newlines in values,
46713 # but we know of no workaround that is simple, portable, and efficient.
46714 # So, don't put newlines in cache variables' values.
46715 # Ultrix sh set writes to stderr and can't be redirected directly,
46716 # and sets the high bit in the cache file unless we assign to the vars.
46717 {
46718 (set) 2>&1 |
46719 case `(ac_space=' '; set | grep ac_space) 2>&1` in
46720 *ac_space=\ *)
46721 # `set' does not quote correctly, so add quotes (double-quote
46722 # substitution turns \\\\ into \\, and sed turns \\ into \).
46723 sed -n \
46724 "s/'/'\\\\''/g;
46725 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
46726 ;;
46727 *)
46728 # `set' quotes correctly as required by POSIX, so do not add quotes.
46729 sed -n \
46730 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
46731 ;;
46732 esac;
46733 } |
46734 sed '
46735 t clear
46736 : clear
46737 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
46738 t end
46739 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
46740 : end' >>confcache
46741 if diff $cache_file confcache >/dev/null 2>&1; then :; else
46742 if test -w $cache_file; then
46743 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
46744 cat confcache >$cache_file
46745 else
46746 echo "not updating unwritable cache $cache_file"
46747 fi
46748 fi
46749 rm -f confcache
46750
46751 test "x$prefix" = xNONE && prefix=$ac_default_prefix
46752 # Let make expand exec_prefix.
46753 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
46754
46755 # VPATH may cause trouble with some makes, so we remove $(srcdir),
46756 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
46757 # trailing colons and then remove the whole line if VPATH becomes empty
46758 # (actually we leave an empty line to preserve line numbers).
46759 if test "x$srcdir" = x.; then
46760 ac_vpsub='/^[ ]*VPATH[ ]*=/{
46761 s/:*\$(srcdir):*/:/;
46762 s/:*\${srcdir}:*/:/;
46763 s/:*@srcdir@:*/:/;
46764 s/^\([^=]*=[ ]*\):*/\1/;
46765 s/:*$//;
46766 s/^[^=]*=[ ]*$//;
46767 }'
46768 fi
46769
46770 DEFS=-DHAVE_CONFIG_H
46771
46772 ac_libobjs=
46773 ac_ltlibobjs=
46774 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
46775 # 1. Remove the extension, and $U if already installed.
46776 ac_i=`echo "$ac_i" |
46777 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
46778 # 2. Add them.
46779 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
46780 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
46781 done
46782 LIBOBJS=$ac_libobjs
46783
46784 LTLIBOBJS=$ac_ltlibobjs
46785
46786
46787
46788 : ${CONFIG_STATUS=./config.status}
46789 ac_clean_files_save=$ac_clean_files
46790 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
46791 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
46792 echo "$as_me: creating $CONFIG_STATUS" >&6;}
46793 cat >$CONFIG_STATUS <<_ACEOF
46794 #! $SHELL
46795 # Generated by $as_me.
46796 # Run this file to recreate the current configuration.
46797 # Compiler output produced by configure, useful for debugging
46798 # configure, is in config.log if it exists.
46799
46800 debug=false
46801 ac_cs_recheck=false
46802 ac_cs_silent=false
46803 SHELL=\${CONFIG_SHELL-$SHELL}
46804 _ACEOF
46805
46806 cat >>$CONFIG_STATUS <<\_ACEOF
46807 ## --------------------- ##
46808 ## M4sh Initialization. ##
46809 ## --------------------- ##
46810
46811 # Be Bourne compatible
46812 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
46813 emulate sh
46814 NULLCMD=:
46815 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
46816 # is contrary to our usage. Disable this feature.
46817 alias -g '${1+"$@"}'='"$@"'
46818 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
46819 set -o posix
46820 fi
46821 DUALCASE=1; export DUALCASE # for MKS sh
46822
46823 # Support unset when possible.
46824 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
46825 as_unset=unset
46826 else
46827 as_unset=false
46828 fi
46829
46830
46831 # Work around bugs in pre-3.0 UWIN ksh.
46832 $as_unset ENV MAIL MAILPATH
46833 PS1='$ '
46834 PS2='> '
46835 PS4='+ '
46836
46837 # NLS nuisances.
46838 for as_var in \
46839 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
46840 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
46841 LC_TELEPHONE LC_TIME
46842 do
46843 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
46844 eval $as_var=C; export $as_var
46845 else
46846 $as_unset $as_var
46847 fi
46848 done
46849
46850 # Required to use basename.
46851 if expr a : '\(a\)' >/dev/null 2>&1; then
46852 as_expr=expr
46853 else
46854 as_expr=false
46855 fi
46856
46857 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
46858 as_basename=basename
46859 else
46860 as_basename=false
46861 fi
46862
46863
46864 # Name of the executable.
46865 as_me=`$as_basename "$0" ||
46866 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
46867 X"$0" : 'X\(//\)$' \| \
46868 X"$0" : 'X\(/\)$' \| \
46869 . : '\(.\)' 2>/dev/null ||
46870 echo X/"$0" |
46871 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
46872 /^X\/\(\/\/\)$/{ s//\1/; q; }
46873 /^X\/\(\/\).*/{ s//\1/; q; }
46874 s/.*/./; q'`
46875
46876
46877 # PATH needs CR, and LINENO needs CR and PATH.
46878 # Avoid depending upon Character Ranges.
46879 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
46880 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
46881 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
46882 as_cr_digits='0123456789'
46883 as_cr_alnum=$as_cr_Letters$as_cr_digits
46884
46885 # The user is always right.
46886 if test "${PATH_SEPARATOR+set}" != set; then
46887 echo "#! /bin/sh" >conf$$.sh
46888 echo "exit 0" >>conf$$.sh
46889 chmod +x conf$$.sh
46890 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
46891 PATH_SEPARATOR=';'
46892 else
46893 PATH_SEPARATOR=:
46894 fi
46895 rm -f conf$$.sh
46896 fi
46897
46898
46899 as_lineno_1=$LINENO
46900 as_lineno_2=$LINENO
46901 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
46902 test "x$as_lineno_1" != "x$as_lineno_2" &&
46903 test "x$as_lineno_3" = "x$as_lineno_2" || {
46904 # Find who we are. Look in the path if we contain no path at all
46905 # relative or not.
46906 case $0 in
46907 *[\\/]* ) as_myself=$0 ;;
46908 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46909 for as_dir in $PATH
46910 do
46911 IFS=$as_save_IFS
46912 test -z "$as_dir" && as_dir=.
46913 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
46914 done
46915
46916 ;;
46917 esac
46918 # We did not find ourselves, most probably we were run as `sh COMMAND'
46919 # in which case we are not to be found in the path.
46920 if test "x$as_myself" = x; then
46921 as_myself=$0
46922 fi
46923 if test ! -f "$as_myself"; then
46924 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
46925 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
46926 { (exit 1); exit 1; }; }
46927 fi
46928 case $CONFIG_SHELL in
46929 '')
46930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46931 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
46932 do
46933 IFS=$as_save_IFS
46934 test -z "$as_dir" && as_dir=.
46935 for as_base in sh bash ksh sh5; do
46936 case $as_dir in
46937 /*)
46938 if ("$as_dir/$as_base" -c '
46939 as_lineno_1=$LINENO
46940 as_lineno_2=$LINENO
46941 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
46942 test "x$as_lineno_1" != "x$as_lineno_2" &&
46943 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
46944 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
46945 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
46946 CONFIG_SHELL=$as_dir/$as_base
46947 export CONFIG_SHELL
46948 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
46949 fi;;
46950 esac
46951 done
46952 done
46953 ;;
46954 esac
46955
46956 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
46957 # uniformly replaced by the line number. The first 'sed' inserts a
46958 # line-number line before each line; the second 'sed' does the real
46959 # work. The second script uses 'N' to pair each line-number line
46960 # with the numbered line, and appends trailing '-' during
46961 # substitution so that $LINENO is not a special case at line end.
46962 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
46963 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
46964 sed '=' <$as_myself |
46965 sed '
46966 N
46967 s,$,-,
46968 : loop
46969 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
46970 t loop
46971 s,-$,,
46972 s,^['$as_cr_digits']*\n,,
46973 ' >$as_me.lineno &&
46974 chmod +x $as_me.lineno ||
46975 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
46976 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
46977 { (exit 1); exit 1; }; }
46978
46979 # Don't try to exec as it changes $[0], causing all sort of problems
46980 # (the dirname of $[0] is not the place where we might find the
46981 # original and so on. Autoconf is especially sensible to this).
46982 . ./$as_me.lineno
46983 # Exit status is that of the last command.
46984 exit
46985 }
46986
46987
46988 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
46989 *c*,-n*) ECHO_N= ECHO_C='
46990 ' ECHO_T=' ' ;;
46991 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
46992 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
46993 esac
46994
46995 if expr a : '\(a\)' >/dev/null 2>&1; then
46996 as_expr=expr
46997 else
46998 as_expr=false
46999 fi
47000
47001 rm -f conf$$ conf$$.exe conf$$.file
47002 echo >conf$$.file
47003 if ln -s conf$$.file conf$$ 2>/dev/null; then
47004 # We could just check for DJGPP; but this test a) works b) is more generic
47005 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
47006 if test -f conf$$.exe; then
47007 # Don't use ln at all; we don't have any links
47008 as_ln_s='cp -p'
47009 else
47010 as_ln_s='ln -s'
47011 fi
47012 elif ln conf$$.file conf$$ 2>/dev/null; then
47013 as_ln_s=ln
47014 else
47015 as_ln_s='cp -p'
47016 fi
47017 rm -f conf$$ conf$$.exe conf$$.file
47018
47019 if mkdir -p . 2>/dev/null; then
47020 as_mkdir_p=:
47021 else
47022 test -d ./-p && rmdir ./-p
47023 as_mkdir_p=false
47024 fi
47025
47026 as_executable_p="test -f"
47027
47028 # Sed expression to map a string onto a valid CPP name.
47029 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
47030
47031 # Sed expression to map a string onto a valid variable name.
47032 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
47033
47034
47035 # IFS
47036 # We need space, tab and new line, in precisely that order.
47037 as_nl='
47038 '
47039 IFS=" $as_nl"
47040
47041 # CDPATH.
47042 $as_unset CDPATH
47043
47044 exec 6>&1
47045
47046 # Open the log real soon, to keep \$[0] and so on meaningful, and to
47047 # report actual input values of CONFIG_FILES etc. instead of their
47048 # values after options handling. Logging --version etc. is OK.
47049 exec 5>>config.log
47050 {
47051 echo
47052 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
47053 ## Running $as_me. ##
47054 _ASBOX
47055 } >&5
47056 cat >&5 <<_CSEOF
47057
47058 This file was extended by wxWidgets $as_me 2.7.0, which was
47059 generated by GNU Autoconf 2.59. Invocation command line was
47060
47061 CONFIG_FILES = $CONFIG_FILES
47062 CONFIG_HEADERS = $CONFIG_HEADERS
47063 CONFIG_LINKS = $CONFIG_LINKS
47064 CONFIG_COMMANDS = $CONFIG_COMMANDS
47065 $ $0 $@
47066
47067 _CSEOF
47068 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
47069 echo >&5
47070 _ACEOF
47071
47072 # Files that config.status was made for.
47073 if test -n "$ac_config_files"; then
47074 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
47075 fi
47076
47077 if test -n "$ac_config_headers"; then
47078 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
47079 fi
47080
47081 if test -n "$ac_config_links"; then
47082 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
47083 fi
47084
47085 if test -n "$ac_config_commands"; then
47086 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
47087 fi
47088
47089 cat >>$CONFIG_STATUS <<\_ACEOF
47090
47091 ac_cs_usage="\
47092 \`$as_me' instantiates files from templates according to the
47093 current configuration.
47094
47095 Usage: $0 [OPTIONS] [FILE]...
47096
47097 -h, --help print this help, then exit
47098 -V, --version print version number, then exit
47099 -q, --quiet do not print progress messages
47100 -d, --debug don't remove temporary files
47101 --recheck update $as_me by reconfiguring in the same conditions
47102 --file=FILE[:TEMPLATE]
47103 instantiate the configuration file FILE
47104 --header=FILE[:TEMPLATE]
47105 instantiate the configuration header FILE
47106
47107 Configuration files:
47108 $config_files
47109
47110 Configuration headers:
47111 $config_headers
47112
47113 Configuration commands:
47114 $config_commands
47115
47116 Report bugs to <bug-autoconf@gnu.org>."
47117 _ACEOF
47118
47119 cat >>$CONFIG_STATUS <<_ACEOF
47120 ac_cs_version="\\
47121 wxWidgets config.status 2.7.0
47122 configured by $0, generated by GNU Autoconf 2.59,
47123 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
47124
47125 Copyright (C) 2003 Free Software Foundation, Inc.
47126 This config.status script is free software; the Free Software Foundation
47127 gives unlimited permission to copy, distribute and modify it."
47128 srcdir=$srcdir
47129 INSTALL="$INSTALL"
47130 _ACEOF
47131
47132 cat >>$CONFIG_STATUS <<\_ACEOF
47133 # If no file are specified by the user, then we need to provide default
47134 # value. By we need to know if files were specified by the user.
47135 ac_need_defaults=:
47136 while test $# != 0
47137 do
47138 case $1 in
47139 --*=*)
47140 ac_option=`expr "x$1" : 'x\([^=]*\)='`
47141 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
47142 ac_shift=:
47143 ;;
47144 -*)
47145 ac_option=$1
47146 ac_optarg=$2
47147 ac_shift=shift
47148 ;;
47149 *) # This is not an option, so the user has probably given explicit
47150 # arguments.
47151 ac_option=$1
47152 ac_need_defaults=false;;
47153 esac
47154
47155 case $ac_option in
47156 # Handling of the options.
47157 _ACEOF
47158 cat >>$CONFIG_STATUS <<\_ACEOF
47159 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
47160 ac_cs_recheck=: ;;
47161 --version | --vers* | -V )
47162 echo "$ac_cs_version"; exit 0 ;;
47163 --he | --h)
47164 # Conflict between --help and --header
47165 { { echo "$as_me:$LINENO: error: ambiguous option: $1
47166 Try \`$0 --help' for more information." >&5
47167 echo "$as_me: error: ambiguous option: $1
47168 Try \`$0 --help' for more information." >&2;}
47169 { (exit 1); exit 1; }; };;
47170 --help | --hel | -h )
47171 echo "$ac_cs_usage"; exit 0 ;;
47172 --debug | --d* | -d )
47173 debug=: ;;
47174 --file | --fil | --fi | --f )
47175 $ac_shift
47176 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
47177 ac_need_defaults=false;;
47178 --header | --heade | --head | --hea )
47179 $ac_shift
47180 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
47181 ac_need_defaults=false;;
47182 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
47183 | -silent | --silent | --silen | --sile | --sil | --si | --s)
47184 ac_cs_silent=: ;;
47185
47186 # This is an error.
47187 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
47188 Try \`$0 --help' for more information." >&5
47189 echo "$as_me: error: unrecognized option: $1
47190 Try \`$0 --help' for more information." >&2;}
47191 { (exit 1); exit 1; }; } ;;
47192
47193 *) ac_config_targets="$ac_config_targets $1" ;;
47194
47195 esac
47196 shift
47197 done
47198
47199 ac_configure_extra_args=
47200
47201 if $ac_cs_silent; then
47202 exec 6>/dev/null
47203 ac_configure_extra_args="$ac_configure_extra_args --silent"
47204 fi
47205
47206 _ACEOF
47207 cat >>$CONFIG_STATUS <<_ACEOF
47208 if \$ac_cs_recheck; then
47209 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
47210 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
47211 fi
47212
47213 _ACEOF
47214
47215 cat >>$CONFIG_STATUS <<_ACEOF
47216 #
47217 # INIT-COMMANDS section.
47218 #
47219
47220 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
47221 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
47222 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
47223 LN_S="${LN_S}"
47224
47225
47226 _ACEOF
47227
47228
47229
47230 cat >>$CONFIG_STATUS <<\_ACEOF
47231 for ac_config_target in $ac_config_targets
47232 do
47233 case "$ac_config_target" in
47234 # Handling of arguments.
47235 "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
47236 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
47237 "version-script" ) CONFIG_FILES="$CONFIG_FILES version-script" ;;
47238 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
47239 "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;;
47240 "wx-config" ) CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
47241 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h" ) CONFIG_HEADERS="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
47242 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
47243 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
47244 { (exit 1); exit 1; }; };;
47245 esac
47246 done
47247
47248 # If the user did not use the arguments to specify the items to instantiate,
47249 # then the envvar interface is used. Set only those that are not.
47250 # We use the long form for the default assignment because of an extremely
47251 # bizarre bug on SunOS 4.1.3.
47252 if $ac_need_defaults; then
47253 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
47254 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
47255 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
47256 fi
47257
47258 # Have a temporary directory for convenience. Make it in the build tree
47259 # simply because there is no reason to put it here, and in addition,
47260 # creating and moving files from /tmp can sometimes cause problems.
47261 # Create a temporary directory, and hook for its removal unless debugging.
47262 $debug ||
47263 {
47264 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
47265 trap '{ (exit 1); exit 1; }' 1 2 13 15
47266 }
47267
47268 # Create a (secure) tmp directory for tmp files.
47269
47270 {
47271 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
47272 test -n "$tmp" && test -d "$tmp"
47273 } ||
47274 {
47275 tmp=./confstat$$-$RANDOM
47276 (umask 077 && mkdir $tmp)
47277 } ||
47278 {
47279 echo "$me: cannot create a temporary directory in ." >&2
47280 { (exit 1); exit 1; }
47281 }
47282
47283 _ACEOF
47284
47285 cat >>$CONFIG_STATUS <<_ACEOF
47286
47287 #
47288 # CONFIG_FILES section.
47289 #
47290
47291 # No need to generate the scripts if there are no CONFIG_FILES.
47292 # This happens for instance when ./config.status config.h
47293 if test -n "\$CONFIG_FILES"; then
47294 # Protect against being on the right side of a sed subst in config.status.
47295 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
47296 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
47297 s,@SHELL@,$SHELL,;t t
47298 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
47299 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
47300 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
47301 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
47302 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
47303 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
47304 s,@exec_prefix@,$exec_prefix,;t t
47305 s,@prefix@,$prefix,;t t
47306 s,@program_transform_name@,$program_transform_name,;t t
47307 s,@bindir@,$bindir,;t t
47308 s,@sbindir@,$sbindir,;t t
47309 s,@libexecdir@,$libexecdir,;t t
47310 s,@datadir@,$datadir,;t t
47311 s,@sysconfdir@,$sysconfdir,;t t
47312 s,@sharedstatedir@,$sharedstatedir,;t t
47313 s,@localstatedir@,$localstatedir,;t t
47314 s,@libdir@,$libdir,;t t
47315 s,@includedir@,$includedir,;t t
47316 s,@oldincludedir@,$oldincludedir,;t t
47317 s,@infodir@,$infodir,;t t
47318 s,@mandir@,$mandir,;t t
47319 s,@build_alias@,$build_alias,;t t
47320 s,@host_alias@,$host_alias,;t t
47321 s,@target_alias@,$target_alias,;t t
47322 s,@DEFS@,$DEFS,;t t
47323 s,@ECHO_C@,$ECHO_C,;t t
47324 s,@ECHO_N@,$ECHO_N,;t t
47325 s,@ECHO_T@,$ECHO_T,;t t
47326 s,@LIBS@,$LIBS,;t t
47327 s,@build@,$build,;t t
47328 s,@build_cpu@,$build_cpu,;t t
47329 s,@build_vendor@,$build_vendor,;t t
47330 s,@build_os@,$build_os,;t t
47331 s,@host@,$host,;t t
47332 s,@host_cpu@,$host_cpu,;t t
47333 s,@host_vendor@,$host_vendor,;t t
47334 s,@host_os@,$host_os,;t t
47335 s,@target@,$target,;t t
47336 s,@target_cpu@,$target_cpu,;t t
47337 s,@target_vendor@,$target_vendor,;t t
47338 s,@target_os@,$target_os,;t t
47339 s,@CC@,$CC,;t t
47340 s,@CFLAGS@,$CFLAGS,;t t
47341 s,@LDFLAGS@,$LDFLAGS,;t t
47342 s,@CPPFLAGS@,$CPPFLAGS,;t t
47343 s,@ac_ct_CC@,$ac_ct_CC,;t t
47344 s,@EXEEXT@,$EXEEXT,;t t
47345 s,@OBJEXT@,$OBJEXT,;t t
47346 s,@CPP@,$CPP,;t t
47347 s,@EGREP@,$EGREP,;t t
47348 s,@CXX@,$CXX,;t t
47349 s,@CXXFLAGS@,$CXXFLAGS,;t t
47350 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
47351 s,@RANLIB@,$RANLIB,;t t
47352 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
47353 s,@AR@,$AR,;t t
47354 s,@ac_ct_AR@,$ac_ct_AR,;t t
47355 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
47356 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
47357 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
47358 s,@STRIP@,$STRIP,;t t
47359 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
47360 s,@RESCOMP@,$RESCOMP,;t t
47361 s,@ac_ct_RESCOMP@,$ac_ct_RESCOMP,;t t
47362 s,@DLLTOOL@,$DLLTOOL,;t t
47363 s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
47364 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
47365 s,@LN_S@,$LN_S,;t t
47366 s,@LNDIR@,$LNDIR,;t t
47367 s,@CXXCPP@,$CXXCPP,;t t
47368 s,@subdirs@,$subdirs,;t t
47369 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
47370 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
47371 s,@GTK_LIBS@,$GTK_LIBS,;t t
47372 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
47373 s,@X_CFLAGS@,$X_CFLAGS,;t t
47374 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
47375 s,@X_LIBS@,$X_LIBS,;t t
47376 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
47377 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
47378 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
47379 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
47380 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
47381 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
47382 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
47383 s,@DEREZ@,$DEREZ,;t t
47384 s,@SETFILE@,$SETFILE,;t t
47385 s,@LIBICONV@,$LIBICONV,;t t
47386 s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
47387 s,@SDL_CONFIG@,$SDL_CONFIG,;t t
47388 s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
47389 s,@SDL_LIBS@,$SDL_LIBS,;t t
47390 s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t
47391 s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t
47392 s,@GSTREAMER_CFLAGS@,$GSTREAMER_CFLAGS,;t t
47393 s,@GSTREAMER_LIBS@,$GSTREAMER_LIBS,;t t
47394 s,@GST_INSPECT@,$GST_INSPECT,;t t
47395 s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
47396 s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
47397 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
47398 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
47399 s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
47400 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
47401 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
47402 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
47403 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
47404 s,@VENDOR@,$VENDOR,;t t
47405 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
47406 s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t
47407 s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t
47408 s,@WXUNIV@,$WXUNIV,;t t
47409 s,@MONOLITHIC@,$MONOLITHIC,;t t
47410 s,@USE_PLUGINS@,$USE_PLUGINS,;t t
47411 s,@EXTRALIBS@,$EXTRALIBS,;t t
47412 s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
47413 s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
47414 s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
47415 s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
47416 s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
47417 s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
47418 s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
47419 s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t
47420 s,@UNICODE@,$UNICODE,;t t
47421 s,@BUILD@,$BUILD,;t t
47422 s,@DEBUG_INFO@,$DEBUG_INFO,;t t
47423 s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
47424 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
47425 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
47426 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
47427 s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
47428 s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
47429 s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
47430 s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
47431 s,@SET_MAKE@,$SET_MAKE,;t t
47432 s,@MAKE_SET@,$MAKE_SET,;t t
47433 s,@NM@,$NM,;t t
47434 s,@ac_ct_NM@,$ac_ct_NM,;t t
47435 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
47436 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
47437 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
47438 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
47439 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
47440 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
47441 s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t
47442 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
47443 s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
47444 s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t
47445 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
47446 s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
47447 s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
47448 s,@LIBPREFIX@,$LIBPREFIX,;t t
47449 s,@LIBEXT@,$LIBEXT,;t t
47450 s,@DLLPREFIX@,$DLLPREFIX,;t t
47451 s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
47452 s,@dlldir@,$dlldir,;t t
47453 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
47454 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
47455 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
47456 s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
47457 s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
47458 s,@PIC_FLAG@,$PIC_FLAG,;t t
47459 s,@WINDOWS_IMPLIB@,$WINDOWS_IMPLIB,;t t
47460 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
47461 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
47462 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
47463 s,@USE_SOVERCYGWIN@,$USE_SOVERCYGWIN,;t t
47464 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
47465 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
47466 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
47467 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
47468 s,@GCC_PCH@,$GCC_PCH,;t t
47469 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
47470 s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
47471 s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
47472 s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
47473 s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
47474 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
47475 s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
47476 s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
47477 s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
47478 s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
47479 s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
47480 s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
47481 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
47482 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
47483 s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
47484 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
47485 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
47486 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
47487 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
47488 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
47489 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
47490 s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
47491 s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
47492 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
47493 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
47494 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
47495 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
47496 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
47497 s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
47498 s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
47499 s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
47500 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
47501 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
47502 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
47503 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
47504 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
47505 s,@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1,;t t
47506 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
47507 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
47508 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t
47509 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
47510 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
47511 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
47512 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t
47513 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
47514 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
47515 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
47516 s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
47517 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
47518 s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t
47519 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
47520 s,@COND_PLATFORM_MSDOS_1@,$COND_PLATFORM_MSDOS_1,;t t
47521 s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
47522 s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
47523 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
47524 s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
47525 s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
47526 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
47527 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
47528 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
47529 s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t
47530 s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t
47531 s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t
47532 s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
47533 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
47534 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
47535 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
47536 s,@COND_SHARED_0_USE_XRC_1@,$COND_SHARED_0_USE_XRC_1,;t t
47537 s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
47538 s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
47539 s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
47540 s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
47541 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
47542 s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
47543 s,@COND_SHARED_1_USE_XRC_1@,$COND_SHARED_1_USE_XRC_1,;t t
47544 s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t
47545 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
47546 s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
47547 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
47548 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
47549 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
47550 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
47551 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
47552 s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
47553 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
47554 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
47555 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
47556 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
47557 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
47558 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
47559 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
47560 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
47561 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
47562 s,@COND_TOOLKIT_MSW_WXUNIV_0@,$COND_TOOLKIT_MSW_WXUNIV_0,;t t
47563 s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
47564 s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
47565 s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
47566 s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
47567 s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
47568 s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
47569 s,@COND_TOOLKIT_WINCE_WXUNIV_0@,$COND_TOOLKIT_WINCE_WXUNIV_0,;t t
47570 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
47571 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
47572 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
47573 s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
47574 s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
47575 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
47576 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
47577 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
47578 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
47579 s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
47580 s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
47581 s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
47582 s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
47583 s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t
47584 s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
47585 s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t
47586 s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t
47587 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
47588 s,@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@,$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1,;t t
47589 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
47590 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
47591 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
47592 s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t
47593 s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t
47594 s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t
47595 s,@COND_WINDOWS_IMPLIB_1@,$COND_WINDOWS_IMPLIB_1,;t t
47596 s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
47597 s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t
47598 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
47599 s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
47600 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
47601 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
47602 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
47603 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
47604 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
47605 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
47606 s,@SHARED@,$SHARED,;t t
47607 s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
47608 s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
47609 s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
47610 s,@USE_GUI@,$USE_GUI,;t t
47611 s,@AFMINSTALL@,$AFMINSTALL,;t t
47612 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
47613 s,@TOOLKIT@,$TOOLKIT,;t t
47614 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
47615 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
47616 s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t
47617 s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
47618 s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
47619 s,@cross_compiling@,$cross_compiling,;t t
47620 s,@WIDGET_SET@,$WIDGET_SET,;t t
47621 s,@WX_RELEASE@,$WX_RELEASE,;t t
47622 s,@WX_VERSION@,$WX_VERSION,;t t
47623 s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t
47624 s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t
47625 s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t
47626 s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t
47627 s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
47628 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
47629 s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
47630 s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
47631 s,@GCC_PRAGMA_FLAGS@,$GCC_PRAGMA_FLAGS,;t t
47632 s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
47633 s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
47634 s,@EXE_LINKER@,$EXE_LINKER,;t t
47635 s,@GUIDIST@,$GUIDIST,;t t
47636 s,@DISTDIR@,$DISTDIR,;t t
47637 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
47638 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
47639 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
47640 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
47641 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
47642 s,@RESFLAGS@,$RESFLAGS,;t t
47643 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
47644 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
47645 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
47646 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
47647 s,@MACRESCOMP@,$MACRESCOMP,;t t
47648 s,@MACSETFILE@,$MACSETFILE,;t t
47649 s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
47650 s,@GCC@,$GCC,;t t
47651 s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
47652 s,@LIBOBJS@,$LIBOBJS,;t t
47653 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
47654 CEOF
47655
47656 _ACEOF
47657
47658 cat >>$CONFIG_STATUS <<\_ACEOF
47659 # Split the substitutions into bite-sized pieces for seds with
47660 # small command number limits, like on Digital OSF/1 and HP-UX.
47661 ac_max_sed_lines=48
47662 ac_sed_frag=1 # Number of current file.
47663 ac_beg=1 # First line for current file.
47664 ac_end=$ac_max_sed_lines # Line after last line for current file.
47665 ac_more_lines=:
47666 ac_sed_cmds=
47667 while $ac_more_lines; do
47668 if test $ac_beg -gt 1; then
47669 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
47670 else
47671 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
47672 fi
47673 if test ! -s $tmp/subs.frag; then
47674 ac_more_lines=false
47675 else
47676 # The purpose of the label and of the branching condition is to
47677 # speed up the sed processing (if there are no `@' at all, there
47678 # is no need to browse any of the substitutions).
47679 # These are the two extra sed commands mentioned above.
47680 (echo ':t
47681 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
47682 if test -z "$ac_sed_cmds"; then
47683 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
47684 else
47685 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
47686 fi
47687 ac_sed_frag=`expr $ac_sed_frag + 1`
47688 ac_beg=$ac_end
47689 ac_end=`expr $ac_end + $ac_max_sed_lines`
47690 fi
47691 done
47692 if test -z "$ac_sed_cmds"; then
47693 ac_sed_cmds=cat
47694 fi
47695 fi # test -n "$CONFIG_FILES"
47696
47697 _ACEOF
47698 cat >>$CONFIG_STATUS <<\_ACEOF
47699 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
47700 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
47701 case $ac_file in
47702 - | *:- | *:-:* ) # input from stdin
47703 cat >$tmp/stdin
47704 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
47705 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
47706 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
47707 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
47708 * ) ac_file_in=$ac_file.in ;;
47709 esac
47710
47711 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
47712 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
47713 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
47714 X"$ac_file" : 'X\(//\)[^/]' \| \
47715 X"$ac_file" : 'X\(//\)$' \| \
47716 X"$ac_file" : 'X\(/\)' \| \
47717 . : '\(.\)' 2>/dev/null ||
47718 echo X"$ac_file" |
47719 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
47720 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
47721 /^X\(\/\/\)$/{ s//\1/; q; }
47722 /^X\(\/\).*/{ s//\1/; q; }
47723 s/.*/./; q'`
47724 { if $as_mkdir_p; then
47725 mkdir -p "$ac_dir"
47726 else
47727 as_dir="$ac_dir"
47728 as_dirs=
47729 while test ! -d "$as_dir"; do
47730 as_dirs="$as_dir $as_dirs"
47731 as_dir=`(dirname "$as_dir") 2>/dev/null ||
47732 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
47733 X"$as_dir" : 'X\(//\)[^/]' \| \
47734 X"$as_dir" : 'X\(//\)$' \| \
47735 X"$as_dir" : 'X\(/\)' \| \
47736 . : '\(.\)' 2>/dev/null ||
47737 echo X"$as_dir" |
47738 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
47739 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
47740 /^X\(\/\/\)$/{ s//\1/; q; }
47741 /^X\(\/\).*/{ s//\1/; q; }
47742 s/.*/./; q'`
47743 done
47744 test ! -n "$as_dirs" || mkdir $as_dirs
47745 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
47746 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
47747 { (exit 1); exit 1; }; }; }
47748
47749 ac_builddir=.
47750
47751 if test "$ac_dir" != .; then
47752 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
47753 # A "../" for each directory in $ac_dir_suffix.
47754 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
47755 else
47756 ac_dir_suffix= ac_top_builddir=
47757 fi
47758
47759 case $srcdir in
47760 .) # No --srcdir option. We are building in place.
47761 ac_srcdir=.
47762 if test -z "$ac_top_builddir"; then
47763 ac_top_srcdir=.
47764 else
47765 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
47766 fi ;;
47767 [\\/]* | ?:[\\/]* ) # Absolute path.
47768 ac_srcdir=$srcdir$ac_dir_suffix;
47769 ac_top_srcdir=$srcdir ;;
47770 *) # Relative path.
47771 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
47772 ac_top_srcdir=$ac_top_builddir$srcdir ;;
47773 esac
47774
47775 # Do not use `cd foo && pwd` to compute absolute paths, because
47776 # the directories may not exist.
47777 case `pwd` in
47778 .) ac_abs_builddir="$ac_dir";;
47779 *)
47780 case "$ac_dir" in
47781 .) ac_abs_builddir=`pwd`;;
47782 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
47783 *) ac_abs_builddir=`pwd`/"$ac_dir";;
47784 esac;;
47785 esac
47786 case $ac_abs_builddir in
47787 .) ac_abs_top_builddir=${ac_top_builddir}.;;
47788 *)
47789 case ${ac_top_builddir}. in
47790 .) ac_abs_top_builddir=$ac_abs_builddir;;
47791 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
47792 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
47793 esac;;
47794 esac
47795 case $ac_abs_builddir in
47796 .) ac_abs_srcdir=$ac_srcdir;;
47797 *)
47798 case $ac_srcdir in
47799 .) ac_abs_srcdir=$ac_abs_builddir;;
47800 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
47801 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
47802 esac;;
47803 esac
47804 case $ac_abs_builddir in
47805 .) ac_abs_top_srcdir=$ac_top_srcdir;;
47806 *)
47807 case $ac_top_srcdir in
47808 .) ac_abs_top_srcdir=$ac_abs_builddir;;
47809 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
47810 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
47811 esac;;
47812 esac
47813
47814
47815 case $INSTALL in
47816 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
47817 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
47818 esac
47819
47820 # Let's still pretend it is `configure' which instantiates (i.e., don't
47821 # use $as_me), people would be surprised to read:
47822 # /* config.h. Generated by config.status. */
47823 if test x"$ac_file" = x-; then
47824 configure_input=
47825 else
47826 configure_input="$ac_file. "
47827 fi
47828 configure_input=$configure_input"Generated from `echo $ac_file_in |
47829 sed 's,.*/,,'` by configure."
47830
47831 # First look for the input files in the build tree, otherwise in the
47832 # src tree.
47833 ac_file_inputs=`IFS=:
47834 for f in $ac_file_in; do
47835 case $f in
47836 -) echo $tmp/stdin ;;
47837 [\\/$]*)
47838 # Absolute (can't be DOS-style, as IFS=:)
47839 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
47840 echo "$as_me: error: cannot find input file: $f" >&2;}
47841 { (exit 1); exit 1; }; }
47842 echo "$f";;
47843 *) # Relative
47844 if test -f "$f"; then
47845 # Build tree
47846 echo "$f"
47847 elif test -f "$srcdir/$f"; then
47848 # Source tree
47849 echo "$srcdir/$f"
47850 else
47851 # /dev/null tree
47852 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
47853 echo "$as_me: error: cannot find input file: $f" >&2;}
47854 { (exit 1); exit 1; }; }
47855 fi;;
47856 esac
47857 done` || { (exit 1); exit 1; }
47858
47859 if test x"$ac_file" != x-; then
47860 { echo "$as_me:$LINENO: creating $ac_file" >&5
47861 echo "$as_me: creating $ac_file" >&6;}
47862 rm -f "$ac_file"
47863 fi
47864 _ACEOF
47865 cat >>$CONFIG_STATUS <<_ACEOF
47866 sed "$ac_vpsub
47867 $extrasub
47868 _ACEOF
47869 cat >>$CONFIG_STATUS <<\_ACEOF
47870 :t
47871 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
47872 s,@configure_input@,$configure_input,;t t
47873 s,@srcdir@,$ac_srcdir,;t t
47874 s,@abs_srcdir@,$ac_abs_srcdir,;t t
47875 s,@top_srcdir@,$ac_top_srcdir,;t t
47876 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
47877 s,@builddir@,$ac_builddir,;t t
47878 s,@abs_builddir@,$ac_abs_builddir,;t t
47879 s,@top_builddir@,$ac_top_builddir,;t t
47880 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
47881 s,@INSTALL@,$ac_INSTALL,;t t
47882 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
47883 rm -f $tmp/stdin
47884 if test x"$ac_file" != x-; then
47885 mv $tmp/out $ac_file
47886 else
47887 cat $tmp/out
47888 rm -f $tmp/out
47889 fi
47890
47891 # Run the commands associated with the file.
47892 case $ac_file in
47893 lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
47894 lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
47895 esac
47896 done
47897 _ACEOF
47898 cat >>$CONFIG_STATUS <<\_ACEOF
47899
47900 #
47901 # CONFIG_HEADER section.
47902 #
47903
47904 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
47905 # NAME is the cpp macro being defined and VALUE is the value it is being given.
47906 #
47907 # ac_d sets the value in "#define NAME VALUE" lines.
47908 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
47909 ac_dB='[ ].*$,\1#\2'
47910 ac_dC=' '
47911 ac_dD=',;t'
47912 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
47913 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
47914 ac_uB='$,\1#\2define\3'
47915 ac_uC=' '
47916 ac_uD=',;t'
47917
47918 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
47919 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
47920 case $ac_file in
47921 - | *:- | *:-:* ) # input from stdin
47922 cat >$tmp/stdin
47923 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
47924 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
47925 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
47926 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
47927 * ) ac_file_in=$ac_file.in ;;
47928 esac
47929
47930 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
47931 echo "$as_me: creating $ac_file" >&6;}
47932
47933 # First look for the input files in the build tree, otherwise in the
47934 # src tree.
47935 ac_file_inputs=`IFS=:
47936 for f in $ac_file_in; do
47937 case $f in
47938 -) echo $tmp/stdin ;;
47939 [\\/$]*)
47940 # Absolute (can't be DOS-style, as IFS=:)
47941 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
47942 echo "$as_me: error: cannot find input file: $f" >&2;}
47943 { (exit 1); exit 1; }; }
47944 # Do quote $f, to prevent DOS paths from being IFS'd.
47945 echo "$f";;
47946 *) # Relative
47947 if test -f "$f"; then
47948 # Build tree
47949 echo "$f"
47950 elif test -f "$srcdir/$f"; then
47951 # Source tree
47952 echo "$srcdir/$f"
47953 else
47954 # /dev/null tree
47955 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
47956 echo "$as_me: error: cannot find input file: $f" >&2;}
47957 { (exit 1); exit 1; }; }
47958 fi;;
47959 esac
47960 done` || { (exit 1); exit 1; }
47961 # Remove the trailing spaces.
47962 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
47963
47964 _ACEOF
47965
47966 # Transform confdefs.h into two sed scripts, `conftest.defines' and
47967 # `conftest.undefs', that substitutes the proper values into
47968 # config.h.in to produce config.h. The first handles `#define'
47969 # templates, and the second `#undef' templates.
47970 # And first: Protect against being on the right side of a sed subst in
47971 # config.status. Protect against being in an unquoted here document
47972 # in config.status.
47973 rm -f conftest.defines conftest.undefs
47974 # Using a here document instead of a string reduces the quoting nightmare.
47975 # Putting comments in sed scripts is not portable.
47976 #
47977 # `end' is used to avoid that the second main sed command (meant for
47978 # 0-ary CPP macros) applies to n-ary macro definitions.
47979 # See the Autoconf documentation for `clear'.
47980 cat >confdef2sed.sed <<\_ACEOF
47981 s/[\\&,]/\\&/g
47982 s,[\\$`],\\&,g
47983 t clear
47984 : clear
47985 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
47986 t end
47987 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
47988 : end
47989 _ACEOF
47990 # If some macros were called several times there might be several times
47991 # the same #defines, which is useless. Nevertheless, we may not want to
47992 # sort them, since we want the *last* AC-DEFINE to be honored.
47993 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
47994 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
47995 rm -f confdef2sed.sed
47996
47997 # This sed command replaces #undef with comments. This is necessary, for
47998 # example, in the case of _POSIX_SOURCE, which is predefined and required
47999 # on some systems where configure will not decide to define it.
48000 cat >>conftest.undefs <<\_ACEOF
48001 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
48002 _ACEOF
48003
48004 # Break up conftest.defines because some shells have a limit on the size
48005 # of here documents, and old seds have small limits too (100 cmds).
48006 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
48007 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
48008 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
48009 echo ' :' >>$CONFIG_STATUS
48010 rm -f conftest.tail
48011 while grep . conftest.defines >/dev/null
48012 do
48013 # Write a limited-size here document to $tmp/defines.sed.
48014 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
48015 # Speed up: don't consider the non `#define' lines.
48016 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
48017 # Work around the forget-to-reset-the-flag bug.
48018 echo 't clr' >>$CONFIG_STATUS
48019 echo ': clr' >>$CONFIG_STATUS
48020 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
48021 echo 'CEOF
48022 sed -f $tmp/defines.sed $tmp/in >$tmp/out
48023 rm -f $tmp/in
48024 mv $tmp/out $tmp/in
48025 ' >>$CONFIG_STATUS
48026 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
48027 rm -f conftest.defines
48028 mv conftest.tail conftest.defines
48029 done
48030 rm -f conftest.defines
48031 echo ' fi # grep' >>$CONFIG_STATUS
48032 echo >>$CONFIG_STATUS
48033
48034 # Break up conftest.undefs because some shells have a limit on the size
48035 # of here documents, and old seds have small limits too (100 cmds).
48036 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
48037 rm -f conftest.tail
48038 while grep . conftest.undefs >/dev/null
48039 do
48040 # Write a limited-size here document to $tmp/undefs.sed.
48041 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
48042 # Speed up: don't consider the non `#undef'
48043 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
48044 # Work around the forget-to-reset-the-flag bug.
48045 echo 't clr' >>$CONFIG_STATUS
48046 echo ': clr' >>$CONFIG_STATUS
48047 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
48048 echo 'CEOF
48049 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
48050 rm -f $tmp/in
48051 mv $tmp/out $tmp/in
48052 ' >>$CONFIG_STATUS
48053 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
48054 rm -f conftest.undefs
48055 mv conftest.tail conftest.undefs
48056 done
48057 rm -f conftest.undefs
48058
48059 cat >>$CONFIG_STATUS <<\_ACEOF
48060 # Let's still pretend it is `configure' which instantiates (i.e., don't
48061 # use $as_me), people would be surprised to read:
48062 # /* config.h. Generated by config.status. */
48063 if test x"$ac_file" = x-; then
48064 echo "/* Generated by configure. */" >$tmp/config.h
48065 else
48066 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
48067 fi
48068 cat $tmp/in >>$tmp/config.h
48069 rm -f $tmp/in
48070 if test x"$ac_file" != x-; then
48071 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
48072 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
48073 echo "$as_me: $ac_file is unchanged" >&6;}
48074 else
48075 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
48076 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
48077 X"$ac_file" : 'X\(//\)[^/]' \| \
48078 X"$ac_file" : 'X\(//\)$' \| \
48079 X"$ac_file" : 'X\(/\)' \| \
48080 . : '\(.\)' 2>/dev/null ||
48081 echo X"$ac_file" |
48082 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
48083 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
48084 /^X\(\/\/\)$/{ s//\1/; q; }
48085 /^X\(\/\).*/{ s//\1/; q; }
48086 s/.*/./; q'`
48087 { if $as_mkdir_p; then
48088 mkdir -p "$ac_dir"
48089 else
48090 as_dir="$ac_dir"
48091 as_dirs=
48092 while test ! -d "$as_dir"; do
48093 as_dirs="$as_dir $as_dirs"
48094 as_dir=`(dirname "$as_dir") 2>/dev/null ||
48095 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
48096 X"$as_dir" : 'X\(//\)[^/]' \| \
48097 X"$as_dir" : 'X\(//\)$' \| \
48098 X"$as_dir" : 'X\(/\)' \| \
48099 . : '\(.\)' 2>/dev/null ||
48100 echo X"$as_dir" |
48101 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
48102 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
48103 /^X\(\/\/\)$/{ s//\1/; q; }
48104 /^X\(\/\).*/{ s//\1/; q; }
48105 s/.*/./; q'`
48106 done
48107 test ! -n "$as_dirs" || mkdir $as_dirs
48108 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
48109 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
48110 { (exit 1); exit 1; }; }; }
48111
48112 rm -f $ac_file
48113 mv $tmp/config.h $ac_file
48114 fi
48115 else
48116 cat $tmp/config.h
48117 rm -f $tmp/config.h
48118 fi
48119 done
48120 _ACEOF
48121 cat >>$CONFIG_STATUS <<\_ACEOF
48122
48123 #
48124 # CONFIG_COMMANDS section.
48125 #
48126 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
48127 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
48128 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
48129 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
48130 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
48131 X"$ac_dest" : 'X\(//\)[^/]' \| \
48132 X"$ac_dest" : 'X\(//\)$' \| \
48133 X"$ac_dest" : 'X\(/\)' \| \
48134 . : '\(.\)' 2>/dev/null ||
48135 echo X"$ac_dest" |
48136 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
48137 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
48138 /^X\(\/\/\)$/{ s//\1/; q; }
48139 /^X\(\/\).*/{ s//\1/; q; }
48140 s/.*/./; q'`
48141 { if $as_mkdir_p; then
48142 mkdir -p "$ac_dir"
48143 else
48144 as_dir="$ac_dir"
48145 as_dirs=
48146 while test ! -d "$as_dir"; do
48147 as_dirs="$as_dir $as_dirs"
48148 as_dir=`(dirname "$as_dir") 2>/dev/null ||
48149 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
48150 X"$as_dir" : 'X\(//\)[^/]' \| \
48151 X"$as_dir" : 'X\(//\)$' \| \
48152 X"$as_dir" : 'X\(/\)' \| \
48153 . : '\(.\)' 2>/dev/null ||
48154 echo X"$as_dir" |
48155 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
48156 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
48157 /^X\(\/\/\)$/{ s//\1/; q; }
48158 /^X\(\/\).*/{ s//\1/; q; }
48159 s/.*/./; q'`
48160 done
48161 test ! -n "$as_dirs" || mkdir $as_dirs
48162 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
48163 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
48164 { (exit 1); exit 1; }; }; }
48165
48166 ac_builddir=.
48167
48168 if test "$ac_dir" != .; then
48169 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
48170 # A "../" for each directory in $ac_dir_suffix.
48171 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
48172 else
48173 ac_dir_suffix= ac_top_builddir=
48174 fi
48175
48176 case $srcdir in
48177 .) # No --srcdir option. We are building in place.
48178 ac_srcdir=.
48179 if test -z "$ac_top_builddir"; then
48180 ac_top_srcdir=.
48181 else
48182 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
48183 fi ;;
48184 [\\/]* | ?:[\\/]* ) # Absolute path.
48185 ac_srcdir=$srcdir$ac_dir_suffix;
48186 ac_top_srcdir=$srcdir ;;
48187 *) # Relative path.
48188 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
48189 ac_top_srcdir=$ac_top_builddir$srcdir ;;
48190 esac
48191
48192 # Do not use `cd foo && pwd` to compute absolute paths, because
48193 # the directories may not exist.
48194 case `pwd` in
48195 .) ac_abs_builddir="$ac_dir";;
48196 *)
48197 case "$ac_dir" in
48198 .) ac_abs_builddir=`pwd`;;
48199 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
48200 *) ac_abs_builddir=`pwd`/"$ac_dir";;
48201 esac;;
48202 esac
48203 case $ac_abs_builddir in
48204 .) ac_abs_top_builddir=${ac_top_builddir}.;;
48205 *)
48206 case ${ac_top_builddir}. in
48207 .) ac_abs_top_builddir=$ac_abs_builddir;;
48208 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
48209 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
48210 esac;;
48211 esac
48212 case $ac_abs_builddir in
48213 .) ac_abs_srcdir=$ac_srcdir;;
48214 *)
48215 case $ac_srcdir in
48216 .) ac_abs_srcdir=$ac_abs_builddir;;
48217 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
48218 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
48219 esac;;
48220 esac
48221 case $ac_abs_builddir in
48222 .) ac_abs_top_srcdir=$ac_top_srcdir;;
48223 *)
48224 case $ac_top_srcdir in
48225 .) ac_abs_top_srcdir=$ac_abs_builddir;;
48226 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
48227 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
48228 esac;;
48229 esac
48230
48231
48232 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
48233 echo "$as_me: executing $ac_dest commands" >&6;}
48234 case $ac_dest in
48235 wx-config ) rm -f wx-config
48236 ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
48237 ;;
48238 esac
48239 done
48240 _ACEOF
48241
48242 cat >>$CONFIG_STATUS <<\_ACEOF
48243
48244 { (exit 0); exit 0; }
48245 _ACEOF
48246 chmod +x $CONFIG_STATUS
48247 ac_clean_files=$ac_clean_files_save
48248
48249
48250 # configure is writing to config.log, and then calls config.status.
48251 # config.status does its own redirection, appending to config.log.
48252 # Unfortunately, on DOS this fails, as config.log is still kept open
48253 # by configure, so config.status won't be able to write to it; its
48254 # output is simply discarded. So we exec the FD to /dev/null,
48255 # effectively closing config.log, so it can be properly (re)opened and
48256 # appended to by config.status. When coming back to configure, we
48257 # need to make the FD available again.
48258 if test "$no_create" != yes; then
48259 ac_cs_success=:
48260 ac_config_status_args=
48261 test "$silent" = yes &&
48262 ac_config_status_args="$ac_config_status_args --quiet"
48263 exec 5>/dev/null
48264 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
48265 exec 5>>config.log
48266 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
48267 # would make configure fail if this is the last instruction.
48268 $ac_cs_success || { (exit 1); exit 1; }
48269 fi
48270
48271 #
48272 # CONFIG_SUBDIRS section.
48273 #
48274 if test "$no_recursion" != yes; then
48275
48276 # Remove --cache-file and --srcdir arguments so they do not pile up.
48277 ac_sub_configure_args=
48278 ac_prev=
48279 for ac_arg in $ac_configure_args; do
48280 if test -n "$ac_prev"; then
48281 ac_prev=
48282 continue
48283 fi
48284 case $ac_arg in
48285 -cache-file | --cache-file | --cache-fil | --cache-fi \
48286 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
48287 ac_prev=cache_file ;;
48288 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
48289 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
48290 | --c=*)
48291 ;;
48292 --config-cache | -C)
48293 ;;
48294 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
48295 ac_prev=srcdir ;;
48296 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
48297 ;;
48298 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
48299 ac_prev=prefix ;;
48300 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
48301 ;;
48302 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
48303 esac
48304 done
48305
48306 # Always prepend --prefix to ensure using the same prefix
48307 # in subdir configurations.
48308 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
48309
48310 ac_popdir=`pwd`
48311 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
48312
48313 # Do not complain, so a configure script can configure whichever
48314 # parts of a large source tree are present.
48315 test -d $srcdir/$ac_dir || continue
48316
48317 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
48318 echo "$as_me: configuring in $ac_dir" >&6;}
48319 { if $as_mkdir_p; then
48320 mkdir -p "$ac_dir"
48321 else
48322 as_dir="$ac_dir"
48323 as_dirs=
48324 while test ! -d "$as_dir"; do
48325 as_dirs="$as_dir $as_dirs"
48326 as_dir=`(dirname "$as_dir") 2>/dev/null ||
48327 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
48328 X"$as_dir" : 'X\(//\)[^/]' \| \
48329 X"$as_dir" : 'X\(//\)$' \| \
48330 X"$as_dir" : 'X\(/\)' \| \
48331 . : '\(.\)' 2>/dev/null ||
48332 echo X"$as_dir" |
48333 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
48334 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
48335 /^X\(\/\/\)$/{ s//\1/; q; }
48336 /^X\(\/\).*/{ s//\1/; q; }
48337 s/.*/./; q'`
48338 done
48339 test ! -n "$as_dirs" || mkdir $as_dirs
48340 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
48341 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
48342 { (exit 1); exit 1; }; }; }
48343
48344 ac_builddir=.
48345
48346 if test "$ac_dir" != .; then
48347 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
48348 # A "../" for each directory in $ac_dir_suffix.
48349 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
48350 else
48351 ac_dir_suffix= ac_top_builddir=
48352 fi
48353
48354 case $srcdir in
48355 .) # No --srcdir option. We are building in place.
48356 ac_srcdir=.
48357 if test -z "$ac_top_builddir"; then
48358 ac_top_srcdir=.
48359 else
48360 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
48361 fi ;;
48362 [\\/]* | ?:[\\/]* ) # Absolute path.
48363 ac_srcdir=$srcdir$ac_dir_suffix;
48364 ac_top_srcdir=$srcdir ;;
48365 *) # Relative path.
48366 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
48367 ac_top_srcdir=$ac_top_builddir$srcdir ;;
48368 esac
48369
48370 # Do not use `cd foo && pwd` to compute absolute paths, because
48371 # the directories may not exist.
48372 case `pwd` in
48373 .) ac_abs_builddir="$ac_dir";;
48374 *)
48375 case "$ac_dir" in
48376 .) ac_abs_builddir=`pwd`;;
48377 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
48378 *) ac_abs_builddir=`pwd`/"$ac_dir";;
48379 esac;;
48380 esac
48381 case $ac_abs_builddir in
48382 .) ac_abs_top_builddir=${ac_top_builddir}.;;
48383 *)
48384 case ${ac_top_builddir}. in
48385 .) ac_abs_top_builddir=$ac_abs_builddir;;
48386 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
48387 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
48388 esac;;
48389 esac
48390 case $ac_abs_builddir in
48391 .) ac_abs_srcdir=$ac_srcdir;;
48392 *)
48393 case $ac_srcdir in
48394 .) ac_abs_srcdir=$ac_abs_builddir;;
48395 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
48396 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
48397 esac;;
48398 esac
48399 case $ac_abs_builddir in
48400 .) ac_abs_top_srcdir=$ac_top_srcdir;;
48401 *)
48402 case $ac_top_srcdir in
48403 .) ac_abs_top_srcdir=$ac_abs_builddir;;
48404 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
48405 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
48406 esac;;
48407 esac
48408
48409
48410 cd $ac_dir
48411
48412 # Check for guested configure; otherwise get Cygnus style configure.
48413 if test -f $ac_srcdir/configure.gnu; then
48414 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
48415 elif test -f $ac_srcdir/configure; then
48416 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
48417 elif test -f $ac_srcdir/configure.in; then
48418 ac_sub_configure=$ac_configure
48419 else
48420 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
48421 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
48422 ac_sub_configure=
48423 fi
48424
48425 # The recursion is here.
48426 if test -n "$ac_sub_configure"; then
48427 # Make the cache file name correct relative to the subdirectory.
48428 case $cache_file in
48429 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
48430 *) # Relative path.
48431 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
48432 esac
48433
48434 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
48435 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
48436 # The eval makes quoting arguments work.
48437 eval $ac_sub_configure $ac_sub_configure_args \
48438 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
48439 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
48440 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
48441 { (exit 1); exit 1; }; }
48442 fi
48443
48444 cd "$ac_popdir"
48445 done
48446 fi
48447
48448
48449 echo
48450 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
48451 echo ""
48452 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}"
48453 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
48454
48455 echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
48456 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
48457 echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
48458
48459 echo " What level of wxWidgets compatibility should be enabled?"
48460 echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-no}"
48461 echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-yes}"
48462
48463 echo " Which libraries should wxWidgets use?"
48464 echo " jpeg ${wxUSE_LIBJPEG-none}"
48465 echo " png ${wxUSE_LIBPNG-none}"
48466 echo " regex ${wxUSE_REGEX}"
48467 echo " tiff ${wxUSE_LIBTIFF-none}"
48468 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
48469 echo " xpm ${wxUSE_LIBXPM-none}"
48470 fi
48471 echo " zlib ${wxUSE_ZLIB}"
48472 echo " odbc ${wxUSE_ODBC}"
48473 echo " expat ${wxUSE_EXPAT}"
48474 echo " libmspack ${wxUSE_LIBMSPACK}"
48475 echo " sdl ${wxUSE_LIBSDL}"
48476 echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}"
48477
48478 echo ""
48479