]> git.saurik.com Git - wxWidgets.git/blob - configure
if we return GetSize() from DoGetBestSize(), remember it as min size as well to preve...
[wxWidgets.git] / configure
1 #! /bin/sh
2 # From configure.in Id: configure.in.
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.59 for wxWidgets 2.6.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.6.0'
274 PACKAGE_STRING='wxWidgets 2.6.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 INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA STRIP IF_GNU_MAKE LN_S CXXCPP subdirs PKG_CONFIG GTK_CFLAGS GTK_LIBS GTK_CONFIG X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS PANGOX_CFLAGS PANGOX_LIBS PANGOFT2_CFLAGS PANGOFT2_LIBS PANGOXFT_CFLAGS PANGOXFT_LIBS RESCOMP DEREZ SETFILE LIBICONV EXTRALIBS_ESD SDL_CONFIG SDL_CFLAGS SDL_LIBS LIBGNOMEPRINTUI_CFLAGS LIBGNOMEPRINTUI_LIBS GSTREAMER_CFLAGS GSTREAMER_LIBS GST_INSPECT CORE_BASE_LIBS CORE_GUI_LIBS wxUSE_ZLIB wxUSE_REGEX wxUSE_EXPAT wxUSE_ODBC wxUSE_LIBJPEG wxUSE_LIBPNG wxUSE_LIBTIFF VENDOR OFFICIAL_BUILD WX_FLAVOUR WX_LIB_FLAVOUR WXUNIV MONOLITHIC USE_PLUGINS EXTRALIBS EXTRALIBS_XML EXTRALIBS_HTML EXTRALIBS_ODBC EXTRALIBS_GUI EXTRALIBS_OPENGL EXTRALIBS_SDL WITH_PLUGIN_SDL EXTRALIBS_GNOMEPRINT UNICODE BUILD DEBUG_INFO DEBUG_FLAG TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG SAMPLES_RPATH_POSTLINK HOST_SUFFIX CPPUNIT_CFLAGS CPPUNIT_LIBS SET_MAKE MAKE_SET ac_ct_AR ac_ct_STRIP NM ac_ct_NM INSTALL_DIR LDFLAGS_GUI PLATFORM_UNIX PLATFORM_WIN32 PLATFORM_MSDOS PLATFORM_MAC PLATFORM_MACOS PLATFORM_MACOSX PLATFORM_OS2 PLATFORM_BEOS SO_SUFFIX SO_SUFFIX_MODULE DLLIMP_SUFFIX LIBPREFIX LIBEXT DLLPREFIX DLLPREFIX_MODULE AIX_CXX_LD SHARED_LD_CC SHARED_LD_CXX SHARED_LD_MODULE_CC SHARED_LD_MODULE_CXX PIC_FLAG USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING GCC_PCH COND_BUILD_DEBUG COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT COND_BUILD_DEBUG_UNICODE_0 COND_BUILD_DEBUG_UNICODE_1 COND_BUILD_RELEASE COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT COND_BUILD_RELEASE_UNICODE_0 COND_BUILD_RELEASE_UNICODE_1 COND_DEBUG_FLAG_1 COND_DEBUG_INFO_0 COND_DEBUG_INFO_1 COND_DEPS_TRACKING_0 COND_DEPS_TRACKING_1 COND_GCC_PCH_1 COND_MONOLITHIC_0 COND_MONOLITHIC_0_SHARED_0 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1 COND_MONOLITHIC_0_SHARED_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1 COND_MONOLITHIC_0_USE_ODBC_1 COND_MONOLITHIC_1 COND_MONOLITHIC_1_SHARED_0 COND_MONOLITHIC_1_SHARED_1 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_1 COND_PLATFORM_MACOSX_1_TOOLKIT_ COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA COND_PLATFORM_MACOSX_1_TOOLKIT_GTK COND_PLATFORM_MACOSX_1_TOOLKIT_MAC COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF COND_PLATFORM_MACOSX_1_TOOLKIT_X11 COND_PLATFORM_MACOSX_1_USE_GUI_1 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 COND_PLATFORM_MACOS_1 COND_PLATFORM_MAC_1 COND_PLATFORM_MSDOS_1 COND_PLATFORM_OS2_1 COND_PLATFORM_UNIX_0 COND_PLATFORM_UNIX_1 COND_PLATFORM_UNIX_1_USE_GUI_1 COND_PLATFORM_UNIX_1_USE_PLUGINS_0 COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_SHARED_0 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_SHARED_0_USE_XRC_1 COND_SHARED_0_WXUSE_EXPAT_BUILTIN COND_SHARED_0_WXUSE_ODBC_BUILTIN COND_SHARED_0_WXUSE_REGEX_BUILTIN COND_SHARED_0_WXUSE_ZLIB_BUILTIN COND_SHARED_1 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1 COND_SHARED_1_USE_XRC_1 COND_TOOLKIT_ COND_TOOLKIT_COCOA COND_TOOLKIT_COCOA_USE_GUI_1 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK COND_TOOLKIT_GTK_USE_GUI_1 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MAC COND_TOOLKIT_MAC_USE_GUI_1 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MGL COND_TOOLKIT_MGL_USE_GUI_1 COND_TOOLKIT_MOTIF COND_TOOLKIT_MOTIF_USE_GUI_1 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW COND_TOOLKIT_MSW_USE_GUI_1 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_PM COND_TOOLKIT_PM_USE_GUI_1 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_WINCE COND_TOOLKIT_WINCE_USE_GUI_1 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_X11 COND_TOOLKIT_X11_USE_GUI_1 COND_UNICODE_1 COND_USE_EXCEPTIONS_0 COND_USE_EXCEPTIONS_1 COND_USE_GUI_0 COND_USE_GUI_1 COND_USE_GUI_1_WXUNIV_0 COND_USE_GUI_1_WXUNIV_1 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_USE_ODBC_1 COND_USE_OPENGL_1 COND_USE_PLUGINS_0 COND_USE_RTTI_0 COND_USE_RTTI_1 COND_USE_SOSYMLINKS_1 COND_USE_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_1 COND_USE_THREADS_0 COND_USE_THREADS_1 COND_USE_XRC_1 COND_WITH_PLUGIN_SDL_1 COND_WXUNIV_0 COND_WXUNIV_1 COND_WXUSE_EXPAT_BUILTIN COND_WXUSE_LIBJPEG_BUILTIN COND_WXUSE_LIBPNG_BUILTIN COND_WXUSE_LIBTIFF_BUILTIN COND_WXUSE_ODBC_BUILTIN COND_WXUSE_REGEX_BUILTIN COND_WXUSE_ZLIB_BUILTIN SHARED WX_LIBRARY_BASENAME_NOGUI WX_LIBRARY_BASENAME_GUI WXDEBUG_DEFINE USE_GUI AFMINSTALL WIN32INSTALL TOOLKIT TOOLKIT_DIR TOOLCHAIN_NAME TOOLCHAIN_FULLNAME TOOLCHAIN_DEFS TOOLCHAIN_DLL_DEFS cross_compiling WIDGET_SET WX_RELEASE WX_VERSION WX_SUBVERSION WX_CHARTYPE WX_DEBUGTYPE WXCONFIG_EXTRALIBS WXCONFIG_INCLUDE WXCONFIG_RPATH WXCONFIG_LDFLAGS_GUI WX_LARGEFILE_FLAGS GCC_PRAGMA_FLAGS CODE_GEN_FLAGS CODE_GEN_FLAGS_CXX EXE_LINKER GUIDIST DISTDIR SAMPLES_SUBDIRS LDFLAGS_GL OPENGL_LIBS DMALLOC_LIBS WX_VERSION_TAG RESFLAGS RESPROGRAMOBJ WX_RESOURCES_MACOSX_ASCII WX_RESOURCES_MACOSX_DATA LIBWXMACRES MACRESCOMP MACSETFILE MACRESWXCONFIG GCC DLLTOOL CPPUNIT_CONFIG LIBOBJS LTLIBOBJS'
317 ac_subst_files=''
318
319 # Initialize some variables set by options.
320 ac_init_help=
321 ac_init_version=false
322 # The variables have the same names as the options, with
323 # dashes changed to underlines.
324 cache_file=/dev/null
325 exec_prefix=NONE
326 no_create=
327 no_recursion=
328 prefix=NONE
329 program_prefix=NONE
330 program_suffix=NONE
331 program_transform_name=s,x,x,
332 silent=
333 site=
334 srcdir=
335 verbose=
336 x_includes=NONE
337 x_libraries=NONE
338
339 # Installation directory options.
340 # These are left unexpanded so users can "make install exec_prefix=/foo"
341 # and all the variables that are supposed to be based on exec_prefix
342 # by default will actually change.
343 # Use braces instead of parens because sh, perl, etc. also accept them.
344 bindir='${exec_prefix}/bin'
345 sbindir='${exec_prefix}/sbin'
346 libexecdir='${exec_prefix}/libexec'
347 datadir='${prefix}/share'
348 sysconfdir='${prefix}/etc'
349 sharedstatedir='${prefix}/com'
350 localstatedir='${prefix}/var'
351 libdir='${exec_prefix}/lib'
352 includedir='${prefix}/include'
353 oldincludedir='/usr/include'
354 infodir='${prefix}/info'
355 mandir='${prefix}/man'
356
357 ac_prev=
358 for ac_option
359 do
360 # If the previous option needs an argument, assign it.
361 if test -n "$ac_prev"; then
362 eval "$ac_prev=\$ac_option"
363 ac_prev=
364 continue
365 fi
366
367 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
368
369 # Accept the important Cygnus configure options, so we can diagnose typos.
370
371 case $ac_option in
372
373 -bindir | --bindir | --bindi | --bind | --bin | --bi)
374 ac_prev=bindir ;;
375 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
376 bindir=$ac_optarg ;;
377
378 -build | --build | --buil | --bui | --bu)
379 ac_prev=build_alias ;;
380 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
381 build_alias=$ac_optarg ;;
382
383 -cache-file | --cache-file | --cache-fil | --cache-fi \
384 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
385 ac_prev=cache_file ;;
386 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
387 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
388 cache_file=$ac_optarg ;;
389
390 --config-cache | -C)
391 cache_file=config.cache ;;
392
393 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
394 ac_prev=datadir ;;
395 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
396 | --da=*)
397 datadir=$ac_optarg ;;
398
399 -disable-* | --disable-*)
400 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
401 # Reject names that are not valid shell variable names.
402 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
403 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
404 { (exit 1); exit 1; }; }
405 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
406 eval "enable_$ac_feature=no" ;;
407
408 -enable-* | --enable-*)
409 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
410 # Reject names that are not valid shell variable names.
411 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
412 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
413 { (exit 1); exit 1; }; }
414 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
415 case $ac_option in
416 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
417 *) ac_optarg=yes ;;
418 esac
419 eval "enable_$ac_feature='$ac_optarg'" ;;
420
421 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
422 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
423 | --exec | --exe | --ex)
424 ac_prev=exec_prefix ;;
425 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
426 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
427 | --exec=* | --exe=* | --ex=*)
428 exec_prefix=$ac_optarg ;;
429
430 -gas | --gas | --ga | --g)
431 # Obsolete; use --with-gas.
432 with_gas=yes ;;
433
434 -help | --help | --hel | --he | -h)
435 ac_init_help=long ;;
436 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
437 ac_init_help=recursive ;;
438 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
439 ac_init_help=short ;;
440
441 -host | --host | --hos | --ho)
442 ac_prev=host_alias ;;
443 -host=* | --host=* | --hos=* | --ho=*)
444 host_alias=$ac_optarg ;;
445
446 -includedir | --includedir | --includedi | --included | --include \
447 | --includ | --inclu | --incl | --inc)
448 ac_prev=includedir ;;
449 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
450 | --includ=* | --inclu=* | --incl=* | --inc=*)
451 includedir=$ac_optarg ;;
452
453 -infodir | --infodir | --infodi | --infod | --info | --inf)
454 ac_prev=infodir ;;
455 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
456 infodir=$ac_optarg ;;
457
458 -libdir | --libdir | --libdi | --libd)
459 ac_prev=libdir ;;
460 -libdir=* | --libdir=* | --libdi=* | --libd=*)
461 libdir=$ac_optarg ;;
462
463 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
464 | --libexe | --libex | --libe)
465 ac_prev=libexecdir ;;
466 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
467 | --libexe=* | --libex=* | --libe=*)
468 libexecdir=$ac_optarg ;;
469
470 -localstatedir | --localstatedir | --localstatedi | --localstated \
471 | --localstate | --localstat | --localsta | --localst \
472 | --locals | --local | --loca | --loc | --lo)
473 ac_prev=localstatedir ;;
474 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
475 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
476 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
477 localstatedir=$ac_optarg ;;
478
479 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
480 ac_prev=mandir ;;
481 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
482 mandir=$ac_optarg ;;
483
484 -nfp | --nfp | --nf)
485 # Obsolete; use --without-fp.
486 with_fp=no ;;
487
488 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
489 | --no-cr | --no-c | -n)
490 no_create=yes ;;
491
492 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
493 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
494 no_recursion=yes ;;
495
496 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
497 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
498 | --oldin | --oldi | --old | --ol | --o)
499 ac_prev=oldincludedir ;;
500 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
501 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
502 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
503 oldincludedir=$ac_optarg ;;
504
505 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
506 ac_prev=prefix ;;
507 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
508 prefix=$ac_optarg ;;
509
510 -program-prefix | --program-prefix | --program-prefi | --program-pref \
511 | --program-pre | --program-pr | --program-p)
512 ac_prev=program_prefix ;;
513 -program-prefix=* | --program-prefix=* | --program-prefi=* \
514 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
515 program_prefix=$ac_optarg ;;
516
517 -program-suffix | --program-suffix | --program-suffi | --program-suff \
518 | --program-suf | --program-su | --program-s)
519 ac_prev=program_suffix ;;
520 -program-suffix=* | --program-suffix=* | --program-suffi=* \
521 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
522 program_suffix=$ac_optarg ;;
523
524 -program-transform-name | --program-transform-name \
525 | --program-transform-nam | --program-transform-na \
526 | --program-transform-n | --program-transform- \
527 | --program-transform | --program-transfor \
528 | --program-transfo | --program-transf \
529 | --program-trans | --program-tran \
530 | --progr-tra | --program-tr | --program-t)
531 ac_prev=program_transform_name ;;
532 -program-transform-name=* | --program-transform-name=* \
533 | --program-transform-nam=* | --program-transform-na=* \
534 | --program-transform-n=* | --program-transform-=* \
535 | --program-transform=* | --program-transfor=* \
536 | --program-transfo=* | --program-transf=* \
537 | --program-trans=* | --program-tran=* \
538 | --progr-tra=* | --program-tr=* | --program-t=*)
539 program_transform_name=$ac_optarg ;;
540
541 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
542 | -silent | --silent | --silen | --sile | --sil)
543 silent=yes ;;
544
545 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
546 ac_prev=sbindir ;;
547 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
548 | --sbi=* | --sb=*)
549 sbindir=$ac_optarg ;;
550
551 -sharedstatedir | --sharedstatedir | --sharedstatedi \
552 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
553 | --sharedst | --shareds | --shared | --share | --shar \
554 | --sha | --sh)
555 ac_prev=sharedstatedir ;;
556 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
557 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
558 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
559 | --sha=* | --sh=*)
560 sharedstatedir=$ac_optarg ;;
561
562 -site | --site | --sit)
563 ac_prev=site ;;
564 -site=* | --site=* | --sit=*)
565 site=$ac_optarg ;;
566
567 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
568 ac_prev=srcdir ;;
569 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
570 srcdir=$ac_optarg ;;
571
572 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
573 | --syscon | --sysco | --sysc | --sys | --sy)
574 ac_prev=sysconfdir ;;
575 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
576 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
577 sysconfdir=$ac_optarg ;;
578
579 -target | --target | --targe | --targ | --tar | --ta | --t)
580 ac_prev=target_alias ;;
581 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
582 target_alias=$ac_optarg ;;
583
584 -v | -verbose | --verbose | --verbos | --verbo | --verb)
585 verbose=yes ;;
586
587 -version | --version | --versio | --versi | --vers | -V)
588 ac_init_version=: ;;
589
590 -with-* | --with-*)
591 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
592 # Reject names that are not valid shell variable names.
593 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
594 { echo "$as_me: error: invalid package name: $ac_package" >&2
595 { (exit 1); exit 1; }; }
596 ac_package=`echo $ac_package| sed 's/-/_/g'`
597 case $ac_option in
598 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
599 *) ac_optarg=yes ;;
600 esac
601 eval "with_$ac_package='$ac_optarg'" ;;
602
603 -without-* | --without-*)
604 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
605 # Reject names that are not valid shell variable names.
606 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
607 { echo "$as_me: error: invalid package name: $ac_package" >&2
608 { (exit 1); exit 1; }; }
609 ac_package=`echo $ac_package | sed 's/-/_/g'`
610 eval "with_$ac_package=no" ;;
611
612 --x)
613 # Obsolete; use --with-x.
614 with_x=yes ;;
615
616 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
617 | --x-incl | --x-inc | --x-in | --x-i)
618 ac_prev=x_includes ;;
619 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
620 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
621 x_includes=$ac_optarg ;;
622
623 -x-libraries | --x-libraries | --x-librarie | --x-librari \
624 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
625 ac_prev=x_libraries ;;
626 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
627 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
628 x_libraries=$ac_optarg ;;
629
630 -*) { echo "$as_me: error: unrecognized option: $ac_option
631 Try \`$0 --help' for more information." >&2
632 { (exit 1); exit 1; }; }
633 ;;
634
635 *=*)
636 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
637 # Reject names that are not valid shell variable names.
638 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
639 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
640 { (exit 1); exit 1; }; }
641 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
642 eval "$ac_envvar='$ac_optarg'"
643 export $ac_envvar ;;
644
645 *)
646 # FIXME: should be removed in autoconf 3.0.
647 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
648 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
649 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
650 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
651 ;;
652
653 esac
654 done
655
656 if test -n "$ac_prev"; then
657 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
658 { echo "$as_me: error: missing argument to $ac_option" >&2
659 { (exit 1); exit 1; }; }
660 fi
661
662 # Be sure to have absolute paths.
663 for ac_var in exec_prefix prefix
664 do
665 eval ac_val=$`echo $ac_var`
666 case $ac_val in
667 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
668 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
669 { (exit 1); exit 1; }; };;
670 esac
671 done
672
673 # Be sure to have absolute paths.
674 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
675 localstatedir libdir includedir oldincludedir infodir mandir
676 do
677 eval ac_val=$`echo $ac_var`
678 case $ac_val in
679 [\\/$]* | ?:[\\/]* ) ;;
680 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
681 { (exit 1); exit 1; }; };;
682 esac
683 done
684
685 # There might be people who depend on the old broken behavior: `$host'
686 # used to hold the argument of --host etc.
687 # FIXME: To remove some day.
688 build=$build_alias
689 host=$host_alias
690 target=$target_alias
691
692 # FIXME: To remove some day.
693 if test "x$host_alias" != x; then
694 if test "x$build_alias" = x; then
695 cross_compiling=maybe
696 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
697 If a cross compiler is detected then cross compile mode will be used." >&2
698 elif test "x$build_alias" != "x$host_alias"; then
699 cross_compiling=yes
700 fi
701 fi
702
703 ac_tool_prefix=
704 test -n "$host_alias" && ac_tool_prefix=$host_alias-
705
706 test "$silent" = yes && exec 6>/dev/null
707
708
709 # Find the source files, if location was not specified.
710 if test -z "$srcdir"; then
711 ac_srcdir_defaulted=yes
712 # Try the directory containing this script, then its parent.
713 ac_confdir=`(dirname "$0") 2>/dev/null ||
714 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
715 X"$0" : 'X\(//\)[^/]' \| \
716 X"$0" : 'X\(//\)$' \| \
717 X"$0" : 'X\(/\)' \| \
718 . : '\(.\)' 2>/dev/null ||
719 echo X"$0" |
720 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
721 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
722 /^X\(\/\/\)$/{ s//\1/; q; }
723 /^X\(\/\).*/{ s//\1/; q; }
724 s/.*/./; q'`
725 srcdir=$ac_confdir
726 if test ! -r $srcdir/$ac_unique_file; then
727 srcdir=..
728 fi
729 else
730 ac_srcdir_defaulted=no
731 fi
732 if test ! -r $srcdir/$ac_unique_file; then
733 if test "$ac_srcdir_defaulted" = yes; then
734 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
735 { (exit 1); exit 1; }; }
736 else
737 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
738 { (exit 1); exit 1; }; }
739 fi
740 fi
741 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
742 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
743 { (exit 1); exit 1; }; }
744 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
745 ac_env_build_alias_set=${build_alias+set}
746 ac_env_build_alias_value=$build_alias
747 ac_cv_env_build_alias_set=${build_alias+set}
748 ac_cv_env_build_alias_value=$build_alias
749 ac_env_host_alias_set=${host_alias+set}
750 ac_env_host_alias_value=$host_alias
751 ac_cv_env_host_alias_set=${host_alias+set}
752 ac_cv_env_host_alias_value=$host_alias
753 ac_env_target_alias_set=${target_alias+set}
754 ac_env_target_alias_value=$target_alias
755 ac_cv_env_target_alias_set=${target_alias+set}
756 ac_cv_env_target_alias_value=$target_alias
757 ac_env_CC_set=${CC+set}
758 ac_env_CC_value=$CC
759 ac_cv_env_CC_set=${CC+set}
760 ac_cv_env_CC_value=$CC
761 ac_env_CFLAGS_set=${CFLAGS+set}
762 ac_env_CFLAGS_value=$CFLAGS
763 ac_cv_env_CFLAGS_set=${CFLAGS+set}
764 ac_cv_env_CFLAGS_value=$CFLAGS
765 ac_env_LDFLAGS_set=${LDFLAGS+set}
766 ac_env_LDFLAGS_value=$LDFLAGS
767 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
768 ac_cv_env_LDFLAGS_value=$LDFLAGS
769 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
770 ac_env_CPPFLAGS_value=$CPPFLAGS
771 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
772 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
773 ac_env_CPP_set=${CPP+set}
774 ac_env_CPP_value=$CPP
775 ac_cv_env_CPP_set=${CPP+set}
776 ac_cv_env_CPP_value=$CPP
777 ac_env_CXX_set=${CXX+set}
778 ac_env_CXX_value=$CXX
779 ac_cv_env_CXX_set=${CXX+set}
780 ac_cv_env_CXX_value=$CXX
781 ac_env_CXXFLAGS_set=${CXXFLAGS+set}
782 ac_env_CXXFLAGS_value=$CXXFLAGS
783 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
784 ac_cv_env_CXXFLAGS_value=$CXXFLAGS
785 ac_env_CXXCPP_set=${CXXCPP+set}
786 ac_env_CXXCPP_value=$CXXCPP
787 ac_cv_env_CXXCPP_set=${CXXCPP+set}
788 ac_cv_env_CXXCPP_value=$CXXCPP
789
790 #
791 # Report the --help message.
792 #
793 if test "$ac_init_help" = "long"; then
794 # Omit some internal or obsolete options to make the list less imposing.
795 # This message is too long to be a string in the A/UX 3.1 sh.
796 cat <<_ACEOF
797 \`configure' configures wxWidgets 2.6.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.6.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-compat22 enable wxWidgets 2.2 compatibility
893 --disable-compat24 disable wxWidgets 2.4 compatibility
894 --disable-rpath disable use of rpath for uninstalled builds
895 --enable-intl use internationalization system
896 --enable-config use wxConfig (and derived) classes
897 --enable-protocols use wxProtocol and derived classes
898 --enable-ftp use wxFTP (requires wxProtocol
899 --enable-http use wxHTTP (requires wxProtocol
900 --enable-fileproto use wxFileProto class (requires wxProtocol
901 --enable-sockets use socket/network classes
902 --enable-ole use OLE classes (Win32 only)
903 --enable-dataobj use data object classes
904 --enable-ipc use interprocess communication (wxSocket etc.)
905 --enable-apple_ieee use the Apple IEEE codec
906 --enable-arcstream use wxArchive streams
907 --enable-backtrace use wxStackWalker class for getting backtraces
908 --enable-catch_segvs catch signals in wxApp::OnFatalException (Unix only)
909 --enable-cmdline use wxCmdLineParser class
910 --enable-datetime use wxDateTime class
911 --enable-debugreport use wxDebugReport class
912 --enable-dialupman use dialup network classes
913 --enable-dynlib use wxLibrary class for DLL loading
914 --enable-dynamicloader use (new) wxDynamicLibrary class
915 --enable-exceptions build exception-safe library
916 --enable-ffile use wxFFile class
917 --enable-file use wxFile class
918 --enable-filesystem use virtual file systems classes
919 --enable-fontmap use font encodings conversion classes
920 --enable-fs_inet use virtual HTTP/FTP filesystems
921 --enable-fs_zip use virtual ZIP filesystems
922 --enable-geometry use geometry class
923 --enable-log use logging system
924 --enable-longlong use wxLongLong class
925 --enable-mimetype use wxMimeTypesManager
926 --enable-mslu use MS Layer for Unicode on Windows 9x (Win32 only)
927 --enable-snglinst use wxSingleInstanceChecker class
928 --enable-std_iostreams use standard C++ stream classes
929 --enable-std_string use standard C++ string classes
930 --enable-stdpaths use wxStandardPaths class
931 --enable-stopwatch use wxStopWatch class
932 --enable-streams use wxStream etc classes
933 --enable-sysoptions use wxSystemOptions
934 --enable-textbuf use wxTextBuffer class
935 --enable-textfile use wxTextFile class
936 --enable-timer use wxTimer class
937 --enable-unicode compile wxString with Unicode support
938 --enable-sound use wxSound class
939 --enable-mediactrl use wxMediaCtrl class
940 --enable-wxprintfv use wxWidgets implementation of vprintf()
941 --enable-zipstream use wxZip streams
942 --enable-url use wxURL class
943 --enable-protocol use wxProtocol class
944 --enable-protocol-http HTTP support in wxProtocol
945 --enable-protocol-ftp FTP support in wxProtocol
946 --enable-protocol-file FILE support in wxProtocol
947 --enable-threads use threads
948 --enable-docview use document view architecture
949 --enable-help use help subsystem
950 --enable-mshtmlhelp use MS HTML Help (win32)
951 --enable-html use wxHTML sub-library
952 --enable-htmlhelp use wxHTML-based help
953 --enable-xrc use XRC resources sub-library
954 --enable-constraints use layout-constraints system
955 --enable-printarch use printing architecture
956 --enable-mdi use multiple document interface architecture
957 --enable-mdidoc use docview architecture with MDI
958 --enable-loggui use standard GUI logger
959 --enable-logwin use wxLogWindow
960 --enable-logdialog use wxLogDialog
961 --enable-webkit use wxWebKitCtrl (Mac)
962 --enable-postscript use wxPostscriptDC device context (default for gtk+)
963 --enable-prologio not available; see contrib
964 --enable-resources not available; see contrib
965 --enable-clipboard use wxClipboard class
966 --enable-dnd use Drag'n'Drop classes
967 --enable-metafile use win32 metafiles
968 --enable-controls use all usual controls
969 --enable-accel use accelerators
970 --enable-button use wxButton class
971 --enable-bmpbutton use wxBitmapButton class
972 --enable-calendar use wxCalendarCtrl class
973 --enable-caret use wxCaret class
974 --enable-checkbox use wxCheckBox class
975 --enable-checklst use wxCheckListBox (listbox with checkboxes) class
976 --enable-choice use wxChoice class
977 --enable-choicebook use wxChoicebook class
978 --enable-combobox use wxComboBox class
979 --enable-datepick use wxDatePickerCtrl class
980 --enable-display use wxDisplay class
981 --enable-gauge use wxGauge class
982 --enable-grid use wxGrid class
983 --enable-imaglist use wxImageList class
984 --enable-listbook use wxListbook class
985 --enable-listbox use wxListBox class
986 --enable-listctrl use wxListCtrl class
987 --enable-notebook use wxNotebook class
988 --enable-radiobox use wxRadioBox class
989 --enable-radiobtn use wxRadioButton class
990 --enable-sash use wxSashWindow class
991 --enable-scrollbar use wxScrollBar class and scrollable windows
992 --enable-slider use wxSlider class
993 --enable-spinbtn use wxSpinButton class
994 --enable-spinctrl use wxSpinCtrl class
995 --enable-splitter use wxSplitterWindow class
996 --enable-statbmp use wxStaticBitmap class
997 --enable-statbox use wxStaticBox class
998 --enable-statline use wxStaticLine class
999 --enable-stattext use wxStaticText class
1000 --enable-statusbar use wxStatusBar class
1001 --enable-tabdialog use wxTabControl class
1002 --enable-textctrl use wxTextCtrl class
1003 --enable-togglebtn use wxToggleButton class
1004 --enable-toolbar use wxToolBar class
1005 --enable-tbarnative use native wxToolBar class
1006 --enable-tbarsmpl use wxToolBarSimple class
1007 --enable-treectrl use wxTreeCtrl class
1008 --enable-tipwindow use wxTipWindow class
1009 --enable-popupwin use wxPopUpWindow class
1010 --enable-commondlg use all common dialogs
1011 --enable-choicedlg use wxChoiceDialog
1012 --enable-coldlg use wxColourDialog
1013 --enable-filedlg use wxFileDialog
1014 --enable-finddlg use wxFindReplaceDialog
1015 --enable-fontdlg use wxFontDialog
1016 --enable-dirdlg use wxDirDialog
1017 --enable-msgdlg use wxMessageDialog
1018 --enable-numberdlg use wxNumberEntryDialog
1019 --enable-splash use wxSplashScreen
1020 --enable-textdlg use wxTextDialog
1021 --enable-tipdlg use startup tips
1022 --enable-progressdlg use wxProgressDialog
1023 --enable-wizarddlg use wxWizard
1024 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
1025 --enable-miniframe use wxMiniFrame class
1026 --enable-tooltips use wxToolTip class
1027 --enable-splines use spline drawing code
1028 --enable-mousewheel use mousewheel
1029 --enable-validators use wxValidator and derived classes
1030 --enable-busyinfo use wxBusyInfo
1031 --enable-joystick use wxJoystick
1032 --enable-metafiles use wxMetaFile (Windows only)
1033 --enable-dragimage use wxDragImage
1034 --enable-accessibility enable accessibility support
1035 --enable-palette use wxPalette class
1036 --enable-image use wxImage class
1037 --enable-gif use gif images (GIF file format)
1038 --enable-pcx use pcx images (PCX file format)
1039 --enable-iff use iff images (IFF file format)
1040 --enable-pnm use pnm images (PNM file format)
1041 --enable-xpm use xpm images (XPM file format)
1042 --enable-icocur use Windows ICO and CUR formats
1043 --enable-official_build official build of wxWidgets (win32 DLL only)
1044 --enable-vendor=VENDOR vendor name (win32 DLL only)
1045 --disable-largefile omit support for large files
1046 --disable-gtktest do not try to compile and run a test GTK+ program
1047 --disable-gtktest Do not try to compile and run a test GTK program
1048 --disable-sdltest Do not try to compile and run a test SDL program
1049 --enable-omf use OMF object format (OS/2)
1050 --disable-precomp-headers
1051 don't use precompiled headers even if compiler can
1052
1053 Optional Packages:
1054 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1055 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1056 --with-gtk[=VERSION] use GTK+, VERSION can be 2 (default), 1 or "any"
1057 --with-motif use Motif/Lesstif
1058 --with-mac use Mac OS X
1059 --with-cocoa use Cocoa
1060 --with-wine use Wine
1061 --with-msw use MS-Windows
1062 --with-pm use OS/2 Presentation Manager
1063 --with-mgl use SciTech MGL
1064 --with-microwin use MicroWindows
1065 --with-x11 use X11
1066 --with-libpng use libpng (PNG image format)
1067 --with-libjpeg use libjpeg (JPEG file format)
1068 --with-libtiff use libtiff (TIFF file format)
1069 --with-libxpm use libxpm (XPM file format)
1070 --with-libmspack use libmspack (CHM help files loading)
1071 --with-sdl use SDL for audio on Unix
1072 --with-gnomeprint use GNOME print for printing under Unix
1073 --with-opengl use OpenGL (or Mesa)
1074 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1075 --with-regex enable support for wxRegEx class
1076 --with-zlib use zlib for LZW compression
1077 --with-odbc use the IODBC and wxODBC classes
1078 --with-expat enable XML support using expat parser
1079 --with-flavour=NAME specify a name to identify this build
1080 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1081 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1082 --with-x use the X Window System
1083 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1084 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1085 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1086 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1087 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1088
1089 Some influential environment variables:
1090 CC C compiler command
1091 CFLAGS C compiler flags
1092 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1093 nonstandard directory <lib dir>
1094 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1095 headers in a nonstandard directory <include dir>
1096 CPP C preprocessor
1097 CXX C++ compiler command
1098 CXXFLAGS C++ compiler flags
1099 CXXCPP C++ preprocessor
1100
1101 Use these variables to override the choices made by `configure' or to help
1102 it to find libraries and programs with nonstandard names/locations.
1103
1104 Report bugs to <wx-dev@lists.wxwidgets.org>.
1105 _ACEOF
1106 fi
1107
1108 if test "$ac_init_help" = "recursive"; then
1109 # If there are subdirs, report their specific --help.
1110 ac_popdir=`pwd`
1111 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1112 test -d $ac_dir || continue
1113 ac_builddir=.
1114
1115 if test "$ac_dir" != .; then
1116 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1117 # A "../" for each directory in $ac_dir_suffix.
1118 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1119 else
1120 ac_dir_suffix= ac_top_builddir=
1121 fi
1122
1123 case $srcdir in
1124 .) # No --srcdir option. We are building in place.
1125 ac_srcdir=.
1126 if test -z "$ac_top_builddir"; then
1127 ac_top_srcdir=.
1128 else
1129 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1130 fi ;;
1131 [\\/]* | ?:[\\/]* ) # Absolute path.
1132 ac_srcdir=$srcdir$ac_dir_suffix;
1133 ac_top_srcdir=$srcdir ;;
1134 *) # Relative path.
1135 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1136 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1137 esac
1138
1139 # Do not use `cd foo && pwd` to compute absolute paths, because
1140 # the directories may not exist.
1141 case `pwd` in
1142 .) ac_abs_builddir="$ac_dir";;
1143 *)
1144 case "$ac_dir" in
1145 .) ac_abs_builddir=`pwd`;;
1146 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1147 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1148 esac;;
1149 esac
1150 case $ac_abs_builddir in
1151 .) ac_abs_top_builddir=${ac_top_builddir}.;;
1152 *)
1153 case ${ac_top_builddir}. in
1154 .) ac_abs_top_builddir=$ac_abs_builddir;;
1155 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1156 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1157 esac;;
1158 esac
1159 case $ac_abs_builddir in
1160 .) ac_abs_srcdir=$ac_srcdir;;
1161 *)
1162 case $ac_srcdir in
1163 .) ac_abs_srcdir=$ac_abs_builddir;;
1164 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1165 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1166 esac;;
1167 esac
1168 case $ac_abs_builddir in
1169 .) ac_abs_top_srcdir=$ac_top_srcdir;;
1170 *)
1171 case $ac_top_srcdir in
1172 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1173 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1174 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1175 esac;;
1176 esac
1177
1178 cd $ac_dir
1179 # Check for guested configure; otherwise get Cygnus style configure.
1180 if test -f $ac_srcdir/configure.gnu; then
1181 echo
1182 $SHELL $ac_srcdir/configure.gnu --help=recursive
1183 elif test -f $ac_srcdir/configure; then
1184 echo
1185 $SHELL $ac_srcdir/configure --help=recursive
1186 elif test -f $ac_srcdir/configure.ac ||
1187 test -f $ac_srcdir/configure.in; then
1188 echo
1189 $ac_configure --help
1190 else
1191 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1192 fi
1193 cd $ac_popdir
1194 done
1195 fi
1196
1197 test -n "$ac_init_help" && exit 0
1198 if $ac_init_version; then
1199 cat <<\_ACEOF
1200 wxWidgets configure 2.6.0
1201 generated by GNU Autoconf 2.59
1202
1203 Copyright (C) 2003 Free Software Foundation, Inc.
1204 This configure script is free software; the Free Software Foundation
1205 gives unlimited permission to copy, distribute and modify it.
1206 _ACEOF
1207 exit 0
1208 fi
1209 exec 5>config.log
1210 cat >&5 <<_ACEOF
1211 This file contains any messages produced by compilers while
1212 running configure, to aid debugging if configure makes a mistake.
1213
1214 It was created by wxWidgets $as_me 2.6.0, which was
1215 generated by GNU Autoconf 2.59. Invocation command line was
1216
1217 $ $0 $@
1218
1219 _ACEOF
1220 {
1221 cat <<_ASUNAME
1222 ## --------- ##
1223 ## Platform. ##
1224 ## --------- ##
1225
1226 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1227 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1228 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1229 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1230 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1231
1232 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1233 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1234
1235 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1236 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1237 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1238 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1239 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1240 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1241 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1242
1243 _ASUNAME
1244
1245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1246 for as_dir in $PATH
1247 do
1248 IFS=$as_save_IFS
1249 test -z "$as_dir" && as_dir=.
1250 echo "PATH: $as_dir"
1251 done
1252
1253 } >&5
1254
1255 cat >&5 <<_ACEOF
1256
1257
1258 ## ----------- ##
1259 ## Core tests. ##
1260 ## ----------- ##
1261
1262 _ACEOF
1263
1264
1265 # Keep a trace of the command line.
1266 # Strip out --no-create and --no-recursion so they do not pile up.
1267 # Strip out --silent because we don't want to record it for future runs.
1268 # Also quote any args containing shell meta-characters.
1269 # Make two passes to allow for proper duplicate-argument suppression.
1270 ac_configure_args=
1271 ac_configure_args0=
1272 ac_configure_args1=
1273 ac_sep=
1274 ac_must_keep_next=false
1275 for ac_pass in 1 2
1276 do
1277 for ac_arg
1278 do
1279 case $ac_arg in
1280 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1281 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1282 | -silent | --silent | --silen | --sile | --sil)
1283 continue ;;
1284 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1285 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1286 esac
1287 case $ac_pass in
1288 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1289 2)
1290 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1291 if test $ac_must_keep_next = true; then
1292 ac_must_keep_next=false # Got value, back to normal.
1293 else
1294 case $ac_arg in
1295 *=* | --config-cache | -C | -disable-* | --disable-* \
1296 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1297 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1298 | -with-* | --with-* | -without-* | --without-* | --x)
1299 case "$ac_configure_args0 " in
1300 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1301 esac
1302 ;;
1303 -* ) ac_must_keep_next=true ;;
1304 esac
1305 fi
1306 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1307 # Get rid of the leading space.
1308 ac_sep=" "
1309 ;;
1310 esac
1311 done
1312 done
1313 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1314 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1315
1316 # When interrupted or exit'd, cleanup temporary files, and complete
1317 # config.log. We remove comments because anyway the quotes in there
1318 # would cause problems or look ugly.
1319 # WARNING: Be sure not to use single quotes in there, as some shells,
1320 # such as our DU 5.0 friend, will then `close' the trap.
1321 trap 'exit_status=$?
1322 # Save into config.log some information that might help in debugging.
1323 {
1324 echo
1325
1326 cat <<\_ASBOX
1327 ## ---------------- ##
1328 ## Cache variables. ##
1329 ## ---------------- ##
1330 _ASBOX
1331 echo
1332 # The following way of writing the cache mishandles newlines in values,
1333 {
1334 (set) 2>&1 |
1335 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1336 *ac_space=\ *)
1337 sed -n \
1338 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1339 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1340 ;;
1341 *)
1342 sed -n \
1343 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1344 ;;
1345 esac;
1346 }
1347 echo
1348
1349 cat <<\_ASBOX
1350 ## ----------------- ##
1351 ## Output variables. ##
1352 ## ----------------- ##
1353 _ASBOX
1354 echo
1355 for ac_var in $ac_subst_vars
1356 do
1357 eval ac_val=$`echo $ac_var`
1358 echo "$ac_var='"'"'$ac_val'"'"'"
1359 done | sort
1360 echo
1361
1362 if test -n "$ac_subst_files"; then
1363 cat <<\_ASBOX
1364 ## ------------- ##
1365 ## Output files. ##
1366 ## ------------- ##
1367 _ASBOX
1368 echo
1369 for ac_var in $ac_subst_files
1370 do
1371 eval ac_val=$`echo $ac_var`
1372 echo "$ac_var='"'"'$ac_val'"'"'"
1373 done | sort
1374 echo
1375 fi
1376
1377 if test -s confdefs.h; then
1378 cat <<\_ASBOX
1379 ## ----------- ##
1380 ## confdefs.h. ##
1381 ## ----------- ##
1382 _ASBOX
1383 echo
1384 sed "/^$/d" confdefs.h | sort
1385 echo
1386 fi
1387 test "$ac_signal" != 0 &&
1388 echo "$as_me: caught signal $ac_signal"
1389 echo "$as_me: exit $exit_status"
1390 } >&5
1391 rm -f core *.core &&
1392 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1393 exit $exit_status
1394 ' 0
1395 for ac_signal in 1 2 13 15; do
1396 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1397 done
1398 ac_signal=0
1399
1400 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1401 rm -rf conftest* confdefs.h
1402 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1403 echo >confdefs.h
1404
1405 # Predefined preprocessor variables.
1406
1407 cat >>confdefs.h <<_ACEOF
1408 #define PACKAGE_NAME "$PACKAGE_NAME"
1409 _ACEOF
1410
1411
1412 cat >>confdefs.h <<_ACEOF
1413 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1414 _ACEOF
1415
1416
1417 cat >>confdefs.h <<_ACEOF
1418 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1419 _ACEOF
1420
1421
1422 cat >>confdefs.h <<_ACEOF
1423 #define PACKAGE_STRING "$PACKAGE_STRING"
1424 _ACEOF
1425
1426
1427 cat >>confdefs.h <<_ACEOF
1428 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1429 _ACEOF
1430
1431
1432 # Let the site file select an alternate cache file if it wants to.
1433 # Prefer explicitly selected file to automatically selected ones.
1434 if test -z "$CONFIG_SITE"; then
1435 if test "x$prefix" != xNONE; then
1436 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1437 else
1438 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1439 fi
1440 fi
1441 for ac_site_file in $CONFIG_SITE; do
1442 if test -r "$ac_site_file"; then
1443 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1444 echo "$as_me: loading site script $ac_site_file" >&6;}
1445 sed 's/^/| /' "$ac_site_file" >&5
1446 . "$ac_site_file"
1447 fi
1448 done
1449
1450 if test -r "$cache_file"; then
1451 # Some versions of bash will fail to source /dev/null (special
1452 # files actually), so we avoid doing that.
1453 if test -f "$cache_file"; then
1454 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1455 echo "$as_me: loading cache $cache_file" >&6;}
1456 case $cache_file in
1457 [\\/]* | ?:[\\/]* ) . $cache_file;;
1458 *) . ./$cache_file;;
1459 esac
1460 fi
1461 else
1462 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1463 echo "$as_me: creating cache $cache_file" >&6;}
1464 >$cache_file
1465 fi
1466
1467 # Check that the precious variables saved in the cache have kept the same
1468 # value.
1469 ac_cache_corrupted=false
1470 for ac_var in `(set) 2>&1 |
1471 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1472 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1473 eval ac_new_set=\$ac_env_${ac_var}_set
1474 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1475 eval ac_new_val="\$ac_env_${ac_var}_value"
1476 case $ac_old_set,$ac_new_set in
1477 set,)
1478 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1479 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1480 ac_cache_corrupted=: ;;
1481 ,set)
1482 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1483 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1484 ac_cache_corrupted=: ;;
1485 ,);;
1486 *)
1487 if test "x$ac_old_val" != "x$ac_new_val"; then
1488 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1489 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1490 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1491 echo "$as_me: former value: $ac_old_val" >&2;}
1492 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1493 echo "$as_me: current value: $ac_new_val" >&2;}
1494 ac_cache_corrupted=:
1495 fi;;
1496 esac
1497 # Pass precious variables to config.status.
1498 if test "$ac_new_set" = set; then
1499 case $ac_new_val in
1500 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1501 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1502 *) ac_arg=$ac_var=$ac_new_val ;;
1503 esac
1504 case " $ac_configure_args " in
1505 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1506 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1507 esac
1508 fi
1509 done
1510 if $ac_cache_corrupted; then
1511 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1512 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1513 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1514 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1515 { (exit 1); exit 1; }; }
1516 fi
1517
1518 ac_ext=c
1519 ac_cpp='$CPP $CPPFLAGS'
1520 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1521 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1522 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553 ac_aux_dir=
1554 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1555 if test -f $ac_dir/install-sh; then
1556 ac_aux_dir=$ac_dir
1557 ac_install_sh="$ac_aux_dir/install-sh -c"
1558 break
1559 elif test -f $ac_dir/install.sh; then
1560 ac_aux_dir=$ac_dir
1561 ac_install_sh="$ac_aux_dir/install.sh -c"
1562 break
1563 elif test -f $ac_dir/shtool; then
1564 ac_aux_dir=$ac_dir
1565 ac_install_sh="$ac_aux_dir/shtool install -c"
1566 break
1567 fi
1568 done
1569 if test -z "$ac_aux_dir"; then
1570 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1571 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1572 { (exit 1); exit 1; }; }
1573 fi
1574 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1575 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1576 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1577
1578 # Make sure we can run config.sub.
1579 $ac_config_sub sun4 >/dev/null 2>&1 ||
1580 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1581 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1582 { (exit 1); exit 1; }; }
1583
1584 echo "$as_me:$LINENO: checking build system type" >&5
1585 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1586 if test "${ac_cv_build+set}" = set; then
1587 echo $ECHO_N "(cached) $ECHO_C" >&6
1588 else
1589 ac_cv_build_alias=$build_alias
1590 test -z "$ac_cv_build_alias" &&
1591 ac_cv_build_alias=`$ac_config_guess`
1592 test -z "$ac_cv_build_alias" &&
1593 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1594 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1595 { (exit 1); exit 1; }; }
1596 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1597 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1598 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1599 { (exit 1); exit 1; }; }
1600
1601 fi
1602 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1603 echo "${ECHO_T}$ac_cv_build" >&6
1604 build=$ac_cv_build
1605 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1606 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1607 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1608
1609
1610 echo "$as_me:$LINENO: checking host system type" >&5
1611 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1612 if test "${ac_cv_host+set}" = set; then
1613 echo $ECHO_N "(cached) $ECHO_C" >&6
1614 else
1615 ac_cv_host_alias=$host_alias
1616 test -z "$ac_cv_host_alias" &&
1617 ac_cv_host_alias=$ac_cv_build_alias
1618 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1619 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1620 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1621 { (exit 1); exit 1; }; }
1622
1623 fi
1624 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1625 echo "${ECHO_T}$ac_cv_host" >&6
1626 host=$ac_cv_host
1627 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1628 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1629 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1630
1631
1632 echo "$as_me:$LINENO: checking target system type" >&5
1633 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1634 if test "${ac_cv_target+set}" = set; then
1635 echo $ECHO_N "(cached) $ECHO_C" >&6
1636 else
1637 ac_cv_target_alias=$target_alias
1638 test "x$ac_cv_target_alias" = "x" &&
1639 ac_cv_target_alias=$ac_cv_host_alias
1640 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1641 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1642 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1643 { (exit 1); exit 1; }; }
1644
1645 fi
1646 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1647 echo "${ECHO_T}$ac_cv_target" >&6
1648 target=$ac_cv_target
1649 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1650 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1651 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1652
1653
1654 # The aliases save the names the user supplied, while $host etc.
1655 # will get canonicalized.
1656 test -n "$target_alias" &&
1657 test "$program_prefix$program_suffix$program_transform_name" = \
1658 NONENONEs,x,x, &&
1659 program_prefix=${target_alias}-
1660
1661
1662
1663 wx_major_version_number=2
1664 wx_minor_version_number=6
1665 wx_release_number=0
1666 wx_subrelease_number=1
1667
1668 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
1669 WX_VERSION=$WX_RELEASE.$wx_release_number
1670 WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
1671
1672 WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
1673
1674 WX_CURRENT=0
1675 WX_REVISION=0
1676 WX_AGE=0
1677
1678
1679
1680 USE_UNIX=1
1681 USE_OS2=0
1682 USE_WIN32=0
1683 USE_DOS=0
1684 USE_BEOS=0
1685 USE_MAC=0
1686
1687 USE_AIX=
1688 USE_BSD= USE_DARWIN= USE_FREEBSD=
1689 USE_GNU= USE_HPUX=
1690 USE_LINUX=
1691 USE_NETBSD=
1692 USE_OPENBSD=
1693 USE_OSF= USE_SGI=
1694 USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
1695 USE_ULTRIX=
1696 USE_UNIXWARE=
1697
1698 USE_ALPHA=
1699
1700 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1701
1702 ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1703
1704 DEFAULT_wxUSE_COCOA=0
1705 DEFAULT_wxUSE_GTK=0
1706 DEFAULT_wxUSE_MAC=0
1707 DEFAULT_wxUSE_MGL=0
1708 DEFAULT_wxUSE_MICROWIN=0
1709 DEFAULT_wxUSE_MOTIF=0
1710 DEFAULT_wxUSE_MSW=0
1711 DEFAULT_wxUSE_PM=0
1712 DEFAULT_wxUSE_X11=0
1713
1714 DEFAULT_DEFAULT_wxUSE_COCOA=0
1715 DEFAULT_DEFAULT_wxUSE_GTK=0
1716 DEFAULT_DEFAULT_wxUSE_MAC=0
1717 DEFAULT_DEFAULT_wxUSE_MGL=0
1718 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1719 DEFAULT_DEFAULT_wxUSE_MOTIF=0
1720 DEFAULT_DEFAULT_wxUSE_MSW=0
1721 DEFAULT_DEFAULT_wxUSE_PM=0
1722 DEFAULT_DEFAULT_wxUSE_X11=0
1723
1724 PROGRAM_EXT=
1725 SO_SUFFIX=so
1726 SAMPLES_RPATH_FLAG=
1727 SAMPLES_RPATH_POSTLINK=
1728
1729 DEFAULT_STD_FLAG=yes
1730
1731 case "${host}" in
1732 *-hp-hpux* )
1733 USE_HPUX=1
1734 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1735 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1736 SO_SUFFIX=sl
1737 cat >>confdefs.h <<\_ACEOF
1738 #define __HPUX__ 1
1739 _ACEOF
1740
1741 ;;
1742 *-*-linux* )
1743 USE_LINUX=1
1744 cat >>confdefs.h <<\_ACEOF
1745 #define __LINUX__ 1
1746 _ACEOF
1747
1748 TMP=`uname -m`
1749 if test "x$TMP" = "xalpha"; then
1750 USE_ALPHA=1
1751 cat >>confdefs.h <<\_ACEOF
1752 #define __ALPHA__ 1
1753 _ACEOF
1754
1755 fi
1756 DEFAULT_DEFAULT_wxUSE_GTK=1
1757 ;;
1758 *-*-gnu* | *-*-k*bsd*-gnu )
1759 USE_GNU=1
1760 TMP=`uname -m`
1761 if test "x$TMP" = "xalpha"; then
1762 USE_ALPHA=1
1763 cat >>confdefs.h <<\_ACEOF
1764 #define __ALPHA__ 1
1765 _ACEOF
1766
1767 fi
1768 DEFAULT_DEFAULT_wxUSE_GTK=1
1769 ;;
1770 *-*-irix5* | *-*-irix6* )
1771 USE_SGI=1
1772 USE_SVR4=1
1773 cat >>confdefs.h <<\_ACEOF
1774 #define __SGI__ 1
1775 _ACEOF
1776
1777 cat >>confdefs.h <<\_ACEOF
1778 #define __SVR4__ 1
1779 _ACEOF
1780
1781 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1782 ;;
1783 *-*-solaris2* )
1784 USE_SUN=1
1785 USE_SOLARIS=1
1786 USE_SVR4=1
1787 cat >>confdefs.h <<\_ACEOF
1788 #define __SUN__ 1
1789 _ACEOF
1790
1791 cat >>confdefs.h <<\_ACEOF
1792 #define __SOLARIS__ 1
1793 _ACEOF
1794
1795 cat >>confdefs.h <<\_ACEOF
1796 #define __SVR4__ 1
1797 _ACEOF
1798
1799 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1800 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1801 ;;
1802 *-*-sunos4* )
1803 USE_SUN=1
1804 USE_SUNOS=1
1805 USE_BSD=1
1806 cat >>confdefs.h <<\_ACEOF
1807 #define __SUN__ 1
1808 _ACEOF
1809
1810 cat >>confdefs.h <<\_ACEOF
1811 #define __SUNOS__ 1
1812 _ACEOF
1813
1814 cat >>confdefs.h <<\_ACEOF
1815 #define __BSD__ 1
1816 _ACEOF
1817
1818 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1819 ;;
1820 *-*-freebsd*)
1821 USE_BSD=1
1822 USE_FREEBSD=1
1823 cat >>confdefs.h <<\_ACEOF
1824 #define __FREEBSD__ 1
1825 _ACEOF
1826
1827 cat >>confdefs.h <<\_ACEOF
1828 #define __BSD__ 1
1829 _ACEOF
1830
1831 DEFAULT_DEFAULT_wxUSE_GTK=1
1832 ;;
1833 *-*-openbsd*)
1834 USE_BSD=1
1835 USE_OPENBSD=1
1836 cat >>confdefs.h <<\_ACEOF
1837 #define __OPENBSD__ 1
1838 _ACEOF
1839
1840 cat >>confdefs.h <<\_ACEOF
1841 #define __BSD__ 1
1842 _ACEOF
1843
1844 DEFAULT_DEFAULT_wxUSE_GTK=1
1845 ;;
1846 *-*-netbsd*)
1847 USE_BSD=1
1848 USE_NETBSD=1
1849 cat >>confdefs.h <<\_ACEOF
1850 #define __NETBSD__ 1
1851 _ACEOF
1852
1853 cat >>confdefs.h <<\_ACEOF
1854 #define __BSD__ 1
1855 _ACEOF
1856
1857 DEFAULT_DEFAULT_wxUSE_GTK=1
1858 ;;
1859 *-*-osf* )
1860 USE_ALPHA=1
1861 USE_OSF=1
1862 cat >>confdefs.h <<\_ACEOF
1863 #define __ALPHA__ 1
1864 _ACEOF
1865
1866 cat >>confdefs.h <<\_ACEOF
1867 #define __OSF__ 1
1868 _ACEOF
1869
1870 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1871 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1872 ;;
1873 *-*-dgux5* )
1874 USE_ALPHA=1
1875 USE_SVR4=1
1876 cat >>confdefs.h <<\_ACEOF
1877 #define __ALPHA__ 1
1878 _ACEOF
1879
1880 cat >>confdefs.h <<\_ACEOF
1881 #define __SVR4__ 1
1882 _ACEOF
1883
1884 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1885 ;;
1886 *-*-sysv5* )
1887 USE_SYSV=1
1888 USE_SVR4=1
1889 cat >>confdefs.h <<\_ACEOF
1890 #define __SYSV__ 1
1891 _ACEOF
1892
1893 cat >>confdefs.h <<\_ACEOF
1894 #define __SVR4__ 1
1895 _ACEOF
1896
1897 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1898 ;;
1899 *-*-aix* )
1900 USE_AIX=1
1901 USE_SYSV=1
1902 USE_SVR4=1
1903 SO_SUFFIX=a
1904 cat >>confdefs.h <<\_ACEOF
1905 #define __AIX__ 1
1906 _ACEOF
1907
1908 cat >>confdefs.h <<\_ACEOF
1909 #define __SYSV__ 1
1910 _ACEOF
1911
1912 cat >>confdefs.h <<\_ACEOF
1913 #define __SVR4__ 1
1914 _ACEOF
1915
1916 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1917 ;;
1918
1919 *-*-*UnixWare*)
1920 USE_SYSV=1
1921 USE_SVR4=1
1922 USE_UNIXWARE=1
1923 cat >>confdefs.h <<\_ACEOF
1924 #define __UNIXWARE__ 1
1925 _ACEOF
1926
1927 ;;
1928
1929 *-*-cygwin* | *-*-mingw32* )
1930 SO_SUFFIX=dll
1931 PROGRAM_EXT=".exe"
1932 RESCOMP=windres
1933 DEFAULT_DEFAULT_wxUSE_MSW=1
1934 DEFAULT_STD_FLAG=no
1935 ;;
1936
1937 *-pc-msdosdjgpp )
1938 USE_UNIX=0
1939 USE_DOS=1
1940 cat >>confdefs.h <<\_ACEOF
1941 #define __DOS__ 1
1942 _ACEOF
1943
1944 PROGRAM_EXT=".exe"
1945 DEFAULT_DEFAULT_wxUSE_MGL=1
1946 ;;
1947
1948 *-pc-os2_emx | *-pc-os2-emx )
1949 cat >>confdefs.h <<\_ACEOF
1950 #define __EMX__ 1
1951 _ACEOF
1952
1953 USE_OS2=1
1954 cat >>confdefs.h <<\_ACEOF
1955 #define __OS2__ 1
1956 _ACEOF
1957
1958 PROGRAM_EXT=".exe"
1959 DEFAULT_DEFAULT_wxUSE_PM=1
1960 CXX=gcc
1961 LDFLAGS="$LDFLAGS -Zcrtdll"
1962 ac_executable_extensions=".exe"
1963 export ac_executable_extensions
1964 ac_save_IFS="$IFS"
1965 IFS='\\'
1966 ac_TEMP_PATH=
1967 for ac_dir in $PATH; do
1968 IFS=$ac_save_IFS
1969 if test -z "$ac_TEMP_PATH"; then
1970 ac_TEMP_PATH="$ac_dir"
1971 else
1972 ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
1973 fi
1974 done
1975 export PATH="$ac_TEMP_PATH"
1976 unset ac_TEMP_PATH
1977 DEFAULT_STD_FLAG=no
1978 ;;
1979
1980 powerpc-*-darwin* )
1981 USE_BSD=1
1982 USE_DARWIN=1
1983 SO_SUFFIX=dylib
1984 cat >>confdefs.h <<\_ACEOF
1985 #define __BSD__ 1
1986 _ACEOF
1987
1988 cat >>confdefs.h <<\_ACEOF
1989 #define __DARWIN__ 1
1990 _ACEOF
1991
1992 cat >>confdefs.h <<\_ACEOF
1993 #define TARGET_CARBON 1
1994 _ACEOF
1995
1996 DEFAULT_DEFAULT_wxUSE_MAC=1
1997 DEFAULT_STD_FLAG=no
1998 ;;
1999 powerpc-apple-macos* )
2000 USE_UNIX=0
2001 ac_cv_c_bigendian=yes
2002 SO_SUFFIX=shlib
2003 DEFAULT_DEFAULT_wxUSE_MAC=1
2004 DEFAULT_STD_FLAG=no
2005 ;;
2006
2007 *-*-beos* )
2008 USE_BEOS=1
2009 cat >>confdefs.h <<\_ACEOF
2010 #define __BEOS__ 1
2011 _ACEOF
2012
2013 ;;
2014
2015 *)
2016 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
2017 echo "$as_me: error: unknown system type ${host}." >&2;}
2018 { (exit 1); exit 1; }; }
2019 esac
2020
2021
2022
2023
2024 wx_arg_cache_file="configarg.cache"
2025 echo "loading argument cache $wx_arg_cache_file"
2026 rm -f ${wx_arg_cache_file}.tmp
2027 touch ${wx_arg_cache_file}.tmp
2028 touch ${wx_arg_cache_file}
2029
2030
2031 DEBUG_CONFIGURE=0
2032 if test $DEBUG_CONFIGURE = 1; then
2033 DEFAULT_wxUSE_UNIVERSAL=no
2034 DEFAULT_wxUSE_STL=no
2035
2036 DEFAULT_wxUSE_NANOX=no
2037
2038 DEFAULT_wxUSE_THREADS=yes
2039
2040 DEFAULT_wxUSE_SHARED=yes
2041 DEFAULT_wxUSE_OPTIMISE=no
2042 DEFAULT_wxUSE_PROFILE=no
2043 DEFAULT_wxUSE_NO_DEPS=no
2044 DEFAULT_wxUSE_NO_RTTI=no
2045 DEFAULT_wxUSE_NO_EXCEPTIONS=no
2046 DEFAULT_wxUSE_RPATH=yes
2047 DEFAULT_wxUSE_PERMISSIVE=no
2048 DEFAULT_wxUSE_DEBUG_FLAG=yes
2049 DEFAULT_wxUSE_DEBUG_INFO=yes
2050 DEFAULT_wxUSE_DEBUG_GDB=yes
2051 DEFAULT_wxUSE_MEM_TRACING=no
2052 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2053 DEFAULT_wxUSE_DMALLOC=no
2054 DEFAULT_wxUSE_APPLE_IEEE=no
2055
2056 DEFAULT_wxUSE_EXCEPTIONS=no
2057 DEFAULT_wxUSE_LOG=yes
2058 DEFAULT_wxUSE_LOGWINDOW=no
2059 DEFAULT_wxUSE_LOGGUI=no
2060 DEFAULT_wxUSE_LOGDIALOG=no
2061
2062 DEFAULT_wxUSE_GUI=yes
2063 DEFAULT_wxUSE_CONTROLS=no
2064
2065 DEFAULT_wxUSE_REGEX=no
2066 DEFAULT_wxUSE_XML=no
2067 DEFAULT_wxUSE_EXPAT=no
2068 DEFAULT_wxUSE_ZLIB=no
2069 DEFAULT_wxUSE_LIBPNG=no
2070 DEFAULT_wxUSE_LIBJPEG=no
2071 DEFAULT_wxUSE_LIBTIFF=no
2072 DEFAULT_wxUSE_LIBXPM=no
2073 DEFAULT_wxUSE_LIBMSPACK=no
2074 DEFAULT_wxUSE_LIBSDL=no
2075 DEFAULT_wxUSE_LIBGNOMEPRINT=no
2076 DEFAULT_wxUSE_ODBC=no
2077 DEFAULT_wxUSE_OPENGL=no
2078
2079 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
2080 DEFAULT_wxUSE_STACKWALKER=no
2081 DEFAULT_wxUSE_DEBUGREPORT=no
2082 DEFAULT_wxUSE_SNGLINST_CHECKER=no
2083 DEFAULT_wxUSE_STD_IOSTREAM=no
2084 DEFAULT_wxUSE_STD_STRING=no
2085 DEFAULT_wxUSE_CMDLINE_PARSER=no
2086 DEFAULT_wxUSE_DATETIME=no
2087 DEFAULT_wxUSE_TIMER=no
2088 DEFAULT_wxUSE_STOPWATCH=no
2089 DEFAULT_wxUSE_FILE=no
2090 DEFAULT_wxUSE_FFILE=no
2091 DEFAULT_wxUSE_STDPATHS=no
2092 DEFAULT_wxUSE_TEXTBUFFER=no
2093 DEFAULT_wxUSE_TEXTFILE=no
2094 DEFAULT_wxUSE_SOUND=no
2095 DEFAULT_wxUSE_MEDIACTRL=no
2096 DEFAULT_wxUSE_INTL=no
2097 DEFAULT_wxUSE_CONFIG=no
2098 DEFAULT_wxUSE_FONTMAP=no
2099 DEFAULT_wxUSE_STREAMS=no
2100 DEFAULT_wxUSE_SOCKETS=no
2101 DEFAULT_wxUSE_OLE=no
2102 DEFAULT_wxUSE_DATAOBJ=no
2103 DEFAULT_wxUSE_DIALUP_MANAGER=no
2104 DEFAULT_wxUSE_JOYSTICK=no
2105 DEFAULT_wxUSE_DYNLIB_CLASS=no
2106 DEFAULT_wxUSE_DYNAMIC_LOADER=no
2107 DEFAULT_wxUSE_LONGLONG=no
2108 DEFAULT_wxUSE_GEOMETRY=no
2109
2110 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
2111 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
2112 DEFAULT_wxUSE_POSTSCRIPT=no
2113
2114 DEFAULT_wxUSE_CLIPBOARD=no
2115 DEFAULT_wxUSE_TOOLTIPS=no
2116 DEFAULT_wxUSE_DRAG_AND_DROP=no
2117 DEFAULT_wxUSE_DRAGIMAGE=no
2118 DEFAULT_wxUSE_SPLINES=no
2119 DEFAULT_wxUSE_MOUSEWHEEL=no
2120
2121 DEFAULT_wxUSE_MDI=no
2122 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
2123 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
2124 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
2125
2126 DEFAULT_wxUSE_RESOURCES=no
2127 DEFAULT_wxUSE_CONSTRAINTS=no
2128 DEFAULT_wxUSE_IPC=no
2129 DEFAULT_wxUSE_HELP=no
2130 DEFAULT_wxUSE_MS_HTML_HELP=no
2131 DEFAULT_wxUSE_WXHTML_HELP=no
2132 DEFAULT_wxUSE_TREELAYOUT=no
2133 DEFAULT_wxUSE_METAFILE=no
2134 DEFAULT_wxUSE_MIMETYPE=no
2135 DEFAULT_wxUSE_SYSTEM_OPTIONS=no
2136 DEFAULT_wxUSE_PROTOCOL=no
2137 DEFAULT_wxUSE_PROTOCOL_HTTP=no
2138 DEFAULT_wxUSE_PROTOCOL_FTP=no
2139 DEFAULT_wxUSE_PROTOCOL_FILE=no
2140 DEFAULT_wxUSE_URL=no
2141
2142 DEFAULT_wxUSE_COMMONDLGS=no
2143 DEFAULT_wxUSE_CHOICEDLG=no
2144 DEFAULT_wxUSE_COLOURDLG=no
2145 DEFAULT_wxUSE_DIRDLG=no
2146 DEFAULT_wxUSE_FILEDLG=no
2147 DEFAULT_wxUSE_FINDREPLDLG=no
2148 DEFAULT_wxUSE_FONTDLG=no
2149 DEFAULT_wxUSE_MSGDLG=no
2150 DEFAULT_wxUSE_NUMBERDLG=no
2151 DEFAULT_wxUSE_TEXTDLG=no
2152 DEFAULT_wxUSE_SPLASH=no
2153 DEFAULT_wxUSE_STARTUP_TIPS=no
2154 DEFAULT_wxUSE_PROGRESSDLG=no
2155 DEFAULT_wxUSE_WIZARDDLG=no
2156
2157 DEFAULT_wxUSE_MENUS=no
2158 DEFAULT_wxUSE_MINIFRAME=no
2159 DEFAULT_wxUSE_HTML=no
2160 DEFAULT_wxUSE_XRC=no
2161 DEFAULT_wxUSE_WEBKIT=no
2162 DEFAULT_wxUSE_FILESYSTEM=no
2163 DEFAULT_wxUSE_FS_INET=no
2164 DEFAULT_wxUSE_FS_ZIP=no
2165 DEFAULT_wxUSE_BUSYINFO=no
2166 DEFAULT_wxUSE_ARCHIVE_STREAMS=no
2167 DEFAULT_wxUSE_ZIPSTREAM=no
2168 DEFAULT_wxUSE_VALIDATORS=no
2169
2170 DEFAULT_wxUSE_ACCEL=no
2171 DEFAULT_wxUSE_BUTTON=no
2172 DEFAULT_wxUSE_BMPBUTTON=no
2173 DEFAULT_wxUSE_CALCTRL=no
2174 DEFAULT_wxUSE_CARET=no
2175 DEFAULT_wxUSE_CHECKBOX=no
2176 DEFAULT_wxUSE_CHECKLST=no
2177 DEFAULT_wxUSE_CHOICE=no
2178 DEFAULT_wxUSE_CHOICEBOOK=no
2179 DEFAULT_wxUSE_COMBOBOX=no
2180 DEFAULT_wxUSE_DATEPICKCTRL=no
2181 DEFAULT_wxUSE_DISPLAY=no
2182 DEFAULT_wxUSE_GAUGE=no
2183 DEFAULT_wxUSE_GRID=no
2184 DEFAULT_wxUSE_IMAGLIST=no
2185 DEFAULT_wxUSE_LISTBOOK=no
2186 DEFAULT_wxUSE_LISTBOX=no
2187 DEFAULT_wxUSE_LISTCTRL=no
2188 DEFAULT_wxUSE_NOTEBOOK=no
2189 DEFAULT_wxUSE_RADIOBOX=no
2190 DEFAULT_wxUSE_RADIOBTN=no
2191 DEFAULT_wxUSE_SASH=no
2192 DEFAULT_wxUSE_SCROLLBAR=no
2193 DEFAULT_wxUSE_SLIDER=no
2194 DEFAULT_wxUSE_SPINBTN=no
2195 DEFAULT_wxUSE_SPINCTRL=no
2196 DEFAULT_wxUSE_SPLITTER=no
2197 DEFAULT_wxUSE_STATBMP=no
2198 DEFAULT_wxUSE_STATBOX=no
2199 DEFAULT_wxUSE_STATLINE=no
2200 DEFAULT_wxUSE_STATTEXT=no
2201 DEFAULT_wxUSE_STATUSBAR=yes
2202 DEFAULT_wxUSE_TABDIALOG=no
2203 DEFAULT_wxUSE_TEXTCTRL=no
2204 DEFAULT_wxUSE_TOGGLEBTN=no
2205 DEFAULT_wxUSE_TOOLBAR=no
2206 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
2207 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
2208 DEFAULT_wxUSE_TREECTRL=no
2209 DEFAULT_wxUSE_POPUPWIN=no
2210 DEFAULT_wxUSE_TIPWINDOW=no
2211
2212 DEFAULT_wxUSE_UNICODE=no
2213 DEFAULT_wxUSE_UNICODE_MSLU=no
2214 DEFAULT_wxUSE_WCSRTOMBS=no
2215
2216 DEFAULT_wxUSE_PALETTE=no
2217 DEFAULT_wxUSE_IMAGE=no
2218 DEFAULT_wxUSE_GIF=no
2219 DEFAULT_wxUSE_PCX=no
2220 DEFAULT_wxUSE_PNM=no
2221 DEFAULT_wxUSE_IFF=no
2222 DEFAULT_wxUSE_XPM=no
2223 DEFAULT_wxUSE_ICO_CUR=no
2224 DEFAULT_wxUSE_ACCESSIBILITY=no
2225
2226 DEFAULT_wxUSE_MONOLITHIC=no
2227 DEFAULT_wxUSE_PLUGINS=no
2228 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2229 else
2230 DEFAULT_wxUSE_UNIVERSAL=no
2231 DEFAULT_wxUSE_STL=no
2232
2233 DEFAULT_wxUSE_NANOX=no
2234
2235 DEFAULT_wxUSE_THREADS=yes
2236
2237 DEFAULT_wxUSE_SHARED=yes
2238 DEFAULT_wxUSE_OPTIMISE=yes
2239 DEFAULT_wxUSE_PROFILE=no
2240 DEFAULT_wxUSE_NO_DEPS=no
2241 DEFAULT_wxUSE_NO_RTTI=no
2242 DEFAULT_wxUSE_NO_EXCEPTIONS=no
2243 DEFAULT_wxUSE_RPATH=yes
2244 DEFAULT_wxUSE_PERMISSIVE=no
2245 DEFAULT_wxUSE_DEBUG_FLAG=no
2246 DEFAULT_wxUSE_DEBUG_INFO=no
2247 DEFAULT_wxUSE_DEBUG_GDB=no
2248 DEFAULT_wxUSE_MEM_TRACING=no
2249 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2250 DEFAULT_wxUSE_DMALLOC=no
2251 DEFAULT_wxUSE_APPLE_IEEE=yes
2252
2253 DEFAULT_wxUSE_EXCEPTIONS=yes
2254 DEFAULT_wxUSE_LOG=yes
2255 DEFAULT_wxUSE_LOGWINDOW=yes
2256 DEFAULT_wxUSE_LOGGUI=yes
2257 DEFAULT_wxUSE_LOGDIALOG=yes
2258
2259 DEFAULT_wxUSE_GUI=yes
2260
2261 DEFAULT_wxUSE_REGEX=yes
2262 DEFAULT_wxUSE_XML=yes
2263 DEFAULT_wxUSE_EXPAT=yes
2264 DEFAULT_wxUSE_ZLIB=yes
2265 DEFAULT_wxUSE_LIBPNG=yes
2266 DEFAULT_wxUSE_LIBJPEG=yes
2267 DEFAULT_wxUSE_LIBTIFF=yes
2268 DEFAULT_wxUSE_LIBXPM=yes
2269 DEFAULT_wxUSE_LIBMSPACK=yes
2270 DEFAULT_wxUSE_LIBSDL=no
2271 DEFAULT_wxUSE_LIBGNOMEPRINT=no
2272 DEFAULT_wxUSE_ODBC=no
2273 DEFAULT_wxUSE_OPENGL=no
2274
2275 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
2276 DEFAULT_wxUSE_STACKWALKER=yes
2277 DEFAULT_wxUSE_DEBUGREPORT=yes
2278 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
2279 DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG
2280 DEFAULT_wxUSE_STD_STRING=$DEFAULT_STD_FLAG
2281 DEFAULT_wxUSE_CMDLINE_PARSER=yes
2282 DEFAULT_wxUSE_DATETIME=yes
2283 DEFAULT_wxUSE_TIMER=yes
2284 DEFAULT_wxUSE_STOPWATCH=yes
2285 DEFAULT_wxUSE_FILE=yes
2286 DEFAULT_wxUSE_FFILE=yes
2287 DEFAULT_wxUSE_STDPATHS=yes
2288 DEFAULT_wxUSE_TEXTBUFFER=yes
2289 DEFAULT_wxUSE_TEXTFILE=yes
2290 DEFAULT_wxUSE_SOUND=yes
2291 DEFAULT_wxUSE_MEDIACTRL=no
2292 DEFAULT_wxUSE_INTL=yes
2293 DEFAULT_wxUSE_CONFIG=yes
2294 DEFAULT_wxUSE_FONTMAP=yes
2295 DEFAULT_wxUSE_STREAMS=yes
2296 DEFAULT_wxUSE_SOCKETS=yes
2297 DEFAULT_wxUSE_OLE=yes
2298 DEFAULT_wxUSE_DATAOBJ=yes
2299 DEFAULT_wxUSE_DIALUP_MANAGER=yes
2300 DEFAULT_wxUSE_JOYSTICK=yes
2301 DEFAULT_wxUSE_DYNLIB_CLASS=yes
2302 DEFAULT_wxUSE_DYNAMIC_LOADER=yes
2303 DEFAULT_wxUSE_LONGLONG=yes
2304 DEFAULT_wxUSE_GEOMETRY=yes
2305
2306 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
2307 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
2308 DEFAULT_wxUSE_POSTSCRIPT=yes
2309
2310 DEFAULT_wxUSE_CLIPBOARD=yes
2311 DEFAULT_wxUSE_TOOLTIPS=yes
2312 DEFAULT_wxUSE_DRAG_AND_DROP=yes
2313 DEFAULT_wxUSE_DRAGIMAGE=yes
2314 DEFAULT_wxUSE_SPLINES=yes
2315 DEFAULT_wxUSE_MOUSEWHEEL=yes
2316
2317 DEFAULT_wxUSE_MDI=yes
2318 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
2319 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
2320 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
2321
2322 DEFAULT_wxUSE_RESOURCES=no
2323 DEFAULT_wxUSE_CONSTRAINTS=yes
2324 DEFAULT_wxUSE_IPC=yes
2325 DEFAULT_wxUSE_HELP=yes
2326 DEFAULT_wxUSE_MS_HTML_HELP=yes
2327 DEFAULT_wxUSE_WXHTML_HELP=yes
2328 DEFAULT_wxUSE_TREELAYOUT=yes
2329 DEFAULT_wxUSE_METAFILE=yes
2330 DEFAULT_wxUSE_MIMETYPE=yes
2331 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
2332 DEFAULT_wxUSE_PROTOCOL=yes
2333 DEFAULT_wxUSE_PROTOCOL_HTTP=yes
2334 DEFAULT_wxUSE_PROTOCOL_FTP=yes
2335 DEFAULT_wxUSE_PROTOCOL_FILE=yes
2336 DEFAULT_wxUSE_URL=yes
2337
2338 DEFAULT_wxUSE_COMMONDLGS=yes
2339 DEFAULT_wxUSE_CHOICEDLG=yes
2340 DEFAULT_wxUSE_COLOURDLG=yes
2341 DEFAULT_wxUSE_DIRDLG=yes
2342 DEFAULT_wxUSE_FILEDLG=yes
2343 DEFAULT_wxUSE_FINDREPLDLG=yes
2344 DEFAULT_wxUSE_FONTDLG=yes
2345 DEFAULT_wxUSE_MSGDLG=yes
2346 DEFAULT_wxUSE_NUMBERDLG=yes
2347 DEFAULT_wxUSE_TEXTDLG=yes
2348 DEFAULT_wxUSE_SPLASH=yes
2349 DEFAULT_wxUSE_STARTUP_TIPS=yes
2350 DEFAULT_wxUSE_PROGRESSDLG=yes
2351 DEFAULT_wxUSE_WIZARDDLG=yes
2352
2353 DEFAULT_wxUSE_MENUS=yes
2354 DEFAULT_wxUSE_MINIFRAME=yes
2355 DEFAULT_wxUSE_HTML=yes
2356 DEFAULT_wxUSE_XRC=yes
2357 DEFAULT_wxUSE_WEBKIT=yes
2358 DEFAULT_wxUSE_FILESYSTEM=yes
2359 DEFAULT_wxUSE_FS_INET=yes
2360 DEFAULT_wxUSE_FS_ZIP=yes
2361 DEFAULT_wxUSE_BUSYINFO=yes
2362 DEFAULT_wxUSE_ARCHIVE_STREAMS=yes
2363 DEFAULT_wxUSE_ZIPSTREAM=yes
2364 DEFAULT_wxUSE_VALIDATORS=yes
2365
2366 DEFAULT_wxUSE_ACCEL=yes
2367 DEFAULT_wxUSE_BUTTON=yes
2368 DEFAULT_wxUSE_BMPBUTTON=yes
2369 DEFAULT_wxUSE_CALCTRL=yes
2370 DEFAULT_wxUSE_CARET=yes
2371 DEFAULT_wxUSE_CHECKBOX=yes
2372 DEFAULT_wxUSE_CHECKLST=yes
2373 DEFAULT_wxUSE_CHOICE=yes
2374 DEFAULT_wxUSE_CHOICEBOOK=yes
2375 DEFAULT_wxUSE_COMBOBOX=yes
2376 DEFAULT_wxUSE_DATEPICKCTRL=yes
2377 DEFAULT_wxUSE_DISPLAY=yes
2378 DEFAULT_wxUSE_GAUGE=yes
2379 DEFAULT_wxUSE_GRID=yes
2380 DEFAULT_wxUSE_IMAGLIST=yes
2381 DEFAULT_wxUSE_LISTBOOK=yes
2382 DEFAULT_wxUSE_LISTBOX=yes
2383 DEFAULT_wxUSE_LISTCTRL=yes
2384 DEFAULT_wxUSE_NOTEBOOK=yes
2385 DEFAULT_wxUSE_RADIOBOX=yes
2386 DEFAULT_wxUSE_RADIOBTN=yes
2387 DEFAULT_wxUSE_SASH=yes
2388 DEFAULT_wxUSE_SCROLLBAR=yes
2389 DEFAULT_wxUSE_SLIDER=yes
2390 DEFAULT_wxUSE_SPINBTN=yes
2391 DEFAULT_wxUSE_SPINCTRL=yes
2392 DEFAULT_wxUSE_SPLITTER=yes
2393 DEFAULT_wxUSE_STATBMP=yes
2394 DEFAULT_wxUSE_STATBOX=yes
2395 DEFAULT_wxUSE_STATLINE=yes
2396 DEFAULT_wxUSE_STATTEXT=yes
2397 DEFAULT_wxUSE_STATUSBAR=yes
2398 DEFAULT_wxUSE_TABDIALOG=no
2399 DEFAULT_wxUSE_TEXTCTRL=yes
2400 DEFAULT_wxUSE_TOGGLEBTN=yes
2401 DEFAULT_wxUSE_TOOLBAR=yes
2402 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
2403 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
2404 DEFAULT_wxUSE_TREECTRL=yes
2405 DEFAULT_wxUSE_POPUPWIN=yes
2406 DEFAULT_wxUSE_TIPWINDOW=yes
2407
2408 DEFAULT_wxUSE_UNICODE=no
2409 DEFAULT_wxUSE_UNICODE_MSLU=yes
2410 DEFAULT_wxUSE_WCSRTOMBS=no
2411
2412 DEFAULT_wxUSE_PALETTE=yes
2413 DEFAULT_wxUSE_IMAGE=yes
2414 DEFAULT_wxUSE_GIF=yes
2415 DEFAULT_wxUSE_PCX=yes
2416 DEFAULT_wxUSE_IFF=no
2417 DEFAULT_wxUSE_PNM=yes
2418 DEFAULT_wxUSE_XPM=yes
2419 DEFAULT_wxUSE_ICO_CUR=yes
2420 DEFAULT_wxUSE_ACCESSIBILITY=no
2421
2422 DEFAULT_wxUSE_MONOLITHIC=no
2423 DEFAULT_wxUSE_PLUGINS=no
2424 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2425
2426 DEFAULT_wxUSE_GTK2=yes
2427 fi
2428
2429
2430
2431
2432 for toolkit in `echo $ALL_TOOLKITS`; do
2433 LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2434 if test "x$LINE" != "x" ; then
2435 has_toolkit_in_cache=1
2436 eval "DEFAULT_$LINE"
2437 eval "CACHE_$toolkit=1"
2438
2439 LINE=`grep "wx${toolkit}_VERSION=" ${wx_arg_cache_file}`
2440 if test "x$LINE" != "x" ; then
2441 eval "DEFAULT_$LINE"
2442 fi
2443 fi
2444 done
2445
2446
2447
2448 enablestring=
2449 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2450 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2451 no_cache=0
2452 # Check whether --enable-gui or --disable-gui was given.
2453 if test "${enable_gui+set}" = set; then
2454 enableval="$enable_gui"
2455
2456 if test "$enableval" = yes; then
2457 ac_cv_use_gui='wxUSE_GUI=yes'
2458 else
2459 ac_cv_use_gui='wxUSE_GUI=no'
2460 fi
2461
2462 else
2463
2464 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2465 if test "x$LINE" != x ; then
2466 eval "DEFAULT_$LINE"
2467 else
2468 no_cache=1
2469 fi
2470
2471 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2472
2473 fi;
2474
2475 eval "$ac_cv_use_gui"
2476 if test "$no_cache" != 1; then
2477 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2478 fi
2479
2480 if test "$wxUSE_GUI" = yes; then
2481 echo "$as_me:$LINENO: result: yes" >&5
2482 echo "${ECHO_T}yes" >&6
2483 else
2484 echo "$as_me:$LINENO: result: no" >&5
2485 echo "${ECHO_T}no" >&6
2486 fi
2487
2488
2489 enablestring=
2490 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2491 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2492 no_cache=0
2493 # Check whether --enable-monolithic or --disable-monolithic was given.
2494 if test "${enable_monolithic+set}" = set; then
2495 enableval="$enable_monolithic"
2496
2497 if test "$enableval" = yes; then
2498 ac_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
2499 else
2500 ac_cv_use_monolithic='wxUSE_MONOLITHIC=no'
2501 fi
2502
2503 else
2504
2505 LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2506 if test "x$LINE" != x ; then
2507 eval "DEFAULT_$LINE"
2508 else
2509 no_cache=1
2510 fi
2511
2512 ac_cv_use_monolithic='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2513
2514 fi;
2515
2516 eval "$ac_cv_use_monolithic"
2517 if test "$no_cache" != 1; then
2518 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2519 fi
2520
2521 if test "$wxUSE_MONOLITHIC" = yes; then
2522 echo "$as_me:$LINENO: result: yes" >&5
2523 echo "${ECHO_T}yes" >&6
2524 else
2525 echo "$as_me:$LINENO: result: no" >&5
2526 echo "${ECHO_T}no" >&6
2527 fi
2528
2529
2530 enablestring=
2531 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
2532 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6
2533 no_cache=0
2534 # Check whether --enable-plugins or --disable-plugins was given.
2535 if test "${enable_plugins+set}" = set; then
2536 enableval="$enable_plugins"
2537
2538 if test "$enableval" = yes; then
2539 ac_cv_use_plugins='wxUSE_PLUGINS=yes'
2540 else
2541 ac_cv_use_plugins='wxUSE_PLUGINS=no'
2542 fi
2543
2544 else
2545
2546 LINE=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}`
2547 if test "x$LINE" != x ; then
2548 eval "DEFAULT_$LINE"
2549 else
2550 no_cache=1
2551 fi
2552
2553 ac_cv_use_plugins='wxUSE_PLUGINS='$DEFAULT_wxUSE_PLUGINS
2554
2555 fi;
2556
2557 eval "$ac_cv_use_plugins"
2558 if test "$no_cache" != 1; then
2559 echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp
2560 fi
2561
2562 if test "$wxUSE_PLUGINS" = yes; then
2563 echo "$as_me:$LINENO: result: yes" >&5
2564 echo "${ECHO_T}yes" >&6
2565 else
2566 echo "$as_me:$LINENO: result: no" >&5
2567 echo "${ECHO_T}no" >&6
2568 fi
2569
2570
2571 if test "$wxUSE_GUI" = "yes"; then
2572
2573
2574 enablestring=
2575 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2576 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2577 no_cache=0
2578 # Check whether --enable-universal or --disable-universal was given.
2579 if test "${enable_universal+set}" = set; then
2580 enableval="$enable_universal"
2581
2582 if test "$enableval" = yes; then
2583 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
2584 else
2585 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
2586 fi
2587
2588 else
2589
2590 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2591 if test "x$LINE" != x ; then
2592 eval "DEFAULT_$LINE"
2593 else
2594 no_cache=1
2595 fi
2596
2597 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2598
2599 fi;
2600
2601 eval "$ac_cv_use_universal"
2602 if test "$no_cache" != 1; then
2603 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2604 fi
2605
2606 if test "$wxUSE_UNIVERSAL" = yes; then
2607 echo "$as_me:$LINENO: result: yes" >&5
2608 echo "${ECHO_T}yes" >&6
2609 else
2610 echo "$as_me:$LINENO: result: no" >&5
2611 echo "${ECHO_T}no" >&6
2612 fi
2613
2614
2615 # Check whether --with-gtk or --without-gtk was given.
2616 if test "${with_gtk+set}" = set; then
2617 withval="$with_gtk"
2618 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
2619 fi;
2620
2621 # Check whether --with-motif or --without-motif was given.
2622 if test "${with_motif+set}" = set; then
2623 withval="$with_motif"
2624 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
2625 fi;
2626
2627 # Check whether --with-mac or --without-mac was given.
2628 if test "${with_mac+set}" = set; then
2629 withval="$with_mac"
2630 wxUSE_MAC="$withval" CACHE_MAC=1 TOOLKIT_GIVEN=1
2631 fi;
2632
2633 # Check whether --with-cocoa or --without-cocoa was given.
2634 if test "${with_cocoa+set}" = set; then
2635 withval="$with_cocoa"
2636 wxUSE_COCOA="$withval" CACHE_COCOA=1 TOOLKIT_GIVEN=1
2637 fi;
2638
2639 # Check whether --with-wine or --without-wine was given.
2640 if test "${with_wine+set}" = set; then
2641 withval="$with_wine"
2642 wxUSE_WINE="$withval" CACHE_WINE=1
2643 fi;
2644
2645 # Check whether --with-msw or --without-msw was given.
2646 if test "${with_msw+set}" = set; then
2647 withval="$with_msw"
2648 wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
2649 fi;
2650
2651 # Check whether --with-pm or --without-pm was given.
2652 if test "${with_pm+set}" = set; then
2653 withval="$with_pm"
2654 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
2655 fi;
2656
2657 # Check whether --with-mgl or --without-mgl was given.
2658 if test "${with_mgl+set}" = set; then
2659 withval="$with_mgl"
2660 wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
2661 fi;
2662
2663 # Check whether --with-microwin or --without-microwin was given.
2664 if test "${with_microwin+set}" = set; then
2665 withval="$with_microwin"
2666 wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
2667 fi;
2668
2669 # Check whether --with-x11 or --without-x11 was given.
2670 if test "${with_x11+set}" = set; then
2671 withval="$with_x11"
2672 wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
2673 fi;
2674
2675 enablestring=
2676 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2677 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2678 no_cache=0
2679 # Check whether --enable-nanox or --disable-nanox was given.
2680 if test "${enable_nanox+set}" = set; then
2681 enableval="$enable_nanox"
2682
2683 if test "$enableval" = yes; then
2684 ac_cv_use_nanox='wxUSE_NANOX=yes'
2685 else
2686 ac_cv_use_nanox='wxUSE_NANOX=no'
2687 fi
2688
2689 else
2690
2691 LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2692 if test "x$LINE" != x ; then
2693 eval "DEFAULT_$LINE"
2694 else
2695 no_cache=1
2696 fi
2697
2698 ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2699
2700 fi;
2701
2702 eval "$ac_cv_use_nanox"
2703 if test "$no_cache" != 1; then
2704 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2705 fi
2706
2707 if test "$wxUSE_NANOX" = yes; then
2708 echo "$as_me:$LINENO: result: yes" >&5
2709 echo "${ECHO_T}yes" >&6
2710 else
2711 echo "$as_me:$LINENO: result: no" >&5
2712 echo "${ECHO_T}no" >&6
2713 fi
2714
2715
2716 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2717 if test "${enable_gtk2+set}" = set; then
2718 enableval="$enable_gtk2"
2719 wxUSE_GTK2="$enableval"
2720 fi;
2721
2722 enablestring=
2723 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
2724 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6
2725 no_cache=0
2726 # Check whether --enable-gpe or --disable-gpe was given.
2727 if test "${enable_gpe+set}" = set; then
2728 enableval="$enable_gpe"
2729
2730 if test "$enableval" = yes; then
2731 ac_cv_use_gpe='wxUSE_GPE=yes'
2732 else
2733 ac_cv_use_gpe='wxUSE_GPE=no'
2734 fi
2735
2736 else
2737
2738 LINE=`grep "wxUSE_GPE" ${wx_arg_cache_file}`
2739 if test "x$LINE" != x ; then
2740 eval "DEFAULT_$LINE"
2741 else
2742 no_cache=1
2743 fi
2744
2745 ac_cv_use_gpe='wxUSE_GPE='$DEFAULT_wxUSE_GPE
2746
2747 fi;
2748
2749 eval "$ac_cv_use_gpe"
2750 if test "$no_cache" != 1; then
2751 echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp
2752 fi
2753
2754 if test "$wxUSE_GPE" = yes; then
2755 echo "$as_me:$LINENO: result: yes" >&5
2756 echo "${ECHO_T}yes" >&6
2757 else
2758 echo "$as_me:$LINENO: result: no" >&5
2759 echo "${ECHO_T}no" >&6
2760 fi
2761
2762
2763
2764 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2765 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2766 no_cache=0
2767
2768 # Check whether --with-libpng or --without-libpng was given.
2769 if test "${with_libpng+set}" = set; then
2770 withval="$with_libpng"
2771
2772 if test "$withval" = yes; then
2773 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
2774 elif test "$withval" = no; then
2775 ac_cv_use_libpng='wxUSE_LIBPNG=no'
2776 elif test "$withval" = sys; then
2777 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
2778 elif test "$withval" = builtin; then
2779 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
2780 else
2781 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2782 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2783 { (exit 1); exit 1; }; }
2784 fi
2785
2786 else
2787
2788 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2789 if test "x$LINE" != x ; then
2790 eval "DEFAULT_$LINE"
2791 else
2792 no_cache=1
2793 fi
2794
2795 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2796
2797 fi;
2798
2799 eval "$ac_cv_use_libpng"
2800 if test "$no_cache" != 1; then
2801 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2802 fi
2803
2804 if test "$wxUSE_LIBPNG" = yes; then
2805 echo "$as_me:$LINENO: result: yes" >&5
2806 echo "${ECHO_T}yes" >&6
2807 elif test "$wxUSE_LIBPNG" = no; then
2808 echo "$as_me:$LINENO: result: no" >&5
2809 echo "${ECHO_T}no" >&6
2810 elif test "$wxUSE_LIBPNG" = sys; then
2811 echo "$as_me:$LINENO: result: system version" >&5
2812 echo "${ECHO_T}system version" >&6
2813 elif test "$wxUSE_LIBPNG" = builtin; then
2814 echo "$as_me:$LINENO: result: builtin version" >&5
2815 echo "${ECHO_T}builtin version" >&6
2816 else
2817 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2818 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2819 { (exit 1); exit 1; }; }
2820 fi
2821
2822
2823 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2824 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2825 no_cache=0
2826
2827 # Check whether --with-libjpeg or --without-libjpeg was given.
2828 if test "${with_libjpeg+set}" = set; then
2829 withval="$with_libjpeg"
2830
2831 if test "$withval" = yes; then
2832 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
2833 elif test "$withval" = no; then
2834 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
2835 elif test "$withval" = sys; then
2836 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
2837 elif test "$withval" = builtin; then
2838 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
2839 else
2840 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2841 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2842 { (exit 1); exit 1; }; }
2843 fi
2844
2845 else
2846
2847 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2848 if test "x$LINE" != x ; then
2849 eval "DEFAULT_$LINE"
2850 else
2851 no_cache=1
2852 fi
2853
2854 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2855
2856 fi;
2857
2858 eval "$ac_cv_use_libjpeg"
2859 if test "$no_cache" != 1; then
2860 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2861 fi
2862
2863 if test "$wxUSE_LIBJPEG" = yes; then
2864 echo "$as_me:$LINENO: result: yes" >&5
2865 echo "${ECHO_T}yes" >&6
2866 elif test "$wxUSE_LIBJPEG" = no; then
2867 echo "$as_me:$LINENO: result: no" >&5
2868 echo "${ECHO_T}no" >&6
2869 elif test "$wxUSE_LIBJPEG" = sys; then
2870 echo "$as_me:$LINENO: result: system version" >&5
2871 echo "${ECHO_T}system version" >&6
2872 elif test "$wxUSE_LIBJPEG" = builtin; then
2873 echo "$as_me:$LINENO: result: builtin version" >&5
2874 echo "${ECHO_T}builtin version" >&6
2875 else
2876 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2877 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2878 { (exit 1); exit 1; }; }
2879 fi
2880
2881
2882 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2883 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2884 no_cache=0
2885
2886 # Check whether --with-libtiff or --without-libtiff was given.
2887 if test "${with_libtiff+set}" = set; then
2888 withval="$with_libtiff"
2889
2890 if test "$withval" = yes; then
2891 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
2892 elif test "$withval" = no; then
2893 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
2894 elif test "$withval" = sys; then
2895 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
2896 elif test "$withval" = builtin; then
2897 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
2898 else
2899 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2900 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2901 { (exit 1); exit 1; }; }
2902 fi
2903
2904 else
2905
2906 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2907 if test "x$LINE" != x ; then
2908 eval "DEFAULT_$LINE"
2909 else
2910 no_cache=1
2911 fi
2912
2913 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2914
2915 fi;
2916
2917 eval "$ac_cv_use_libtiff"
2918 if test "$no_cache" != 1; then
2919 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2920 fi
2921
2922 if test "$wxUSE_LIBTIFF" = yes; then
2923 echo "$as_me:$LINENO: result: yes" >&5
2924 echo "${ECHO_T}yes" >&6
2925 elif test "$wxUSE_LIBTIFF" = no; then
2926 echo "$as_me:$LINENO: result: no" >&5
2927 echo "${ECHO_T}no" >&6
2928 elif test "$wxUSE_LIBTIFF" = sys; then
2929 echo "$as_me:$LINENO: result: system version" >&5
2930 echo "${ECHO_T}system version" >&6
2931 elif test "$wxUSE_LIBTIFF" = builtin; then
2932 echo "$as_me:$LINENO: result: builtin version" >&5
2933 echo "${ECHO_T}builtin version" >&6
2934 else
2935 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2936 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2937 { (exit 1); exit 1; }; }
2938 fi
2939
2940
2941 echo "$as_me:$LINENO: checking for --with-libxpm" >&5
2942 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6
2943 no_cache=0
2944
2945 # Check whether --with-libxpm or --without-libxpm was given.
2946 if test "${with_libxpm+set}" = set; then
2947 withval="$with_libxpm"
2948
2949 if test "$withval" = yes; then
2950 ac_cv_use_libxpm='wxUSE_LIBXPM=yes'
2951 elif test "$withval" = no; then
2952 ac_cv_use_libxpm='wxUSE_LIBXPM=no'
2953 elif test "$withval" = sys; then
2954 ac_cv_use_libxpm='wxUSE_LIBXPM=sys'
2955 elif test "$withval" = builtin; then
2956 ac_cv_use_libxpm='wxUSE_LIBXPM=builtin'
2957 else
2958 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2959 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2960 { (exit 1); exit 1; }; }
2961 fi
2962
2963 else
2964
2965 LINE=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}`
2966 if test "x$LINE" != x ; then
2967 eval "DEFAULT_$LINE"
2968 else
2969 no_cache=1
2970 fi
2971
2972 ac_cv_use_libxpm='wxUSE_LIBXPM='$DEFAULT_wxUSE_LIBXPM
2973
2974 fi;
2975
2976 eval "$ac_cv_use_libxpm"
2977 if test "$no_cache" != 1; then
2978 echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp
2979 fi
2980
2981 if test "$wxUSE_LIBXPM" = yes; then
2982 echo "$as_me:$LINENO: result: yes" >&5
2983 echo "${ECHO_T}yes" >&6
2984 elif test "$wxUSE_LIBXPM" = no; then
2985 echo "$as_me:$LINENO: result: no" >&5
2986 echo "${ECHO_T}no" >&6
2987 elif test "$wxUSE_LIBXPM" = sys; then
2988 echo "$as_me:$LINENO: result: system version" >&5
2989 echo "${ECHO_T}system version" >&6
2990 elif test "$wxUSE_LIBXPM" = builtin; then
2991 echo "$as_me:$LINENO: result: builtin version" >&5
2992 echo "${ECHO_T}builtin version" >&6
2993 else
2994 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2995 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2996 { (exit 1); exit 1; }; }
2997 fi
2998
2999
3000 echo "$as_me:$LINENO: checking for --with-libmspack" >&5
3001 echo $ECHO_N "checking for --with-libmspack... $ECHO_C" >&6
3002 no_cache=0
3003
3004 # Check whether --with-libmspack or --without-libmspack was given.
3005 if test "${with_libmspack+set}" = set; then
3006 withval="$with_libmspack"
3007
3008 if test "$withval" = yes; then
3009 ac_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
3010 else
3011 ac_cv_use_libmspack='wxUSE_LIBMSPACK=no'
3012 fi
3013
3014 else
3015
3016 LINE=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}`
3017 if test "x$LINE" != x ; then
3018 eval "DEFAULT_$LINE"
3019 else
3020 no_cache=1
3021 fi
3022
3023 ac_cv_use_libmspack='wxUSE_LIBMSPACK='$DEFAULT_wxUSE_LIBMSPACK
3024
3025 fi;
3026
3027 eval "$ac_cv_use_libmspack"
3028 if test "$no_cache" != 1; then
3029 echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp
3030 fi
3031
3032 if test "$wxUSE_LIBMSPACK" = yes; then
3033 echo "$as_me:$LINENO: result: yes" >&5
3034 echo "${ECHO_T}yes" >&6
3035 else
3036 echo "$as_me:$LINENO: result: no" >&5
3037 echo "${ECHO_T}no" >&6
3038 fi
3039
3040
3041 echo "$as_me:$LINENO: checking for --with-sdl" >&5
3042 echo $ECHO_N "checking for --with-sdl... $ECHO_C" >&6
3043 no_cache=0
3044
3045 # Check whether --with-sdl or --without-sdl was given.
3046 if test "${with_sdl+set}" = set; then
3047 withval="$with_sdl"
3048
3049 if test "$withval" = yes; then
3050 ac_cv_use_sdl='wxUSE_LIBSDL=yes'
3051 else
3052 ac_cv_use_sdl='wxUSE_LIBSDL=no'
3053 fi
3054
3055 else
3056
3057 LINE=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}`
3058 if test "x$LINE" != x ; then
3059 eval "DEFAULT_$LINE"
3060 else
3061 no_cache=1
3062 fi
3063
3064 ac_cv_use_sdl='wxUSE_LIBSDL='$DEFAULT_wxUSE_LIBSDL
3065
3066 fi;
3067
3068 eval "$ac_cv_use_sdl"
3069 if test "$no_cache" != 1; then
3070 echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp
3071 fi
3072
3073 if test "$wxUSE_LIBSDL" = yes; then
3074 echo "$as_me:$LINENO: result: yes" >&5
3075 echo "${ECHO_T}yes" >&6
3076 else
3077 echo "$as_me:$LINENO: result: no" >&5
3078 echo "${ECHO_T}no" >&6
3079 fi
3080
3081
3082 echo "$as_me:$LINENO: checking for --with-gnomeprint" >&5
3083 echo $ECHO_N "checking for --with-gnomeprint... $ECHO_C" >&6
3084 no_cache=0
3085
3086 # Check whether --with-gnomeprint or --without-gnomeprint was given.
3087 if test "${with_gnomeprint+set}" = set; then
3088 withval="$with_gnomeprint"
3089
3090 if test "$withval" = yes; then
3091 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes'
3092 else
3093 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no'
3094 fi
3095
3096 else
3097
3098 LINE=`grep "wxUSE_LIBGNOMEPRINT" ${wx_arg_cache_file}`
3099 if test "x$LINE" != x ; then
3100 eval "DEFAULT_$LINE"
3101 else
3102 no_cache=1
3103 fi
3104
3105 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT='$DEFAULT_wxUSE_LIBGNOMEPRINT
3106
3107 fi;
3108
3109 eval "$ac_cv_use_gnomeprint"
3110 if test "$no_cache" != 1; then
3111 echo $ac_cv_use_gnomeprint >> ${wx_arg_cache_file}.tmp
3112 fi
3113
3114 if test "$wxUSE_LIBGNOMEPRINT" = yes; then
3115 echo "$as_me:$LINENO: result: yes" >&5
3116 echo "${ECHO_T}yes" >&6
3117 else
3118 echo "$as_me:$LINENO: result: no" >&5
3119 echo "${ECHO_T}no" >&6
3120 fi
3121
3122
3123 echo "$as_me:$LINENO: checking for --with-opengl" >&5
3124 echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6
3125 no_cache=0
3126
3127 # Check whether --with-opengl or --without-opengl was given.
3128 if test "${with_opengl+set}" = set; then
3129 withval="$with_opengl"
3130
3131 if test "$withval" = yes; then
3132 ac_cv_use_opengl='wxUSE_OPENGL=yes'
3133 else
3134 ac_cv_use_opengl='wxUSE_OPENGL=no'
3135 fi
3136
3137 else
3138
3139 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
3140 if test "x$LINE" != x ; then
3141 eval "DEFAULT_$LINE"
3142 else
3143 no_cache=1
3144 fi
3145
3146 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
3147
3148 fi;
3149
3150 eval "$ac_cv_use_opengl"
3151 if test "$no_cache" != 1; then
3152 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
3153 fi
3154
3155 if test "$wxUSE_OPENGL" = yes; then
3156 echo "$as_me:$LINENO: result: yes" >&5
3157 echo "${ECHO_T}yes" >&6
3158 else
3159 echo "$as_me:$LINENO: result: no" >&5
3160 echo "${ECHO_T}no" >&6
3161 fi
3162
3163
3164 fi
3165
3166
3167 echo "$as_me:$LINENO: checking for --with-dmalloc" >&5
3168 echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6
3169 no_cache=0
3170
3171 # Check whether --with-dmalloc or --without-dmalloc was given.
3172 if test "${with_dmalloc+set}" = set; then
3173 withval="$with_dmalloc"
3174
3175 if test "$withval" = yes; then
3176 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
3177 else
3178 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
3179 fi
3180
3181 else
3182
3183 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
3184 if test "x$LINE" != x ; then
3185 eval "DEFAULT_$LINE"
3186 else
3187 no_cache=1
3188 fi
3189
3190 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
3191
3192 fi;
3193
3194 eval "$ac_cv_use_dmalloc"
3195 if test "$no_cache" != 1; then
3196 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
3197 fi
3198
3199 if test "$wxUSE_DMALLOC" = yes; then
3200 echo "$as_me:$LINENO: result: yes" >&5
3201 echo "${ECHO_T}yes" >&6
3202 else
3203 echo "$as_me:$LINENO: result: no" >&5
3204 echo "${ECHO_T}no" >&6
3205 fi
3206
3207
3208 echo "$as_me:$LINENO: checking for --with-regex" >&5
3209 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3210 no_cache=0
3211
3212 # Check whether --with-regex or --without-regex was given.
3213 if test "${with_regex+set}" = set; then
3214 withval="$with_regex"
3215
3216 if test "$withval" = yes; then
3217 ac_cv_use_regex='wxUSE_REGEX=yes'
3218 elif test "$withval" = no; then
3219 ac_cv_use_regex='wxUSE_REGEX=no'
3220 elif test "$withval" = sys; then
3221 ac_cv_use_regex='wxUSE_REGEX=sys'
3222 elif test "$withval" = builtin; then
3223 ac_cv_use_regex='wxUSE_REGEX=builtin'
3224 else
3225 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3226 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3227 { (exit 1); exit 1; }; }
3228 fi
3229
3230 else
3231
3232 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
3233 if test "x$LINE" != x ; then
3234 eval "DEFAULT_$LINE"
3235 else
3236 no_cache=1
3237 fi
3238
3239 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
3240
3241 fi;
3242
3243 eval "$ac_cv_use_regex"
3244 if test "$no_cache" != 1; then
3245 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
3246 fi
3247
3248 if test "$wxUSE_REGEX" = yes; then
3249 echo "$as_me:$LINENO: result: yes" >&5
3250 echo "${ECHO_T}yes" >&6
3251 elif test "$wxUSE_REGEX" = no; then
3252 echo "$as_me:$LINENO: result: no" >&5
3253 echo "${ECHO_T}no" >&6
3254 elif test "$wxUSE_REGEX" = sys; then
3255 echo "$as_me:$LINENO: result: system version" >&5
3256 echo "${ECHO_T}system version" >&6
3257 elif test "$wxUSE_REGEX" = builtin; then
3258 echo "$as_me:$LINENO: result: builtin version" >&5
3259 echo "${ECHO_T}builtin version" >&6
3260 else
3261 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3262 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3263 { (exit 1); exit 1; }; }
3264 fi
3265
3266
3267 echo "$as_me:$LINENO: checking for --with-zlib" >&5
3268 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
3269 no_cache=0
3270
3271 # Check whether --with-zlib or --without-zlib was given.
3272 if test "${with_zlib+set}" = set; then
3273 withval="$with_zlib"
3274
3275 if test "$withval" = yes; then
3276 ac_cv_use_zlib='wxUSE_ZLIB=yes'
3277 elif test "$withval" = no; then
3278 ac_cv_use_zlib='wxUSE_ZLIB=no'
3279 elif test "$withval" = sys; then
3280 ac_cv_use_zlib='wxUSE_ZLIB=sys'
3281 elif test "$withval" = builtin; then
3282 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
3283 else
3284 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3285 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3286 { (exit 1); exit 1; }; }
3287 fi
3288
3289 else
3290
3291 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
3292 if test "x$LINE" != x ; then
3293 eval "DEFAULT_$LINE"
3294 else
3295 no_cache=1
3296 fi
3297
3298 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
3299
3300 fi;
3301
3302 eval "$ac_cv_use_zlib"
3303 if test "$no_cache" != 1; then
3304 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
3305 fi
3306
3307 if test "$wxUSE_ZLIB" = yes; then
3308 echo "$as_me:$LINENO: result: yes" >&5
3309 echo "${ECHO_T}yes" >&6
3310 elif test "$wxUSE_ZLIB" = no; then
3311 echo "$as_me:$LINENO: result: no" >&5
3312 echo "${ECHO_T}no" >&6
3313 elif test "$wxUSE_ZLIB" = sys; then
3314 echo "$as_me:$LINENO: result: system version" >&5
3315 echo "${ECHO_T}system version" >&6
3316 elif test "$wxUSE_ZLIB" = builtin; then
3317 echo "$as_me:$LINENO: result: builtin version" >&5
3318 echo "${ECHO_T}builtin version" >&6
3319 else
3320 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3321 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3322 { (exit 1); exit 1; }; }
3323 fi
3324
3325
3326 echo "$as_me:$LINENO: checking for --with-odbc" >&5
3327 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
3328 no_cache=0
3329
3330 # Check whether --with-odbc or --without-odbc was given.
3331 if test "${with_odbc+set}" = set; then
3332 withval="$with_odbc"
3333
3334 if test "$withval" = yes; then
3335 ac_cv_use_odbc='wxUSE_ODBC=yes'
3336 elif test "$withval" = no; then
3337 ac_cv_use_odbc='wxUSE_ODBC=no'
3338 elif test "$withval" = sys; then
3339 ac_cv_use_odbc='wxUSE_ODBC=sys'
3340 elif test "$withval" = builtin; then
3341 ac_cv_use_odbc='wxUSE_ODBC=builtin'
3342 else
3343 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3344 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3345 { (exit 1); exit 1; }; }
3346 fi
3347
3348 else
3349
3350 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3351 if test "x$LINE" != x ; then
3352 eval "DEFAULT_$LINE"
3353 else
3354 no_cache=1
3355 fi
3356
3357 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
3358
3359 fi;
3360
3361 eval "$ac_cv_use_odbc"
3362 if test "$no_cache" != 1; then
3363 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3364 fi
3365
3366 if test "$wxUSE_ODBC" = yes; then
3367 echo "$as_me:$LINENO: result: yes" >&5
3368 echo "${ECHO_T}yes" >&6
3369 elif test "$wxUSE_ODBC" = no; then
3370 echo "$as_me:$LINENO: result: no" >&5
3371 echo "${ECHO_T}no" >&6
3372 elif test "$wxUSE_ODBC" = sys; then
3373 echo "$as_me:$LINENO: result: system version" >&5
3374 echo "${ECHO_T}system version" >&6
3375 elif test "$wxUSE_ODBC" = builtin; then
3376 echo "$as_me:$LINENO: result: builtin version" >&5
3377 echo "${ECHO_T}builtin version" >&6
3378 else
3379 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3380 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3381 { (exit 1); exit 1; }; }
3382 fi
3383
3384
3385 echo "$as_me:$LINENO: checking for --with-expat" >&5
3386 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3387 no_cache=0
3388
3389 # Check whether --with-expat or --without-expat was given.
3390 if test "${with_expat+set}" = set; then
3391 withval="$with_expat"
3392
3393 if test "$withval" = yes; then
3394 ac_cv_use_expat='wxUSE_EXPAT=yes'
3395 elif test "$withval" = no; then
3396 ac_cv_use_expat='wxUSE_EXPAT=no'
3397 elif test "$withval" = sys; then
3398 ac_cv_use_expat='wxUSE_EXPAT=sys'
3399 elif test "$withval" = builtin; then
3400 ac_cv_use_expat='wxUSE_EXPAT=builtin'
3401 else
3402 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3403 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3404 { (exit 1); exit 1; }; }
3405 fi
3406
3407 else
3408
3409 LINE=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3410 if test "x$LINE" != x ; then
3411 eval "DEFAULT_$LINE"
3412 else
3413 no_cache=1
3414 fi
3415
3416 ac_cv_use_expat='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3417
3418 fi;
3419
3420 eval "$ac_cv_use_expat"
3421 if test "$no_cache" != 1; then
3422 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3423 fi
3424
3425 if test "$wxUSE_EXPAT" = yes; then
3426 echo "$as_me:$LINENO: result: yes" >&5
3427 echo "${ECHO_T}yes" >&6
3428 elif test "$wxUSE_EXPAT" = no; then
3429 echo "$as_me:$LINENO: result: no" >&5
3430 echo "${ECHO_T}no" >&6
3431 elif test "$wxUSE_EXPAT" = sys; then
3432 echo "$as_me:$LINENO: result: system version" >&5
3433 echo "${ECHO_T}system version" >&6
3434 elif test "$wxUSE_EXPAT" = builtin; then
3435 echo "$as_me:$LINENO: result: builtin version" >&5
3436 echo "${ECHO_T}builtin version" >&6
3437 else
3438 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3439 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3440 { (exit 1); exit 1; }; }
3441 fi
3442
3443
3444
3445
3446 enablestring=
3447 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3448 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3449 no_cache=0
3450 # Check whether --enable-shared or --disable-shared was given.
3451 if test "${enable_shared+set}" = set; then
3452 enableval="$enable_shared"
3453
3454 if test "$enableval" = yes; then
3455 ac_cv_use_shared='wxUSE_SHARED=yes'
3456 else
3457 ac_cv_use_shared='wxUSE_SHARED=no'
3458 fi
3459
3460 else
3461
3462 LINE=`grep "wxUSE_SHARED" ${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_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3470
3471 fi;
3472
3473 eval "$ac_cv_use_shared"
3474 if test "$no_cache" != 1; then
3475 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3476 fi
3477
3478 if test "$wxUSE_SHARED" = yes; then
3479 echo "$as_me:$LINENO: result: yes" >&5
3480 echo "${ECHO_T}yes" >&6
3481 else
3482 echo "$as_me:$LINENO: result: no" >&5
3483 echo "${ECHO_T}no" >&6
3484 fi
3485
3486
3487 enablestring=
3488 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3489 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3490 no_cache=0
3491 # Check whether --enable-optimise or --disable-optimise was given.
3492 if test "${enable_optimise+set}" = set; then
3493 enableval="$enable_optimise"
3494
3495 if test "$enableval" = yes; then
3496 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
3497 else
3498 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
3499 fi
3500
3501 else
3502
3503 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3504 if test "x$LINE" != x ; then
3505 eval "DEFAULT_$LINE"
3506 else
3507 no_cache=1
3508 fi
3509
3510 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3511
3512 fi;
3513
3514 eval "$ac_cv_use_optimise"
3515 if test "$no_cache" != 1; then
3516 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3517 fi
3518
3519 if test "$wxUSE_OPTIMISE" = yes; then
3520 echo "$as_me:$LINENO: result: yes" >&5
3521 echo "${ECHO_T}yes" >&6
3522 else
3523 echo "$as_me:$LINENO: result: no" >&5
3524 echo "${ECHO_T}no" >&6
3525 fi
3526
3527
3528 enablestring=
3529 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3530 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3531 no_cache=0
3532 # Check whether --enable-debug or --disable-debug was given.
3533 if test "${enable_debug+set}" = set; then
3534 enableval="$enable_debug"
3535
3536 if test "$enableval" = yes; then
3537 ac_cv_use_debug='wxUSE_DEBUG=yes'
3538 else
3539 ac_cv_use_debug='wxUSE_DEBUG=no'
3540 fi
3541
3542 else
3543
3544 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3545 if test "x$LINE" != x ; then
3546 eval "DEFAULT_$LINE"
3547 else
3548 no_cache=1
3549 fi
3550
3551 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3552
3553 fi;
3554
3555 eval "$ac_cv_use_debug"
3556 if test "$no_cache" != 1; then
3557 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3558 fi
3559
3560 if test "$wxUSE_DEBUG" = yes; then
3561 echo "$as_me:$LINENO: result: yes" >&5
3562 echo "${ECHO_T}yes" >&6
3563 else
3564 echo "$as_me:$LINENO: result: no" >&5
3565 echo "${ECHO_T}no" >&6
3566 fi
3567
3568
3569 enablestring=
3570 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3571 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3572 no_cache=0
3573 # Check whether --enable-stl or --disable-stl was given.
3574 if test "${enable_stl+set}" = set; then
3575 enableval="$enable_stl"
3576
3577 if test "$enableval" = yes; then
3578 ac_cv_use_stl='wxUSE_STL=yes'
3579 else
3580 ac_cv_use_stl='wxUSE_STL=no'
3581 fi
3582
3583 else
3584
3585 LINE=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3586 if test "x$LINE" != x ; then
3587 eval "DEFAULT_$LINE"
3588 else
3589 no_cache=1
3590 fi
3591
3592 ac_cv_use_stl='wxUSE_STL='$DEFAULT_wxUSE_STL
3593
3594 fi;
3595
3596 eval "$ac_cv_use_stl"
3597 if test "$no_cache" != 1; then
3598 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3599 fi
3600
3601 if test "$wxUSE_STL" = yes; then
3602 echo "$as_me:$LINENO: result: yes" >&5
3603 echo "${ECHO_T}yes" >&6
3604 else
3605 echo "$as_me:$LINENO: result: no" >&5
3606 echo "${ECHO_T}no" >&6
3607 fi
3608
3609 if test "$USE_OS2" = "1"; then
3610 DEFAULT_wxUSE_OMF=no
3611
3612 enablestring=
3613 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
3614 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6
3615 no_cache=0
3616 # Check whether --enable-omf or --disable-omf was given.
3617 if test "${enable_omf+set}" = set; then
3618 enableval="$enable_omf"
3619
3620 if test "$enableval" = yes; then
3621 ac_cv_use_omf='wxUSE_OMF=yes'
3622 else
3623 ac_cv_use_omf='wxUSE_OMF=no'
3624 fi
3625
3626 else
3627
3628 LINE=`grep "wxUSE_OMF" ${wx_arg_cache_file}`
3629 if test "x$LINE" != x ; then
3630 eval "DEFAULT_$LINE"
3631 else
3632 no_cache=1
3633 fi
3634
3635 ac_cv_use_omf='wxUSE_OMF='$DEFAULT_wxUSE_OMF
3636
3637 fi;
3638
3639 eval "$ac_cv_use_omf"
3640 if test "$no_cache" != 1; then
3641 echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp
3642 fi
3643
3644 if test "$wxUSE_OMF" = yes; then
3645 echo "$as_me:$LINENO: result: yes" >&5
3646 echo "${ECHO_T}yes" >&6
3647 else
3648 echo "$as_me:$LINENO: result: no" >&5
3649 echo "${ECHO_T}no" >&6
3650 fi
3651
3652 fi
3653
3654 if test "$wxUSE_DEBUG" = "yes"; then
3655 DEFAULT_wxUSE_DEBUG_FLAG=yes
3656 DEFAULT_wxUSE_DEBUG_INFO=yes
3657 BUILD=debug
3658 elif test "$wxUSE_DEBUG" = "no"; then
3659 DEFAULT_wxUSE_DEBUG_FLAG=no
3660 DEFAULT_wxUSE_DEBUG_INFO=no
3661 BUILD=release
3662 fi
3663
3664
3665 enablestring=
3666 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3667 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3668 no_cache=0
3669 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3670 if test "${enable_debug_flag+set}" = set; then
3671 enableval="$enable_debug_flag"
3672
3673 if test "$enableval" = yes; then
3674 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
3675 else
3676 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
3677 fi
3678
3679 else
3680
3681 LINE=`grep "wxUSE_DEBUG_FLAG" ${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_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
3689
3690 fi;
3691
3692 eval "$ac_cv_use_debug_flag"
3693 if test "$no_cache" != 1; then
3694 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3695 fi
3696
3697 if test "$wxUSE_DEBUG_FLAG" = 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
3706 enablestring=
3707 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3708 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3709 no_cache=0
3710 # Check whether --enable-debug_info or --disable-debug_info was given.
3711 if test "${enable_debug_info+set}" = set; then
3712 enableval="$enable_debug_info"
3713
3714 if test "$enableval" = yes; then
3715 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
3716 else
3717 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
3718 fi
3719
3720 else
3721
3722 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3723 if test "x$LINE" != x ; then
3724 eval "DEFAULT_$LINE"
3725 else
3726 no_cache=1
3727 fi
3728
3729 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
3730
3731 fi;
3732
3733 eval "$ac_cv_use_debug_info"
3734 if test "$no_cache" != 1; then
3735 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3736 fi
3737
3738 if test "$wxUSE_DEBUG_INFO" = yes; then
3739 echo "$as_me:$LINENO: result: yes" >&5
3740 echo "${ECHO_T}yes" >&6
3741 else
3742 echo "$as_me:$LINENO: result: no" >&5
3743 echo "${ECHO_T}no" >&6
3744 fi
3745
3746
3747 enablestring=
3748 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3749 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3750 no_cache=0
3751 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3752 if test "${enable_debug_gdb+set}" = set; then
3753 enableval="$enable_debug_gdb"
3754
3755 if test "$enableval" = yes; then
3756 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
3757 else
3758 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
3759 fi
3760
3761 else
3762
3763 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3764 if test "x$LINE" != x ; then
3765 eval "DEFAULT_$LINE"
3766 else
3767 no_cache=1
3768 fi
3769
3770 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
3771
3772 fi;
3773
3774 eval "$ac_cv_use_debug_gdb"
3775 if test "$no_cache" != 1; then
3776 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3777 fi
3778
3779 if test "$wxUSE_DEBUG_GDB" = yes; then
3780 echo "$as_me:$LINENO: result: yes" >&5
3781 echo "${ECHO_T}yes" >&6
3782 else
3783 echo "$as_me:$LINENO: result: no" >&5
3784 echo "${ECHO_T}no" >&6
3785 fi
3786
3787
3788 enablestring=
3789 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3790 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3791 no_cache=0
3792 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3793 if test "${enable_debug_cntxt+set}" = set; then
3794 enableval="$enable_debug_cntxt"
3795
3796 if test "$enableval" = yes; then
3797 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
3798 else
3799 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
3800 fi
3801
3802 else
3803
3804 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3805 if test "x$LINE" != x ; then
3806 eval "DEFAULT_$LINE"
3807 else
3808 no_cache=1
3809 fi
3810
3811 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
3812
3813 fi;
3814
3815 eval "$ac_cv_use_debug_cntxt"
3816 if test "$no_cache" != 1; then
3817 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3818 fi
3819
3820 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3821 echo "$as_me:$LINENO: result: yes" >&5
3822 echo "${ECHO_T}yes" >&6
3823 else
3824 echo "$as_me:$LINENO: result: no" >&5
3825 echo "${ECHO_T}no" >&6
3826 fi
3827
3828
3829 enablestring=
3830 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3831 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3832 no_cache=0
3833 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3834 if test "${enable_mem_tracing+set}" = set; then
3835 enableval="$enable_mem_tracing"
3836
3837 if test "$enableval" = yes; then
3838 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
3839 else
3840 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
3841 fi
3842
3843 else
3844
3845 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3846 if test "x$LINE" != x ; then
3847 eval "DEFAULT_$LINE"
3848 else
3849 no_cache=1
3850 fi
3851
3852 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
3853
3854 fi;
3855
3856 eval "$ac_cv_use_mem_tracing"
3857 if test "$no_cache" != 1; then
3858 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3859 fi
3860
3861 if test "$wxUSE_MEM_TRACING" = yes; then
3862 echo "$as_me:$LINENO: result: yes" >&5
3863 echo "${ECHO_T}yes" >&6
3864 else
3865 echo "$as_me:$LINENO: result: no" >&5
3866 echo "${ECHO_T}no" >&6
3867 fi
3868
3869
3870 enablestring=
3871 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3872 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3873 no_cache=0
3874 # Check whether --enable-profile or --disable-profile was given.
3875 if test "${enable_profile+set}" = set; then
3876 enableval="$enable_profile"
3877
3878 if test "$enableval" = yes; then
3879 ac_cv_use_profile='wxUSE_PROFILE=yes'
3880 else
3881 ac_cv_use_profile='wxUSE_PROFILE=no'
3882 fi
3883
3884 else
3885
3886 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3887 if test "x$LINE" != x ; then
3888 eval "DEFAULT_$LINE"
3889 else
3890 no_cache=1
3891 fi
3892
3893 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
3894
3895 fi;
3896
3897 eval "$ac_cv_use_profile"
3898 if test "$no_cache" != 1; then
3899 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3900 fi
3901
3902 if test "$wxUSE_PROFILE" = yes; then
3903 echo "$as_me:$LINENO: result: yes" >&5
3904 echo "${ECHO_T}yes" >&6
3905 else
3906 echo "$as_me:$LINENO: result: no" >&5
3907 echo "${ECHO_T}no" >&6
3908 fi
3909
3910
3911 enablestring=
3912 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3913 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3914 no_cache=0
3915 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3916 if test "${enable_no_rtti+set}" = set; then
3917 enableval="$enable_no_rtti"
3918
3919 if test "$enableval" = yes; then
3920 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
3921 else
3922 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
3923 fi
3924
3925 else
3926
3927 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3928 if test "x$LINE" != x ; then
3929 eval "DEFAULT_$LINE"
3930 else
3931 no_cache=1
3932 fi
3933
3934 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
3935
3936 fi;
3937
3938 eval "$ac_cv_use_no_rtti"
3939 if test "$no_cache" != 1; then
3940 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3941 fi
3942
3943 if test "$wxUSE_NO_RTTI" = yes; then
3944 echo "$as_me:$LINENO: result: yes" >&5
3945 echo "${ECHO_T}yes" >&6
3946 else
3947 echo "$as_me:$LINENO: result: no" >&5
3948 echo "${ECHO_T}no" >&6
3949 fi
3950
3951
3952 enablestring=
3953 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
3954 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
3955 no_cache=0
3956 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
3957 if test "${enable_no_exceptions+set}" = set; then
3958 enableval="$enable_no_exceptions"
3959
3960 if test "$enableval" = yes; then
3961 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
3962 else
3963 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
3964 fi
3965
3966 else
3967
3968 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
3969 if test "x$LINE" != x ; then
3970 eval "DEFAULT_$LINE"
3971 else
3972 no_cache=1
3973 fi
3974
3975 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
3976
3977 fi;
3978
3979 eval "$ac_cv_use_no_exceptions"
3980 if test "$no_cache" != 1; then
3981 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
3982 fi
3983
3984 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
3985 echo "$as_me:$LINENO: result: yes" >&5
3986 echo "${ECHO_T}yes" >&6
3987 else
3988 echo "$as_me:$LINENO: result: no" >&5
3989 echo "${ECHO_T}no" >&6
3990 fi
3991
3992
3993 enablestring=
3994 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
3995 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
3996 no_cache=0
3997 # Check whether --enable-permissive or --disable-permissive was given.
3998 if test "${enable_permissive+set}" = set; then
3999 enableval="$enable_permissive"
4000
4001 if test "$enableval" = yes; then
4002 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
4003 else
4004 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
4005 fi
4006
4007 else
4008
4009 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
4010 if test "x$LINE" != x ; then
4011 eval "DEFAULT_$LINE"
4012 else
4013 no_cache=1
4014 fi
4015
4016 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
4017
4018 fi;
4019
4020 eval "$ac_cv_use_permissive"
4021 if test "$no_cache" != 1; then
4022 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
4023 fi
4024
4025 if test "$wxUSE_PERMISSIVE" = yes; then
4026 echo "$as_me:$LINENO: result: yes" >&5
4027 echo "${ECHO_T}yes" >&6
4028 else
4029 echo "$as_me:$LINENO: result: no" >&5
4030 echo "${ECHO_T}no" >&6
4031 fi
4032
4033
4034 enablestring=
4035 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
4036 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
4037 no_cache=0
4038 # Check whether --enable-no_deps or --disable-no_deps was given.
4039 if test "${enable_no_deps+set}" = set; then
4040 enableval="$enable_no_deps"
4041
4042 if test "$enableval" = yes; then
4043 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
4044 else
4045 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
4046 fi
4047
4048 else
4049
4050 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
4051 if test "x$LINE" != x ; then
4052 eval "DEFAULT_$LINE"
4053 else
4054 no_cache=1
4055 fi
4056
4057 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
4058
4059 fi;
4060
4061 eval "$ac_cv_use_no_deps"
4062 if test "$no_cache" != 1; then
4063 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
4064 fi
4065
4066 if test "$wxUSE_NO_DEPS" = yes; then
4067 echo "$as_me:$LINENO: result: yes" >&5
4068 echo "${ECHO_T}yes" >&6
4069 else
4070 echo "$as_me:$LINENO: result: no" >&5
4071 echo "${ECHO_T}no" >&6
4072 fi
4073
4074
4075
4076 enablestring=
4077 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
4078 echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
4079 no_cache=0
4080 # Check whether --enable-compat22 or --disable-compat22 was given.
4081 if test "${enable_compat22+set}" = set; then
4082 enableval="$enable_compat22"
4083
4084 if test "$enableval" = yes; then
4085 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
4086 else
4087 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
4088 fi
4089
4090 else
4091
4092 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
4093 if test "x$LINE" != x ; then
4094 eval "DEFAULT_$LINE"
4095 else
4096 no_cache=1
4097 fi
4098
4099 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
4100
4101 fi;
4102
4103 eval "$ac_cv_use_compat22"
4104 if test "$no_cache" != 1; then
4105 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
4106 fi
4107
4108 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
4109 echo "$as_me:$LINENO: result: yes" >&5
4110 echo "${ECHO_T}yes" >&6
4111 else
4112 echo "$as_me:$LINENO: result: no" >&5
4113 echo "${ECHO_T}no" >&6
4114 fi
4115
4116
4117 enablestring=disable
4118 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
4119 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
4120 no_cache=0
4121 # Check whether --enable-compat24 or --disable-compat24 was given.
4122 if test "${enable_compat24+set}" = set; then
4123 enableval="$enable_compat24"
4124
4125 if test "$enableval" = yes; then
4126 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=yes'
4127 else
4128 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=no'
4129 fi
4130
4131 else
4132
4133 LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
4134 if test "x$LINE" != x ; then
4135 eval "DEFAULT_$LINE"
4136 else
4137 no_cache=1
4138 fi
4139
4140 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
4141
4142 fi;
4143
4144 eval "$ac_cv_use_compat24"
4145 if test "$no_cache" != 1; then
4146 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
4147 fi
4148
4149 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
4150 echo "$as_me:$LINENO: result: yes" >&5
4151 echo "${ECHO_T}yes" >&6
4152 else
4153 echo "$as_me:$LINENO: result: no" >&5
4154 echo "${ECHO_T}no" >&6
4155 fi
4156
4157
4158
4159 enablestring=
4160 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
4161 echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6
4162 no_cache=0
4163 # Check whether --enable-rpath or --disable-rpath was given.
4164 if test "${enable_rpath+set}" = set; then
4165 enableval="$enable_rpath"
4166
4167 if test "$enableval" = yes; then
4168 ac_cv_use_rpath='wxUSE_RPATH=yes'
4169 else
4170 ac_cv_use_rpath='wxUSE_RPATH=no'
4171 fi
4172
4173 else
4174
4175 LINE=`grep "wxUSE_RPATH" ${wx_arg_cache_file}`
4176 if test "x$LINE" != x ; then
4177 eval "DEFAULT_$LINE"
4178 else
4179 no_cache=1
4180 fi
4181
4182 ac_cv_use_rpath='wxUSE_RPATH='$DEFAULT_wxUSE_RPATH
4183
4184 fi;
4185
4186 eval "$ac_cv_use_rpath"
4187 if test "$no_cache" != 1; then
4188 echo $ac_cv_use_rpath >> ${wx_arg_cache_file}.tmp
4189 fi
4190
4191 if test "$wxUSE_RPATH" = yes; then
4192 echo "$as_me:$LINENO: result: yes" >&5
4193 echo "${ECHO_T}yes" >&6
4194 else
4195 echo "$as_me:$LINENO: result: no" >&5
4196 echo "${ECHO_T}no" >&6
4197 fi
4198
4199
4200
4201
4202
4203 enablestring=
4204 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
4205 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
4206 no_cache=0
4207 # Check whether --enable-intl or --disable-intl was given.
4208 if test "${enable_intl+set}" = set; then
4209 enableval="$enable_intl"
4210
4211 if test "$enableval" = yes; then
4212 ac_cv_use_intl='wxUSE_INTL=yes'
4213 else
4214 ac_cv_use_intl='wxUSE_INTL=no'
4215 fi
4216
4217 else
4218
4219 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
4220 if test "x$LINE" != x ; then
4221 eval "DEFAULT_$LINE"
4222 else
4223 no_cache=1
4224 fi
4225
4226 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
4227
4228 fi;
4229
4230 eval "$ac_cv_use_intl"
4231 if test "$no_cache" != 1; then
4232 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
4233 fi
4234
4235 if test "$wxUSE_INTL" = yes; then
4236 echo "$as_me:$LINENO: result: yes" >&5
4237 echo "${ECHO_T}yes" >&6
4238 else
4239 echo "$as_me:$LINENO: result: no" >&5
4240 echo "${ECHO_T}no" >&6
4241 fi
4242
4243
4244 enablestring=
4245 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
4246 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
4247 no_cache=0
4248 # Check whether --enable-config or --disable-config was given.
4249 if test "${enable_config+set}" = set; then
4250 enableval="$enable_config"
4251
4252 if test "$enableval" = yes; then
4253 ac_cv_use_config='wxUSE_CONFIG=yes'
4254 else
4255 ac_cv_use_config='wxUSE_CONFIG=no'
4256 fi
4257
4258 else
4259
4260 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
4261 if test "x$LINE" != x ; then
4262 eval "DEFAULT_$LINE"
4263 else
4264 no_cache=1
4265 fi
4266
4267 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
4268
4269 fi;
4270
4271 eval "$ac_cv_use_config"
4272 if test "$no_cache" != 1; then
4273 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
4274 fi
4275
4276 if test "$wxUSE_CONFIG" = yes; then
4277 echo "$as_me:$LINENO: result: yes" >&5
4278 echo "${ECHO_T}yes" >&6
4279 else
4280 echo "$as_me:$LINENO: result: no" >&5
4281 echo "${ECHO_T}no" >&6
4282 fi
4283
4284
4285
4286 enablestring=
4287 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
4288 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
4289 no_cache=0
4290 # Check whether --enable-protocols or --disable-protocols was given.
4291 if test "${enable_protocols+set}" = set; then
4292 enableval="$enable_protocols"
4293
4294 if test "$enableval" = yes; then
4295 ac_cv_use_protocols='wxUSE_PROTOCOL=yes'
4296 else
4297 ac_cv_use_protocols='wxUSE_PROTOCOL=no'
4298 fi
4299
4300 else
4301
4302 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4303 if test "x$LINE" != x ; then
4304 eval "DEFAULT_$LINE"
4305 else
4306 no_cache=1
4307 fi
4308
4309 ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4310
4311 fi;
4312
4313 eval "$ac_cv_use_protocols"
4314 if test "$no_cache" != 1; then
4315 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
4316 fi
4317
4318 if test "$wxUSE_PROTOCOL" = yes; then
4319 echo "$as_me:$LINENO: result: yes" >&5
4320 echo "${ECHO_T}yes" >&6
4321 else
4322 echo "$as_me:$LINENO: result: no" >&5
4323 echo "${ECHO_T}no" >&6
4324 fi
4325
4326
4327 enablestring=
4328 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
4329 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
4330 no_cache=0
4331 # Check whether --enable-ftp or --disable-ftp was given.
4332 if test "${enable_ftp+set}" = set; then
4333 enableval="$enable_ftp"
4334
4335 if test "$enableval" = yes; then
4336 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
4337 else
4338 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
4339 fi
4340
4341 else
4342
4343 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4344 if test "x$LINE" != x ; then
4345 eval "DEFAULT_$LINE"
4346 else
4347 no_cache=1
4348 fi
4349
4350 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4351
4352 fi;
4353
4354 eval "$ac_cv_use_ftp"
4355 if test "$no_cache" != 1; then
4356 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
4357 fi
4358
4359 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4360 echo "$as_me:$LINENO: result: yes" >&5
4361 echo "${ECHO_T}yes" >&6
4362 else
4363 echo "$as_me:$LINENO: result: no" >&5
4364 echo "${ECHO_T}no" >&6
4365 fi
4366
4367
4368 enablestring=
4369 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
4370 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
4371 no_cache=0
4372 # Check whether --enable-http or --disable-http was given.
4373 if test "${enable_http+set}" = set; then
4374 enableval="$enable_http"
4375
4376 if test "$enableval" = yes; then
4377 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
4378 else
4379 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
4380 fi
4381
4382 else
4383
4384 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4385 if test "x$LINE" != x ; then
4386 eval "DEFAULT_$LINE"
4387 else
4388 no_cache=1
4389 fi
4390
4391 ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4392
4393 fi;
4394
4395 eval "$ac_cv_use_http"
4396 if test "$no_cache" != 1; then
4397 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
4398 fi
4399
4400 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4401 echo "$as_me:$LINENO: result: yes" >&5
4402 echo "${ECHO_T}yes" >&6
4403 else
4404 echo "$as_me:$LINENO: result: no" >&5
4405 echo "${ECHO_T}no" >&6
4406 fi
4407
4408
4409 enablestring=
4410 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4411 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4412 no_cache=0
4413 # Check whether --enable-fileproto or --disable-fileproto was given.
4414 if test "${enable_fileproto+set}" = set; then
4415 enableval="$enable_fileproto"
4416
4417 if test "$enableval" = yes; then
4418 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
4419 else
4420 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
4421 fi
4422
4423 else
4424
4425 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4426 if test "x$LINE" != x ; then
4427 eval "DEFAULT_$LINE"
4428 else
4429 no_cache=1
4430 fi
4431
4432 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4433
4434 fi;
4435
4436 eval "$ac_cv_use_fileproto"
4437 if test "$no_cache" != 1; then
4438 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4439 fi
4440
4441 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4442 echo "$as_me:$LINENO: result: yes" >&5
4443 echo "${ECHO_T}yes" >&6
4444 else
4445 echo "$as_me:$LINENO: result: no" >&5
4446 echo "${ECHO_T}no" >&6
4447 fi
4448
4449
4450 enablestring=
4451 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4452 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4453 no_cache=0
4454 # Check whether --enable-sockets or --disable-sockets was given.
4455 if test "${enable_sockets+set}" = set; then
4456 enableval="$enable_sockets"
4457
4458 if test "$enableval" = yes; then
4459 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
4460 else
4461 ac_cv_use_sockets='wxUSE_SOCKETS=no'
4462 fi
4463
4464 else
4465
4466 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4467 if test "x$LINE" != x ; then
4468 eval "DEFAULT_$LINE"
4469 else
4470 no_cache=1
4471 fi
4472
4473 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4474
4475 fi;
4476
4477 eval "$ac_cv_use_sockets"
4478 if test "$no_cache" != 1; then
4479 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4480 fi
4481
4482 if test "$wxUSE_SOCKETS" = yes; then
4483 echo "$as_me:$LINENO: result: yes" >&5
4484 echo "${ECHO_T}yes" >&6
4485 else
4486 echo "$as_me:$LINENO: result: no" >&5
4487 echo "${ECHO_T}no" >&6
4488 fi
4489
4490
4491 enablestring=
4492 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4493 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4494 no_cache=0
4495 # Check whether --enable-ole or --disable-ole was given.
4496 if test "${enable_ole+set}" = set; then
4497 enableval="$enable_ole"
4498
4499 if test "$enableval" = yes; then
4500 ac_cv_use_ole='wxUSE_OLE=yes'
4501 else
4502 ac_cv_use_ole='wxUSE_OLE=no'
4503 fi
4504
4505 else
4506
4507 LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4508 if test "x$LINE" != x ; then
4509 eval "DEFAULT_$LINE"
4510 else
4511 no_cache=1
4512 fi
4513
4514 ac_cv_use_ole='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4515
4516 fi;
4517
4518 eval "$ac_cv_use_ole"
4519 if test "$no_cache" != 1; then
4520 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4521 fi
4522
4523 if test "$wxUSE_OLE" = yes; then
4524 echo "$as_me:$LINENO: result: yes" >&5
4525 echo "${ECHO_T}yes" >&6
4526 else
4527 echo "$as_me:$LINENO: result: no" >&5
4528 echo "${ECHO_T}no" >&6
4529 fi
4530
4531
4532 enablestring=
4533 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4534 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4535 no_cache=0
4536 # Check whether --enable-dataobj or --disable-dataobj was given.
4537 if test "${enable_dataobj+set}" = set; then
4538 enableval="$enable_dataobj"
4539
4540 if test "$enableval" = yes; then
4541 ac_cv_use_dataobj='wxUSE_DATAOBJ=yes'
4542 else
4543 ac_cv_use_dataobj='wxUSE_DATAOBJ=no'
4544 fi
4545
4546 else
4547
4548 LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4549 if test "x$LINE" != x ; then
4550 eval "DEFAULT_$LINE"
4551 else
4552 no_cache=1
4553 fi
4554
4555 ac_cv_use_dataobj='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4556
4557 fi;
4558
4559 eval "$ac_cv_use_dataobj"
4560 if test "$no_cache" != 1; then
4561 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4562 fi
4563
4564 if test "$wxUSE_DATAOBJ" = yes; then
4565 echo "$as_me:$LINENO: result: yes" >&5
4566 echo "${ECHO_T}yes" >&6
4567 else
4568 echo "$as_me:$LINENO: result: no" >&5
4569 echo "${ECHO_T}no" >&6
4570 fi
4571
4572
4573
4574 enablestring=
4575 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4576 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4577 no_cache=0
4578 # Check whether --enable-ipc or --disable-ipc was given.
4579 if test "${enable_ipc+set}" = set; then
4580 enableval="$enable_ipc"
4581
4582 if test "$enableval" = yes; then
4583 ac_cv_use_ipc='wxUSE_IPC=yes'
4584 else
4585 ac_cv_use_ipc='wxUSE_IPC=no'
4586 fi
4587
4588 else
4589
4590 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4591 if test "x$LINE" != x ; then
4592 eval "DEFAULT_$LINE"
4593 else
4594 no_cache=1
4595 fi
4596
4597 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4598
4599 fi;
4600
4601 eval "$ac_cv_use_ipc"
4602 if test "$no_cache" != 1; then
4603 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4604 fi
4605
4606 if test "$wxUSE_IPC" = yes; then
4607 echo "$as_me:$LINENO: result: yes" >&5
4608 echo "${ECHO_T}yes" >&6
4609 else
4610 echo "$as_me:$LINENO: result: no" >&5
4611 echo "${ECHO_T}no" >&6
4612 fi
4613
4614
4615
4616 enablestring=
4617 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4618 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4619 no_cache=0
4620 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4621 if test "${enable_apple_ieee+set}" = set; then
4622 enableval="$enable_apple_ieee"
4623
4624 if test "$enableval" = yes; then
4625 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
4626 else
4627 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
4628 fi
4629
4630 else
4631
4632 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4633 if test "x$LINE" != x ; then
4634 eval "DEFAULT_$LINE"
4635 else
4636 no_cache=1
4637 fi
4638
4639 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
4640
4641 fi;
4642
4643 eval "$ac_cv_use_apple_ieee"
4644 if test "$no_cache" != 1; then
4645 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4646 fi
4647
4648 if test "$wxUSE_APPLE_IEEE" = yes; then
4649 echo "$as_me:$LINENO: result: yes" >&5
4650 echo "${ECHO_T}yes" >&6
4651 else
4652 echo "$as_me:$LINENO: result: no" >&5
4653 echo "${ECHO_T}no" >&6
4654 fi
4655
4656
4657 enablestring=
4658 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
4659 echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6
4660 no_cache=0
4661 # Check whether --enable-arcstream or --disable-arcstream was given.
4662 if test "${enable_arcstream+set}" = set; then
4663 enableval="$enable_arcstream"
4664
4665 if test "$enableval" = yes; then
4666 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
4667 else
4668 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
4669 fi
4670
4671 else
4672
4673 LINE=`grep "wxUSE_ARCHIVE_STREAMS" ${wx_arg_cache_file}`
4674 if test "x$LINE" != x ; then
4675 eval "DEFAULT_$LINE"
4676 else
4677 no_cache=1
4678 fi
4679
4680 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS='$DEFAULT_wxUSE_ARCHIVE_STREAMS
4681
4682 fi;
4683
4684 eval "$ac_cv_use_arcstream"
4685 if test "$no_cache" != 1; then
4686 echo $ac_cv_use_arcstream >> ${wx_arg_cache_file}.tmp
4687 fi
4688
4689 if test "$wxUSE_ARCHIVE_STREAMS" = yes; then
4690 echo "$as_me:$LINENO: result: yes" >&5
4691 echo "${ECHO_T}yes" >&6
4692 else
4693 echo "$as_me:$LINENO: result: no" >&5
4694 echo "${ECHO_T}no" >&6
4695 fi
4696
4697
4698 enablestring=
4699 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
4700 echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6
4701 no_cache=0
4702 # Check whether --enable-backtrace or --disable-backtrace was given.
4703 if test "${enable_backtrace+set}" = set; then
4704 enableval="$enable_backtrace"
4705
4706 if test "$enableval" = yes; then
4707 ac_cv_use_backtrace='wxUSE_STACKWALKER=yes'
4708 else
4709 ac_cv_use_backtrace='wxUSE_STACKWALKER=no'
4710 fi
4711
4712 else
4713
4714 LINE=`grep "wxUSE_STACKWALKER" ${wx_arg_cache_file}`
4715 if test "x$LINE" != x ; then
4716 eval "DEFAULT_$LINE"
4717 else
4718 no_cache=1
4719 fi
4720
4721 ac_cv_use_backtrace='wxUSE_STACKWALKER='$DEFAULT_wxUSE_STACKWALKER
4722
4723 fi;
4724
4725 eval "$ac_cv_use_backtrace"
4726 if test "$no_cache" != 1; then
4727 echo $ac_cv_use_backtrace >> ${wx_arg_cache_file}.tmp
4728 fi
4729
4730 if test "$wxUSE_STACKWALKER" = yes; then
4731 echo "$as_me:$LINENO: result: yes" >&5
4732 echo "${ECHO_T}yes" >&6
4733 else
4734 echo "$as_me:$LINENO: result: no" >&5
4735 echo "${ECHO_T}no" >&6
4736 fi
4737
4738
4739 enablestring=
4740 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
4741 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
4742 no_cache=0
4743 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4744 if test "${enable_catch_segvs+set}" = set; then
4745 enableval="$enable_catch_segvs"
4746
4747 if test "$enableval" = yes; then
4748 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
4749 else
4750 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
4751 fi
4752
4753 else
4754
4755 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4756 if test "x$LINE" != x ; then
4757 eval "DEFAULT_$LINE"
4758 else
4759 no_cache=1
4760 fi
4761
4762 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4763
4764 fi;
4765
4766 eval "$ac_cv_use_catch_segvs"
4767 if test "$no_cache" != 1; then
4768 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4769 fi
4770
4771 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4772 echo "$as_me:$LINENO: result: yes" >&5
4773 echo "${ECHO_T}yes" >&6
4774 else
4775 echo "$as_me:$LINENO: result: no" >&5
4776 echo "${ECHO_T}no" >&6
4777 fi
4778
4779
4780 enablestring=
4781 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4782 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4783 no_cache=0
4784 # Check whether --enable-cmdline or --disable-cmdline was given.
4785 if test "${enable_cmdline+set}" = set; then
4786 enableval="$enable_cmdline"
4787
4788 if test "$enableval" = yes; then
4789 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
4790 else
4791 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
4792 fi
4793
4794 else
4795
4796 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4797 if test "x$LINE" != x ; then
4798 eval "DEFAULT_$LINE"
4799 else
4800 no_cache=1
4801 fi
4802
4803 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
4804
4805 fi;
4806
4807 eval "$ac_cv_use_cmdline"
4808 if test "$no_cache" != 1; then
4809 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4810 fi
4811
4812 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4813 echo "$as_me:$LINENO: result: yes" >&5
4814 echo "${ECHO_T}yes" >&6
4815 else
4816 echo "$as_me:$LINENO: result: no" >&5
4817 echo "${ECHO_T}no" >&6
4818 fi
4819
4820
4821 enablestring=
4822 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4823 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4824 no_cache=0
4825 # Check whether --enable-datetime or --disable-datetime was given.
4826 if test "${enable_datetime+set}" = set; then
4827 enableval="$enable_datetime"
4828
4829 if test "$enableval" = yes; then
4830 ac_cv_use_datetime='wxUSE_DATETIME=yes'
4831 else
4832 ac_cv_use_datetime='wxUSE_DATETIME=no'
4833 fi
4834
4835 else
4836
4837 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4838 if test "x$LINE" != x ; then
4839 eval "DEFAULT_$LINE"
4840 else
4841 no_cache=1
4842 fi
4843
4844 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
4845
4846 fi;
4847
4848 eval "$ac_cv_use_datetime"
4849 if test "$no_cache" != 1; then
4850 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4851 fi
4852
4853 if test "$wxUSE_DATETIME" = yes; then
4854 echo "$as_me:$LINENO: result: yes" >&5
4855 echo "${ECHO_T}yes" >&6
4856 else
4857 echo "$as_me:$LINENO: result: no" >&5
4858 echo "${ECHO_T}no" >&6
4859 fi
4860
4861
4862 enablestring=
4863 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
4864 echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6
4865 no_cache=0
4866 # Check whether --enable-debugreport or --disable-debugreport was given.
4867 if test "${enable_debugreport+set}" = set; then
4868 enableval="$enable_debugreport"
4869
4870 if test "$enableval" = yes; then
4871 ac_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
4872 else
4873 ac_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
4874 fi
4875
4876 else
4877
4878 LINE=`grep "wxUSE_DEBUGREPORT" ${wx_arg_cache_file}`
4879 if test "x$LINE" != x ; then
4880 eval "DEFAULT_$LINE"
4881 else
4882 no_cache=1
4883 fi
4884
4885 ac_cv_use_debugreport='wxUSE_DEBUGREPORT='$DEFAULT_wxUSE_DEBUGREPORT
4886
4887 fi;
4888
4889 eval "$ac_cv_use_debugreport"
4890 if test "$no_cache" != 1; then
4891 echo $ac_cv_use_debugreport >> ${wx_arg_cache_file}.tmp
4892 fi
4893
4894 if test "$wxUSE_DEBUGREPORT" = yes; then
4895 echo "$as_me:$LINENO: result: yes" >&5
4896 echo "${ECHO_T}yes" >&6
4897 else
4898 echo "$as_me:$LINENO: result: no" >&5
4899 echo "${ECHO_T}no" >&6
4900 fi
4901
4902
4903 enablestring=
4904 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4905 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4906 no_cache=0
4907 # Check whether --enable-dialupman or --disable-dialupman was given.
4908 if test "${enable_dialupman+set}" = set; then
4909 enableval="$enable_dialupman"
4910
4911 if test "$enableval" = yes; then
4912 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
4913 else
4914 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
4915 fi
4916
4917 else
4918
4919 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4920 if test "x$LINE" != x ; then
4921 eval "DEFAULT_$LINE"
4922 else
4923 no_cache=1
4924 fi
4925
4926 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
4927
4928 fi;
4929
4930 eval "$ac_cv_use_dialupman"
4931 if test "$no_cache" != 1; then
4932 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4933 fi
4934
4935 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4936 echo "$as_me:$LINENO: result: yes" >&5
4937 echo "${ECHO_T}yes" >&6
4938 else
4939 echo "$as_me:$LINENO: result: no" >&5
4940 echo "${ECHO_T}no" >&6
4941 fi
4942
4943
4944 enablestring=
4945 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4946 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
4947 no_cache=0
4948 # Check whether --enable-dynlib or --disable-dynlib was given.
4949 if test "${enable_dynlib+set}" = set; then
4950 enableval="$enable_dynlib"
4951
4952 if test "$enableval" = yes; then
4953 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
4954 else
4955 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
4956 fi
4957
4958 else
4959
4960 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
4961 if test "x$LINE" != x ; then
4962 eval "DEFAULT_$LINE"
4963 else
4964 no_cache=1
4965 fi
4966
4967 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
4968
4969 fi;
4970
4971 eval "$ac_cv_use_dynlib"
4972 if test "$no_cache" != 1; then
4973 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
4974 fi
4975
4976 if test "$wxUSE_DYNLIB_CLASS" = yes; then
4977 echo "$as_me:$LINENO: result: yes" >&5
4978 echo "${ECHO_T}yes" >&6
4979 else
4980 echo "$as_me:$LINENO: result: no" >&5
4981 echo "${ECHO_T}no" >&6
4982 fi
4983
4984
4985 enablestring=
4986 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
4987 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
4988 no_cache=0
4989 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
4990 if test "${enable_dynamicloader+set}" = set; then
4991 enableval="$enable_dynamicloader"
4992
4993 if test "$enableval" = yes; then
4994 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
4995 else
4996 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
4997 fi
4998
4999 else
5000
5001 LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
5002 if test "x$LINE" != x ; then
5003 eval "DEFAULT_$LINE"
5004 else
5005 no_cache=1
5006 fi
5007
5008 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
5009
5010 fi;
5011
5012 eval "$ac_cv_use_dynamicloader"
5013 if test "$no_cache" != 1; then
5014 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
5015 fi
5016
5017 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
5018 echo "$as_me:$LINENO: result: yes" >&5
5019 echo "${ECHO_T}yes" >&6
5020 else
5021 echo "$as_me:$LINENO: result: no" >&5
5022 echo "${ECHO_T}no" >&6
5023 fi
5024
5025
5026 enablestring=
5027 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
5028 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
5029 no_cache=0
5030 # Check whether --enable-exceptions or --disable-exceptions was given.
5031 if test "${enable_exceptions+set}" = set; then
5032 enableval="$enable_exceptions"
5033
5034 if test "$enableval" = yes; then
5035 ac_cv_use_exceptions='wxUSE_EXCEPTIONS=yes'
5036 else
5037 ac_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
5038 fi
5039
5040 else
5041
5042 LINE=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
5043 if test "x$LINE" != x ; then
5044 eval "DEFAULT_$LINE"
5045 else
5046 no_cache=1
5047 fi
5048
5049 ac_cv_use_exceptions='wxUSE_EXCEPTIONS='$DEFAULT_wxUSE_EXCEPTIONS
5050
5051 fi;
5052
5053 eval "$ac_cv_use_exceptions"
5054 if test "$no_cache" != 1; then
5055 echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
5056 fi
5057
5058 if test "$wxUSE_EXCEPTIONS" = yes; then
5059 echo "$as_me:$LINENO: result: yes" >&5
5060 echo "${ECHO_T}yes" >&6
5061 else
5062 echo "$as_me:$LINENO: result: no" >&5
5063 echo "${ECHO_T}no" >&6
5064 fi
5065
5066
5067 enablestring=
5068 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
5069 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
5070 no_cache=0
5071 # Check whether --enable-ffile or --disable-ffile was given.
5072 if test "${enable_ffile+set}" = set; then
5073 enableval="$enable_ffile"
5074
5075 if test "$enableval" = yes; then
5076 ac_cv_use_ffile='wxUSE_FFILE=yes'
5077 else
5078 ac_cv_use_ffile='wxUSE_FFILE=no'
5079 fi
5080
5081 else
5082
5083 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
5084 if test "x$LINE" != x ; then
5085 eval "DEFAULT_$LINE"
5086 else
5087 no_cache=1
5088 fi
5089
5090 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
5091
5092 fi;
5093
5094 eval "$ac_cv_use_ffile"
5095 if test "$no_cache" != 1; then
5096 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
5097 fi
5098
5099 if test "$wxUSE_FFILE" = yes; then
5100 echo "$as_me:$LINENO: result: yes" >&5
5101 echo "${ECHO_T}yes" >&6
5102 else
5103 echo "$as_me:$LINENO: result: no" >&5
5104 echo "${ECHO_T}no" >&6
5105 fi
5106
5107
5108 enablestring=
5109 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
5110 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
5111 no_cache=0
5112 # Check whether --enable-file or --disable-file was given.
5113 if test "${enable_file+set}" = set; then
5114 enableval="$enable_file"
5115
5116 if test "$enableval" = yes; then
5117 ac_cv_use_file='wxUSE_FILE=yes'
5118 else
5119 ac_cv_use_file='wxUSE_FILE=no'
5120 fi
5121
5122 else
5123
5124 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
5125 if test "x$LINE" != x ; then
5126 eval "DEFAULT_$LINE"
5127 else
5128 no_cache=1
5129 fi
5130
5131 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
5132
5133 fi;
5134
5135 eval "$ac_cv_use_file"
5136 if test "$no_cache" != 1; then
5137 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
5138 fi
5139
5140 if test "$wxUSE_FILE" = yes; then
5141 echo "$as_me:$LINENO: result: yes" >&5
5142 echo "${ECHO_T}yes" >&6
5143 else
5144 echo "$as_me:$LINENO: result: no" >&5
5145 echo "${ECHO_T}no" >&6
5146 fi
5147
5148
5149 enablestring=
5150 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5151 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5152 no_cache=0
5153 # Check whether --enable-filesystem or --disable-filesystem was given.
5154 if test "${enable_filesystem+set}" = set; then
5155 enableval="$enable_filesystem"
5156
5157 if test "$enableval" = yes; then
5158 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
5159 else
5160 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
5161 fi
5162
5163 else
5164
5165 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5166 if test "x$LINE" != x ; then
5167 eval "DEFAULT_$LINE"
5168 else
5169 no_cache=1
5170 fi
5171
5172 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
5173
5174 fi;
5175
5176 eval "$ac_cv_use_filesystem"
5177 if test "$no_cache" != 1; then
5178 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5179 fi
5180
5181 if test "$wxUSE_FILESYSTEM" = yes; then
5182 echo "$as_me:$LINENO: result: yes" >&5
5183 echo "${ECHO_T}yes" >&6
5184 else
5185 echo "$as_me:$LINENO: result: no" >&5
5186 echo "${ECHO_T}no" >&6
5187 fi
5188
5189
5190 enablestring=
5191 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
5192 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
5193 no_cache=0
5194 # Check whether --enable-fontmap or --disable-fontmap was given.
5195 if test "${enable_fontmap+set}" = set; then
5196 enableval="$enable_fontmap"
5197
5198 if test "$enableval" = yes; then
5199 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
5200 else
5201 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
5202 fi
5203
5204 else
5205
5206 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
5207 if test "x$LINE" != x ; then
5208 eval "DEFAULT_$LINE"
5209 else
5210 no_cache=1
5211 fi
5212
5213 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
5214
5215 fi;
5216
5217 eval "$ac_cv_use_fontmap"
5218 if test "$no_cache" != 1; then
5219 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
5220 fi
5221
5222 if test "$wxUSE_FONTMAP" = yes; then
5223 echo "$as_me:$LINENO: result: yes" >&5
5224 echo "${ECHO_T}yes" >&6
5225 else
5226 echo "$as_me:$LINENO: result: no" >&5
5227 echo "${ECHO_T}no" >&6
5228 fi
5229
5230
5231 enablestring=
5232 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5233 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5234 no_cache=0
5235 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5236 if test "${enable_fs_inet+set}" = set; then
5237 enableval="$enable_fs_inet"
5238
5239 if test "$enableval" = yes; then
5240 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
5241 else
5242 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
5243 fi
5244
5245 else
5246
5247 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5248 if test "x$LINE" != x ; then
5249 eval "DEFAULT_$LINE"
5250 else
5251 no_cache=1
5252 fi
5253
5254 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5255
5256 fi;
5257
5258 eval "$ac_cv_use_fs_inet"
5259 if test "$no_cache" != 1; then
5260 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5261 fi
5262
5263 if test "$wxUSE_FS_INET" = yes; then
5264 echo "$as_me:$LINENO: result: yes" >&5
5265 echo "${ECHO_T}yes" >&6
5266 else
5267 echo "$as_me:$LINENO: result: no" >&5
5268 echo "${ECHO_T}no" >&6
5269 fi
5270
5271
5272 enablestring=
5273 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5274 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5275 no_cache=0
5276 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5277 if test "${enable_fs_zip+set}" = set; then
5278 enableval="$enable_fs_zip"
5279
5280 if test "$enableval" = yes; then
5281 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
5282 else
5283 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
5284 fi
5285
5286 else
5287
5288 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5289 if test "x$LINE" != x ; then
5290 eval "DEFAULT_$LINE"
5291 else
5292 no_cache=1
5293 fi
5294
5295 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5296
5297 fi;
5298
5299 eval "$ac_cv_use_fs_zip"
5300 if test "$no_cache" != 1; then
5301 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5302 fi
5303
5304 if test "$wxUSE_FS_ZIP" = yes; then
5305 echo "$as_me:$LINENO: result: yes" >&5
5306 echo "${ECHO_T}yes" >&6
5307 else
5308 echo "$as_me:$LINENO: result: no" >&5
5309 echo "${ECHO_T}no" >&6
5310 fi
5311
5312
5313 enablestring=
5314 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
5315 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
5316 no_cache=0
5317 # Check whether --enable-geometry or --disable-geometry was given.
5318 if test "${enable_geometry+set}" = set; then
5319 enableval="$enable_geometry"
5320
5321 if test "$enableval" = yes; then
5322 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
5323 else
5324 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
5325 fi
5326
5327 else
5328
5329 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
5330 if test "x$LINE" != x ; then
5331 eval "DEFAULT_$LINE"
5332 else
5333 no_cache=1
5334 fi
5335
5336 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
5337
5338 fi;
5339
5340 eval "$ac_cv_use_geometry"
5341 if test "$no_cache" != 1; then
5342 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
5343 fi
5344
5345 if test "$wxUSE_GEOMETRY" = yes; then
5346 echo "$as_me:$LINENO: result: yes" >&5
5347 echo "${ECHO_T}yes" >&6
5348 else
5349 echo "$as_me:$LINENO: result: no" >&5
5350 echo "${ECHO_T}no" >&6
5351 fi
5352
5353
5354 enablestring=
5355 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
5356 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
5357 no_cache=0
5358 # Check whether --enable-log or --disable-log was given.
5359 if test "${enable_log+set}" = set; then
5360 enableval="$enable_log"
5361
5362 if test "$enableval" = yes; then
5363 ac_cv_use_log='wxUSE_LOG=yes'
5364 else
5365 ac_cv_use_log='wxUSE_LOG=no'
5366 fi
5367
5368 else
5369
5370 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
5371 if test "x$LINE" != x ; then
5372 eval "DEFAULT_$LINE"
5373 else
5374 no_cache=1
5375 fi
5376
5377 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
5378
5379 fi;
5380
5381 eval "$ac_cv_use_log"
5382 if test "$no_cache" != 1; then
5383 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
5384 fi
5385
5386 if test "$wxUSE_LOG" = yes; then
5387 echo "$as_me:$LINENO: result: yes" >&5
5388 echo "${ECHO_T}yes" >&6
5389 else
5390 echo "$as_me:$LINENO: result: no" >&5
5391 echo "${ECHO_T}no" >&6
5392 fi
5393
5394
5395 enablestring=
5396 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
5397 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
5398 no_cache=0
5399 # Check whether --enable-longlong or --disable-longlong was given.
5400 if test "${enable_longlong+set}" = set; then
5401 enableval="$enable_longlong"
5402
5403 if test "$enableval" = yes; then
5404 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
5405 else
5406 ac_cv_use_longlong='wxUSE_LONGLONG=no'
5407 fi
5408
5409 else
5410
5411 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
5412 if test "x$LINE" != x ; then
5413 eval "DEFAULT_$LINE"
5414 else
5415 no_cache=1
5416 fi
5417
5418 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
5419
5420 fi;
5421
5422 eval "$ac_cv_use_longlong"
5423 if test "$no_cache" != 1; then
5424 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
5425 fi
5426
5427 if test "$wxUSE_LONGLONG" = yes; then
5428 echo "$as_me:$LINENO: result: yes" >&5
5429 echo "${ECHO_T}yes" >&6
5430 else
5431 echo "$as_me:$LINENO: result: no" >&5
5432 echo "${ECHO_T}no" >&6
5433 fi
5434
5435
5436 enablestring=
5437 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5438 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5439 no_cache=0
5440 # Check whether --enable-mimetype or --disable-mimetype was given.
5441 if test "${enable_mimetype+set}" = set; then
5442 enableval="$enable_mimetype"
5443
5444 if test "$enableval" = yes; then
5445 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
5446 else
5447 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
5448 fi
5449
5450 else
5451
5452 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5453 if test "x$LINE" != x ; then
5454 eval "DEFAULT_$LINE"
5455 else
5456 no_cache=1
5457 fi
5458
5459 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5460
5461 fi;
5462
5463 eval "$ac_cv_use_mimetype"
5464 if test "$no_cache" != 1; then
5465 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5466 fi
5467
5468 if test "$wxUSE_MIMETYPE" = yes; then
5469 echo "$as_me:$LINENO: result: yes" >&5
5470 echo "${ECHO_T}yes" >&6
5471 else
5472 echo "$as_me:$LINENO: result: no" >&5
5473 echo "${ECHO_T}no" >&6
5474 fi
5475
5476
5477 enablestring=
5478 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5479 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5480 no_cache=0
5481 # Check whether --enable-mslu or --disable-mslu was given.
5482 if test "${enable_mslu+set}" = set; then
5483 enableval="$enable_mslu"
5484
5485 if test "$enableval" = yes; then
5486 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
5487 else
5488 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
5489 fi
5490
5491 else
5492
5493 LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5494 if test "x$LINE" != x ; then
5495 eval "DEFAULT_$LINE"
5496 else
5497 no_cache=1
5498 fi
5499
5500 ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
5501
5502 fi;
5503
5504 eval "$ac_cv_use_mslu"
5505 if test "$no_cache" != 1; then
5506 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5507 fi
5508
5509 if test "$wxUSE_UNICODE_MSLU" = yes; then
5510 echo "$as_me:$LINENO: result: yes" >&5
5511 echo "${ECHO_T}yes" >&6
5512 else
5513 echo "$as_me:$LINENO: result: no" >&5
5514 echo "${ECHO_T}no" >&6
5515 fi
5516
5517
5518 enablestring=
5519 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5520 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5521 no_cache=0
5522 # Check whether --enable-snglinst or --disable-snglinst was given.
5523 if test "${enable_snglinst+set}" = set; then
5524 enableval="$enable_snglinst"
5525
5526 if test "$enableval" = yes; then
5527 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
5528 else
5529 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
5530 fi
5531
5532 else
5533
5534 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5535 if test "x$LINE" != x ; then
5536 eval "DEFAULT_$LINE"
5537 else
5538 no_cache=1
5539 fi
5540
5541 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5542
5543 fi;
5544
5545 eval "$ac_cv_use_snglinst"
5546 if test "$no_cache" != 1; then
5547 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5548 fi
5549
5550 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5551 echo "$as_me:$LINENO: result: yes" >&5
5552 echo "${ECHO_T}yes" >&6
5553 else
5554 echo "$as_me:$LINENO: result: no" >&5
5555 echo "${ECHO_T}no" >&6
5556 fi
5557
5558
5559 enablestring=
5560 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5561 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5562 no_cache=0
5563 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5564 if test "${enable_std_iostreams+set}" = set; then
5565 enableval="$enable_std_iostreams"
5566
5567 if test "$enableval" = yes; then
5568 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
5569 else
5570 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
5571 fi
5572
5573 else
5574
5575 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5576 if test "x$LINE" != x ; then
5577 eval "DEFAULT_$LINE"
5578 else
5579 no_cache=1
5580 fi
5581
5582 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
5583
5584 fi;
5585
5586 eval "$ac_cv_use_std_iostreams"
5587 if test "$no_cache" != 1; then
5588 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5589 fi
5590
5591 if test "$wxUSE_STD_IOSTREAM" = yes; then
5592 echo "$as_me:$LINENO: result: yes" >&5
5593 echo "${ECHO_T}yes" >&6
5594 else
5595 echo "$as_me:$LINENO: result: no" >&5
5596 echo "${ECHO_T}no" >&6
5597 fi
5598
5599
5600 enablestring=
5601 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
5602 echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6
5603 no_cache=0
5604 # Check whether --enable-std_string or --disable-std_string was given.
5605 if test "${enable_std_string+set}" = set; then
5606 enableval="$enable_std_string"
5607
5608 if test "$enableval" = yes; then
5609 ac_cv_use_std_string='wxUSE_STD_STRING=yes'
5610 else
5611 ac_cv_use_std_string='wxUSE_STD_STRING=no'
5612 fi
5613
5614 else
5615
5616 LINE=`grep "wxUSE_STD_STRING" ${wx_arg_cache_file}`
5617 if test "x$LINE" != x ; then
5618 eval "DEFAULT_$LINE"
5619 else
5620 no_cache=1
5621 fi
5622
5623 ac_cv_use_std_string='wxUSE_STD_STRING='$DEFAULT_wxUSE_STD_STRING
5624
5625 fi;
5626
5627 eval "$ac_cv_use_std_string"
5628 if test "$no_cache" != 1; then
5629 echo $ac_cv_use_std_string >> ${wx_arg_cache_file}.tmp
5630 fi
5631
5632 if test "$wxUSE_STD_STRING" = yes; then
5633 echo "$as_me:$LINENO: result: yes" >&5
5634 echo "${ECHO_T}yes" >&6
5635 else
5636 echo "$as_me:$LINENO: result: no" >&5
5637 echo "${ECHO_T}no" >&6
5638 fi
5639
5640
5641 enablestring=
5642 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
5643 echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6
5644 no_cache=0
5645 # Check whether --enable-stdpaths or --disable-stdpaths was given.
5646 if test "${enable_stdpaths+set}" = set; then
5647 enableval="$enable_stdpaths"
5648
5649 if test "$enableval" = yes; then
5650 ac_cv_use_stdpaths='wxUSE_STDPATHS=yes'
5651 else
5652 ac_cv_use_stdpaths='wxUSE_STDPATHS=no'
5653 fi
5654
5655 else
5656
5657 LINE=`grep "wxUSE_STDPATHS" ${wx_arg_cache_file}`
5658 if test "x$LINE" != x ; then
5659 eval "DEFAULT_$LINE"
5660 else
5661 no_cache=1
5662 fi
5663
5664 ac_cv_use_stdpaths='wxUSE_STDPATHS='$DEFAULT_wxUSE_STDPATHS
5665
5666 fi;
5667
5668 eval "$ac_cv_use_stdpaths"
5669 if test "$no_cache" != 1; then
5670 echo $ac_cv_use_stdpaths >> ${wx_arg_cache_file}.tmp
5671 fi
5672
5673 if test "$wxUSE_STDPATHS" = yes; then
5674 echo "$as_me:$LINENO: result: yes" >&5
5675 echo "${ECHO_T}yes" >&6
5676 else
5677 echo "$as_me:$LINENO: result: no" >&5
5678 echo "${ECHO_T}no" >&6
5679 fi
5680
5681
5682 enablestring=
5683 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
5684 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
5685 no_cache=0
5686 # Check whether --enable-stopwatch or --disable-stopwatch was given.
5687 if test "${enable_stopwatch+set}" = set; then
5688 enableval="$enable_stopwatch"
5689
5690 if test "$enableval" = yes; then
5691 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
5692 else
5693 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
5694 fi
5695
5696 else
5697
5698 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
5699 if test "x$LINE" != x ; then
5700 eval "DEFAULT_$LINE"
5701 else
5702 no_cache=1
5703 fi
5704
5705 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
5706
5707 fi;
5708
5709 eval "$ac_cv_use_stopwatch"
5710 if test "$no_cache" != 1; then
5711 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
5712 fi
5713
5714 if test "$wxUSE_STOPWATCH" = yes; then
5715 echo "$as_me:$LINENO: result: yes" >&5
5716 echo "${ECHO_T}yes" >&6
5717 else
5718 echo "$as_me:$LINENO: result: no" >&5
5719 echo "${ECHO_T}no" >&6
5720 fi
5721
5722
5723 enablestring=
5724 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
5725 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
5726 no_cache=0
5727 # Check whether --enable-streams or --disable-streams was given.
5728 if test "${enable_streams+set}" = set; then
5729 enableval="$enable_streams"
5730
5731 if test "$enableval" = yes; then
5732 ac_cv_use_streams='wxUSE_STREAMS=yes'
5733 else
5734 ac_cv_use_streams='wxUSE_STREAMS=no'
5735 fi
5736
5737 else
5738
5739 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
5740 if test "x$LINE" != x ; then
5741 eval "DEFAULT_$LINE"
5742 else
5743 no_cache=1
5744 fi
5745
5746 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
5747
5748 fi;
5749
5750 eval "$ac_cv_use_streams"
5751 if test "$no_cache" != 1; then
5752 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
5753 fi
5754
5755 if test "$wxUSE_STREAMS" = yes; then
5756 echo "$as_me:$LINENO: result: yes" >&5
5757 echo "${ECHO_T}yes" >&6
5758 else
5759 echo "$as_me:$LINENO: result: no" >&5
5760 echo "${ECHO_T}no" >&6
5761 fi
5762
5763
5764 enablestring=
5765 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5766 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5767 no_cache=0
5768 # Check whether --enable-system_options or --disable-system_options was given.
5769 if test "${enable_system_options+set}" = set; then
5770 enableval="$enable_system_options"
5771
5772 if test "$enableval" = yes; then
5773 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
5774 else
5775 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
5776 fi
5777
5778 else
5779
5780 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5781 if test "x$LINE" != x ; then
5782 eval "DEFAULT_$LINE"
5783 else
5784 no_cache=1
5785 fi
5786
5787 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5788
5789 fi;
5790
5791 eval "$ac_cv_use_system_options"
5792 if test "$no_cache" != 1; then
5793 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5794 fi
5795
5796 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5797 echo "$as_me:$LINENO: result: yes" >&5
5798 echo "${ECHO_T}yes" >&6
5799 else
5800 echo "$as_me:$LINENO: result: no" >&5
5801 echo "${ECHO_T}no" >&6
5802 fi
5803
5804
5805 enablestring=
5806 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
5807 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
5808 no_cache=0
5809 # Check whether --enable-textbuf or --disable-textbuf was given.
5810 if test "${enable_textbuf+set}" = set; then
5811 enableval="$enable_textbuf"
5812
5813 if test "$enableval" = yes; then
5814 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
5815 else
5816 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
5817 fi
5818
5819 else
5820
5821 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
5822 if test "x$LINE" != x ; then
5823 eval "DEFAULT_$LINE"
5824 else
5825 no_cache=1
5826 fi
5827
5828 ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
5829
5830 fi;
5831
5832 eval "$ac_cv_use_textbuf"
5833 if test "$no_cache" != 1; then
5834 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
5835 fi
5836
5837 if test "$wxUSE_TEXTBUFFER" = yes; then
5838 echo "$as_me:$LINENO: result: yes" >&5
5839 echo "${ECHO_T}yes" >&6
5840 else
5841 echo "$as_me:$LINENO: result: no" >&5
5842 echo "${ECHO_T}no" >&6
5843 fi
5844
5845
5846 enablestring=
5847 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
5848 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
5849 no_cache=0
5850 # Check whether --enable-textfile or --disable-textfile was given.
5851 if test "${enable_textfile+set}" = set; then
5852 enableval="$enable_textfile"
5853
5854 if test "$enableval" = yes; then
5855 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
5856 else
5857 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
5858 fi
5859
5860 else
5861
5862 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
5863 if test "x$LINE" != x ; then
5864 eval "DEFAULT_$LINE"
5865 else
5866 no_cache=1
5867 fi
5868
5869 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
5870
5871 fi;
5872
5873 eval "$ac_cv_use_textfile"
5874 if test "$no_cache" != 1; then
5875 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
5876 fi
5877
5878 if test "$wxUSE_TEXTFILE" = yes; then
5879 echo "$as_me:$LINENO: result: yes" >&5
5880 echo "${ECHO_T}yes" >&6
5881 else
5882 echo "$as_me:$LINENO: result: no" >&5
5883 echo "${ECHO_T}no" >&6
5884 fi
5885
5886
5887 enablestring=
5888 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
5889 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
5890 no_cache=0
5891 # Check whether --enable-timer or --disable-timer was given.
5892 if test "${enable_timer+set}" = set; then
5893 enableval="$enable_timer"
5894
5895 if test "$enableval" = yes; then
5896 ac_cv_use_timer='wxUSE_TIMER=yes'
5897 else
5898 ac_cv_use_timer='wxUSE_TIMER=no'
5899 fi
5900
5901 else
5902
5903 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
5904 if test "x$LINE" != x ; then
5905 eval "DEFAULT_$LINE"
5906 else
5907 no_cache=1
5908 fi
5909
5910 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
5911
5912 fi;
5913
5914 eval "$ac_cv_use_timer"
5915 if test "$no_cache" != 1; then
5916 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
5917 fi
5918
5919 if test "$wxUSE_TIMER" = yes; then
5920 echo "$as_me:$LINENO: result: yes" >&5
5921 echo "${ECHO_T}yes" >&6
5922 else
5923 echo "$as_me:$LINENO: result: no" >&5
5924 echo "${ECHO_T}no" >&6
5925 fi
5926
5927
5928 enablestring=
5929 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
5930 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
5931 no_cache=0
5932 # Check whether --enable-unicode or --disable-unicode was given.
5933 if test "${enable_unicode+set}" = set; then
5934 enableval="$enable_unicode"
5935
5936 if test "$enableval" = yes; then
5937 ac_cv_use_unicode='wxUSE_UNICODE=yes'
5938 else
5939 ac_cv_use_unicode='wxUSE_UNICODE=no'
5940 fi
5941
5942 else
5943
5944 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5945 if test "x$LINE" != x ; then
5946 eval "DEFAULT_$LINE"
5947 else
5948 no_cache=1
5949 fi
5950
5951 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
5952
5953 fi;
5954
5955 eval "$ac_cv_use_unicode"
5956 if test "$no_cache" != 1; then
5957 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
5958 fi
5959
5960 if test "$wxUSE_UNICODE" = yes; then
5961 echo "$as_me:$LINENO: result: yes" >&5
5962 echo "${ECHO_T}yes" >&6
5963 else
5964 echo "$as_me:$LINENO: result: no" >&5
5965 echo "${ECHO_T}no" >&6
5966 fi
5967
5968
5969 enablestring=
5970 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
5971 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6
5972 no_cache=0
5973 # Check whether --enable-sound or --disable-sound was given.
5974 if test "${enable_sound+set}" = set; then
5975 enableval="$enable_sound"
5976
5977 if test "$enableval" = yes; then
5978 ac_cv_use_sound='wxUSE_SOUND=yes'
5979 else
5980 ac_cv_use_sound='wxUSE_SOUND=no'
5981 fi
5982
5983 else
5984
5985 LINE=`grep "wxUSE_SOUND" ${wx_arg_cache_file}`
5986 if test "x$LINE" != x ; then
5987 eval "DEFAULT_$LINE"
5988 else
5989 no_cache=1
5990 fi
5991
5992 ac_cv_use_sound='wxUSE_SOUND='$DEFAULT_wxUSE_SOUND
5993
5994 fi;
5995
5996 eval "$ac_cv_use_sound"
5997 if test "$no_cache" != 1; then
5998 echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp
5999 fi
6000
6001 if test "$wxUSE_SOUND" = yes; then
6002 echo "$as_me:$LINENO: result: yes" >&5
6003 echo "${ECHO_T}yes" >&6
6004 else
6005 echo "$as_me:$LINENO: result: no" >&5
6006 echo "${ECHO_T}no" >&6
6007 fi
6008
6009
6010 enablestring=
6011 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
6012 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6
6013 no_cache=0
6014 # Check whether --enable-mediactrl or --disable-mediactrl was given.
6015 if test "${enable_mediactrl+set}" = set; then
6016 enableval="$enable_mediactrl"
6017
6018 if test "$enableval" = yes; then
6019 ac_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
6020 else
6021 ac_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
6022 fi
6023
6024 else
6025
6026 LINE=`grep "wxUSE_MEDIACTRL" ${wx_arg_cache_file}`
6027 if test "x$LINE" != x ; then
6028 eval "DEFAULT_$LINE"
6029 else
6030 no_cache=1
6031 fi
6032
6033 ac_cv_use_mediactrl='wxUSE_MEDIACTRL='$DEFAULT_wxUSE_MEDIACTRL
6034
6035 fi;
6036
6037 eval "$ac_cv_use_mediactrl"
6038 if test "$no_cache" != 1; then
6039 echo $ac_cv_use_mediactrl >> ${wx_arg_cache_file}.tmp
6040 fi
6041
6042 if test "$wxUSE_MEDIACTRL" = yes; then
6043 echo "$as_me:$LINENO: result: yes" >&5
6044 echo "${ECHO_T}yes" >&6
6045 else
6046 echo "$as_me:$LINENO: result: no" >&5
6047 echo "${ECHO_T}no" >&6
6048 fi
6049
6050
6051 enablestring=
6052 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
6053 echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
6054 no_cache=0
6055 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
6056 if test "${enable_wxprintfv+set}" = set; then
6057 enableval="$enable_wxprintfv"
6058
6059 if test "$enableval" = yes; then
6060 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
6061 else
6062 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
6063 fi
6064
6065 else
6066
6067 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
6068 if test "x$LINE" != x ; then
6069 eval "DEFAULT_$LINE"
6070 else
6071 no_cache=1
6072 fi
6073
6074 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
6075
6076 fi;
6077
6078 eval "$ac_cv_use_wxprintfv"
6079 if test "$no_cache" != 1; then
6080 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
6081 fi
6082
6083 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
6084 echo "$as_me:$LINENO: result: yes" >&5
6085 echo "${ECHO_T}yes" >&6
6086 else
6087 echo "$as_me:$LINENO: result: no" >&5
6088 echo "${ECHO_T}no" >&6
6089 fi
6090
6091
6092 enablestring=
6093 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
6094 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
6095 no_cache=0
6096 # Check whether --enable-zipstream or --disable-zipstream was given.
6097 if test "${enable_zipstream+set}" = set; then
6098 enableval="$enable_zipstream"
6099
6100 if test "$enableval" = yes; then
6101 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
6102 else
6103 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
6104 fi
6105
6106 else
6107
6108 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
6109 if test "x$LINE" != x ; then
6110 eval "DEFAULT_$LINE"
6111 else
6112 no_cache=1
6113 fi
6114
6115 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
6116
6117 fi;
6118
6119 eval "$ac_cv_use_zipstream"
6120 if test "$no_cache" != 1; then
6121 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
6122 fi
6123
6124 if test "$wxUSE_ZIPSTREAM" = yes; then
6125 echo "$as_me:$LINENO: result: yes" >&5
6126 echo "${ECHO_T}yes" >&6
6127 else
6128 echo "$as_me:$LINENO: result: no" >&5
6129 echo "${ECHO_T}no" >&6
6130 fi
6131
6132
6133
6134 enablestring=
6135 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
6136 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
6137 no_cache=0
6138 # Check whether --enable-url or --disable-url was given.
6139 if test "${enable_url+set}" = set; then
6140 enableval="$enable_url"
6141
6142 if test "$enableval" = yes; then
6143 ac_cv_use_url='wxUSE_URL=yes'
6144 else
6145 ac_cv_use_url='wxUSE_URL=no'
6146 fi
6147
6148 else
6149
6150 LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
6151 if test "x$LINE" != x ; then
6152 eval "DEFAULT_$LINE"
6153 else
6154 no_cache=1
6155 fi
6156
6157 ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL
6158
6159 fi;
6160
6161 eval "$ac_cv_use_url"
6162 if test "$no_cache" != 1; then
6163 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
6164 fi
6165
6166 if test "$wxUSE_URL" = yes; then
6167 echo "$as_me:$LINENO: result: yes" >&5
6168 echo "${ECHO_T}yes" >&6
6169 else
6170 echo "$as_me:$LINENO: result: no" >&5
6171 echo "${ECHO_T}no" >&6
6172 fi
6173
6174
6175 enablestring=
6176 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
6177 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
6178 no_cache=0
6179 # Check whether --enable-protocol or --disable-protocol was given.
6180 if test "${enable_protocol+set}" = set; then
6181 enableval="$enable_protocol"
6182
6183 if test "$enableval" = yes; then
6184 ac_cv_use_protocol='wxUSE_PROTOCOL=yes'
6185 else
6186 ac_cv_use_protocol='wxUSE_PROTOCOL=no'
6187 fi
6188
6189 else
6190
6191 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
6192 if test "x$LINE" != x ; then
6193 eval "DEFAULT_$LINE"
6194 else
6195 no_cache=1
6196 fi
6197
6198 ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
6199
6200 fi;
6201
6202 eval "$ac_cv_use_protocol"
6203 if test "$no_cache" != 1; then
6204 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
6205 fi
6206
6207 if test "$wxUSE_PROTOCOL" = yes; then
6208 echo "$as_me:$LINENO: result: yes" >&5
6209 echo "${ECHO_T}yes" >&6
6210 else
6211 echo "$as_me:$LINENO: result: no" >&5
6212 echo "${ECHO_T}no" >&6
6213 fi
6214
6215
6216 enablestring=
6217 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
6218 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
6219 no_cache=0
6220 # Check whether --enable-protocol_http or --disable-protocol_http was given.
6221 if test "${enable_protocol_http+set}" = set; then
6222 enableval="$enable_protocol_http"
6223
6224 if test "$enableval" = yes; then
6225 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
6226 else
6227 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
6228 fi
6229
6230 else
6231
6232 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
6233 if test "x$LINE" != x ; then
6234 eval "DEFAULT_$LINE"
6235 else
6236 no_cache=1
6237 fi
6238
6239 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
6240
6241 fi;
6242
6243 eval "$ac_cv_use_protocol_http"
6244 if test "$no_cache" != 1; then
6245 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
6246 fi
6247
6248 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
6249 echo "$as_me:$LINENO: result: yes" >&5
6250 echo "${ECHO_T}yes" >&6
6251 else
6252 echo "$as_me:$LINENO: result: no" >&5
6253 echo "${ECHO_T}no" >&6
6254 fi
6255
6256
6257 enablestring=
6258 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
6259 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
6260 no_cache=0
6261 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
6262 if test "${enable_protocol_ftp+set}" = set; then
6263 enableval="$enable_protocol_ftp"
6264
6265 if test "$enableval" = yes; then
6266 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
6267 else
6268 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
6269 fi
6270
6271 else
6272
6273 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
6274 if test "x$LINE" != x ; then
6275 eval "DEFAULT_$LINE"
6276 else
6277 no_cache=1
6278 fi
6279
6280 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
6281
6282 fi;
6283
6284 eval "$ac_cv_use_protocol_ftp"
6285 if test "$no_cache" != 1; then
6286 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
6287 fi
6288
6289 if test "$wxUSE_PROTOCOL_FTP" = yes; then
6290 echo "$as_me:$LINENO: result: yes" >&5
6291 echo "${ECHO_T}yes" >&6
6292 else
6293 echo "$as_me:$LINENO: result: no" >&5
6294 echo "${ECHO_T}no" >&6
6295 fi
6296
6297
6298 enablestring=
6299 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
6300 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
6301 no_cache=0
6302 # Check whether --enable-protocol_file or --disable-protocol_file was given.
6303 if test "${enable_protocol_file+set}" = set; then
6304 enableval="$enable_protocol_file"
6305
6306 if test "$enableval" = yes; then
6307 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
6308 else
6309 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
6310 fi
6311
6312 else
6313
6314 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
6315 if test "x$LINE" != x ; then
6316 eval "DEFAULT_$LINE"
6317 else
6318 no_cache=1
6319 fi
6320
6321 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
6322
6323 fi;
6324
6325 eval "$ac_cv_use_protocol_file"
6326 if test "$no_cache" != 1; then
6327 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
6328 fi
6329
6330 if test "$wxUSE_PROTOCOL_FILE" = yes; then
6331 echo "$as_me:$LINENO: result: yes" >&5
6332 echo "${ECHO_T}yes" >&6
6333 else
6334 echo "$as_me:$LINENO: result: no" >&5
6335 echo "${ECHO_T}no" >&6
6336 fi
6337
6338
6339
6340
6341
6342 enablestring=
6343 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
6344 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
6345 no_cache=0
6346 # Check whether --enable-threads or --disable-threads was given.
6347 if test "${enable_threads+set}" = set; then
6348 enableval="$enable_threads"
6349
6350 if test "$enableval" = yes; then
6351 ac_cv_use_threads='wxUSE_THREADS=yes'
6352 else
6353 ac_cv_use_threads='wxUSE_THREADS=no'
6354 fi
6355
6356 else
6357
6358 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
6359 if test "x$LINE" != x ; then
6360 eval "DEFAULT_$LINE"
6361 else
6362 no_cache=1
6363 fi
6364
6365 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
6366
6367 fi;
6368
6369 eval "$ac_cv_use_threads"
6370 if test "$no_cache" != 1; then
6371 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
6372 fi
6373
6374 if test "$wxUSE_THREADS" = yes; then
6375 echo "$as_me:$LINENO: result: yes" >&5
6376 echo "${ECHO_T}yes" >&6
6377 else
6378 echo "$as_me:$LINENO: result: no" >&5
6379 echo "${ECHO_T}no" >&6
6380 fi
6381
6382
6383 if test "$wxUSE_GUI" = "yes"; then
6384
6385
6386
6387 enablestring=
6388 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
6389 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
6390 no_cache=0
6391 # Check whether --enable-docview or --disable-docview was given.
6392 if test "${enable_docview+set}" = set; then
6393 enableval="$enable_docview"
6394
6395 if test "$enableval" = yes; then
6396 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
6397 else
6398 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
6399 fi
6400
6401 else
6402
6403 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
6404 if test "x$LINE" != x ; then
6405 eval "DEFAULT_$LINE"
6406 else
6407 no_cache=1
6408 fi
6409
6410 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
6411
6412 fi;
6413
6414 eval "$ac_cv_use_docview"
6415 if test "$no_cache" != 1; then
6416 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
6417 fi
6418
6419 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
6420 echo "$as_me:$LINENO: result: yes" >&5
6421 echo "${ECHO_T}yes" >&6
6422 else
6423 echo "$as_me:$LINENO: result: no" >&5
6424 echo "${ECHO_T}no" >&6
6425 fi
6426
6427
6428 enablestring=
6429 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
6430 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
6431 no_cache=0
6432 # Check whether --enable-help or --disable-help was given.
6433 if test "${enable_help+set}" = set; then
6434 enableval="$enable_help"
6435
6436 if test "$enableval" = yes; then
6437 ac_cv_use_help='wxUSE_HELP=yes'
6438 else
6439 ac_cv_use_help='wxUSE_HELP=no'
6440 fi
6441
6442 else
6443
6444 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
6445 if test "x$LINE" != x ; then
6446 eval "DEFAULT_$LINE"
6447 else
6448 no_cache=1
6449 fi
6450
6451 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
6452
6453 fi;
6454
6455 eval "$ac_cv_use_help"
6456 if test "$no_cache" != 1; then
6457 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
6458 fi
6459
6460 if test "$wxUSE_HELP" = yes; then
6461 echo "$as_me:$LINENO: result: yes" >&5
6462 echo "${ECHO_T}yes" >&6
6463 else
6464 echo "$as_me:$LINENO: result: no" >&5
6465 echo "${ECHO_T}no" >&6
6466 fi
6467
6468
6469 enablestring=
6470 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
6471 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
6472 no_cache=0
6473 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
6474 if test "${enable_mshtmlhelp+set}" = set; then
6475 enableval="$enable_mshtmlhelp"
6476
6477 if test "$enableval" = yes; then
6478 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
6479 else
6480 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
6481 fi
6482
6483 else
6484
6485 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
6486 if test "x$LINE" != x ; then
6487 eval "DEFAULT_$LINE"
6488 else
6489 no_cache=1
6490 fi
6491
6492 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
6493
6494 fi;
6495
6496 eval "$ac_cv_use_mshtmlhelp"
6497 if test "$no_cache" != 1; then
6498 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
6499 fi
6500
6501 if test "$wxUSE_MS_HTML_HELP" = yes; then
6502 echo "$as_me:$LINENO: result: yes" >&5
6503 echo "${ECHO_T}yes" >&6
6504 else
6505 echo "$as_me:$LINENO: result: no" >&5
6506 echo "${ECHO_T}no" >&6
6507 fi
6508
6509
6510 enablestring=
6511 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
6512 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
6513 no_cache=0
6514 # Check whether --enable-html or --disable-html was given.
6515 if test "${enable_html+set}" = set; then
6516 enableval="$enable_html"
6517
6518 if test "$enableval" = yes; then
6519 ac_cv_use_html='wxUSE_HTML=yes'
6520 else
6521 ac_cv_use_html='wxUSE_HTML=no'
6522 fi
6523
6524 else
6525
6526 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
6527 if test "x$LINE" != x ; then
6528 eval "DEFAULT_$LINE"
6529 else
6530 no_cache=1
6531 fi
6532
6533 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
6534
6535 fi;
6536
6537 eval "$ac_cv_use_html"
6538 if test "$no_cache" != 1; then
6539 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
6540 fi
6541
6542 if test "$wxUSE_HTML" = yes; then
6543 echo "$as_me:$LINENO: result: yes" >&5
6544 echo "${ECHO_T}yes" >&6
6545 else
6546 echo "$as_me:$LINENO: result: no" >&5
6547 echo "${ECHO_T}no" >&6
6548 fi
6549
6550
6551 enablestring=
6552 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
6553 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
6554 no_cache=0
6555 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
6556 if test "${enable_htmlhelp+set}" = set; then
6557 enableval="$enable_htmlhelp"
6558
6559 if test "$enableval" = yes; then
6560 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
6561 else
6562 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
6563 fi
6564
6565 else
6566
6567 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
6568 if test "x$LINE" != x ; then
6569 eval "DEFAULT_$LINE"
6570 else
6571 no_cache=1
6572 fi
6573
6574 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
6575
6576 fi;
6577
6578 eval "$ac_cv_use_htmlhelp"
6579 if test "$no_cache" != 1; then
6580 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
6581 fi
6582
6583 if test "$wxUSE_WXHTML_HELP" = yes; then
6584 echo "$as_me:$LINENO: result: yes" >&5
6585 echo "${ECHO_T}yes" >&6
6586 else
6587 echo "$as_me:$LINENO: result: no" >&5
6588 echo "${ECHO_T}no" >&6
6589 fi
6590
6591
6592 enablestring=
6593 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
6594 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6
6595 no_cache=0
6596 # Check whether --enable-xrc or --disable-xrc was given.
6597 if test "${enable_xrc+set}" = set; then
6598 enableval="$enable_xrc"
6599
6600 if test "$enableval" = yes; then
6601 ac_cv_use_xrc='wxUSE_XRC=yes'
6602 else
6603 ac_cv_use_xrc='wxUSE_XRC=no'
6604 fi
6605
6606 else
6607
6608 LINE=`grep "wxUSE_XRC" ${wx_arg_cache_file}`
6609 if test "x$LINE" != x ; then
6610 eval "DEFAULT_$LINE"
6611 else
6612 no_cache=1
6613 fi
6614
6615 ac_cv_use_xrc='wxUSE_XRC='$DEFAULT_wxUSE_XRC
6616
6617 fi;
6618
6619 eval "$ac_cv_use_xrc"
6620 if test "$no_cache" != 1; then
6621 echo $ac_cv_use_xrc >> ${wx_arg_cache_file}.tmp
6622 fi
6623
6624 if test "$wxUSE_XRC" = yes; then
6625 echo "$as_me:$LINENO: result: yes" >&5
6626 echo "${ECHO_T}yes" >&6
6627 else
6628 echo "$as_me:$LINENO: result: no" >&5
6629 echo "${ECHO_T}no" >&6
6630 fi
6631
6632
6633 enablestring=
6634 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
6635 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
6636 no_cache=0
6637 # Check whether --enable-constraints or --disable-constraints was given.
6638 if test "${enable_constraints+set}" = set; then
6639 enableval="$enable_constraints"
6640
6641 if test "$enableval" = yes; then
6642 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
6643 else
6644 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
6645 fi
6646
6647 else
6648
6649 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
6650 if test "x$LINE" != x ; then
6651 eval "DEFAULT_$LINE"
6652 else
6653 no_cache=1
6654 fi
6655
6656 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
6657
6658 fi;
6659
6660 eval "$ac_cv_use_constraints"
6661 if test "$no_cache" != 1; then
6662 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
6663 fi
6664
6665 if test "$wxUSE_CONSTRAINTS" = yes; then
6666 echo "$as_me:$LINENO: result: yes" >&5
6667 echo "${ECHO_T}yes" >&6
6668 else
6669 echo "$as_me:$LINENO: result: no" >&5
6670 echo "${ECHO_T}no" >&6
6671 fi
6672
6673
6674 enablestring=
6675 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
6676 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
6677 no_cache=0
6678 # Check whether --enable-printarch or --disable-printarch was given.
6679 if test "${enable_printarch+set}" = set; then
6680 enableval="$enable_printarch"
6681
6682 if test "$enableval" = yes; then
6683 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
6684 else
6685 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
6686 fi
6687
6688 else
6689
6690 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
6691 if test "x$LINE" != x ; then
6692 eval "DEFAULT_$LINE"
6693 else
6694 no_cache=1
6695 fi
6696
6697 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
6698
6699 fi;
6700
6701 eval "$ac_cv_use_printarch"
6702 if test "$no_cache" != 1; then
6703 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6704 fi
6705
6706 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
6707 echo "$as_me:$LINENO: result: yes" >&5
6708 echo "${ECHO_T}yes" >&6
6709 else
6710 echo "$as_me:$LINENO: result: no" >&5
6711 echo "${ECHO_T}no" >&6
6712 fi
6713
6714
6715 enablestring=
6716 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6717 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
6718 no_cache=0
6719 # Check whether --enable-mdi or --disable-mdi was given.
6720 if test "${enable_mdi+set}" = set; then
6721 enableval="$enable_mdi"
6722
6723 if test "$enableval" = yes; then
6724 ac_cv_use_mdi='wxUSE_MDI=yes'
6725 else
6726 ac_cv_use_mdi='wxUSE_MDI=no'
6727 fi
6728
6729 else
6730
6731 LINE=`grep "wxUSE_MDI" ${wx_arg_cache_file}`
6732 if test "x$LINE" != x ; then
6733 eval "DEFAULT_$LINE"
6734 else
6735 no_cache=1
6736 fi
6737
6738 ac_cv_use_mdi='wxUSE_MDI='$DEFAULT_wxUSE_MDI
6739
6740 fi;
6741
6742 eval "$ac_cv_use_mdi"
6743 if test "$no_cache" != 1; then
6744 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6745 fi
6746
6747 if test "$wxUSE_MDI" = yes; then
6748 echo "$as_me:$LINENO: result: yes" >&5
6749 echo "${ECHO_T}yes" >&6
6750 else
6751 echo "$as_me:$LINENO: result: no" >&5
6752 echo "${ECHO_T}no" >&6
6753 fi
6754
6755
6756 enablestring=
6757 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
6758 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6
6759 no_cache=0
6760 # Check whether --enable-mdidoc or --disable-mdidoc was given.
6761 if test "${enable_mdidoc+set}" = set; then
6762 enableval="$enable_mdidoc"
6763
6764 if test "$enableval" = yes; then
6765 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes'
6766 else
6767 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
6768 fi
6769
6770 else
6771
6772 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6773 if test "x$LINE" != x ; then
6774 eval "DEFAULT_$LINE"
6775 else
6776 no_cache=1
6777 fi
6778
6779 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
6780
6781 fi;
6782
6783 eval "$ac_cv_use_mdidoc"
6784 if test "$no_cache" != 1; then
6785 echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp
6786 fi
6787
6788 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
6789 echo "$as_me:$LINENO: result: yes" >&5
6790 echo "${ECHO_T}yes" >&6
6791 else
6792 echo "$as_me:$LINENO: result: no" >&5
6793 echo "${ECHO_T}no" >&6
6794 fi
6795
6796
6797 enablestring=
6798 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6799 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6800 no_cache=0
6801 # Check whether --enable-loggui or --disable-loggui was given.
6802 if test "${enable_loggui+set}" = set; then
6803 enableval="$enable_loggui"
6804
6805 if test "$enableval" = yes; then
6806 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
6807 else
6808 ac_cv_use_loggui='wxUSE_LOGGUI=no'
6809 fi
6810
6811 else
6812
6813 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6814 if test "x$LINE" != x ; then
6815 eval "DEFAULT_$LINE"
6816 else
6817 no_cache=1
6818 fi
6819
6820 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
6821
6822 fi;
6823
6824 eval "$ac_cv_use_loggui"
6825 if test "$no_cache" != 1; then
6826 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6827 fi
6828
6829 if test "$wxUSE_LOGGUI" = yes; then
6830 echo "$as_me:$LINENO: result: yes" >&5
6831 echo "${ECHO_T}yes" >&6
6832 else
6833 echo "$as_me:$LINENO: result: no" >&5
6834 echo "${ECHO_T}no" >&6
6835 fi
6836
6837
6838 enablestring=
6839 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6840 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6841 no_cache=0
6842 # Check whether --enable-logwin or --disable-logwin was given.
6843 if test "${enable_logwin+set}" = set; then
6844 enableval="$enable_logwin"
6845
6846 if test "$enableval" = yes; then
6847 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
6848 else
6849 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
6850 fi
6851
6852 else
6853
6854 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6855 if test "x$LINE" != x ; then
6856 eval "DEFAULT_$LINE"
6857 else
6858 no_cache=1
6859 fi
6860
6861 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
6862
6863 fi;
6864
6865 eval "$ac_cv_use_logwin"
6866 if test "$no_cache" != 1; then
6867 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6868 fi
6869
6870 if test "$wxUSE_LOGWINDOW" = yes; then
6871 echo "$as_me:$LINENO: result: yes" >&5
6872 echo "${ECHO_T}yes" >&6
6873 else
6874 echo "$as_me:$LINENO: result: no" >&5
6875 echo "${ECHO_T}no" >&6
6876 fi
6877
6878
6879 enablestring=
6880 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6881 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6882 no_cache=0
6883 # Check whether --enable-logdialog or --disable-logdialog was given.
6884 if test "${enable_logdialog+set}" = set; then
6885 enableval="$enable_logdialog"
6886
6887 if test "$enableval" = yes; then
6888 ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
6889 else
6890 ac_cv_use_logdialog='wxUSE_LOGDIALOG=no'
6891 fi
6892
6893 else
6894
6895 LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6896 if test "x$LINE" != x ; then
6897 eval "DEFAULT_$LINE"
6898 else
6899 no_cache=1
6900 fi
6901
6902 ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
6903
6904 fi;
6905
6906 eval "$ac_cv_use_logdialog"
6907 if test "$no_cache" != 1; then
6908 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6909 fi
6910
6911 if test "$wxUSE_LOGDIALOG" = yes; then
6912 echo "$as_me:$LINENO: result: yes" >&5
6913 echo "${ECHO_T}yes" >&6
6914 else
6915 echo "$as_me:$LINENO: result: no" >&5
6916 echo "${ECHO_T}no" >&6
6917 fi
6918
6919
6920 enablestring=
6921 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
6922 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6
6923 no_cache=0
6924 # Check whether --enable-webkit or --disable-webkit was given.
6925 if test "${enable_webkit+set}" = set; then
6926 enableval="$enable_webkit"
6927
6928 if test "$enableval" = yes; then
6929 ac_cv_use_webkit='wxUSE_WEBKIT=yes'
6930 else
6931 ac_cv_use_webkit='wxUSE_WEBKIT=no'
6932 fi
6933
6934 else
6935
6936 LINE=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}`
6937 if test "x$LINE" != x ; then
6938 eval "DEFAULT_$LINE"
6939 else
6940 no_cache=1
6941 fi
6942
6943 ac_cv_use_webkit='wxUSE_WEBKIT='$DEFAULT_wxUSE_WEBKIT
6944
6945 fi;
6946
6947 eval "$ac_cv_use_webkit"
6948 if test "$no_cache" != 1; then
6949 echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp
6950 fi
6951
6952 if test "$wxUSE_WEBKIT" = yes; then
6953 echo "$as_me:$LINENO: result: yes" >&5
6954 echo "${ECHO_T}yes" >&6
6955 else
6956 echo "$as_me:$LINENO: result: no" >&5
6957 echo "${ECHO_T}no" >&6
6958 fi
6959
6960
6961
6962 enablestring=
6963 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
6964 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
6965 no_cache=0
6966 # Check whether --enable-postscript or --disable-postscript was given.
6967 if test "${enable_postscript+set}" = set; then
6968 enableval="$enable_postscript"
6969
6970 if test "$enableval" = yes; then
6971 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
6972 else
6973 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
6974 fi
6975
6976 else
6977
6978 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
6979 if test "x$LINE" != x ; then
6980 eval "DEFAULT_$LINE"
6981 else
6982 no_cache=1
6983 fi
6984
6985 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
6986
6987 fi;
6988
6989 eval "$ac_cv_use_postscript"
6990 if test "$no_cache" != 1; then
6991 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
6992 fi
6993
6994 if test "$wxUSE_POSTSCRIPT" = yes; then
6995 echo "$as_me:$LINENO: result: yes" >&5
6996 echo "${ECHO_T}yes" >&6
6997 else
6998 echo "$as_me:$LINENO: result: no" >&5
6999 echo "${ECHO_T}no" >&6
7000 fi
7001
7002
7003
7004
7005
7006 enablestring=
7007 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
7008 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
7009 no_cache=0
7010 # Check whether --enable-prologio or --disable-prologio was given.
7011 if test "${enable_prologio+set}" = set; then
7012 enableval="$enable_prologio"
7013
7014 if test "$enableval" = yes; then
7015 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
7016 else
7017 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
7018 fi
7019
7020 else
7021
7022 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
7023 if test "x$LINE" != x ; then
7024 eval "DEFAULT_$LINE"
7025 else
7026 no_cache=1
7027 fi
7028
7029 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
7030
7031 fi;
7032
7033 eval "$ac_cv_use_prologio"
7034 if test "$no_cache" != 1; then
7035 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
7036 fi
7037
7038 if test "$wxUSE_PROLOGIO" = yes; then
7039 echo "$as_me:$LINENO: result: yes" >&5
7040 echo "${ECHO_T}yes" >&6
7041 else
7042 echo "$as_me:$LINENO: result: no" >&5
7043 echo "${ECHO_T}no" >&6
7044 fi
7045
7046
7047 enablestring=
7048 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
7049 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
7050 no_cache=0
7051 # Check whether --enable-resources or --disable-resources was given.
7052 if test "${enable_resources+set}" = set; then
7053 enableval="$enable_resources"
7054
7055 if test "$enableval" = yes; then
7056 ac_cv_use_resources='wxUSE_RESOURCES=yes'
7057 else
7058 ac_cv_use_resources='wxUSE_RESOURCES=no'
7059 fi
7060
7061 else
7062
7063 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
7064 if test "x$LINE" != x ; then
7065 eval "DEFAULT_$LINE"
7066 else
7067 no_cache=1
7068 fi
7069
7070 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
7071
7072 fi;
7073
7074 eval "$ac_cv_use_resources"
7075 if test "$no_cache" != 1; then
7076 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
7077 fi
7078
7079 if test "$wxUSE_RESOURCES" = yes; then
7080 echo "$as_me:$LINENO: result: yes" >&5
7081 echo "${ECHO_T}yes" >&6
7082 else
7083 echo "$as_me:$LINENO: result: no" >&5
7084 echo "${ECHO_T}no" >&6
7085 fi
7086
7087
7088
7089
7090 enablestring=
7091 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
7092 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
7093 no_cache=0
7094 # Check whether --enable-clipboard or --disable-clipboard was given.
7095 if test "${enable_clipboard+set}" = set; then
7096 enableval="$enable_clipboard"
7097
7098 if test "$enableval" = yes; then
7099 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
7100 else
7101 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
7102 fi
7103
7104 else
7105
7106 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
7107 if test "x$LINE" != x ; then
7108 eval "DEFAULT_$LINE"
7109 else
7110 no_cache=1
7111 fi
7112
7113 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
7114
7115 fi;
7116
7117 eval "$ac_cv_use_clipboard"
7118 if test "$no_cache" != 1; then
7119 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
7120 fi
7121
7122 if test "$wxUSE_CLIPBOARD" = yes; then
7123 echo "$as_me:$LINENO: result: yes" >&5
7124 echo "${ECHO_T}yes" >&6
7125 else
7126 echo "$as_me:$LINENO: result: no" >&5
7127 echo "${ECHO_T}no" >&6
7128 fi
7129
7130
7131 enablestring=
7132 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
7133 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
7134 no_cache=0
7135 # Check whether --enable-dnd or --disable-dnd was given.
7136 if test "${enable_dnd+set}" = set; then
7137 enableval="$enable_dnd"
7138
7139 if test "$enableval" = yes; then
7140 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
7141 else
7142 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
7143 fi
7144
7145 else
7146
7147 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
7148 if test "x$LINE" != x ; then
7149 eval "DEFAULT_$LINE"
7150 else
7151 no_cache=1
7152 fi
7153
7154 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
7155
7156 fi;
7157
7158 eval "$ac_cv_use_dnd"
7159 if test "$no_cache" != 1; then
7160 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
7161 fi
7162
7163 if test "$wxUSE_DRAG_AND_DROP" = yes; then
7164 echo "$as_me:$LINENO: result: yes" >&5
7165 echo "${ECHO_T}yes" >&6
7166 else
7167 echo "$as_me:$LINENO: result: no" >&5
7168 echo "${ECHO_T}no" >&6
7169 fi
7170
7171
7172 enablestring=
7173 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
7174 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
7175 no_cache=0
7176 # Check whether --enable-metafile or --disable-metafile was given.
7177 if test "${enable_metafile+set}" = set; then
7178 enableval="$enable_metafile"
7179
7180 if test "$enableval" = yes; then
7181 ac_cv_use_metafile='wxUSE_METAFILE=yes'
7182 else
7183 ac_cv_use_metafile='wxUSE_METAFILE=no'
7184 fi
7185
7186 else
7187
7188 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7189 if test "x$LINE" != x ; then
7190 eval "DEFAULT_$LINE"
7191 else
7192 no_cache=1
7193 fi
7194
7195 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7196
7197 fi;
7198
7199 eval "$ac_cv_use_metafile"
7200 if test "$no_cache" != 1; then
7201 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7202 fi
7203
7204 if test "$wxUSE_METAFILE" = yes; then
7205 echo "$as_me:$LINENO: result: yes" >&5
7206 echo "${ECHO_T}yes" >&6
7207 else
7208 echo "$as_me:$LINENO: result: no" >&5
7209 echo "${ECHO_T}no" >&6
7210 fi
7211
7212
7213
7214
7215
7216 enablestring=
7217 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
7218 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
7219 no_cache=0
7220 # Check whether --enable-controls or --disable-controls was given.
7221 if test "${enable_controls+set}" = set; then
7222 enableval="$enable_controls"
7223
7224 if test "$enableval" = yes; then
7225 ac_cv_use_controls='wxUSE_CONTROLS=yes'
7226 else
7227 ac_cv_use_controls='wxUSE_CONTROLS=no'
7228 fi
7229
7230 else
7231
7232 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
7233 if test "x$LINE" != x ; then
7234 eval "DEFAULT_$LINE"
7235 else
7236 no_cache=1
7237 fi
7238
7239 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
7240
7241 fi;
7242
7243 eval "$ac_cv_use_controls"
7244 if test "$no_cache" != 1; then
7245 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
7246 fi
7247
7248 if test "$wxUSE_CONTROLS" = yes; then
7249 echo "$as_me:$LINENO: result: yes" >&5
7250 echo "${ECHO_T}yes" >&6
7251 else
7252 echo "$as_me:$LINENO: result: no" >&5
7253 echo "${ECHO_T}no" >&6
7254 fi
7255
7256
7257 if test "$wxUSE_CONTROLS" = "yes"; then
7258 DEFAULT_wxUSE_ACCEL=yes
7259 DEFAULT_wxUSE_BMPBUTTON=yes
7260 DEFAULT_wxUSE_BUTTON=yes
7261 DEFAULT_wxUSE_CALCTRL=yes
7262 DEFAULT_wxUSE_CARET=yes
7263 DEFAULT_wxUSE_COMBOBOX=yes
7264 DEFAULT_wxUSE_CHECKBOX=yes
7265 DEFAULT_wxUSE_CHECKLISTBOX=yes
7266 DEFAULT_wxUSE_CHOICE=yes
7267 DEFAULT_wxUSE_CHOICEBOOK=yes
7268 DEFAULT_wxUSE_DATEPICKCTRL=yes
7269 DEFAULT_wxUSE_GAUGE=yes
7270 DEFAULT_wxUSE_GRID=yes
7271 DEFAULT_wxUSE_IMAGLIST=yes
7272 DEFAULT_wxUSE_LISTBOOK=yes
7273 DEFAULT_wxUSE_LISTBOX=yes
7274 DEFAULT_wxUSE_LISTCTRL=yes
7275 DEFAULT_wxUSE_NOTEBOOK=yes
7276 DEFAULT_wxUSE_RADIOBOX=yes
7277 DEFAULT_wxUSE_RADIOBTN=yes
7278 DEFAULT_wxUSE_SASH=yes
7279 DEFAULT_wxUSE_SCROLLBAR=yes
7280 DEFAULT_wxUSE_SLIDER=yes
7281 DEFAULT_wxUSE_SPINBTN=yes
7282 DEFAULT_wxUSE_SPINCTRL=yes
7283 DEFAULT_wxUSE_SPLITTER=yes
7284 DEFAULT_wxUSE_STATBMP=yes
7285 DEFAULT_wxUSE_STATBOX=yes
7286 DEFAULT_wxUSE_STATLINE=yes
7287 DEFAULT_wxUSE_STATUSBAR=yes
7288 DEFAULT_wxUSE_TAB_DIALOG=yes
7289 DEFAULT_wxUSE_TOGGLEBTN=yes
7290 DEFAULT_wxUSE_TOOLBAR=yes
7291 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
7292 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
7293 DEFAULT_wxUSE_TOOLTIPS=yes
7294 DEFAULT_wxUSE_TREECTRL=yes
7295 DEFAULT_wxUSE_POPUPWIN=yes
7296 DEFAULT_wxUSE_TIPWINDOW=yes
7297 elif test "$wxUSE_CONTROLS" = "no"; then
7298 DEFAULT_wxUSE_ACCEL=no
7299 DEFAULT_wxUSE_BMPBUTTON=no
7300 DEFAULT_wxUSE_BUTTON=no
7301 DEFAULT_wxUSE_CALCTRL=no
7302 DEFAULT_wxUSE_CARET=no
7303 DEFAULT_wxUSE_COMBOBOX=no
7304 DEFAULT_wxUSE_CHECKBOX=no
7305 DEFAULT_wxUSE_CHECKLISTBOX=no
7306 DEFAULT_wxUSE_CHOICE=no
7307 DEFAULT_wxUSE_CHOICEBOOK=no
7308 DEFAULT_wxUSE_DATEPICKCTRL=no
7309 DEFAULT_wxUSE_GAUGE=no
7310 DEFAULT_wxUSE_GRID=no
7311 DEFAULT_wxUSE_IMAGLIST=no
7312 DEFAULT_wxUSE_LISTBOOK=no
7313 DEFAULT_wxUSE_LISTBOX=no
7314 DEFAULT_wxUSE_LISTCTRL=no
7315 DEFAULT_wxUSE_NOTEBOOK=no
7316 DEFAULT_wxUSE_RADIOBOX=no
7317 DEFAULT_wxUSE_RADIOBTN=no
7318 DEFAULT_wxUSE_SASH=no
7319 DEFAULT_wxUSE_SCROLLBAR=no
7320 DEFAULT_wxUSE_SLIDER=no
7321 DEFAULT_wxUSE_SPINBTN=no
7322 DEFAULT_wxUSE_SPINCTRL=no
7323 DEFAULT_wxUSE_SPLITTER=no
7324 DEFAULT_wxUSE_STATBMP=no
7325 DEFAULT_wxUSE_STATBOX=no
7326 DEFAULT_wxUSE_STATLINE=no
7327 DEFAULT_wxUSE_STATUSBAR=no
7328 DEFAULT_wxUSE_TAB_DIALOG=no
7329 DEFAULT_wxUSE_TOGGLEBTN=no
7330 DEFAULT_wxUSE_TOOLBAR=no
7331 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
7332 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
7333 DEFAULT_wxUSE_TOOLTIPS=no
7334 DEFAULT_wxUSE_TREECTRL=no
7335 DEFAULT_wxUSE_POPUPWIN=no
7336 DEFAULT_wxUSE_TIPWINDOW=no
7337 fi
7338
7339
7340 enablestring=
7341 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
7342 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
7343 no_cache=0
7344 # Check whether --enable-accel or --disable-accel was given.
7345 if test "${enable_accel+set}" = set; then
7346 enableval="$enable_accel"
7347
7348 if test "$enableval" = yes; then
7349 ac_cv_use_accel='wxUSE_ACCEL=yes'
7350 else
7351 ac_cv_use_accel='wxUSE_ACCEL=no'
7352 fi
7353
7354 else
7355
7356 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
7357 if test "x$LINE" != x ; then
7358 eval "DEFAULT_$LINE"
7359 else
7360 no_cache=1
7361 fi
7362
7363 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
7364
7365 fi;
7366
7367 eval "$ac_cv_use_accel"
7368 if test "$no_cache" != 1; then
7369 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
7370 fi
7371
7372 if test "$wxUSE_ACCEL" = yes; then
7373 echo "$as_me:$LINENO: result: yes" >&5
7374 echo "${ECHO_T}yes" >&6
7375 else
7376 echo "$as_me:$LINENO: result: no" >&5
7377 echo "${ECHO_T}no" >&6
7378 fi
7379
7380
7381 enablestring=
7382 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
7383 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
7384 no_cache=0
7385 # Check whether --enable-button or --disable-button was given.
7386 if test "${enable_button+set}" = set; then
7387 enableval="$enable_button"
7388
7389 if test "$enableval" = yes; then
7390 ac_cv_use_button='wxUSE_BUTTON=yes'
7391 else
7392 ac_cv_use_button='wxUSE_BUTTON=no'
7393 fi
7394
7395 else
7396
7397 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
7398 if test "x$LINE" != x ; then
7399 eval "DEFAULT_$LINE"
7400 else
7401 no_cache=1
7402 fi
7403
7404 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
7405
7406 fi;
7407
7408 eval "$ac_cv_use_button"
7409 if test "$no_cache" != 1; then
7410 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
7411 fi
7412
7413 if test "$wxUSE_BUTTON" = yes; then
7414 echo "$as_me:$LINENO: result: yes" >&5
7415 echo "${ECHO_T}yes" >&6
7416 else
7417 echo "$as_me:$LINENO: result: no" >&5
7418 echo "${ECHO_T}no" >&6
7419 fi
7420
7421
7422 enablestring=
7423 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
7424 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
7425 no_cache=0
7426 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
7427 if test "${enable_bmpbutton+set}" = set; then
7428 enableval="$enable_bmpbutton"
7429
7430 if test "$enableval" = yes; then
7431 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
7432 else
7433 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
7434 fi
7435
7436 else
7437
7438 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
7439 if test "x$LINE" != x ; then
7440 eval "DEFAULT_$LINE"
7441 else
7442 no_cache=1
7443 fi
7444
7445 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
7446
7447 fi;
7448
7449 eval "$ac_cv_use_bmpbutton"
7450 if test "$no_cache" != 1; then
7451 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
7452 fi
7453
7454 if test "$wxUSE_BMPBUTTON" = yes; then
7455 echo "$as_me:$LINENO: result: yes" >&5
7456 echo "${ECHO_T}yes" >&6
7457 else
7458 echo "$as_me:$LINENO: result: no" >&5
7459 echo "${ECHO_T}no" >&6
7460 fi
7461
7462
7463 enablestring=
7464 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
7465 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
7466 no_cache=0
7467 # Check whether --enable-calendar or --disable-calendar was given.
7468 if test "${enable_calendar+set}" = set; then
7469 enableval="$enable_calendar"
7470
7471 if test "$enableval" = yes; then
7472 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
7473 else
7474 ac_cv_use_calendar='wxUSE_CALCTRL=no'
7475 fi
7476
7477 else
7478
7479 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
7480 if test "x$LINE" != x ; then
7481 eval "DEFAULT_$LINE"
7482 else
7483 no_cache=1
7484 fi
7485
7486 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
7487
7488 fi;
7489
7490 eval "$ac_cv_use_calendar"
7491 if test "$no_cache" != 1; then
7492 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
7493 fi
7494
7495 if test "$wxUSE_CALCTRL" = yes; then
7496 echo "$as_me:$LINENO: result: yes" >&5
7497 echo "${ECHO_T}yes" >&6
7498 else
7499 echo "$as_me:$LINENO: result: no" >&5
7500 echo "${ECHO_T}no" >&6
7501 fi
7502
7503
7504 enablestring=
7505 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
7506 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
7507 no_cache=0
7508 # Check whether --enable-caret or --disable-caret was given.
7509 if test "${enable_caret+set}" = set; then
7510 enableval="$enable_caret"
7511
7512 if test "$enableval" = yes; then
7513 ac_cv_use_caret='wxUSE_CARET=yes'
7514 else
7515 ac_cv_use_caret='wxUSE_CARET=no'
7516 fi
7517
7518 else
7519
7520 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
7521 if test "x$LINE" != x ; then
7522 eval "DEFAULT_$LINE"
7523 else
7524 no_cache=1
7525 fi
7526
7527 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
7528
7529 fi;
7530
7531 eval "$ac_cv_use_caret"
7532 if test "$no_cache" != 1; then
7533 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
7534 fi
7535
7536 if test "$wxUSE_CARET" = yes; then
7537 echo "$as_me:$LINENO: result: yes" >&5
7538 echo "${ECHO_T}yes" >&6
7539 else
7540 echo "$as_me:$LINENO: result: no" >&5
7541 echo "${ECHO_T}no" >&6
7542 fi
7543
7544
7545 enablestring=
7546 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
7547 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
7548 no_cache=0
7549 # Check whether --enable-checkbox or --disable-checkbox was given.
7550 if test "${enable_checkbox+set}" = set; then
7551 enableval="$enable_checkbox"
7552
7553 if test "$enableval" = yes; then
7554 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
7555 else
7556 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
7557 fi
7558
7559 else
7560
7561 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
7562 if test "x$LINE" != x ; then
7563 eval "DEFAULT_$LINE"
7564 else
7565 no_cache=1
7566 fi
7567
7568 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
7569
7570 fi;
7571
7572 eval "$ac_cv_use_checkbox"
7573 if test "$no_cache" != 1; then
7574 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
7575 fi
7576
7577 if test "$wxUSE_CHECKBOX" = yes; then
7578 echo "$as_me:$LINENO: result: yes" >&5
7579 echo "${ECHO_T}yes" >&6
7580 else
7581 echo "$as_me:$LINENO: result: no" >&5
7582 echo "${ECHO_T}no" >&6
7583 fi
7584
7585
7586 enablestring=
7587 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
7588 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
7589 no_cache=0
7590 # Check whether --enable-checklst or --disable-checklst was given.
7591 if test "${enable_checklst+set}" = set; then
7592 enableval="$enable_checklst"
7593
7594 if test "$enableval" = yes; then
7595 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
7596 else
7597 ac_cv_use_checklst='wxUSE_CHECKLST=no'
7598 fi
7599
7600 else
7601
7602 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
7603 if test "x$LINE" != x ; then
7604 eval "DEFAULT_$LINE"
7605 else
7606 no_cache=1
7607 fi
7608
7609 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
7610
7611 fi;
7612
7613 eval "$ac_cv_use_checklst"
7614 if test "$no_cache" != 1; then
7615 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
7616 fi
7617
7618 if test "$wxUSE_CHECKLST" = yes; then
7619 echo "$as_me:$LINENO: result: yes" >&5
7620 echo "${ECHO_T}yes" >&6
7621 else
7622 echo "$as_me:$LINENO: result: no" >&5
7623 echo "${ECHO_T}no" >&6
7624 fi
7625
7626
7627 enablestring=
7628 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
7629 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
7630 no_cache=0
7631 # Check whether --enable-choice or --disable-choice was given.
7632 if test "${enable_choice+set}" = set; then
7633 enableval="$enable_choice"
7634
7635 if test "$enableval" = yes; then
7636 ac_cv_use_choice='wxUSE_CHOICE=yes'
7637 else
7638 ac_cv_use_choice='wxUSE_CHOICE=no'
7639 fi
7640
7641 else
7642
7643 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
7644 if test "x$LINE" != x ; then
7645 eval "DEFAULT_$LINE"
7646 else
7647 no_cache=1
7648 fi
7649
7650 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
7651
7652 fi;
7653
7654 eval "$ac_cv_use_choice"
7655 if test "$no_cache" != 1; then
7656 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
7657 fi
7658
7659 if test "$wxUSE_CHOICE" = yes; then
7660 echo "$as_me:$LINENO: result: yes" >&5
7661 echo "${ECHO_T}yes" >&6
7662 else
7663 echo "$as_me:$LINENO: result: no" >&5
7664 echo "${ECHO_T}no" >&6
7665 fi
7666
7667
7668 enablestring=
7669 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
7670 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6
7671 no_cache=0
7672 # Check whether --enable-choicebook or --disable-choicebook was given.
7673 if test "${enable_choicebook+set}" = set; then
7674 enableval="$enable_choicebook"
7675
7676 if test "$enableval" = yes; then
7677 ac_cv_use_choicebook='wxUSE_CHOICEBOOK=yes'
7678 else
7679 ac_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
7680 fi
7681
7682 else
7683
7684 LINE=`grep "wxUSE_CHOICEBOOK" ${wx_arg_cache_file}`
7685 if test "x$LINE" != x ; then
7686 eval "DEFAULT_$LINE"
7687 else
7688 no_cache=1
7689 fi
7690
7691 ac_cv_use_choicebook='wxUSE_CHOICEBOOK='$DEFAULT_wxUSE_CHOICEBOOK
7692
7693 fi;
7694
7695 eval "$ac_cv_use_choicebook"
7696 if test "$no_cache" != 1; then
7697 echo $ac_cv_use_choicebook >> ${wx_arg_cache_file}.tmp
7698 fi
7699
7700 if test "$wxUSE_CHOICEBOOK" = yes; then
7701 echo "$as_me:$LINENO: result: yes" >&5
7702 echo "${ECHO_T}yes" >&6
7703 else
7704 echo "$as_me:$LINENO: result: no" >&5
7705 echo "${ECHO_T}no" >&6
7706 fi
7707
7708
7709 enablestring=
7710 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
7711 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
7712 no_cache=0
7713 # Check whether --enable-combobox or --disable-combobox was given.
7714 if test "${enable_combobox+set}" = set; then
7715 enableval="$enable_combobox"
7716
7717 if test "$enableval" = yes; then
7718 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
7719 else
7720 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
7721 fi
7722
7723 else
7724
7725 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
7726 if test "x$LINE" != x ; then
7727 eval "DEFAULT_$LINE"
7728 else
7729 no_cache=1
7730 fi
7731
7732 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
7733
7734 fi;
7735
7736 eval "$ac_cv_use_combobox"
7737 if test "$no_cache" != 1; then
7738 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
7739 fi
7740
7741 if test "$wxUSE_COMBOBOX" = yes; then
7742 echo "$as_me:$LINENO: result: yes" >&5
7743 echo "${ECHO_T}yes" >&6
7744 else
7745 echo "$as_me:$LINENO: result: no" >&5
7746 echo "${ECHO_T}no" >&6
7747 fi
7748
7749
7750 enablestring=
7751 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
7752 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6
7753 no_cache=0
7754 # Check whether --enable-datepick or --disable-datepick was given.
7755 if test "${enable_datepick+set}" = set; then
7756 enableval="$enable_datepick"
7757
7758 if test "$enableval" = yes; then
7759 ac_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
7760 else
7761 ac_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
7762 fi
7763
7764 else
7765
7766 LINE=`grep "wxUSE_DATEPICKCTRL" ${wx_arg_cache_file}`
7767 if test "x$LINE" != x ; then
7768 eval "DEFAULT_$LINE"
7769 else
7770 no_cache=1
7771 fi
7772
7773 ac_cv_use_datepick='wxUSE_DATEPICKCTRL='$DEFAULT_wxUSE_DATEPICKCTRL
7774
7775 fi;
7776
7777 eval "$ac_cv_use_datepick"
7778 if test "$no_cache" != 1; then
7779 echo $ac_cv_use_datepick >> ${wx_arg_cache_file}.tmp
7780 fi
7781
7782 if test "$wxUSE_DATEPICKCTRL" = yes; then
7783 echo "$as_me:$LINENO: result: yes" >&5
7784 echo "${ECHO_T}yes" >&6
7785 else
7786 echo "$as_me:$LINENO: result: no" >&5
7787 echo "${ECHO_T}no" >&6
7788 fi
7789
7790
7791 enablestring=
7792 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
7793 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
7794 no_cache=0
7795 # Check whether --enable-display or --disable-display was given.
7796 if test "${enable_display+set}" = set; then
7797 enableval="$enable_display"
7798
7799 if test "$enableval" = yes; then
7800 ac_cv_use_display='wxUSE_DISPLAY=yes'
7801 else
7802 ac_cv_use_display='wxUSE_DISPLAY=no'
7803 fi
7804
7805 else
7806
7807 LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
7808 if test "x$LINE" != x ; then
7809 eval "DEFAULT_$LINE"
7810 else
7811 no_cache=1
7812 fi
7813
7814 ac_cv_use_display='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
7815
7816 fi;
7817
7818 eval "$ac_cv_use_display"
7819 if test "$no_cache" != 1; then
7820 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
7821 fi
7822
7823 if test "$wxUSE_DISPLAY" = yes; then
7824 echo "$as_me:$LINENO: result: yes" >&5
7825 echo "${ECHO_T}yes" >&6
7826 else
7827 echo "$as_me:$LINENO: result: no" >&5
7828 echo "${ECHO_T}no" >&6
7829 fi
7830
7831
7832 enablestring=
7833 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
7834 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
7835 no_cache=0
7836 # Check whether --enable-gauge or --disable-gauge was given.
7837 if test "${enable_gauge+set}" = set; then
7838 enableval="$enable_gauge"
7839
7840 if test "$enableval" = yes; then
7841 ac_cv_use_gauge='wxUSE_GAUGE=yes'
7842 else
7843 ac_cv_use_gauge='wxUSE_GAUGE=no'
7844 fi
7845
7846 else
7847
7848 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7849 if test "x$LINE" != x ; then
7850 eval "DEFAULT_$LINE"
7851 else
7852 no_cache=1
7853 fi
7854
7855 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
7856
7857 fi;
7858
7859 eval "$ac_cv_use_gauge"
7860 if test "$no_cache" != 1; then
7861 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7862 fi
7863
7864 if test "$wxUSE_GAUGE" = yes; then
7865 echo "$as_me:$LINENO: result: yes" >&5
7866 echo "${ECHO_T}yes" >&6
7867 else
7868 echo "$as_me:$LINENO: result: no" >&5
7869 echo "${ECHO_T}no" >&6
7870 fi
7871
7872
7873 enablestring=
7874 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7875 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
7876 no_cache=0
7877 # Check whether --enable-grid or --disable-grid was given.
7878 if test "${enable_grid+set}" = set; then
7879 enableval="$enable_grid"
7880
7881 if test "$enableval" = yes; then
7882 ac_cv_use_grid='wxUSE_GRID=yes'
7883 else
7884 ac_cv_use_grid='wxUSE_GRID=no'
7885 fi
7886
7887 else
7888
7889 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7890 if test "x$LINE" != x ; then
7891 eval "DEFAULT_$LINE"
7892 else
7893 no_cache=1
7894 fi
7895
7896 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
7897
7898 fi;
7899
7900 eval "$ac_cv_use_grid"
7901 if test "$no_cache" != 1; then
7902 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7903 fi
7904
7905 if test "$wxUSE_GRID" = yes; then
7906 echo "$as_me:$LINENO: result: yes" >&5
7907 echo "${ECHO_T}yes" >&6
7908 else
7909 echo "$as_me:$LINENO: result: no" >&5
7910 echo "${ECHO_T}no" >&6
7911 fi
7912
7913
7914 enablestring=
7915 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
7916 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
7917 no_cache=0
7918 # Check whether --enable-imaglist or --disable-imaglist was given.
7919 if test "${enable_imaglist+set}" = set; then
7920 enableval="$enable_imaglist"
7921
7922 if test "$enableval" = yes; then
7923 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
7924 else
7925 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
7926 fi
7927
7928 else
7929
7930 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
7931 if test "x$LINE" != x ; then
7932 eval "DEFAULT_$LINE"
7933 else
7934 no_cache=1
7935 fi
7936
7937 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
7938
7939 fi;
7940
7941 eval "$ac_cv_use_imaglist"
7942 if test "$no_cache" != 1; then
7943 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
7944 fi
7945
7946 if test "$wxUSE_IMAGLIST" = yes; then
7947 echo "$as_me:$LINENO: result: yes" >&5
7948 echo "${ECHO_T}yes" >&6
7949 else
7950 echo "$as_me:$LINENO: result: no" >&5
7951 echo "${ECHO_T}no" >&6
7952 fi
7953
7954
7955 enablestring=
7956 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
7957 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
7958 no_cache=0
7959 # Check whether --enable-listbook or --disable-listbook was given.
7960 if test "${enable_listbook+set}" = set; then
7961 enableval="$enable_listbook"
7962
7963 if test "$enableval" = yes; then
7964 ac_cv_use_listbook='wxUSE_LISTBOOK=yes'
7965 else
7966 ac_cv_use_listbook='wxUSE_LISTBOOK=no'
7967 fi
7968
7969 else
7970
7971 LINE=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
7972 if test "x$LINE" != x ; then
7973 eval "DEFAULT_$LINE"
7974 else
7975 no_cache=1
7976 fi
7977
7978 ac_cv_use_listbook='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK
7979
7980 fi;
7981
7982 eval "$ac_cv_use_listbook"
7983 if test "$no_cache" != 1; then
7984 echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
7985 fi
7986
7987 if test "$wxUSE_LISTBOOK" = yes; then
7988 echo "$as_me:$LINENO: result: yes" >&5
7989 echo "${ECHO_T}yes" >&6
7990 else
7991 echo "$as_me:$LINENO: result: no" >&5
7992 echo "${ECHO_T}no" >&6
7993 fi
7994
7995
7996 enablestring=
7997 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
7998 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
7999 no_cache=0
8000 # Check whether --enable-listbox or --disable-listbox was given.
8001 if test "${enable_listbox+set}" = set; then
8002 enableval="$enable_listbox"
8003
8004 if test "$enableval" = yes; then
8005 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
8006 else
8007 ac_cv_use_listbox='wxUSE_LISTBOX=no'
8008 fi
8009
8010 else
8011
8012 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
8013 if test "x$LINE" != x ; then
8014 eval "DEFAULT_$LINE"
8015 else
8016 no_cache=1
8017 fi
8018
8019 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
8020
8021 fi;
8022
8023 eval "$ac_cv_use_listbox"
8024 if test "$no_cache" != 1; then
8025 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
8026 fi
8027
8028 if test "$wxUSE_LISTBOX" = yes; then
8029 echo "$as_me:$LINENO: result: yes" >&5
8030 echo "${ECHO_T}yes" >&6
8031 else
8032 echo "$as_me:$LINENO: result: no" >&5
8033 echo "${ECHO_T}no" >&6
8034 fi
8035
8036
8037 enablestring=
8038 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
8039 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
8040 no_cache=0
8041 # Check whether --enable-listctrl or --disable-listctrl was given.
8042 if test "${enable_listctrl+set}" = set; then
8043 enableval="$enable_listctrl"
8044
8045 if test "$enableval" = yes; then
8046 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
8047 else
8048 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
8049 fi
8050
8051 else
8052
8053 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
8054 if test "x$LINE" != x ; then
8055 eval "DEFAULT_$LINE"
8056 else
8057 no_cache=1
8058 fi
8059
8060 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
8061
8062 fi;
8063
8064 eval "$ac_cv_use_listctrl"
8065 if test "$no_cache" != 1; then
8066 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
8067 fi
8068
8069 if test "$wxUSE_LISTCTRL" = yes; then
8070 echo "$as_me:$LINENO: result: yes" >&5
8071 echo "${ECHO_T}yes" >&6
8072 else
8073 echo "$as_me:$LINENO: result: no" >&5
8074 echo "${ECHO_T}no" >&6
8075 fi
8076
8077
8078 enablestring=
8079 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
8080 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
8081 no_cache=0
8082 # Check whether --enable-notebook or --disable-notebook was given.
8083 if test "${enable_notebook+set}" = set; then
8084 enableval="$enable_notebook"
8085
8086 if test "$enableval" = yes; then
8087 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
8088 else
8089 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
8090 fi
8091
8092 else
8093
8094 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
8095 if test "x$LINE" != x ; then
8096 eval "DEFAULT_$LINE"
8097 else
8098 no_cache=1
8099 fi
8100
8101 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
8102
8103 fi;
8104
8105 eval "$ac_cv_use_notebook"
8106 if test "$no_cache" != 1; then
8107 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
8108 fi
8109
8110 if test "$wxUSE_NOTEBOOK" = yes; then
8111 echo "$as_me:$LINENO: result: yes" >&5
8112 echo "${ECHO_T}yes" >&6
8113 else
8114 echo "$as_me:$LINENO: result: no" >&5
8115 echo "${ECHO_T}no" >&6
8116 fi
8117
8118
8119 enablestring=
8120 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
8121 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
8122 no_cache=0
8123 # Check whether --enable-radiobox or --disable-radiobox was given.
8124 if test "${enable_radiobox+set}" = set; then
8125 enableval="$enable_radiobox"
8126
8127 if test "$enableval" = yes; then
8128 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
8129 else
8130 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
8131 fi
8132
8133 else
8134
8135 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
8136 if test "x$LINE" != x ; then
8137 eval "DEFAULT_$LINE"
8138 else
8139 no_cache=1
8140 fi
8141
8142 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
8143
8144 fi;
8145
8146 eval "$ac_cv_use_radiobox"
8147 if test "$no_cache" != 1; then
8148 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
8149 fi
8150
8151 if test "$wxUSE_RADIOBOX" = yes; then
8152 echo "$as_me:$LINENO: result: yes" >&5
8153 echo "${ECHO_T}yes" >&6
8154 else
8155 echo "$as_me:$LINENO: result: no" >&5
8156 echo "${ECHO_T}no" >&6
8157 fi
8158
8159
8160 enablestring=
8161 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
8162 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
8163 no_cache=0
8164 # Check whether --enable-radiobtn or --disable-radiobtn was given.
8165 if test "${enable_radiobtn+set}" = set; then
8166 enableval="$enable_radiobtn"
8167
8168 if test "$enableval" = yes; then
8169 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
8170 else
8171 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
8172 fi
8173
8174 else
8175
8176 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
8177 if test "x$LINE" != x ; then
8178 eval "DEFAULT_$LINE"
8179 else
8180 no_cache=1
8181 fi
8182
8183 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
8184
8185 fi;
8186
8187 eval "$ac_cv_use_radiobtn"
8188 if test "$no_cache" != 1; then
8189 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
8190 fi
8191
8192 if test "$wxUSE_RADIOBTN" = yes; then
8193 echo "$as_me:$LINENO: result: yes" >&5
8194 echo "${ECHO_T}yes" >&6
8195 else
8196 echo "$as_me:$LINENO: result: no" >&5
8197 echo "${ECHO_T}no" >&6
8198 fi
8199
8200
8201 enablestring=
8202 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
8203 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
8204 no_cache=0
8205 # Check whether --enable-sash or --disable-sash was given.
8206 if test "${enable_sash+set}" = set; then
8207 enableval="$enable_sash"
8208
8209 if test "$enableval" = yes; then
8210 ac_cv_use_sash='wxUSE_SASH=yes'
8211 else
8212 ac_cv_use_sash='wxUSE_SASH=no'
8213 fi
8214
8215 else
8216
8217 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
8218 if test "x$LINE" != x ; then
8219 eval "DEFAULT_$LINE"
8220 else
8221 no_cache=1
8222 fi
8223
8224 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
8225
8226 fi;
8227
8228 eval "$ac_cv_use_sash"
8229 if test "$no_cache" != 1; then
8230 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
8231 fi
8232
8233 if test "$wxUSE_SASH" = yes; then
8234 echo "$as_me:$LINENO: result: yes" >&5
8235 echo "${ECHO_T}yes" >&6
8236 else
8237 echo "$as_me:$LINENO: result: no" >&5
8238 echo "${ECHO_T}no" >&6
8239 fi
8240
8241
8242 enablestring=
8243 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
8244 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
8245 no_cache=0
8246 # Check whether --enable-scrollbar or --disable-scrollbar was given.
8247 if test "${enable_scrollbar+set}" = set; then
8248 enableval="$enable_scrollbar"
8249
8250 if test "$enableval" = yes; then
8251 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
8252 else
8253 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
8254 fi
8255
8256 else
8257
8258 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
8259 if test "x$LINE" != x ; then
8260 eval "DEFAULT_$LINE"
8261 else
8262 no_cache=1
8263 fi
8264
8265 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
8266
8267 fi;
8268
8269 eval "$ac_cv_use_scrollbar"
8270 if test "$no_cache" != 1; then
8271 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
8272 fi
8273
8274 if test "$wxUSE_SCROLLBAR" = yes; then
8275 echo "$as_me:$LINENO: result: yes" >&5
8276 echo "${ECHO_T}yes" >&6
8277 else
8278 echo "$as_me:$LINENO: result: no" >&5
8279 echo "${ECHO_T}no" >&6
8280 fi
8281
8282
8283 enablestring=
8284 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
8285 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
8286 no_cache=0
8287 # Check whether --enable-slider or --disable-slider was given.
8288 if test "${enable_slider+set}" = set; then
8289 enableval="$enable_slider"
8290
8291 if test "$enableval" = yes; then
8292 ac_cv_use_slider='wxUSE_SLIDER=yes'
8293 else
8294 ac_cv_use_slider='wxUSE_SLIDER=no'
8295 fi
8296
8297 else
8298
8299 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
8300 if test "x$LINE" != x ; then
8301 eval "DEFAULT_$LINE"
8302 else
8303 no_cache=1
8304 fi
8305
8306 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
8307
8308 fi;
8309
8310 eval "$ac_cv_use_slider"
8311 if test "$no_cache" != 1; then
8312 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
8313 fi
8314
8315 if test "$wxUSE_SLIDER" = yes; then
8316 echo "$as_me:$LINENO: result: yes" >&5
8317 echo "${ECHO_T}yes" >&6
8318 else
8319 echo "$as_me:$LINENO: result: no" >&5
8320 echo "${ECHO_T}no" >&6
8321 fi
8322
8323
8324 enablestring=
8325 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
8326 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
8327 no_cache=0
8328 # Check whether --enable-spinbtn or --disable-spinbtn was given.
8329 if test "${enable_spinbtn+set}" = set; then
8330 enableval="$enable_spinbtn"
8331
8332 if test "$enableval" = yes; then
8333 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
8334 else
8335 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
8336 fi
8337
8338 else
8339
8340 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
8341 if test "x$LINE" != x ; then
8342 eval "DEFAULT_$LINE"
8343 else
8344 no_cache=1
8345 fi
8346
8347 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
8348
8349 fi;
8350
8351 eval "$ac_cv_use_spinbtn"
8352 if test "$no_cache" != 1; then
8353 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
8354 fi
8355
8356 if test "$wxUSE_SPINBTN" = yes; then
8357 echo "$as_me:$LINENO: result: yes" >&5
8358 echo "${ECHO_T}yes" >&6
8359 else
8360 echo "$as_me:$LINENO: result: no" >&5
8361 echo "${ECHO_T}no" >&6
8362 fi
8363
8364
8365 enablestring=
8366 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
8367 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
8368 no_cache=0
8369 # Check whether --enable-spinctrl or --disable-spinctrl was given.
8370 if test "${enable_spinctrl+set}" = set; then
8371 enableval="$enable_spinctrl"
8372
8373 if test "$enableval" = yes; then
8374 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
8375 else
8376 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
8377 fi
8378
8379 else
8380
8381 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
8382 if test "x$LINE" != x ; then
8383 eval "DEFAULT_$LINE"
8384 else
8385 no_cache=1
8386 fi
8387
8388 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
8389
8390 fi;
8391
8392 eval "$ac_cv_use_spinctrl"
8393 if test "$no_cache" != 1; then
8394 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
8395 fi
8396
8397 if test "$wxUSE_SPINCTRL" = yes; then
8398 echo "$as_me:$LINENO: result: yes" >&5
8399 echo "${ECHO_T}yes" >&6
8400 else
8401 echo "$as_me:$LINENO: result: no" >&5
8402 echo "${ECHO_T}no" >&6
8403 fi
8404
8405
8406 enablestring=
8407 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
8408 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
8409 no_cache=0
8410 # Check whether --enable-splitter or --disable-splitter was given.
8411 if test "${enable_splitter+set}" = set; then
8412 enableval="$enable_splitter"
8413
8414 if test "$enableval" = yes; then
8415 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
8416 else
8417 ac_cv_use_splitter='wxUSE_SPLITTER=no'
8418 fi
8419
8420 else
8421
8422 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
8423 if test "x$LINE" != x ; then
8424 eval "DEFAULT_$LINE"
8425 else
8426 no_cache=1
8427 fi
8428
8429 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
8430
8431 fi;
8432
8433 eval "$ac_cv_use_splitter"
8434 if test "$no_cache" != 1; then
8435 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
8436 fi
8437
8438 if test "$wxUSE_SPLITTER" = yes; then
8439 echo "$as_me:$LINENO: result: yes" >&5
8440 echo "${ECHO_T}yes" >&6
8441 else
8442 echo "$as_me:$LINENO: result: no" >&5
8443 echo "${ECHO_T}no" >&6
8444 fi
8445
8446
8447 enablestring=
8448 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
8449 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
8450 no_cache=0
8451 # Check whether --enable-statbmp or --disable-statbmp was given.
8452 if test "${enable_statbmp+set}" = set; then
8453 enableval="$enable_statbmp"
8454
8455 if test "$enableval" = yes; then
8456 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
8457 else
8458 ac_cv_use_statbmp='wxUSE_STATBMP=no'
8459 fi
8460
8461 else
8462
8463 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
8464 if test "x$LINE" != x ; then
8465 eval "DEFAULT_$LINE"
8466 else
8467 no_cache=1
8468 fi
8469
8470 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
8471
8472 fi;
8473
8474 eval "$ac_cv_use_statbmp"
8475 if test "$no_cache" != 1; then
8476 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
8477 fi
8478
8479 if test "$wxUSE_STATBMP" = yes; then
8480 echo "$as_me:$LINENO: result: yes" >&5
8481 echo "${ECHO_T}yes" >&6
8482 else
8483 echo "$as_me:$LINENO: result: no" >&5
8484 echo "${ECHO_T}no" >&6
8485 fi
8486
8487
8488 enablestring=
8489 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
8490 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
8491 no_cache=0
8492 # Check whether --enable-statbox or --disable-statbox was given.
8493 if test "${enable_statbox+set}" = set; then
8494 enableval="$enable_statbox"
8495
8496 if test "$enableval" = yes; then
8497 ac_cv_use_statbox='wxUSE_STATBOX=yes'
8498 else
8499 ac_cv_use_statbox='wxUSE_STATBOX=no'
8500 fi
8501
8502 else
8503
8504 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
8505 if test "x$LINE" != x ; then
8506 eval "DEFAULT_$LINE"
8507 else
8508 no_cache=1
8509 fi
8510
8511 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
8512
8513 fi;
8514
8515 eval "$ac_cv_use_statbox"
8516 if test "$no_cache" != 1; then
8517 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
8518 fi
8519
8520 if test "$wxUSE_STATBOX" = yes; then
8521 echo "$as_me:$LINENO: result: yes" >&5
8522 echo "${ECHO_T}yes" >&6
8523 else
8524 echo "$as_me:$LINENO: result: no" >&5
8525 echo "${ECHO_T}no" >&6
8526 fi
8527
8528
8529 enablestring=
8530 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
8531 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
8532 no_cache=0
8533 # Check whether --enable-statline or --disable-statline was given.
8534 if test "${enable_statline+set}" = set; then
8535 enableval="$enable_statline"
8536
8537 if test "$enableval" = yes; then
8538 ac_cv_use_statline='wxUSE_STATLINE=yes'
8539 else
8540 ac_cv_use_statline='wxUSE_STATLINE=no'
8541 fi
8542
8543 else
8544
8545 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
8546 if test "x$LINE" != x ; then
8547 eval "DEFAULT_$LINE"
8548 else
8549 no_cache=1
8550 fi
8551
8552 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
8553
8554 fi;
8555
8556 eval "$ac_cv_use_statline"
8557 if test "$no_cache" != 1; then
8558 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
8559 fi
8560
8561 if test "$wxUSE_STATLINE" = yes; then
8562 echo "$as_me:$LINENO: result: yes" >&5
8563 echo "${ECHO_T}yes" >&6
8564 else
8565 echo "$as_me:$LINENO: result: no" >&5
8566 echo "${ECHO_T}no" >&6
8567 fi
8568
8569
8570 enablestring=
8571 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
8572 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
8573 no_cache=0
8574 # Check whether --enable-stattext or --disable-stattext was given.
8575 if test "${enable_stattext+set}" = set; then
8576 enableval="$enable_stattext"
8577
8578 if test "$enableval" = yes; then
8579 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
8580 else
8581 ac_cv_use_stattext='wxUSE_STATTEXT=no'
8582 fi
8583
8584 else
8585
8586 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
8587 if test "x$LINE" != x ; then
8588 eval "DEFAULT_$LINE"
8589 else
8590 no_cache=1
8591 fi
8592
8593 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
8594
8595 fi;
8596
8597 eval "$ac_cv_use_stattext"
8598 if test "$no_cache" != 1; then
8599 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
8600 fi
8601
8602 if test "$wxUSE_STATTEXT" = yes; then
8603 echo "$as_me:$LINENO: result: yes" >&5
8604 echo "${ECHO_T}yes" >&6
8605 else
8606 echo "$as_me:$LINENO: result: no" >&5
8607 echo "${ECHO_T}no" >&6
8608 fi
8609
8610
8611 enablestring=
8612 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
8613 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
8614 no_cache=0
8615 # Check whether --enable-statusbar or --disable-statusbar was given.
8616 if test "${enable_statusbar+set}" = set; then
8617 enableval="$enable_statusbar"
8618
8619 if test "$enableval" = yes; then
8620 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
8621 else
8622 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
8623 fi
8624
8625 else
8626
8627 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
8628 if test "x$LINE" != x ; then
8629 eval "DEFAULT_$LINE"
8630 else
8631 no_cache=1
8632 fi
8633
8634 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
8635
8636 fi;
8637
8638 eval "$ac_cv_use_statusbar"
8639 if test "$no_cache" != 1; then
8640 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
8641 fi
8642
8643 if test "$wxUSE_STATUSBAR" = yes; then
8644 echo "$as_me:$LINENO: result: yes" >&5
8645 echo "${ECHO_T}yes" >&6
8646 else
8647 echo "$as_me:$LINENO: result: no" >&5
8648 echo "${ECHO_T}no" >&6
8649 fi
8650
8651
8652 enablestring=
8653 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
8654 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
8655 no_cache=0
8656 # Check whether --enable-tabdialog or --disable-tabdialog was given.
8657 if test "${enable_tabdialog+set}" = set; then
8658 enableval="$enable_tabdialog"
8659
8660 if test "$enableval" = yes; then
8661 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
8662 else
8663 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
8664 fi
8665
8666 else
8667
8668 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
8669 if test "x$LINE" != x ; then
8670 eval "DEFAULT_$LINE"
8671 else
8672 no_cache=1
8673 fi
8674
8675 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
8676
8677 fi;
8678
8679 eval "$ac_cv_use_tabdialog"
8680 if test "$no_cache" != 1; then
8681 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
8682 fi
8683
8684 if test "$wxUSE_TABDIALOG" = yes; then
8685 echo "$as_me:$LINENO: result: yes" >&5
8686 echo "${ECHO_T}yes" >&6
8687 else
8688 echo "$as_me:$LINENO: result: no" >&5
8689 echo "${ECHO_T}no" >&6
8690 fi
8691
8692
8693 enablestring=
8694 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
8695 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
8696 no_cache=0
8697 # Check whether --enable-textctrl or --disable-textctrl was given.
8698 if test "${enable_textctrl+set}" = set; then
8699 enableval="$enable_textctrl"
8700
8701 if test "$enableval" = yes; then
8702 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
8703 else
8704 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
8705 fi
8706
8707 else
8708
8709 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
8710 if test "x$LINE" != x ; then
8711 eval "DEFAULT_$LINE"
8712 else
8713 no_cache=1
8714 fi
8715
8716 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
8717
8718 fi;
8719
8720 eval "$ac_cv_use_textctrl"
8721 if test "$no_cache" != 1; then
8722 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
8723 fi
8724
8725 if test "$wxUSE_TEXTCTRL" = yes; then
8726 echo "$as_me:$LINENO: result: yes" >&5
8727 echo "${ECHO_T}yes" >&6
8728 else
8729 echo "$as_me:$LINENO: result: no" >&5
8730 echo "${ECHO_T}no" >&6
8731 fi
8732
8733
8734 enablestring=
8735 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
8736 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
8737 no_cache=0
8738 # Check whether --enable-togglebtn or --disable-togglebtn was given.
8739 if test "${enable_togglebtn+set}" = set; then
8740 enableval="$enable_togglebtn"
8741
8742 if test "$enableval" = yes; then
8743 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
8744 else
8745 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
8746 fi
8747
8748 else
8749
8750 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
8751 if test "x$LINE" != x ; then
8752 eval "DEFAULT_$LINE"
8753 else
8754 no_cache=1
8755 fi
8756
8757 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
8758
8759 fi;
8760
8761 eval "$ac_cv_use_togglebtn"
8762 if test "$no_cache" != 1; then
8763 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
8764 fi
8765
8766 if test "$wxUSE_TOGGLEBTN" = yes; then
8767 echo "$as_me:$LINENO: result: yes" >&5
8768 echo "${ECHO_T}yes" >&6
8769 else
8770 echo "$as_me:$LINENO: result: no" >&5
8771 echo "${ECHO_T}no" >&6
8772 fi
8773
8774
8775 enablestring=
8776 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
8777 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
8778 no_cache=0
8779 # Check whether --enable-toolbar or --disable-toolbar was given.
8780 if test "${enable_toolbar+set}" = set; then
8781 enableval="$enable_toolbar"
8782
8783 if test "$enableval" = yes; then
8784 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
8785 else
8786 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
8787 fi
8788
8789 else
8790
8791 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
8792 if test "x$LINE" != x ; then
8793 eval "DEFAULT_$LINE"
8794 else
8795 no_cache=1
8796 fi
8797
8798 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
8799
8800 fi;
8801
8802 eval "$ac_cv_use_toolbar"
8803 if test "$no_cache" != 1; then
8804 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
8805 fi
8806
8807 if test "$wxUSE_TOOLBAR" = yes; then
8808 echo "$as_me:$LINENO: result: yes" >&5
8809 echo "${ECHO_T}yes" >&6
8810 else
8811 echo "$as_me:$LINENO: result: no" >&5
8812 echo "${ECHO_T}no" >&6
8813 fi
8814
8815
8816 enablestring=
8817 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
8818 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
8819 no_cache=0
8820 # Check whether --enable-tbarnative or --disable-tbarnative was given.
8821 if test "${enable_tbarnative+set}" = set; then
8822 enableval="$enable_tbarnative"
8823
8824 if test "$enableval" = yes; then
8825 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
8826 else
8827 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
8828 fi
8829
8830 else
8831
8832 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
8833 if test "x$LINE" != x ; then
8834 eval "DEFAULT_$LINE"
8835 else
8836 no_cache=1
8837 fi
8838
8839 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
8840
8841 fi;
8842
8843 eval "$ac_cv_use_tbarnative"
8844 if test "$no_cache" != 1; then
8845 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
8846 fi
8847
8848 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
8849 echo "$as_me:$LINENO: result: yes" >&5
8850 echo "${ECHO_T}yes" >&6
8851 else
8852 echo "$as_me:$LINENO: result: no" >&5
8853 echo "${ECHO_T}no" >&6
8854 fi
8855
8856
8857 enablestring=
8858 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
8859 echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
8860 no_cache=0
8861 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
8862 if test "${enable_tbarsmpl+set}" = set; then
8863 enableval="$enable_tbarsmpl"
8864
8865 if test "$enableval" = yes; then
8866 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
8867 else
8868 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
8869 fi
8870
8871 else
8872
8873 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
8874 if test "x$LINE" != x ; then
8875 eval "DEFAULT_$LINE"
8876 else
8877 no_cache=1
8878 fi
8879
8880 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
8881
8882 fi;
8883
8884 eval "$ac_cv_use_tbarsmpl"
8885 if test "$no_cache" != 1; then
8886 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8887 fi
8888
8889 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
8890 echo "$as_me:$LINENO: result: yes" >&5
8891 echo "${ECHO_T}yes" >&6
8892 else
8893 echo "$as_me:$LINENO: result: no" >&5
8894 echo "${ECHO_T}no" >&6
8895 fi
8896
8897
8898 enablestring=
8899 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
8900 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
8901 no_cache=0
8902 # Check whether --enable-treectrl or --disable-treectrl was given.
8903 if test "${enable_treectrl+set}" = set; then
8904 enableval="$enable_treectrl"
8905
8906 if test "$enableval" = yes; then
8907 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
8908 else
8909 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
8910 fi
8911
8912 else
8913
8914 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
8915 if test "x$LINE" != x ; then
8916 eval "DEFAULT_$LINE"
8917 else
8918 no_cache=1
8919 fi
8920
8921 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
8922
8923 fi;
8924
8925 eval "$ac_cv_use_treectrl"
8926 if test "$no_cache" != 1; then
8927 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
8928 fi
8929
8930 if test "$wxUSE_TREECTRL" = yes; then
8931 echo "$as_me:$LINENO: result: yes" >&5
8932 echo "${ECHO_T}yes" >&6
8933 else
8934 echo "$as_me:$LINENO: result: no" >&5
8935 echo "${ECHO_T}no" >&6
8936 fi
8937
8938
8939 enablestring=
8940 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
8941 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
8942 no_cache=0
8943 # Check whether --enable-tipwindow or --disable-tipwindow was given.
8944 if test "${enable_tipwindow+set}" = set; then
8945 enableval="$enable_tipwindow"
8946
8947 if test "$enableval" = yes; then
8948 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
8949 else
8950 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
8951 fi
8952
8953 else
8954
8955 LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
8956 if test "x$LINE" != x ; then
8957 eval "DEFAULT_$LINE"
8958 else
8959 no_cache=1
8960 fi
8961
8962 ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
8963
8964 fi;
8965
8966 eval "$ac_cv_use_tipwindow"
8967 if test "$no_cache" != 1; then
8968 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
8969 fi
8970
8971 if test "$wxUSE_TIPWINDOW" = yes; then
8972 echo "$as_me:$LINENO: result: yes" >&5
8973 echo "${ECHO_T}yes" >&6
8974 else
8975 echo "$as_me:$LINENO: result: no" >&5
8976 echo "${ECHO_T}no" >&6
8977 fi
8978
8979
8980 enablestring=
8981 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
8982 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
8983 no_cache=0
8984 # Check whether --enable-popupwin or --disable-popupwin was given.
8985 if test "${enable_popupwin+set}" = set; then
8986 enableval="$enable_popupwin"
8987
8988 if test "$enableval" = yes; then
8989 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
8990 else
8991 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
8992 fi
8993
8994 else
8995
8996 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
8997 if test "x$LINE" != x ; then
8998 eval "DEFAULT_$LINE"
8999 else
9000 no_cache=1
9001 fi
9002
9003 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
9004
9005 fi;
9006
9007 eval "$ac_cv_use_popupwin"
9008 if test "$no_cache" != 1; then
9009 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
9010 fi
9011
9012 if test "$wxUSE_POPUPWIN" = yes; then
9013 echo "$as_me:$LINENO: result: yes" >&5
9014 echo "${ECHO_T}yes" >&6
9015 else
9016 echo "$as_me:$LINENO: result: no" >&5
9017 echo "${ECHO_T}no" >&6
9018 fi
9019
9020
9021
9022
9023 enablestring=
9024 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
9025 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
9026 no_cache=0
9027 # Check whether --enable-commondlg or --disable-commondlg was given.
9028 if test "${enable_commondlg+set}" = set; then
9029 enableval="$enable_commondlg"
9030
9031 if test "$enableval" = yes; then
9032 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
9033 else
9034 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
9035 fi
9036
9037 else
9038
9039 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
9040 if test "x$LINE" != x ; then
9041 eval "DEFAULT_$LINE"
9042 else
9043 no_cache=1
9044 fi
9045
9046 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
9047
9048 fi;
9049
9050 eval "$ac_cv_use_commondlg"
9051 if test "$no_cache" != 1; then
9052 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
9053 fi
9054
9055 if test "$wxUSE_COMMONDLGS" = yes; then
9056 echo "$as_me:$LINENO: result: yes" >&5
9057 echo "${ECHO_T}yes" >&6
9058 else
9059 echo "$as_me:$LINENO: result: no" >&5
9060 echo "${ECHO_T}no" >&6
9061 fi
9062
9063
9064 enablestring=
9065 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
9066 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
9067 no_cache=0
9068 # Check whether --enable-choicedlg or --disable-choicedlg was given.
9069 if test "${enable_choicedlg+set}" = set; then
9070 enableval="$enable_choicedlg"
9071
9072 if test "$enableval" = yes; then
9073 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
9074 else
9075 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
9076 fi
9077
9078 else
9079
9080 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
9081 if test "x$LINE" != x ; then
9082 eval "DEFAULT_$LINE"
9083 else
9084 no_cache=1
9085 fi
9086
9087 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
9088
9089 fi;
9090
9091 eval "$ac_cv_use_choicedlg"
9092 if test "$no_cache" != 1; then
9093 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
9094 fi
9095
9096 if test "$wxUSE_CHOICEDLG" = yes; then
9097 echo "$as_me:$LINENO: result: yes" >&5
9098 echo "${ECHO_T}yes" >&6
9099 else
9100 echo "$as_me:$LINENO: result: no" >&5
9101 echo "${ECHO_T}no" >&6
9102 fi
9103
9104
9105 enablestring=
9106 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
9107 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
9108 no_cache=0
9109 # Check whether --enable-coldlg or --disable-coldlg was given.
9110 if test "${enable_coldlg+set}" = set; then
9111 enableval="$enable_coldlg"
9112
9113 if test "$enableval" = yes; then
9114 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
9115 else
9116 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
9117 fi
9118
9119 else
9120
9121 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
9122 if test "x$LINE" != x ; then
9123 eval "DEFAULT_$LINE"
9124 else
9125 no_cache=1
9126 fi
9127
9128 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
9129
9130 fi;
9131
9132 eval "$ac_cv_use_coldlg"
9133 if test "$no_cache" != 1; then
9134 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
9135 fi
9136
9137 if test "$wxUSE_COLOURDLG" = yes; then
9138 echo "$as_me:$LINENO: result: yes" >&5
9139 echo "${ECHO_T}yes" >&6
9140 else
9141 echo "$as_me:$LINENO: result: no" >&5
9142 echo "${ECHO_T}no" >&6
9143 fi
9144
9145
9146 enablestring=
9147 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
9148 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
9149 no_cache=0
9150 # Check whether --enable-filedlg or --disable-filedlg was given.
9151 if test "${enable_filedlg+set}" = set; then
9152 enableval="$enable_filedlg"
9153
9154 if test "$enableval" = yes; then
9155 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
9156 else
9157 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
9158 fi
9159
9160 else
9161
9162 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
9163 if test "x$LINE" != x ; then
9164 eval "DEFAULT_$LINE"
9165 else
9166 no_cache=1
9167 fi
9168
9169 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
9170
9171 fi;
9172
9173 eval "$ac_cv_use_filedlg"
9174 if test "$no_cache" != 1; then
9175 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
9176 fi
9177
9178 if test "$wxUSE_FILEDLG" = yes; then
9179 echo "$as_me:$LINENO: result: yes" >&5
9180 echo "${ECHO_T}yes" >&6
9181 else
9182 echo "$as_me:$LINENO: result: no" >&5
9183 echo "${ECHO_T}no" >&6
9184 fi
9185
9186
9187 enablestring=
9188 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
9189 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
9190 no_cache=0
9191 # Check whether --enable-finddlg or --disable-finddlg was given.
9192 if test "${enable_finddlg+set}" = set; then
9193 enableval="$enable_finddlg"
9194
9195 if test "$enableval" = yes; then
9196 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
9197 else
9198 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
9199 fi
9200
9201 else
9202
9203 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
9204 if test "x$LINE" != x ; then
9205 eval "DEFAULT_$LINE"
9206 else
9207 no_cache=1
9208 fi
9209
9210 ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
9211
9212 fi;
9213
9214 eval "$ac_cv_use_finddlg"
9215 if test "$no_cache" != 1; then
9216 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
9217 fi
9218
9219 if test "$wxUSE_FINDREPLDLG" = yes; then
9220 echo "$as_me:$LINENO: result: yes" >&5
9221 echo "${ECHO_T}yes" >&6
9222 else
9223 echo "$as_me:$LINENO: result: no" >&5
9224 echo "${ECHO_T}no" >&6
9225 fi
9226
9227
9228 enablestring=
9229 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
9230 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
9231 no_cache=0
9232 # Check whether --enable-fontdlg or --disable-fontdlg was given.
9233 if test "${enable_fontdlg+set}" = set; then
9234 enableval="$enable_fontdlg"
9235
9236 if test "$enableval" = yes; then
9237 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
9238 else
9239 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
9240 fi
9241
9242 else
9243
9244 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
9245 if test "x$LINE" != x ; then
9246 eval "DEFAULT_$LINE"
9247 else
9248 no_cache=1
9249 fi
9250
9251 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
9252
9253 fi;
9254
9255 eval "$ac_cv_use_fontdlg"
9256 if test "$no_cache" != 1; then
9257 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
9258 fi
9259
9260 if test "$wxUSE_FONTDLG" = yes; then
9261 echo "$as_me:$LINENO: result: yes" >&5
9262 echo "${ECHO_T}yes" >&6
9263 else
9264 echo "$as_me:$LINENO: result: no" >&5
9265 echo "${ECHO_T}no" >&6
9266 fi
9267
9268
9269 enablestring=
9270 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
9271 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
9272 no_cache=0
9273 # Check whether --enable-dirdlg or --disable-dirdlg was given.
9274 if test "${enable_dirdlg+set}" = set; then
9275 enableval="$enable_dirdlg"
9276
9277 if test "$enableval" = yes; then
9278 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
9279 else
9280 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
9281 fi
9282
9283 else
9284
9285 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
9286 if test "x$LINE" != x ; then
9287 eval "DEFAULT_$LINE"
9288 else
9289 no_cache=1
9290 fi
9291
9292 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
9293
9294 fi;
9295
9296 eval "$ac_cv_use_dirdlg"
9297 if test "$no_cache" != 1; then
9298 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
9299 fi
9300
9301 if test "$wxUSE_DIRDLG" = yes; then
9302 echo "$as_me:$LINENO: result: yes" >&5
9303 echo "${ECHO_T}yes" >&6
9304 else
9305 echo "$as_me:$LINENO: result: no" >&5
9306 echo "${ECHO_T}no" >&6
9307 fi
9308
9309
9310 enablestring=
9311 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
9312 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
9313 no_cache=0
9314 # Check whether --enable-msgdlg or --disable-msgdlg was given.
9315 if test "${enable_msgdlg+set}" = set; then
9316 enableval="$enable_msgdlg"
9317
9318 if test "$enableval" = yes; then
9319 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
9320 else
9321 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
9322 fi
9323
9324 else
9325
9326 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
9327 if test "x$LINE" != x ; then
9328 eval "DEFAULT_$LINE"
9329 else
9330 no_cache=1
9331 fi
9332
9333 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
9334
9335 fi;
9336
9337 eval "$ac_cv_use_msgdlg"
9338 if test "$no_cache" != 1; then
9339 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
9340 fi
9341
9342 if test "$wxUSE_MSGDLG" = yes; then
9343 echo "$as_me:$LINENO: result: yes" >&5
9344 echo "${ECHO_T}yes" >&6
9345 else
9346 echo "$as_me:$LINENO: result: no" >&5
9347 echo "${ECHO_T}no" >&6
9348 fi
9349
9350
9351 enablestring=
9352 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
9353 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
9354 no_cache=0
9355 # Check whether --enable-numberdlg or --disable-numberdlg was given.
9356 if test "${enable_numberdlg+set}" = set; then
9357 enableval="$enable_numberdlg"
9358
9359 if test "$enableval" = yes; then
9360 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
9361 else
9362 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
9363 fi
9364
9365 else
9366
9367 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
9368 if test "x$LINE" != x ; then
9369 eval "DEFAULT_$LINE"
9370 else
9371 no_cache=1
9372 fi
9373
9374 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
9375
9376 fi;
9377
9378 eval "$ac_cv_use_numberdlg"
9379 if test "$no_cache" != 1; then
9380 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
9381 fi
9382
9383 if test "$wxUSE_NUMBERDLG" = yes; then
9384 echo "$as_me:$LINENO: result: yes" >&5
9385 echo "${ECHO_T}yes" >&6
9386 else
9387 echo "$as_me:$LINENO: result: no" >&5
9388 echo "${ECHO_T}no" >&6
9389 fi
9390
9391
9392 enablestring=
9393 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
9394 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
9395 no_cache=0
9396 # Check whether --enable-splash or --disable-splash was given.
9397 if test "${enable_splash+set}" = set; then
9398 enableval="$enable_splash"
9399
9400 if test "$enableval" = yes; then
9401 ac_cv_use_splash='wxUSE_SPLASH=yes'
9402 else
9403 ac_cv_use_splash='wxUSE_SPLASH=no'
9404 fi
9405
9406 else
9407
9408 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
9409 if test "x$LINE" != x ; then
9410 eval "DEFAULT_$LINE"
9411 else
9412 no_cache=1
9413 fi
9414
9415 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
9416
9417 fi;
9418
9419 eval "$ac_cv_use_splash"
9420 if test "$no_cache" != 1; then
9421 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
9422 fi
9423
9424 if test "$wxUSE_SPLASH" = yes; then
9425 echo "$as_me:$LINENO: result: yes" >&5
9426 echo "${ECHO_T}yes" >&6
9427 else
9428 echo "$as_me:$LINENO: result: no" >&5
9429 echo "${ECHO_T}no" >&6
9430 fi
9431
9432
9433 enablestring=
9434 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
9435 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
9436 no_cache=0
9437 # Check whether --enable-textdlg or --disable-textdlg was given.
9438 if test "${enable_textdlg+set}" = set; then
9439 enableval="$enable_textdlg"
9440
9441 if test "$enableval" = yes; then
9442 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
9443 else
9444 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
9445 fi
9446
9447 else
9448
9449 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
9450 if test "x$LINE" != x ; then
9451 eval "DEFAULT_$LINE"
9452 else
9453 no_cache=1
9454 fi
9455
9456 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
9457
9458 fi;
9459
9460 eval "$ac_cv_use_textdlg"
9461 if test "$no_cache" != 1; then
9462 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
9463 fi
9464
9465 if test "$wxUSE_TEXTDLG" = yes; then
9466 echo "$as_me:$LINENO: result: yes" >&5
9467 echo "${ECHO_T}yes" >&6
9468 else
9469 echo "$as_me:$LINENO: result: no" >&5
9470 echo "${ECHO_T}no" >&6
9471 fi
9472
9473
9474 enablestring=
9475 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
9476 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
9477 no_cache=0
9478 # Check whether --enable-tipdlg or --disable-tipdlg was given.
9479 if test "${enable_tipdlg+set}" = set; then
9480 enableval="$enable_tipdlg"
9481
9482 if test "$enableval" = yes; then
9483 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
9484 else
9485 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
9486 fi
9487
9488 else
9489
9490 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
9491 if test "x$LINE" != x ; then
9492 eval "DEFAULT_$LINE"
9493 else
9494 no_cache=1
9495 fi
9496
9497 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
9498
9499 fi;
9500
9501 eval "$ac_cv_use_tipdlg"
9502 if test "$no_cache" != 1; then
9503 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
9504 fi
9505
9506 if test "$wxUSE_STARTUP_TIPS" = yes; then
9507 echo "$as_me:$LINENO: result: yes" >&5
9508 echo "${ECHO_T}yes" >&6
9509 else
9510 echo "$as_me:$LINENO: result: no" >&5
9511 echo "${ECHO_T}no" >&6
9512 fi
9513
9514
9515 enablestring=
9516 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
9517 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
9518 no_cache=0
9519 # Check whether --enable-progressdlg or --disable-progressdlg was given.
9520 if test "${enable_progressdlg+set}" = set; then
9521 enableval="$enable_progressdlg"
9522
9523 if test "$enableval" = yes; then
9524 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
9525 else
9526 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
9527 fi
9528
9529 else
9530
9531 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
9532 if test "x$LINE" != x ; then
9533 eval "DEFAULT_$LINE"
9534 else
9535 no_cache=1
9536 fi
9537
9538 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
9539
9540 fi;
9541
9542 eval "$ac_cv_use_progressdlg"
9543 if test "$no_cache" != 1; then
9544 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
9545 fi
9546
9547 if test "$wxUSE_PROGRESSDLG" = yes; then
9548 echo "$as_me:$LINENO: result: yes" >&5
9549 echo "${ECHO_T}yes" >&6
9550 else
9551 echo "$as_me:$LINENO: result: no" >&5
9552 echo "${ECHO_T}no" >&6
9553 fi
9554
9555
9556 enablestring=
9557 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
9558 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
9559 no_cache=0
9560 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
9561 if test "${enable_wizarddlg+set}" = set; then
9562 enableval="$enable_wizarddlg"
9563
9564 if test "$enableval" = yes; then
9565 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
9566 else
9567 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
9568 fi
9569
9570 else
9571
9572 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
9573 if test "x$LINE" != x ; then
9574 eval "DEFAULT_$LINE"
9575 else
9576 no_cache=1
9577 fi
9578
9579 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
9580
9581 fi;
9582
9583 eval "$ac_cv_use_wizarddlg"
9584 if test "$no_cache" != 1; then
9585 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
9586 fi
9587
9588 if test "$wxUSE_WIZARDDLG" = yes; then
9589 echo "$as_me:$LINENO: result: yes" >&5
9590 echo "${ECHO_T}yes" >&6
9591 else
9592 echo "$as_me:$LINENO: result: no" >&5
9593 echo "${ECHO_T}no" >&6
9594 fi
9595
9596
9597
9598
9599 enablestring=
9600 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
9601 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
9602 no_cache=0
9603 # Check whether --enable-menus or --disable-menus was given.
9604 if test "${enable_menus+set}" = set; then
9605 enableval="$enable_menus"
9606
9607 if test "$enableval" = yes; then
9608 ac_cv_use_menus='wxUSE_MENUS=yes'
9609 else
9610 ac_cv_use_menus='wxUSE_MENUS=no'
9611 fi
9612
9613 else
9614
9615 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
9616 if test "x$LINE" != x ; then
9617 eval "DEFAULT_$LINE"
9618 else
9619 no_cache=1
9620 fi
9621
9622 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
9623
9624 fi;
9625
9626 eval "$ac_cv_use_menus"
9627 if test "$no_cache" != 1; then
9628 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
9629 fi
9630
9631 if test "$wxUSE_MENUS" = yes; then
9632 echo "$as_me:$LINENO: result: yes" >&5
9633 echo "${ECHO_T}yes" >&6
9634 else
9635 echo "$as_me:$LINENO: result: no" >&5
9636 echo "${ECHO_T}no" >&6
9637 fi
9638
9639
9640 enablestring=
9641 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
9642 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
9643 no_cache=0
9644 # Check whether --enable-miniframe or --disable-miniframe was given.
9645 if test "${enable_miniframe+set}" = set; then
9646 enableval="$enable_miniframe"
9647
9648 if test "$enableval" = yes; then
9649 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
9650 else
9651 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
9652 fi
9653
9654 else
9655
9656 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
9657 if test "x$LINE" != x ; then
9658 eval "DEFAULT_$LINE"
9659 else
9660 no_cache=1
9661 fi
9662
9663 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
9664
9665 fi;
9666
9667 eval "$ac_cv_use_miniframe"
9668 if test "$no_cache" != 1; then
9669 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
9670 fi
9671
9672 if test "$wxUSE_MINIFRAME" = yes; then
9673 echo "$as_me:$LINENO: result: yes" >&5
9674 echo "${ECHO_T}yes" >&6
9675 else
9676 echo "$as_me:$LINENO: result: no" >&5
9677 echo "${ECHO_T}no" >&6
9678 fi
9679
9680
9681 enablestring=
9682 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
9683 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
9684 no_cache=0
9685 # Check whether --enable-tooltips or --disable-tooltips was given.
9686 if test "${enable_tooltips+set}" = set; then
9687 enableval="$enable_tooltips"
9688
9689 if test "$enableval" = yes; then
9690 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
9691 else
9692 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
9693 fi
9694
9695 else
9696
9697 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
9698 if test "x$LINE" != x ; then
9699 eval "DEFAULT_$LINE"
9700 else
9701 no_cache=1
9702 fi
9703
9704 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
9705
9706 fi;
9707
9708 eval "$ac_cv_use_tooltips"
9709 if test "$no_cache" != 1; then
9710 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
9711 fi
9712
9713 if test "$wxUSE_TOOLTIPS" = yes; then
9714 echo "$as_me:$LINENO: result: yes" >&5
9715 echo "${ECHO_T}yes" >&6
9716 else
9717 echo "$as_me:$LINENO: result: no" >&5
9718 echo "${ECHO_T}no" >&6
9719 fi
9720
9721
9722 enablestring=
9723 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
9724 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
9725 no_cache=0
9726 # Check whether --enable-splines or --disable-splines was given.
9727 if test "${enable_splines+set}" = set; then
9728 enableval="$enable_splines"
9729
9730 if test "$enableval" = yes; then
9731 ac_cv_use_splines='wxUSE_SPLINES=yes'
9732 else
9733 ac_cv_use_splines='wxUSE_SPLINES=no'
9734 fi
9735
9736 else
9737
9738 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
9739 if test "x$LINE" != x ; then
9740 eval "DEFAULT_$LINE"
9741 else
9742 no_cache=1
9743 fi
9744
9745 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
9746
9747 fi;
9748
9749 eval "$ac_cv_use_splines"
9750 if test "$no_cache" != 1; then
9751 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
9752 fi
9753
9754 if test "$wxUSE_SPLINES" = yes; then
9755 echo "$as_me:$LINENO: result: yes" >&5
9756 echo "${ECHO_T}yes" >&6
9757 else
9758 echo "$as_me:$LINENO: result: no" >&5
9759 echo "${ECHO_T}no" >&6
9760 fi
9761
9762
9763 enablestring=
9764 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
9765 echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6
9766 no_cache=0
9767 # Check whether --enable-mousewheel or --disable-mousewheel was given.
9768 if test "${enable_mousewheel+set}" = set; then
9769 enableval="$enable_mousewheel"
9770
9771 if test "$enableval" = yes; then
9772 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL=yes'
9773 else
9774 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL=no'
9775 fi
9776
9777 else
9778
9779 LINE=`grep "wxUSE_MOUSEWHEEL" ${wx_arg_cache_file}`
9780 if test "x$LINE" != x ; then
9781 eval "DEFAULT_$LINE"
9782 else
9783 no_cache=1
9784 fi
9785
9786 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL='$DEFAULT_wxUSE_MOUSEWHEEL
9787
9788 fi;
9789
9790 eval "$ac_cv_use_mousewheel"
9791 if test "$no_cache" != 1; then
9792 echo $ac_cv_use_mousewheel >> ${wx_arg_cache_file}.tmp
9793 fi
9794
9795 if test "$wxUSE_MOUSEWHEEL" = yes; then
9796 echo "$as_me:$LINENO: result: yes" >&5
9797 echo "${ECHO_T}yes" >&6
9798 else
9799 echo "$as_me:$LINENO: result: no" >&5
9800 echo "${ECHO_T}no" >&6
9801 fi
9802
9803
9804 enablestring=
9805 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
9806 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
9807 no_cache=0
9808 # Check whether --enable-validators or --disable-validators was given.
9809 if test "${enable_validators+set}" = set; then
9810 enableval="$enable_validators"
9811
9812 if test "$enableval" = yes; then
9813 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
9814 else
9815 ac_cv_use_validators='wxUSE_VALIDATORS=no'
9816 fi
9817
9818 else
9819
9820 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
9821 if test "x$LINE" != x ; then
9822 eval "DEFAULT_$LINE"
9823 else
9824 no_cache=1
9825 fi
9826
9827 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
9828
9829 fi;
9830
9831 eval "$ac_cv_use_validators"
9832 if test "$no_cache" != 1; then
9833 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
9834 fi
9835
9836 if test "$wxUSE_VALIDATORS" = yes; then
9837 echo "$as_me:$LINENO: result: yes" >&5
9838 echo "${ECHO_T}yes" >&6
9839 else
9840 echo "$as_me:$LINENO: result: no" >&5
9841 echo "${ECHO_T}no" >&6
9842 fi
9843
9844
9845 enablestring=
9846 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
9847 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
9848 no_cache=0
9849 # Check whether --enable-busyinfo or --disable-busyinfo was given.
9850 if test "${enable_busyinfo+set}" = set; then
9851 enableval="$enable_busyinfo"
9852
9853 if test "$enableval" = yes; then
9854 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
9855 else
9856 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
9857 fi
9858
9859 else
9860
9861 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
9862 if test "x$LINE" != x ; then
9863 eval "DEFAULT_$LINE"
9864 else
9865 no_cache=1
9866 fi
9867
9868 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
9869
9870 fi;
9871
9872 eval "$ac_cv_use_busyinfo"
9873 if test "$no_cache" != 1; then
9874 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
9875 fi
9876
9877 if test "$wxUSE_BUSYINFO" = yes; then
9878 echo "$as_me:$LINENO: result: yes" >&5
9879 echo "${ECHO_T}yes" >&6
9880 else
9881 echo "$as_me:$LINENO: result: no" >&5
9882 echo "${ECHO_T}no" >&6
9883 fi
9884
9885
9886 enablestring=
9887 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
9888 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
9889 no_cache=0
9890 # Check whether --enable-joystick or --disable-joystick was given.
9891 if test "${enable_joystick+set}" = set; then
9892 enableval="$enable_joystick"
9893
9894 if test "$enableval" = yes; then
9895 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
9896 else
9897 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
9898 fi
9899
9900 else
9901
9902 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
9903 if test "x$LINE" != x ; then
9904 eval "DEFAULT_$LINE"
9905 else
9906 no_cache=1
9907 fi
9908
9909 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
9910
9911 fi;
9912
9913 eval "$ac_cv_use_joystick"
9914 if test "$no_cache" != 1; then
9915 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
9916 fi
9917
9918 if test "$wxUSE_JOYSTICK" = yes; then
9919 echo "$as_me:$LINENO: result: yes" >&5
9920 echo "${ECHO_T}yes" >&6
9921 else
9922 echo "$as_me:$LINENO: result: no" >&5
9923 echo "${ECHO_T}no" >&6
9924 fi
9925
9926
9927 enablestring=
9928 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
9929 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
9930 no_cache=0
9931 # Check whether --enable-metafile or --disable-metafile was given.
9932 if test "${enable_metafile+set}" = set; then
9933 enableval="$enable_metafile"
9934
9935 if test "$enableval" = yes; then
9936 ac_cv_use_metafile='wxUSE_METAFILE=yes'
9937 else
9938 ac_cv_use_metafile='wxUSE_METAFILE=no'
9939 fi
9940
9941 else
9942
9943 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
9944 if test "x$LINE" != x ; then
9945 eval "DEFAULT_$LINE"
9946 else
9947 no_cache=1
9948 fi
9949
9950 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
9951
9952 fi;
9953
9954 eval "$ac_cv_use_metafile"
9955 if test "$no_cache" != 1; then
9956 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
9957 fi
9958
9959 if test "$wxUSE_METAFILE" = yes; then
9960 echo "$as_me:$LINENO: result: yes" >&5
9961 echo "${ECHO_T}yes" >&6
9962 else
9963 echo "$as_me:$LINENO: result: no" >&5
9964 echo "${ECHO_T}no" >&6
9965 fi
9966
9967
9968 enablestring=
9969 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
9970 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
9971 no_cache=0
9972 # Check whether --enable-dragimage or --disable-dragimage was given.
9973 if test "${enable_dragimage+set}" = set; then
9974 enableval="$enable_dragimage"
9975
9976 if test "$enableval" = yes; then
9977 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
9978 else
9979 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
9980 fi
9981
9982 else
9983
9984 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
9985 if test "x$LINE" != x ; then
9986 eval "DEFAULT_$LINE"
9987 else
9988 no_cache=1
9989 fi
9990
9991 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
9992
9993 fi;
9994
9995 eval "$ac_cv_use_dragimage"
9996 if test "$no_cache" != 1; then
9997 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
9998 fi
9999
10000 if test "$wxUSE_DRAGIMAGE" = yes; then
10001 echo "$as_me:$LINENO: result: yes" >&5
10002 echo "${ECHO_T}yes" >&6
10003 else
10004 echo "$as_me:$LINENO: result: no" >&5
10005 echo "${ECHO_T}no" >&6
10006 fi
10007
10008
10009 enablestring=
10010 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
10011 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
10012 no_cache=0
10013 # Check whether --enable-accessibility or --disable-accessibility was given.
10014 if test "${enable_accessibility+set}" = set; then
10015 enableval="$enable_accessibility"
10016
10017 if test "$enableval" = yes; then
10018 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
10019 else
10020 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
10021 fi
10022
10023 else
10024
10025 LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
10026 if test "x$LINE" != x ; then
10027 eval "DEFAULT_$LINE"
10028 else
10029 no_cache=1
10030 fi
10031
10032 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
10033
10034 fi;
10035
10036 eval "$ac_cv_use_accessibility"
10037 if test "$no_cache" != 1; then
10038 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
10039 fi
10040
10041 if test "$wxUSE_ACCESSIBILITY" = yes; then
10042 echo "$as_me:$LINENO: result: yes" >&5
10043 echo "${ECHO_T}yes" >&6
10044 else
10045 echo "$as_me:$LINENO: result: no" >&5
10046 echo "${ECHO_T}no" >&6
10047 fi
10048
10049
10050
10051
10052 enablestring=
10053 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
10054 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
10055 no_cache=0
10056 # Check whether --enable-palette or --disable-palette was given.
10057 if test "${enable_palette+set}" = set; then
10058 enableval="$enable_palette"
10059
10060 if test "$enableval" = yes; then
10061 ac_cv_use_palette='wxUSE_PALETTE=yes'
10062 else
10063 ac_cv_use_palette='wxUSE_PALETTE=no'
10064 fi
10065
10066 else
10067
10068 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
10069 if test "x$LINE" != x ; then
10070 eval "DEFAULT_$LINE"
10071 else
10072 no_cache=1
10073 fi
10074
10075 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
10076
10077 fi;
10078
10079 eval "$ac_cv_use_palette"
10080 if test "$no_cache" != 1; then
10081 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
10082 fi
10083
10084 if test "$wxUSE_PALETTE" = yes; then
10085 echo "$as_me:$LINENO: result: yes" >&5
10086 echo "${ECHO_T}yes" >&6
10087 else
10088 echo "$as_me:$LINENO: result: no" >&5
10089 echo "${ECHO_T}no" >&6
10090 fi
10091
10092
10093 enablestring=
10094 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
10095 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
10096 no_cache=0
10097 # Check whether --enable-image or --disable-image was given.
10098 if test "${enable_image+set}" = set; then
10099 enableval="$enable_image"
10100
10101 if test "$enableval" = yes; then
10102 ac_cv_use_image='wxUSE_IMAGE=yes'
10103 else
10104 ac_cv_use_image='wxUSE_IMAGE=no'
10105 fi
10106
10107 else
10108
10109 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
10110 if test "x$LINE" != x ; then
10111 eval "DEFAULT_$LINE"
10112 else
10113 no_cache=1
10114 fi
10115
10116 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
10117
10118 fi;
10119
10120 eval "$ac_cv_use_image"
10121 if test "$no_cache" != 1; then
10122 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
10123 fi
10124
10125 if test "$wxUSE_IMAGE" = yes; then
10126 echo "$as_me:$LINENO: result: yes" >&5
10127 echo "${ECHO_T}yes" >&6
10128 else
10129 echo "$as_me:$LINENO: result: no" >&5
10130 echo "${ECHO_T}no" >&6
10131 fi
10132
10133
10134 enablestring=
10135 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
10136 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
10137 no_cache=0
10138 # Check whether --enable-gif or --disable-gif was given.
10139 if test "${enable_gif+set}" = set; then
10140 enableval="$enable_gif"
10141
10142 if test "$enableval" = yes; then
10143 ac_cv_use_gif='wxUSE_GIF=yes'
10144 else
10145 ac_cv_use_gif='wxUSE_GIF=no'
10146 fi
10147
10148 else
10149
10150 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
10151 if test "x$LINE" != x ; then
10152 eval "DEFAULT_$LINE"
10153 else
10154 no_cache=1
10155 fi
10156
10157 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
10158
10159 fi;
10160
10161 eval "$ac_cv_use_gif"
10162 if test "$no_cache" != 1; then
10163 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
10164 fi
10165
10166 if test "$wxUSE_GIF" = yes; then
10167 echo "$as_me:$LINENO: result: yes" >&5
10168 echo "${ECHO_T}yes" >&6
10169 else
10170 echo "$as_me:$LINENO: result: no" >&5
10171 echo "${ECHO_T}no" >&6
10172 fi
10173
10174
10175 enablestring=
10176 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
10177 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
10178 no_cache=0
10179 # Check whether --enable-pcx or --disable-pcx was given.
10180 if test "${enable_pcx+set}" = set; then
10181 enableval="$enable_pcx"
10182
10183 if test "$enableval" = yes; then
10184 ac_cv_use_pcx='wxUSE_PCX=yes'
10185 else
10186 ac_cv_use_pcx='wxUSE_PCX=no'
10187 fi
10188
10189 else
10190
10191 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
10192 if test "x$LINE" != x ; then
10193 eval "DEFAULT_$LINE"
10194 else
10195 no_cache=1
10196 fi
10197
10198 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
10199
10200 fi;
10201
10202 eval "$ac_cv_use_pcx"
10203 if test "$no_cache" != 1; then
10204 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
10205 fi
10206
10207 if test "$wxUSE_PCX" = yes; then
10208 echo "$as_me:$LINENO: result: yes" >&5
10209 echo "${ECHO_T}yes" >&6
10210 else
10211 echo "$as_me:$LINENO: result: no" >&5
10212 echo "${ECHO_T}no" >&6
10213 fi
10214
10215
10216 enablestring=
10217 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
10218 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
10219 no_cache=0
10220 # Check whether --enable-iff or --disable-iff was given.
10221 if test "${enable_iff+set}" = set; then
10222 enableval="$enable_iff"
10223
10224 if test "$enableval" = yes; then
10225 ac_cv_use_iff='wxUSE_IFF=yes'
10226 else
10227 ac_cv_use_iff='wxUSE_IFF=no'
10228 fi
10229
10230 else
10231
10232 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
10233 if test "x$LINE" != x ; then
10234 eval "DEFAULT_$LINE"
10235 else
10236 no_cache=1
10237 fi
10238
10239 ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF
10240
10241 fi;
10242
10243 eval "$ac_cv_use_iff"
10244 if test "$no_cache" != 1; then
10245 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
10246 fi
10247
10248 if test "$wxUSE_IFF" = yes; then
10249 echo "$as_me:$LINENO: result: yes" >&5
10250 echo "${ECHO_T}yes" >&6
10251 else
10252 echo "$as_me:$LINENO: result: no" >&5
10253 echo "${ECHO_T}no" >&6
10254 fi
10255
10256
10257 enablestring=
10258 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
10259 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
10260 no_cache=0
10261 # Check whether --enable-pnm or --disable-pnm was given.
10262 if test "${enable_pnm+set}" = set; then
10263 enableval="$enable_pnm"
10264
10265 if test "$enableval" = yes; then
10266 ac_cv_use_pnm='wxUSE_PNM=yes'
10267 else
10268 ac_cv_use_pnm='wxUSE_PNM=no'
10269 fi
10270
10271 else
10272
10273 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
10274 if test "x$LINE" != x ; then
10275 eval "DEFAULT_$LINE"
10276 else
10277 no_cache=1
10278 fi
10279
10280 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
10281
10282 fi;
10283
10284 eval "$ac_cv_use_pnm"
10285 if test "$no_cache" != 1; then
10286 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
10287 fi
10288
10289 if test "$wxUSE_PNM" = yes; then
10290 echo "$as_me:$LINENO: result: yes" >&5
10291 echo "${ECHO_T}yes" >&6
10292 else
10293 echo "$as_me:$LINENO: result: no" >&5
10294 echo "${ECHO_T}no" >&6
10295 fi
10296
10297
10298 enablestring=
10299 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
10300 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
10301 no_cache=0
10302 # Check whether --enable-xpm or --disable-xpm was given.
10303 if test "${enable_xpm+set}" = set; then
10304 enableval="$enable_xpm"
10305
10306 if test "$enableval" = yes; then
10307 ac_cv_use_xpm='wxUSE_XPM=yes'
10308 else
10309 ac_cv_use_xpm='wxUSE_XPM=no'
10310 fi
10311
10312 else
10313
10314 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
10315 if test "x$LINE" != x ; then
10316 eval "DEFAULT_$LINE"
10317 else
10318 no_cache=1
10319 fi
10320
10321 ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
10322
10323 fi;
10324
10325 eval "$ac_cv_use_xpm"
10326 if test "$no_cache" != 1; then
10327 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
10328 fi
10329
10330 if test "$wxUSE_XPM" = yes; then
10331 echo "$as_me:$LINENO: result: yes" >&5
10332 echo "${ECHO_T}yes" >&6
10333 else
10334 echo "$as_me:$LINENO: result: no" >&5
10335 echo "${ECHO_T}no" >&6
10336 fi
10337
10338
10339 enablestring=
10340 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
10341 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
10342 no_cache=0
10343 # Check whether --enable-ico_cur or --disable-ico_cur was given.
10344 if test "${enable_ico_cur+set}" = set; then
10345 enableval="$enable_ico_cur"
10346
10347 if test "$enableval" = yes; then
10348 ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
10349 else
10350 ac_cv_use_ico_cur='wxUSE_ICO_CUR=no'
10351 fi
10352
10353 else
10354
10355 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
10356 if test "x$LINE" != x ; then
10357 eval "DEFAULT_$LINE"
10358 else
10359 no_cache=1
10360 fi
10361
10362 ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
10363
10364 fi;
10365
10366 eval "$ac_cv_use_ico_cur"
10367 if test "$no_cache" != 1; then
10368 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
10369 fi
10370
10371 if test "$wxUSE_ICO_CUR" = yes; then
10372 echo "$as_me:$LINENO: result: yes" >&5
10373 echo "${ECHO_T}yes" >&6
10374 else
10375 echo "$as_me:$LINENO: result: no" >&5
10376 echo "${ECHO_T}no" >&6
10377 fi
10378
10379
10380 fi
10381
10382
10383
10384 # Check whether --with-flavour or --without-flavour was given.
10385 if test "${with_flavour+set}" = set; then
10386 withval="$with_flavour"
10387 WX_FLAVOUR="$withval"
10388 fi;
10389
10390
10391
10392 enablestring=
10393 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
10394 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
10395 no_cache=0
10396 # Check whether --enable-official_build or --disable-official_build was given.
10397 if test "${enable_official_build+set}" = set; then
10398 enableval="$enable_official_build"
10399
10400 if test "$enableval" = yes; then
10401 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
10402 else
10403 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
10404 fi
10405
10406 else
10407
10408 LINE=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
10409 if test "x$LINE" != x ; then
10410 eval "DEFAULT_$LINE"
10411 else
10412 no_cache=1
10413 fi
10414
10415 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
10416
10417 fi;
10418
10419 eval "$ac_cv_use_official_build"
10420 if test "$no_cache" != 1; then
10421 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
10422 fi
10423
10424 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
10425 echo "$as_me:$LINENO: result: yes" >&5
10426 echo "${ECHO_T}yes" >&6
10427 else
10428 echo "$as_me:$LINENO: result: no" >&5
10429 echo "${ECHO_T}no" >&6
10430 fi
10431
10432 # Check whether --enable-vendor or --disable-vendor was given.
10433 if test "${enable_vendor+set}" = set; then
10434 enableval="$enable_vendor"
10435 VENDOR="$enableval"
10436 fi;
10437 if test "x$VENDOR" = "x"; then
10438 VENDOR="custom"
10439 fi
10440
10441
10442
10443
10444 echo "saving argument cache $wx_arg_cache_file"
10445 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
10446
10447
10448
10449 echo "$as_me:$LINENO: checking for toolkit" >&5
10450 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
10451
10452 # In Wine, we need to default to MSW, not GTK or MOTIF
10453 if test "$wxUSE_WINE" = "yes"; then
10454 DEFAULT_DEFAULT_wxUSE_GTK=0
10455 DEFAULT_DEFAULT_wxUSE_MOTIF=0
10456 DEFAULT_DEFAULT_wxUSE_MSW=1
10457 wxUSE_SHARED=no
10458 fi
10459
10460
10461 if test "$wxUSE_GUI" = "yes"; then
10462
10463 if test "$USE_BEOS" = 1; then
10464 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
10465 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
10466 { (exit 1); exit 1; }; }
10467 fi
10468
10469 if test "$TOOLKIT_GIVEN" = 1; then
10470 for toolkit in `echo $ALL_TOOLKITS`; do
10471 var=wxUSE_$toolkit
10472 eval "value=\$${var}"
10473 if test "x$value" = "xno"; then
10474 eval "$var=0"
10475 elif test "x$value" != "x"; then
10476 eval "$var=1"
10477 fi
10478
10479 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
10480 eval "wx${toolkit}_VERSION=$value"
10481 fi
10482 done
10483 else
10484 for toolkit in `echo $ALL_TOOLKITS`; do
10485 if test "$has_toolkit_in_cache" != 1; then
10486 var=DEFAULT_DEFAULT_wxUSE_$toolkit
10487 else
10488 var=DEFAULT_wxUSE_$toolkit
10489
10490 eval "version=\$DEFAULT_wx${toolkit}_VERSION"
10491 if test "x$version" != "x"; then
10492 eval "wx${toolkit}_VERSION=$version"
10493 fi
10494 fi
10495 eval "wxUSE_$toolkit=\$${var}"
10496 done
10497 fi
10498
10499 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
10500 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
10501 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
10502
10503 case "${host}" in
10504 *-pc-os2_emx | *-pc-os2-emx )
10505 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
10506 esac
10507
10508 case "$NUM_TOOLKITS" in
10509 1)
10510 ;;
10511 0)
10512 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
10513 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
10514 { (exit 1); exit 1; }; }
10515 ;;
10516 *)
10517 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
10518 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
10519 { (exit 1); exit 1; }; }
10520 esac
10521
10522 # to be removed when --disable-gtk2 isn't needed
10523 if test "x$wxUSE_GTK2" = "xyes"; then
10524 wxGTK_VERSION=2
10525 elif test "x$wxUSE_GTK2" = "xno"; then
10526 wxGTK_VERSION=1
10527 fi
10528
10529 for toolkit in `echo $ALL_TOOLKITS`; do
10530 var=wxUSE_$toolkit
10531 eval "value=\$${var}"
10532 if test "x$value" != x; then
10533 cache_var=CACHE_$toolkit
10534 eval "cache=\$${cache_var}"
10535 if test "$cache" = 1; then
10536 echo "$var=$value" >> ${wx_arg_cache_file}
10537 eval "version=\$wx${toolkit}_VERSION"
10538 if test "x$version" != "x"; then
10539 echo "wx${toolkit}_VERSION=$version" >> ${wx_arg_cache_file}
10540 fi
10541 fi
10542 if test "$value" = 1; then
10543 toolkit_echo=`echo $toolkit | tr "[A-Z]" "[a-z]"`
10544 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
10545 echo "${ECHO_T}$toolkit_echo" >&6
10546 fi
10547 fi
10548 done
10549 else
10550 if test "x$host_alias" != "x"; then
10551 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
10552 echo "${ECHO_T}base ($host_alias hosted) only" >&6
10553 else
10554 echo "$as_me:$LINENO: result: base only" >&5
10555 echo "${ECHO_T}base only" >&6
10556 fi
10557 fi
10558
10559 wants_win32=0
10560 doesnt_want_win32=0
10561 case "${host}" in
10562 *-*-cygwin*)
10563 if test "$wxUSE_MSW" = 1 ; then
10564 wants_win32=1
10565 else
10566 doesnt_want_win32=1
10567 fi
10568 ;;
10569 *-*-mingw*)
10570 wants_win32=1
10571 ;;
10572 esac
10573
10574 if test "$wxUSE_WINE" = "yes"; then
10575 wants_win32=1
10576 CC=winegcc
10577 CXX=wineg++
10578 RESCOMP=wrc
10579 LDFLAGS_GUI="-mwindows"
10580 fi
10581
10582 if test "$wants_win32" = 1 ; then
10583 USE_UNIX=0
10584 USE_WIN32=1
10585 cat >>confdefs.h <<\_ACEOF
10586 #define __WIN32__ 1
10587 _ACEOF
10588
10589 cat >>confdefs.h <<\_ACEOF
10590 #define __WIN95__ 1
10591 _ACEOF
10592
10593 cat >>confdefs.h <<\_ACEOF
10594 #define __WINDOWS__ 1
10595 _ACEOF
10596
10597 cat >>confdefs.h <<\_ACEOF
10598 #define __GNUWIN32__ 1
10599 _ACEOF
10600
10601 cat >>confdefs.h <<\_ACEOF
10602 #define STRICT 1
10603 _ACEOF
10604
10605 cat >>confdefs.h <<\_ACEOF
10606 #define WINVER 0x0400
10607 _ACEOF
10608
10609 fi
10610 if test "$doesnt_want_win32" = 1 ; then
10611 USE_UNIX=1
10612 USE_WIN32=0
10613 fi
10614
10615 if test "$USE_UNIX" = 1 ; then
10616 wxUSE_UNIX=yes
10617 cat >>confdefs.h <<\_ACEOF
10618 #define __UNIX__ 1
10619 _ACEOF
10620
10621 fi
10622
10623
10624 cat >confcache <<\_ACEOF
10625 # This file is a shell script that caches the results of configure
10626 # tests run on this system so they can be shared between configure
10627 # scripts and configure runs, see configure's option --config-cache.
10628 # It is not useful on other systems. If it contains results you don't
10629 # want to keep, you may remove or edit it.
10630 #
10631 # config.status only pays attention to the cache file if you give it
10632 # the --recheck option to rerun configure.
10633 #
10634 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10635 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10636 # following values.
10637
10638 _ACEOF
10639
10640 # The following way of writing the cache mishandles newlines in values,
10641 # but we know of no workaround that is simple, portable, and efficient.
10642 # So, don't put newlines in cache variables' values.
10643 # Ultrix sh set writes to stderr and can't be redirected directly,
10644 # and sets the high bit in the cache file unless we assign to the vars.
10645 {
10646 (set) 2>&1 |
10647 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10648 *ac_space=\ *)
10649 # `set' does not quote correctly, so add quotes (double-quote
10650 # substitution turns \\\\ into \\, and sed turns \\ into \).
10651 sed -n \
10652 "s/'/'\\\\''/g;
10653 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10654 ;;
10655 *)
10656 # `set' quotes correctly as required by POSIX, so do not add quotes.
10657 sed -n \
10658 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10659 ;;
10660 esac;
10661 } |
10662 sed '
10663 t clear
10664 : clear
10665 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10666 t end
10667 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10668 : end' >>confcache
10669 if diff $cache_file confcache >/dev/null 2>&1; then :; else
10670 if test -w $cache_file; then
10671 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10672 cat confcache >$cache_file
10673 else
10674 echo "not updating unwritable cache $cache_file"
10675 fi
10676 fi
10677 rm -f confcache
10678
10679 if test "$build" != "$host" ; then
10680 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX" = 1; then
10681 CC=$host_alias-gcc
10682 CXX=$host_alias-c++
10683 AR=$host_alias-ar
10684 RANLIB=$host_alias-ranlib
10685 DLLTOOL=$host_alias-dlltool
10686 RESCOMP=$host_alias-windres
10687 STRIP=$host_alias-strip
10688 elif test "x$CC" '!=' "x"; then
10689 echo "You set CC, I assume you know what you are doing."
10690 else
10691 { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5
10692 echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;}
10693 { (exit 1); exit 1; }; }
10694 fi
10695 fi
10696
10697 CFLAGS=${CFLAGS:=}
10698
10699
10700 ac_ext=c
10701 ac_cpp='$CPP $CPPFLAGS'
10702 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10703 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10704 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10705 if test -n "$ac_tool_prefix"; then
10706 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10707 set dummy ${ac_tool_prefix}gcc; ac_word=$2
10708 echo "$as_me:$LINENO: checking for $ac_word" >&5
10709 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10710 if test "${ac_cv_prog_CC+set}" = set; then
10711 echo $ECHO_N "(cached) $ECHO_C" >&6
10712 else
10713 if test -n "$CC"; then
10714 ac_cv_prog_CC="$CC" # Let the user override the test.
10715 else
10716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10717 for as_dir in $PATH
10718 do
10719 IFS=$as_save_IFS
10720 test -z "$as_dir" && as_dir=.
10721 for ac_exec_ext in '' $ac_executable_extensions; do
10722 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10723 ac_cv_prog_CC="${ac_tool_prefix}gcc"
10724 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10725 break 2
10726 fi
10727 done
10728 done
10729
10730 fi
10731 fi
10732 CC=$ac_cv_prog_CC
10733 if test -n "$CC"; then
10734 echo "$as_me:$LINENO: result: $CC" >&5
10735 echo "${ECHO_T}$CC" >&6
10736 else
10737 echo "$as_me:$LINENO: result: no" >&5
10738 echo "${ECHO_T}no" >&6
10739 fi
10740
10741 fi
10742 if test -z "$ac_cv_prog_CC"; then
10743 ac_ct_CC=$CC
10744 # Extract the first word of "gcc", so it can be a program name with args.
10745 set dummy gcc; ac_word=$2
10746 echo "$as_me:$LINENO: checking for $ac_word" >&5
10747 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10748 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10749 echo $ECHO_N "(cached) $ECHO_C" >&6
10750 else
10751 if test -n "$ac_ct_CC"; then
10752 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10753 else
10754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10755 for as_dir in $PATH
10756 do
10757 IFS=$as_save_IFS
10758 test -z "$as_dir" && as_dir=.
10759 for ac_exec_ext in '' $ac_executable_extensions; do
10760 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10761 ac_cv_prog_ac_ct_CC="gcc"
10762 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10763 break 2
10764 fi
10765 done
10766 done
10767
10768 fi
10769 fi
10770 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10771 if test -n "$ac_ct_CC"; then
10772 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10773 echo "${ECHO_T}$ac_ct_CC" >&6
10774 else
10775 echo "$as_me:$LINENO: result: no" >&5
10776 echo "${ECHO_T}no" >&6
10777 fi
10778
10779 CC=$ac_ct_CC
10780 else
10781 CC="$ac_cv_prog_CC"
10782 fi
10783
10784 if test -z "$CC"; then
10785 if test -n "$ac_tool_prefix"; then
10786 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10787 set dummy ${ac_tool_prefix}cc; ac_word=$2
10788 echo "$as_me:$LINENO: checking for $ac_word" >&5
10789 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10790 if test "${ac_cv_prog_CC+set}" = set; then
10791 echo $ECHO_N "(cached) $ECHO_C" >&6
10792 else
10793 if test -n "$CC"; then
10794 ac_cv_prog_CC="$CC" # Let the user override the test.
10795 else
10796 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10797 for as_dir in $PATH
10798 do
10799 IFS=$as_save_IFS
10800 test -z "$as_dir" && as_dir=.
10801 for ac_exec_ext in '' $ac_executable_extensions; do
10802 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10803 ac_cv_prog_CC="${ac_tool_prefix}cc"
10804 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10805 break 2
10806 fi
10807 done
10808 done
10809
10810 fi
10811 fi
10812 CC=$ac_cv_prog_CC
10813 if test -n "$CC"; then
10814 echo "$as_me:$LINENO: result: $CC" >&5
10815 echo "${ECHO_T}$CC" >&6
10816 else
10817 echo "$as_me:$LINENO: result: no" >&5
10818 echo "${ECHO_T}no" >&6
10819 fi
10820
10821 fi
10822 if test -z "$ac_cv_prog_CC"; then
10823 ac_ct_CC=$CC
10824 # Extract the first word of "cc", so it can be a program name with args.
10825 set dummy cc; ac_word=$2
10826 echo "$as_me:$LINENO: checking for $ac_word" >&5
10827 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10828 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10829 echo $ECHO_N "(cached) $ECHO_C" >&6
10830 else
10831 if test -n "$ac_ct_CC"; then
10832 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10833 else
10834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10835 for as_dir in $PATH
10836 do
10837 IFS=$as_save_IFS
10838 test -z "$as_dir" && as_dir=.
10839 for ac_exec_ext in '' $ac_executable_extensions; do
10840 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10841 ac_cv_prog_ac_ct_CC="cc"
10842 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10843 break 2
10844 fi
10845 done
10846 done
10847
10848 fi
10849 fi
10850 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10851 if test -n "$ac_ct_CC"; then
10852 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10853 echo "${ECHO_T}$ac_ct_CC" >&6
10854 else
10855 echo "$as_me:$LINENO: result: no" >&5
10856 echo "${ECHO_T}no" >&6
10857 fi
10858
10859 CC=$ac_ct_CC
10860 else
10861 CC="$ac_cv_prog_CC"
10862 fi
10863
10864 fi
10865 if test -z "$CC"; then
10866 # Extract the first word of "cc", so it can be a program name with args.
10867 set dummy cc; ac_word=$2
10868 echo "$as_me:$LINENO: checking for $ac_word" >&5
10869 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10870 if test "${ac_cv_prog_CC+set}" = set; then
10871 echo $ECHO_N "(cached) $ECHO_C" >&6
10872 else
10873 if test -n "$CC"; then
10874 ac_cv_prog_CC="$CC" # Let the user override the test.
10875 else
10876 ac_prog_rejected=no
10877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10878 for as_dir in $PATH
10879 do
10880 IFS=$as_save_IFS
10881 test -z "$as_dir" && as_dir=.
10882 for ac_exec_ext in '' $ac_executable_extensions; do
10883 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10884 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
10885 ac_prog_rejected=yes
10886 continue
10887 fi
10888 ac_cv_prog_CC="cc"
10889 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10890 break 2
10891 fi
10892 done
10893 done
10894
10895 if test $ac_prog_rejected = yes; then
10896 # We found a bogon in the path, so make sure we never use it.
10897 set dummy $ac_cv_prog_CC
10898 shift
10899 if test $# != 0; then
10900 # We chose a different compiler from the bogus one.
10901 # However, it has the same basename, so the bogon will be chosen
10902 # first if we set CC to just the basename; use the full file name.
10903 shift
10904 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
10905 fi
10906 fi
10907 fi
10908 fi
10909 CC=$ac_cv_prog_CC
10910 if test -n "$CC"; then
10911 echo "$as_me:$LINENO: result: $CC" >&5
10912 echo "${ECHO_T}$CC" >&6
10913 else
10914 echo "$as_me:$LINENO: result: no" >&5
10915 echo "${ECHO_T}no" >&6
10916 fi
10917
10918 fi
10919 if test -z "$CC"; then
10920 if test -n "$ac_tool_prefix"; then
10921 for ac_prog in cl
10922 do
10923 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10924 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10925 echo "$as_me:$LINENO: checking for $ac_word" >&5
10926 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10927 if test "${ac_cv_prog_CC+set}" = set; then
10928 echo $ECHO_N "(cached) $ECHO_C" >&6
10929 else
10930 if test -n "$CC"; then
10931 ac_cv_prog_CC="$CC" # Let the user override the test.
10932 else
10933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10934 for as_dir in $PATH
10935 do
10936 IFS=$as_save_IFS
10937 test -z "$as_dir" && as_dir=.
10938 for ac_exec_ext in '' $ac_executable_extensions; do
10939 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10940 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
10941 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10942 break 2
10943 fi
10944 done
10945 done
10946
10947 fi
10948 fi
10949 CC=$ac_cv_prog_CC
10950 if test -n "$CC"; then
10951 echo "$as_me:$LINENO: result: $CC" >&5
10952 echo "${ECHO_T}$CC" >&6
10953 else
10954 echo "$as_me:$LINENO: result: no" >&5
10955 echo "${ECHO_T}no" >&6
10956 fi
10957
10958 test -n "$CC" && break
10959 done
10960 fi
10961 if test -z "$CC"; then
10962 ac_ct_CC=$CC
10963 for ac_prog in cl
10964 do
10965 # Extract the first word of "$ac_prog", so it can be a program name with args.
10966 set dummy $ac_prog; ac_word=$2
10967 echo "$as_me:$LINENO: checking for $ac_word" >&5
10968 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10969 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10970 echo $ECHO_N "(cached) $ECHO_C" >&6
10971 else
10972 if test -n "$ac_ct_CC"; then
10973 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10974 else
10975 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10976 for as_dir in $PATH
10977 do
10978 IFS=$as_save_IFS
10979 test -z "$as_dir" && as_dir=.
10980 for ac_exec_ext in '' $ac_executable_extensions; do
10981 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10982 ac_cv_prog_ac_ct_CC="$ac_prog"
10983 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10984 break 2
10985 fi
10986 done
10987 done
10988
10989 fi
10990 fi
10991 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10992 if test -n "$ac_ct_CC"; then
10993 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10994 echo "${ECHO_T}$ac_ct_CC" >&6
10995 else
10996 echo "$as_me:$LINENO: result: no" >&5
10997 echo "${ECHO_T}no" >&6
10998 fi
10999
11000 test -n "$ac_ct_CC" && break
11001 done
11002
11003 CC=$ac_ct_CC
11004 fi
11005
11006 fi
11007
11008
11009 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
11010 See \`config.log' for more details." >&5
11011 echo "$as_me: error: no acceptable C compiler found in \$PATH
11012 See \`config.log' for more details." >&2;}
11013 { (exit 1); exit 1; }; }
11014
11015 # Provide some information about the compiler.
11016 echo "$as_me:$LINENO:" \
11017 "checking for C compiler version" >&5
11018 ac_compiler=`set X $ac_compile; echo $2`
11019 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11020 (eval $ac_compiler --version </dev/null >&5) 2>&5
11021 ac_status=$?
11022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11023 (exit $ac_status); }
11024 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11025 (eval $ac_compiler -v </dev/null >&5) 2>&5
11026 ac_status=$?
11027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11028 (exit $ac_status); }
11029 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11030 (eval $ac_compiler -V </dev/null >&5) 2>&5
11031 ac_status=$?
11032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11033 (exit $ac_status); }
11034
11035 cat >conftest.$ac_ext <<_ACEOF
11036 /* confdefs.h. */
11037 _ACEOF
11038 cat confdefs.h >>conftest.$ac_ext
11039 cat >>conftest.$ac_ext <<_ACEOF
11040 /* end confdefs.h. */
11041
11042 int
11043 main ()
11044 {
11045
11046 ;
11047 return 0;
11048 }
11049 _ACEOF
11050 ac_clean_files_save=$ac_clean_files
11051 ac_clean_files="$ac_clean_files a.out a.exe b.out"
11052 # Try to create an executable without -o first, disregard a.out.
11053 # It will help us diagnose broken compilers, and finding out an intuition
11054 # of exeext.
11055 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
11056 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
11057 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
11058 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
11059 (eval $ac_link_default) 2>&5
11060 ac_status=$?
11061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11062 (exit $ac_status); }; then
11063 # Find the output, starting from the most likely. This scheme is
11064 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
11065 # resort.
11066
11067 # Be careful to initialize this variable, since it used to be cached.
11068 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
11069 ac_cv_exeext=
11070 # b.out is created by i960 compilers.
11071 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
11072 do
11073 test -f "$ac_file" || continue
11074 case $ac_file in
11075 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
11076 ;;
11077 conftest.$ac_ext )
11078 # This is the source file.
11079 ;;
11080 [ab].out )
11081 # We found the default executable, but exeext='' is most
11082 # certainly right.
11083 break;;
11084 *.* )
11085 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
11086 # FIXME: I believe we export ac_cv_exeext for Libtool,
11087 # but it would be cool to find out if it's true. Does anybody
11088 # maintain Libtool? --akim.
11089 export ac_cv_exeext
11090 break;;
11091 * )
11092 break;;
11093 esac
11094 done
11095 else
11096 echo "$as_me: failed program was:" >&5
11097 sed 's/^/| /' conftest.$ac_ext >&5
11098
11099 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
11100 See \`config.log' for more details." >&5
11101 echo "$as_me: error: C compiler cannot create executables
11102 See \`config.log' for more details." >&2;}
11103 { (exit 77); exit 77; }; }
11104 fi
11105
11106 ac_exeext=$ac_cv_exeext
11107 echo "$as_me:$LINENO: result: $ac_file" >&5
11108 echo "${ECHO_T}$ac_file" >&6
11109
11110 # Check the compiler produces executables we can run. If not, either
11111 # the compiler is broken, or we cross compile.
11112 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
11113 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
11114 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
11115 # If not cross compiling, check that we can run a simple program.
11116 if test "$cross_compiling" != yes; then
11117 if { ac_try='./$ac_file'
11118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11119 (eval $ac_try) 2>&5
11120 ac_status=$?
11121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11122 (exit $ac_status); }; }; then
11123 cross_compiling=no
11124 else
11125 if test "$cross_compiling" = maybe; then
11126 cross_compiling=yes
11127 else
11128 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
11129 If you meant to cross compile, use \`--host'.
11130 See \`config.log' for more details." >&5
11131 echo "$as_me: error: cannot run C compiled programs.
11132 If you meant to cross compile, use \`--host'.
11133 See \`config.log' for more details." >&2;}
11134 { (exit 1); exit 1; }; }
11135 fi
11136 fi
11137 fi
11138 echo "$as_me:$LINENO: result: yes" >&5
11139 echo "${ECHO_T}yes" >&6
11140
11141 rm -f a.out a.exe conftest$ac_cv_exeext b.out
11142 ac_clean_files=$ac_clean_files_save
11143 # Check the compiler produces executables we can run. If not, either
11144 # the compiler is broken, or we cross compile.
11145 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
11146 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
11147 echo "$as_me:$LINENO: result: $cross_compiling" >&5
11148 echo "${ECHO_T}$cross_compiling" >&6
11149
11150 echo "$as_me:$LINENO: checking for suffix of executables" >&5
11151 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
11152 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11153 (eval $ac_link) 2>&5
11154 ac_status=$?
11155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11156 (exit $ac_status); }; then
11157 # If both `conftest.exe' and `conftest' are `present' (well, observable)
11158 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
11159 # work properly (i.e., refer to `conftest.exe'), while it won't with
11160 # `rm'.
11161 for ac_file in conftest.exe conftest conftest.*; do
11162 test -f "$ac_file" || continue
11163 case $ac_file in
11164 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
11165 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
11166 export ac_cv_exeext
11167 break;;
11168 * ) break;;
11169 esac
11170 done
11171 else
11172 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
11173 See \`config.log' for more details." >&5
11174 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
11175 See \`config.log' for more details." >&2;}
11176 { (exit 1); exit 1; }; }
11177 fi
11178
11179 rm -f conftest$ac_cv_exeext
11180 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
11181 echo "${ECHO_T}$ac_cv_exeext" >&6
11182
11183 rm -f conftest.$ac_ext
11184 EXEEXT=$ac_cv_exeext
11185 ac_exeext=$EXEEXT
11186 echo "$as_me:$LINENO: checking for suffix of object files" >&5
11187 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
11188 if test "${ac_cv_objext+set}" = set; then
11189 echo $ECHO_N "(cached) $ECHO_C" >&6
11190 else
11191 cat >conftest.$ac_ext <<_ACEOF
11192 /* confdefs.h. */
11193 _ACEOF
11194 cat confdefs.h >>conftest.$ac_ext
11195 cat >>conftest.$ac_ext <<_ACEOF
11196 /* end confdefs.h. */
11197
11198 int
11199 main ()
11200 {
11201
11202 ;
11203 return 0;
11204 }
11205 _ACEOF
11206 rm -f conftest.o conftest.obj
11207 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11208 (eval $ac_compile) 2>&5
11209 ac_status=$?
11210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11211 (exit $ac_status); }; then
11212 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
11213 case $ac_file in
11214 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
11215 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
11216 break;;
11217 esac
11218 done
11219 else
11220 echo "$as_me: failed program was:" >&5
11221 sed 's/^/| /' conftest.$ac_ext >&5
11222
11223 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
11224 See \`config.log' for more details." >&5
11225 echo "$as_me: error: cannot compute suffix of object files: cannot compile
11226 See \`config.log' for more details." >&2;}
11227 { (exit 1); exit 1; }; }
11228 fi
11229
11230 rm -f conftest.$ac_cv_objext conftest.$ac_ext
11231 fi
11232 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
11233 echo "${ECHO_T}$ac_cv_objext" >&6
11234 OBJEXT=$ac_cv_objext
11235 ac_objext=$OBJEXT
11236 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
11237 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
11238 if test "${ac_cv_c_compiler_gnu+set}" = set; then
11239 echo $ECHO_N "(cached) $ECHO_C" >&6
11240 else
11241 cat >conftest.$ac_ext <<_ACEOF
11242 /* confdefs.h. */
11243 _ACEOF
11244 cat confdefs.h >>conftest.$ac_ext
11245 cat >>conftest.$ac_ext <<_ACEOF
11246 /* end confdefs.h. */
11247
11248 int
11249 main ()
11250 {
11251 #ifndef __GNUC__
11252 choke me
11253 #endif
11254
11255 ;
11256 return 0;
11257 }
11258 _ACEOF
11259 rm -f conftest.$ac_objext
11260 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11261 (eval $ac_compile) 2>conftest.er1
11262 ac_status=$?
11263 grep -v '^ *+' conftest.er1 >conftest.err
11264 rm -f conftest.er1
11265 cat conftest.err >&5
11266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11267 (exit $ac_status); } &&
11268 { ac_try='test -z "$ac_c_werror_flag"
11269 || test ! -s conftest.err'
11270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11271 (eval $ac_try) 2>&5
11272 ac_status=$?
11273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11274 (exit $ac_status); }; } &&
11275 { ac_try='test -s conftest.$ac_objext'
11276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11277 (eval $ac_try) 2>&5
11278 ac_status=$?
11279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11280 (exit $ac_status); }; }; then
11281 ac_compiler_gnu=yes
11282 else
11283 echo "$as_me: failed program was:" >&5
11284 sed 's/^/| /' conftest.$ac_ext >&5
11285
11286 ac_compiler_gnu=no
11287 fi
11288 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11289 ac_cv_c_compiler_gnu=$ac_compiler_gnu
11290
11291 fi
11292 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
11293 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
11294 GCC=`test $ac_compiler_gnu = yes && echo yes`
11295 ac_test_CFLAGS=${CFLAGS+set}
11296 ac_save_CFLAGS=$CFLAGS
11297 CFLAGS="-g"
11298 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11299 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11300 if test "${ac_cv_prog_cc_g+set}" = set; then
11301 echo $ECHO_N "(cached) $ECHO_C" >&6
11302 else
11303 cat >conftest.$ac_ext <<_ACEOF
11304 /* confdefs.h. */
11305 _ACEOF
11306 cat confdefs.h >>conftest.$ac_ext
11307 cat >>conftest.$ac_ext <<_ACEOF
11308 /* end confdefs.h. */
11309
11310 int
11311 main ()
11312 {
11313
11314 ;
11315 return 0;
11316 }
11317 _ACEOF
11318 rm -f conftest.$ac_objext
11319 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11320 (eval $ac_compile) 2>conftest.er1
11321 ac_status=$?
11322 grep -v '^ *+' conftest.er1 >conftest.err
11323 rm -f conftest.er1
11324 cat conftest.err >&5
11325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11326 (exit $ac_status); } &&
11327 { ac_try='test -z "$ac_c_werror_flag"
11328 || test ! -s conftest.err'
11329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11330 (eval $ac_try) 2>&5
11331 ac_status=$?
11332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11333 (exit $ac_status); }; } &&
11334 { ac_try='test -s conftest.$ac_objext'
11335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11336 (eval $ac_try) 2>&5
11337 ac_status=$?
11338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11339 (exit $ac_status); }; }; then
11340 ac_cv_prog_cc_g=yes
11341 else
11342 echo "$as_me: failed program was:" >&5
11343 sed 's/^/| /' conftest.$ac_ext >&5
11344
11345 ac_cv_prog_cc_g=no
11346 fi
11347 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11348 fi
11349 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11350 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11351 if test "$ac_test_CFLAGS" = set; then
11352 CFLAGS=$ac_save_CFLAGS
11353 elif test $ac_cv_prog_cc_g = yes; then
11354 if test "$GCC" = yes; then
11355 CFLAGS="-g -O2"
11356 else
11357 CFLAGS="-g"
11358 fi
11359 else
11360 if test "$GCC" = yes; then
11361 CFLAGS="-O2"
11362 else
11363 CFLAGS=
11364 fi
11365 fi
11366 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
11367 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
11368 if test "${ac_cv_prog_cc_stdc+set}" = set; then
11369 echo $ECHO_N "(cached) $ECHO_C" >&6
11370 else
11371 ac_cv_prog_cc_stdc=no
11372 ac_save_CC=$CC
11373 cat >conftest.$ac_ext <<_ACEOF
11374 /* confdefs.h. */
11375 _ACEOF
11376 cat confdefs.h >>conftest.$ac_ext
11377 cat >>conftest.$ac_ext <<_ACEOF
11378 /* end confdefs.h. */
11379 #include <stdarg.h>
11380 #include <stdio.h>
11381 #include <sys/types.h>
11382 #include <sys/stat.h>
11383 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11384 struct buf { int x; };
11385 FILE * (*rcsopen) (struct buf *, struct stat *, int);
11386 static char *e (p, i)
11387 char **p;
11388 int i;
11389 {
11390 return p[i];
11391 }
11392 static char *f (char * (*g) (char **, int), char **p, ...)
11393 {
11394 char *s;
11395 va_list v;
11396 va_start (v,p);
11397 s = g (p, va_arg (v,int));
11398 va_end (v);
11399 return s;
11400 }
11401
11402 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
11403 function prototypes and stuff, but not '\xHH' hex character constants.
11404 These don't provoke an error unfortunately, instead are silently treated
11405 as 'x'. The following induces an error, until -std1 is added to get
11406 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
11407 array size at least. It's necessary to write '\x00'==0 to get something
11408 that's true only with -std1. */
11409 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11410
11411 int test (int i, double x);
11412 struct s1 {int (*f) (int a);};
11413 struct s2 {int (*f) (double a);};
11414 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11415 int argc;
11416 char **argv;
11417 int
11418 main ()
11419 {
11420 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
11421 ;
11422 return 0;
11423 }
11424 _ACEOF
11425 # Don't try gcc -ansi; that turns off useful extensions and
11426 # breaks some systems' header files.
11427 # AIX -qlanglvl=ansi
11428 # Ultrix and OSF/1 -std1
11429 # HP-UX 10.20 and later -Ae
11430 # HP-UX older versions -Aa -D_HPUX_SOURCE
11431 # SVR4 -Xc -D__EXTENSIONS__
11432 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11433 do
11434 CC="$ac_save_CC $ac_arg"
11435 rm -f conftest.$ac_objext
11436 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11437 (eval $ac_compile) 2>conftest.er1
11438 ac_status=$?
11439 grep -v '^ *+' conftest.er1 >conftest.err
11440 rm -f conftest.er1
11441 cat conftest.err >&5
11442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11443 (exit $ac_status); } &&
11444 { ac_try='test -z "$ac_c_werror_flag"
11445 || test ! -s conftest.err'
11446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11447 (eval $ac_try) 2>&5
11448 ac_status=$?
11449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11450 (exit $ac_status); }; } &&
11451 { ac_try='test -s conftest.$ac_objext'
11452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11453 (eval $ac_try) 2>&5
11454 ac_status=$?
11455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11456 (exit $ac_status); }; }; then
11457 ac_cv_prog_cc_stdc=$ac_arg
11458 break
11459 else
11460 echo "$as_me: failed program was:" >&5
11461 sed 's/^/| /' conftest.$ac_ext >&5
11462
11463 fi
11464 rm -f conftest.err conftest.$ac_objext
11465 done
11466 rm -f conftest.$ac_ext conftest.$ac_objext
11467 CC=$ac_save_CC
11468
11469 fi
11470
11471 case "x$ac_cv_prog_cc_stdc" in
11472 x|xno)
11473 echo "$as_me:$LINENO: result: none needed" >&5
11474 echo "${ECHO_T}none needed" >&6 ;;
11475 *)
11476 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
11477 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
11478 CC="$CC $ac_cv_prog_cc_stdc" ;;
11479 esac
11480
11481 # Some people use a C++ compiler to compile C. Since we use `exit',
11482 # in C++ we need to declare it. In case someone uses the same compiler
11483 # for both compiling C and C++ we need to have the C++ compiler decide
11484 # the declaration of exit, since it's the most demanding environment.
11485 cat >conftest.$ac_ext <<_ACEOF
11486 #ifndef __cplusplus
11487 choke me
11488 #endif
11489 _ACEOF
11490 rm -f conftest.$ac_objext
11491 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11492 (eval $ac_compile) 2>conftest.er1
11493 ac_status=$?
11494 grep -v '^ *+' conftest.er1 >conftest.err
11495 rm -f conftest.er1
11496 cat conftest.err >&5
11497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11498 (exit $ac_status); } &&
11499 { ac_try='test -z "$ac_c_werror_flag"
11500 || test ! -s conftest.err'
11501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11502 (eval $ac_try) 2>&5
11503 ac_status=$?
11504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11505 (exit $ac_status); }; } &&
11506 { ac_try='test -s conftest.$ac_objext'
11507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11508 (eval $ac_try) 2>&5
11509 ac_status=$?
11510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11511 (exit $ac_status); }; }; then
11512 for ac_declaration in \
11513 '' \
11514 'extern "C" void std::exit (int) throw (); using std::exit;' \
11515 'extern "C" void std::exit (int); using std::exit;' \
11516 'extern "C" void exit (int) throw ();' \
11517 'extern "C" void exit (int);' \
11518 'void exit (int);'
11519 do
11520 cat >conftest.$ac_ext <<_ACEOF
11521 /* confdefs.h. */
11522 _ACEOF
11523 cat confdefs.h >>conftest.$ac_ext
11524 cat >>conftest.$ac_ext <<_ACEOF
11525 /* end confdefs.h. */
11526 $ac_declaration
11527 #include <stdlib.h>
11528 int
11529 main ()
11530 {
11531 exit (42);
11532 ;
11533 return 0;
11534 }
11535 _ACEOF
11536 rm -f conftest.$ac_objext
11537 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11538 (eval $ac_compile) 2>conftest.er1
11539 ac_status=$?
11540 grep -v '^ *+' conftest.er1 >conftest.err
11541 rm -f conftest.er1
11542 cat conftest.err >&5
11543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11544 (exit $ac_status); } &&
11545 { ac_try='test -z "$ac_c_werror_flag"
11546 || test ! -s conftest.err'
11547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11548 (eval $ac_try) 2>&5
11549 ac_status=$?
11550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11551 (exit $ac_status); }; } &&
11552 { ac_try='test -s conftest.$ac_objext'
11553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11554 (eval $ac_try) 2>&5
11555 ac_status=$?
11556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11557 (exit $ac_status); }; }; then
11558 :
11559 else
11560 echo "$as_me: failed program was:" >&5
11561 sed 's/^/| /' conftest.$ac_ext >&5
11562
11563 continue
11564 fi
11565 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11566 cat >conftest.$ac_ext <<_ACEOF
11567 /* confdefs.h. */
11568 _ACEOF
11569 cat confdefs.h >>conftest.$ac_ext
11570 cat >>conftest.$ac_ext <<_ACEOF
11571 /* end confdefs.h. */
11572 $ac_declaration
11573 int
11574 main ()
11575 {
11576 exit (42);
11577 ;
11578 return 0;
11579 }
11580 _ACEOF
11581 rm -f conftest.$ac_objext
11582 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11583 (eval $ac_compile) 2>conftest.er1
11584 ac_status=$?
11585 grep -v '^ *+' conftest.er1 >conftest.err
11586 rm -f conftest.er1
11587 cat conftest.err >&5
11588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11589 (exit $ac_status); } &&
11590 { ac_try='test -z "$ac_c_werror_flag"
11591 || test ! -s conftest.err'
11592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11593 (eval $ac_try) 2>&5
11594 ac_status=$?
11595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11596 (exit $ac_status); }; } &&
11597 { ac_try='test -s conftest.$ac_objext'
11598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11599 (eval $ac_try) 2>&5
11600 ac_status=$?
11601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11602 (exit $ac_status); }; }; then
11603 break
11604 else
11605 echo "$as_me: failed program was:" >&5
11606 sed 's/^/| /' conftest.$ac_ext >&5
11607
11608 fi
11609 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11610 done
11611 rm -f conftest*
11612 if test -n "$ac_declaration"; then
11613 echo '#ifdef __cplusplus' >>confdefs.h
11614 echo $ac_declaration >>confdefs.h
11615 echo '#endif' >>confdefs.h
11616 fi
11617
11618 else
11619 echo "$as_me: failed program was:" >&5
11620 sed 's/^/| /' conftest.$ac_ext >&5
11621
11622 fi
11623 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11624 ac_ext=c
11625 ac_cpp='$CPP $CPPFLAGS'
11626 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11627 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11628 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11629
11630 echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
11631 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6
11632 if test "${wx_cv_c_exto+set}" = set; then
11633 echo $ECHO_N "(cached) $ECHO_C" >&6
11634 else
11635 cat >conftest.$ac_ext <<_ACEOF
11636 /* confdefs.h. */
11637 _ACEOF
11638 cat confdefs.h >>conftest.$ac_ext
11639 cat >>conftest.$ac_ext <<_ACEOF
11640 /* end confdefs.h. */
11641
11642 int
11643 main ()
11644 {
11645
11646 ;
11647 return 0;
11648 }
11649 _ACEOF
11650 rm -f conftest.$ac_objext conftest.$ac_ext.o
11651 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11652 (eval $ac_compile) 2>&5
11653 ac_status=$?
11654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11655 (exit $ac_status); }; then
11656 for ac_file in `(ls conftest.* 2>/dev/null)`; do
11657 case $ac_file in
11658 conftest.$ac_ext.o)
11659 wx_cv_c_exto="-ext o"
11660 ;;
11661 *)
11662 ;;
11663 esac
11664 done
11665 else
11666 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
11667 See \`config.log' for more details." >&5
11668 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
11669 See \`config.log' for more details." >&2;}
11670 { (exit 1); exit 1; }; }
11671
11672 fi
11673
11674 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
11675
11676 fi
11677 echo "$as_me:$LINENO: result: $wx_cv_c_exto" >&5
11678 echo "${ECHO_T}$wx_cv_c_exto" >&6
11679 if test "x$wx_cv_c_exto" '!=' "x"; then
11680 if test "c" = "c"; then
11681 CFLAGS="$wx_cv_c_exto $CFLAGS"
11682 fi
11683 if test "c" = "cxx"; then
11684 CXXFLAGS="$wx_cv_c_exto $CXXFLAGS"
11685 fi
11686 fi
11687
11688 if test "x$wx_cv_c_exto" '!=' "x"; then
11689 unset ac_cv_prog_cc_g
11690 ac_test_CFLAGS=${CFLAGS+set}
11691 ac_save_CFLAGS=$CFLAGS
11692 CFLAGS="-g"
11693 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11694 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11695 if test "${ac_cv_prog_cc_g+set}" = set; then
11696 echo $ECHO_N "(cached) $ECHO_C" >&6
11697 else
11698 cat >conftest.$ac_ext <<_ACEOF
11699 /* confdefs.h. */
11700 _ACEOF
11701 cat confdefs.h >>conftest.$ac_ext
11702 cat >>conftest.$ac_ext <<_ACEOF
11703 /* end confdefs.h. */
11704
11705 int
11706 main ()
11707 {
11708
11709 ;
11710 return 0;
11711 }
11712 _ACEOF
11713 rm -f conftest.$ac_objext
11714 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11715 (eval $ac_compile) 2>conftest.er1
11716 ac_status=$?
11717 grep -v '^ *+' conftest.er1 >conftest.err
11718 rm -f conftest.er1
11719 cat conftest.err >&5
11720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11721 (exit $ac_status); } &&
11722 { ac_try='test -z "$ac_c_werror_flag"
11723 || test ! -s conftest.err'
11724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11725 (eval $ac_try) 2>&5
11726 ac_status=$?
11727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11728 (exit $ac_status); }; } &&
11729 { ac_try='test -s conftest.$ac_objext'
11730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11731 (eval $ac_try) 2>&5
11732 ac_status=$?
11733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11734 (exit $ac_status); }; }; then
11735 ac_cv_prog_cc_g=yes
11736 else
11737 echo "$as_me: failed program was:" >&5
11738 sed 's/^/| /' conftest.$ac_ext >&5
11739
11740 ac_cv_prog_cc_g=no
11741 fi
11742 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11743 fi
11744 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11745 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11746 if test "$ac_test_CFLAGS" = set; then
11747 CFLAGS=$ac_save_CFLAGS
11748 elif test $ac_cv_prog_cc_g = yes; then
11749 if test "$GCC" = yes; then
11750 CFLAGS="-g -O2"
11751 else
11752 CFLAGS="-g"
11753 fi
11754 else
11755 if test "$GCC" = yes; then
11756 CFLAGS="-O2"
11757 else
11758 CFLAGS=
11759 fi
11760 fi
11761 fi
11762 ac_ext=c
11763 ac_cpp='$CPP $CPPFLAGS'
11764 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11765 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11766 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11767
11768 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
11769 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6
11770 if test "${bakefile_cv_c_compiler_mwerks+set}" = set; then
11771 echo $ECHO_N "(cached) $ECHO_C" >&6
11772 else
11773 cat >conftest.$ac_ext <<_ACEOF
11774 /* confdefs.h. */
11775 _ACEOF
11776 cat confdefs.h >>conftest.$ac_ext
11777 cat >>conftest.$ac_ext <<_ACEOF
11778 /* end confdefs.h. */
11779
11780 int
11781 main ()
11782 {
11783 #ifndef __MWERKS__
11784 choke me
11785 #endif
11786
11787 ;
11788 return 0;
11789 }
11790 _ACEOF
11791 rm -f conftest.$ac_objext
11792 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11793 (eval $ac_compile) 2>conftest.er1
11794 ac_status=$?
11795 grep -v '^ *+' conftest.er1 >conftest.err
11796 rm -f conftest.er1
11797 cat conftest.err >&5
11798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11799 (exit $ac_status); } &&
11800 { ac_try='test -z "$ac_c_werror_flag"
11801 || test ! -s conftest.err'
11802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11803 (eval $ac_try) 2>&5
11804 ac_status=$?
11805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11806 (exit $ac_status); }; } &&
11807 { ac_try='test -s conftest.$ac_objext'
11808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11809 (eval $ac_try) 2>&5
11810 ac_status=$?
11811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11812 (exit $ac_status); }; }; then
11813 bakefile_compiler_mwerks=yes
11814 else
11815 echo "$as_me: failed program was:" >&5
11816 sed 's/^/| /' conftest.$ac_ext >&5
11817
11818 bakefile_compiler_mwerks=no
11819 fi
11820 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11821 bakefile_cv_c_compiler_mwerks=$bakefile_compiler_mwerks
11822
11823 fi
11824 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5
11825 echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6
11826
11827 MWCC=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
11828 ac_ext=c
11829 ac_cpp='$CPP $CPPFLAGS'
11830 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11831 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11832 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11833
11834
11835 ac_ext=c
11836 ac_cpp='$CPP $CPPFLAGS'
11837 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11838 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11839 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11840
11841 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
11842 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
11843 if test "${wx_cv_c_compiler_xlc+set}" = set; then
11844 echo $ECHO_N "(cached) $ECHO_C" >&6
11845 else
11846 cat >conftest.$ac_ext <<_ACEOF
11847 /* confdefs.h. */
11848 _ACEOF
11849 cat confdefs.h >>conftest.$ac_ext
11850 cat >>conftest.$ac_ext <<_ACEOF
11851 /* end confdefs.h. */
11852
11853 int
11854 main ()
11855 {
11856 #ifndef __xlC__
11857 choke me
11858 #endif
11859
11860 ;
11861 return 0;
11862 }
11863 _ACEOF
11864 rm -f conftest.$ac_objext
11865 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11866 (eval $ac_compile) 2>conftest.er1
11867 ac_status=$?
11868 grep -v '^ *+' conftest.er1 >conftest.err
11869 rm -f conftest.er1
11870 cat conftest.err >&5
11871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11872 (exit $ac_status); } &&
11873 { ac_try='test -z "$ac_c_werror_flag"
11874 || test ! -s conftest.err'
11875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11876 (eval $ac_try) 2>&5
11877 ac_status=$?
11878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11879 (exit $ac_status); }; } &&
11880 { ac_try='test -s conftest.$ac_objext'
11881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11882 (eval $ac_try) 2>&5
11883 ac_status=$?
11884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11885 (exit $ac_status); }; }; then
11886 wx_compiler_xlc=yes
11887 else
11888 echo "$as_me: failed program was:" >&5
11889 sed 's/^/| /' conftest.$ac_ext >&5
11890
11891 wx_compiler_xlc=no
11892 fi
11893 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11894 wx_cv_c_compiler_xlc=$wx_compiler_xlc
11895
11896 fi
11897 echo "$as_me:$LINENO: result: $wx_cv_c_compiler_xlc" >&5
11898 echo "${ECHO_T}$wx_cv_c_compiler_xlc" >&6
11899
11900 XLCC=`test $wx_cv_c_compiler_xlc = yes && echo yes`
11901 ac_ext=c
11902 ac_cpp='$CPP $CPPFLAGS'
11903 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11904 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11905 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11906
11907
11908
11909
11910 ac_ext=c
11911 ac_cpp='$CPP $CPPFLAGS'
11912 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11913 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11914 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11915 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
11916 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
11917 # On Suns, sometimes $CPP names a directory.
11918 if test -n "$CPP" && test -d "$CPP"; then
11919 CPP=
11920 fi
11921 if test -z "$CPP"; then
11922 if test "${ac_cv_prog_CPP+set}" = set; then
11923 echo $ECHO_N "(cached) $ECHO_C" >&6
11924 else
11925 # Double quotes because CPP needs to be expanded
11926 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
11927 do
11928 ac_preproc_ok=false
11929 for ac_c_preproc_warn_flag in '' yes
11930 do
11931 # Use a header file that comes with gcc, so configuring glibc
11932 # with a fresh cross-compiler works.
11933 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11934 # <limits.h> exists even on freestanding compilers.
11935 # On the NeXT, cc -E runs the code through the compiler's parser,
11936 # not just through cpp. "Syntax error" is here to catch this case.
11937 cat >conftest.$ac_ext <<_ACEOF
11938 /* confdefs.h. */
11939 _ACEOF
11940 cat confdefs.h >>conftest.$ac_ext
11941 cat >>conftest.$ac_ext <<_ACEOF
11942 /* end confdefs.h. */
11943 #ifdef __STDC__
11944 # include <limits.h>
11945 #else
11946 # include <assert.h>
11947 #endif
11948 Syntax error
11949 _ACEOF
11950 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11951 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11952 ac_status=$?
11953 grep -v '^ *+' conftest.er1 >conftest.err
11954 rm -f conftest.er1
11955 cat conftest.err >&5
11956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11957 (exit $ac_status); } >/dev/null; then
11958 if test -s conftest.err; then
11959 ac_cpp_err=$ac_c_preproc_warn_flag
11960 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11961 else
11962 ac_cpp_err=
11963 fi
11964 else
11965 ac_cpp_err=yes
11966 fi
11967 if test -z "$ac_cpp_err"; then
11968 :
11969 else
11970 echo "$as_me: failed program was:" >&5
11971 sed 's/^/| /' conftest.$ac_ext >&5
11972
11973 # Broken: fails on valid input.
11974 continue
11975 fi
11976 rm -f conftest.err conftest.$ac_ext
11977
11978 # OK, works on sane cases. Now check whether non-existent headers
11979 # can be detected and how.
11980 cat >conftest.$ac_ext <<_ACEOF
11981 /* confdefs.h. */
11982 _ACEOF
11983 cat confdefs.h >>conftest.$ac_ext
11984 cat >>conftest.$ac_ext <<_ACEOF
11985 /* end confdefs.h. */
11986 #include <ac_nonexistent.h>
11987 _ACEOF
11988 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11989 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11990 ac_status=$?
11991 grep -v '^ *+' conftest.er1 >conftest.err
11992 rm -f conftest.er1
11993 cat conftest.err >&5
11994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11995 (exit $ac_status); } >/dev/null; then
11996 if test -s conftest.err; then
11997 ac_cpp_err=$ac_c_preproc_warn_flag
11998 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11999 else
12000 ac_cpp_err=
12001 fi
12002 else
12003 ac_cpp_err=yes
12004 fi
12005 if test -z "$ac_cpp_err"; then
12006 # Broken: success on invalid input.
12007 continue
12008 else
12009 echo "$as_me: failed program was:" >&5
12010 sed 's/^/| /' conftest.$ac_ext >&5
12011
12012 # Passes both tests.
12013 ac_preproc_ok=:
12014 break
12015 fi
12016 rm -f conftest.err conftest.$ac_ext
12017
12018 done
12019 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12020 rm -f conftest.err conftest.$ac_ext
12021 if $ac_preproc_ok; then
12022 break
12023 fi
12024
12025 done
12026 ac_cv_prog_CPP=$CPP
12027
12028 fi
12029 CPP=$ac_cv_prog_CPP
12030 else
12031 ac_cv_prog_CPP=$CPP
12032 fi
12033 echo "$as_me:$LINENO: result: $CPP" >&5
12034 echo "${ECHO_T}$CPP" >&6
12035 ac_preproc_ok=false
12036 for ac_c_preproc_warn_flag in '' yes
12037 do
12038 # Use a header file that comes with gcc, so configuring glibc
12039 # with a fresh cross-compiler works.
12040 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12041 # <limits.h> exists even on freestanding compilers.
12042 # On the NeXT, cc -E runs the code through the compiler's parser,
12043 # not just through cpp. "Syntax error" is here to catch this case.
12044 cat >conftest.$ac_ext <<_ACEOF
12045 /* confdefs.h. */
12046 _ACEOF
12047 cat confdefs.h >>conftest.$ac_ext
12048 cat >>conftest.$ac_ext <<_ACEOF
12049 /* end confdefs.h. */
12050 #ifdef __STDC__
12051 # include <limits.h>
12052 #else
12053 # include <assert.h>
12054 #endif
12055 Syntax error
12056 _ACEOF
12057 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12058 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12059 ac_status=$?
12060 grep -v '^ *+' conftest.er1 >conftest.err
12061 rm -f conftest.er1
12062 cat conftest.err >&5
12063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12064 (exit $ac_status); } >/dev/null; then
12065 if test -s conftest.err; then
12066 ac_cpp_err=$ac_c_preproc_warn_flag
12067 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12068 else
12069 ac_cpp_err=
12070 fi
12071 else
12072 ac_cpp_err=yes
12073 fi
12074 if test -z "$ac_cpp_err"; then
12075 :
12076 else
12077 echo "$as_me: failed program was:" >&5
12078 sed 's/^/| /' conftest.$ac_ext >&5
12079
12080 # Broken: fails on valid input.
12081 continue
12082 fi
12083 rm -f conftest.err conftest.$ac_ext
12084
12085 # OK, works on sane cases. Now check whether non-existent headers
12086 # can be detected and how.
12087 cat >conftest.$ac_ext <<_ACEOF
12088 /* confdefs.h. */
12089 _ACEOF
12090 cat confdefs.h >>conftest.$ac_ext
12091 cat >>conftest.$ac_ext <<_ACEOF
12092 /* end confdefs.h. */
12093 #include <ac_nonexistent.h>
12094 _ACEOF
12095 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12096 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12097 ac_status=$?
12098 grep -v '^ *+' conftest.er1 >conftest.err
12099 rm -f conftest.er1
12100 cat conftest.err >&5
12101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12102 (exit $ac_status); } >/dev/null; then
12103 if test -s conftest.err; then
12104 ac_cpp_err=$ac_c_preproc_warn_flag
12105 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12106 else
12107 ac_cpp_err=
12108 fi
12109 else
12110 ac_cpp_err=yes
12111 fi
12112 if test -z "$ac_cpp_err"; then
12113 # Broken: success on invalid input.
12114 continue
12115 else
12116 echo "$as_me: failed program was:" >&5
12117 sed 's/^/| /' conftest.$ac_ext >&5
12118
12119 # Passes both tests.
12120 ac_preproc_ok=:
12121 break
12122 fi
12123 rm -f conftest.err conftest.$ac_ext
12124
12125 done
12126 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12127 rm -f conftest.err conftest.$ac_ext
12128 if $ac_preproc_ok; then
12129 :
12130 else
12131 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
12132 See \`config.log' for more details." >&5
12133 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
12134 See \`config.log' for more details." >&2;}
12135 { (exit 1); exit 1; }; }
12136 fi
12137
12138 ac_ext=c
12139 ac_cpp='$CPP $CPPFLAGS'
12140 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12141 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12142 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12143
12144
12145 echo "$as_me:$LINENO: checking for egrep" >&5
12146 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
12147 if test "${ac_cv_prog_egrep+set}" = set; then
12148 echo $ECHO_N "(cached) $ECHO_C" >&6
12149 else
12150 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
12151 then ac_cv_prog_egrep='grep -E'
12152 else ac_cv_prog_egrep='egrep'
12153 fi
12154 fi
12155 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
12156 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
12157 EGREP=$ac_cv_prog_egrep
12158
12159
12160 if test $ac_cv_c_compiler_gnu = yes; then
12161 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
12162 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
12163 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
12164 echo $ECHO_N "(cached) $ECHO_C" >&6
12165 else
12166 ac_pattern="Autoconf.*'x'"
12167 cat >conftest.$ac_ext <<_ACEOF
12168 /* confdefs.h. */
12169 _ACEOF
12170 cat confdefs.h >>conftest.$ac_ext
12171 cat >>conftest.$ac_ext <<_ACEOF
12172 /* end confdefs.h. */
12173 #include <sgtty.h>
12174 Autoconf TIOCGETP
12175 _ACEOF
12176 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12177 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12178 ac_cv_prog_gcc_traditional=yes
12179 else
12180 ac_cv_prog_gcc_traditional=no
12181 fi
12182 rm -f conftest*
12183
12184
12185 if test $ac_cv_prog_gcc_traditional = no; then
12186 cat >conftest.$ac_ext <<_ACEOF
12187 /* confdefs.h. */
12188 _ACEOF
12189 cat confdefs.h >>conftest.$ac_ext
12190 cat >>conftest.$ac_ext <<_ACEOF
12191 /* end confdefs.h. */
12192 #include <termio.h>
12193 Autoconf TCGETA
12194 _ACEOF
12195 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12196 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12197 ac_cv_prog_gcc_traditional=yes
12198 fi
12199 rm -f conftest*
12200
12201 fi
12202 fi
12203 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
12204 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
12205 if test $ac_cv_prog_gcc_traditional = yes; then
12206 CC="$CC -traditional"
12207 fi
12208 fi
12209
12210
12211
12212
12213 ac_ext=cc
12214 ac_cpp='$CXXCPP $CPPFLAGS'
12215 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12216 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12217 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12218
12219
12220 CXXFLAGS=${CXXFLAGS:=}
12221
12222
12223 ac_ext=cc
12224 ac_cpp='$CXXCPP $CPPFLAGS'
12225 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12226 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12227 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12228 if test -n "$ac_tool_prefix"; then
12229 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12230 do
12231 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12232 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
12233 echo "$as_me:$LINENO: checking for $ac_word" >&5
12234 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12235 if test "${ac_cv_prog_CXX+set}" = set; then
12236 echo $ECHO_N "(cached) $ECHO_C" >&6
12237 else
12238 if test -n "$CXX"; then
12239 ac_cv_prog_CXX="$CXX" # Let the user override the test.
12240 else
12241 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12242 for as_dir in $PATH
12243 do
12244 IFS=$as_save_IFS
12245 test -z "$as_dir" && as_dir=.
12246 for ac_exec_ext in '' $ac_executable_extensions; do
12247 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12248 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
12249 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12250 break 2
12251 fi
12252 done
12253 done
12254
12255 fi
12256 fi
12257 CXX=$ac_cv_prog_CXX
12258 if test -n "$CXX"; then
12259 echo "$as_me:$LINENO: result: $CXX" >&5
12260 echo "${ECHO_T}$CXX" >&6
12261 else
12262 echo "$as_me:$LINENO: result: no" >&5
12263 echo "${ECHO_T}no" >&6
12264 fi
12265
12266 test -n "$CXX" && break
12267 done
12268 fi
12269 if test -z "$CXX"; then
12270 ac_ct_CXX=$CXX
12271 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12272 do
12273 # Extract the first word of "$ac_prog", so it can be a program name with args.
12274 set dummy $ac_prog; ac_word=$2
12275 echo "$as_me:$LINENO: checking for $ac_word" >&5
12276 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12277 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
12278 echo $ECHO_N "(cached) $ECHO_C" >&6
12279 else
12280 if test -n "$ac_ct_CXX"; then
12281 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
12282 else
12283 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12284 for as_dir in $PATH
12285 do
12286 IFS=$as_save_IFS
12287 test -z "$as_dir" && as_dir=.
12288 for ac_exec_ext in '' $ac_executable_extensions; do
12289 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12290 ac_cv_prog_ac_ct_CXX="$ac_prog"
12291 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12292 break 2
12293 fi
12294 done
12295 done
12296
12297 fi
12298 fi
12299 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
12300 if test -n "$ac_ct_CXX"; then
12301 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
12302 echo "${ECHO_T}$ac_ct_CXX" >&6
12303 else
12304 echo "$as_me:$LINENO: result: no" >&5
12305 echo "${ECHO_T}no" >&6
12306 fi
12307
12308 test -n "$ac_ct_CXX" && break
12309 done
12310 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
12311
12312 CXX=$ac_ct_CXX
12313 fi
12314
12315
12316 # Provide some information about the compiler.
12317 echo "$as_me:$LINENO:" \
12318 "checking for C++ compiler version" >&5
12319 ac_compiler=`set X $ac_compile; echo $2`
12320 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
12321 (eval $ac_compiler --version </dev/null >&5) 2>&5
12322 ac_status=$?
12323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12324 (exit $ac_status); }
12325 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
12326 (eval $ac_compiler -v </dev/null >&5) 2>&5
12327 ac_status=$?
12328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12329 (exit $ac_status); }
12330 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
12331 (eval $ac_compiler -V </dev/null >&5) 2>&5
12332 ac_status=$?
12333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12334 (exit $ac_status); }
12335
12336 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
12337 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
12338 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
12339 echo $ECHO_N "(cached) $ECHO_C" >&6
12340 else
12341 cat >conftest.$ac_ext <<_ACEOF
12342 /* confdefs.h. */
12343 _ACEOF
12344 cat confdefs.h >>conftest.$ac_ext
12345 cat >>conftest.$ac_ext <<_ACEOF
12346 /* end confdefs.h. */
12347
12348 int
12349 main ()
12350 {
12351 #ifndef __GNUC__
12352 choke me
12353 #endif
12354
12355 ;
12356 return 0;
12357 }
12358 _ACEOF
12359 rm -f conftest.$ac_objext
12360 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12361 (eval $ac_compile) 2>conftest.er1
12362 ac_status=$?
12363 grep -v '^ *+' conftest.er1 >conftest.err
12364 rm -f conftest.er1
12365 cat conftest.err >&5
12366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12367 (exit $ac_status); } &&
12368 { ac_try='test -z "$ac_cxx_werror_flag"
12369 || test ! -s conftest.err'
12370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12371 (eval $ac_try) 2>&5
12372 ac_status=$?
12373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12374 (exit $ac_status); }; } &&
12375 { ac_try='test -s conftest.$ac_objext'
12376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12377 (eval $ac_try) 2>&5
12378 ac_status=$?
12379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12380 (exit $ac_status); }; }; then
12381 ac_compiler_gnu=yes
12382 else
12383 echo "$as_me: failed program was:" >&5
12384 sed 's/^/| /' conftest.$ac_ext >&5
12385
12386 ac_compiler_gnu=no
12387 fi
12388 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12389 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
12390
12391 fi
12392 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
12393 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
12394 GXX=`test $ac_compiler_gnu = yes && echo yes`
12395 ac_test_CXXFLAGS=${CXXFLAGS+set}
12396 ac_save_CXXFLAGS=$CXXFLAGS
12397 CXXFLAGS="-g"
12398 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12399 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12400 if test "${ac_cv_prog_cxx_g+set}" = set; then
12401 echo $ECHO_N "(cached) $ECHO_C" >&6
12402 else
12403 cat >conftest.$ac_ext <<_ACEOF
12404 /* confdefs.h. */
12405 _ACEOF
12406 cat confdefs.h >>conftest.$ac_ext
12407 cat >>conftest.$ac_ext <<_ACEOF
12408 /* end confdefs.h. */
12409
12410 int
12411 main ()
12412 {
12413
12414 ;
12415 return 0;
12416 }
12417 _ACEOF
12418 rm -f conftest.$ac_objext
12419 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12420 (eval $ac_compile) 2>conftest.er1
12421 ac_status=$?
12422 grep -v '^ *+' conftest.er1 >conftest.err
12423 rm -f conftest.er1
12424 cat conftest.err >&5
12425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12426 (exit $ac_status); } &&
12427 { ac_try='test -z "$ac_cxx_werror_flag"
12428 || test ! -s conftest.err'
12429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12430 (eval $ac_try) 2>&5
12431 ac_status=$?
12432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12433 (exit $ac_status); }; } &&
12434 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
12440 ac_cv_prog_cxx_g=yes
12441 else
12442 echo "$as_me: failed program was:" >&5
12443 sed 's/^/| /' conftest.$ac_ext >&5
12444
12445 ac_cv_prog_cxx_g=no
12446 fi
12447 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12448 fi
12449 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12450 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12451 if test "$ac_test_CXXFLAGS" = set; then
12452 CXXFLAGS=$ac_save_CXXFLAGS
12453 elif test $ac_cv_prog_cxx_g = yes; then
12454 if test "$GXX" = yes; then
12455 CXXFLAGS="-g -O2"
12456 else
12457 CXXFLAGS="-g"
12458 fi
12459 else
12460 if test "$GXX" = yes; then
12461 CXXFLAGS="-O2"
12462 else
12463 CXXFLAGS=
12464 fi
12465 fi
12466 for ac_declaration in \
12467 '' \
12468 'extern "C" void std::exit (int) throw (); using std::exit;' \
12469 'extern "C" void std::exit (int); using std::exit;' \
12470 'extern "C" void exit (int) throw ();' \
12471 'extern "C" void exit (int);' \
12472 'void exit (int);'
12473 do
12474 cat >conftest.$ac_ext <<_ACEOF
12475 /* confdefs.h. */
12476 _ACEOF
12477 cat confdefs.h >>conftest.$ac_ext
12478 cat >>conftest.$ac_ext <<_ACEOF
12479 /* end confdefs.h. */
12480 $ac_declaration
12481 #include <stdlib.h>
12482 int
12483 main ()
12484 {
12485 exit (42);
12486 ;
12487 return 0;
12488 }
12489 _ACEOF
12490 rm -f conftest.$ac_objext
12491 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12492 (eval $ac_compile) 2>conftest.er1
12493 ac_status=$?
12494 grep -v '^ *+' conftest.er1 >conftest.err
12495 rm -f conftest.er1
12496 cat conftest.err >&5
12497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12498 (exit $ac_status); } &&
12499 { ac_try='test -z "$ac_cxx_werror_flag"
12500 || test ! -s conftest.err'
12501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12502 (eval $ac_try) 2>&5
12503 ac_status=$?
12504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12505 (exit $ac_status); }; } &&
12506 { ac_try='test -s conftest.$ac_objext'
12507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12508 (eval $ac_try) 2>&5
12509 ac_status=$?
12510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12511 (exit $ac_status); }; }; then
12512 :
12513 else
12514 echo "$as_me: failed program was:" >&5
12515 sed 's/^/| /' conftest.$ac_ext >&5
12516
12517 continue
12518 fi
12519 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12520 cat >conftest.$ac_ext <<_ACEOF
12521 /* confdefs.h. */
12522 _ACEOF
12523 cat confdefs.h >>conftest.$ac_ext
12524 cat >>conftest.$ac_ext <<_ACEOF
12525 /* end confdefs.h. */
12526 $ac_declaration
12527 int
12528 main ()
12529 {
12530 exit (42);
12531 ;
12532 return 0;
12533 }
12534 _ACEOF
12535 rm -f conftest.$ac_objext
12536 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12537 (eval $ac_compile) 2>conftest.er1
12538 ac_status=$?
12539 grep -v '^ *+' conftest.er1 >conftest.err
12540 rm -f conftest.er1
12541 cat conftest.err >&5
12542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12543 (exit $ac_status); } &&
12544 { ac_try='test -z "$ac_cxx_werror_flag"
12545 || test ! -s conftest.err'
12546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12547 (eval $ac_try) 2>&5
12548 ac_status=$?
12549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12550 (exit $ac_status); }; } &&
12551 { ac_try='test -s conftest.$ac_objext'
12552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12553 (eval $ac_try) 2>&5
12554 ac_status=$?
12555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12556 (exit $ac_status); }; }; then
12557 break
12558 else
12559 echo "$as_me: failed program was:" >&5
12560 sed 's/^/| /' conftest.$ac_ext >&5
12561
12562 fi
12563 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12564 done
12565 rm -f conftest*
12566 if test -n "$ac_declaration"; then
12567 echo '#ifdef __cplusplus' >>confdefs.h
12568 echo $ac_declaration >>confdefs.h
12569 echo '#endif' >>confdefs.h
12570 fi
12571
12572 ac_ext=cc
12573 ac_cpp='$CXXCPP $CPPFLAGS'
12574 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12575 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12576 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12577
12578 echo "$as_me:$LINENO: checking if the C++ compiler requires -ext o" >&5
12579 echo $ECHO_N "checking if the C++ compiler requires -ext o... $ECHO_C" >&6
12580 if test "${wx_cv_cxx_exto+set}" = set; then
12581 echo $ECHO_N "(cached) $ECHO_C" >&6
12582 else
12583 cat >conftest.$ac_ext <<_ACEOF
12584 /* confdefs.h. */
12585 _ACEOF
12586 cat confdefs.h >>conftest.$ac_ext
12587 cat >>conftest.$ac_ext <<_ACEOF
12588 /* end confdefs.h. */
12589
12590 int
12591 main ()
12592 {
12593
12594 ;
12595 return 0;
12596 }
12597 _ACEOF
12598 rm -f conftest.$ac_objext conftest.$ac_ext.o
12599 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12600 (eval $ac_compile) 2>&5
12601 ac_status=$?
12602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12603 (exit $ac_status); }; then
12604 for ac_file in `(ls conftest.* 2>/dev/null)`; do
12605 case $ac_file in
12606 conftest.$ac_ext.o)
12607 wx_cv_cxx_exto="-ext o"
12608 ;;
12609 *)
12610 ;;
12611 esac
12612 done
12613 else
12614 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
12615 See \`config.log' for more details." >&5
12616 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
12617 See \`config.log' for more details." >&2;}
12618 { (exit 1); exit 1; }; }
12619
12620 fi
12621
12622 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
12623
12624 fi
12625 echo "$as_me:$LINENO: result: $wx_cv_cxx_exto" >&5
12626 echo "${ECHO_T}$wx_cv_cxx_exto" >&6
12627 if test "x$wx_cv_cxx_exto" '!=' "x"; then
12628 if test "cxx" = "c"; then
12629 CFLAGS="$wx_cv_cxx_exto $CFLAGS"
12630 fi
12631 if test "cxx" = "cxx"; then
12632 CXXFLAGS="$wx_cv_cxx_exto $CXXFLAGS"
12633 fi
12634 fi
12635
12636 if test "x$wx_cv_cxx_exto" '!=' "x"; then
12637 unset ac_cv_prog_cxx_g
12638 ac_test_CXXFLAGS=${CXXFLAGS+set}
12639 ac_save_CXXFLAGS=$CXXFLAGS
12640 CXXFLAGS="-g"
12641 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12642 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12643 if test "${ac_cv_prog_cxx_g+set}" = set; then
12644 echo $ECHO_N "(cached) $ECHO_C" >&6
12645 else
12646 cat >conftest.$ac_ext <<_ACEOF
12647 /* confdefs.h. */
12648 _ACEOF
12649 cat confdefs.h >>conftest.$ac_ext
12650 cat >>conftest.$ac_ext <<_ACEOF
12651 /* end confdefs.h. */
12652
12653 int
12654 main ()
12655 {
12656
12657 ;
12658 return 0;
12659 }
12660 _ACEOF
12661 rm -f conftest.$ac_objext
12662 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12663 (eval $ac_compile) 2>conftest.er1
12664 ac_status=$?
12665 grep -v '^ *+' conftest.er1 >conftest.err
12666 rm -f conftest.er1
12667 cat conftest.err >&5
12668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12669 (exit $ac_status); } &&
12670 { ac_try='test -z "$ac_cxx_werror_flag"
12671 || test ! -s conftest.err'
12672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12673 (eval $ac_try) 2>&5
12674 ac_status=$?
12675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12676 (exit $ac_status); }; } &&
12677 { ac_try='test -s conftest.$ac_objext'
12678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12679 (eval $ac_try) 2>&5
12680 ac_status=$?
12681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12682 (exit $ac_status); }; }; then
12683 ac_cv_prog_cxx_g=yes
12684 else
12685 echo "$as_me: failed program was:" >&5
12686 sed 's/^/| /' conftest.$ac_ext >&5
12687
12688 ac_cv_prog_cxx_g=no
12689 fi
12690 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12691 fi
12692 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12693 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12694 if test "$ac_test_CXXFLAGS" = set; then
12695 CXXFLAGS=$ac_save_CXXFLAGS
12696 elif test $ac_cv_prog_cxx_g = yes; then
12697 if test "$GXX" = yes; then
12698 CXXFLAGS="-g -O2"
12699 else
12700 CXXFLAGS="-g"
12701 fi
12702 else
12703 if test "$GXX" = yes; then
12704 CXXFLAGS="-O2"
12705 else
12706 CXXFLAGS=
12707 fi
12708 fi
12709 fi
12710 ac_ext=cc
12711 ac_cpp='$CXXCPP $CPPFLAGS'
12712 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12713 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12714 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12715
12716 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
12717 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6
12718 if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then
12719 echo $ECHO_N "(cached) $ECHO_C" >&6
12720 else
12721 cat >conftest.$ac_ext <<_ACEOF
12722 /* confdefs.h. */
12723 _ACEOF
12724 cat confdefs.h >>conftest.$ac_ext
12725 cat >>conftest.$ac_ext <<_ACEOF
12726 /* end confdefs.h. */
12727
12728 int
12729 main ()
12730 {
12731 #ifndef __MWERKS__
12732 choke me
12733 #endif
12734
12735 ;
12736 return 0;
12737 }
12738 _ACEOF
12739 rm -f conftest.$ac_objext
12740 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12741 (eval $ac_compile) 2>conftest.er1
12742 ac_status=$?
12743 grep -v '^ *+' conftest.er1 >conftest.err
12744 rm -f conftest.er1
12745 cat conftest.err >&5
12746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12747 (exit $ac_status); } &&
12748 { ac_try='test -z "$ac_cxx_werror_flag"
12749 || test ! -s conftest.err'
12750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12751 (eval $ac_try) 2>&5
12752 ac_status=$?
12753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12754 (exit $ac_status); }; } &&
12755 { ac_try='test -s conftest.$ac_objext'
12756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12757 (eval $ac_try) 2>&5
12758 ac_status=$?
12759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12760 (exit $ac_status); }; }; then
12761 bakefile_compiler_mwerks=yes
12762 else
12763 echo "$as_me: failed program was:" >&5
12764 sed 's/^/| /' conftest.$ac_ext >&5
12765
12766 bakefile_compiler_mwerks=no
12767 fi
12768 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12769 bakefile_cv_cxx_compiler_mwerks=$bakefile_compiler_mwerks
12770
12771 fi
12772 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5
12773 echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6
12774
12775 MWCXX=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
12776 ac_ext=cc
12777 ac_cpp='$CXXCPP $CPPFLAGS'
12778 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12779 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12780 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12781
12782
12783 ac_ext=cc
12784 ac_cpp='$CXXCPP $CPPFLAGS'
12785 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12786 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12787 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12788
12789 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
12790 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
12791 if test "${wx_cv_cxx_compiler_xlc+set}" = set; then
12792 echo $ECHO_N "(cached) $ECHO_C" >&6
12793 else
12794 cat >conftest.$ac_ext <<_ACEOF
12795 /* confdefs.h. */
12796 _ACEOF
12797 cat confdefs.h >>conftest.$ac_ext
12798 cat >>conftest.$ac_ext <<_ACEOF
12799 /* end confdefs.h. */
12800
12801 int
12802 main ()
12803 {
12804 #ifndef __xlC__
12805 choke me
12806 #endif
12807
12808 ;
12809 return 0;
12810 }
12811 _ACEOF
12812 rm -f conftest.$ac_objext
12813 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12814 (eval $ac_compile) 2>conftest.er1
12815 ac_status=$?
12816 grep -v '^ *+' conftest.er1 >conftest.err
12817 rm -f conftest.er1
12818 cat conftest.err >&5
12819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12820 (exit $ac_status); } &&
12821 { ac_try='test -z "$ac_cxx_werror_flag"
12822 || test ! -s conftest.err'
12823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12824 (eval $ac_try) 2>&5
12825 ac_status=$?
12826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12827 (exit $ac_status); }; } &&
12828 { ac_try='test -s conftest.$ac_objext'
12829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12830 (eval $ac_try) 2>&5
12831 ac_status=$?
12832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12833 (exit $ac_status); }; }; then
12834 wx_compiler_xlc=yes
12835 else
12836 echo "$as_me: failed program was:" >&5
12837 sed 's/^/| /' conftest.$ac_ext >&5
12838
12839 wx_compiler_xlc=no
12840 fi
12841 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12842 wx_cv_cxx_compiler_xlc=$wx_compiler_xlc
12843
12844 fi
12845 echo "$as_me:$LINENO: result: $wx_cv_cxx_compiler_xlc" >&5
12846 echo "${ECHO_T}$wx_cv_cxx_compiler_xlc" >&6
12847
12848 XLCXX=`test $wx_cv_cxx_compiler_xlc = yes && echo yes`
12849 ac_ext=cc
12850 ac_cpp='$CXXCPP $CPPFLAGS'
12851 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12852 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12853 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12854
12855
12856
12857
12858 ac_ext=c
12859 ac_cpp='$CPP $CPPFLAGS'
12860 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12861 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12862 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12863
12864
12865 if test -n "$ac_tool_prefix"; then
12866 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12867 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
12868 echo "$as_me:$LINENO: checking for $ac_word" >&5
12869 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12870 if test "${ac_cv_prog_RANLIB+set}" = set; then
12871 echo $ECHO_N "(cached) $ECHO_C" >&6
12872 else
12873 if test -n "$RANLIB"; then
12874 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12875 else
12876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12877 for as_dir in $PATH
12878 do
12879 IFS=$as_save_IFS
12880 test -z "$as_dir" && as_dir=.
12881 for ac_exec_ext in '' $ac_executable_extensions; do
12882 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12883 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
12884 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12885 break 2
12886 fi
12887 done
12888 done
12889
12890 fi
12891 fi
12892 RANLIB=$ac_cv_prog_RANLIB
12893 if test -n "$RANLIB"; then
12894 echo "$as_me:$LINENO: result: $RANLIB" >&5
12895 echo "${ECHO_T}$RANLIB" >&6
12896 else
12897 echo "$as_me:$LINENO: result: no" >&5
12898 echo "${ECHO_T}no" >&6
12899 fi
12900
12901 fi
12902 if test -z "$ac_cv_prog_RANLIB"; then
12903 ac_ct_RANLIB=$RANLIB
12904 # Extract the first word of "ranlib", so it can be a program name with args.
12905 set dummy ranlib; ac_word=$2
12906 echo "$as_me:$LINENO: checking for $ac_word" >&5
12907 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12908 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
12909 echo $ECHO_N "(cached) $ECHO_C" >&6
12910 else
12911 if test -n "$ac_ct_RANLIB"; then
12912 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12913 else
12914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12915 for as_dir in $PATH
12916 do
12917 IFS=$as_save_IFS
12918 test -z "$as_dir" && as_dir=.
12919 for ac_exec_ext in '' $ac_executable_extensions; do
12920 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12921 ac_cv_prog_ac_ct_RANLIB="ranlib"
12922 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12923 break 2
12924 fi
12925 done
12926 done
12927
12928 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
12929 fi
12930 fi
12931 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12932 if test -n "$ac_ct_RANLIB"; then
12933 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
12934 echo "${ECHO_T}$ac_ct_RANLIB" >&6
12935 else
12936 echo "$as_me:$LINENO: result: no" >&5
12937 echo "${ECHO_T}no" >&6
12938 fi
12939
12940 RANLIB=$ac_ct_RANLIB
12941 else
12942 RANLIB="$ac_cv_prog_RANLIB"
12943 fi
12944
12945
12946 # Extract the first word of "ar", so it can be a program name with args.
12947 set dummy ar; ac_word=$2
12948 echo "$as_me:$LINENO: checking for $ac_word" >&5
12949 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12950 if test "${ac_cv_prog_AR+set}" = set; then
12951 echo $ECHO_N "(cached) $ECHO_C" >&6
12952 else
12953 if test -n "$AR"; then
12954 ac_cv_prog_AR="$AR" # Let the user override the test.
12955 else
12956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12957 for as_dir in $PATH
12958 do
12959 IFS=$as_save_IFS
12960 test -z "$as_dir" && as_dir=.
12961 for ac_exec_ext in '' $ac_executable_extensions; do
12962 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12963 ac_cv_prog_AR="ar"
12964 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12965 break 2
12966 fi
12967 done
12968 done
12969
12970 fi
12971 fi
12972 AR=$ac_cv_prog_AR
12973 if test -n "$AR"; then
12974 echo "$as_me:$LINENO: result: $AR" >&5
12975 echo "${ECHO_T}$AR" >&6
12976 else
12977 echo "$as_me:$LINENO: result: no" >&5
12978 echo "${ECHO_T}no" >&6
12979 fi
12980
12981 if test "x$AR" = "x" ; then
12982 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
12983 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
12984 { (exit 1); exit 1; }; }
12985 fi
12986
12987 # Find a good install program. We prefer a C program (faster),
12988 # so one script is as good as another. But avoid the broken or
12989 # incompatible versions:
12990 # SysV /etc/install, /usr/sbin/install
12991 # SunOS /usr/etc/install
12992 # IRIX /sbin/install
12993 # AIX /bin/install
12994 # AmigaOS /C/install, which installs bootblocks on floppy discs
12995 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
12996 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
12997 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
12998 # OS/2's system install, which has a completely different semantic
12999 # ./install, which can be erroneously created by make from ./install.sh.
13000 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
13001 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
13002 if test -z "$INSTALL"; then
13003 if test "${ac_cv_path_install+set}" = set; then
13004 echo $ECHO_N "(cached) $ECHO_C" >&6
13005 else
13006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13007 for as_dir in $PATH
13008 do
13009 IFS=$as_save_IFS
13010 test -z "$as_dir" && as_dir=.
13011 # Account for people who put trailing slashes in PATH elements.
13012 case $as_dir/ in
13013 ./ | .// | /cC/* | \
13014 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
13015 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
13016 /usr/ucb/* ) ;;
13017 *)
13018 # OSF1 and SCO ODT 3.0 have their own names for install.
13019 # Don't use installbsd from OSF since it installs stuff as root
13020 # by default.
13021 for ac_prog in ginstall scoinst install; do
13022 for ac_exec_ext in '' $ac_executable_extensions; do
13023 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
13024 if test $ac_prog = install &&
13025 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
13026 # AIX install. It has an incompatible calling convention.
13027 :
13028 elif test $ac_prog = install &&
13029 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
13030 # program-specific install script used by HP pwplus--don't use.
13031 :
13032 else
13033 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
13034 break 3
13035 fi
13036 fi
13037 done
13038 done
13039 ;;
13040 esac
13041 done
13042
13043
13044 fi
13045 if test "${ac_cv_path_install+set}" = set; then
13046 INSTALL=$ac_cv_path_install
13047 else
13048 # As a last resort, use the slow shell script. We don't cache a
13049 # path for INSTALL within a source directory, because that will
13050 # break other packages using the cache if that directory is
13051 # removed, or if the path is relative.
13052 INSTALL=$ac_install_sh
13053 fi
13054 fi
13055 echo "$as_me:$LINENO: result: $INSTALL" >&5
13056 echo "${ECHO_T}$INSTALL" >&6
13057
13058 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
13059 # It thinks the first close brace ends the variable substitution.
13060 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
13061
13062 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
13063
13064 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
13065
13066
13067 case ${INSTALL} in
13068 /* ) # Absolute
13069 ;;
13070 ?:* ) # Drive letter, considered as absolute.
13071 ;;
13072 *)
13073 INSTALL=`pwd`/${INSTALL} ;;
13074 esac
13075
13076
13077 case "${host}" in
13078
13079 powerpc-*-darwin* )
13080 INSTALL_PROGRAM="cp -fp"
13081 INSTALL_DATA="cp -fp"
13082 ;;
13083 *)
13084 ;;
13085 esac
13086
13087 # Extract the first word of "strip", so it can be a program name with args.
13088 set dummy strip; ac_word=$2
13089 echo "$as_me:$LINENO: checking for $ac_word" >&5
13090 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13091 if test "${ac_cv_prog_STRIP+set}" = set; then
13092 echo $ECHO_N "(cached) $ECHO_C" >&6
13093 else
13094 if test -n "$STRIP"; then
13095 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
13096 else
13097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13098 for as_dir in $PATH
13099 do
13100 IFS=$as_save_IFS
13101 test -z "$as_dir" && as_dir=.
13102 for ac_exec_ext in '' $ac_executable_extensions; do
13103 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13104 ac_cv_prog_STRIP="strip"
13105 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13106 break 2
13107 fi
13108 done
13109 done
13110
13111 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
13112 fi
13113 fi
13114 STRIP=$ac_cv_prog_STRIP
13115 if test -n "$STRIP"; then
13116 echo "$as_me:$LINENO: result: $STRIP" >&5
13117 echo "${ECHO_T}$STRIP" >&6
13118 else
13119 echo "$as_me:$LINENO: result: no" >&5
13120 echo "${ECHO_T}no" >&6
13121 fi
13122
13123
13124 echo "$as_me:$LINENO: checking if make is GNU make" >&5
13125 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
13126 if test "${wx_cv_prog_makeisgnu+set}" = set; then
13127 echo $ECHO_N "(cached) $ECHO_C" >&6
13128 else
13129
13130 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
13131 egrep -s GNU > /dev/null); then
13132 wx_cv_prog_makeisgnu="yes"
13133 else
13134 wx_cv_prog_makeisgnu="no"
13135 fi
13136
13137 fi
13138 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
13139 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
13140
13141 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
13142 IF_GNU_MAKE=""
13143 else
13144 IF_GNU_MAKE="#"
13145 fi
13146
13147
13148
13149 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
13150 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
13151 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
13152 if test "${wx_cv_prog_makevpath+set}" = set; then
13153 echo $ECHO_N "(cached) $ECHO_C" >&6
13154 else
13155
13156 cat - << EOF > confMake
13157 check : file
13158 cp \$? \$@
13159 cp \$? final_file
13160 EOF
13161
13162 if test ! -d sub ; then
13163 mkdir sub
13164 fi
13165 echo dummy > sub/file
13166 ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
13167 RESULT=$?
13168 rm -f sub/file check final_file confMake
13169 rmdir sub
13170 if test "$RESULT" = 0; then
13171 wx_cv_prog_makevpath="yes"
13172 else
13173 wx_cv_prog_makevpath="no"
13174 fi
13175
13176 fi
13177 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
13178 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
13179
13180 if test "x$wx_cv_prog_makevpath" != "xyes"; then
13181 { { echo "$as_me:$LINENO: error:
13182 You need a make-utility that is able to use the variable
13183 VPATH correctly.
13184 If your version of make does not support VPATH correctly,
13185 please install GNU-make (possibly as gmake), and start
13186 configure with the following command:
13187 export MAKE=gmake; ./configure for sh-type shells
13188 setenv MAKE gmake; ./configure for csh-type shells
13189 Also please do remember to use gmake in this case every time
13190 you are trying to compile.
13191 " >&5
13192 echo "$as_me: error:
13193 You need a make-utility that is able to use the variable
13194 VPATH correctly.
13195 If your version of make does not support VPATH correctly,
13196 please install GNU-make (possibly as gmake), and start
13197 configure with the following command:
13198 export MAKE=gmake; ./configure for sh-type shells
13199 setenv MAKE gmake; ./configure for csh-type shells
13200 Also please do remember to use gmake in this case every time
13201 you are trying to compile.
13202 " >&2;}
13203 { (exit 1); exit 1; }; }
13204 fi fi
13205 echo "$as_me:$LINENO: checking whether ln -s works" >&5
13206 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
13207 LN_S=$as_ln_s
13208 if test "$LN_S" = "ln -s"; then
13209 echo "$as_me:$LINENO: result: yes" >&5
13210 echo "${ECHO_T}yes" >&6
13211 else
13212 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
13213 echo "${ECHO_T}no, using $LN_S" >&6
13214 fi
13215
13216
13217
13218 if test "x$XLCXX" = "xyes"; then
13219 CXXFLAGS="$CXXFLAGS -qunique"
13220 fi
13221
13222
13223 case "${host}" in
13224 powerpc-*-darwin* )
13225 echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
13226 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6
13227 cat >conftest.$ac_ext <<_ACEOF
13228 /* confdefs.h. */
13229 _ACEOF
13230 cat confdefs.h >>conftest.$ac_ext
13231 cat >>conftest.$ac_ext <<_ACEOF
13232 /* end confdefs.h. */
13233
13234 int
13235 main ()
13236 {
13237 #ifndef __POWERPC__
13238 choke me for lack of PowerPC
13239 #endif
13240
13241 ;
13242 return 0;
13243 }
13244 _ACEOF
13245 rm -f conftest.$ac_objext
13246 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13247 (eval $ac_compile) 2>conftest.er1
13248 ac_status=$?
13249 grep -v '^ *+' conftest.er1 >conftest.err
13250 rm -f conftest.er1
13251 cat conftest.err >&5
13252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13253 (exit $ac_status); } &&
13254 { ac_try='test -z "$ac_c_werror_flag"
13255 || test ! -s conftest.err'
13256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13257 (eval $ac_try) 2>&5
13258 ac_status=$?
13259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13260 (exit $ac_status); }; } &&
13261 { ac_try='test -s conftest.$ac_objext'
13262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13263 (eval $ac_try) 2>&5
13264 ac_status=$?
13265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13266 (exit $ac_status); }; }; then
13267 echo "$as_me:$LINENO: result: yes" >&5
13268 echo "${ECHO_T}yes" >&6
13269 else
13270 echo "$as_me: failed program was:" >&5
13271 sed 's/^/| /' conftest.$ac_ext >&5
13272
13273 echo "$as_me:$LINENO: result: no" >&5
13274 echo "${ECHO_T}no" >&6
13275 cat >>confdefs.h <<\_ACEOF
13276 #define __POWERPC__ 1
13277 _ACEOF
13278
13279
13280 fi
13281 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13282 echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
13283 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6
13284 cat >conftest.$ac_ext <<_ACEOF
13285 /* confdefs.h. */
13286 _ACEOF
13287 cat confdefs.h >>conftest.$ac_ext
13288 cat >>conftest.$ac_ext <<_ACEOF
13289 /* end confdefs.h. */
13290 #include <CoreFoundation/CFBase.h>
13291
13292 int
13293 main ()
13294 {
13295
13296 ;
13297 return 0;
13298 }
13299 _ACEOF
13300 rm -f conftest.$ac_objext
13301 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13302 (eval $ac_compile) 2>conftest.er1
13303 ac_status=$?
13304 grep -v '^ *+' conftest.er1 >conftest.err
13305 rm -f conftest.er1
13306 cat conftest.err >&5
13307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13308 (exit $ac_status); } &&
13309 { ac_try='test -z "$ac_c_werror_flag"
13310 || test ! -s conftest.err'
13311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13312 (eval $ac_try) 2>&5
13313 ac_status=$?
13314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13315 (exit $ac_status); }; } &&
13316 { ac_try='test -s conftest.$ac_objext'
13317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13318 (eval $ac_try) 2>&5
13319 ac_status=$?
13320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13321 (exit $ac_status); }; }; then
13322 echo "$as_me:$LINENO: result: yes" >&5
13323 echo "${ECHO_T}yes" >&6
13324 else
13325 echo "$as_me: failed program was:" >&5
13326 sed 's/^/| /' conftest.$ac_ext >&5
13327
13328 echo "$as_me:$LINENO: result: no" >&5
13329 echo "${ECHO_T}no" >&6
13330 echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
13331 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6
13332 cat >conftest.$ac_ext <<_ACEOF
13333 /* confdefs.h. */
13334 _ACEOF
13335 cat confdefs.h >>conftest.$ac_ext
13336 cat >>conftest.$ac_ext <<_ACEOF
13337 /* end confdefs.h. */
13338 #define __CF_USE_FRAMEWORK_INCLUDES__
13339 #include <CoreFoundation/CFBase.h>
13340
13341 int
13342 main ()
13343 {
13344
13345 ;
13346 return 0;
13347 }
13348 _ACEOF
13349 rm -f conftest.$ac_objext
13350 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13351 (eval $ac_compile) 2>conftest.er1
13352 ac_status=$?
13353 grep -v '^ *+' conftest.er1 >conftest.err
13354 rm -f conftest.er1
13355 cat conftest.err >&5
13356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13357 (exit $ac_status); } &&
13358 { ac_try='test -z "$ac_c_werror_flag"
13359 || test ! -s conftest.err'
13360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13361 (eval $ac_try) 2>&5
13362 ac_status=$?
13363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13364 (exit $ac_status); }; } &&
13365 { ac_try='test -s conftest.$ac_objext'
13366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13367 (eval $ac_try) 2>&5
13368 ac_status=$?
13369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13370 (exit $ac_status); }; }; then
13371 echo "$as_me:$LINENO: result: yes" >&5
13372 echo "${ECHO_T}yes" >&6
13373 CPPFLAGS="$CPPFLAGS -D__CF_USE_FRAMEWORK_INCLUDES__"
13374 else
13375 echo "$as_me: failed program was:" >&5
13376 sed 's/^/| /' conftest.$ac_ext >&5
13377
13378 { { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
13379 See \`config.log' for more details." >&5
13380 echo "$as_me: error: no. CoreFoundation not available.
13381 See \`config.log' for more details." >&2;}
13382 { (exit 1); exit 1; }; }
13383
13384 fi
13385 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13386
13387
13388 fi
13389 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13390 ;;
13391 esac
13392
13393 case "${host}" in
13394 *-pc-os2_emx | *-pc-os2-emx )
13395 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
13396 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
13397 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
13398 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
13399 echo $ECHO_N "(cached) $ECHO_C" >&6
13400 else
13401 ac_check_lib_save_LIBS=$LIBS
13402 LIBS="-lcExt $LIBS"
13403 cat >conftest.$ac_ext <<_ACEOF
13404 /* confdefs.h. */
13405 _ACEOF
13406 cat confdefs.h >>conftest.$ac_ext
13407 cat >>conftest.$ac_ext <<_ACEOF
13408 /* end confdefs.h. */
13409
13410 /* Override any gcc2 internal prototype to avoid an error. */
13411 #ifdef __cplusplus
13412 extern "C"
13413 #endif
13414 /* We use char because int might match the return type of a gcc2
13415 builtin and then its argument prototype would still apply. */
13416 char drand48 ();
13417 int
13418 main ()
13419 {
13420 drand48 ();
13421 ;
13422 return 0;
13423 }
13424 _ACEOF
13425 rm -f conftest.$ac_objext conftest$ac_exeext
13426 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13427 (eval $ac_link) 2>conftest.er1
13428 ac_status=$?
13429 grep -v '^ *+' conftest.er1 >conftest.err
13430 rm -f conftest.er1
13431 cat conftest.err >&5
13432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13433 (exit $ac_status); } &&
13434 { ac_try='test -z "$ac_c_werror_flag"
13435 || test ! -s conftest.err'
13436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13437 (eval $ac_try) 2>&5
13438 ac_status=$?
13439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13440 (exit $ac_status); }; } &&
13441 { ac_try='test -s conftest$ac_exeext'
13442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13443 (eval $ac_try) 2>&5
13444 ac_status=$?
13445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13446 (exit $ac_status); }; }; then
13447 ac_cv_lib_cExt_drand48=yes
13448 else
13449 echo "$as_me: failed program was:" >&5
13450 sed 's/^/| /' conftest.$ac_ext >&5
13451
13452 ac_cv_lib_cExt_drand48=no
13453 fi
13454 rm -f conftest.err conftest.$ac_objext \
13455 conftest$ac_exeext conftest.$ac_ext
13456 LIBS=$ac_check_lib_save_LIBS
13457 fi
13458 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
13459 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
13460 if test $ac_cv_lib_cExt_drand48 = yes; then
13461 LIBS="$LIBS -lcExt"
13462 fi
13463
13464 else
13465 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
13466 fi
13467 echo "$as_me:$LINENO: checking for gcc/libc version" >&5
13468 echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6
13469 if test "${wx_cv_gccversion+set}" = set; then
13470 echo $ECHO_N "(cached) $ECHO_C" >&6
13471 else
13472
13473 if test "$cross_compiling" = yes; then
13474 wx_cv_gccversion="EMX2"
13475
13476 else
13477 cat >conftest.$ac_ext <<_ACEOF
13478 /* confdefs.h. */
13479 _ACEOF
13480 cat confdefs.h >>conftest.$ac_ext
13481 cat >>conftest.$ac_ext <<_ACEOF
13482 /* end confdefs.h. */
13483
13484 #include <stdio.h>
13485
13486 int main()
13487 {
13488 FILE *f=fopen("conftestval", "w");
13489 if (!f) exit(1);
13490 fprintf(f,
13491 #if (__GNUC__ < 3)
13492 "EMX2"
13493 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
13494 "EMX3"
13495 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
13496 "Innotek5"
13497 #else
13498 "Innotek6"
13499 #endif
13500 );
13501 exit(0);
13502 }
13503
13504 _ACEOF
13505 rm -f conftest$ac_exeext
13506 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13507 (eval $ac_link) 2>&5
13508 ac_status=$?
13509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13510 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13512 (eval $ac_try) 2>&5
13513 ac_status=$?
13514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13515 (exit $ac_status); }; }; then
13516 wx_cv_gccversion=`cat conftestval`
13517 else
13518 echo "$as_me: program exited with status $ac_status" >&5
13519 echo "$as_me: failed program was:" >&5
13520 sed 's/^/| /' conftest.$ac_ext >&5
13521
13522 ( exit $ac_status )
13523 wx_cv_gccversion="EMX2"
13524 fi
13525 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13526 fi
13527
13528 fi
13529 echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
13530 echo "${ECHO_T}$wx_cv_gccversion" >&6
13531 if test "$wx_cv_gccversion" = "EMX2"; then
13532 LIBS="$LIBS -lstdcpp"
13533 LDFLAGS="$LDFLAGS -Zsysv-signals"
13534 else
13535 if test "$wx_cv_gccversion" = "EMX3"; then
13536 LIBS="$LIBS -lstdcxx"
13537 LDFLAGS="$LDFLAGS -Zsysv-signals"
13538 else
13539 LIBS="$LIBS -lstdc++"
13540 fi
13541 fi
13542 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
13543 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
13544 echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
13545 wxUSE_OMF=yes
13546 enable_omf=yes
13547 fi
13548 ;;
13549 *)
13550
13551
13552
13553 ac_ext=cc
13554 ac_cpp='$CXXCPP $CPPFLAGS'
13555 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13556 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13557 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13558
13559
13560 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
13561 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
13562 if test "${ac_cv_string_strcasecmp+set}" = set; then
13563 echo $ECHO_N "(cached) $ECHO_C" >&6
13564 else
13565
13566 cat >conftest.$ac_ext <<_ACEOF
13567 /* confdefs.h. */
13568 _ACEOF
13569 cat confdefs.h >>conftest.$ac_ext
13570 cat >>conftest.$ac_ext <<_ACEOF
13571 /* end confdefs.h. */
13572
13573 #include <string.h>
13574
13575 int
13576 main ()
13577 {
13578
13579 strcasecmp("foo", "bar");
13580
13581 ;
13582 return 0;
13583 }
13584 _ACEOF
13585 rm -f conftest.$ac_objext conftest$ac_exeext
13586 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13587 (eval $ac_link) 2>conftest.er1
13588 ac_status=$?
13589 grep -v '^ *+' conftest.er1 >conftest.err
13590 rm -f conftest.er1
13591 cat conftest.err >&5
13592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13593 (exit $ac_status); } &&
13594 { ac_try='test -z "$ac_cxx_werror_flag"
13595 || test ! -s conftest.err'
13596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13597 (eval $ac_try) 2>&5
13598 ac_status=$?
13599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13600 (exit $ac_status); }; } &&
13601 { ac_try='test -s conftest$ac_exeext'
13602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13603 (eval $ac_try) 2>&5
13604 ac_status=$?
13605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13606 (exit $ac_status); }; }; then
13607 ac_cv_string_strcasecmp=yes
13608 else
13609 echo "$as_me: failed program was:" >&5
13610 sed 's/^/| /' conftest.$ac_ext >&5
13611
13612 ac_cv_string_strcasecmp=no
13613
13614 fi
13615 rm -f conftest.err conftest.$ac_objext \
13616 conftest$ac_exeext conftest.$ac_ext
13617
13618 fi
13619 echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
13620 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
13621
13622 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
13623 cat >>confdefs.h <<\_ACEOF
13624 #define HAVE_STRCASECMP_IN_STRING_H 1
13625 _ACEOF
13626
13627 else
13628 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
13629 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
13630 if test "${ac_cv_strings_strcasecmp+set}" = set; then
13631 echo $ECHO_N "(cached) $ECHO_C" >&6
13632 else
13633
13634 cat >conftest.$ac_ext <<_ACEOF
13635 /* confdefs.h. */
13636 _ACEOF
13637 cat confdefs.h >>conftest.$ac_ext
13638 cat >>conftest.$ac_ext <<_ACEOF
13639 /* end confdefs.h. */
13640
13641 #include <strings.h>
13642
13643 int
13644 main ()
13645 {
13646
13647 strcasecmp("foo", "bar");
13648
13649 ;
13650 return 0;
13651 }
13652 _ACEOF
13653 rm -f conftest.$ac_objext conftest$ac_exeext
13654 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13655 (eval $ac_link) 2>conftest.er1
13656 ac_status=$?
13657 grep -v '^ *+' conftest.er1 >conftest.err
13658 rm -f conftest.er1
13659 cat conftest.err >&5
13660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13661 (exit $ac_status); } &&
13662 { ac_try='test -z "$ac_cxx_werror_flag"
13663 || test ! -s conftest.err'
13664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13665 (eval $ac_try) 2>&5
13666 ac_status=$?
13667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13668 (exit $ac_status); }; } &&
13669 { ac_try='test -s conftest$ac_exeext'
13670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13671 (eval $ac_try) 2>&5
13672 ac_status=$?
13673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13674 (exit $ac_status); }; }; then
13675 ac_cv_strings_strcasecmp=yes
13676 else
13677 echo "$as_me: failed program was:" >&5
13678 sed 's/^/| /' conftest.$ac_ext >&5
13679
13680 ac_cv_strings_strcasecmp=no
13681
13682 fi
13683 rm -f conftest.err conftest.$ac_objext \
13684 conftest$ac_exeext conftest.$ac_ext
13685
13686 fi
13687 echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
13688 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
13689
13690 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
13691 cat >>confdefs.h <<\_ACEOF
13692 #define HAVE_STRCASECMP_IN_STRINGS_H 1
13693 _ACEOF
13694
13695 else
13696 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
13697 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
13698 { (exit 1); exit 1; }; }
13699 fi
13700 fi
13701
13702 ac_ext=c
13703 ac_cpp='$CPP $CPPFLAGS'
13704 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13705 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13706 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13707
13708 ;;
13709 esac
13710
13711
13712 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
13713 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
13714 if test "${ac_cv_header_stdc+set}" = set; then
13715 echo $ECHO_N "(cached) $ECHO_C" >&6
13716 else
13717 cat >conftest.$ac_ext <<_ACEOF
13718 /* confdefs.h. */
13719 _ACEOF
13720 cat confdefs.h >>conftest.$ac_ext
13721 cat >>conftest.$ac_ext <<_ACEOF
13722 /* end confdefs.h. */
13723 #include <stdlib.h>
13724 #include <stdarg.h>
13725 #include <string.h>
13726 #include <float.h>
13727
13728 int
13729 main ()
13730 {
13731
13732 ;
13733 return 0;
13734 }
13735 _ACEOF
13736 rm -f conftest.$ac_objext
13737 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13738 (eval $ac_compile) 2>conftest.er1
13739 ac_status=$?
13740 grep -v '^ *+' conftest.er1 >conftest.err
13741 rm -f conftest.er1
13742 cat conftest.err >&5
13743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13744 (exit $ac_status); } &&
13745 { ac_try='test -z "$ac_c_werror_flag"
13746 || test ! -s conftest.err'
13747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13748 (eval $ac_try) 2>&5
13749 ac_status=$?
13750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13751 (exit $ac_status); }; } &&
13752 { ac_try='test -s conftest.$ac_objext'
13753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13754 (eval $ac_try) 2>&5
13755 ac_status=$?
13756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13757 (exit $ac_status); }; }; then
13758 ac_cv_header_stdc=yes
13759 else
13760 echo "$as_me: failed program was:" >&5
13761 sed 's/^/| /' conftest.$ac_ext >&5
13762
13763 ac_cv_header_stdc=no
13764 fi
13765 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13766
13767 if test $ac_cv_header_stdc = yes; then
13768 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
13769 cat >conftest.$ac_ext <<_ACEOF
13770 /* confdefs.h. */
13771 _ACEOF
13772 cat confdefs.h >>conftest.$ac_ext
13773 cat >>conftest.$ac_ext <<_ACEOF
13774 /* end confdefs.h. */
13775 #include <string.h>
13776
13777 _ACEOF
13778 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13779 $EGREP "memchr" >/dev/null 2>&1; then
13780 :
13781 else
13782 ac_cv_header_stdc=no
13783 fi
13784 rm -f conftest*
13785
13786 fi
13787
13788 if test $ac_cv_header_stdc = yes; then
13789 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
13790 cat >conftest.$ac_ext <<_ACEOF
13791 /* confdefs.h. */
13792 _ACEOF
13793 cat confdefs.h >>conftest.$ac_ext
13794 cat >>conftest.$ac_ext <<_ACEOF
13795 /* end confdefs.h. */
13796 #include <stdlib.h>
13797
13798 _ACEOF
13799 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13800 $EGREP "free" >/dev/null 2>&1; then
13801 :
13802 else
13803 ac_cv_header_stdc=no
13804 fi
13805 rm -f conftest*
13806
13807 fi
13808
13809 if test $ac_cv_header_stdc = yes; then
13810 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
13811 if test "$cross_compiling" = yes; then
13812 :
13813 else
13814 cat >conftest.$ac_ext <<_ACEOF
13815 /* confdefs.h. */
13816 _ACEOF
13817 cat confdefs.h >>conftest.$ac_ext
13818 cat >>conftest.$ac_ext <<_ACEOF
13819 /* end confdefs.h. */
13820 #include <ctype.h>
13821 #if ((' ' & 0x0FF) == 0x020)
13822 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
13823 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
13824 #else
13825 # define ISLOWER(c) \
13826 (('a' <= (c) && (c) <= 'i') \
13827 || ('j' <= (c) && (c) <= 'r') \
13828 || ('s' <= (c) && (c) <= 'z'))
13829 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
13830 #endif
13831
13832 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
13833 int
13834 main ()
13835 {
13836 int i;
13837 for (i = 0; i < 256; i++)
13838 if (XOR (islower (i), ISLOWER (i))
13839 || toupper (i) != TOUPPER (i))
13840 exit(2);
13841 exit (0);
13842 }
13843 _ACEOF
13844 rm -f conftest$ac_exeext
13845 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13846 (eval $ac_link) 2>&5
13847 ac_status=$?
13848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13849 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13851 (eval $ac_try) 2>&5
13852 ac_status=$?
13853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13854 (exit $ac_status); }; }; then
13855 :
13856 else
13857 echo "$as_me: program exited with status $ac_status" >&5
13858 echo "$as_me: failed program was:" >&5
13859 sed 's/^/| /' conftest.$ac_ext >&5
13860
13861 ( exit $ac_status )
13862 ac_cv_header_stdc=no
13863 fi
13864 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13865 fi
13866 fi
13867 fi
13868 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
13869 echo "${ECHO_T}$ac_cv_header_stdc" >&6
13870 if test $ac_cv_header_stdc = yes; then
13871
13872 cat >>confdefs.h <<\_ACEOF
13873 #define STDC_HEADERS 1
13874 _ACEOF
13875
13876 fi
13877
13878 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
13879
13880
13881
13882
13883
13884
13885
13886
13887
13888 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
13889 inttypes.h stdint.h unistd.h
13890 do
13891 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13892 echo "$as_me:$LINENO: checking for $ac_header" >&5
13893 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13894 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13895 echo $ECHO_N "(cached) $ECHO_C" >&6
13896 else
13897 cat >conftest.$ac_ext <<_ACEOF
13898 /* confdefs.h. */
13899 _ACEOF
13900 cat confdefs.h >>conftest.$ac_ext
13901 cat >>conftest.$ac_ext <<_ACEOF
13902 /* end confdefs.h. */
13903 $ac_includes_default
13904
13905 #include <$ac_header>
13906 _ACEOF
13907 rm -f conftest.$ac_objext
13908 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13909 (eval $ac_compile) 2>conftest.er1
13910 ac_status=$?
13911 grep -v '^ *+' conftest.er1 >conftest.err
13912 rm -f conftest.er1
13913 cat conftest.err >&5
13914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13915 (exit $ac_status); } &&
13916 { ac_try='test -z "$ac_c_werror_flag"
13917 || test ! -s conftest.err'
13918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13919 (eval $ac_try) 2>&5
13920 ac_status=$?
13921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13922 (exit $ac_status); }; } &&
13923 { ac_try='test -s conftest.$ac_objext'
13924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13925 (eval $ac_try) 2>&5
13926 ac_status=$?
13927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13928 (exit $ac_status); }; }; then
13929 eval "$as_ac_Header=yes"
13930 else
13931 echo "$as_me: failed program was:" >&5
13932 sed 's/^/| /' conftest.$ac_ext >&5
13933
13934 eval "$as_ac_Header=no"
13935 fi
13936 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13937 fi
13938 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13939 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13940 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13941 cat >>confdefs.h <<_ACEOF
13942 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13943 _ACEOF
13944
13945 fi
13946
13947 done
13948
13949
13950
13951 for ac_header in stdlib.h
13952 do
13953 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13954 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13955 echo "$as_me:$LINENO: checking for $ac_header" >&5
13956 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13957 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13958 echo $ECHO_N "(cached) $ECHO_C" >&6
13959 fi
13960 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13961 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13962 else
13963 # Is the header compilable?
13964 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13965 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13966 cat >conftest.$ac_ext <<_ACEOF
13967 /* confdefs.h. */
13968 _ACEOF
13969 cat confdefs.h >>conftest.$ac_ext
13970 cat >>conftest.$ac_ext <<_ACEOF
13971 /* end confdefs.h. */
13972 $ac_includes_default
13973 #include <$ac_header>
13974 _ACEOF
13975 rm -f conftest.$ac_objext
13976 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13977 (eval $ac_compile) 2>conftest.er1
13978 ac_status=$?
13979 grep -v '^ *+' conftest.er1 >conftest.err
13980 rm -f conftest.er1
13981 cat conftest.err >&5
13982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13983 (exit $ac_status); } &&
13984 { ac_try='test -z "$ac_c_werror_flag"
13985 || test ! -s conftest.err'
13986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13987 (eval $ac_try) 2>&5
13988 ac_status=$?
13989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13990 (exit $ac_status); }; } &&
13991 { ac_try='test -s conftest.$ac_objext'
13992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13993 (eval $ac_try) 2>&5
13994 ac_status=$?
13995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13996 (exit $ac_status); }; }; then
13997 ac_header_compiler=yes
13998 else
13999 echo "$as_me: failed program was:" >&5
14000 sed 's/^/| /' conftest.$ac_ext >&5
14001
14002 ac_header_compiler=no
14003 fi
14004 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14005 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14006 echo "${ECHO_T}$ac_header_compiler" >&6
14007
14008 # Is the header present?
14009 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14010 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14011 cat >conftest.$ac_ext <<_ACEOF
14012 /* confdefs.h. */
14013 _ACEOF
14014 cat confdefs.h >>conftest.$ac_ext
14015 cat >>conftest.$ac_ext <<_ACEOF
14016 /* end confdefs.h. */
14017 #include <$ac_header>
14018 _ACEOF
14019 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14020 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14021 ac_status=$?
14022 grep -v '^ *+' conftest.er1 >conftest.err
14023 rm -f conftest.er1
14024 cat conftest.err >&5
14025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14026 (exit $ac_status); } >/dev/null; then
14027 if test -s conftest.err; then
14028 ac_cpp_err=$ac_c_preproc_warn_flag
14029 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14030 else
14031 ac_cpp_err=
14032 fi
14033 else
14034 ac_cpp_err=yes
14035 fi
14036 if test -z "$ac_cpp_err"; then
14037 ac_header_preproc=yes
14038 else
14039 echo "$as_me: failed program was:" >&5
14040 sed 's/^/| /' conftest.$ac_ext >&5
14041
14042 ac_header_preproc=no
14043 fi
14044 rm -f conftest.err conftest.$ac_ext
14045 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14046 echo "${ECHO_T}$ac_header_preproc" >&6
14047
14048 # So? What about this header?
14049 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14050 yes:no: )
14051 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14052 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14053 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14054 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14055 ac_header_preproc=yes
14056 ;;
14057 no:yes:* )
14058 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14059 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14060 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14061 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14062 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14063 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14064 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14065 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14066 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14067 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14068 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14069 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14070 (
14071 cat <<\_ASBOX
14072 ## ----------------------------------------- ##
14073 ## Report this to wx-dev@lists.wxwidgets.org ##
14074 ## ----------------------------------------- ##
14075 _ASBOX
14076 ) |
14077 sed "s/^/$as_me: WARNING: /" >&2
14078 ;;
14079 esac
14080 echo "$as_me:$LINENO: checking for $ac_header" >&5
14081 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14082 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14083 echo $ECHO_N "(cached) $ECHO_C" >&6
14084 else
14085 eval "$as_ac_Header=\$ac_header_preproc"
14086 fi
14087 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14088 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14089
14090 fi
14091 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14092 cat >>confdefs.h <<_ACEOF
14093 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14094 _ACEOF
14095
14096 fi
14097
14098 done
14099
14100
14101 for ac_header in malloc.h
14102 do
14103 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14104 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14105 echo "$as_me:$LINENO: checking for $ac_header" >&5
14106 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14107 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14108 echo $ECHO_N "(cached) $ECHO_C" >&6
14109 fi
14110 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14111 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14112 else
14113 # Is the header compilable?
14114 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14115 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14116 cat >conftest.$ac_ext <<_ACEOF
14117 /* confdefs.h. */
14118 _ACEOF
14119 cat confdefs.h >>conftest.$ac_ext
14120 cat >>conftest.$ac_ext <<_ACEOF
14121 /* end confdefs.h. */
14122 $ac_includes_default
14123 #include <$ac_header>
14124 _ACEOF
14125 rm -f conftest.$ac_objext
14126 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14127 (eval $ac_compile) 2>conftest.er1
14128 ac_status=$?
14129 grep -v '^ *+' conftest.er1 >conftest.err
14130 rm -f conftest.er1
14131 cat conftest.err >&5
14132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14133 (exit $ac_status); } &&
14134 { ac_try='test -z "$ac_c_werror_flag"
14135 || test ! -s conftest.err'
14136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14137 (eval $ac_try) 2>&5
14138 ac_status=$?
14139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14140 (exit $ac_status); }; } &&
14141 { ac_try='test -s conftest.$ac_objext'
14142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14143 (eval $ac_try) 2>&5
14144 ac_status=$?
14145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14146 (exit $ac_status); }; }; then
14147 ac_header_compiler=yes
14148 else
14149 echo "$as_me: failed program was:" >&5
14150 sed 's/^/| /' conftest.$ac_ext >&5
14151
14152 ac_header_compiler=no
14153 fi
14154 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14155 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14156 echo "${ECHO_T}$ac_header_compiler" >&6
14157
14158 # Is the header present?
14159 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14160 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14161 cat >conftest.$ac_ext <<_ACEOF
14162 /* confdefs.h. */
14163 _ACEOF
14164 cat confdefs.h >>conftest.$ac_ext
14165 cat >>conftest.$ac_ext <<_ACEOF
14166 /* end confdefs.h. */
14167 #include <$ac_header>
14168 _ACEOF
14169 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14170 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14171 ac_status=$?
14172 grep -v '^ *+' conftest.er1 >conftest.err
14173 rm -f conftest.er1
14174 cat conftest.err >&5
14175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14176 (exit $ac_status); } >/dev/null; then
14177 if test -s conftest.err; then
14178 ac_cpp_err=$ac_c_preproc_warn_flag
14179 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14180 else
14181 ac_cpp_err=
14182 fi
14183 else
14184 ac_cpp_err=yes
14185 fi
14186 if test -z "$ac_cpp_err"; then
14187 ac_header_preproc=yes
14188 else
14189 echo "$as_me: failed program was:" >&5
14190 sed 's/^/| /' conftest.$ac_ext >&5
14191
14192 ac_header_preproc=no
14193 fi
14194 rm -f conftest.err conftest.$ac_ext
14195 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14196 echo "${ECHO_T}$ac_header_preproc" >&6
14197
14198 # So? What about this header?
14199 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14200 yes:no: )
14201 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14202 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14203 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14204 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14205 ac_header_preproc=yes
14206 ;;
14207 no:yes:* )
14208 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14209 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14210 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14211 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14212 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14213 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14214 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14215 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14216 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14217 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14218 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14219 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14220 (
14221 cat <<\_ASBOX
14222 ## ----------------------------------------- ##
14223 ## Report this to wx-dev@lists.wxwidgets.org ##
14224 ## ----------------------------------------- ##
14225 _ASBOX
14226 ) |
14227 sed "s/^/$as_me: WARNING: /" >&2
14228 ;;
14229 esac
14230 echo "$as_me:$LINENO: checking for $ac_header" >&5
14231 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14232 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14233 echo $ECHO_N "(cached) $ECHO_C" >&6
14234 else
14235 eval "$as_ac_Header=\$ac_header_preproc"
14236 fi
14237 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14238 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14239
14240 fi
14241 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14242 cat >>confdefs.h <<_ACEOF
14243 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14244 _ACEOF
14245
14246 fi
14247
14248 done
14249
14250
14251 for ac_header in unistd.h
14252 do
14253 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14254 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14255 echo "$as_me:$LINENO: checking for $ac_header" >&5
14256 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14257 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14258 echo $ECHO_N "(cached) $ECHO_C" >&6
14259 fi
14260 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14261 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14262 else
14263 # Is the header compilable?
14264 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14265 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14266 cat >conftest.$ac_ext <<_ACEOF
14267 /* confdefs.h. */
14268 _ACEOF
14269 cat confdefs.h >>conftest.$ac_ext
14270 cat >>conftest.$ac_ext <<_ACEOF
14271 /* end confdefs.h. */
14272 $ac_includes_default
14273 #include <$ac_header>
14274 _ACEOF
14275 rm -f conftest.$ac_objext
14276 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14277 (eval $ac_compile) 2>conftest.er1
14278 ac_status=$?
14279 grep -v '^ *+' conftest.er1 >conftest.err
14280 rm -f conftest.er1
14281 cat conftest.err >&5
14282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14283 (exit $ac_status); } &&
14284 { ac_try='test -z "$ac_c_werror_flag"
14285 || test ! -s conftest.err'
14286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14287 (eval $ac_try) 2>&5
14288 ac_status=$?
14289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14290 (exit $ac_status); }; } &&
14291 { ac_try='test -s conftest.$ac_objext'
14292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14293 (eval $ac_try) 2>&5
14294 ac_status=$?
14295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14296 (exit $ac_status); }; }; then
14297 ac_header_compiler=yes
14298 else
14299 echo "$as_me: failed program was:" >&5
14300 sed 's/^/| /' conftest.$ac_ext >&5
14301
14302 ac_header_compiler=no
14303 fi
14304 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14305 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14306 echo "${ECHO_T}$ac_header_compiler" >&6
14307
14308 # Is the header present?
14309 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14310 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14311 cat >conftest.$ac_ext <<_ACEOF
14312 /* confdefs.h. */
14313 _ACEOF
14314 cat confdefs.h >>conftest.$ac_ext
14315 cat >>conftest.$ac_ext <<_ACEOF
14316 /* end confdefs.h. */
14317 #include <$ac_header>
14318 _ACEOF
14319 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14320 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14321 ac_status=$?
14322 grep -v '^ *+' conftest.er1 >conftest.err
14323 rm -f conftest.er1
14324 cat conftest.err >&5
14325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14326 (exit $ac_status); } >/dev/null; then
14327 if test -s conftest.err; then
14328 ac_cpp_err=$ac_c_preproc_warn_flag
14329 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14330 else
14331 ac_cpp_err=
14332 fi
14333 else
14334 ac_cpp_err=yes
14335 fi
14336 if test -z "$ac_cpp_err"; then
14337 ac_header_preproc=yes
14338 else
14339 echo "$as_me: failed program was:" >&5
14340 sed 's/^/| /' conftest.$ac_ext >&5
14341
14342 ac_header_preproc=no
14343 fi
14344 rm -f conftest.err conftest.$ac_ext
14345 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14346 echo "${ECHO_T}$ac_header_preproc" >&6
14347
14348 # So? What about this header?
14349 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14350 yes:no: )
14351 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14352 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14353 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14354 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14355 ac_header_preproc=yes
14356 ;;
14357 no:yes:* )
14358 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14359 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14360 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14361 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14362 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14363 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14364 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14365 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14366 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14367 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14368 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14369 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14370 (
14371 cat <<\_ASBOX
14372 ## ----------------------------------------- ##
14373 ## Report this to wx-dev@lists.wxwidgets.org ##
14374 ## ----------------------------------------- ##
14375 _ASBOX
14376 ) |
14377 sed "s/^/$as_me: WARNING: /" >&2
14378 ;;
14379 esac
14380 echo "$as_me:$LINENO: checking for $ac_header" >&5
14381 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14382 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14383 echo $ECHO_N "(cached) $ECHO_C" >&6
14384 else
14385 eval "$as_ac_Header=\$ac_header_preproc"
14386 fi
14387 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14388 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14389
14390 fi
14391 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14392 cat >>confdefs.h <<_ACEOF
14393 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14394 _ACEOF
14395
14396 fi
14397
14398 done
14399
14400
14401 for ac_header in wchar.h
14402 do
14403 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14404 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14405 echo "$as_me:$LINENO: checking for $ac_header" >&5
14406 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14407 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14408 echo $ECHO_N "(cached) $ECHO_C" >&6
14409 fi
14410 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14411 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14412 else
14413 # Is the header compilable?
14414 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14415 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14416 cat >conftest.$ac_ext <<_ACEOF
14417 /* confdefs.h. */
14418 _ACEOF
14419 cat confdefs.h >>conftest.$ac_ext
14420 cat >>conftest.$ac_ext <<_ACEOF
14421 /* end confdefs.h. */
14422 $ac_includes_default
14423 #include <$ac_header>
14424 _ACEOF
14425 rm -f conftest.$ac_objext
14426 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14427 (eval $ac_compile) 2>conftest.er1
14428 ac_status=$?
14429 grep -v '^ *+' conftest.er1 >conftest.err
14430 rm -f conftest.er1
14431 cat conftest.err >&5
14432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14433 (exit $ac_status); } &&
14434 { ac_try='test -z "$ac_c_werror_flag"
14435 || test ! -s conftest.err'
14436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14437 (eval $ac_try) 2>&5
14438 ac_status=$?
14439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14440 (exit $ac_status); }; } &&
14441 { ac_try='test -s conftest.$ac_objext'
14442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14443 (eval $ac_try) 2>&5
14444 ac_status=$?
14445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14446 (exit $ac_status); }; }; then
14447 ac_header_compiler=yes
14448 else
14449 echo "$as_me: failed program was:" >&5
14450 sed 's/^/| /' conftest.$ac_ext >&5
14451
14452 ac_header_compiler=no
14453 fi
14454 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14455 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14456 echo "${ECHO_T}$ac_header_compiler" >&6
14457
14458 # Is the header present?
14459 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14460 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14461 cat >conftest.$ac_ext <<_ACEOF
14462 /* confdefs.h. */
14463 _ACEOF
14464 cat confdefs.h >>conftest.$ac_ext
14465 cat >>conftest.$ac_ext <<_ACEOF
14466 /* end confdefs.h. */
14467 #include <$ac_header>
14468 _ACEOF
14469 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14470 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14471 ac_status=$?
14472 grep -v '^ *+' conftest.er1 >conftest.err
14473 rm -f conftest.er1
14474 cat conftest.err >&5
14475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14476 (exit $ac_status); } >/dev/null; then
14477 if test -s conftest.err; then
14478 ac_cpp_err=$ac_c_preproc_warn_flag
14479 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14480 else
14481 ac_cpp_err=
14482 fi
14483 else
14484 ac_cpp_err=yes
14485 fi
14486 if test -z "$ac_cpp_err"; then
14487 ac_header_preproc=yes
14488 else
14489 echo "$as_me: failed program was:" >&5
14490 sed 's/^/| /' conftest.$ac_ext >&5
14491
14492 ac_header_preproc=no
14493 fi
14494 rm -f conftest.err conftest.$ac_ext
14495 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14496 echo "${ECHO_T}$ac_header_preproc" >&6
14497
14498 # So? What about this header?
14499 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14500 yes:no: )
14501 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14502 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14503 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14504 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14505 ac_header_preproc=yes
14506 ;;
14507 no:yes:* )
14508 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14509 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14510 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14511 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14512 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14513 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14514 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14515 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14516 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14517 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14518 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14519 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14520 (
14521 cat <<\_ASBOX
14522 ## ----------------------------------------- ##
14523 ## Report this to wx-dev@lists.wxwidgets.org ##
14524 ## ----------------------------------------- ##
14525 _ASBOX
14526 ) |
14527 sed "s/^/$as_me: WARNING: /" >&2
14528 ;;
14529 esac
14530 echo "$as_me:$LINENO: checking for $ac_header" >&5
14531 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14532 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14533 echo $ECHO_N "(cached) $ECHO_C" >&6
14534 else
14535 eval "$as_ac_Header=\$ac_header_preproc"
14536 fi
14537 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14538 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14539
14540 fi
14541 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14542 cat >>confdefs.h <<_ACEOF
14543 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14544 _ACEOF
14545
14546 fi
14547
14548 done
14549
14550
14551 if test "$ac_cv_header_wchar_h" != "yes"; then
14552
14553 for ac_header in wcstr.h
14554 do
14555 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14556 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14557 echo "$as_me:$LINENO: checking for $ac_header" >&5
14558 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14559 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14560 echo $ECHO_N "(cached) $ECHO_C" >&6
14561 fi
14562 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14563 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14564 else
14565 # Is the header compilable?
14566 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14567 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14568 cat >conftest.$ac_ext <<_ACEOF
14569 /* confdefs.h. */
14570 _ACEOF
14571 cat confdefs.h >>conftest.$ac_ext
14572 cat >>conftest.$ac_ext <<_ACEOF
14573 /* end confdefs.h. */
14574 $ac_includes_default
14575 #include <$ac_header>
14576 _ACEOF
14577 rm -f conftest.$ac_objext
14578 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14579 (eval $ac_compile) 2>conftest.er1
14580 ac_status=$?
14581 grep -v '^ *+' conftest.er1 >conftest.err
14582 rm -f conftest.er1
14583 cat conftest.err >&5
14584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14585 (exit $ac_status); } &&
14586 { ac_try='test -z "$ac_c_werror_flag"
14587 || test ! -s conftest.err'
14588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14589 (eval $ac_try) 2>&5
14590 ac_status=$?
14591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14592 (exit $ac_status); }; } &&
14593 { ac_try='test -s conftest.$ac_objext'
14594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14595 (eval $ac_try) 2>&5
14596 ac_status=$?
14597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14598 (exit $ac_status); }; }; then
14599 ac_header_compiler=yes
14600 else
14601 echo "$as_me: failed program was:" >&5
14602 sed 's/^/| /' conftest.$ac_ext >&5
14603
14604 ac_header_compiler=no
14605 fi
14606 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14607 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14608 echo "${ECHO_T}$ac_header_compiler" >&6
14609
14610 # Is the header present?
14611 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14612 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14613 cat >conftest.$ac_ext <<_ACEOF
14614 /* confdefs.h. */
14615 _ACEOF
14616 cat confdefs.h >>conftest.$ac_ext
14617 cat >>conftest.$ac_ext <<_ACEOF
14618 /* end confdefs.h. */
14619 #include <$ac_header>
14620 _ACEOF
14621 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14622 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14623 ac_status=$?
14624 grep -v '^ *+' conftest.er1 >conftest.err
14625 rm -f conftest.er1
14626 cat conftest.err >&5
14627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14628 (exit $ac_status); } >/dev/null; then
14629 if test -s conftest.err; then
14630 ac_cpp_err=$ac_c_preproc_warn_flag
14631 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14632 else
14633 ac_cpp_err=
14634 fi
14635 else
14636 ac_cpp_err=yes
14637 fi
14638 if test -z "$ac_cpp_err"; then
14639 ac_header_preproc=yes
14640 else
14641 echo "$as_me: failed program was:" >&5
14642 sed 's/^/| /' conftest.$ac_ext >&5
14643
14644 ac_header_preproc=no
14645 fi
14646 rm -f conftest.err conftest.$ac_ext
14647 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14648 echo "${ECHO_T}$ac_header_preproc" >&6
14649
14650 # So? What about this header?
14651 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14652 yes:no: )
14653 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14654 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14655 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14656 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14657 ac_header_preproc=yes
14658 ;;
14659 no:yes:* )
14660 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14661 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14662 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14663 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14664 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14665 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14666 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14667 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14668 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14669 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14670 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14671 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14672 (
14673 cat <<\_ASBOX
14674 ## ----------------------------------------- ##
14675 ## Report this to wx-dev@lists.wxwidgets.org ##
14676 ## ----------------------------------------- ##
14677 _ASBOX
14678 ) |
14679 sed "s/^/$as_me: WARNING: /" >&2
14680 ;;
14681 esac
14682 echo "$as_me:$LINENO: checking for $ac_header" >&5
14683 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14684 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14685 echo $ECHO_N "(cached) $ECHO_C" >&6
14686 else
14687 eval "$as_ac_Header=\$ac_header_preproc"
14688 fi
14689 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14690 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14691
14692 fi
14693 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14694 cat >>confdefs.h <<_ACEOF
14695 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14696 _ACEOF
14697
14698 fi
14699
14700 done
14701
14702 fi
14703
14704
14705 for ac_header in fnmatch.h
14706 do
14707 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14708 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14709 echo "$as_me:$LINENO: checking for $ac_header" >&5
14710 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14711 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14712 echo $ECHO_N "(cached) $ECHO_C" >&6
14713 fi
14714 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14715 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14716 else
14717 # Is the header compilable?
14718 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14719 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14720 cat >conftest.$ac_ext <<_ACEOF
14721 /* confdefs.h. */
14722 _ACEOF
14723 cat confdefs.h >>conftest.$ac_ext
14724 cat >>conftest.$ac_ext <<_ACEOF
14725 /* end confdefs.h. */
14726 $ac_includes_default
14727 #include <$ac_header>
14728 _ACEOF
14729 rm -f conftest.$ac_objext
14730 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14731 (eval $ac_compile) 2>conftest.er1
14732 ac_status=$?
14733 grep -v '^ *+' conftest.er1 >conftest.err
14734 rm -f conftest.er1
14735 cat conftest.err >&5
14736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14737 (exit $ac_status); } &&
14738 { ac_try='test -z "$ac_c_werror_flag"
14739 || test ! -s conftest.err'
14740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14741 (eval $ac_try) 2>&5
14742 ac_status=$?
14743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14744 (exit $ac_status); }; } &&
14745 { ac_try='test -s conftest.$ac_objext'
14746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14747 (eval $ac_try) 2>&5
14748 ac_status=$?
14749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14750 (exit $ac_status); }; }; then
14751 ac_header_compiler=yes
14752 else
14753 echo "$as_me: failed program was:" >&5
14754 sed 's/^/| /' conftest.$ac_ext >&5
14755
14756 ac_header_compiler=no
14757 fi
14758 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14759 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14760 echo "${ECHO_T}$ac_header_compiler" >&6
14761
14762 # Is the header present?
14763 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14764 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14765 cat >conftest.$ac_ext <<_ACEOF
14766 /* confdefs.h. */
14767 _ACEOF
14768 cat confdefs.h >>conftest.$ac_ext
14769 cat >>conftest.$ac_ext <<_ACEOF
14770 /* end confdefs.h. */
14771 #include <$ac_header>
14772 _ACEOF
14773 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14774 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14775 ac_status=$?
14776 grep -v '^ *+' conftest.er1 >conftest.err
14777 rm -f conftest.er1
14778 cat conftest.err >&5
14779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14780 (exit $ac_status); } >/dev/null; then
14781 if test -s conftest.err; then
14782 ac_cpp_err=$ac_c_preproc_warn_flag
14783 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14784 else
14785 ac_cpp_err=
14786 fi
14787 else
14788 ac_cpp_err=yes
14789 fi
14790 if test -z "$ac_cpp_err"; then
14791 ac_header_preproc=yes
14792 else
14793 echo "$as_me: failed program was:" >&5
14794 sed 's/^/| /' conftest.$ac_ext >&5
14795
14796 ac_header_preproc=no
14797 fi
14798 rm -f conftest.err conftest.$ac_ext
14799 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14800 echo "${ECHO_T}$ac_header_preproc" >&6
14801
14802 # So? What about this header?
14803 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14804 yes:no: )
14805 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14806 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14807 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14808 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14809 ac_header_preproc=yes
14810 ;;
14811 no:yes:* )
14812 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14813 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14814 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14815 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14816 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14817 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14818 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14819 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14820 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14821 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14822 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14823 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14824 (
14825 cat <<\_ASBOX
14826 ## ----------------------------------------- ##
14827 ## Report this to wx-dev@lists.wxwidgets.org ##
14828 ## ----------------------------------------- ##
14829 _ASBOX
14830 ) |
14831 sed "s/^/$as_me: WARNING: /" >&2
14832 ;;
14833 esac
14834 echo "$as_me:$LINENO: checking for $ac_header" >&5
14835 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14836 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14837 echo $ECHO_N "(cached) $ECHO_C" >&6
14838 else
14839 eval "$as_ac_Header=\$ac_header_preproc"
14840 fi
14841 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14842 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14843
14844 fi
14845 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14846 cat >>confdefs.h <<_ACEOF
14847 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14848 _ACEOF
14849
14850 fi
14851
14852 done
14853
14854
14855 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
14856
14857 for ac_func in fnmatch
14858 do
14859 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14860 echo "$as_me:$LINENO: checking for $ac_func" >&5
14861 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14862 if eval "test \"\${$as_ac_var+set}\" = set"; then
14863 echo $ECHO_N "(cached) $ECHO_C" >&6
14864 else
14865 cat >conftest.$ac_ext <<_ACEOF
14866 /* confdefs.h. */
14867 _ACEOF
14868 cat confdefs.h >>conftest.$ac_ext
14869 cat >>conftest.$ac_ext <<_ACEOF
14870 /* end confdefs.h. */
14871 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14872 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14873 #define $ac_func innocuous_$ac_func
14874
14875 /* System header to define __stub macros and hopefully few prototypes,
14876 which can conflict with char $ac_func (); below.
14877 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14878 <limits.h> exists even on freestanding compilers. */
14879
14880 #ifdef __STDC__
14881 # include <limits.h>
14882 #else
14883 # include <assert.h>
14884 #endif
14885
14886 #undef $ac_func
14887
14888 /* Override any gcc2 internal prototype to avoid an error. */
14889 #ifdef __cplusplus
14890 extern "C"
14891 {
14892 #endif
14893 /* We use char because int might match the return type of a gcc2
14894 builtin and then its argument prototype would still apply. */
14895 char $ac_func ();
14896 /* The GNU C library defines this for functions which it implements
14897 to always fail with ENOSYS. Some functions are actually named
14898 something starting with __ and the normal name is an alias. */
14899 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14900 choke me
14901 #else
14902 char (*f) () = $ac_func;
14903 #endif
14904 #ifdef __cplusplus
14905 }
14906 #endif
14907
14908 int
14909 main ()
14910 {
14911 return f != $ac_func;
14912 ;
14913 return 0;
14914 }
14915 _ACEOF
14916 rm -f conftest.$ac_objext conftest$ac_exeext
14917 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14918 (eval $ac_link) 2>conftest.er1
14919 ac_status=$?
14920 grep -v '^ *+' conftest.er1 >conftest.err
14921 rm -f conftest.er1
14922 cat conftest.err >&5
14923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14924 (exit $ac_status); } &&
14925 { ac_try='test -z "$ac_c_werror_flag"
14926 || test ! -s conftest.err'
14927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14928 (eval $ac_try) 2>&5
14929 ac_status=$?
14930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14931 (exit $ac_status); }; } &&
14932 { ac_try='test -s conftest$ac_exeext'
14933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14934 (eval $ac_try) 2>&5
14935 ac_status=$?
14936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14937 (exit $ac_status); }; }; then
14938 eval "$as_ac_var=yes"
14939 else
14940 echo "$as_me: failed program was:" >&5
14941 sed 's/^/| /' conftest.$ac_ext >&5
14942
14943 eval "$as_ac_var=no"
14944 fi
14945 rm -f conftest.err conftest.$ac_objext \
14946 conftest$ac_exeext conftest.$ac_ext
14947 fi
14948 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14949 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14950 if test `eval echo '${'$as_ac_var'}'` = yes; then
14951 cat >>confdefs.h <<_ACEOF
14952 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14953 _ACEOF
14954
14955 fi
14956 done
14957
14958 fi
14959
14960
14961 for ac_header in langinfo.h
14962 do
14963 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14964 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14965 echo "$as_me:$LINENO: checking for $ac_header" >&5
14966 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14967 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14968 echo $ECHO_N "(cached) $ECHO_C" >&6
14969 fi
14970 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14971 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14972 else
14973 # Is the header compilable?
14974 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14975 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14976 cat >conftest.$ac_ext <<_ACEOF
14977 /* confdefs.h. */
14978 _ACEOF
14979 cat confdefs.h >>conftest.$ac_ext
14980 cat >>conftest.$ac_ext <<_ACEOF
14981 /* end confdefs.h. */
14982 $ac_includes_default
14983 #include <$ac_header>
14984 _ACEOF
14985 rm -f conftest.$ac_objext
14986 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14987 (eval $ac_compile) 2>conftest.er1
14988 ac_status=$?
14989 grep -v '^ *+' conftest.er1 >conftest.err
14990 rm -f conftest.er1
14991 cat conftest.err >&5
14992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14993 (exit $ac_status); } &&
14994 { ac_try='test -z "$ac_c_werror_flag"
14995 || test ! -s conftest.err'
14996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14997 (eval $ac_try) 2>&5
14998 ac_status=$?
14999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15000 (exit $ac_status); }; } &&
15001 { ac_try='test -s conftest.$ac_objext'
15002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15003 (eval $ac_try) 2>&5
15004 ac_status=$?
15005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15006 (exit $ac_status); }; }; then
15007 ac_header_compiler=yes
15008 else
15009 echo "$as_me: failed program was:" >&5
15010 sed 's/^/| /' conftest.$ac_ext >&5
15011
15012 ac_header_compiler=no
15013 fi
15014 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15015 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15016 echo "${ECHO_T}$ac_header_compiler" >&6
15017
15018 # Is the header present?
15019 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15020 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15021 cat >conftest.$ac_ext <<_ACEOF
15022 /* confdefs.h. */
15023 _ACEOF
15024 cat confdefs.h >>conftest.$ac_ext
15025 cat >>conftest.$ac_ext <<_ACEOF
15026 /* end confdefs.h. */
15027 #include <$ac_header>
15028 _ACEOF
15029 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15030 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15031 ac_status=$?
15032 grep -v '^ *+' conftest.er1 >conftest.err
15033 rm -f conftest.er1
15034 cat conftest.err >&5
15035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15036 (exit $ac_status); } >/dev/null; then
15037 if test -s conftest.err; then
15038 ac_cpp_err=$ac_c_preproc_warn_flag
15039 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15040 else
15041 ac_cpp_err=
15042 fi
15043 else
15044 ac_cpp_err=yes
15045 fi
15046 if test -z "$ac_cpp_err"; then
15047 ac_header_preproc=yes
15048 else
15049 echo "$as_me: failed program was:" >&5
15050 sed 's/^/| /' conftest.$ac_ext >&5
15051
15052 ac_header_preproc=no
15053 fi
15054 rm -f conftest.err conftest.$ac_ext
15055 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15056 echo "${ECHO_T}$ac_header_preproc" >&6
15057
15058 # So? What about this header?
15059 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15060 yes:no: )
15061 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15062 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15063 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15064 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15065 ac_header_preproc=yes
15066 ;;
15067 no:yes:* )
15068 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15069 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15070 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15071 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15072 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15073 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15074 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15075 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15076 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15077 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15078 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15079 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15080 (
15081 cat <<\_ASBOX
15082 ## ----------------------------------------- ##
15083 ## Report this to wx-dev@lists.wxwidgets.org ##
15084 ## ----------------------------------------- ##
15085 _ASBOX
15086 ) |
15087 sed "s/^/$as_me: WARNING: /" >&2
15088 ;;
15089 esac
15090 echo "$as_me:$LINENO: checking for $ac_header" >&5
15091 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15092 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15093 echo $ECHO_N "(cached) $ECHO_C" >&6
15094 else
15095 eval "$as_ac_Header=\$ac_header_preproc"
15096 fi
15097 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15098 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15099
15100 fi
15101 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15102 cat >>confdefs.h <<_ACEOF
15103 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15104 _ACEOF
15105
15106 fi
15107
15108 done
15109
15110
15111 case "${host}" in
15112 *-pc-os2_emx | *-pc-os2-emx )
15113 if test $ac_cv_header_langinfo_h = "yes" \
15114 -a \( "$wx_cv_gccversion" = "EMX2" \
15115 -o "$wx_cv_gccversion" = "EMX3" \
15116 -o "$wx_cv_gccversion" = "Innotek5" \); then
15117 LIBS="$LIBS -lintl"
15118 fi
15119 ;;
15120 esac
15121
15122 if test "$wxUSE_GUI" = "yes"; then
15123 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
15124
15125 for ac_header in X11/Xlib.h
15126 do
15127 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15128 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15129 echo "$as_me:$LINENO: checking for $ac_header" >&5
15130 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15131 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15132 echo $ECHO_N "(cached) $ECHO_C" >&6
15133 fi
15134 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15135 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15136 else
15137 # Is the header compilable?
15138 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15139 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15140 cat >conftest.$ac_ext <<_ACEOF
15141 /* confdefs.h. */
15142 _ACEOF
15143 cat confdefs.h >>conftest.$ac_ext
15144 cat >>conftest.$ac_ext <<_ACEOF
15145 /* end confdefs.h. */
15146 $ac_includes_default
15147 #include <$ac_header>
15148 _ACEOF
15149 rm -f conftest.$ac_objext
15150 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15151 (eval $ac_compile) 2>conftest.er1
15152 ac_status=$?
15153 grep -v '^ *+' conftest.er1 >conftest.err
15154 rm -f conftest.er1
15155 cat conftest.err >&5
15156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15157 (exit $ac_status); } &&
15158 { ac_try='test -z "$ac_c_werror_flag"
15159 || test ! -s conftest.err'
15160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15161 (eval $ac_try) 2>&5
15162 ac_status=$?
15163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15164 (exit $ac_status); }; } &&
15165 { ac_try='test -s conftest.$ac_objext'
15166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15167 (eval $ac_try) 2>&5
15168 ac_status=$?
15169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15170 (exit $ac_status); }; }; then
15171 ac_header_compiler=yes
15172 else
15173 echo "$as_me: failed program was:" >&5
15174 sed 's/^/| /' conftest.$ac_ext >&5
15175
15176 ac_header_compiler=no
15177 fi
15178 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15179 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15180 echo "${ECHO_T}$ac_header_compiler" >&6
15181
15182 # Is the header present?
15183 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15184 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15185 cat >conftest.$ac_ext <<_ACEOF
15186 /* confdefs.h. */
15187 _ACEOF
15188 cat confdefs.h >>conftest.$ac_ext
15189 cat >>conftest.$ac_ext <<_ACEOF
15190 /* end confdefs.h. */
15191 #include <$ac_header>
15192 _ACEOF
15193 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15194 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15195 ac_status=$?
15196 grep -v '^ *+' conftest.er1 >conftest.err
15197 rm -f conftest.er1
15198 cat conftest.err >&5
15199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15200 (exit $ac_status); } >/dev/null; then
15201 if test -s conftest.err; then
15202 ac_cpp_err=$ac_c_preproc_warn_flag
15203 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15204 else
15205 ac_cpp_err=
15206 fi
15207 else
15208 ac_cpp_err=yes
15209 fi
15210 if test -z "$ac_cpp_err"; then
15211 ac_header_preproc=yes
15212 else
15213 echo "$as_me: failed program was:" >&5
15214 sed 's/^/| /' conftest.$ac_ext >&5
15215
15216 ac_header_preproc=no
15217 fi
15218 rm -f conftest.err conftest.$ac_ext
15219 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15220 echo "${ECHO_T}$ac_header_preproc" >&6
15221
15222 # So? What about this header?
15223 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15224 yes:no: )
15225 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15226 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15227 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15228 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15229 ac_header_preproc=yes
15230 ;;
15231 no:yes:* )
15232 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15233 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15234 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15235 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15236 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15237 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15238 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15239 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15240 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15241 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15242 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15243 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15244 (
15245 cat <<\_ASBOX
15246 ## ----------------------------------------- ##
15247 ## Report this to wx-dev@lists.wxwidgets.org ##
15248 ## ----------------------------------------- ##
15249 _ASBOX
15250 ) |
15251 sed "s/^/$as_me: WARNING: /" >&2
15252 ;;
15253 esac
15254 echo "$as_me:$LINENO: checking for $ac_header" >&5
15255 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15256 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15257 echo $ECHO_N "(cached) $ECHO_C" >&6
15258 else
15259 eval "$as_ac_Header=\$ac_header_preproc"
15260 fi
15261 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15262 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15263
15264 fi
15265 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15266 cat >>confdefs.h <<_ACEOF
15267 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15268 _ACEOF
15269
15270 fi
15271
15272 done
15273
15274
15275 for ac_header in X11/XKBlib.h
15276 do
15277 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15278 echo "$as_me:$LINENO: checking for $ac_header" >&5
15279 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15280 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15281 echo $ECHO_N "(cached) $ECHO_C" >&6
15282 else
15283 cat >conftest.$ac_ext <<_ACEOF
15284 /* confdefs.h. */
15285 _ACEOF
15286 cat confdefs.h >>conftest.$ac_ext
15287 cat >>conftest.$ac_ext <<_ACEOF
15288 /* end confdefs.h. */
15289
15290 #if HAVE_X11_XLIB_H
15291 #include <X11/Xlib.h>
15292 #endif
15293
15294
15295 #include <$ac_header>
15296 _ACEOF
15297 rm -f conftest.$ac_objext
15298 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15299 (eval $ac_compile) 2>conftest.er1
15300 ac_status=$?
15301 grep -v '^ *+' conftest.er1 >conftest.err
15302 rm -f conftest.er1
15303 cat conftest.err >&5
15304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15305 (exit $ac_status); } &&
15306 { ac_try='test -z "$ac_c_werror_flag"
15307 || test ! -s conftest.err'
15308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15309 (eval $ac_try) 2>&5
15310 ac_status=$?
15311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15312 (exit $ac_status); }; } &&
15313 { ac_try='test -s conftest.$ac_objext'
15314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15315 (eval $ac_try) 2>&5
15316 ac_status=$?
15317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15318 (exit $ac_status); }; }; then
15319 eval "$as_ac_Header=yes"
15320 else
15321 echo "$as_me: failed program was:" >&5
15322 sed 's/^/| /' conftest.$ac_ext >&5
15323
15324 eval "$as_ac_Header=no"
15325 fi
15326 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15327 fi
15328 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15329 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15330 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15331 cat >>confdefs.h <<_ACEOF
15332 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15333 _ACEOF
15334
15335 fi
15336
15337 done
15338
15339 fi
15340 fi
15341
15342
15343 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
15344 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
15345 if test "${ac_cv_c_const+set}" = set; then
15346 echo $ECHO_N "(cached) $ECHO_C" >&6
15347 else
15348 cat >conftest.$ac_ext <<_ACEOF
15349 /* confdefs.h. */
15350 _ACEOF
15351 cat confdefs.h >>conftest.$ac_ext
15352 cat >>conftest.$ac_ext <<_ACEOF
15353 /* end confdefs.h. */
15354
15355 int
15356 main ()
15357 {
15358 /* FIXME: Include the comments suggested by Paul. */
15359 #ifndef __cplusplus
15360 /* Ultrix mips cc rejects this. */
15361 typedef int charset[2];
15362 const charset x;
15363 /* SunOS 4.1.1 cc rejects this. */
15364 char const *const *ccp;
15365 char **p;
15366 /* NEC SVR4.0.2 mips cc rejects this. */
15367 struct point {int x, y;};
15368 static struct point const zero = {0,0};
15369 /* AIX XL C 1.02.0.0 rejects this.
15370 It does not let you subtract one const X* pointer from another in
15371 an arm of an if-expression whose if-part is not a constant
15372 expression */
15373 const char *g = "string";
15374 ccp = &g + (g ? g-g : 0);
15375 /* HPUX 7.0 cc rejects these. */
15376 ++ccp;
15377 p = (char**) ccp;
15378 ccp = (char const *const *) p;
15379 { /* SCO 3.2v4 cc rejects this. */
15380 char *t;
15381 char const *s = 0 ? (char *) 0 : (char const *) 0;
15382
15383 *t++ = 0;
15384 }
15385 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
15386 int x[] = {25, 17};
15387 const int *foo = &x[0];
15388 ++foo;
15389 }
15390 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
15391 typedef const int *iptr;
15392 iptr p = 0;
15393 ++p;
15394 }
15395 { /* AIX XL C 1.02.0.0 rejects this saying
15396 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
15397 struct s { int j; const int *ap[3]; };
15398 struct s *b; b->j = 5;
15399 }
15400 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
15401 const int foo = 10;
15402 }
15403 #endif
15404
15405 ;
15406 return 0;
15407 }
15408 _ACEOF
15409 rm -f conftest.$ac_objext
15410 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15411 (eval $ac_compile) 2>conftest.er1
15412 ac_status=$?
15413 grep -v '^ *+' conftest.er1 >conftest.err
15414 rm -f conftest.er1
15415 cat conftest.err >&5
15416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15417 (exit $ac_status); } &&
15418 { ac_try='test -z "$ac_c_werror_flag"
15419 || test ! -s conftest.err'
15420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15421 (eval $ac_try) 2>&5
15422 ac_status=$?
15423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15424 (exit $ac_status); }; } &&
15425 { ac_try='test -s conftest.$ac_objext'
15426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15427 (eval $ac_try) 2>&5
15428 ac_status=$?
15429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15430 (exit $ac_status); }; }; then
15431 ac_cv_c_const=yes
15432 else
15433 echo "$as_me: failed program was:" >&5
15434 sed 's/^/| /' conftest.$ac_ext >&5
15435
15436 ac_cv_c_const=no
15437 fi
15438 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15439 fi
15440 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
15441 echo "${ECHO_T}$ac_cv_c_const" >&6
15442 if test $ac_cv_c_const = no; then
15443
15444 cat >>confdefs.h <<\_ACEOF
15445 #define const
15446 _ACEOF
15447
15448 fi
15449
15450 echo "$as_me:$LINENO: checking for inline" >&5
15451 echo $ECHO_N "checking for inline... $ECHO_C" >&6
15452 if test "${ac_cv_c_inline+set}" = set; then
15453 echo $ECHO_N "(cached) $ECHO_C" >&6
15454 else
15455 ac_cv_c_inline=no
15456 for ac_kw in inline __inline__ __inline; do
15457 cat >conftest.$ac_ext <<_ACEOF
15458 /* confdefs.h. */
15459 _ACEOF
15460 cat confdefs.h >>conftest.$ac_ext
15461 cat >>conftest.$ac_ext <<_ACEOF
15462 /* end confdefs.h. */
15463 #ifndef __cplusplus
15464 typedef int foo_t;
15465 static $ac_kw foo_t static_foo () {return 0; }
15466 $ac_kw foo_t foo () {return 0; }
15467 #endif
15468
15469 _ACEOF
15470 rm -f conftest.$ac_objext
15471 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15472 (eval $ac_compile) 2>conftest.er1
15473 ac_status=$?
15474 grep -v '^ *+' conftest.er1 >conftest.err
15475 rm -f conftest.er1
15476 cat conftest.err >&5
15477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15478 (exit $ac_status); } &&
15479 { ac_try='test -z "$ac_c_werror_flag"
15480 || test ! -s conftest.err'
15481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15482 (eval $ac_try) 2>&5
15483 ac_status=$?
15484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15485 (exit $ac_status); }; } &&
15486 { ac_try='test -s conftest.$ac_objext'
15487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15488 (eval $ac_try) 2>&5
15489 ac_status=$?
15490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15491 (exit $ac_status); }; }; then
15492 ac_cv_c_inline=$ac_kw; break
15493 else
15494 echo "$as_me: failed program was:" >&5
15495 sed 's/^/| /' conftest.$ac_ext >&5
15496
15497 fi
15498 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15499 done
15500
15501 fi
15502 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
15503 echo "${ECHO_T}$ac_cv_c_inline" >&6
15504
15505
15506 case $ac_cv_c_inline in
15507 inline | yes) ;;
15508 *)
15509 case $ac_cv_c_inline in
15510 no) ac_val=;;
15511 *) ac_val=$ac_cv_c_inline;;
15512 esac
15513 cat >>confdefs.h <<_ACEOF
15514 #ifndef __cplusplus
15515 #define inline $ac_val
15516 #endif
15517 _ACEOF
15518 ;;
15519 esac
15520
15521
15522 echo "$as_me:$LINENO: checking for char" >&5
15523 echo $ECHO_N "checking for char... $ECHO_C" >&6
15524 if test "${ac_cv_type_char+set}" = set; then
15525 echo $ECHO_N "(cached) $ECHO_C" >&6
15526 else
15527 cat >conftest.$ac_ext <<_ACEOF
15528 /* confdefs.h. */
15529 _ACEOF
15530 cat confdefs.h >>conftest.$ac_ext
15531 cat >>conftest.$ac_ext <<_ACEOF
15532 /* end confdefs.h. */
15533 $ac_includes_default
15534 int
15535 main ()
15536 {
15537 if ((char *) 0)
15538 return 0;
15539 if (sizeof (char))
15540 return 0;
15541 ;
15542 return 0;
15543 }
15544 _ACEOF
15545 rm -f conftest.$ac_objext
15546 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15547 (eval $ac_compile) 2>conftest.er1
15548 ac_status=$?
15549 grep -v '^ *+' conftest.er1 >conftest.err
15550 rm -f conftest.er1
15551 cat conftest.err >&5
15552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15553 (exit $ac_status); } &&
15554 { ac_try='test -z "$ac_c_werror_flag"
15555 || test ! -s conftest.err'
15556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15557 (eval $ac_try) 2>&5
15558 ac_status=$?
15559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15560 (exit $ac_status); }; } &&
15561 { ac_try='test -s conftest.$ac_objext'
15562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15563 (eval $ac_try) 2>&5
15564 ac_status=$?
15565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15566 (exit $ac_status); }; }; then
15567 ac_cv_type_char=yes
15568 else
15569 echo "$as_me: failed program was:" >&5
15570 sed 's/^/| /' conftest.$ac_ext >&5
15571
15572 ac_cv_type_char=no
15573 fi
15574 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15575 fi
15576 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
15577 echo "${ECHO_T}$ac_cv_type_char" >&6
15578
15579 echo "$as_me:$LINENO: checking size of char" >&5
15580 echo $ECHO_N "checking size of char... $ECHO_C" >&6
15581 if test "${ac_cv_sizeof_char+set}" = set; then
15582 echo $ECHO_N "(cached) $ECHO_C" >&6
15583 else
15584 if test "$ac_cv_type_char" = yes; then
15585 # The cast to unsigned long works around a bug in the HP C Compiler
15586 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15587 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15588 # This bug is HP SR number 8606223364.
15589 if test "$cross_compiling" = yes; then
15590 # Depending upon the size, compute the lo and hi bounds.
15591 cat >conftest.$ac_ext <<_ACEOF
15592 /* confdefs.h. */
15593 _ACEOF
15594 cat confdefs.h >>conftest.$ac_ext
15595 cat >>conftest.$ac_ext <<_ACEOF
15596 /* end confdefs.h. */
15597 $ac_includes_default
15598 int
15599 main ()
15600 {
15601 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
15602 test_array [0] = 0
15603
15604 ;
15605 return 0;
15606 }
15607 _ACEOF
15608 rm -f conftest.$ac_objext
15609 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15610 (eval $ac_compile) 2>conftest.er1
15611 ac_status=$?
15612 grep -v '^ *+' conftest.er1 >conftest.err
15613 rm -f conftest.er1
15614 cat conftest.err >&5
15615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15616 (exit $ac_status); } &&
15617 { ac_try='test -z "$ac_c_werror_flag"
15618 || test ! -s conftest.err'
15619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15620 (eval $ac_try) 2>&5
15621 ac_status=$?
15622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15623 (exit $ac_status); }; } &&
15624 { ac_try='test -s conftest.$ac_objext'
15625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15626 (eval $ac_try) 2>&5
15627 ac_status=$?
15628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15629 (exit $ac_status); }; }; then
15630 ac_lo=0 ac_mid=0
15631 while :; do
15632 cat >conftest.$ac_ext <<_ACEOF
15633 /* confdefs.h. */
15634 _ACEOF
15635 cat confdefs.h >>conftest.$ac_ext
15636 cat >>conftest.$ac_ext <<_ACEOF
15637 /* end confdefs.h. */
15638 $ac_includes_default
15639 int
15640 main ()
15641 {
15642 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15643 test_array [0] = 0
15644
15645 ;
15646 return 0;
15647 }
15648 _ACEOF
15649 rm -f conftest.$ac_objext
15650 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15651 (eval $ac_compile) 2>conftest.er1
15652 ac_status=$?
15653 grep -v '^ *+' conftest.er1 >conftest.err
15654 rm -f conftest.er1
15655 cat conftest.err >&5
15656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15657 (exit $ac_status); } &&
15658 { ac_try='test -z "$ac_c_werror_flag"
15659 || test ! -s conftest.err'
15660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15661 (eval $ac_try) 2>&5
15662 ac_status=$?
15663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15664 (exit $ac_status); }; } &&
15665 { ac_try='test -s conftest.$ac_objext'
15666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15667 (eval $ac_try) 2>&5
15668 ac_status=$?
15669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15670 (exit $ac_status); }; }; then
15671 ac_hi=$ac_mid; break
15672 else
15673 echo "$as_me: failed program was:" >&5
15674 sed 's/^/| /' conftest.$ac_ext >&5
15675
15676 ac_lo=`expr $ac_mid + 1`
15677 if test $ac_lo -le $ac_mid; then
15678 ac_lo= ac_hi=
15679 break
15680 fi
15681 ac_mid=`expr 2 '*' $ac_mid + 1`
15682 fi
15683 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15684 done
15685 else
15686 echo "$as_me: failed program was:" >&5
15687 sed 's/^/| /' conftest.$ac_ext >&5
15688
15689 cat >conftest.$ac_ext <<_ACEOF
15690 /* confdefs.h. */
15691 _ACEOF
15692 cat confdefs.h >>conftest.$ac_ext
15693 cat >>conftest.$ac_ext <<_ACEOF
15694 /* end confdefs.h. */
15695 $ac_includes_default
15696 int
15697 main ()
15698 {
15699 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
15700 test_array [0] = 0
15701
15702 ;
15703 return 0;
15704 }
15705 _ACEOF
15706 rm -f conftest.$ac_objext
15707 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15708 (eval $ac_compile) 2>conftest.er1
15709 ac_status=$?
15710 grep -v '^ *+' conftest.er1 >conftest.err
15711 rm -f conftest.er1
15712 cat conftest.err >&5
15713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15714 (exit $ac_status); } &&
15715 { ac_try='test -z "$ac_c_werror_flag"
15716 || test ! -s conftest.err'
15717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15718 (eval $ac_try) 2>&5
15719 ac_status=$?
15720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15721 (exit $ac_status); }; } &&
15722 { ac_try='test -s conftest.$ac_objext'
15723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15724 (eval $ac_try) 2>&5
15725 ac_status=$?
15726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15727 (exit $ac_status); }; }; then
15728 ac_hi=-1 ac_mid=-1
15729 while :; do
15730 cat >conftest.$ac_ext <<_ACEOF
15731 /* confdefs.h. */
15732 _ACEOF
15733 cat confdefs.h >>conftest.$ac_ext
15734 cat >>conftest.$ac_ext <<_ACEOF
15735 /* end confdefs.h. */
15736 $ac_includes_default
15737 int
15738 main ()
15739 {
15740 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
15741 test_array [0] = 0
15742
15743 ;
15744 return 0;
15745 }
15746 _ACEOF
15747 rm -f conftest.$ac_objext
15748 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15749 (eval $ac_compile) 2>conftest.er1
15750 ac_status=$?
15751 grep -v '^ *+' conftest.er1 >conftest.err
15752 rm -f conftest.er1
15753 cat conftest.err >&5
15754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15755 (exit $ac_status); } &&
15756 { ac_try='test -z "$ac_c_werror_flag"
15757 || test ! -s conftest.err'
15758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15759 (eval $ac_try) 2>&5
15760 ac_status=$?
15761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15762 (exit $ac_status); }; } &&
15763 { ac_try='test -s conftest.$ac_objext'
15764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15765 (eval $ac_try) 2>&5
15766 ac_status=$?
15767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15768 (exit $ac_status); }; }; then
15769 ac_lo=$ac_mid; break
15770 else
15771 echo "$as_me: failed program was:" >&5
15772 sed 's/^/| /' conftest.$ac_ext >&5
15773
15774 ac_hi=`expr '(' $ac_mid ')' - 1`
15775 if test $ac_mid -le $ac_hi; then
15776 ac_lo= ac_hi=
15777 break
15778 fi
15779 ac_mid=`expr 2 '*' $ac_mid`
15780 fi
15781 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15782 done
15783 else
15784 echo "$as_me: failed program was:" >&5
15785 sed 's/^/| /' conftest.$ac_ext >&5
15786
15787 ac_lo= ac_hi=
15788 fi
15789 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15790 fi
15791 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15792 # Binary search between lo and hi bounds.
15793 while test "x$ac_lo" != "x$ac_hi"; do
15794 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15795 cat >conftest.$ac_ext <<_ACEOF
15796 /* confdefs.h. */
15797 _ACEOF
15798 cat confdefs.h >>conftest.$ac_ext
15799 cat >>conftest.$ac_ext <<_ACEOF
15800 /* end confdefs.h. */
15801 $ac_includes_default
15802 int
15803 main ()
15804 {
15805 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15806 test_array [0] = 0
15807
15808 ;
15809 return 0;
15810 }
15811 _ACEOF
15812 rm -f conftest.$ac_objext
15813 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15814 (eval $ac_compile) 2>conftest.er1
15815 ac_status=$?
15816 grep -v '^ *+' conftest.er1 >conftest.err
15817 rm -f conftest.er1
15818 cat conftest.err >&5
15819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15820 (exit $ac_status); } &&
15821 { ac_try='test -z "$ac_c_werror_flag"
15822 || test ! -s conftest.err'
15823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15824 (eval $ac_try) 2>&5
15825 ac_status=$?
15826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15827 (exit $ac_status); }; } &&
15828 { ac_try='test -s conftest.$ac_objext'
15829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15830 (eval $ac_try) 2>&5
15831 ac_status=$?
15832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15833 (exit $ac_status); }; }; then
15834 ac_hi=$ac_mid
15835 else
15836 echo "$as_me: failed program was:" >&5
15837 sed 's/^/| /' conftest.$ac_ext >&5
15838
15839 ac_lo=`expr '(' $ac_mid ')' + 1`
15840 fi
15841 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15842 done
15843 case $ac_lo in
15844 ?*) ac_cv_sizeof_char=$ac_lo;;
15845 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
15846 See \`config.log' for more details." >&5
15847 echo "$as_me: error: cannot compute sizeof (char), 77
15848 See \`config.log' for more details." >&2;}
15849 { (exit 1); exit 1; }; } ;;
15850 esac
15851 else
15852 if test "$cross_compiling" = yes; then
15853 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15854 See \`config.log' for more details." >&5
15855 echo "$as_me: error: cannot run test program while cross compiling
15856 See \`config.log' for more details." >&2;}
15857 { (exit 1); exit 1; }; }
15858 else
15859 cat >conftest.$ac_ext <<_ACEOF
15860 /* confdefs.h. */
15861 _ACEOF
15862 cat confdefs.h >>conftest.$ac_ext
15863 cat >>conftest.$ac_ext <<_ACEOF
15864 /* end confdefs.h. */
15865 $ac_includes_default
15866 long longval () { return (long) (sizeof (char)); }
15867 unsigned long ulongval () { return (long) (sizeof (char)); }
15868 #include <stdio.h>
15869 #include <stdlib.h>
15870 int
15871 main ()
15872 {
15873
15874 FILE *f = fopen ("conftest.val", "w");
15875 if (! f)
15876 exit (1);
15877 if (((long) (sizeof (char))) < 0)
15878 {
15879 long i = longval ();
15880 if (i != ((long) (sizeof (char))))
15881 exit (1);
15882 fprintf (f, "%ld\n", i);
15883 }
15884 else
15885 {
15886 unsigned long i = ulongval ();
15887 if (i != ((long) (sizeof (char))))
15888 exit (1);
15889 fprintf (f, "%lu\n", i);
15890 }
15891 exit (ferror (f) || fclose (f) != 0);
15892
15893 ;
15894 return 0;
15895 }
15896 _ACEOF
15897 rm -f conftest$ac_exeext
15898 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15899 (eval $ac_link) 2>&5
15900 ac_status=$?
15901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15902 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15904 (eval $ac_try) 2>&5
15905 ac_status=$?
15906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15907 (exit $ac_status); }; }; then
15908 ac_cv_sizeof_char=`cat conftest.val`
15909 else
15910 echo "$as_me: program exited with status $ac_status" >&5
15911 echo "$as_me: failed program was:" >&5
15912 sed 's/^/| /' conftest.$ac_ext >&5
15913
15914 ( exit $ac_status )
15915 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
15916 See \`config.log' for more details." >&5
15917 echo "$as_me: error: cannot compute sizeof (char), 77
15918 See \`config.log' for more details." >&2;}
15919 { (exit 1); exit 1; }; }
15920 fi
15921 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15922 fi
15923 fi
15924 rm -f conftest.val
15925 else
15926 ac_cv_sizeof_char=0
15927 fi
15928 fi
15929 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
15930 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
15931 cat >>confdefs.h <<_ACEOF
15932 #define SIZEOF_CHAR $ac_cv_sizeof_char
15933 _ACEOF
15934
15935
15936 echo "$as_me:$LINENO: checking for short" >&5
15937 echo $ECHO_N "checking for short... $ECHO_C" >&6
15938 if test "${ac_cv_type_short+set}" = set; then
15939 echo $ECHO_N "(cached) $ECHO_C" >&6
15940 else
15941 cat >conftest.$ac_ext <<_ACEOF
15942 /* confdefs.h. */
15943 _ACEOF
15944 cat confdefs.h >>conftest.$ac_ext
15945 cat >>conftest.$ac_ext <<_ACEOF
15946 /* end confdefs.h. */
15947 $ac_includes_default
15948 int
15949 main ()
15950 {
15951 if ((short *) 0)
15952 return 0;
15953 if (sizeof (short))
15954 return 0;
15955 ;
15956 return 0;
15957 }
15958 _ACEOF
15959 rm -f conftest.$ac_objext
15960 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15961 (eval $ac_compile) 2>conftest.er1
15962 ac_status=$?
15963 grep -v '^ *+' conftest.er1 >conftest.err
15964 rm -f conftest.er1
15965 cat conftest.err >&5
15966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15967 (exit $ac_status); } &&
15968 { ac_try='test -z "$ac_c_werror_flag"
15969 || test ! -s conftest.err'
15970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15971 (eval $ac_try) 2>&5
15972 ac_status=$?
15973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15974 (exit $ac_status); }; } &&
15975 { ac_try='test -s conftest.$ac_objext'
15976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15977 (eval $ac_try) 2>&5
15978 ac_status=$?
15979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15980 (exit $ac_status); }; }; then
15981 ac_cv_type_short=yes
15982 else
15983 echo "$as_me: failed program was:" >&5
15984 sed 's/^/| /' conftest.$ac_ext >&5
15985
15986 ac_cv_type_short=no
15987 fi
15988 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15989 fi
15990 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
15991 echo "${ECHO_T}$ac_cv_type_short" >&6
15992
15993 echo "$as_me:$LINENO: checking size of short" >&5
15994 echo $ECHO_N "checking size of short... $ECHO_C" >&6
15995 if test "${ac_cv_sizeof_short+set}" = set; then
15996 echo $ECHO_N "(cached) $ECHO_C" >&6
15997 else
15998 if test "$ac_cv_type_short" = yes; then
15999 # The cast to unsigned long works around a bug in the HP C Compiler
16000 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16001 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16002 # This bug is HP SR number 8606223364.
16003 if test "$cross_compiling" = yes; then
16004 # Depending upon the size, compute the lo and hi bounds.
16005 cat >conftest.$ac_ext <<_ACEOF
16006 /* confdefs.h. */
16007 _ACEOF
16008 cat confdefs.h >>conftest.$ac_ext
16009 cat >>conftest.$ac_ext <<_ACEOF
16010 /* end confdefs.h. */
16011 $ac_includes_default
16012 int
16013 main ()
16014 {
16015 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
16016 test_array [0] = 0
16017
16018 ;
16019 return 0;
16020 }
16021 _ACEOF
16022 rm -f conftest.$ac_objext
16023 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16024 (eval $ac_compile) 2>conftest.er1
16025 ac_status=$?
16026 grep -v '^ *+' conftest.er1 >conftest.err
16027 rm -f conftest.er1
16028 cat conftest.err >&5
16029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16030 (exit $ac_status); } &&
16031 { ac_try='test -z "$ac_c_werror_flag"
16032 || test ! -s conftest.err'
16033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16034 (eval $ac_try) 2>&5
16035 ac_status=$?
16036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16037 (exit $ac_status); }; } &&
16038 { ac_try='test -s conftest.$ac_objext'
16039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16040 (eval $ac_try) 2>&5
16041 ac_status=$?
16042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16043 (exit $ac_status); }; }; then
16044 ac_lo=0 ac_mid=0
16045 while :; do
16046 cat >conftest.$ac_ext <<_ACEOF
16047 /* confdefs.h. */
16048 _ACEOF
16049 cat confdefs.h >>conftest.$ac_ext
16050 cat >>conftest.$ac_ext <<_ACEOF
16051 /* end confdefs.h. */
16052 $ac_includes_default
16053 int
16054 main ()
16055 {
16056 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
16057 test_array [0] = 0
16058
16059 ;
16060 return 0;
16061 }
16062 _ACEOF
16063 rm -f conftest.$ac_objext
16064 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16065 (eval $ac_compile) 2>conftest.er1
16066 ac_status=$?
16067 grep -v '^ *+' conftest.er1 >conftest.err
16068 rm -f conftest.er1
16069 cat conftest.err >&5
16070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16071 (exit $ac_status); } &&
16072 { ac_try='test -z "$ac_c_werror_flag"
16073 || test ! -s conftest.err'
16074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16075 (eval $ac_try) 2>&5
16076 ac_status=$?
16077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16078 (exit $ac_status); }; } &&
16079 { ac_try='test -s conftest.$ac_objext'
16080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16081 (eval $ac_try) 2>&5
16082 ac_status=$?
16083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16084 (exit $ac_status); }; }; then
16085 ac_hi=$ac_mid; break
16086 else
16087 echo "$as_me: failed program was:" >&5
16088 sed 's/^/| /' conftest.$ac_ext >&5
16089
16090 ac_lo=`expr $ac_mid + 1`
16091 if test $ac_lo -le $ac_mid; then
16092 ac_lo= ac_hi=
16093 break
16094 fi
16095 ac_mid=`expr 2 '*' $ac_mid + 1`
16096 fi
16097 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16098 done
16099 else
16100 echo "$as_me: failed program was:" >&5
16101 sed 's/^/| /' conftest.$ac_ext >&5
16102
16103 cat >conftest.$ac_ext <<_ACEOF
16104 /* confdefs.h. */
16105 _ACEOF
16106 cat confdefs.h >>conftest.$ac_ext
16107 cat >>conftest.$ac_ext <<_ACEOF
16108 /* end confdefs.h. */
16109 $ac_includes_default
16110 int
16111 main ()
16112 {
16113 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
16114 test_array [0] = 0
16115
16116 ;
16117 return 0;
16118 }
16119 _ACEOF
16120 rm -f conftest.$ac_objext
16121 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16122 (eval $ac_compile) 2>conftest.er1
16123 ac_status=$?
16124 grep -v '^ *+' conftest.er1 >conftest.err
16125 rm -f conftest.er1
16126 cat conftest.err >&5
16127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16128 (exit $ac_status); } &&
16129 { ac_try='test -z "$ac_c_werror_flag"
16130 || test ! -s conftest.err'
16131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16132 (eval $ac_try) 2>&5
16133 ac_status=$?
16134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16135 (exit $ac_status); }; } &&
16136 { ac_try='test -s conftest.$ac_objext'
16137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16138 (eval $ac_try) 2>&5
16139 ac_status=$?
16140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16141 (exit $ac_status); }; }; then
16142 ac_hi=-1 ac_mid=-1
16143 while :; do
16144 cat >conftest.$ac_ext <<_ACEOF
16145 /* confdefs.h. */
16146 _ACEOF
16147 cat confdefs.h >>conftest.$ac_ext
16148 cat >>conftest.$ac_ext <<_ACEOF
16149 /* end confdefs.h. */
16150 $ac_includes_default
16151 int
16152 main ()
16153 {
16154 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
16155 test_array [0] = 0
16156
16157 ;
16158 return 0;
16159 }
16160 _ACEOF
16161 rm -f conftest.$ac_objext
16162 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16163 (eval $ac_compile) 2>conftest.er1
16164 ac_status=$?
16165 grep -v '^ *+' conftest.er1 >conftest.err
16166 rm -f conftest.er1
16167 cat conftest.err >&5
16168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16169 (exit $ac_status); } &&
16170 { ac_try='test -z "$ac_c_werror_flag"
16171 || test ! -s conftest.err'
16172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16173 (eval $ac_try) 2>&5
16174 ac_status=$?
16175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16176 (exit $ac_status); }; } &&
16177 { ac_try='test -s conftest.$ac_objext'
16178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16179 (eval $ac_try) 2>&5
16180 ac_status=$?
16181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16182 (exit $ac_status); }; }; then
16183 ac_lo=$ac_mid; break
16184 else
16185 echo "$as_me: failed program was:" >&5
16186 sed 's/^/| /' conftest.$ac_ext >&5
16187
16188 ac_hi=`expr '(' $ac_mid ')' - 1`
16189 if test $ac_mid -le $ac_hi; then
16190 ac_lo= ac_hi=
16191 break
16192 fi
16193 ac_mid=`expr 2 '*' $ac_mid`
16194 fi
16195 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16196 done
16197 else
16198 echo "$as_me: failed program was:" >&5
16199 sed 's/^/| /' conftest.$ac_ext >&5
16200
16201 ac_lo= ac_hi=
16202 fi
16203 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16204 fi
16205 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16206 # Binary search between lo and hi bounds.
16207 while test "x$ac_lo" != "x$ac_hi"; do
16208 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16209 cat >conftest.$ac_ext <<_ACEOF
16210 /* confdefs.h. */
16211 _ACEOF
16212 cat confdefs.h >>conftest.$ac_ext
16213 cat >>conftest.$ac_ext <<_ACEOF
16214 /* end confdefs.h. */
16215 $ac_includes_default
16216 int
16217 main ()
16218 {
16219 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
16220 test_array [0] = 0
16221
16222 ;
16223 return 0;
16224 }
16225 _ACEOF
16226 rm -f conftest.$ac_objext
16227 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16228 (eval $ac_compile) 2>conftest.er1
16229 ac_status=$?
16230 grep -v '^ *+' conftest.er1 >conftest.err
16231 rm -f conftest.er1
16232 cat conftest.err >&5
16233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16234 (exit $ac_status); } &&
16235 { ac_try='test -z "$ac_c_werror_flag"
16236 || test ! -s conftest.err'
16237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16238 (eval $ac_try) 2>&5
16239 ac_status=$?
16240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16241 (exit $ac_status); }; } &&
16242 { ac_try='test -s conftest.$ac_objext'
16243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16244 (eval $ac_try) 2>&5
16245 ac_status=$?
16246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16247 (exit $ac_status); }; }; then
16248 ac_hi=$ac_mid
16249 else
16250 echo "$as_me: failed program was:" >&5
16251 sed 's/^/| /' conftest.$ac_ext >&5
16252
16253 ac_lo=`expr '(' $ac_mid ')' + 1`
16254 fi
16255 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16256 done
16257 case $ac_lo in
16258 ?*) ac_cv_sizeof_short=$ac_lo;;
16259 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16260 See \`config.log' for more details." >&5
16261 echo "$as_me: error: cannot compute sizeof (short), 77
16262 See \`config.log' for more details." >&2;}
16263 { (exit 1); exit 1; }; } ;;
16264 esac
16265 else
16266 if test "$cross_compiling" = yes; then
16267 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16268 See \`config.log' for more details." >&5
16269 echo "$as_me: error: cannot run test program while cross compiling
16270 See \`config.log' for more details." >&2;}
16271 { (exit 1); exit 1; }; }
16272 else
16273 cat >conftest.$ac_ext <<_ACEOF
16274 /* confdefs.h. */
16275 _ACEOF
16276 cat confdefs.h >>conftest.$ac_ext
16277 cat >>conftest.$ac_ext <<_ACEOF
16278 /* end confdefs.h. */
16279 $ac_includes_default
16280 long longval () { return (long) (sizeof (short)); }
16281 unsigned long ulongval () { return (long) (sizeof (short)); }
16282 #include <stdio.h>
16283 #include <stdlib.h>
16284 int
16285 main ()
16286 {
16287
16288 FILE *f = fopen ("conftest.val", "w");
16289 if (! f)
16290 exit (1);
16291 if (((long) (sizeof (short))) < 0)
16292 {
16293 long i = longval ();
16294 if (i != ((long) (sizeof (short))))
16295 exit (1);
16296 fprintf (f, "%ld\n", i);
16297 }
16298 else
16299 {
16300 unsigned long i = ulongval ();
16301 if (i != ((long) (sizeof (short))))
16302 exit (1);
16303 fprintf (f, "%lu\n", i);
16304 }
16305 exit (ferror (f) || fclose (f) != 0);
16306
16307 ;
16308 return 0;
16309 }
16310 _ACEOF
16311 rm -f conftest$ac_exeext
16312 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16313 (eval $ac_link) 2>&5
16314 ac_status=$?
16315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16316 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16318 (eval $ac_try) 2>&5
16319 ac_status=$?
16320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16321 (exit $ac_status); }; }; then
16322 ac_cv_sizeof_short=`cat conftest.val`
16323 else
16324 echo "$as_me: program exited with status $ac_status" >&5
16325 echo "$as_me: failed program was:" >&5
16326 sed 's/^/| /' conftest.$ac_ext >&5
16327
16328 ( exit $ac_status )
16329 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16330 See \`config.log' for more details." >&5
16331 echo "$as_me: error: cannot compute sizeof (short), 77
16332 See \`config.log' for more details." >&2;}
16333 { (exit 1); exit 1; }; }
16334 fi
16335 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16336 fi
16337 fi
16338 rm -f conftest.val
16339 else
16340 ac_cv_sizeof_short=0
16341 fi
16342 fi
16343 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
16344 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
16345 cat >>confdefs.h <<_ACEOF
16346 #define SIZEOF_SHORT $ac_cv_sizeof_short
16347 _ACEOF
16348
16349
16350 echo "$as_me:$LINENO: checking for void *" >&5
16351 echo $ECHO_N "checking for void *... $ECHO_C" >&6
16352 if test "${ac_cv_type_void_p+set}" = set; then
16353 echo $ECHO_N "(cached) $ECHO_C" >&6
16354 else
16355 cat >conftest.$ac_ext <<_ACEOF
16356 /* confdefs.h. */
16357 _ACEOF
16358 cat confdefs.h >>conftest.$ac_ext
16359 cat >>conftest.$ac_ext <<_ACEOF
16360 /* end confdefs.h. */
16361 $ac_includes_default
16362 int
16363 main ()
16364 {
16365 if ((void * *) 0)
16366 return 0;
16367 if (sizeof (void *))
16368 return 0;
16369 ;
16370 return 0;
16371 }
16372 _ACEOF
16373 rm -f conftest.$ac_objext
16374 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16375 (eval $ac_compile) 2>conftest.er1
16376 ac_status=$?
16377 grep -v '^ *+' conftest.er1 >conftest.err
16378 rm -f conftest.er1
16379 cat conftest.err >&5
16380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16381 (exit $ac_status); } &&
16382 { ac_try='test -z "$ac_c_werror_flag"
16383 || test ! -s conftest.err'
16384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16385 (eval $ac_try) 2>&5
16386 ac_status=$?
16387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16388 (exit $ac_status); }; } &&
16389 { ac_try='test -s conftest.$ac_objext'
16390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16391 (eval $ac_try) 2>&5
16392 ac_status=$?
16393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16394 (exit $ac_status); }; }; then
16395 ac_cv_type_void_p=yes
16396 else
16397 echo "$as_me: failed program was:" >&5
16398 sed 's/^/| /' conftest.$ac_ext >&5
16399
16400 ac_cv_type_void_p=no
16401 fi
16402 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16403 fi
16404 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
16405 echo "${ECHO_T}$ac_cv_type_void_p" >&6
16406
16407 echo "$as_me:$LINENO: checking size of void *" >&5
16408 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
16409 if test "${ac_cv_sizeof_void_p+set}" = set; then
16410 echo $ECHO_N "(cached) $ECHO_C" >&6
16411 else
16412 if test "$ac_cv_type_void_p" = yes; then
16413 # The cast to unsigned long works around a bug in the HP C Compiler
16414 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16415 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16416 # This bug is HP SR number 8606223364.
16417 if test "$cross_compiling" = yes; then
16418 # Depending upon the size, compute the lo and hi bounds.
16419 cat >conftest.$ac_ext <<_ACEOF
16420 /* confdefs.h. */
16421 _ACEOF
16422 cat confdefs.h >>conftest.$ac_ext
16423 cat >>conftest.$ac_ext <<_ACEOF
16424 /* end confdefs.h. */
16425 $ac_includes_default
16426 int
16427 main ()
16428 {
16429 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
16430 test_array [0] = 0
16431
16432 ;
16433 return 0;
16434 }
16435 _ACEOF
16436 rm -f conftest.$ac_objext
16437 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16438 (eval $ac_compile) 2>conftest.er1
16439 ac_status=$?
16440 grep -v '^ *+' conftest.er1 >conftest.err
16441 rm -f conftest.er1
16442 cat conftest.err >&5
16443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16444 (exit $ac_status); } &&
16445 { ac_try='test -z "$ac_c_werror_flag"
16446 || test ! -s conftest.err'
16447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16448 (eval $ac_try) 2>&5
16449 ac_status=$?
16450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16451 (exit $ac_status); }; } &&
16452 { ac_try='test -s conftest.$ac_objext'
16453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16454 (eval $ac_try) 2>&5
16455 ac_status=$?
16456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16457 (exit $ac_status); }; }; then
16458 ac_lo=0 ac_mid=0
16459 while :; do
16460 cat >conftest.$ac_ext <<_ACEOF
16461 /* confdefs.h. */
16462 _ACEOF
16463 cat confdefs.h >>conftest.$ac_ext
16464 cat >>conftest.$ac_ext <<_ACEOF
16465 /* end confdefs.h. */
16466 $ac_includes_default
16467 int
16468 main ()
16469 {
16470 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16471 test_array [0] = 0
16472
16473 ;
16474 return 0;
16475 }
16476 _ACEOF
16477 rm -f conftest.$ac_objext
16478 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16479 (eval $ac_compile) 2>conftest.er1
16480 ac_status=$?
16481 grep -v '^ *+' conftest.er1 >conftest.err
16482 rm -f conftest.er1
16483 cat conftest.err >&5
16484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16485 (exit $ac_status); } &&
16486 { ac_try='test -z "$ac_c_werror_flag"
16487 || test ! -s conftest.err'
16488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16489 (eval $ac_try) 2>&5
16490 ac_status=$?
16491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16492 (exit $ac_status); }; } &&
16493 { ac_try='test -s conftest.$ac_objext'
16494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16495 (eval $ac_try) 2>&5
16496 ac_status=$?
16497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16498 (exit $ac_status); }; }; then
16499 ac_hi=$ac_mid; break
16500 else
16501 echo "$as_me: failed program was:" >&5
16502 sed 's/^/| /' conftest.$ac_ext >&5
16503
16504 ac_lo=`expr $ac_mid + 1`
16505 if test $ac_lo -le $ac_mid; then
16506 ac_lo= ac_hi=
16507 break
16508 fi
16509 ac_mid=`expr 2 '*' $ac_mid + 1`
16510 fi
16511 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16512 done
16513 else
16514 echo "$as_me: failed program was:" >&5
16515 sed 's/^/| /' conftest.$ac_ext >&5
16516
16517 cat >conftest.$ac_ext <<_ACEOF
16518 /* confdefs.h. */
16519 _ACEOF
16520 cat confdefs.h >>conftest.$ac_ext
16521 cat >>conftest.$ac_ext <<_ACEOF
16522 /* end confdefs.h. */
16523 $ac_includes_default
16524 int
16525 main ()
16526 {
16527 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
16528 test_array [0] = 0
16529
16530 ;
16531 return 0;
16532 }
16533 _ACEOF
16534 rm -f conftest.$ac_objext
16535 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16536 (eval $ac_compile) 2>conftest.er1
16537 ac_status=$?
16538 grep -v '^ *+' conftest.er1 >conftest.err
16539 rm -f conftest.er1
16540 cat conftest.err >&5
16541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16542 (exit $ac_status); } &&
16543 { ac_try='test -z "$ac_c_werror_flag"
16544 || test ! -s conftest.err'
16545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16546 (eval $ac_try) 2>&5
16547 ac_status=$?
16548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16549 (exit $ac_status); }; } &&
16550 { ac_try='test -s conftest.$ac_objext'
16551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16552 (eval $ac_try) 2>&5
16553 ac_status=$?
16554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16555 (exit $ac_status); }; }; then
16556 ac_hi=-1 ac_mid=-1
16557 while :; do
16558 cat >conftest.$ac_ext <<_ACEOF
16559 /* confdefs.h. */
16560 _ACEOF
16561 cat confdefs.h >>conftest.$ac_ext
16562 cat >>conftest.$ac_ext <<_ACEOF
16563 /* end confdefs.h. */
16564 $ac_includes_default
16565 int
16566 main ()
16567 {
16568 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
16569 test_array [0] = 0
16570
16571 ;
16572 return 0;
16573 }
16574 _ACEOF
16575 rm -f conftest.$ac_objext
16576 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16577 (eval $ac_compile) 2>conftest.er1
16578 ac_status=$?
16579 grep -v '^ *+' conftest.er1 >conftest.err
16580 rm -f conftest.er1
16581 cat conftest.err >&5
16582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16583 (exit $ac_status); } &&
16584 { ac_try='test -z "$ac_c_werror_flag"
16585 || test ! -s conftest.err'
16586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16587 (eval $ac_try) 2>&5
16588 ac_status=$?
16589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16590 (exit $ac_status); }; } &&
16591 { ac_try='test -s conftest.$ac_objext'
16592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16593 (eval $ac_try) 2>&5
16594 ac_status=$?
16595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16596 (exit $ac_status); }; }; then
16597 ac_lo=$ac_mid; break
16598 else
16599 echo "$as_me: failed program was:" >&5
16600 sed 's/^/| /' conftest.$ac_ext >&5
16601
16602 ac_hi=`expr '(' $ac_mid ')' - 1`
16603 if test $ac_mid -le $ac_hi; then
16604 ac_lo= ac_hi=
16605 break
16606 fi
16607 ac_mid=`expr 2 '*' $ac_mid`
16608 fi
16609 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16610 done
16611 else
16612 echo "$as_me: failed program was:" >&5
16613 sed 's/^/| /' conftest.$ac_ext >&5
16614
16615 ac_lo= ac_hi=
16616 fi
16617 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16618 fi
16619 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16620 # Binary search between lo and hi bounds.
16621 while test "x$ac_lo" != "x$ac_hi"; do
16622 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16623 cat >conftest.$ac_ext <<_ACEOF
16624 /* confdefs.h. */
16625 _ACEOF
16626 cat confdefs.h >>conftest.$ac_ext
16627 cat >>conftest.$ac_ext <<_ACEOF
16628 /* end confdefs.h. */
16629 $ac_includes_default
16630 int
16631 main ()
16632 {
16633 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16634 test_array [0] = 0
16635
16636 ;
16637 return 0;
16638 }
16639 _ACEOF
16640 rm -f conftest.$ac_objext
16641 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16642 (eval $ac_compile) 2>conftest.er1
16643 ac_status=$?
16644 grep -v '^ *+' conftest.er1 >conftest.err
16645 rm -f conftest.er1
16646 cat conftest.err >&5
16647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16648 (exit $ac_status); } &&
16649 { ac_try='test -z "$ac_c_werror_flag"
16650 || test ! -s conftest.err'
16651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16652 (eval $ac_try) 2>&5
16653 ac_status=$?
16654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16655 (exit $ac_status); }; } &&
16656 { ac_try='test -s conftest.$ac_objext'
16657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16658 (eval $ac_try) 2>&5
16659 ac_status=$?
16660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16661 (exit $ac_status); }; }; then
16662 ac_hi=$ac_mid
16663 else
16664 echo "$as_me: failed program was:" >&5
16665 sed 's/^/| /' conftest.$ac_ext >&5
16666
16667 ac_lo=`expr '(' $ac_mid ')' + 1`
16668 fi
16669 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16670 done
16671 case $ac_lo in
16672 ?*) ac_cv_sizeof_void_p=$ac_lo;;
16673 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16674 See \`config.log' for more details." >&5
16675 echo "$as_me: error: cannot compute sizeof (void *), 77
16676 See \`config.log' for more details." >&2;}
16677 { (exit 1); exit 1; }; } ;;
16678 esac
16679 else
16680 if test "$cross_compiling" = yes; then
16681 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16682 See \`config.log' for more details." >&5
16683 echo "$as_me: error: cannot run test program while cross compiling
16684 See \`config.log' for more details." >&2;}
16685 { (exit 1); exit 1; }; }
16686 else
16687 cat >conftest.$ac_ext <<_ACEOF
16688 /* confdefs.h. */
16689 _ACEOF
16690 cat confdefs.h >>conftest.$ac_ext
16691 cat >>conftest.$ac_ext <<_ACEOF
16692 /* end confdefs.h. */
16693 $ac_includes_default
16694 long longval () { return (long) (sizeof (void *)); }
16695 unsigned long ulongval () { return (long) (sizeof (void *)); }
16696 #include <stdio.h>
16697 #include <stdlib.h>
16698 int
16699 main ()
16700 {
16701
16702 FILE *f = fopen ("conftest.val", "w");
16703 if (! f)
16704 exit (1);
16705 if (((long) (sizeof (void *))) < 0)
16706 {
16707 long i = longval ();
16708 if (i != ((long) (sizeof (void *))))
16709 exit (1);
16710 fprintf (f, "%ld\n", i);
16711 }
16712 else
16713 {
16714 unsigned long i = ulongval ();
16715 if (i != ((long) (sizeof (void *))))
16716 exit (1);
16717 fprintf (f, "%lu\n", i);
16718 }
16719 exit (ferror (f) || fclose (f) != 0);
16720
16721 ;
16722 return 0;
16723 }
16724 _ACEOF
16725 rm -f conftest$ac_exeext
16726 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16727 (eval $ac_link) 2>&5
16728 ac_status=$?
16729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16730 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16732 (eval $ac_try) 2>&5
16733 ac_status=$?
16734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16735 (exit $ac_status); }; }; then
16736 ac_cv_sizeof_void_p=`cat conftest.val`
16737 else
16738 echo "$as_me: program exited with status $ac_status" >&5
16739 echo "$as_me: failed program was:" >&5
16740 sed 's/^/| /' conftest.$ac_ext >&5
16741
16742 ( exit $ac_status )
16743 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16744 See \`config.log' for more details." >&5
16745 echo "$as_me: error: cannot compute sizeof (void *), 77
16746 See \`config.log' for more details." >&2;}
16747 { (exit 1); exit 1; }; }
16748 fi
16749 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16750 fi
16751 fi
16752 rm -f conftest.val
16753 else
16754 ac_cv_sizeof_void_p=0
16755 fi
16756 fi
16757 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
16758 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
16759 cat >>confdefs.h <<_ACEOF
16760 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
16761 _ACEOF
16762
16763
16764 echo "$as_me:$LINENO: checking for int" >&5
16765 echo $ECHO_N "checking for int... $ECHO_C" >&6
16766 if test "${ac_cv_type_int+set}" = set; then
16767 echo $ECHO_N "(cached) $ECHO_C" >&6
16768 else
16769 cat >conftest.$ac_ext <<_ACEOF
16770 /* confdefs.h. */
16771 _ACEOF
16772 cat confdefs.h >>conftest.$ac_ext
16773 cat >>conftest.$ac_ext <<_ACEOF
16774 /* end confdefs.h. */
16775 $ac_includes_default
16776 int
16777 main ()
16778 {
16779 if ((int *) 0)
16780 return 0;
16781 if (sizeof (int))
16782 return 0;
16783 ;
16784 return 0;
16785 }
16786 _ACEOF
16787 rm -f conftest.$ac_objext
16788 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16789 (eval $ac_compile) 2>conftest.er1
16790 ac_status=$?
16791 grep -v '^ *+' conftest.er1 >conftest.err
16792 rm -f conftest.er1
16793 cat conftest.err >&5
16794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16795 (exit $ac_status); } &&
16796 { ac_try='test -z "$ac_c_werror_flag"
16797 || 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_cv_type_int=yes
16810 else
16811 echo "$as_me: failed program was:" >&5
16812 sed 's/^/| /' conftest.$ac_ext >&5
16813
16814 ac_cv_type_int=no
16815 fi
16816 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16817 fi
16818 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
16819 echo "${ECHO_T}$ac_cv_type_int" >&6
16820
16821 echo "$as_me:$LINENO: checking size of int" >&5
16822 echo $ECHO_N "checking size of int... $ECHO_C" >&6
16823 if test "${ac_cv_sizeof_int+set}" = set; then
16824 echo $ECHO_N "(cached) $ECHO_C" >&6
16825 else
16826 if test "$ac_cv_type_int" = yes; then
16827 # The cast to unsigned long works around a bug in the HP C Compiler
16828 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16829 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16830 # This bug is HP SR number 8606223364.
16831 if test "$cross_compiling" = yes; then
16832 # Depending upon the size, compute the lo and hi bounds.
16833 cat >conftest.$ac_ext <<_ACEOF
16834 /* confdefs.h. */
16835 _ACEOF
16836 cat confdefs.h >>conftest.$ac_ext
16837 cat >>conftest.$ac_ext <<_ACEOF
16838 /* end confdefs.h. */
16839 $ac_includes_default
16840 int
16841 main ()
16842 {
16843 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
16844 test_array [0] = 0
16845
16846 ;
16847 return 0;
16848 }
16849 _ACEOF
16850 rm -f conftest.$ac_objext
16851 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16852 (eval $ac_compile) 2>conftest.er1
16853 ac_status=$?
16854 grep -v '^ *+' conftest.er1 >conftest.err
16855 rm -f conftest.er1
16856 cat conftest.err >&5
16857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16858 (exit $ac_status); } &&
16859 { ac_try='test -z "$ac_c_werror_flag"
16860 || test ! -s conftest.err'
16861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16862 (eval $ac_try) 2>&5
16863 ac_status=$?
16864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16865 (exit $ac_status); }; } &&
16866 { ac_try='test -s conftest.$ac_objext'
16867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16868 (eval $ac_try) 2>&5
16869 ac_status=$?
16870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16871 (exit $ac_status); }; }; then
16872 ac_lo=0 ac_mid=0
16873 while :; do
16874 cat >conftest.$ac_ext <<_ACEOF
16875 /* confdefs.h. */
16876 _ACEOF
16877 cat confdefs.h >>conftest.$ac_ext
16878 cat >>conftest.$ac_ext <<_ACEOF
16879 /* end confdefs.h. */
16880 $ac_includes_default
16881 int
16882 main ()
16883 {
16884 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
16885 test_array [0] = 0
16886
16887 ;
16888 return 0;
16889 }
16890 _ACEOF
16891 rm -f conftest.$ac_objext
16892 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16893 (eval $ac_compile) 2>conftest.er1
16894 ac_status=$?
16895 grep -v '^ *+' conftest.er1 >conftest.err
16896 rm -f conftest.er1
16897 cat conftest.err >&5
16898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16899 (exit $ac_status); } &&
16900 { ac_try='test -z "$ac_c_werror_flag"
16901 || test ! -s conftest.err'
16902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16903 (eval $ac_try) 2>&5
16904 ac_status=$?
16905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16906 (exit $ac_status); }; } &&
16907 { ac_try='test -s conftest.$ac_objext'
16908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16909 (eval $ac_try) 2>&5
16910 ac_status=$?
16911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16912 (exit $ac_status); }; }; then
16913 ac_hi=$ac_mid; break
16914 else
16915 echo "$as_me: failed program was:" >&5
16916 sed 's/^/| /' conftest.$ac_ext >&5
16917
16918 ac_lo=`expr $ac_mid + 1`
16919 if test $ac_lo -le $ac_mid; then
16920 ac_lo= ac_hi=
16921 break
16922 fi
16923 ac_mid=`expr 2 '*' $ac_mid + 1`
16924 fi
16925 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16926 done
16927 else
16928 echo "$as_me: failed program was:" >&5
16929 sed 's/^/| /' conftest.$ac_ext >&5
16930
16931 cat >conftest.$ac_ext <<_ACEOF
16932 /* confdefs.h. */
16933 _ACEOF
16934 cat confdefs.h >>conftest.$ac_ext
16935 cat >>conftest.$ac_ext <<_ACEOF
16936 /* end confdefs.h. */
16937 $ac_includes_default
16938 int
16939 main ()
16940 {
16941 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
16942 test_array [0] = 0
16943
16944 ;
16945 return 0;
16946 }
16947 _ACEOF
16948 rm -f conftest.$ac_objext
16949 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16950 (eval $ac_compile) 2>conftest.er1
16951 ac_status=$?
16952 grep -v '^ *+' conftest.er1 >conftest.err
16953 rm -f conftest.er1
16954 cat conftest.err >&5
16955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16956 (exit $ac_status); } &&
16957 { ac_try='test -z "$ac_c_werror_flag"
16958 || test ! -s conftest.err'
16959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16960 (eval $ac_try) 2>&5
16961 ac_status=$?
16962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16963 (exit $ac_status); }; } &&
16964 { ac_try='test -s conftest.$ac_objext'
16965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16966 (eval $ac_try) 2>&5
16967 ac_status=$?
16968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16969 (exit $ac_status); }; }; then
16970 ac_hi=-1 ac_mid=-1
16971 while :; do
16972 cat >conftest.$ac_ext <<_ACEOF
16973 /* confdefs.h. */
16974 _ACEOF
16975 cat confdefs.h >>conftest.$ac_ext
16976 cat >>conftest.$ac_ext <<_ACEOF
16977 /* end confdefs.h. */
16978 $ac_includes_default
16979 int
16980 main ()
16981 {
16982 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
16983 test_array [0] = 0
16984
16985 ;
16986 return 0;
16987 }
16988 _ACEOF
16989 rm -f conftest.$ac_objext
16990 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16991 (eval $ac_compile) 2>conftest.er1
16992 ac_status=$?
16993 grep -v '^ *+' conftest.er1 >conftest.err
16994 rm -f conftest.er1
16995 cat conftest.err >&5
16996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16997 (exit $ac_status); } &&
16998 { ac_try='test -z "$ac_c_werror_flag"
16999 || test ! -s conftest.err'
17000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17001 (eval $ac_try) 2>&5
17002 ac_status=$?
17003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17004 (exit $ac_status); }; } &&
17005 { ac_try='test -s conftest.$ac_objext'
17006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17007 (eval $ac_try) 2>&5
17008 ac_status=$?
17009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17010 (exit $ac_status); }; }; then
17011 ac_lo=$ac_mid; break
17012 else
17013 echo "$as_me: failed program was:" >&5
17014 sed 's/^/| /' conftest.$ac_ext >&5
17015
17016 ac_hi=`expr '(' $ac_mid ')' - 1`
17017 if test $ac_mid -le $ac_hi; then
17018 ac_lo= ac_hi=
17019 break
17020 fi
17021 ac_mid=`expr 2 '*' $ac_mid`
17022 fi
17023 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17024 done
17025 else
17026 echo "$as_me: failed program was:" >&5
17027 sed 's/^/| /' conftest.$ac_ext >&5
17028
17029 ac_lo= ac_hi=
17030 fi
17031 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17032 fi
17033 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17034 # Binary search between lo and hi bounds.
17035 while test "x$ac_lo" != "x$ac_hi"; do
17036 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17037 cat >conftest.$ac_ext <<_ACEOF
17038 /* confdefs.h. */
17039 _ACEOF
17040 cat confdefs.h >>conftest.$ac_ext
17041 cat >>conftest.$ac_ext <<_ACEOF
17042 /* end confdefs.h. */
17043 $ac_includes_default
17044 int
17045 main ()
17046 {
17047 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
17048 test_array [0] = 0
17049
17050 ;
17051 return 0;
17052 }
17053 _ACEOF
17054 rm -f conftest.$ac_objext
17055 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17056 (eval $ac_compile) 2>conftest.er1
17057 ac_status=$?
17058 grep -v '^ *+' conftest.er1 >conftest.err
17059 rm -f conftest.er1
17060 cat conftest.err >&5
17061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17062 (exit $ac_status); } &&
17063 { ac_try='test -z "$ac_c_werror_flag"
17064 || test ! -s conftest.err'
17065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17066 (eval $ac_try) 2>&5
17067 ac_status=$?
17068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17069 (exit $ac_status); }; } &&
17070 { ac_try='test -s conftest.$ac_objext'
17071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17072 (eval $ac_try) 2>&5
17073 ac_status=$?
17074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17075 (exit $ac_status); }; }; then
17076 ac_hi=$ac_mid
17077 else
17078 echo "$as_me: failed program was:" >&5
17079 sed 's/^/| /' conftest.$ac_ext >&5
17080
17081 ac_lo=`expr '(' $ac_mid ')' + 1`
17082 fi
17083 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17084 done
17085 case $ac_lo in
17086 ?*) ac_cv_sizeof_int=$ac_lo;;
17087 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17088 See \`config.log' for more details." >&5
17089 echo "$as_me: error: cannot compute sizeof (int), 77
17090 See \`config.log' for more details." >&2;}
17091 { (exit 1); exit 1; }; } ;;
17092 esac
17093 else
17094 if test "$cross_compiling" = yes; then
17095 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
17096 See \`config.log' for more details." >&5
17097 echo "$as_me: error: cannot run test program while cross compiling
17098 See \`config.log' for more details." >&2;}
17099 { (exit 1); exit 1; }; }
17100 else
17101 cat >conftest.$ac_ext <<_ACEOF
17102 /* confdefs.h. */
17103 _ACEOF
17104 cat confdefs.h >>conftest.$ac_ext
17105 cat >>conftest.$ac_ext <<_ACEOF
17106 /* end confdefs.h. */
17107 $ac_includes_default
17108 long longval () { return (long) (sizeof (int)); }
17109 unsigned long ulongval () { return (long) (sizeof (int)); }
17110 #include <stdio.h>
17111 #include <stdlib.h>
17112 int
17113 main ()
17114 {
17115
17116 FILE *f = fopen ("conftest.val", "w");
17117 if (! f)
17118 exit (1);
17119 if (((long) (sizeof (int))) < 0)
17120 {
17121 long i = longval ();
17122 if (i != ((long) (sizeof (int))))
17123 exit (1);
17124 fprintf (f, "%ld\n", i);
17125 }
17126 else
17127 {
17128 unsigned long i = ulongval ();
17129 if (i != ((long) (sizeof (int))))
17130 exit (1);
17131 fprintf (f, "%lu\n", i);
17132 }
17133 exit (ferror (f) || fclose (f) != 0);
17134
17135 ;
17136 return 0;
17137 }
17138 _ACEOF
17139 rm -f conftest$ac_exeext
17140 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17141 (eval $ac_link) 2>&5
17142 ac_status=$?
17143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17144 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17146 (eval $ac_try) 2>&5
17147 ac_status=$?
17148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17149 (exit $ac_status); }; }; then
17150 ac_cv_sizeof_int=`cat conftest.val`
17151 else
17152 echo "$as_me: program exited with status $ac_status" >&5
17153 echo "$as_me: failed program was:" >&5
17154 sed 's/^/| /' conftest.$ac_ext >&5
17155
17156 ( exit $ac_status )
17157 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17158 See \`config.log' for more details." >&5
17159 echo "$as_me: error: cannot compute sizeof (int), 77
17160 See \`config.log' for more details." >&2;}
17161 { (exit 1); exit 1; }; }
17162 fi
17163 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17164 fi
17165 fi
17166 rm -f conftest.val
17167 else
17168 ac_cv_sizeof_int=0
17169 fi
17170 fi
17171 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
17172 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
17173 cat >>confdefs.h <<_ACEOF
17174 #define SIZEOF_INT $ac_cv_sizeof_int
17175 _ACEOF
17176
17177
17178 echo "$as_me:$LINENO: checking for long" >&5
17179 echo $ECHO_N "checking for long... $ECHO_C" >&6
17180 if test "${ac_cv_type_long+set}" = set; then
17181 echo $ECHO_N "(cached) $ECHO_C" >&6
17182 else
17183 cat >conftest.$ac_ext <<_ACEOF
17184 /* confdefs.h. */
17185 _ACEOF
17186 cat confdefs.h >>conftest.$ac_ext
17187 cat >>conftest.$ac_ext <<_ACEOF
17188 /* end confdefs.h. */
17189 $ac_includes_default
17190 int
17191 main ()
17192 {
17193 if ((long *) 0)
17194 return 0;
17195 if (sizeof (long))
17196 return 0;
17197 ;
17198 return 0;
17199 }
17200 _ACEOF
17201 rm -f conftest.$ac_objext
17202 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17203 (eval $ac_compile) 2>conftest.er1
17204 ac_status=$?
17205 grep -v '^ *+' conftest.er1 >conftest.err
17206 rm -f conftest.er1
17207 cat conftest.err >&5
17208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17209 (exit $ac_status); } &&
17210 { ac_try='test -z "$ac_c_werror_flag"
17211 || test ! -s conftest.err'
17212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17213 (eval $ac_try) 2>&5
17214 ac_status=$?
17215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17216 (exit $ac_status); }; } &&
17217 { ac_try='test -s conftest.$ac_objext'
17218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17219 (eval $ac_try) 2>&5
17220 ac_status=$?
17221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17222 (exit $ac_status); }; }; then
17223 ac_cv_type_long=yes
17224 else
17225 echo "$as_me: failed program was:" >&5
17226 sed 's/^/| /' conftest.$ac_ext >&5
17227
17228 ac_cv_type_long=no
17229 fi
17230 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17231 fi
17232 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
17233 echo "${ECHO_T}$ac_cv_type_long" >&6
17234
17235 echo "$as_me:$LINENO: checking size of long" >&5
17236 echo $ECHO_N "checking size of long... $ECHO_C" >&6
17237 if test "${ac_cv_sizeof_long+set}" = set; then
17238 echo $ECHO_N "(cached) $ECHO_C" >&6
17239 else
17240 if test "$ac_cv_type_long" = yes; then
17241 # The cast to unsigned long works around a bug in the HP C Compiler
17242 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17243 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17244 # This bug is HP SR number 8606223364.
17245 if test "$cross_compiling" = yes; then
17246 # Depending upon the size, compute the lo and hi bounds.
17247 cat >conftest.$ac_ext <<_ACEOF
17248 /* confdefs.h. */
17249 _ACEOF
17250 cat confdefs.h >>conftest.$ac_ext
17251 cat >>conftest.$ac_ext <<_ACEOF
17252 /* end confdefs.h. */
17253 $ac_includes_default
17254 int
17255 main ()
17256 {
17257 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
17258 test_array [0] = 0
17259
17260 ;
17261 return 0;
17262 }
17263 _ACEOF
17264 rm -f conftest.$ac_objext
17265 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17266 (eval $ac_compile) 2>conftest.er1
17267 ac_status=$?
17268 grep -v '^ *+' conftest.er1 >conftest.err
17269 rm -f conftest.er1
17270 cat conftest.err >&5
17271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17272 (exit $ac_status); } &&
17273 { ac_try='test -z "$ac_c_werror_flag"
17274 || test ! -s conftest.err'
17275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17276 (eval $ac_try) 2>&5
17277 ac_status=$?
17278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17279 (exit $ac_status); }; } &&
17280 { ac_try='test -s conftest.$ac_objext'
17281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17282 (eval $ac_try) 2>&5
17283 ac_status=$?
17284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17285 (exit $ac_status); }; }; then
17286 ac_lo=0 ac_mid=0
17287 while :; do
17288 cat >conftest.$ac_ext <<_ACEOF
17289 /* confdefs.h. */
17290 _ACEOF
17291 cat confdefs.h >>conftest.$ac_ext
17292 cat >>conftest.$ac_ext <<_ACEOF
17293 /* end confdefs.h. */
17294 $ac_includes_default
17295 int
17296 main ()
17297 {
17298 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17299 test_array [0] = 0
17300
17301 ;
17302 return 0;
17303 }
17304 _ACEOF
17305 rm -f conftest.$ac_objext
17306 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17307 (eval $ac_compile) 2>conftest.er1
17308 ac_status=$?
17309 grep -v '^ *+' conftest.er1 >conftest.err
17310 rm -f conftest.er1
17311 cat conftest.err >&5
17312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17313 (exit $ac_status); } &&
17314 { ac_try='test -z "$ac_c_werror_flag"
17315 || test ! -s conftest.err'
17316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17317 (eval $ac_try) 2>&5
17318 ac_status=$?
17319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17320 (exit $ac_status); }; } &&
17321 { ac_try='test -s conftest.$ac_objext'
17322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17323 (eval $ac_try) 2>&5
17324 ac_status=$?
17325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17326 (exit $ac_status); }; }; then
17327 ac_hi=$ac_mid; break
17328 else
17329 echo "$as_me: failed program was:" >&5
17330 sed 's/^/| /' conftest.$ac_ext >&5
17331
17332 ac_lo=`expr $ac_mid + 1`
17333 if test $ac_lo -le $ac_mid; then
17334 ac_lo= ac_hi=
17335 break
17336 fi
17337 ac_mid=`expr 2 '*' $ac_mid + 1`
17338 fi
17339 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17340 done
17341 else
17342 echo "$as_me: failed program was:" >&5
17343 sed 's/^/| /' conftest.$ac_ext >&5
17344
17345 cat >conftest.$ac_ext <<_ACEOF
17346 /* confdefs.h. */
17347 _ACEOF
17348 cat confdefs.h >>conftest.$ac_ext
17349 cat >>conftest.$ac_ext <<_ACEOF
17350 /* end confdefs.h. */
17351 $ac_includes_default
17352 int
17353 main ()
17354 {
17355 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
17356 test_array [0] = 0
17357
17358 ;
17359 return 0;
17360 }
17361 _ACEOF
17362 rm -f conftest.$ac_objext
17363 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17364 (eval $ac_compile) 2>conftest.er1
17365 ac_status=$?
17366 grep -v '^ *+' conftest.er1 >conftest.err
17367 rm -f conftest.er1
17368 cat conftest.err >&5
17369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17370 (exit $ac_status); } &&
17371 { ac_try='test -z "$ac_c_werror_flag"
17372 || test ! -s conftest.err'
17373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17374 (eval $ac_try) 2>&5
17375 ac_status=$?
17376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17377 (exit $ac_status); }; } &&
17378 { ac_try='test -s conftest.$ac_objext'
17379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17380 (eval $ac_try) 2>&5
17381 ac_status=$?
17382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17383 (exit $ac_status); }; }; then
17384 ac_hi=-1 ac_mid=-1
17385 while :; do
17386 cat >conftest.$ac_ext <<_ACEOF
17387 /* confdefs.h. */
17388 _ACEOF
17389 cat confdefs.h >>conftest.$ac_ext
17390 cat >>conftest.$ac_ext <<_ACEOF
17391 /* end confdefs.h. */
17392 $ac_includes_default
17393 int
17394 main ()
17395 {
17396 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
17397 test_array [0] = 0
17398
17399 ;
17400 return 0;
17401 }
17402 _ACEOF
17403 rm -f conftest.$ac_objext
17404 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17405 (eval $ac_compile) 2>conftest.er1
17406 ac_status=$?
17407 grep -v '^ *+' conftest.er1 >conftest.err
17408 rm -f conftest.er1
17409 cat conftest.err >&5
17410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17411 (exit $ac_status); } &&
17412 { ac_try='test -z "$ac_c_werror_flag"
17413 || test ! -s conftest.err'
17414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17415 (eval $ac_try) 2>&5
17416 ac_status=$?
17417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17418 (exit $ac_status); }; } &&
17419 { ac_try='test -s conftest.$ac_objext'
17420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17421 (eval $ac_try) 2>&5
17422 ac_status=$?
17423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17424 (exit $ac_status); }; }; then
17425 ac_lo=$ac_mid; break
17426 else
17427 echo "$as_me: failed program was:" >&5
17428 sed 's/^/| /' conftest.$ac_ext >&5
17429
17430 ac_hi=`expr '(' $ac_mid ')' - 1`
17431 if test $ac_mid -le $ac_hi; then
17432 ac_lo= ac_hi=
17433 break
17434 fi
17435 ac_mid=`expr 2 '*' $ac_mid`
17436 fi
17437 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17438 done
17439 else
17440 echo "$as_me: failed program was:" >&5
17441 sed 's/^/| /' conftest.$ac_ext >&5
17442
17443 ac_lo= ac_hi=
17444 fi
17445 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17446 fi
17447 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17448 # Binary search between lo and hi bounds.
17449 while test "x$ac_lo" != "x$ac_hi"; do
17450 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17451 cat >conftest.$ac_ext <<_ACEOF
17452 /* confdefs.h. */
17453 _ACEOF
17454 cat confdefs.h >>conftest.$ac_ext
17455 cat >>conftest.$ac_ext <<_ACEOF
17456 /* end confdefs.h. */
17457 $ac_includes_default
17458 int
17459 main ()
17460 {
17461 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17462 test_array [0] = 0
17463
17464 ;
17465 return 0;
17466 }
17467 _ACEOF
17468 rm -f conftest.$ac_objext
17469 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17470 (eval $ac_compile) 2>conftest.er1
17471 ac_status=$?
17472 grep -v '^ *+' conftest.er1 >conftest.err
17473 rm -f conftest.er1
17474 cat conftest.err >&5
17475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17476 (exit $ac_status); } &&
17477 { ac_try='test -z "$ac_c_werror_flag"
17478 || test ! -s conftest.err'
17479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17480 (eval $ac_try) 2>&5
17481 ac_status=$?
17482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17483 (exit $ac_status); }; } &&
17484 { ac_try='test -s conftest.$ac_objext'
17485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17486 (eval $ac_try) 2>&5
17487 ac_status=$?
17488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17489 (exit $ac_status); }; }; then
17490 ac_hi=$ac_mid
17491 else
17492 echo "$as_me: failed program was:" >&5
17493 sed 's/^/| /' conftest.$ac_ext >&5
17494
17495 ac_lo=`expr '(' $ac_mid ')' + 1`
17496 fi
17497 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17498 done
17499 case $ac_lo in
17500 ?*) ac_cv_sizeof_long=$ac_lo;;
17501 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17502 See \`config.log' for more details." >&5
17503 echo "$as_me: error: cannot compute sizeof (long), 77
17504 See \`config.log' for more details." >&2;}
17505 { (exit 1); exit 1; }; } ;;
17506 esac
17507 else
17508 if test "$cross_compiling" = yes; then
17509 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
17510 See \`config.log' for more details." >&5
17511 echo "$as_me: error: cannot run test program while cross compiling
17512 See \`config.log' for more details." >&2;}
17513 { (exit 1); exit 1; }; }
17514 else
17515 cat >conftest.$ac_ext <<_ACEOF
17516 /* confdefs.h. */
17517 _ACEOF
17518 cat confdefs.h >>conftest.$ac_ext
17519 cat >>conftest.$ac_ext <<_ACEOF
17520 /* end confdefs.h. */
17521 $ac_includes_default
17522 long longval () { return (long) (sizeof (long)); }
17523 unsigned long ulongval () { return (long) (sizeof (long)); }
17524 #include <stdio.h>
17525 #include <stdlib.h>
17526 int
17527 main ()
17528 {
17529
17530 FILE *f = fopen ("conftest.val", "w");
17531 if (! f)
17532 exit (1);
17533 if (((long) (sizeof (long))) < 0)
17534 {
17535 long i = longval ();
17536 if (i != ((long) (sizeof (long))))
17537 exit (1);
17538 fprintf (f, "%ld\n", i);
17539 }
17540 else
17541 {
17542 unsigned long i = ulongval ();
17543 if (i != ((long) (sizeof (long))))
17544 exit (1);
17545 fprintf (f, "%lu\n", i);
17546 }
17547 exit (ferror (f) || fclose (f) != 0);
17548
17549 ;
17550 return 0;
17551 }
17552 _ACEOF
17553 rm -f conftest$ac_exeext
17554 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17555 (eval $ac_link) 2>&5
17556 ac_status=$?
17557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17558 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17560 (eval $ac_try) 2>&5
17561 ac_status=$?
17562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17563 (exit $ac_status); }; }; then
17564 ac_cv_sizeof_long=`cat conftest.val`
17565 else
17566 echo "$as_me: program exited with status $ac_status" >&5
17567 echo "$as_me: failed program was:" >&5
17568 sed 's/^/| /' conftest.$ac_ext >&5
17569
17570 ( exit $ac_status )
17571 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17572 See \`config.log' for more details." >&5
17573 echo "$as_me: error: cannot compute sizeof (long), 77
17574 See \`config.log' for more details." >&2;}
17575 { (exit 1); exit 1; }; }
17576 fi
17577 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17578 fi
17579 fi
17580 rm -f conftest.val
17581 else
17582 ac_cv_sizeof_long=0
17583 fi
17584 fi
17585 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
17586 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
17587 cat >>confdefs.h <<_ACEOF
17588 #define SIZEOF_LONG $ac_cv_sizeof_long
17589 _ACEOF
17590
17591
17592 echo "$as_me:$LINENO: checking for size_t" >&5
17593 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
17594 if test "${ac_cv_type_size_t+set}" = set; then
17595 echo $ECHO_N "(cached) $ECHO_C" >&6
17596 else
17597 cat >conftest.$ac_ext <<_ACEOF
17598 /* confdefs.h. */
17599 _ACEOF
17600 cat confdefs.h >>conftest.$ac_ext
17601 cat >>conftest.$ac_ext <<_ACEOF
17602 /* end confdefs.h. */
17603 $ac_includes_default
17604 int
17605 main ()
17606 {
17607 if ((size_t *) 0)
17608 return 0;
17609 if (sizeof (size_t))
17610 return 0;
17611 ;
17612 return 0;
17613 }
17614 _ACEOF
17615 rm -f conftest.$ac_objext
17616 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17617 (eval $ac_compile) 2>conftest.er1
17618 ac_status=$?
17619 grep -v '^ *+' conftest.er1 >conftest.err
17620 rm -f conftest.er1
17621 cat conftest.err >&5
17622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17623 (exit $ac_status); } &&
17624 { ac_try='test -z "$ac_c_werror_flag"
17625 || test ! -s conftest.err'
17626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17627 (eval $ac_try) 2>&5
17628 ac_status=$?
17629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17630 (exit $ac_status); }; } &&
17631 { ac_try='test -s conftest.$ac_objext'
17632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17633 (eval $ac_try) 2>&5
17634 ac_status=$?
17635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17636 (exit $ac_status); }; }; then
17637 ac_cv_type_size_t=yes
17638 else
17639 echo "$as_me: failed program was:" >&5
17640 sed 's/^/| /' conftest.$ac_ext >&5
17641
17642 ac_cv_type_size_t=no
17643 fi
17644 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17645 fi
17646 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
17647 echo "${ECHO_T}$ac_cv_type_size_t" >&6
17648
17649 echo "$as_me:$LINENO: checking size of size_t" >&5
17650 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
17651 if test "${ac_cv_sizeof_size_t+set}" = set; then
17652 echo $ECHO_N "(cached) $ECHO_C" >&6
17653 else
17654 if test "$ac_cv_type_size_t" = yes; then
17655 # The cast to unsigned long works around a bug in the HP C Compiler
17656 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17657 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17658 # This bug is HP SR number 8606223364.
17659 if test "$cross_compiling" = yes; then
17660 # Depending upon the size, compute the lo and hi bounds.
17661 cat >conftest.$ac_ext <<_ACEOF
17662 /* confdefs.h. */
17663 _ACEOF
17664 cat confdefs.h >>conftest.$ac_ext
17665 cat >>conftest.$ac_ext <<_ACEOF
17666 /* end confdefs.h. */
17667 $ac_includes_default
17668 int
17669 main ()
17670 {
17671 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
17672 test_array [0] = 0
17673
17674 ;
17675 return 0;
17676 }
17677 _ACEOF
17678 rm -f conftest.$ac_objext
17679 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17680 (eval $ac_compile) 2>conftest.er1
17681 ac_status=$?
17682 grep -v '^ *+' conftest.er1 >conftest.err
17683 rm -f conftest.er1
17684 cat conftest.err >&5
17685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17686 (exit $ac_status); } &&
17687 { ac_try='test -z "$ac_c_werror_flag"
17688 || test ! -s conftest.err'
17689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17690 (eval $ac_try) 2>&5
17691 ac_status=$?
17692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17693 (exit $ac_status); }; } &&
17694 { ac_try='test -s conftest.$ac_objext'
17695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17696 (eval $ac_try) 2>&5
17697 ac_status=$?
17698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17699 (exit $ac_status); }; }; then
17700 ac_lo=0 ac_mid=0
17701 while :; do
17702 cat >conftest.$ac_ext <<_ACEOF
17703 /* confdefs.h. */
17704 _ACEOF
17705 cat confdefs.h >>conftest.$ac_ext
17706 cat >>conftest.$ac_ext <<_ACEOF
17707 /* end confdefs.h. */
17708 $ac_includes_default
17709 int
17710 main ()
17711 {
17712 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
17713 test_array [0] = 0
17714
17715 ;
17716 return 0;
17717 }
17718 _ACEOF
17719 rm -f conftest.$ac_objext
17720 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17721 (eval $ac_compile) 2>conftest.er1
17722 ac_status=$?
17723 grep -v '^ *+' conftest.er1 >conftest.err
17724 rm -f conftest.er1
17725 cat conftest.err >&5
17726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17727 (exit $ac_status); } &&
17728 { ac_try='test -z "$ac_c_werror_flag"
17729 || test ! -s conftest.err'
17730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17731 (eval $ac_try) 2>&5
17732 ac_status=$?
17733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17734 (exit $ac_status); }; } &&
17735 { ac_try='test -s conftest.$ac_objext'
17736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17737 (eval $ac_try) 2>&5
17738 ac_status=$?
17739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17740 (exit $ac_status); }; }; then
17741 ac_hi=$ac_mid; break
17742 else
17743 echo "$as_me: failed program was:" >&5
17744 sed 's/^/| /' conftest.$ac_ext >&5
17745
17746 ac_lo=`expr $ac_mid + 1`
17747 if test $ac_lo -le $ac_mid; then
17748 ac_lo= ac_hi=
17749 break
17750 fi
17751 ac_mid=`expr 2 '*' $ac_mid + 1`
17752 fi
17753 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17754 done
17755 else
17756 echo "$as_me: failed program was:" >&5
17757 sed 's/^/| /' conftest.$ac_ext >&5
17758
17759 cat >conftest.$ac_ext <<_ACEOF
17760 /* confdefs.h. */
17761 _ACEOF
17762 cat confdefs.h >>conftest.$ac_ext
17763 cat >>conftest.$ac_ext <<_ACEOF
17764 /* end confdefs.h. */
17765 $ac_includes_default
17766 int
17767 main ()
17768 {
17769 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
17770 test_array [0] = 0
17771
17772 ;
17773 return 0;
17774 }
17775 _ACEOF
17776 rm -f conftest.$ac_objext
17777 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17778 (eval $ac_compile) 2>conftest.er1
17779 ac_status=$?
17780 grep -v '^ *+' conftest.er1 >conftest.err
17781 rm -f conftest.er1
17782 cat conftest.err >&5
17783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17784 (exit $ac_status); } &&
17785 { ac_try='test -z "$ac_c_werror_flag"
17786 || test ! -s conftest.err'
17787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17788 (eval $ac_try) 2>&5
17789 ac_status=$?
17790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17791 (exit $ac_status); }; } &&
17792 { ac_try='test -s conftest.$ac_objext'
17793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17794 (eval $ac_try) 2>&5
17795 ac_status=$?
17796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17797 (exit $ac_status); }; }; then
17798 ac_hi=-1 ac_mid=-1
17799 while :; do
17800 cat >conftest.$ac_ext <<_ACEOF
17801 /* confdefs.h. */
17802 _ACEOF
17803 cat confdefs.h >>conftest.$ac_ext
17804 cat >>conftest.$ac_ext <<_ACEOF
17805 /* end confdefs.h. */
17806 $ac_includes_default
17807 int
17808 main ()
17809 {
17810 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
17811 test_array [0] = 0
17812
17813 ;
17814 return 0;
17815 }
17816 _ACEOF
17817 rm -f conftest.$ac_objext
17818 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17819 (eval $ac_compile) 2>conftest.er1
17820 ac_status=$?
17821 grep -v '^ *+' conftest.er1 >conftest.err
17822 rm -f conftest.er1
17823 cat conftest.err >&5
17824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17825 (exit $ac_status); } &&
17826 { ac_try='test -z "$ac_c_werror_flag"
17827 || test ! -s conftest.err'
17828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17829 (eval $ac_try) 2>&5
17830 ac_status=$?
17831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17832 (exit $ac_status); }; } &&
17833 { ac_try='test -s conftest.$ac_objext'
17834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17835 (eval $ac_try) 2>&5
17836 ac_status=$?
17837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17838 (exit $ac_status); }; }; then
17839 ac_lo=$ac_mid; break
17840 else
17841 echo "$as_me: failed program was:" >&5
17842 sed 's/^/| /' conftest.$ac_ext >&5
17843
17844 ac_hi=`expr '(' $ac_mid ')' - 1`
17845 if test $ac_mid -le $ac_hi; then
17846 ac_lo= ac_hi=
17847 break
17848 fi
17849 ac_mid=`expr 2 '*' $ac_mid`
17850 fi
17851 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17852 done
17853 else
17854 echo "$as_me: failed program was:" >&5
17855 sed 's/^/| /' conftest.$ac_ext >&5
17856
17857 ac_lo= ac_hi=
17858 fi
17859 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17860 fi
17861 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17862 # Binary search between lo and hi bounds.
17863 while test "x$ac_lo" != "x$ac_hi"; do
17864 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17865 cat >conftest.$ac_ext <<_ACEOF
17866 /* confdefs.h. */
17867 _ACEOF
17868 cat confdefs.h >>conftest.$ac_ext
17869 cat >>conftest.$ac_ext <<_ACEOF
17870 /* end confdefs.h. */
17871 $ac_includes_default
17872 int
17873 main ()
17874 {
17875 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
17876 test_array [0] = 0
17877
17878 ;
17879 return 0;
17880 }
17881 _ACEOF
17882 rm -f conftest.$ac_objext
17883 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17884 (eval $ac_compile) 2>conftest.er1
17885 ac_status=$?
17886 grep -v '^ *+' conftest.er1 >conftest.err
17887 rm -f conftest.er1
17888 cat conftest.err >&5
17889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17890 (exit $ac_status); } &&
17891 { ac_try='test -z "$ac_c_werror_flag"
17892 || test ! -s conftest.err'
17893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17894 (eval $ac_try) 2>&5
17895 ac_status=$?
17896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17897 (exit $ac_status); }; } &&
17898 { ac_try='test -s conftest.$ac_objext'
17899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17900 (eval $ac_try) 2>&5
17901 ac_status=$?
17902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17903 (exit $ac_status); }; }; then
17904 ac_hi=$ac_mid
17905 else
17906 echo "$as_me: failed program was:" >&5
17907 sed 's/^/| /' conftest.$ac_ext >&5
17908
17909 ac_lo=`expr '(' $ac_mid ')' + 1`
17910 fi
17911 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17912 done
17913 case $ac_lo in
17914 ?*) ac_cv_sizeof_size_t=$ac_lo;;
17915 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
17916 See \`config.log' for more details." >&5
17917 echo "$as_me: error: cannot compute sizeof (size_t), 77
17918 See \`config.log' for more details." >&2;}
17919 { (exit 1); exit 1; }; } ;;
17920 esac
17921 else
17922 if test "$cross_compiling" = yes; then
17923 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
17924 See \`config.log' for more details." >&5
17925 echo "$as_me: error: cannot run test program while cross compiling
17926 See \`config.log' for more details." >&2;}
17927 { (exit 1); exit 1; }; }
17928 else
17929 cat >conftest.$ac_ext <<_ACEOF
17930 /* confdefs.h. */
17931 _ACEOF
17932 cat confdefs.h >>conftest.$ac_ext
17933 cat >>conftest.$ac_ext <<_ACEOF
17934 /* end confdefs.h. */
17935 $ac_includes_default
17936 long longval () { return (long) (sizeof (size_t)); }
17937 unsigned long ulongval () { return (long) (sizeof (size_t)); }
17938 #include <stdio.h>
17939 #include <stdlib.h>
17940 int
17941 main ()
17942 {
17943
17944 FILE *f = fopen ("conftest.val", "w");
17945 if (! f)
17946 exit (1);
17947 if (((long) (sizeof (size_t))) < 0)
17948 {
17949 long i = longval ();
17950 if (i != ((long) (sizeof (size_t))))
17951 exit (1);
17952 fprintf (f, "%ld\n", i);
17953 }
17954 else
17955 {
17956 unsigned long i = ulongval ();
17957 if (i != ((long) (sizeof (size_t))))
17958 exit (1);
17959 fprintf (f, "%lu\n", i);
17960 }
17961 exit (ferror (f) || fclose (f) != 0);
17962
17963 ;
17964 return 0;
17965 }
17966 _ACEOF
17967 rm -f conftest$ac_exeext
17968 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17969 (eval $ac_link) 2>&5
17970 ac_status=$?
17971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17972 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17974 (eval $ac_try) 2>&5
17975 ac_status=$?
17976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17977 (exit $ac_status); }; }; then
17978 ac_cv_sizeof_size_t=`cat conftest.val`
17979 else
17980 echo "$as_me: program exited with status $ac_status" >&5
17981 echo "$as_me: failed program was:" >&5
17982 sed 's/^/| /' conftest.$ac_ext >&5
17983
17984 ( exit $ac_status )
17985 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
17986 See \`config.log' for more details." >&5
17987 echo "$as_me: error: cannot compute sizeof (size_t), 77
17988 See \`config.log' for more details." >&2;}
17989 { (exit 1); exit 1; }; }
17990 fi
17991 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17992 fi
17993 fi
17994 rm -f conftest.val
17995 else
17996 ac_cv_sizeof_size_t=0
17997 fi
17998 fi
17999 echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
18000 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
18001 cat >>confdefs.h <<_ACEOF
18002 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
18003 _ACEOF
18004
18005
18006
18007 case "${host}" in
18008 arm-*-linux* )
18009 echo "$as_me:$LINENO: checking for long long" >&5
18010 echo $ECHO_N "checking for long long... $ECHO_C" >&6
18011 if test "${ac_cv_type_long_long+set}" = set; then
18012 echo $ECHO_N "(cached) $ECHO_C" >&6
18013 else
18014 cat >conftest.$ac_ext <<_ACEOF
18015 /* confdefs.h. */
18016 _ACEOF
18017 cat confdefs.h >>conftest.$ac_ext
18018 cat >>conftest.$ac_ext <<_ACEOF
18019 /* end confdefs.h. */
18020 $ac_includes_default
18021 int
18022 main ()
18023 {
18024 if ((long long *) 0)
18025 return 0;
18026 if (sizeof (long long))
18027 return 0;
18028 ;
18029 return 0;
18030 }
18031 _ACEOF
18032 rm -f conftest.$ac_objext
18033 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18034 (eval $ac_compile) 2>conftest.er1
18035 ac_status=$?
18036 grep -v '^ *+' conftest.er1 >conftest.err
18037 rm -f conftest.er1
18038 cat conftest.err >&5
18039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18040 (exit $ac_status); } &&
18041 { ac_try='test -z "$ac_c_werror_flag"
18042 || test ! -s conftest.err'
18043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18044 (eval $ac_try) 2>&5
18045 ac_status=$?
18046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18047 (exit $ac_status); }; } &&
18048 { ac_try='test -s conftest.$ac_objext'
18049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18050 (eval $ac_try) 2>&5
18051 ac_status=$?
18052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18053 (exit $ac_status); }; }; then
18054 ac_cv_type_long_long=yes
18055 else
18056 echo "$as_me: failed program was:" >&5
18057 sed 's/^/| /' conftest.$ac_ext >&5
18058
18059 ac_cv_type_long_long=no
18060 fi
18061 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18062 fi
18063 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18064 echo "${ECHO_T}$ac_cv_type_long_long" >&6
18065
18066 echo "$as_me:$LINENO: checking size of long long" >&5
18067 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18068 if test "${ac_cv_sizeof_long_long+set}" = set; then
18069 echo $ECHO_N "(cached) $ECHO_C" >&6
18070 else
18071 if test "$ac_cv_type_long_long" = yes; then
18072 # The cast to unsigned long works around a bug in the HP C Compiler
18073 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18074 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18075 # This bug is HP SR number 8606223364.
18076 if test "$cross_compiling" = yes; then
18077 # Depending upon the size, compute the lo and hi bounds.
18078 cat >conftest.$ac_ext <<_ACEOF
18079 /* confdefs.h. */
18080 _ACEOF
18081 cat confdefs.h >>conftest.$ac_ext
18082 cat >>conftest.$ac_ext <<_ACEOF
18083 /* end confdefs.h. */
18084 $ac_includes_default
18085 int
18086 main ()
18087 {
18088 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18089 test_array [0] = 0
18090
18091 ;
18092 return 0;
18093 }
18094 _ACEOF
18095 rm -f conftest.$ac_objext
18096 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18097 (eval $ac_compile) 2>conftest.er1
18098 ac_status=$?
18099 grep -v '^ *+' conftest.er1 >conftest.err
18100 rm -f conftest.er1
18101 cat conftest.err >&5
18102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18103 (exit $ac_status); } &&
18104 { ac_try='test -z "$ac_c_werror_flag"
18105 || test ! -s conftest.err'
18106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18107 (eval $ac_try) 2>&5
18108 ac_status=$?
18109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18110 (exit $ac_status); }; } &&
18111 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
18117 ac_lo=0 ac_mid=0
18118 while :; do
18119 cat >conftest.$ac_ext <<_ACEOF
18120 /* confdefs.h. */
18121 _ACEOF
18122 cat confdefs.h >>conftest.$ac_ext
18123 cat >>conftest.$ac_ext <<_ACEOF
18124 /* end confdefs.h. */
18125 $ac_includes_default
18126 int
18127 main ()
18128 {
18129 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18130 test_array [0] = 0
18131
18132 ;
18133 return 0;
18134 }
18135 _ACEOF
18136 rm -f conftest.$ac_objext
18137 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18138 (eval $ac_compile) 2>conftest.er1
18139 ac_status=$?
18140 grep -v '^ *+' conftest.er1 >conftest.err
18141 rm -f conftest.er1
18142 cat conftest.err >&5
18143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18144 (exit $ac_status); } &&
18145 { ac_try='test -z "$ac_c_werror_flag"
18146 || test ! -s conftest.err'
18147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18148 (eval $ac_try) 2>&5
18149 ac_status=$?
18150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18151 (exit $ac_status); }; } &&
18152 { ac_try='test -s conftest.$ac_objext'
18153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18154 (eval $ac_try) 2>&5
18155 ac_status=$?
18156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18157 (exit $ac_status); }; }; then
18158 ac_hi=$ac_mid; break
18159 else
18160 echo "$as_me: failed program was:" >&5
18161 sed 's/^/| /' conftest.$ac_ext >&5
18162
18163 ac_lo=`expr $ac_mid + 1`
18164 if test $ac_lo -le $ac_mid; then
18165 ac_lo= ac_hi=
18166 break
18167 fi
18168 ac_mid=`expr 2 '*' $ac_mid + 1`
18169 fi
18170 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18171 done
18172 else
18173 echo "$as_me: failed program was:" >&5
18174 sed 's/^/| /' conftest.$ac_ext >&5
18175
18176 cat >conftest.$ac_ext <<_ACEOF
18177 /* confdefs.h. */
18178 _ACEOF
18179 cat confdefs.h >>conftest.$ac_ext
18180 cat >>conftest.$ac_ext <<_ACEOF
18181 /* end confdefs.h. */
18182 $ac_includes_default
18183 int
18184 main ()
18185 {
18186 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18187 test_array [0] = 0
18188
18189 ;
18190 return 0;
18191 }
18192 _ACEOF
18193 rm -f conftest.$ac_objext
18194 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18195 (eval $ac_compile) 2>conftest.er1
18196 ac_status=$?
18197 grep -v '^ *+' conftest.er1 >conftest.err
18198 rm -f conftest.er1
18199 cat conftest.err >&5
18200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18201 (exit $ac_status); } &&
18202 { ac_try='test -z "$ac_c_werror_flag"
18203 || test ! -s conftest.err'
18204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18205 (eval $ac_try) 2>&5
18206 ac_status=$?
18207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18208 (exit $ac_status); }; } &&
18209 { ac_try='test -s conftest.$ac_objext'
18210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18211 (eval $ac_try) 2>&5
18212 ac_status=$?
18213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18214 (exit $ac_status); }; }; then
18215 ac_hi=-1 ac_mid=-1
18216 while :; do
18217 cat >conftest.$ac_ext <<_ACEOF
18218 /* confdefs.h. */
18219 _ACEOF
18220 cat confdefs.h >>conftest.$ac_ext
18221 cat >>conftest.$ac_ext <<_ACEOF
18222 /* end confdefs.h. */
18223 $ac_includes_default
18224 int
18225 main ()
18226 {
18227 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18228 test_array [0] = 0
18229
18230 ;
18231 return 0;
18232 }
18233 _ACEOF
18234 rm -f conftest.$ac_objext
18235 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18236 (eval $ac_compile) 2>conftest.er1
18237 ac_status=$?
18238 grep -v '^ *+' conftest.er1 >conftest.err
18239 rm -f conftest.er1
18240 cat conftest.err >&5
18241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18242 (exit $ac_status); } &&
18243 { ac_try='test -z "$ac_c_werror_flag"
18244 || test ! -s conftest.err'
18245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18246 (eval $ac_try) 2>&5
18247 ac_status=$?
18248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18249 (exit $ac_status); }; } &&
18250 { ac_try='test -s conftest.$ac_objext'
18251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18252 (eval $ac_try) 2>&5
18253 ac_status=$?
18254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18255 (exit $ac_status); }; }; then
18256 ac_lo=$ac_mid; break
18257 else
18258 echo "$as_me: failed program was:" >&5
18259 sed 's/^/| /' conftest.$ac_ext >&5
18260
18261 ac_hi=`expr '(' $ac_mid ')' - 1`
18262 if test $ac_mid -le $ac_hi; then
18263 ac_lo= ac_hi=
18264 break
18265 fi
18266 ac_mid=`expr 2 '*' $ac_mid`
18267 fi
18268 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18269 done
18270 else
18271 echo "$as_me: failed program was:" >&5
18272 sed 's/^/| /' conftest.$ac_ext >&5
18273
18274 ac_lo= ac_hi=
18275 fi
18276 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18277 fi
18278 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18279 # Binary search between lo and hi bounds.
18280 while test "x$ac_lo" != "x$ac_hi"; do
18281 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18282 cat >conftest.$ac_ext <<_ACEOF
18283 /* confdefs.h. */
18284 _ACEOF
18285 cat confdefs.h >>conftest.$ac_ext
18286 cat >>conftest.$ac_ext <<_ACEOF
18287 /* end confdefs.h. */
18288 $ac_includes_default
18289 int
18290 main ()
18291 {
18292 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18293 test_array [0] = 0
18294
18295 ;
18296 return 0;
18297 }
18298 _ACEOF
18299 rm -f conftest.$ac_objext
18300 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18301 (eval $ac_compile) 2>conftest.er1
18302 ac_status=$?
18303 grep -v '^ *+' conftest.er1 >conftest.err
18304 rm -f conftest.er1
18305 cat conftest.err >&5
18306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18307 (exit $ac_status); } &&
18308 { ac_try='test -z "$ac_c_werror_flag"
18309 || test ! -s conftest.err'
18310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18311 (eval $ac_try) 2>&5
18312 ac_status=$?
18313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18314 (exit $ac_status); }; } &&
18315 { ac_try='test -s conftest.$ac_objext'
18316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18317 (eval $ac_try) 2>&5
18318 ac_status=$?
18319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18320 (exit $ac_status); }; }; then
18321 ac_hi=$ac_mid
18322 else
18323 echo "$as_me: failed program was:" >&5
18324 sed 's/^/| /' conftest.$ac_ext >&5
18325
18326 ac_lo=`expr '(' $ac_mid ')' + 1`
18327 fi
18328 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18329 done
18330 case $ac_lo in
18331 ?*) ac_cv_sizeof_long_long=$ac_lo;;
18332 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18333 See \`config.log' for more details." >&5
18334 echo "$as_me: error: cannot compute sizeof (long long), 77
18335 See \`config.log' for more details." >&2;}
18336 { (exit 1); exit 1; }; } ;;
18337 esac
18338 else
18339 if test "$cross_compiling" = yes; then
18340 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18341 See \`config.log' for more details." >&5
18342 echo "$as_me: error: cannot run test program while cross compiling
18343 See \`config.log' for more details." >&2;}
18344 { (exit 1); exit 1; }; }
18345 else
18346 cat >conftest.$ac_ext <<_ACEOF
18347 /* confdefs.h. */
18348 _ACEOF
18349 cat confdefs.h >>conftest.$ac_ext
18350 cat >>conftest.$ac_ext <<_ACEOF
18351 /* end confdefs.h. */
18352 $ac_includes_default
18353 long longval () { return (long) (sizeof (long long)); }
18354 unsigned long ulongval () { return (long) (sizeof (long long)); }
18355 #include <stdio.h>
18356 #include <stdlib.h>
18357 int
18358 main ()
18359 {
18360
18361 FILE *f = fopen ("conftest.val", "w");
18362 if (! f)
18363 exit (1);
18364 if (((long) (sizeof (long long))) < 0)
18365 {
18366 long i = longval ();
18367 if (i != ((long) (sizeof (long long))))
18368 exit (1);
18369 fprintf (f, "%ld\n", i);
18370 }
18371 else
18372 {
18373 unsigned long i = ulongval ();
18374 if (i != ((long) (sizeof (long long))))
18375 exit (1);
18376 fprintf (f, "%lu\n", i);
18377 }
18378 exit (ferror (f) || fclose (f) != 0);
18379
18380 ;
18381 return 0;
18382 }
18383 _ACEOF
18384 rm -f conftest$ac_exeext
18385 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18386 (eval $ac_link) 2>&5
18387 ac_status=$?
18388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18389 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18391 (eval $ac_try) 2>&5
18392 ac_status=$?
18393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18394 (exit $ac_status); }; }; then
18395 ac_cv_sizeof_long_long=`cat conftest.val`
18396 else
18397 echo "$as_me: program exited with status $ac_status" >&5
18398 echo "$as_me: failed program was:" >&5
18399 sed 's/^/| /' conftest.$ac_ext >&5
18400
18401 ( exit $ac_status )
18402 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18403 See \`config.log' for more details." >&5
18404 echo "$as_me: error: cannot compute sizeof (long long), 77
18405 See \`config.log' for more details." >&2;}
18406 { (exit 1); exit 1; }; }
18407 fi
18408 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18409 fi
18410 fi
18411 rm -f conftest.val
18412 else
18413 ac_cv_sizeof_long_long=0
18414 fi
18415 fi
18416 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18417 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18418 cat >>confdefs.h <<_ACEOF
18419 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18420 _ACEOF
18421
18422
18423 ;;
18424 *-hp-hpux* )
18425 echo "$as_me:$LINENO: checking for long long" >&5
18426 echo $ECHO_N "checking for long long... $ECHO_C" >&6
18427 if test "${ac_cv_type_long_long+set}" = set; then
18428 echo $ECHO_N "(cached) $ECHO_C" >&6
18429 else
18430 cat >conftest.$ac_ext <<_ACEOF
18431 /* confdefs.h. */
18432 _ACEOF
18433 cat confdefs.h >>conftest.$ac_ext
18434 cat >>conftest.$ac_ext <<_ACEOF
18435 /* end confdefs.h. */
18436 $ac_includes_default
18437 int
18438 main ()
18439 {
18440 if ((long long *) 0)
18441 return 0;
18442 if (sizeof (long long))
18443 return 0;
18444 ;
18445 return 0;
18446 }
18447 _ACEOF
18448 rm -f conftest.$ac_objext
18449 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18450 (eval $ac_compile) 2>conftest.er1
18451 ac_status=$?
18452 grep -v '^ *+' conftest.er1 >conftest.err
18453 rm -f conftest.er1
18454 cat conftest.err >&5
18455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18456 (exit $ac_status); } &&
18457 { ac_try='test -z "$ac_c_werror_flag"
18458 || test ! -s conftest.err'
18459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18460 (eval $ac_try) 2>&5
18461 ac_status=$?
18462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18463 (exit $ac_status); }; } &&
18464 { ac_try='test -s conftest.$ac_objext'
18465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18466 (eval $ac_try) 2>&5
18467 ac_status=$?
18468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18469 (exit $ac_status); }; }; then
18470 ac_cv_type_long_long=yes
18471 else
18472 echo "$as_me: failed program was:" >&5
18473 sed 's/^/| /' conftest.$ac_ext >&5
18474
18475 ac_cv_type_long_long=no
18476 fi
18477 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18478 fi
18479 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18480 echo "${ECHO_T}$ac_cv_type_long_long" >&6
18481
18482 echo "$as_me:$LINENO: checking size of long long" >&5
18483 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18484 if test "${ac_cv_sizeof_long_long+set}" = set; then
18485 echo $ECHO_N "(cached) $ECHO_C" >&6
18486 else
18487 if test "$ac_cv_type_long_long" = yes; then
18488 # The cast to unsigned long works around a bug in the HP C Compiler
18489 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18490 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18491 # This bug is HP SR number 8606223364.
18492 if test "$cross_compiling" = yes; then
18493 # Depending upon the size, compute the lo and hi bounds.
18494 cat >conftest.$ac_ext <<_ACEOF
18495 /* confdefs.h. */
18496 _ACEOF
18497 cat confdefs.h >>conftest.$ac_ext
18498 cat >>conftest.$ac_ext <<_ACEOF
18499 /* end confdefs.h. */
18500 $ac_includes_default
18501 int
18502 main ()
18503 {
18504 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18505 test_array [0] = 0
18506
18507 ;
18508 return 0;
18509 }
18510 _ACEOF
18511 rm -f conftest.$ac_objext
18512 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18513 (eval $ac_compile) 2>conftest.er1
18514 ac_status=$?
18515 grep -v '^ *+' conftest.er1 >conftest.err
18516 rm -f conftest.er1
18517 cat conftest.err >&5
18518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18519 (exit $ac_status); } &&
18520 { ac_try='test -z "$ac_c_werror_flag"
18521 || test ! -s conftest.err'
18522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18523 (eval $ac_try) 2>&5
18524 ac_status=$?
18525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18526 (exit $ac_status); }; } &&
18527 { ac_try='test -s conftest.$ac_objext'
18528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18529 (eval $ac_try) 2>&5
18530 ac_status=$?
18531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18532 (exit $ac_status); }; }; then
18533 ac_lo=0 ac_mid=0
18534 while :; do
18535 cat >conftest.$ac_ext <<_ACEOF
18536 /* confdefs.h. */
18537 _ACEOF
18538 cat confdefs.h >>conftest.$ac_ext
18539 cat >>conftest.$ac_ext <<_ACEOF
18540 /* end confdefs.h. */
18541 $ac_includes_default
18542 int
18543 main ()
18544 {
18545 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18546 test_array [0] = 0
18547
18548 ;
18549 return 0;
18550 }
18551 _ACEOF
18552 rm -f conftest.$ac_objext
18553 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18554 (eval $ac_compile) 2>conftest.er1
18555 ac_status=$?
18556 grep -v '^ *+' conftest.er1 >conftest.err
18557 rm -f conftest.er1
18558 cat conftest.err >&5
18559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18560 (exit $ac_status); } &&
18561 { ac_try='test -z "$ac_c_werror_flag"
18562 || test ! -s conftest.err'
18563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18564 (eval $ac_try) 2>&5
18565 ac_status=$?
18566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18567 (exit $ac_status); }; } &&
18568 { ac_try='test -s conftest.$ac_objext'
18569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18570 (eval $ac_try) 2>&5
18571 ac_status=$?
18572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18573 (exit $ac_status); }; }; then
18574 ac_hi=$ac_mid; break
18575 else
18576 echo "$as_me: failed program was:" >&5
18577 sed 's/^/| /' conftest.$ac_ext >&5
18578
18579 ac_lo=`expr $ac_mid + 1`
18580 if test $ac_lo -le $ac_mid; then
18581 ac_lo= ac_hi=
18582 break
18583 fi
18584 ac_mid=`expr 2 '*' $ac_mid + 1`
18585 fi
18586 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18587 done
18588 else
18589 echo "$as_me: failed program was:" >&5
18590 sed 's/^/| /' conftest.$ac_ext >&5
18591
18592 cat >conftest.$ac_ext <<_ACEOF
18593 /* confdefs.h. */
18594 _ACEOF
18595 cat confdefs.h >>conftest.$ac_ext
18596 cat >>conftest.$ac_ext <<_ACEOF
18597 /* end confdefs.h. */
18598 $ac_includes_default
18599 int
18600 main ()
18601 {
18602 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18603 test_array [0] = 0
18604
18605 ;
18606 return 0;
18607 }
18608 _ACEOF
18609 rm -f conftest.$ac_objext
18610 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18611 (eval $ac_compile) 2>conftest.er1
18612 ac_status=$?
18613 grep -v '^ *+' conftest.er1 >conftest.err
18614 rm -f conftest.er1
18615 cat conftest.err >&5
18616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18617 (exit $ac_status); } &&
18618 { ac_try='test -z "$ac_c_werror_flag"
18619 || test ! -s conftest.err'
18620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18621 (eval $ac_try) 2>&5
18622 ac_status=$?
18623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18624 (exit $ac_status); }; } &&
18625 { ac_try='test -s conftest.$ac_objext'
18626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18627 (eval $ac_try) 2>&5
18628 ac_status=$?
18629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18630 (exit $ac_status); }; }; then
18631 ac_hi=-1 ac_mid=-1
18632 while :; do
18633 cat >conftest.$ac_ext <<_ACEOF
18634 /* confdefs.h. */
18635 _ACEOF
18636 cat confdefs.h >>conftest.$ac_ext
18637 cat >>conftest.$ac_ext <<_ACEOF
18638 /* end confdefs.h. */
18639 $ac_includes_default
18640 int
18641 main ()
18642 {
18643 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18644 test_array [0] = 0
18645
18646 ;
18647 return 0;
18648 }
18649 _ACEOF
18650 rm -f conftest.$ac_objext
18651 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18652 (eval $ac_compile) 2>conftest.er1
18653 ac_status=$?
18654 grep -v '^ *+' conftest.er1 >conftest.err
18655 rm -f conftest.er1
18656 cat conftest.err >&5
18657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18658 (exit $ac_status); } &&
18659 { ac_try='test -z "$ac_c_werror_flag"
18660 || test ! -s conftest.err'
18661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18662 (eval $ac_try) 2>&5
18663 ac_status=$?
18664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18665 (exit $ac_status); }; } &&
18666 { ac_try='test -s conftest.$ac_objext'
18667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18668 (eval $ac_try) 2>&5
18669 ac_status=$?
18670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18671 (exit $ac_status); }; }; then
18672 ac_lo=$ac_mid; break
18673 else
18674 echo "$as_me: failed program was:" >&5
18675 sed 's/^/| /' conftest.$ac_ext >&5
18676
18677 ac_hi=`expr '(' $ac_mid ')' - 1`
18678 if test $ac_mid -le $ac_hi; then
18679 ac_lo= ac_hi=
18680 break
18681 fi
18682 ac_mid=`expr 2 '*' $ac_mid`
18683 fi
18684 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18685 done
18686 else
18687 echo "$as_me: failed program was:" >&5
18688 sed 's/^/| /' conftest.$ac_ext >&5
18689
18690 ac_lo= ac_hi=
18691 fi
18692 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18693 fi
18694 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18695 # Binary search between lo and hi bounds.
18696 while test "x$ac_lo" != "x$ac_hi"; do
18697 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18698 cat >conftest.$ac_ext <<_ACEOF
18699 /* confdefs.h. */
18700 _ACEOF
18701 cat confdefs.h >>conftest.$ac_ext
18702 cat >>conftest.$ac_ext <<_ACEOF
18703 /* end confdefs.h. */
18704 $ac_includes_default
18705 int
18706 main ()
18707 {
18708 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18709 test_array [0] = 0
18710
18711 ;
18712 return 0;
18713 }
18714 _ACEOF
18715 rm -f conftest.$ac_objext
18716 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18717 (eval $ac_compile) 2>conftest.er1
18718 ac_status=$?
18719 grep -v '^ *+' conftest.er1 >conftest.err
18720 rm -f conftest.er1
18721 cat conftest.err >&5
18722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18723 (exit $ac_status); } &&
18724 { ac_try='test -z "$ac_c_werror_flag"
18725 || test ! -s conftest.err'
18726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18727 (eval $ac_try) 2>&5
18728 ac_status=$?
18729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18730 (exit $ac_status); }; } &&
18731 { ac_try='test -s conftest.$ac_objext'
18732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18733 (eval $ac_try) 2>&5
18734 ac_status=$?
18735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18736 (exit $ac_status); }; }; then
18737 ac_hi=$ac_mid
18738 else
18739 echo "$as_me: failed program was:" >&5
18740 sed 's/^/| /' conftest.$ac_ext >&5
18741
18742 ac_lo=`expr '(' $ac_mid ')' + 1`
18743 fi
18744 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18745 done
18746 case $ac_lo in
18747 ?*) ac_cv_sizeof_long_long=$ac_lo;;
18748 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18749 See \`config.log' for more details." >&5
18750 echo "$as_me: error: cannot compute sizeof (long long), 77
18751 See \`config.log' for more details." >&2;}
18752 { (exit 1); exit 1; }; } ;;
18753 esac
18754 else
18755 if test "$cross_compiling" = yes; then
18756 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18757 See \`config.log' for more details." >&5
18758 echo "$as_me: error: cannot run test program while cross compiling
18759 See \`config.log' for more details." >&2;}
18760 { (exit 1); exit 1; }; }
18761 else
18762 cat >conftest.$ac_ext <<_ACEOF
18763 /* confdefs.h. */
18764 _ACEOF
18765 cat confdefs.h >>conftest.$ac_ext
18766 cat >>conftest.$ac_ext <<_ACEOF
18767 /* end confdefs.h. */
18768 $ac_includes_default
18769 long longval () { return (long) (sizeof (long long)); }
18770 unsigned long ulongval () { return (long) (sizeof (long long)); }
18771 #include <stdio.h>
18772 #include <stdlib.h>
18773 int
18774 main ()
18775 {
18776
18777 FILE *f = fopen ("conftest.val", "w");
18778 if (! f)
18779 exit (1);
18780 if (((long) (sizeof (long long))) < 0)
18781 {
18782 long i = longval ();
18783 if (i != ((long) (sizeof (long long))))
18784 exit (1);
18785 fprintf (f, "%ld\n", i);
18786 }
18787 else
18788 {
18789 unsigned long i = ulongval ();
18790 if (i != ((long) (sizeof (long long))))
18791 exit (1);
18792 fprintf (f, "%lu\n", i);
18793 }
18794 exit (ferror (f) || fclose (f) != 0);
18795
18796 ;
18797 return 0;
18798 }
18799 _ACEOF
18800 rm -f conftest$ac_exeext
18801 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18802 (eval $ac_link) 2>&5
18803 ac_status=$?
18804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18805 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18807 (eval $ac_try) 2>&5
18808 ac_status=$?
18809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18810 (exit $ac_status); }; }; then
18811 ac_cv_sizeof_long_long=`cat conftest.val`
18812 else
18813 echo "$as_me: program exited with status $ac_status" >&5
18814 echo "$as_me: failed program was:" >&5
18815 sed 's/^/| /' conftest.$ac_ext >&5
18816
18817 ( exit $ac_status )
18818 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18819 See \`config.log' for more details." >&5
18820 echo "$as_me: error: cannot compute sizeof (long long), 77
18821 See \`config.log' for more details." >&2;}
18822 { (exit 1); exit 1; }; }
18823 fi
18824 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18825 fi
18826 fi
18827 rm -f conftest.val
18828 else
18829 ac_cv_sizeof_long_long=0
18830 fi
18831 fi
18832 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18833 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18834 cat >>confdefs.h <<_ACEOF
18835 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18836 _ACEOF
18837
18838
18839 if test "$ac_cv_sizeof_long_long" != "0"; then
18840 CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG"
18841 fi
18842 ;;
18843 * )
18844 echo "$as_me:$LINENO: checking for long long" >&5
18845 echo $ECHO_N "checking for long long... $ECHO_C" >&6
18846 if test "${ac_cv_type_long_long+set}" = set; then
18847 echo $ECHO_N "(cached) $ECHO_C" >&6
18848 else
18849 cat >conftest.$ac_ext <<_ACEOF
18850 /* confdefs.h. */
18851 _ACEOF
18852 cat confdefs.h >>conftest.$ac_ext
18853 cat >>conftest.$ac_ext <<_ACEOF
18854 /* end confdefs.h. */
18855 $ac_includes_default
18856 int
18857 main ()
18858 {
18859 if ((long long *) 0)
18860 return 0;
18861 if (sizeof (long long))
18862 return 0;
18863 ;
18864 return 0;
18865 }
18866 _ACEOF
18867 rm -f conftest.$ac_objext
18868 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18869 (eval $ac_compile) 2>conftest.er1
18870 ac_status=$?
18871 grep -v '^ *+' conftest.er1 >conftest.err
18872 rm -f conftest.er1
18873 cat conftest.err >&5
18874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18875 (exit $ac_status); } &&
18876 { ac_try='test -z "$ac_c_werror_flag"
18877 || test ! -s conftest.err'
18878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18879 (eval $ac_try) 2>&5
18880 ac_status=$?
18881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18882 (exit $ac_status); }; } &&
18883 { ac_try='test -s conftest.$ac_objext'
18884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18885 (eval $ac_try) 2>&5
18886 ac_status=$?
18887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18888 (exit $ac_status); }; }; then
18889 ac_cv_type_long_long=yes
18890 else
18891 echo "$as_me: failed program was:" >&5
18892 sed 's/^/| /' conftest.$ac_ext >&5
18893
18894 ac_cv_type_long_long=no
18895 fi
18896 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18897 fi
18898 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18899 echo "${ECHO_T}$ac_cv_type_long_long" >&6
18900
18901 echo "$as_me:$LINENO: checking size of long long" >&5
18902 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18903 if test "${ac_cv_sizeof_long_long+set}" = set; then
18904 echo $ECHO_N "(cached) $ECHO_C" >&6
18905 else
18906 if test "$ac_cv_type_long_long" = yes; then
18907 # The cast to unsigned long works around a bug in the HP C Compiler
18908 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18909 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18910 # This bug is HP SR number 8606223364.
18911 if test "$cross_compiling" = yes; then
18912 # Depending upon the size, compute the lo and hi bounds.
18913 cat >conftest.$ac_ext <<_ACEOF
18914 /* confdefs.h. */
18915 _ACEOF
18916 cat confdefs.h >>conftest.$ac_ext
18917 cat >>conftest.$ac_ext <<_ACEOF
18918 /* end confdefs.h. */
18919 $ac_includes_default
18920 int
18921 main ()
18922 {
18923 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18924 test_array [0] = 0
18925
18926 ;
18927 return 0;
18928 }
18929 _ACEOF
18930 rm -f conftest.$ac_objext
18931 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18932 (eval $ac_compile) 2>conftest.er1
18933 ac_status=$?
18934 grep -v '^ *+' conftest.er1 >conftest.err
18935 rm -f conftest.er1
18936 cat conftest.err >&5
18937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18938 (exit $ac_status); } &&
18939 { ac_try='test -z "$ac_c_werror_flag"
18940 || test ! -s conftest.err'
18941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18942 (eval $ac_try) 2>&5
18943 ac_status=$?
18944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18945 (exit $ac_status); }; } &&
18946 { ac_try='test -s conftest.$ac_objext'
18947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18948 (eval $ac_try) 2>&5
18949 ac_status=$?
18950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18951 (exit $ac_status); }; }; then
18952 ac_lo=0 ac_mid=0
18953 while :; do
18954 cat >conftest.$ac_ext <<_ACEOF
18955 /* confdefs.h. */
18956 _ACEOF
18957 cat confdefs.h >>conftest.$ac_ext
18958 cat >>conftest.$ac_ext <<_ACEOF
18959 /* end confdefs.h. */
18960 $ac_includes_default
18961 int
18962 main ()
18963 {
18964 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18965 test_array [0] = 0
18966
18967 ;
18968 return 0;
18969 }
18970 _ACEOF
18971 rm -f conftest.$ac_objext
18972 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18973 (eval $ac_compile) 2>conftest.er1
18974 ac_status=$?
18975 grep -v '^ *+' conftest.er1 >conftest.err
18976 rm -f conftest.er1
18977 cat conftest.err >&5
18978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18979 (exit $ac_status); } &&
18980 { ac_try='test -z "$ac_c_werror_flag"
18981 || test ! -s conftest.err'
18982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18983 (eval $ac_try) 2>&5
18984 ac_status=$?
18985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18986 (exit $ac_status); }; } &&
18987 { ac_try='test -s conftest.$ac_objext'
18988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18989 (eval $ac_try) 2>&5
18990 ac_status=$?
18991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18992 (exit $ac_status); }; }; then
18993 ac_hi=$ac_mid; break
18994 else
18995 echo "$as_me: failed program was:" >&5
18996 sed 's/^/| /' conftest.$ac_ext >&5
18997
18998 ac_lo=`expr $ac_mid + 1`
18999 if test $ac_lo -le $ac_mid; then
19000 ac_lo= ac_hi=
19001 break
19002 fi
19003 ac_mid=`expr 2 '*' $ac_mid + 1`
19004 fi
19005 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19006 done
19007 else
19008 echo "$as_me: failed program was:" >&5
19009 sed 's/^/| /' conftest.$ac_ext >&5
19010
19011 cat >conftest.$ac_ext <<_ACEOF
19012 /* confdefs.h. */
19013 _ACEOF
19014 cat confdefs.h >>conftest.$ac_ext
19015 cat >>conftest.$ac_ext <<_ACEOF
19016 /* end confdefs.h. */
19017 $ac_includes_default
19018 int
19019 main ()
19020 {
19021 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
19022 test_array [0] = 0
19023
19024 ;
19025 return 0;
19026 }
19027 _ACEOF
19028 rm -f conftest.$ac_objext
19029 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19030 (eval $ac_compile) 2>conftest.er1
19031 ac_status=$?
19032 grep -v '^ *+' conftest.er1 >conftest.err
19033 rm -f conftest.er1
19034 cat conftest.err >&5
19035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19036 (exit $ac_status); } &&
19037 { ac_try='test -z "$ac_c_werror_flag"
19038 || test ! -s conftest.err'
19039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19040 (eval $ac_try) 2>&5
19041 ac_status=$?
19042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19043 (exit $ac_status); }; } &&
19044 { ac_try='test -s conftest.$ac_objext'
19045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19046 (eval $ac_try) 2>&5
19047 ac_status=$?
19048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19049 (exit $ac_status); }; }; then
19050 ac_hi=-1 ac_mid=-1
19051 while :; do
19052 cat >conftest.$ac_ext <<_ACEOF
19053 /* confdefs.h. */
19054 _ACEOF
19055 cat confdefs.h >>conftest.$ac_ext
19056 cat >>conftest.$ac_ext <<_ACEOF
19057 /* end confdefs.h. */
19058 $ac_includes_default
19059 int
19060 main ()
19061 {
19062 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
19063 test_array [0] = 0
19064
19065 ;
19066 return 0;
19067 }
19068 _ACEOF
19069 rm -f conftest.$ac_objext
19070 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19071 (eval $ac_compile) 2>conftest.er1
19072 ac_status=$?
19073 grep -v '^ *+' conftest.er1 >conftest.err
19074 rm -f conftest.er1
19075 cat conftest.err >&5
19076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19077 (exit $ac_status); } &&
19078 { ac_try='test -z "$ac_c_werror_flag"
19079 || test ! -s conftest.err'
19080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19081 (eval $ac_try) 2>&5
19082 ac_status=$?
19083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19084 (exit $ac_status); }; } &&
19085 { ac_try='test -s conftest.$ac_objext'
19086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19087 (eval $ac_try) 2>&5
19088 ac_status=$?
19089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19090 (exit $ac_status); }; }; then
19091 ac_lo=$ac_mid; break
19092 else
19093 echo "$as_me: failed program was:" >&5
19094 sed 's/^/| /' conftest.$ac_ext >&5
19095
19096 ac_hi=`expr '(' $ac_mid ')' - 1`
19097 if test $ac_mid -le $ac_hi; then
19098 ac_lo= ac_hi=
19099 break
19100 fi
19101 ac_mid=`expr 2 '*' $ac_mid`
19102 fi
19103 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19104 done
19105 else
19106 echo "$as_me: failed program was:" >&5
19107 sed 's/^/| /' conftest.$ac_ext >&5
19108
19109 ac_lo= ac_hi=
19110 fi
19111 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19112 fi
19113 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19114 # Binary search between lo and hi bounds.
19115 while test "x$ac_lo" != "x$ac_hi"; do
19116 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19117 cat >conftest.$ac_ext <<_ACEOF
19118 /* confdefs.h. */
19119 _ACEOF
19120 cat confdefs.h >>conftest.$ac_ext
19121 cat >>conftest.$ac_ext <<_ACEOF
19122 /* end confdefs.h. */
19123 $ac_includes_default
19124 int
19125 main ()
19126 {
19127 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19128 test_array [0] = 0
19129
19130 ;
19131 return 0;
19132 }
19133 _ACEOF
19134 rm -f conftest.$ac_objext
19135 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19136 (eval $ac_compile) 2>conftest.er1
19137 ac_status=$?
19138 grep -v '^ *+' conftest.er1 >conftest.err
19139 rm -f conftest.er1
19140 cat conftest.err >&5
19141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19142 (exit $ac_status); } &&
19143 { ac_try='test -z "$ac_c_werror_flag"
19144 || test ! -s conftest.err'
19145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19146 (eval $ac_try) 2>&5
19147 ac_status=$?
19148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19149 (exit $ac_status); }; } &&
19150 { ac_try='test -s conftest.$ac_objext'
19151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19152 (eval $ac_try) 2>&5
19153 ac_status=$?
19154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19155 (exit $ac_status); }; }; then
19156 ac_hi=$ac_mid
19157 else
19158 echo "$as_me: failed program was:" >&5
19159 sed 's/^/| /' conftest.$ac_ext >&5
19160
19161 ac_lo=`expr '(' $ac_mid ')' + 1`
19162 fi
19163 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19164 done
19165 case $ac_lo in
19166 ?*) ac_cv_sizeof_long_long=$ac_lo;;
19167 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19168 See \`config.log' for more details." >&5
19169 echo "$as_me: error: cannot compute sizeof (long long), 77
19170 See \`config.log' for more details." >&2;}
19171 { (exit 1); exit 1; }; } ;;
19172 esac
19173 else
19174 if test "$cross_compiling" = yes; then
19175 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
19176 See \`config.log' for more details." >&5
19177 echo "$as_me: error: cannot run test program while cross compiling
19178 See \`config.log' for more details." >&2;}
19179 { (exit 1); exit 1; }; }
19180 else
19181 cat >conftest.$ac_ext <<_ACEOF
19182 /* confdefs.h. */
19183 _ACEOF
19184 cat confdefs.h >>conftest.$ac_ext
19185 cat >>conftest.$ac_ext <<_ACEOF
19186 /* end confdefs.h. */
19187 $ac_includes_default
19188 long longval () { return (long) (sizeof (long long)); }
19189 unsigned long ulongval () { return (long) (sizeof (long long)); }
19190 #include <stdio.h>
19191 #include <stdlib.h>
19192 int
19193 main ()
19194 {
19195
19196 FILE *f = fopen ("conftest.val", "w");
19197 if (! f)
19198 exit (1);
19199 if (((long) (sizeof (long long))) < 0)
19200 {
19201 long i = longval ();
19202 if (i != ((long) (sizeof (long long))))
19203 exit (1);
19204 fprintf (f, "%ld\n", i);
19205 }
19206 else
19207 {
19208 unsigned long i = ulongval ();
19209 if (i != ((long) (sizeof (long long))))
19210 exit (1);
19211 fprintf (f, "%lu\n", i);
19212 }
19213 exit (ferror (f) || fclose (f) != 0);
19214
19215 ;
19216 return 0;
19217 }
19218 _ACEOF
19219 rm -f conftest$ac_exeext
19220 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19221 (eval $ac_link) 2>&5
19222 ac_status=$?
19223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19224 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19226 (eval $ac_try) 2>&5
19227 ac_status=$?
19228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19229 (exit $ac_status); }; }; then
19230 ac_cv_sizeof_long_long=`cat conftest.val`
19231 else
19232 echo "$as_me: program exited with status $ac_status" >&5
19233 echo "$as_me: failed program was:" >&5
19234 sed 's/^/| /' conftest.$ac_ext >&5
19235
19236 ( exit $ac_status )
19237 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19238 See \`config.log' for more details." >&5
19239 echo "$as_me: error: cannot compute sizeof (long long), 77
19240 See \`config.log' for more details." >&2;}
19241 { (exit 1); exit 1; }; }
19242 fi
19243 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19244 fi
19245 fi
19246 rm -f conftest.val
19247 else
19248 ac_cv_sizeof_long_long=0
19249 fi
19250 fi
19251 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19252 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19253 cat >>confdefs.h <<_ACEOF
19254 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19255 _ACEOF
19256
19257
19258 esac
19259
19260 echo "$as_me:$LINENO: checking for wchar_t" >&5
19261 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
19262 if test "${ac_cv_type_wchar_t+set}" = set; then
19263 echo $ECHO_N "(cached) $ECHO_C" >&6
19264 else
19265 cat >conftest.$ac_ext <<_ACEOF
19266 /* confdefs.h. */
19267 _ACEOF
19268 cat confdefs.h >>conftest.$ac_ext
19269 cat >>conftest.$ac_ext <<_ACEOF
19270 /* end confdefs.h. */
19271
19272 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19273 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19274 # error "fake wchar_t"
19275 #endif
19276 #ifdef HAVE_WCHAR_H
19277 # ifdef __CYGWIN__
19278 # include <stddef.h>
19279 # endif
19280 # include <wchar.h>
19281 #endif
19282 #ifdef HAVE_STDLIB_H
19283 # include <stdlib.h>
19284 #endif
19285 #include <stdio.h>
19286
19287
19288
19289 int
19290 main ()
19291 {
19292 if ((wchar_t *) 0)
19293 return 0;
19294 if (sizeof (wchar_t))
19295 return 0;
19296 ;
19297 return 0;
19298 }
19299 _ACEOF
19300 rm -f conftest.$ac_objext
19301 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19302 (eval $ac_compile) 2>conftest.er1
19303 ac_status=$?
19304 grep -v '^ *+' conftest.er1 >conftest.err
19305 rm -f conftest.er1
19306 cat conftest.err >&5
19307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19308 (exit $ac_status); } &&
19309 { ac_try='test -z "$ac_c_werror_flag"
19310 || test ! -s conftest.err'
19311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19312 (eval $ac_try) 2>&5
19313 ac_status=$?
19314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19315 (exit $ac_status); }; } &&
19316 { ac_try='test -s conftest.$ac_objext'
19317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19318 (eval $ac_try) 2>&5
19319 ac_status=$?
19320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19321 (exit $ac_status); }; }; then
19322 ac_cv_type_wchar_t=yes
19323 else
19324 echo "$as_me: failed program was:" >&5
19325 sed 's/^/| /' conftest.$ac_ext >&5
19326
19327 ac_cv_type_wchar_t=no
19328 fi
19329 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19330 fi
19331 echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
19332 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6
19333
19334 echo "$as_me:$LINENO: checking size of wchar_t" >&5
19335 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
19336 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
19337 echo $ECHO_N "(cached) $ECHO_C" >&6
19338 else
19339 if test "$ac_cv_type_wchar_t" = yes; then
19340 # The cast to unsigned long works around a bug in the HP C Compiler
19341 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19342 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19343 # This bug is HP SR number 8606223364.
19344 if test "$cross_compiling" = yes; then
19345 # Depending upon the size, compute the lo and hi bounds.
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
19353 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19354 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19355 # error "fake wchar_t"
19356 #endif
19357 #ifdef HAVE_WCHAR_H
19358 # ifdef __CYGWIN__
19359 # include <stddef.h>
19360 # endif
19361 # include <wchar.h>
19362 #endif
19363 #ifdef HAVE_STDLIB_H
19364 # include <stdlib.h>
19365 #endif
19366 #include <stdio.h>
19367
19368
19369
19370 int
19371 main ()
19372 {
19373 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)];
19374 test_array [0] = 0
19375
19376 ;
19377 return 0;
19378 }
19379 _ACEOF
19380 rm -f conftest.$ac_objext
19381 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19382 (eval $ac_compile) 2>conftest.er1
19383 ac_status=$?
19384 grep -v '^ *+' conftest.er1 >conftest.err
19385 rm -f conftest.er1
19386 cat conftest.err >&5
19387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19388 (exit $ac_status); } &&
19389 { ac_try='test -z "$ac_c_werror_flag"
19390 || test ! -s conftest.err'
19391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19392 (eval $ac_try) 2>&5
19393 ac_status=$?
19394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19395 (exit $ac_status); }; } &&
19396 { ac_try='test -s conftest.$ac_objext'
19397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19398 (eval $ac_try) 2>&5
19399 ac_status=$?
19400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19401 (exit $ac_status); }; }; then
19402 ac_lo=0 ac_mid=0
19403 while :; do
19404 cat >conftest.$ac_ext <<_ACEOF
19405 /* confdefs.h. */
19406 _ACEOF
19407 cat confdefs.h >>conftest.$ac_ext
19408 cat >>conftest.$ac_ext <<_ACEOF
19409 /* end confdefs.h. */
19410
19411 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19412 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19413 # error "fake wchar_t"
19414 #endif
19415 #ifdef HAVE_WCHAR_H
19416 # ifdef __CYGWIN__
19417 # include <stddef.h>
19418 # endif
19419 # include <wchar.h>
19420 #endif
19421 #ifdef HAVE_STDLIB_H
19422 # include <stdlib.h>
19423 #endif
19424 #include <stdio.h>
19425
19426
19427
19428 int
19429 main ()
19430 {
19431 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19432 test_array [0] = 0
19433
19434 ;
19435 return 0;
19436 }
19437 _ACEOF
19438 rm -f conftest.$ac_objext
19439 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19440 (eval $ac_compile) 2>conftest.er1
19441 ac_status=$?
19442 grep -v '^ *+' conftest.er1 >conftest.err
19443 rm -f conftest.er1
19444 cat conftest.err >&5
19445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19446 (exit $ac_status); } &&
19447 { ac_try='test -z "$ac_c_werror_flag"
19448 || test ! -s conftest.err'
19449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19450 (eval $ac_try) 2>&5
19451 ac_status=$?
19452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19453 (exit $ac_status); }; } &&
19454 { ac_try='test -s conftest.$ac_objext'
19455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19456 (eval $ac_try) 2>&5
19457 ac_status=$?
19458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19459 (exit $ac_status); }; }; then
19460 ac_hi=$ac_mid; break
19461 else
19462 echo "$as_me: failed program was:" >&5
19463 sed 's/^/| /' conftest.$ac_ext >&5
19464
19465 ac_lo=`expr $ac_mid + 1`
19466 if test $ac_lo -le $ac_mid; then
19467 ac_lo= ac_hi=
19468 break
19469 fi
19470 ac_mid=`expr 2 '*' $ac_mid + 1`
19471 fi
19472 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19473 done
19474 else
19475 echo "$as_me: failed program was:" >&5
19476 sed 's/^/| /' conftest.$ac_ext >&5
19477
19478 cat >conftest.$ac_ext <<_ACEOF
19479 /* confdefs.h. */
19480 _ACEOF
19481 cat confdefs.h >>conftest.$ac_ext
19482 cat >>conftest.$ac_ext <<_ACEOF
19483 /* end confdefs.h. */
19484
19485 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19486 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19487 # error "fake wchar_t"
19488 #endif
19489 #ifdef HAVE_WCHAR_H
19490 # ifdef __CYGWIN__
19491 # include <stddef.h>
19492 # endif
19493 # include <wchar.h>
19494 #endif
19495 #ifdef HAVE_STDLIB_H
19496 # include <stdlib.h>
19497 #endif
19498 #include <stdio.h>
19499
19500
19501
19502 int
19503 main ()
19504 {
19505 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)];
19506 test_array [0] = 0
19507
19508 ;
19509 return 0;
19510 }
19511 _ACEOF
19512 rm -f conftest.$ac_objext
19513 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19514 (eval $ac_compile) 2>conftest.er1
19515 ac_status=$?
19516 grep -v '^ *+' conftest.er1 >conftest.err
19517 rm -f conftest.er1
19518 cat conftest.err >&5
19519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19520 (exit $ac_status); } &&
19521 { ac_try='test -z "$ac_c_werror_flag"
19522 || test ! -s conftest.err'
19523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19524 (eval $ac_try) 2>&5
19525 ac_status=$?
19526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19527 (exit $ac_status); }; } &&
19528 { ac_try='test -s conftest.$ac_objext'
19529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19530 (eval $ac_try) 2>&5
19531 ac_status=$?
19532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19533 (exit $ac_status); }; }; then
19534 ac_hi=-1 ac_mid=-1
19535 while :; do
19536 cat >conftest.$ac_ext <<_ACEOF
19537 /* confdefs.h. */
19538 _ACEOF
19539 cat confdefs.h >>conftest.$ac_ext
19540 cat >>conftest.$ac_ext <<_ACEOF
19541 /* end confdefs.h. */
19542
19543 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19544 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19545 # error "fake wchar_t"
19546 #endif
19547 #ifdef HAVE_WCHAR_H
19548 # ifdef __CYGWIN__
19549 # include <stddef.h>
19550 # endif
19551 # include <wchar.h>
19552 #endif
19553 #ifdef HAVE_STDLIB_H
19554 # include <stdlib.h>
19555 #endif
19556 #include <stdio.h>
19557
19558
19559
19560 int
19561 main ()
19562 {
19563 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= $ac_mid)];
19564 test_array [0] = 0
19565
19566 ;
19567 return 0;
19568 }
19569 _ACEOF
19570 rm -f conftest.$ac_objext
19571 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19572 (eval $ac_compile) 2>conftest.er1
19573 ac_status=$?
19574 grep -v '^ *+' conftest.er1 >conftest.err
19575 rm -f conftest.er1
19576 cat conftest.err >&5
19577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19578 (exit $ac_status); } &&
19579 { ac_try='test -z "$ac_c_werror_flag"
19580 || test ! -s conftest.err'
19581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19582 (eval $ac_try) 2>&5
19583 ac_status=$?
19584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19585 (exit $ac_status); }; } &&
19586 { ac_try='test -s conftest.$ac_objext'
19587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19588 (eval $ac_try) 2>&5
19589 ac_status=$?
19590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19591 (exit $ac_status); }; }; then
19592 ac_lo=$ac_mid; break
19593 else
19594 echo "$as_me: failed program was:" >&5
19595 sed 's/^/| /' conftest.$ac_ext >&5
19596
19597 ac_hi=`expr '(' $ac_mid ')' - 1`
19598 if test $ac_mid -le $ac_hi; then
19599 ac_lo= ac_hi=
19600 break
19601 fi
19602 ac_mid=`expr 2 '*' $ac_mid`
19603 fi
19604 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19605 done
19606 else
19607 echo "$as_me: failed program was:" >&5
19608 sed 's/^/| /' conftest.$ac_ext >&5
19609
19610 ac_lo= ac_hi=
19611 fi
19612 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19613 fi
19614 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19615 # Binary search between lo and hi bounds.
19616 while test "x$ac_lo" != "x$ac_hi"; do
19617 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
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
19625 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19626 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19627 # error "fake wchar_t"
19628 #endif
19629 #ifdef HAVE_WCHAR_H
19630 # ifdef __CYGWIN__
19631 # include <stddef.h>
19632 # endif
19633 # include <wchar.h>
19634 #endif
19635 #ifdef HAVE_STDLIB_H
19636 # include <stdlib.h>
19637 #endif
19638 #include <stdio.h>
19639
19640
19641
19642 int
19643 main ()
19644 {
19645 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19646 test_array [0] = 0
19647
19648 ;
19649 return 0;
19650 }
19651 _ACEOF
19652 rm -f conftest.$ac_objext
19653 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19654 (eval $ac_compile) 2>conftest.er1
19655 ac_status=$?
19656 grep -v '^ *+' conftest.er1 >conftest.err
19657 rm -f conftest.er1
19658 cat conftest.err >&5
19659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19660 (exit $ac_status); } &&
19661 { ac_try='test -z "$ac_c_werror_flag"
19662 || test ! -s conftest.err'
19663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19664 (eval $ac_try) 2>&5
19665 ac_status=$?
19666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19667 (exit $ac_status); }; } &&
19668 { ac_try='test -s conftest.$ac_objext'
19669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19670 (eval $ac_try) 2>&5
19671 ac_status=$?
19672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19673 (exit $ac_status); }; }; then
19674 ac_hi=$ac_mid
19675 else
19676 echo "$as_me: failed program was:" >&5
19677 sed 's/^/| /' conftest.$ac_ext >&5
19678
19679 ac_lo=`expr '(' $ac_mid ')' + 1`
19680 fi
19681 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19682 done
19683 case $ac_lo in
19684 ?*) ac_cv_sizeof_wchar_t=$ac_lo;;
19685 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
19686 See \`config.log' for more details." >&5
19687 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
19688 See \`config.log' for more details." >&2;}
19689 { (exit 1); exit 1; }; } ;;
19690 esac
19691 else
19692 if test "$cross_compiling" = yes; then
19693 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
19694 See \`config.log' for more details." >&5
19695 echo "$as_me: error: cannot run test program while cross compiling
19696 See \`config.log' for more details." >&2;}
19697 { (exit 1); exit 1; }; }
19698 else
19699 cat >conftest.$ac_ext <<_ACEOF
19700 /* confdefs.h. */
19701 _ACEOF
19702 cat confdefs.h >>conftest.$ac_ext
19703 cat >>conftest.$ac_ext <<_ACEOF
19704 /* end confdefs.h. */
19705
19706 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19707 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19708 # error "fake wchar_t"
19709 #endif
19710 #ifdef HAVE_WCHAR_H
19711 # ifdef __CYGWIN__
19712 # include <stddef.h>
19713 # endif
19714 # include <wchar.h>
19715 #endif
19716 #ifdef HAVE_STDLIB_H
19717 # include <stdlib.h>
19718 #endif
19719 #include <stdio.h>
19720
19721
19722
19723 long longval () { return (long) (sizeof (wchar_t)); }
19724 unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
19725 #include <stdio.h>
19726 #include <stdlib.h>
19727 int
19728 main ()
19729 {
19730
19731 FILE *f = fopen ("conftest.val", "w");
19732 if (! f)
19733 exit (1);
19734 if (((long) (sizeof (wchar_t))) < 0)
19735 {
19736 long i = longval ();
19737 if (i != ((long) (sizeof (wchar_t))))
19738 exit (1);
19739 fprintf (f, "%ld\n", i);
19740 }
19741 else
19742 {
19743 unsigned long i = ulongval ();
19744 if (i != ((long) (sizeof (wchar_t))))
19745 exit (1);
19746 fprintf (f, "%lu\n", i);
19747 }
19748 exit (ferror (f) || fclose (f) != 0);
19749
19750 ;
19751 return 0;
19752 }
19753 _ACEOF
19754 rm -f conftest$ac_exeext
19755 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19756 (eval $ac_link) 2>&5
19757 ac_status=$?
19758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19759 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19761 (eval $ac_try) 2>&5
19762 ac_status=$?
19763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19764 (exit $ac_status); }; }; then
19765 ac_cv_sizeof_wchar_t=`cat conftest.val`
19766 else
19767 echo "$as_me: program exited with status $ac_status" >&5
19768 echo "$as_me: failed program was:" >&5
19769 sed 's/^/| /' conftest.$ac_ext >&5
19770
19771 ( exit $ac_status )
19772 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
19773 See \`config.log' for more details." >&5
19774 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
19775 See \`config.log' for more details." >&2;}
19776 { (exit 1); exit 1; }; }
19777 fi
19778 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19779 fi
19780 fi
19781 rm -f conftest.val
19782 else
19783 ac_cv_sizeof_wchar_t=0
19784 fi
19785 fi
19786 echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
19787 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6
19788 cat >>confdefs.h <<_ACEOF
19789 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
19790 _ACEOF
19791
19792
19793 if test "$ac_cv_sizeof_wchar_t" != "0"; then
19794 wxUSE_WCHAR_T=yes
19795 else
19796 wxUSE_WCHAR_T=no
19797 fi
19798
19799 echo "$as_me:$LINENO: checking for va_copy" >&5
19800 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
19801 if test "${wx_cv_func_va_copy+set}" = set; then
19802 echo $ECHO_N "(cached) $ECHO_C" >&6
19803 else
19804
19805 cat >conftest.$ac_ext <<_ACEOF
19806
19807 #include <stdarg.h>
19808 void foo(char *f, ...)
19809 {
19810 va_list ap1, ap2;
19811 va_start(ap1, f);
19812 va_copy(ap2, ap1);
19813 va_end(ap2);
19814 va_end(ap1);
19815 }
19816 int main()
19817 {
19818 foo("hi", 17);
19819 return 0;
19820 }
19821 _ACEOF
19822 rm -f conftest.$ac_objext conftest$ac_exeext
19823 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19824 (eval $ac_link) 2>conftest.er1
19825 ac_status=$?
19826 grep -v '^ *+' conftest.er1 >conftest.err
19827 rm -f conftest.er1
19828 cat conftest.err >&5
19829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19830 (exit $ac_status); } &&
19831 { ac_try='test -z "$ac_c_werror_flag"
19832 || test ! -s conftest.err'
19833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19834 (eval $ac_try) 2>&5
19835 ac_status=$?
19836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19837 (exit $ac_status); }; } &&
19838 { ac_try='test -s conftest$ac_exeext'
19839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19840 (eval $ac_try) 2>&5
19841 ac_status=$?
19842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19843 (exit $ac_status); }; }; then
19844 wx_cv_func_va_copy=yes
19845 else
19846 echo "$as_me: failed program was:" >&5
19847 sed 's/^/| /' conftest.$ac_ext >&5
19848
19849 wx_cv_func_va_copy=no
19850
19851 fi
19852 rm -f conftest.err conftest.$ac_objext \
19853 conftest$ac_exeext conftest.$ac_ext
19854
19855
19856 fi
19857 echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
19858 echo "${ECHO_T}$wx_cv_func_va_copy" >&6
19859
19860 if test $wx_cv_func_va_copy = "yes"; then
19861 cat >>confdefs.h <<\_ACEOF
19862 #define HAVE_VA_COPY 1
19863 _ACEOF
19864
19865 else
19866 echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
19867 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6
19868 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
19869 echo $ECHO_N "(cached) $ECHO_C" >&6
19870 else
19871
19872 if test "$cross_compiling" = yes; then
19873 wx_cv_type_va_list_lvalue=yes
19874
19875 else
19876 cat >conftest.$ac_ext <<_ACEOF
19877
19878 #include <stdarg.h>
19879 int foo(char *f, ...)
19880 {
19881 va_list ap1, ap2;
19882 va_start(ap1, f);
19883 ap2 = ap1;
19884 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
19885 return 1;
19886 va_end(ap2);
19887 va_end(ap1);
19888 return 0;
19889 }
19890 int main()
19891 {
19892 return foo("hi", 17);
19893 }
19894 _ACEOF
19895 rm -f conftest$ac_exeext
19896 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19897 (eval $ac_link) 2>&5
19898 ac_status=$?
19899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19900 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19902 (eval $ac_try) 2>&5
19903 ac_status=$?
19904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19905 (exit $ac_status); }; }; then
19906 wx_cv_type_va_list_lvalue=yes
19907 else
19908 echo "$as_me: program exited with status $ac_status" >&5
19909 echo "$as_me: failed program was:" >&5
19910 sed 's/^/| /' conftest.$ac_ext >&5
19911
19912 ( exit $ac_status )
19913 wx_cv_type_va_list_lvalue=no
19914 fi
19915 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19916 fi
19917
19918
19919 fi
19920 echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
19921 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6
19922
19923 if test $wx_cv_type_va_list_lvalue != "yes"; then
19924 cat >>confdefs.h <<\_ACEOF
19925 #define VA_LIST_IS_ARRAY 1
19926 _ACEOF
19927
19928 fi
19929 fi
19930
19931 # Check whether --enable-largefile or --disable-largefile was given.
19932 if test "${enable_largefile+set}" = set; then
19933 enableval="$enable_largefile"
19934
19935 fi;
19936 if test "$enable_largefile" != no; then
19937 wx_largefile=no
19938
19939 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
19940 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
19941 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
19942 echo $ECHO_N "(cached) $ECHO_C" >&6
19943 else
19944
19945 cat >conftest.$ac_ext <<_ACEOF
19946 /* confdefs.h. */
19947 _ACEOF
19948 cat confdefs.h >>conftest.$ac_ext
19949 cat >>conftest.$ac_ext <<_ACEOF
19950 /* end confdefs.h. */
19951 #define _FILE_OFFSET_BITS 64
19952 #include <sys/types.h>
19953 int
19954 main ()
19955 {
19956 typedef struct {
19957 unsigned int field: sizeof(off_t) == 8;
19958 } wxlf;
19959
19960 ;
19961 return 0;
19962 }
19963 _ACEOF
19964 rm -f conftest.$ac_objext
19965 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19966 (eval $ac_compile) 2>conftest.er1
19967 ac_status=$?
19968 grep -v '^ *+' conftest.er1 >conftest.err
19969 rm -f conftest.er1
19970 cat conftest.err >&5
19971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19972 (exit $ac_status); } &&
19973 { ac_try='test -z "$ac_c_werror_flag"
19974 || test ! -s conftest.err'
19975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19976 (eval $ac_try) 2>&5
19977 ac_status=$?
19978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19979 (exit $ac_status); }; } &&
19980 { ac_try='test -s conftest.$ac_objext'
19981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19982 (eval $ac_try) 2>&5
19983 ac_status=$?
19984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19985 (exit $ac_status); }; }; then
19986 ac_cv_sys_file_offset_bits=64
19987 else
19988 echo "$as_me: failed program was:" >&5
19989 sed 's/^/| /' conftest.$ac_ext >&5
19990
19991 ac_cv_sys_file_offset_bits=no
19992 fi
19993 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19994
19995
19996 fi
19997 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
19998 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
19999
20000 if test "$ac_cv_sys_file_offset_bits" != no; then
20001 wx_largefile=yes
20002 cat >>confdefs.h <<_ACEOF
20003 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
20004 _ACEOF
20005
20006 fi
20007
20008 if test "x$wx_largefile" != "xyes"; then
20009
20010 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
20011 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
20012 if test "${ac_cv_sys_large_files+set}" = set; then
20013 echo $ECHO_N "(cached) $ECHO_C" >&6
20014 else
20015
20016 cat >conftest.$ac_ext <<_ACEOF
20017 /* confdefs.h. */
20018 _ACEOF
20019 cat confdefs.h >>conftest.$ac_ext
20020 cat >>conftest.$ac_ext <<_ACEOF
20021 /* end confdefs.h. */
20022 #define _LARGE_FILES 1
20023 #include <sys/types.h>
20024 int
20025 main ()
20026 {
20027 typedef struct {
20028 unsigned int field: sizeof(off_t) == 8;
20029 } wxlf;
20030
20031 ;
20032 return 0;
20033 }
20034 _ACEOF
20035 rm -f conftest.$ac_objext
20036 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20037 (eval $ac_compile) 2>conftest.er1
20038 ac_status=$?
20039 grep -v '^ *+' conftest.er1 >conftest.err
20040 rm -f conftest.er1
20041 cat conftest.err >&5
20042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20043 (exit $ac_status); } &&
20044 { ac_try='test -z "$ac_c_werror_flag"
20045 || test ! -s conftest.err'
20046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20047 (eval $ac_try) 2>&5
20048 ac_status=$?
20049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20050 (exit $ac_status); }; } &&
20051 { ac_try='test -s conftest.$ac_objext'
20052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20053 (eval $ac_try) 2>&5
20054 ac_status=$?
20055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20056 (exit $ac_status); }; }; then
20057 ac_cv_sys_large_files=1
20058 else
20059 echo "$as_me: failed program was:" >&5
20060 sed 's/^/| /' conftest.$ac_ext >&5
20061
20062 ac_cv_sys_large_files=no
20063 fi
20064 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20065
20066
20067 fi
20068 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
20069 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
20070
20071 if test "$ac_cv_sys_large_files" != no; then
20072 wx_largefile=yes
20073 cat >>confdefs.h <<_ACEOF
20074 #define _LARGE_FILES $ac_cv_sys_large_files
20075 _ACEOF
20076
20077 fi
20078
20079 fi
20080
20081 echo "$as_me:$LINENO: checking if large file support is available" >&5
20082 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
20083 if test "x$wx_largefile" = "xyes"; then
20084 cat >>confdefs.h <<\_ACEOF
20085 #define HAVE_LARGEFILE_SUPPORT 1
20086 _ACEOF
20087
20088 fi
20089 echo "$as_me:$LINENO: result: $wx_largefile" >&5
20090 echo "${ECHO_T}$wx_largefile" >&6
20091 fi
20092
20093
20094 if test "x$wx_largefile" = "xyes"; then
20095 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
20096 WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
20097 else
20098 WX_LARGEFILE_FLAGS="-D_LARGE_FILES"
20099 fi
20100 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
20101 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
20102 if test "${ac_cv_sys_largefile_source+set}" = set; then
20103 echo $ECHO_N "(cached) $ECHO_C" >&6
20104 else
20105 while :; do
20106 ac_cv_sys_largefile_source=no
20107 cat >conftest.$ac_ext <<_ACEOF
20108 /* confdefs.h. */
20109 _ACEOF
20110 cat confdefs.h >>conftest.$ac_ext
20111 cat >>conftest.$ac_ext <<_ACEOF
20112 /* end confdefs.h. */
20113 #include <stdio.h>
20114 int
20115 main ()
20116 {
20117 return !fseeko;
20118 ;
20119 return 0;
20120 }
20121 _ACEOF
20122 rm -f conftest.$ac_objext
20123 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20124 (eval $ac_compile) 2>conftest.er1
20125 ac_status=$?
20126 grep -v '^ *+' conftest.er1 >conftest.err
20127 rm -f conftest.er1
20128 cat conftest.err >&5
20129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20130 (exit $ac_status); } &&
20131 { ac_try='test -z "$ac_c_werror_flag"
20132 || test ! -s conftest.err'
20133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20134 (eval $ac_try) 2>&5
20135 ac_status=$?
20136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20137 (exit $ac_status); }; } &&
20138 { ac_try='test -s conftest.$ac_objext'
20139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20140 (eval $ac_try) 2>&5
20141 ac_status=$?
20142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20143 (exit $ac_status); }; }; then
20144 break
20145 else
20146 echo "$as_me: failed program was:" >&5
20147 sed 's/^/| /' conftest.$ac_ext >&5
20148
20149 fi
20150 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20151 cat >conftest.$ac_ext <<_ACEOF
20152 /* confdefs.h. */
20153 _ACEOF
20154 cat confdefs.h >>conftest.$ac_ext
20155 cat >>conftest.$ac_ext <<_ACEOF
20156 /* end confdefs.h. */
20157 #define _LARGEFILE_SOURCE 1
20158 #include <stdio.h>
20159 int
20160 main ()
20161 {
20162 return !fseeko;
20163 ;
20164 return 0;
20165 }
20166 _ACEOF
20167 rm -f conftest.$ac_objext
20168 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20169 (eval $ac_compile) 2>conftest.er1
20170 ac_status=$?
20171 grep -v '^ *+' conftest.er1 >conftest.err
20172 rm -f conftest.er1
20173 cat conftest.err >&5
20174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20175 (exit $ac_status); } &&
20176 { ac_try='test -z "$ac_c_werror_flag"
20177 || test ! -s conftest.err'
20178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20179 (eval $ac_try) 2>&5
20180 ac_status=$?
20181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20182 (exit $ac_status); }; } &&
20183 { ac_try='test -s conftest.$ac_objext'
20184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20185 (eval $ac_try) 2>&5
20186 ac_status=$?
20187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20188 (exit $ac_status); }; }; then
20189 ac_cv_sys_largefile_source=1; break
20190 else
20191 echo "$as_me: failed program was:" >&5
20192 sed 's/^/| /' conftest.$ac_ext >&5
20193
20194 fi
20195 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20196 break
20197 done
20198 fi
20199 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
20200 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
20201 if test "$ac_cv_sys_largefile_source" != no; then
20202
20203 cat >>confdefs.h <<_ACEOF
20204 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
20205 _ACEOF
20206
20207 fi
20208 rm -f conftest*
20209
20210 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
20211 # in glibc 2.1.3, but that breaks too many other things.
20212 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
20213 echo "$as_me:$LINENO: checking for fseeko" >&5
20214 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
20215 if test "${ac_cv_func_fseeko+set}" = set; then
20216 echo $ECHO_N "(cached) $ECHO_C" >&6
20217 else
20218 cat >conftest.$ac_ext <<_ACEOF
20219 /* confdefs.h. */
20220 _ACEOF
20221 cat confdefs.h >>conftest.$ac_ext
20222 cat >>conftest.$ac_ext <<_ACEOF
20223 /* end confdefs.h. */
20224 #include <stdio.h>
20225 int
20226 main ()
20227 {
20228 return fseeko && fseeko (stdin, 0, 0);
20229 ;
20230 return 0;
20231 }
20232 _ACEOF
20233 rm -f conftest.$ac_objext conftest$ac_exeext
20234 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20235 (eval $ac_link) 2>conftest.er1
20236 ac_status=$?
20237 grep -v '^ *+' conftest.er1 >conftest.err
20238 rm -f conftest.er1
20239 cat conftest.err >&5
20240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20241 (exit $ac_status); } &&
20242 { ac_try='test -z "$ac_c_werror_flag"
20243 || test ! -s conftest.err'
20244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20245 (eval $ac_try) 2>&5
20246 ac_status=$?
20247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20248 (exit $ac_status); }; } &&
20249 { ac_try='test -s conftest$ac_exeext'
20250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20251 (eval $ac_try) 2>&5
20252 ac_status=$?
20253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20254 (exit $ac_status); }; }; then
20255 ac_cv_func_fseeko=yes
20256 else
20257 echo "$as_me: failed program was:" >&5
20258 sed 's/^/| /' conftest.$ac_ext >&5
20259
20260 ac_cv_func_fseeko=no
20261 fi
20262 rm -f conftest.err conftest.$ac_objext \
20263 conftest$ac_exeext conftest.$ac_ext
20264 fi
20265 echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
20266 echo "${ECHO_T}$ac_cv_func_fseeko" >&6
20267 if test $ac_cv_func_fseeko = yes; then
20268
20269 cat >>confdefs.h <<\_ACEOF
20270 #define HAVE_FSEEKO 1
20271 _ACEOF
20272
20273 fi
20274
20275 if test "$ac_cv_sys_largefile_source" != no; then
20276 WX_LARGEFILE_FLAGS="$WX_LARGEFILE_FLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
20277 fi
20278 CPPFLAGS="$CPPFLAGS $WX_LARGEFILE_FLAGS"
20279 fi
20280
20281 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
20282 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
20283 if test "${ac_cv_c_bigendian+set}" = set; then
20284 echo $ECHO_N "(cached) $ECHO_C" >&6
20285 else
20286 ac_cv_c_bigendian=unknown
20287 # See if sys/param.h defines the BYTE_ORDER macro.
20288 cat >conftest.$ac_ext <<_ACEOF
20289 /* confdefs.h. */
20290 _ACEOF
20291 cat confdefs.h >>conftest.$ac_ext
20292 cat >>conftest.$ac_ext <<_ACEOF
20293 /* end confdefs.h. */
20294 #include <sys/types.h>
20295 #include <sys/param.h>
20296 int
20297 main ()
20298 {
20299
20300 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
20301 bogus endian macros
20302 #endif
20303 ;
20304 return 0;
20305 }
20306 _ACEOF
20307 rm -f conftest.$ac_objext
20308 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20309 (eval $ac_compile) 2>conftest.er1
20310 ac_status=$?
20311 grep -v '^ *+' conftest.er1 >conftest.err
20312 rm -f conftest.er1
20313 cat conftest.err >&5
20314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20315 (exit $ac_status); } &&
20316 { ac_try='test -z "$ac_c_werror_flag"
20317 || test ! -s conftest.err'
20318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20319 (eval $ac_try) 2>&5
20320 ac_status=$?
20321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20322 (exit $ac_status); }; } &&
20323 { ac_try='test -s conftest.$ac_objext'
20324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20325 (eval $ac_try) 2>&5
20326 ac_status=$?
20327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20328 (exit $ac_status); }; }; then
20329 # It does; now see whether it defined to BIG_ENDIAN or not.
20330 cat >conftest.$ac_ext <<_ACEOF
20331 /* confdefs.h. */
20332 _ACEOF
20333 cat confdefs.h >>conftest.$ac_ext
20334 cat >>conftest.$ac_ext <<_ACEOF
20335 /* end confdefs.h. */
20336 #include <sys/types.h>
20337 #include <sys/param.h>
20338 int
20339 main ()
20340 {
20341
20342 #if BYTE_ORDER != BIG_ENDIAN
20343 not big endian
20344 #endif
20345 ;
20346 return 0;
20347 }
20348 _ACEOF
20349 rm -f conftest.$ac_objext
20350 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20351 (eval $ac_compile) 2>conftest.er1
20352 ac_status=$?
20353 grep -v '^ *+' conftest.er1 >conftest.err
20354 rm -f conftest.er1
20355 cat conftest.err >&5
20356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20357 (exit $ac_status); } &&
20358 { ac_try='test -z "$ac_c_werror_flag"
20359 || test ! -s conftest.err'
20360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20361 (eval $ac_try) 2>&5
20362 ac_status=$?
20363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20364 (exit $ac_status); }; } &&
20365 { ac_try='test -s conftest.$ac_objext'
20366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20367 (eval $ac_try) 2>&5
20368 ac_status=$?
20369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20370 (exit $ac_status); }; }; then
20371 ac_cv_c_bigendian=yes
20372 else
20373 echo "$as_me: failed program was:" >&5
20374 sed 's/^/| /' conftest.$ac_ext >&5
20375
20376 ac_cv_c_bigendian=no
20377 fi
20378 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20379 else
20380 echo "$as_me: failed program was:" >&5
20381 sed 's/^/| /' conftest.$ac_ext >&5
20382
20383 fi
20384 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20385 if test $ac_cv_c_bigendian = unknown; then
20386 if test "$cross_compiling" = yes; then
20387 ac_cv_c_bigendian=unknown
20388 else
20389 cat >conftest.$ac_ext <<_ACEOF
20390 /* confdefs.h. */
20391 _ACEOF
20392 cat confdefs.h >>conftest.$ac_ext
20393 cat >>conftest.$ac_ext <<_ACEOF
20394 /* end confdefs.h. */
20395 main () {
20396 /* Are we little or big endian? From Harbison&Steele. */
20397 union
20398 {
20399 long l;
20400 char c[sizeof (long)];
20401 } u;
20402 u.l = 1;
20403 exit (u.c[sizeof (long) - 1] == 1);
20404 }
20405 _ACEOF
20406 rm -f conftest$ac_exeext
20407 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20408 (eval $ac_link) 2>&5
20409 ac_status=$?
20410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20411 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20413 (eval $ac_try) 2>&5
20414 ac_status=$?
20415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20416 (exit $ac_status); }; }; then
20417 ac_cv_c_bigendian=no
20418 else
20419 echo "$as_me: program exited with status $ac_status" >&5
20420 echo "$as_me: failed program was:" >&5
20421 sed 's/^/| /' conftest.$ac_ext >&5
20422
20423 ( exit $ac_status )
20424 ac_cv_c_bigendian=yes
20425 fi
20426 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20427 fi
20428 fi
20429 fi
20430 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
20431 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
20432 if test $ac_cv_c_bigendian = unknown; then
20433 { 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
20434 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;}
20435 fi
20436 if test $ac_cv_c_bigendian = yes; then
20437 cat >>confdefs.h <<\_ACEOF
20438 #define WORDS_BIGENDIAN 1
20439 _ACEOF
20440
20441 fi
20442
20443
20444 ac_ext=cc
20445 ac_cpp='$CXXCPP $CPPFLAGS'
20446 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20447 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20448 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20449 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
20450 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
20451 if test -z "$CXXCPP"; then
20452 if test "${ac_cv_prog_CXXCPP+set}" = set; then
20453 echo $ECHO_N "(cached) $ECHO_C" >&6
20454 else
20455 # Double quotes because CXXCPP needs to be expanded
20456 for CXXCPP in "$CXX -E" "/lib/cpp"
20457 do
20458 ac_preproc_ok=false
20459 for ac_cxx_preproc_warn_flag in '' yes
20460 do
20461 # Use a header file that comes with gcc, so configuring glibc
20462 # with a fresh cross-compiler works.
20463 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20464 # <limits.h> exists even on freestanding compilers.
20465 # On the NeXT, cc -E runs the code through the compiler's parser,
20466 # not just through cpp. "Syntax error" is here to catch this case.
20467 cat >conftest.$ac_ext <<_ACEOF
20468 /* confdefs.h. */
20469 _ACEOF
20470 cat confdefs.h >>conftest.$ac_ext
20471 cat >>conftest.$ac_ext <<_ACEOF
20472 /* end confdefs.h. */
20473 #ifdef __STDC__
20474 # include <limits.h>
20475 #else
20476 # include <assert.h>
20477 #endif
20478 Syntax error
20479 _ACEOF
20480 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20481 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20482 ac_status=$?
20483 grep -v '^ *+' conftest.er1 >conftest.err
20484 rm -f conftest.er1
20485 cat conftest.err >&5
20486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20487 (exit $ac_status); } >/dev/null; then
20488 if test -s conftest.err; then
20489 ac_cpp_err=$ac_cxx_preproc_warn_flag
20490 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
20491 else
20492 ac_cpp_err=
20493 fi
20494 else
20495 ac_cpp_err=yes
20496 fi
20497 if test -z "$ac_cpp_err"; then
20498 :
20499 else
20500 echo "$as_me: failed program was:" >&5
20501 sed 's/^/| /' conftest.$ac_ext >&5
20502
20503 # Broken: fails on valid input.
20504 continue
20505 fi
20506 rm -f conftest.err conftest.$ac_ext
20507
20508 # OK, works on sane cases. Now check whether non-existent headers
20509 # can be detected and how.
20510 cat >conftest.$ac_ext <<_ACEOF
20511 /* confdefs.h. */
20512 _ACEOF
20513 cat confdefs.h >>conftest.$ac_ext
20514 cat >>conftest.$ac_ext <<_ACEOF
20515 /* end confdefs.h. */
20516 #include <ac_nonexistent.h>
20517 _ACEOF
20518 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20519 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20520 ac_status=$?
20521 grep -v '^ *+' conftest.er1 >conftest.err
20522 rm -f conftest.er1
20523 cat conftest.err >&5
20524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20525 (exit $ac_status); } >/dev/null; then
20526 if test -s conftest.err; then
20527 ac_cpp_err=$ac_cxx_preproc_warn_flag
20528 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
20529 else
20530 ac_cpp_err=
20531 fi
20532 else
20533 ac_cpp_err=yes
20534 fi
20535 if test -z "$ac_cpp_err"; then
20536 # Broken: success on invalid input.
20537 continue
20538 else
20539 echo "$as_me: failed program was:" >&5
20540 sed 's/^/| /' conftest.$ac_ext >&5
20541
20542 # Passes both tests.
20543 ac_preproc_ok=:
20544 break
20545 fi
20546 rm -f conftest.err conftest.$ac_ext
20547
20548 done
20549 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20550 rm -f conftest.err conftest.$ac_ext
20551 if $ac_preproc_ok; then
20552 break
20553 fi
20554
20555 done
20556 ac_cv_prog_CXXCPP=$CXXCPP
20557
20558 fi
20559 CXXCPP=$ac_cv_prog_CXXCPP
20560 else
20561 ac_cv_prog_CXXCPP=$CXXCPP
20562 fi
20563 echo "$as_me:$LINENO: result: $CXXCPP" >&5
20564 echo "${ECHO_T}$CXXCPP" >&6
20565 ac_preproc_ok=false
20566 for ac_cxx_preproc_warn_flag in '' yes
20567 do
20568 # Use a header file that comes with gcc, so configuring glibc
20569 # with a fresh cross-compiler works.
20570 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20571 # <limits.h> exists even on freestanding compilers.
20572 # On the NeXT, cc -E runs the code through the compiler's parser,
20573 # not just through cpp. "Syntax error" is here to catch this case.
20574 cat >conftest.$ac_ext <<_ACEOF
20575 /* confdefs.h. */
20576 _ACEOF
20577 cat confdefs.h >>conftest.$ac_ext
20578 cat >>conftest.$ac_ext <<_ACEOF
20579 /* end confdefs.h. */
20580 #ifdef __STDC__
20581 # include <limits.h>
20582 #else
20583 # include <assert.h>
20584 #endif
20585 Syntax error
20586 _ACEOF
20587 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20588 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20589 ac_status=$?
20590 grep -v '^ *+' conftest.er1 >conftest.err
20591 rm -f conftest.er1
20592 cat conftest.err >&5
20593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20594 (exit $ac_status); } >/dev/null; then
20595 if test -s conftest.err; then
20596 ac_cpp_err=$ac_cxx_preproc_warn_flag
20597 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
20598 else
20599 ac_cpp_err=
20600 fi
20601 else
20602 ac_cpp_err=yes
20603 fi
20604 if test -z "$ac_cpp_err"; then
20605 :
20606 else
20607 echo "$as_me: failed program was:" >&5
20608 sed 's/^/| /' conftest.$ac_ext >&5
20609
20610 # Broken: fails on valid input.
20611 continue
20612 fi
20613 rm -f conftest.err conftest.$ac_ext
20614
20615 # OK, works on sane cases. Now check whether non-existent headers
20616 # can be detected and how.
20617 cat >conftest.$ac_ext <<_ACEOF
20618 /* confdefs.h. */
20619 _ACEOF
20620 cat confdefs.h >>conftest.$ac_ext
20621 cat >>conftest.$ac_ext <<_ACEOF
20622 /* end confdefs.h. */
20623 #include <ac_nonexistent.h>
20624 _ACEOF
20625 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20626 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20627 ac_status=$?
20628 grep -v '^ *+' conftest.er1 >conftest.err
20629 rm -f conftest.er1
20630 cat conftest.err >&5
20631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20632 (exit $ac_status); } >/dev/null; then
20633 if test -s conftest.err; then
20634 ac_cpp_err=$ac_cxx_preproc_warn_flag
20635 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
20636 else
20637 ac_cpp_err=
20638 fi
20639 else
20640 ac_cpp_err=yes
20641 fi
20642 if test -z "$ac_cpp_err"; then
20643 # Broken: success on invalid input.
20644 continue
20645 else
20646 echo "$as_me: failed program was:" >&5
20647 sed 's/^/| /' conftest.$ac_ext >&5
20648
20649 # Passes both tests.
20650 ac_preproc_ok=:
20651 break
20652 fi
20653 rm -f conftest.err conftest.$ac_ext
20654
20655 done
20656 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20657 rm -f conftest.err conftest.$ac_ext
20658 if $ac_preproc_ok; then
20659 :
20660 else
20661 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20662 See \`config.log' for more details." >&5
20663 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20664 See \`config.log' for more details." >&2;}
20665 { (exit 1); exit 1; }; }
20666 fi
20667
20668 ac_ext=cc
20669 ac_cpp='$CXXCPP $CPPFLAGS'
20670 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20671 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20672 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20673
20674
20675
20676
20677
20678 ac_ext=cc
20679 ac_cpp='$CXXCPP $CPPFLAGS'
20680 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20681 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20682 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20683
20684
20685
20686 for ac_header in iostream
20687 do
20688 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20689 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20690 echo "$as_me:$LINENO: checking for $ac_header" >&5
20691 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20692 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20693 echo $ECHO_N "(cached) $ECHO_C" >&6
20694 fi
20695 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20696 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20697 else
20698 # Is the header compilable?
20699 echo "$as_me:$LINENO: checking $ac_header usability" >&5
20700 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
20701 cat >conftest.$ac_ext <<_ACEOF
20702 /* confdefs.h. */
20703 _ACEOF
20704 cat confdefs.h >>conftest.$ac_ext
20705 cat >>conftest.$ac_ext <<_ACEOF
20706 /* end confdefs.h. */
20707 $ac_includes_default
20708 #include <$ac_header>
20709 _ACEOF
20710 rm -f conftest.$ac_objext
20711 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20712 (eval $ac_compile) 2>conftest.er1
20713 ac_status=$?
20714 grep -v '^ *+' conftest.er1 >conftest.err
20715 rm -f conftest.er1
20716 cat conftest.err >&5
20717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20718 (exit $ac_status); } &&
20719 { ac_try='test -z "$ac_cxx_werror_flag"
20720 || test ! -s conftest.err'
20721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20722 (eval $ac_try) 2>&5
20723 ac_status=$?
20724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20725 (exit $ac_status); }; } &&
20726 { ac_try='test -s conftest.$ac_objext'
20727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20728 (eval $ac_try) 2>&5
20729 ac_status=$?
20730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20731 (exit $ac_status); }; }; then
20732 ac_header_compiler=yes
20733 else
20734 echo "$as_me: failed program was:" >&5
20735 sed 's/^/| /' conftest.$ac_ext >&5
20736
20737 ac_header_compiler=no
20738 fi
20739 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20740 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20741 echo "${ECHO_T}$ac_header_compiler" >&6
20742
20743 # Is the header present?
20744 echo "$as_me:$LINENO: checking $ac_header presence" >&5
20745 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
20746 cat >conftest.$ac_ext <<_ACEOF
20747 /* confdefs.h. */
20748 _ACEOF
20749 cat confdefs.h >>conftest.$ac_ext
20750 cat >>conftest.$ac_ext <<_ACEOF
20751 /* end confdefs.h. */
20752 #include <$ac_header>
20753 _ACEOF
20754 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20755 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20756 ac_status=$?
20757 grep -v '^ *+' conftest.er1 >conftest.err
20758 rm -f conftest.er1
20759 cat conftest.err >&5
20760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20761 (exit $ac_status); } >/dev/null; then
20762 if test -s conftest.err; then
20763 ac_cpp_err=$ac_cxx_preproc_warn_flag
20764 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
20765 else
20766 ac_cpp_err=
20767 fi
20768 else
20769 ac_cpp_err=yes
20770 fi
20771 if test -z "$ac_cpp_err"; then
20772 ac_header_preproc=yes
20773 else
20774 echo "$as_me: failed program was:" >&5
20775 sed 's/^/| /' conftest.$ac_ext >&5
20776
20777 ac_header_preproc=no
20778 fi
20779 rm -f conftest.err conftest.$ac_ext
20780 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20781 echo "${ECHO_T}$ac_header_preproc" >&6
20782
20783 # So? What about this header?
20784 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
20785 yes:no: )
20786 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20787 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20788 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20789 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20790 ac_header_preproc=yes
20791 ;;
20792 no:yes:* )
20793 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20794 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20795 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20796 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20797 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20798 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20799 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20800 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
20801 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20802 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20803 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20804 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20805 (
20806 cat <<\_ASBOX
20807 ## ----------------------------------------- ##
20808 ## Report this to wx-dev@lists.wxwidgets.org ##
20809 ## ----------------------------------------- ##
20810 _ASBOX
20811 ) |
20812 sed "s/^/$as_me: WARNING: /" >&2
20813 ;;
20814 esac
20815 echo "$as_me:$LINENO: checking for $ac_header" >&5
20816 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20817 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20818 echo $ECHO_N "(cached) $ECHO_C" >&6
20819 else
20820 eval "$as_ac_Header=\$ac_header_preproc"
20821 fi
20822 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20823 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20824
20825 fi
20826 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20827 cat >>confdefs.h <<_ACEOF
20828 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20829 _ACEOF
20830
20831 fi
20832
20833 done
20834
20835
20836 if test "$ac_cv_header_iostream" = "yes" ; then
20837 :
20838 else
20839 cat >>confdefs.h <<\_ACEOF
20840 #define wxUSE_IOSTREAMH 1
20841 _ACEOF
20842
20843 fi
20844
20845 ac_ext=c
20846 ac_cpp='$CPP $CPPFLAGS'
20847 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20848 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20849 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20850
20851
20852
20853
20854 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
20855 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
20856 if test "${wx_cv_cpp_bool+set}" = set; then
20857 echo $ECHO_N "(cached) $ECHO_C" >&6
20858 else
20859
20860
20861
20862 ac_ext=cc
20863 ac_cpp='$CXXCPP $CPPFLAGS'
20864 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20865 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20866 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20867
20868
20869 cat >conftest.$ac_ext <<_ACEOF
20870 /* confdefs.h. */
20871 _ACEOF
20872 cat confdefs.h >>conftest.$ac_ext
20873 cat >>conftest.$ac_ext <<_ACEOF
20874 /* end confdefs.h. */
20875
20876
20877 int
20878 main ()
20879 {
20880
20881 bool b = true;
20882
20883 return 0;
20884
20885 ;
20886 return 0;
20887 }
20888 _ACEOF
20889 rm -f conftest.$ac_objext
20890 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20891 (eval $ac_compile) 2>conftest.er1
20892 ac_status=$?
20893 grep -v '^ *+' conftest.er1 >conftest.err
20894 rm -f conftest.er1
20895 cat conftest.err >&5
20896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20897 (exit $ac_status); } &&
20898 { ac_try='test -z "$ac_cxx_werror_flag"
20899 || test ! -s conftest.err'
20900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20901 (eval $ac_try) 2>&5
20902 ac_status=$?
20903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20904 (exit $ac_status); }; } &&
20905 { ac_try='test -s conftest.$ac_objext'
20906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20907 (eval $ac_try) 2>&5
20908 ac_status=$?
20909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20910 (exit $ac_status); }; }; then
20911
20912 wx_cv_cpp_bool=yes
20913
20914 else
20915 echo "$as_me: failed program was:" >&5
20916 sed 's/^/| /' conftest.$ac_ext >&5
20917
20918
20919 wx_cv_cpp_bool=no
20920
20921
20922 fi
20923 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20924
20925 ac_ext=c
20926 ac_cpp='$CPP $CPPFLAGS'
20927 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20928 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20929 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20930
20931
20932 fi
20933 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
20934 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
20935
20936 if test "$wx_cv_cpp_bool" = "yes"; then
20937 cat >>confdefs.h <<\_ACEOF
20938 #define HAVE_BOOL 1
20939 _ACEOF
20940
20941 fi
20942
20943
20944
20945 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
20946 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
20947 if test "${wx_cv_explicit+set}" = set; then
20948 echo $ECHO_N "(cached) $ECHO_C" >&6
20949 else
20950
20951
20952
20953 ac_ext=cc
20954 ac_cpp='$CXXCPP $CPPFLAGS'
20955 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20956 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20957 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20958
20959
20960 cat >conftest.$ac_ext <<_ACEOF
20961 /* confdefs.h. */
20962 _ACEOF
20963 cat confdefs.h >>conftest.$ac_ext
20964 cat >>conftest.$ac_ext <<_ACEOF
20965 /* end confdefs.h. */
20966
20967 class Foo { public: explicit Foo(int) {} };
20968
20969 int
20970 main ()
20971 {
20972
20973 return 0;
20974
20975 ;
20976 return 0;
20977 }
20978 _ACEOF
20979 rm -f conftest.$ac_objext
20980 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20981 (eval $ac_compile) 2>conftest.er1
20982 ac_status=$?
20983 grep -v '^ *+' conftest.er1 >conftest.err
20984 rm -f conftest.er1
20985 cat conftest.err >&5
20986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20987 (exit $ac_status); } &&
20988 { ac_try='test -z "$ac_cxx_werror_flag"
20989 || test ! -s conftest.err'
20990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20991 (eval $ac_try) 2>&5
20992 ac_status=$?
20993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20994 (exit $ac_status); }; } &&
20995 { ac_try='test -s conftest.$ac_objext'
20996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20997 (eval $ac_try) 2>&5
20998 ac_status=$?
20999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21000 (exit $ac_status); }; }; then
21001
21002 cat >conftest.$ac_ext <<_ACEOF
21003 /* confdefs.h. */
21004 _ACEOF
21005 cat confdefs.h >>conftest.$ac_ext
21006 cat >>conftest.$ac_ext <<_ACEOF
21007 /* end confdefs.h. */
21008
21009 class Foo { public: explicit Foo(int) {} };
21010 static void TakeFoo(const Foo& foo) { }
21011
21012 int
21013 main ()
21014 {
21015
21016 TakeFoo(17);
21017 return 0;
21018
21019 ;
21020 return 0;
21021 }
21022 _ACEOF
21023 rm -f conftest.$ac_objext
21024 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21025 (eval $ac_compile) 2>conftest.er1
21026 ac_status=$?
21027 grep -v '^ *+' conftest.er1 >conftest.err
21028 rm -f conftest.er1
21029 cat conftest.err >&5
21030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21031 (exit $ac_status); } &&
21032 { ac_try='test -z "$ac_cxx_werror_flag"
21033 || test ! -s conftest.err'
21034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21035 (eval $ac_try) 2>&5
21036 ac_status=$?
21037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21038 (exit $ac_status); }; } &&
21039 { ac_try='test -s conftest.$ac_objext'
21040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21041 (eval $ac_try) 2>&5
21042 ac_status=$?
21043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21044 (exit $ac_status); }; }; then
21045 wx_cv_explicit=no
21046 else
21047 echo "$as_me: failed program was:" >&5
21048 sed 's/^/| /' conftest.$ac_ext >&5
21049
21050 wx_cv_explicit=yes
21051
21052 fi
21053 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21054
21055 else
21056 echo "$as_me: failed program was:" >&5
21057 sed 's/^/| /' conftest.$ac_ext >&5
21058
21059 wx_cv_explicit=no
21060
21061 fi
21062 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21063
21064 ac_ext=c
21065 ac_cpp='$CPP $CPPFLAGS'
21066 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21067 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21068 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21069
21070
21071 fi
21072 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
21073 echo "${ECHO_T}$wx_cv_explicit" >&6
21074
21075 if test "$wx_cv_explicit" = "yes"; then
21076 cat >>confdefs.h <<\_ACEOF
21077 #define HAVE_EXPLICIT 1
21078 _ACEOF
21079
21080 fi
21081
21082
21083 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
21084 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
21085 if test "${ac_cv_cxx_const_cast+set}" = set; then
21086 echo $ECHO_N "(cached) $ECHO_C" >&6
21087 else
21088
21089
21090 ac_ext=cc
21091 ac_cpp='$CXXCPP $CPPFLAGS'
21092 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21093 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21094 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21095
21096 cat >conftest.$ac_ext <<_ACEOF
21097 /* confdefs.h. */
21098 _ACEOF
21099 cat confdefs.h >>conftest.$ac_ext
21100 cat >>conftest.$ac_ext <<_ACEOF
21101 /* end confdefs.h. */
21102
21103 int
21104 main ()
21105 {
21106 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
21107 ;
21108 return 0;
21109 }
21110 _ACEOF
21111 rm -f conftest.$ac_objext
21112 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21113 (eval $ac_compile) 2>conftest.er1
21114 ac_status=$?
21115 grep -v '^ *+' conftest.er1 >conftest.err
21116 rm -f conftest.er1
21117 cat conftest.err >&5
21118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21119 (exit $ac_status); } &&
21120 { ac_try='test -z "$ac_cxx_werror_flag"
21121 || test ! -s conftest.err'
21122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21123 (eval $ac_try) 2>&5
21124 ac_status=$?
21125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21126 (exit $ac_status); }; } &&
21127 { ac_try='test -s conftest.$ac_objext'
21128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21129 (eval $ac_try) 2>&5
21130 ac_status=$?
21131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21132 (exit $ac_status); }; }; then
21133 ac_cv_cxx_const_cast=yes
21134 else
21135 echo "$as_me: failed program was:" >&5
21136 sed 's/^/| /' conftest.$ac_ext >&5
21137
21138 ac_cv_cxx_const_cast=no
21139 fi
21140 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21141 ac_ext=c
21142 ac_cpp='$CPP $CPPFLAGS'
21143 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21144 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21145 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21146
21147
21148 fi
21149 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
21150 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
21151 if test "$ac_cv_cxx_const_cast" = yes; then
21152
21153 cat >>confdefs.h <<\_ACEOF
21154 #define HAVE_CONST_CAST
21155 _ACEOF
21156
21157 fi
21158
21159 echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
21160 echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6
21161 if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
21162 echo $ECHO_N "(cached) $ECHO_C" >&6
21163 else
21164
21165
21166 ac_ext=cc
21167 ac_cpp='$CXXCPP $CPPFLAGS'
21168 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21169 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21170 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21171
21172 cat >conftest.$ac_ext <<_ACEOF
21173 /* confdefs.h. */
21174 _ACEOF
21175 cat confdefs.h >>conftest.$ac_ext
21176 cat >>conftest.$ac_ext <<_ACEOF
21177 /* end confdefs.h. */
21178 #include <typeinfo>
21179 class Base { public : Base () {} virtual void f () = 0;};
21180 class Derived : public Base { public : Derived () {} virtual void f () {} };
21181 class Unrelated { public : Unrelated () {} };
21182 int g (Unrelated&) { return 0; }
21183 int
21184 main ()
21185 {
21186
21187 Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
21188 ;
21189 return 0;
21190 }
21191 _ACEOF
21192 rm -f conftest.$ac_objext
21193 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21194 (eval $ac_compile) 2>conftest.er1
21195 ac_status=$?
21196 grep -v '^ *+' conftest.er1 >conftest.err
21197 rm -f conftest.er1
21198 cat conftest.err >&5
21199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21200 (exit $ac_status); } &&
21201 { ac_try='test -z "$ac_cxx_werror_flag"
21202 || test ! -s conftest.err'
21203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21204 (eval $ac_try) 2>&5
21205 ac_status=$?
21206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21207 (exit $ac_status); }; } &&
21208 { ac_try='test -s conftest.$ac_objext'
21209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21210 (eval $ac_try) 2>&5
21211 ac_status=$?
21212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21213 (exit $ac_status); }; }; then
21214 ac_cv_cxx_reinterpret_cast=yes
21215 else
21216 echo "$as_me: failed program was:" >&5
21217 sed 's/^/| /' conftest.$ac_ext >&5
21218
21219 ac_cv_cxx_reinterpret_cast=no
21220 fi
21221 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21222 ac_ext=c
21223 ac_cpp='$CPP $CPPFLAGS'
21224 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21225 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21226 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21227
21228
21229 fi
21230 echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
21231 echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6
21232 if test "$ac_cv_cxx_reinterpret_cast" = yes; then
21233
21234 cat >>confdefs.h <<\_ACEOF
21235 #define HAVE_REINTERPRET_CAST
21236 _ACEOF
21237
21238 fi
21239
21240 echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
21241 echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
21242 if test "${ac_cv_cxx_static_cast+set}" = set; then
21243 echo $ECHO_N "(cached) $ECHO_C" >&6
21244 else
21245
21246
21247 ac_ext=cc
21248 ac_cpp='$CXXCPP $CPPFLAGS'
21249 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21250 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21251 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21252
21253 cat >conftest.$ac_ext <<_ACEOF
21254 /* confdefs.h. */
21255 _ACEOF
21256 cat confdefs.h >>conftest.$ac_ext
21257 cat >>conftest.$ac_ext <<_ACEOF
21258 /* end confdefs.h. */
21259 #include <typeinfo>
21260 class Base { public : Base () {} virtual void f () = 0; };
21261 class Derived : public Base { public : Derived () {} virtual void f () {} };
21262 int g (Derived&) { return 0; }
21263 int
21264 main ()
21265 {
21266
21267 Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
21268 ;
21269 return 0;
21270 }
21271 _ACEOF
21272 rm -f conftest.$ac_objext
21273 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21274 (eval $ac_compile) 2>conftest.er1
21275 ac_status=$?
21276 grep -v '^ *+' conftest.er1 >conftest.err
21277 rm -f conftest.er1
21278 cat conftest.err >&5
21279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21280 (exit $ac_status); } &&
21281 { ac_try='test -z "$ac_cxx_werror_flag"
21282 || test ! -s conftest.err'
21283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21284 (eval $ac_try) 2>&5
21285 ac_status=$?
21286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21287 (exit $ac_status); }; } &&
21288 { ac_try='test -s conftest.$ac_objext'
21289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21290 (eval $ac_try) 2>&5
21291 ac_status=$?
21292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21293 (exit $ac_status); }; }; then
21294 ac_cv_cxx_static_cast=yes
21295 else
21296 echo "$as_me: failed program was:" >&5
21297 sed 's/^/| /' conftest.$ac_ext >&5
21298
21299 ac_cv_cxx_static_cast=no
21300 fi
21301 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21302 ac_ext=c
21303 ac_cpp='$CPP $CPPFLAGS'
21304 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21305 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21306 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21307
21308
21309 fi
21310 echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
21311 echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
21312 if test "$ac_cv_cxx_static_cast" = yes; then
21313
21314 cat >>confdefs.h <<\_ACEOF
21315 #define HAVE_STATIC_CAST
21316 _ACEOF
21317
21318 fi
21319
21320
21321 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
21322 ac_ext=cc
21323 ac_cpp='$CXXCPP $CPPFLAGS'
21324 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21325 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21326 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21327
21328
21329 if test "$wxUSE_UNICODE" = "yes"; then
21330 std_string="std::wstring"
21331 char_type="wchar_t"
21332 else
21333 std_string="std::string"
21334 char_type="char"
21335 fi
21336
21337 echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
21338 echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6
21339 cat >conftest.$ac_ext <<_ACEOF
21340 /* confdefs.h. */
21341 _ACEOF
21342 cat confdefs.h >>conftest.$ac_ext
21343 cat >>conftest.$ac_ext <<_ACEOF
21344 /* end confdefs.h. */
21345 #include <string>
21346 int
21347 main ()
21348 {
21349 $std_string foo;
21350 ;
21351 return 0;
21352 }
21353 _ACEOF
21354 rm -f conftest.$ac_objext
21355 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21356 (eval $ac_compile) 2>conftest.er1
21357 ac_status=$?
21358 grep -v '^ *+' conftest.er1 >conftest.err
21359 rm -f conftest.er1
21360 cat conftest.err >&5
21361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21362 (exit $ac_status); } &&
21363 { ac_try='test -z "$ac_cxx_werror_flag"
21364 || test ! -s conftest.err'
21365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21366 (eval $ac_try) 2>&5
21367 ac_status=$?
21368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21369 (exit $ac_status); }; } &&
21370 { ac_try='test -s conftest.$ac_objext'
21371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21372 (eval $ac_try) 2>&5
21373 ac_status=$?
21374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21375 (exit $ac_status); }; }; then
21376 echo "$as_me:$LINENO: result: yes" >&5
21377 echo "${ECHO_T}yes" >&6
21378 cat >>confdefs.h <<\_ACEOF
21379 #define HAVE_STD_WSTRING 1
21380 _ACEOF
21381
21382 else
21383 echo "$as_me: failed program was:" >&5
21384 sed 's/^/| /' conftest.$ac_ext >&5
21385
21386 echo "$as_me:$LINENO: result: no" >&5
21387 echo "${ECHO_T}no" >&6
21388 echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
21389 echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6
21390 cat >conftest.$ac_ext <<_ACEOF
21391 /* confdefs.h. */
21392 _ACEOF
21393 cat confdefs.h >>conftest.$ac_ext
21394 cat >>conftest.$ac_ext <<_ACEOF
21395 /* end confdefs.h. */
21396
21397 #ifdef HAVE_WCHAR_H
21398 # ifdef __CYGWIN__
21399 # include <stddef.h>
21400 # endif
21401 # include <wchar.h>
21402 #endif
21403 #ifdef HAVE_STDLIB_H
21404 # include <stdlib.h>
21405 #endif
21406 #include <stdio.h>
21407 #include <string>
21408
21409 int
21410 main ()
21411 {
21412 std::basic_string<$char_type> foo;
21413 const $char_type* dummy = foo.c_str();
21414 ;
21415 return 0;
21416 }
21417 _ACEOF
21418 rm -f conftest.$ac_objext
21419 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21420 (eval $ac_compile) 2>conftest.er1
21421 ac_status=$?
21422 grep -v '^ *+' conftest.er1 >conftest.err
21423 rm -f conftest.er1
21424 cat conftest.err >&5
21425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21426 (exit $ac_status); } &&
21427 { ac_try='test -z "$ac_cxx_werror_flag"
21428 || test ! -s conftest.err'
21429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21430 (eval $ac_try) 2>&5
21431 ac_status=$?
21432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21433 (exit $ac_status); }; } &&
21434 { ac_try='test -s conftest.$ac_objext'
21435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21436 (eval $ac_try) 2>&5
21437 ac_status=$?
21438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21439 (exit $ac_status); }; }; then
21440 echo "$as_me:$LINENO: result: yes" >&5
21441 echo "${ECHO_T}yes" >&6
21442 else
21443 echo "$as_me: failed program was:" >&5
21444 sed 's/^/| /' conftest.$ac_ext >&5
21445
21446 echo "$as_me:$LINENO: result: no" >&5
21447 echo "${ECHO_T}no" >&6
21448 if test "$wxUSE_STL" = "yes"; then
21449 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
21450 echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
21451 { (exit 1); exit 1; }; }
21452 elif grep wxUSE_STD_STRING $wx_arg_cache_file >/dev/null; then
21453 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
21454 echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
21455 { (exit 1); exit 1; }; }
21456 else
21457 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
21458 echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
21459 wxUSE_STD_STRING=no
21460 fi
21461
21462
21463 fi
21464 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21465
21466 fi
21467 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21468
21469 ac_ext=c
21470 ac_cpp='$CPP $CPPFLAGS'
21471 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21472 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21473 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21474
21475 fi
21476
21477 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
21478 ac_ext=cc
21479 ac_cpp='$CXXCPP $CPPFLAGS'
21480 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21481 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21482 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21483
21484
21485 echo "$as_me:$LINENO: checking for std::istream" >&5
21486 echo $ECHO_N "checking for std::istream... $ECHO_C" >&6
21487 if test "${ac_cv_type_std__istream+set}" = set; then
21488 echo $ECHO_N "(cached) $ECHO_C" >&6
21489 else
21490 cat >conftest.$ac_ext <<_ACEOF
21491 /* confdefs.h. */
21492 _ACEOF
21493 cat confdefs.h >>conftest.$ac_ext
21494 cat >>conftest.$ac_ext <<_ACEOF
21495 /* end confdefs.h. */
21496 #include <iostream>
21497
21498 int
21499 main ()
21500 {
21501 if ((std::istream *) 0)
21502 return 0;
21503 if (sizeof (std::istream))
21504 return 0;
21505 ;
21506 return 0;
21507 }
21508 _ACEOF
21509 rm -f conftest.$ac_objext
21510 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21511 (eval $ac_compile) 2>conftest.er1
21512 ac_status=$?
21513 grep -v '^ *+' conftest.er1 >conftest.err
21514 rm -f conftest.er1
21515 cat conftest.err >&5
21516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21517 (exit $ac_status); } &&
21518 { ac_try='test -z "$ac_cxx_werror_flag"
21519 || test ! -s conftest.err'
21520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21521 (eval $ac_try) 2>&5
21522 ac_status=$?
21523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21524 (exit $ac_status); }; } &&
21525 { ac_try='test -s conftest.$ac_objext'
21526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21527 (eval $ac_try) 2>&5
21528 ac_status=$?
21529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21530 (exit $ac_status); }; }; then
21531 ac_cv_type_std__istream=yes
21532 else
21533 echo "$as_me: failed program was:" >&5
21534 sed 's/^/| /' conftest.$ac_ext >&5
21535
21536 ac_cv_type_std__istream=no
21537 fi
21538 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21539 fi
21540 echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
21541 echo "${ECHO_T}$ac_cv_type_std__istream" >&6
21542 if test $ac_cv_type_std__istream = yes; then
21543
21544 cat >>confdefs.h <<_ACEOF
21545 #define HAVE_STD__ISTREAM 1
21546 _ACEOF
21547
21548
21549 else
21550 wxUSE_STD_IOSTREAM=no
21551 fi
21552 echo "$as_me:$LINENO: checking for std::ostream" >&5
21553 echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6
21554 if test "${ac_cv_type_std__ostream+set}" = set; then
21555 echo $ECHO_N "(cached) $ECHO_C" >&6
21556 else
21557 cat >conftest.$ac_ext <<_ACEOF
21558 /* confdefs.h. */
21559 _ACEOF
21560 cat confdefs.h >>conftest.$ac_ext
21561 cat >>conftest.$ac_ext <<_ACEOF
21562 /* end confdefs.h. */
21563 #include <iostream>
21564
21565 int
21566 main ()
21567 {
21568 if ((std::ostream *) 0)
21569 return 0;
21570 if (sizeof (std::ostream))
21571 return 0;
21572 ;
21573 return 0;
21574 }
21575 _ACEOF
21576 rm -f conftest.$ac_objext
21577 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21578 (eval $ac_compile) 2>conftest.er1
21579 ac_status=$?
21580 grep -v '^ *+' conftest.er1 >conftest.err
21581 rm -f conftest.er1
21582 cat conftest.err >&5
21583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21584 (exit $ac_status); } &&
21585 { ac_try='test -z "$ac_cxx_werror_flag"
21586 || test ! -s conftest.err'
21587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21588 (eval $ac_try) 2>&5
21589 ac_status=$?
21590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21591 (exit $ac_status); }; } &&
21592 { ac_try='test -s conftest.$ac_objext'
21593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21594 (eval $ac_try) 2>&5
21595 ac_status=$?
21596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21597 (exit $ac_status); }; }; then
21598 ac_cv_type_std__ostream=yes
21599 else
21600 echo "$as_me: failed program was:" >&5
21601 sed 's/^/| /' conftest.$ac_ext >&5
21602
21603 ac_cv_type_std__ostream=no
21604 fi
21605 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21606 fi
21607 echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
21608 echo "${ECHO_T}$ac_cv_type_std__ostream" >&6
21609 if test $ac_cv_type_std__ostream = yes; then
21610
21611 cat >>confdefs.h <<_ACEOF
21612 #define HAVE_STD__OSTREAM 1
21613 _ACEOF
21614
21615
21616 else
21617 wxUSE_STD_IOSTREAM=no
21618 fi
21619
21620
21621 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
21622 if grep wxUSE_STD_IOSTREAM $wx_arg_cache_file >/dev/null; then
21623 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
21624 echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
21625 { (exit 1); exit 1; }; }
21626 else
21627 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
21628 echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
21629 fi
21630 fi
21631
21632 ac_ext=c
21633 ac_cpp='$CPP $CPPFLAGS'
21634 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21635 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21636 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21637
21638 fi
21639
21640 if test "$wxUSE_STL" = "yes"; then
21641 ac_ext=cc
21642 ac_cpp='$CXXCPP $CPPFLAGS'
21643 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21644 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21645 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21646
21647
21648 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
21649 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
21650 cat >conftest.$ac_ext <<_ACEOF
21651 /* confdefs.h. */
21652 _ACEOF
21653 cat confdefs.h >>conftest.$ac_ext
21654 cat >>conftest.$ac_ext <<_ACEOF
21655 /* end confdefs.h. */
21656 #include <string>
21657 #include <functional>
21658 #include <algorithm>
21659 #include <vector>
21660 #include <list>
21661 int
21662 main ()
21663 {
21664 std::vector<int> moo;
21665 std::list<int> foo;
21666 std::vector<int>::iterator it =
21667 std::find_if(moo.begin(), moo.end(),
21668 std::bind2nd(std::less<int>(), 3));
21669 ;
21670 return 0;
21671 }
21672 _ACEOF
21673 rm -f conftest.$ac_objext
21674 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21675 (eval $ac_compile) 2>conftest.er1
21676 ac_status=$?
21677 grep -v '^ *+' conftest.er1 >conftest.err
21678 rm -f conftest.er1
21679 cat conftest.err >&5
21680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21681 (exit $ac_status); } &&
21682 { ac_try='test -z "$ac_cxx_werror_flag"
21683 || test ! -s conftest.err'
21684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21685 (eval $ac_try) 2>&5
21686 ac_status=$?
21687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21688 (exit $ac_status); }; } &&
21689 { ac_try='test -s conftest.$ac_objext'
21690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21691 (eval $ac_try) 2>&5
21692 ac_status=$?
21693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21694 (exit $ac_status); }; }; then
21695 echo "$as_me:$LINENO: result: yes" >&5
21696 echo "${ECHO_T}yes" >&6
21697 else
21698 echo "$as_me: failed program was:" >&5
21699 sed 's/^/| /' conftest.$ac_ext >&5
21700
21701 echo "$as_me:$LINENO: result: no" >&5
21702 echo "${ECHO_T}no" >&6
21703 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
21704 echo "$as_me: error: Basic STL functionality missing" >&2;}
21705 { (exit 1); exit 1; }; }
21706 fi
21707 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21708
21709 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
21710 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
21711 cat >conftest.$ac_ext <<_ACEOF
21712 /* confdefs.h. */
21713 _ACEOF
21714 cat confdefs.h >>conftest.$ac_ext
21715 cat >>conftest.$ac_ext <<_ACEOF
21716 /* end confdefs.h. */
21717 #include <string>
21718 int
21719 main ()
21720 {
21721 std::string foo, bar;
21722 foo.compare(bar);
21723 foo.compare(1, 1, bar);
21724 foo.compare(1, 1, bar, 1, 1);
21725 foo.compare("");
21726 foo.compare(1, 1, "");
21727 foo.compare(1, 1, "", 2);
21728 ;
21729 return 0;
21730 }
21731 _ACEOF
21732 rm -f conftest.$ac_objext
21733 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21734 (eval $ac_compile) 2>conftest.er1
21735 ac_status=$?
21736 grep -v '^ *+' conftest.er1 >conftest.err
21737 rm -f conftest.er1
21738 cat conftest.err >&5
21739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21740 (exit $ac_status); } &&
21741 { ac_try='test -z "$ac_cxx_werror_flag"
21742 || test ! -s conftest.err'
21743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21744 (eval $ac_try) 2>&5
21745 ac_status=$?
21746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21747 (exit $ac_status); }; } &&
21748 { ac_try='test -s conftest.$ac_objext'
21749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21750 (eval $ac_try) 2>&5
21751 ac_status=$?
21752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21753 (exit $ac_status); }; }; then
21754 echo "$as_me:$LINENO: result: yes" >&5
21755 echo "${ECHO_T}yes" >&6
21756 cat >>confdefs.h <<\_ACEOF
21757 #define HAVE_STD_STRING_COMPARE 1
21758 _ACEOF
21759
21760 else
21761 echo "$as_me: failed program was:" >&5
21762 sed 's/^/| /' conftest.$ac_ext >&5
21763
21764 echo "$as_me:$LINENO: result: no" >&5
21765 echo "${ECHO_T}no" >&6
21766 fi
21767 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21768
21769 if test "${ac_cv_header_hash_map+set}" = set; then
21770 echo "$as_me:$LINENO: checking for hash_map" >&5
21771 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
21772 if test "${ac_cv_header_hash_map+set}" = set; then
21773 echo $ECHO_N "(cached) $ECHO_C" >&6
21774 fi
21775 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
21776 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
21777 else
21778 # Is the header compilable?
21779 echo "$as_me:$LINENO: checking hash_map usability" >&5
21780 echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
21781 cat >conftest.$ac_ext <<_ACEOF
21782 /* confdefs.h. */
21783 _ACEOF
21784 cat confdefs.h >>conftest.$ac_ext
21785 cat >>conftest.$ac_ext <<_ACEOF
21786 /* end confdefs.h. */
21787 $ac_includes_default
21788 #include <hash_map>
21789 _ACEOF
21790 rm -f conftest.$ac_objext
21791 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21792 (eval $ac_compile) 2>conftest.er1
21793 ac_status=$?
21794 grep -v '^ *+' conftest.er1 >conftest.err
21795 rm -f conftest.er1
21796 cat conftest.err >&5
21797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21798 (exit $ac_status); } &&
21799 { ac_try='test -z "$ac_cxx_werror_flag"
21800 || test ! -s conftest.err'
21801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21802 (eval $ac_try) 2>&5
21803 ac_status=$?
21804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21805 (exit $ac_status); }; } &&
21806 { ac_try='test -s conftest.$ac_objext'
21807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21808 (eval $ac_try) 2>&5
21809 ac_status=$?
21810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21811 (exit $ac_status); }; }; then
21812 ac_header_compiler=yes
21813 else
21814 echo "$as_me: failed program was:" >&5
21815 sed 's/^/| /' conftest.$ac_ext >&5
21816
21817 ac_header_compiler=no
21818 fi
21819 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21820 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21821 echo "${ECHO_T}$ac_header_compiler" >&6
21822
21823 # Is the header present?
21824 echo "$as_me:$LINENO: checking hash_map presence" >&5
21825 echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
21826 cat >conftest.$ac_ext <<_ACEOF
21827 /* confdefs.h. */
21828 _ACEOF
21829 cat confdefs.h >>conftest.$ac_ext
21830 cat >>conftest.$ac_ext <<_ACEOF
21831 /* end confdefs.h. */
21832 #include <hash_map>
21833 _ACEOF
21834 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21835 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21836 ac_status=$?
21837 grep -v '^ *+' conftest.er1 >conftest.err
21838 rm -f conftest.er1
21839 cat conftest.err >&5
21840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21841 (exit $ac_status); } >/dev/null; then
21842 if test -s conftest.err; then
21843 ac_cpp_err=$ac_cxx_preproc_warn_flag
21844 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
21845 else
21846 ac_cpp_err=
21847 fi
21848 else
21849 ac_cpp_err=yes
21850 fi
21851 if test -z "$ac_cpp_err"; then
21852 ac_header_preproc=yes
21853 else
21854 echo "$as_me: failed program was:" >&5
21855 sed 's/^/| /' conftest.$ac_ext >&5
21856
21857 ac_header_preproc=no
21858 fi
21859 rm -f conftest.err conftest.$ac_ext
21860 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21861 echo "${ECHO_T}$ac_header_preproc" >&6
21862
21863 # So? What about this header?
21864 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
21865 yes:no: )
21866 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
21867 echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
21868 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
21869 echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
21870 ac_header_preproc=yes
21871 ;;
21872 no:yes:* )
21873 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
21874 echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
21875 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
21876 echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
21877 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
21878 echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
21879 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
21880 echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
21881 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
21882 echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
21883 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
21884 echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
21885 (
21886 cat <<\_ASBOX
21887 ## ----------------------------------------- ##
21888 ## Report this to wx-dev@lists.wxwidgets.org ##
21889 ## ----------------------------------------- ##
21890 _ASBOX
21891 ) |
21892 sed "s/^/$as_me: WARNING: /" >&2
21893 ;;
21894 esac
21895 echo "$as_me:$LINENO: checking for hash_map" >&5
21896 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
21897 if test "${ac_cv_header_hash_map+set}" = set; then
21898 echo $ECHO_N "(cached) $ECHO_C" >&6
21899 else
21900 ac_cv_header_hash_map=$ac_header_preproc
21901 fi
21902 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
21903 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
21904
21905 fi
21906 if test $ac_cv_header_hash_map = yes; then
21907 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
21908 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
21909 cat >conftest.$ac_ext <<_ACEOF
21910 /* confdefs.h. */
21911 _ACEOF
21912 cat confdefs.h >>conftest.$ac_ext
21913 cat >>conftest.$ac_ext <<_ACEOF
21914 /* end confdefs.h. */
21915 #include <hash_map>
21916 #include <hash_set>
21917 int
21918 main ()
21919 {
21920 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
21921 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
21922 ;
21923 return 0;
21924 }
21925 _ACEOF
21926 rm -f conftest.$ac_objext
21927 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21928 (eval $ac_compile) 2>conftest.er1
21929 ac_status=$?
21930 grep -v '^ *+' conftest.er1 >conftest.err
21931 rm -f conftest.er1
21932 cat conftest.err >&5
21933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21934 (exit $ac_status); } &&
21935 { ac_try='test -z "$ac_cxx_werror_flag"
21936 || test ! -s conftest.err'
21937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21938 (eval $ac_try) 2>&5
21939 ac_status=$?
21940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21941 (exit $ac_status); }; } &&
21942 { ac_try='test -s conftest.$ac_objext'
21943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21944 (eval $ac_try) 2>&5
21945 ac_status=$?
21946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21947 (exit $ac_status); }; }; then
21948 echo "$as_me:$LINENO: result: yes" >&5
21949 echo "${ECHO_T}yes" >&6
21950 cat >>confdefs.h <<\_ACEOF
21951 #define HAVE_HASH_MAP 1
21952 _ACEOF
21953
21954 cat >>confdefs.h <<\_ACEOF
21955 #define HAVE_STD_HASH_MAP 1
21956 _ACEOF
21957
21958 else
21959 echo "$as_me: failed program was:" >&5
21960 sed 's/^/| /' conftest.$ac_ext >&5
21961
21962 echo "$as_me:$LINENO: result: no" >&5
21963 echo "${ECHO_T}no" >&6
21964 fi
21965 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21966
21967 fi
21968
21969
21970
21971 if test "${ac_cv_header_ext_hash_map+set}" = set; then
21972 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
21973 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
21974 if test "${ac_cv_header_ext_hash_map+set}" = set; then
21975 echo $ECHO_N "(cached) $ECHO_C" >&6
21976 fi
21977 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
21978 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
21979 else
21980 # Is the header compilable?
21981 echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
21982 echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
21983 cat >conftest.$ac_ext <<_ACEOF
21984 /* confdefs.h. */
21985 _ACEOF
21986 cat confdefs.h >>conftest.$ac_ext
21987 cat >>conftest.$ac_ext <<_ACEOF
21988 /* end confdefs.h. */
21989 $ac_includes_default
21990 #include <ext/hash_map>
21991 _ACEOF
21992 rm -f conftest.$ac_objext
21993 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21994 (eval $ac_compile) 2>conftest.er1
21995 ac_status=$?
21996 grep -v '^ *+' conftest.er1 >conftest.err
21997 rm -f conftest.er1
21998 cat conftest.err >&5
21999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22000 (exit $ac_status); } &&
22001 { ac_try='test -z "$ac_cxx_werror_flag"
22002 || test ! -s conftest.err'
22003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22004 (eval $ac_try) 2>&5
22005 ac_status=$?
22006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22007 (exit $ac_status); }; } &&
22008 { ac_try='test -s conftest.$ac_objext'
22009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22010 (eval $ac_try) 2>&5
22011 ac_status=$?
22012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22013 (exit $ac_status); }; }; then
22014 ac_header_compiler=yes
22015 else
22016 echo "$as_me: failed program was:" >&5
22017 sed 's/^/| /' conftest.$ac_ext >&5
22018
22019 ac_header_compiler=no
22020 fi
22021 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22022 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22023 echo "${ECHO_T}$ac_header_compiler" >&6
22024
22025 # Is the header present?
22026 echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
22027 echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
22028 cat >conftest.$ac_ext <<_ACEOF
22029 /* confdefs.h. */
22030 _ACEOF
22031 cat confdefs.h >>conftest.$ac_ext
22032 cat >>conftest.$ac_ext <<_ACEOF
22033 /* end confdefs.h. */
22034 #include <ext/hash_map>
22035 _ACEOF
22036 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22037 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22038 ac_status=$?
22039 grep -v '^ *+' conftest.er1 >conftest.err
22040 rm -f conftest.er1
22041 cat conftest.err >&5
22042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22043 (exit $ac_status); } >/dev/null; then
22044 if test -s conftest.err; then
22045 ac_cpp_err=$ac_cxx_preproc_warn_flag
22046 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
22047 else
22048 ac_cpp_err=
22049 fi
22050 else
22051 ac_cpp_err=yes
22052 fi
22053 if test -z "$ac_cpp_err"; then
22054 ac_header_preproc=yes
22055 else
22056 echo "$as_me: failed program was:" >&5
22057 sed 's/^/| /' conftest.$ac_ext >&5
22058
22059 ac_header_preproc=no
22060 fi
22061 rm -f conftest.err conftest.$ac_ext
22062 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22063 echo "${ECHO_T}$ac_header_preproc" >&6
22064
22065 # So? What about this header?
22066 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
22067 yes:no: )
22068 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
22069 echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
22070 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
22071 echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
22072 ac_header_preproc=yes
22073 ;;
22074 no:yes:* )
22075 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
22076 echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
22077 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
22078 echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
22079 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
22080 echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
22081 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
22082 echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
22083 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
22084 echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
22085 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
22086 echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
22087 (
22088 cat <<\_ASBOX
22089 ## ----------------------------------------- ##
22090 ## Report this to wx-dev@lists.wxwidgets.org ##
22091 ## ----------------------------------------- ##
22092 _ASBOX
22093 ) |
22094 sed "s/^/$as_me: WARNING: /" >&2
22095 ;;
22096 esac
22097 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
22098 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
22099 if test "${ac_cv_header_ext_hash_map+set}" = set; then
22100 echo $ECHO_N "(cached) $ECHO_C" >&6
22101 else
22102 ac_cv_header_ext_hash_map=$ac_header_preproc
22103 fi
22104 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
22105 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
22106
22107 fi
22108 if test $ac_cv_header_ext_hash_map = yes; then
22109 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
22110 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
22111 cat >conftest.$ac_ext <<_ACEOF
22112 /* confdefs.h. */
22113 _ACEOF
22114 cat confdefs.h >>conftest.$ac_ext
22115 cat >>conftest.$ac_ext <<_ACEOF
22116 /* end confdefs.h. */
22117 #include <ext/hash_map>
22118 #include <ext/hash_set>
22119 int
22120 main ()
22121 {
22122 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
22123 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
22124 ;
22125 return 0;
22126 }
22127 _ACEOF
22128 rm -f conftest.$ac_objext
22129 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22130 (eval $ac_compile) 2>conftest.er1
22131 ac_status=$?
22132 grep -v '^ *+' conftest.er1 >conftest.err
22133 rm -f conftest.er1
22134 cat conftest.err >&5
22135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22136 (exit $ac_status); } &&
22137 { ac_try='test -z "$ac_cxx_werror_flag"
22138 || test ! -s conftest.err'
22139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22140 (eval $ac_try) 2>&5
22141 ac_status=$?
22142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22143 (exit $ac_status); }; } &&
22144 { ac_try='test -s conftest.$ac_objext'
22145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22146 (eval $ac_try) 2>&5
22147 ac_status=$?
22148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22149 (exit $ac_status); }; }; then
22150 echo "$as_me:$LINENO: result: yes" >&5
22151 echo "${ECHO_T}yes" >&6
22152 cat >>confdefs.h <<\_ACEOF
22153 #define HAVE_EXT_HASH_MAP 1
22154 _ACEOF
22155
22156 cat >>confdefs.h <<\_ACEOF
22157 #define HAVE_GNU_CXX_HASH_MAP 1
22158 _ACEOF
22159
22160 else
22161 echo "$as_me: failed program was:" >&5
22162 sed 's/^/| /' conftest.$ac_ext >&5
22163
22164 echo "$as_me:$LINENO: result: no" >&5
22165 echo "${ECHO_T}no" >&6
22166 fi
22167 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22168
22169 fi
22170
22171
22172
22173 ac_ext=c
22174 ac_cpp='$CPP $CPPFLAGS'
22175 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22176 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22177 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22178
22179 fi
22180
22181
22182 SEARCH_INCLUDE="\
22183 /usr/local/include \
22184 \
22185 /usr/Motif-2.1/include \
22186 /usr/Motif-1.2/include \
22187 /usr/include/Motif1.2 \
22188 /opt/xpm/include/X11 \
22189 /opt/GBxpm/include/ \
22190 /opt/GBxpm/X11/include/ \
22191 \
22192 /usr/dt/include \
22193 /usr/openwin/include \
22194 \
22195 /usr/include/Xm \
22196 \
22197 /usr/X11R6/include \
22198 /usr/X11R6.4/include \
22199 /usr/X11R5/include \
22200 /usr/X11R4/include \
22201 \
22202 /usr/include/X11R6 \
22203 /usr/include/X11R5 \
22204 /usr/include/X11R4 \
22205 \
22206 /usr/local/X11R6/include \
22207 /usr/local/X11R5/include \
22208 /usr/local/X11R4/include \
22209 \
22210 /usr/local/include/X11R6 \
22211 /usr/local/include/X11R5 \
22212 /usr/local/include/X11R4 \
22213 \
22214 /usr/X11/include \
22215 /usr/include/X11 \
22216 /usr/local/X11/include \
22217 /usr/local/include/X11 \
22218 \
22219 /usr/X386/include \
22220 /usr/x386/include \
22221 /usr/XFree86/include/X11 \
22222 \
22223 X:/XFree86/include \
22224 X:/XFree86/include/X11 \
22225 \
22226 /usr/include/gtk \
22227 /usr/local/include/gtk \
22228 /usr/include/glib \
22229 /usr/local/include/glib \
22230 \
22231 /usr/include/qt \
22232 /usr/local/include/qt \
22233 \
22234 /usr/local/arm/3.3.2/include \
22235 \
22236 /usr/include/windows \
22237 /usr/include/wine \
22238 /usr/local/include/wine \
22239 \
22240 /usr/unsupported/include \
22241 /usr/athena/include \
22242 /usr/local/x11r5/include \
22243 /usr/lpp/Xamples/include \
22244 \
22245 /usr/openwin/share/include"
22246
22247 SEARCH_LIB="/usr/lib /usr/lib32 /usr/lib64 /usr/X11R6/lib64 `echo "$SEARCH_INCLUDE" | sed s/include/lib/g`"
22248
22249
22250 cat >confcache <<\_ACEOF
22251 # This file is a shell script that caches the results of configure
22252 # tests run on this system so they can be shared between configure
22253 # scripts and configure runs, see configure's option --config-cache.
22254 # It is not useful on other systems. If it contains results you don't
22255 # want to keep, you may remove or edit it.
22256 #
22257 # config.status only pays attention to the cache file if you give it
22258 # the --recheck option to rerun configure.
22259 #
22260 # `ac_cv_env_foo' variables (set or unset) will be overridden when
22261 # loading this file, other *unset* `ac_cv_foo' will be assigned the
22262 # following values.
22263
22264 _ACEOF
22265
22266 # The following way of writing the cache mishandles newlines in values,
22267 # but we know of no workaround that is simple, portable, and efficient.
22268 # So, don't put newlines in cache variables' values.
22269 # Ultrix sh set writes to stderr and can't be redirected directly,
22270 # and sets the high bit in the cache file unless we assign to the vars.
22271 {
22272 (set) 2>&1 |
22273 case `(ac_space=' '; set | grep ac_space) 2>&1` in
22274 *ac_space=\ *)
22275 # `set' does not quote correctly, so add quotes (double-quote
22276 # substitution turns \\\\ into \\, and sed turns \\ into \).
22277 sed -n \
22278 "s/'/'\\\\''/g;
22279 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
22280 ;;
22281 *)
22282 # `set' quotes correctly as required by POSIX, so do not add quotes.
22283 sed -n \
22284 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
22285 ;;
22286 esac;
22287 } |
22288 sed '
22289 t clear
22290 : clear
22291 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
22292 t end
22293 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
22294 : end' >>confcache
22295 if diff $cache_file confcache >/dev/null 2>&1; then :; else
22296 if test -w $cache_file; then
22297 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
22298 cat confcache >$cache_file
22299 else
22300 echo "not updating unwritable cache $cache_file"
22301 fi
22302 fi
22303 rm -f confcache
22304
22305 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
22306 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
22307 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
22308 if test "${wx_cv_lib_glibc21+set}" = set; then
22309 echo $ECHO_N "(cached) $ECHO_C" >&6
22310 else
22311
22312 cat >conftest.$ac_ext <<_ACEOF
22313 /* confdefs.h. */
22314 _ACEOF
22315 cat confdefs.h >>conftest.$ac_ext
22316 cat >>conftest.$ac_ext <<_ACEOF
22317 /* end confdefs.h. */
22318 #include <features.h>
22319 int
22320 main ()
22321 {
22322
22323 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
22324 #error not glibc2.1
22325 #endif
22326
22327 ;
22328 return 0;
22329 }
22330 _ACEOF
22331 rm -f conftest.$ac_objext
22332 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22333 (eval $ac_compile) 2>conftest.er1
22334 ac_status=$?
22335 grep -v '^ *+' conftest.er1 >conftest.err
22336 rm -f conftest.er1
22337 cat conftest.err >&5
22338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22339 (exit $ac_status); } &&
22340 { ac_try='test -z "$ac_c_werror_flag"
22341 || test ! -s conftest.err'
22342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22343 (eval $ac_try) 2>&5
22344 ac_status=$?
22345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22346 (exit $ac_status); }; } &&
22347 { ac_try='test -s conftest.$ac_objext'
22348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22349 (eval $ac_try) 2>&5
22350 ac_status=$?
22351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22352 (exit $ac_status); }; }; then
22353
22354 wx_cv_lib_glibc21=yes
22355
22356 else
22357 echo "$as_me: failed program was:" >&5
22358 sed 's/^/| /' conftest.$ac_ext >&5
22359
22360
22361 wx_cv_lib_glibc21=no
22362
22363
22364 fi
22365 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22366
22367 fi
22368 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
22369 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
22370 if test "$wx_cv_lib_glibc21" = "yes"; then
22371 cat >>confdefs.h <<\_ACEOF
22372 #define wxHAVE_GLIBC2 1
22373 _ACEOF
22374
22375 fi
22376 fi
22377
22378 if test "x$wx_cv_lib_glibc21" = "xyes"; then
22379 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
22380 cat >>confdefs.h <<\_ACEOF
22381 #define _GNU_SOURCE 1
22382 _ACEOF
22383
22384 fi
22385 fi
22386
22387
22388
22389 if test "$wxUSE_REGEX" != "no"; then
22390 cat >>confdefs.h <<\_ACEOF
22391 #define wxUSE_REGEX 1
22392 _ACEOF
22393
22394
22395 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
22396 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
22397 echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
22398 wxUSE_REGEX=builtin
22399 fi
22400
22401 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
22402 if test "${ac_cv_header_regex_h+set}" = set; then
22403 echo "$as_me:$LINENO: checking for regex.h" >&5
22404 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
22405 if test "${ac_cv_header_regex_h+set}" = set; then
22406 echo $ECHO_N "(cached) $ECHO_C" >&6
22407 fi
22408 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
22409 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
22410 else
22411 # Is the header compilable?
22412 echo "$as_me:$LINENO: checking regex.h usability" >&5
22413 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
22414 cat >conftest.$ac_ext <<_ACEOF
22415 /* confdefs.h. */
22416 _ACEOF
22417 cat confdefs.h >>conftest.$ac_ext
22418 cat >>conftest.$ac_ext <<_ACEOF
22419 /* end confdefs.h. */
22420 $ac_includes_default
22421 #include <regex.h>
22422 _ACEOF
22423 rm -f conftest.$ac_objext
22424 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22425 (eval $ac_compile) 2>conftest.er1
22426 ac_status=$?
22427 grep -v '^ *+' conftest.er1 >conftest.err
22428 rm -f conftest.er1
22429 cat conftest.err >&5
22430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22431 (exit $ac_status); } &&
22432 { ac_try='test -z "$ac_c_werror_flag"
22433 || test ! -s conftest.err'
22434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22435 (eval $ac_try) 2>&5
22436 ac_status=$?
22437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22438 (exit $ac_status); }; } &&
22439 { ac_try='test -s conftest.$ac_objext'
22440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22441 (eval $ac_try) 2>&5
22442 ac_status=$?
22443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22444 (exit $ac_status); }; }; then
22445 ac_header_compiler=yes
22446 else
22447 echo "$as_me: failed program was:" >&5
22448 sed 's/^/| /' conftest.$ac_ext >&5
22449
22450 ac_header_compiler=no
22451 fi
22452 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22453 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22454 echo "${ECHO_T}$ac_header_compiler" >&6
22455
22456 # Is the header present?
22457 echo "$as_me:$LINENO: checking regex.h presence" >&5
22458 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
22459 cat >conftest.$ac_ext <<_ACEOF
22460 /* confdefs.h. */
22461 _ACEOF
22462 cat confdefs.h >>conftest.$ac_ext
22463 cat >>conftest.$ac_ext <<_ACEOF
22464 /* end confdefs.h. */
22465 #include <regex.h>
22466 _ACEOF
22467 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22468 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22469 ac_status=$?
22470 grep -v '^ *+' conftest.er1 >conftest.err
22471 rm -f conftest.er1
22472 cat conftest.err >&5
22473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22474 (exit $ac_status); } >/dev/null; then
22475 if test -s conftest.err; then
22476 ac_cpp_err=$ac_c_preproc_warn_flag
22477 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
22478 else
22479 ac_cpp_err=
22480 fi
22481 else
22482 ac_cpp_err=yes
22483 fi
22484 if test -z "$ac_cpp_err"; then
22485 ac_header_preproc=yes
22486 else
22487 echo "$as_me: failed program was:" >&5
22488 sed 's/^/| /' conftest.$ac_ext >&5
22489
22490 ac_header_preproc=no
22491 fi
22492 rm -f conftest.err conftest.$ac_ext
22493 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22494 echo "${ECHO_T}$ac_header_preproc" >&6
22495
22496 # So? What about this header?
22497 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22498 yes:no: )
22499 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
22500 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22501 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
22502 echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
22503 ac_header_preproc=yes
22504 ;;
22505 no:yes:* )
22506 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
22507 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
22508 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
22509 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
22510 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
22511 echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
22512 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
22513 echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
22514 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
22515 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
22516 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
22517 echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
22518 (
22519 cat <<\_ASBOX
22520 ## ----------------------------------------- ##
22521 ## Report this to wx-dev@lists.wxwidgets.org ##
22522 ## ----------------------------------------- ##
22523 _ASBOX
22524 ) |
22525 sed "s/^/$as_me: WARNING: /" >&2
22526 ;;
22527 esac
22528 echo "$as_me:$LINENO: checking for regex.h" >&5
22529 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
22530 if test "${ac_cv_header_regex_h+set}" = set; then
22531 echo $ECHO_N "(cached) $ECHO_C" >&6
22532 else
22533 ac_cv_header_regex_h=$ac_header_preproc
22534 fi
22535 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
22536 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
22537
22538 fi
22539 if test $ac_cv_header_regex_h = yes; then
22540
22541 for ac_func in regcomp
22542 do
22543 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22544 echo "$as_me:$LINENO: checking for $ac_func" >&5
22545 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22546 if eval "test \"\${$as_ac_var+set}\" = set"; then
22547 echo $ECHO_N "(cached) $ECHO_C" >&6
22548 else
22549 cat >conftest.$ac_ext <<_ACEOF
22550 /* confdefs.h. */
22551 _ACEOF
22552 cat confdefs.h >>conftest.$ac_ext
22553 cat >>conftest.$ac_ext <<_ACEOF
22554 /* end confdefs.h. */
22555 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22556 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22557 #define $ac_func innocuous_$ac_func
22558
22559 /* System header to define __stub macros and hopefully few prototypes,
22560 which can conflict with char $ac_func (); below.
22561 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22562 <limits.h> exists even on freestanding compilers. */
22563
22564 #ifdef __STDC__
22565 # include <limits.h>
22566 #else
22567 # include <assert.h>
22568 #endif
22569
22570 #undef $ac_func
22571
22572 /* Override any gcc2 internal prototype to avoid an error. */
22573 #ifdef __cplusplus
22574 extern "C"
22575 {
22576 #endif
22577 /* We use char because int might match the return type of a gcc2
22578 builtin and then its argument prototype would still apply. */
22579 char $ac_func ();
22580 /* The GNU C library defines this for functions which it implements
22581 to always fail with ENOSYS. Some functions are actually named
22582 something starting with __ and the normal name is an alias. */
22583 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22584 choke me
22585 #else
22586 char (*f) () = $ac_func;
22587 #endif
22588 #ifdef __cplusplus
22589 }
22590 #endif
22591
22592 int
22593 main ()
22594 {
22595 return f != $ac_func;
22596 ;
22597 return 0;
22598 }
22599 _ACEOF
22600 rm -f conftest.$ac_objext conftest$ac_exeext
22601 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22602 (eval $ac_link) 2>conftest.er1
22603 ac_status=$?
22604 grep -v '^ *+' conftest.er1 >conftest.err
22605 rm -f conftest.er1
22606 cat conftest.err >&5
22607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22608 (exit $ac_status); } &&
22609 { ac_try='test -z "$ac_c_werror_flag"
22610 || test ! -s conftest.err'
22611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22612 (eval $ac_try) 2>&5
22613 ac_status=$?
22614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22615 (exit $ac_status); }; } &&
22616 { ac_try='test -s conftest$ac_exeext'
22617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22618 (eval $ac_try) 2>&5
22619 ac_status=$?
22620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22621 (exit $ac_status); }; }; then
22622 eval "$as_ac_var=yes"
22623 else
22624 echo "$as_me: failed program was:" >&5
22625 sed 's/^/| /' conftest.$ac_ext >&5
22626
22627 eval "$as_ac_var=no"
22628 fi
22629 rm -f conftest.err conftest.$ac_objext \
22630 conftest$ac_exeext conftest.$ac_ext
22631 fi
22632 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
22633 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
22634 if test `eval echo '${'$as_ac_var'}'` = yes; then
22635 cat >>confdefs.h <<_ACEOF
22636 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
22637 _ACEOF
22638
22639 fi
22640 done
22641
22642 fi
22643
22644
22645
22646 if test "x$ac_cv_func_regcomp" != "xyes"; then
22647 if test "$wxUSE_REGEX" = "sys" ; then
22648 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
22649 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
22650 { (exit 1); exit 1; }; }
22651 else
22652 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
22653 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
22654 wxUSE_REGEX=builtin
22655 fi
22656 else
22657 wxUSE_REGEX=sys
22658 cat >>confdefs.h <<\_ACEOF
22659 #define WX_NO_REGEX_ADVANCED 1
22660 _ACEOF
22661
22662 fi
22663 fi
22664 fi
22665
22666
22667 ZLIB_LINK=
22668 if test "$wxUSE_ZLIB" != "no" ; then
22669 cat >>confdefs.h <<\_ACEOF
22670 #define wxUSE_ZLIB 1
22671 _ACEOF
22672
22673
22674 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
22675 if test "$USE_DARWIN" = 1; then
22676 system_zlib_h_ok="yes"
22677 else
22678 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
22679 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
22680 if test "${ac_cv_header_zlib_h+set}" = set; then
22681 echo $ECHO_N "(cached) $ECHO_C" >&6
22682 else
22683 if test "$cross_compiling" = yes; then
22684 unset ac_cv_header_zlib_h
22685
22686 else
22687 cat >conftest.$ac_ext <<_ACEOF
22688 /* confdefs.h. */
22689 _ACEOF
22690 cat confdefs.h >>conftest.$ac_ext
22691 cat >>conftest.$ac_ext <<_ACEOF
22692 /* end confdefs.h. */
22693
22694 #include <zlib.h>
22695 #include <stdio.h>
22696
22697 int main()
22698 {
22699 FILE *f=fopen("conftestval", "w");
22700 if (!f) exit(1);
22701 fprintf(f, "%s",
22702 ZLIB_VERSION[0] == '1' &&
22703 (ZLIB_VERSION[2] > '1' ||
22704 (ZLIB_VERSION[2] == '1' &&
22705 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
22706 exit(0);
22707 }
22708
22709 _ACEOF
22710 rm -f conftest$ac_exeext
22711 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22712 (eval $ac_link) 2>&5
22713 ac_status=$?
22714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22715 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22717 (eval $ac_try) 2>&5
22718 ac_status=$?
22719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22720 (exit $ac_status); }; }; then
22721 ac_cv_header_zlib_h=`cat conftestval`
22722 else
22723 echo "$as_me: program exited with status $ac_status" >&5
22724 echo "$as_me: failed program was:" >&5
22725 sed 's/^/| /' conftest.$ac_ext >&5
22726
22727 ( exit $ac_status )
22728 ac_cv_header_zlib_h=no
22729 fi
22730 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22731 fi
22732
22733 fi
22734 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22735 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22736 if test "${ac_cv_header_zlib_h+set}" = set; then
22737 echo "$as_me:$LINENO: checking for zlib.h" >&5
22738 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
22739 if test "${ac_cv_header_zlib_h+set}" = set; then
22740 echo $ECHO_N "(cached) $ECHO_C" >&6
22741 fi
22742 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22743 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22744 else
22745 # Is the header compilable?
22746 echo "$as_me:$LINENO: checking zlib.h usability" >&5
22747 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
22748 cat >conftest.$ac_ext <<_ACEOF
22749 /* confdefs.h. */
22750 _ACEOF
22751 cat confdefs.h >>conftest.$ac_ext
22752 cat >>conftest.$ac_ext <<_ACEOF
22753 /* end confdefs.h. */
22754 $ac_includes_default
22755 #include <zlib.h>
22756 _ACEOF
22757 rm -f conftest.$ac_objext
22758 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22759 (eval $ac_compile) 2>conftest.er1
22760 ac_status=$?
22761 grep -v '^ *+' conftest.er1 >conftest.err
22762 rm -f conftest.er1
22763 cat conftest.err >&5
22764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22765 (exit $ac_status); } &&
22766 { ac_try='test -z "$ac_c_werror_flag"
22767 || test ! -s conftest.err'
22768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22769 (eval $ac_try) 2>&5
22770 ac_status=$?
22771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22772 (exit $ac_status); }; } &&
22773 { ac_try='test -s conftest.$ac_objext'
22774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22775 (eval $ac_try) 2>&5
22776 ac_status=$?
22777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22778 (exit $ac_status); }; }; then
22779 ac_header_compiler=yes
22780 else
22781 echo "$as_me: failed program was:" >&5
22782 sed 's/^/| /' conftest.$ac_ext >&5
22783
22784 ac_header_compiler=no
22785 fi
22786 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22787 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22788 echo "${ECHO_T}$ac_header_compiler" >&6
22789
22790 # Is the header present?
22791 echo "$as_me:$LINENO: checking zlib.h presence" >&5
22792 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
22793 cat >conftest.$ac_ext <<_ACEOF
22794 /* confdefs.h. */
22795 _ACEOF
22796 cat confdefs.h >>conftest.$ac_ext
22797 cat >>conftest.$ac_ext <<_ACEOF
22798 /* end confdefs.h. */
22799 #include <zlib.h>
22800 _ACEOF
22801 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22802 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22803 ac_status=$?
22804 grep -v '^ *+' conftest.er1 >conftest.err
22805 rm -f conftest.er1
22806 cat conftest.err >&5
22807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22808 (exit $ac_status); } >/dev/null; then
22809 if test -s conftest.err; then
22810 ac_cpp_err=$ac_c_preproc_warn_flag
22811 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
22812 else
22813 ac_cpp_err=
22814 fi
22815 else
22816 ac_cpp_err=yes
22817 fi
22818 if test -z "$ac_cpp_err"; then
22819 ac_header_preproc=yes
22820 else
22821 echo "$as_me: failed program was:" >&5
22822 sed 's/^/| /' conftest.$ac_ext >&5
22823
22824 ac_header_preproc=no
22825 fi
22826 rm -f conftest.err conftest.$ac_ext
22827 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22828 echo "${ECHO_T}$ac_header_preproc" >&6
22829
22830 # So? What about this header?
22831 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22832 yes:no: )
22833 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
22834 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22835 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
22836 echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
22837 ac_header_preproc=yes
22838 ;;
22839 no:yes:* )
22840 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
22841 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
22842 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
22843 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
22844 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
22845 echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
22846 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
22847 echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
22848 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
22849 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
22850 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
22851 echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
22852 (
22853 cat <<\_ASBOX
22854 ## ----------------------------------------- ##
22855 ## Report this to wx-dev@lists.wxwidgets.org ##
22856 ## ----------------------------------------- ##
22857 _ASBOX
22858 ) |
22859 sed "s/^/$as_me: WARNING: /" >&2
22860 ;;
22861 esac
22862 echo "$as_me:$LINENO: checking for zlib.h" >&5
22863 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
22864 if test "${ac_cv_header_zlib_h+set}" = set; then
22865 echo $ECHO_N "(cached) $ECHO_C" >&6
22866 else
22867 ac_cv_header_zlib_h=$ac_header_preproc
22868 fi
22869 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22870 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22871
22872 fi
22873
22874
22875
22876 system_zlib_h_ok=$ac_cv_header_zlib_h
22877 fi
22878
22879 if test "$system_zlib_h_ok" = "yes"; then
22880 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
22881 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
22882 if test "${ac_cv_lib_z_deflate+set}" = set; then
22883 echo $ECHO_N "(cached) $ECHO_C" >&6
22884 else
22885 ac_check_lib_save_LIBS=$LIBS
22886 LIBS="-lz $LIBS"
22887 cat >conftest.$ac_ext <<_ACEOF
22888 /* confdefs.h. */
22889 _ACEOF
22890 cat confdefs.h >>conftest.$ac_ext
22891 cat >>conftest.$ac_ext <<_ACEOF
22892 /* end confdefs.h. */
22893
22894 /* Override any gcc2 internal prototype to avoid an error. */
22895 #ifdef __cplusplus
22896 extern "C"
22897 #endif
22898 /* We use char because int might match the return type of a gcc2
22899 builtin and then its argument prototype would still apply. */
22900 char deflate ();
22901 int
22902 main ()
22903 {
22904 deflate ();
22905 ;
22906 return 0;
22907 }
22908 _ACEOF
22909 rm -f conftest.$ac_objext conftest$ac_exeext
22910 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22911 (eval $ac_link) 2>conftest.er1
22912 ac_status=$?
22913 grep -v '^ *+' conftest.er1 >conftest.err
22914 rm -f conftest.er1
22915 cat conftest.err >&5
22916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22917 (exit $ac_status); } &&
22918 { ac_try='test -z "$ac_c_werror_flag"
22919 || test ! -s conftest.err'
22920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22921 (eval $ac_try) 2>&5
22922 ac_status=$?
22923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22924 (exit $ac_status); }; } &&
22925 { ac_try='test -s conftest$ac_exeext'
22926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22927 (eval $ac_try) 2>&5
22928 ac_status=$?
22929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22930 (exit $ac_status); }; }; then
22931 ac_cv_lib_z_deflate=yes
22932 else
22933 echo "$as_me: failed program was:" >&5
22934 sed 's/^/| /' conftest.$ac_ext >&5
22935
22936 ac_cv_lib_z_deflate=no
22937 fi
22938 rm -f conftest.err conftest.$ac_objext \
22939 conftest$ac_exeext conftest.$ac_ext
22940 LIBS=$ac_check_lib_save_LIBS
22941 fi
22942 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
22943 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
22944 if test $ac_cv_lib_z_deflate = yes; then
22945 ZLIB_LINK=" -lz"
22946 fi
22947
22948 fi
22949
22950 if test "x$ZLIB_LINK" = "x" ; then
22951 if test "$wxUSE_ZLIB" = "sys" ; then
22952 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
22953 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
22954 { (exit 1); exit 1; }; }
22955 else
22956 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
22957 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
22958 wxUSE_ZLIB=builtin
22959 fi
22960 else
22961 wxUSE_ZLIB=sys
22962 fi
22963 fi
22964 fi
22965
22966
22967 PNG_LINK=
22968 if test "$wxUSE_LIBPNG" != "no" ; then
22969 cat >>confdefs.h <<\_ACEOF
22970 #define wxUSE_LIBPNG 1
22971 _ACEOF
22972
22973
22974 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
22975 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
22976 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
22977 wxUSE_LIBPNG=sys
22978 fi
22979
22980 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
22981 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
22982 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
22983 wxUSE_LIBPNG=builtin
22984 fi
22985
22986 if test "$wxUSE_MGL" != 1 ; then
22987 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
22988 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
22989 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
22990 if test "${ac_cv_header_png_h+set}" = set; then
22991 echo $ECHO_N "(cached) $ECHO_C" >&6
22992 else
22993 if test "$cross_compiling" = yes; then
22994 unset ac_cv_header_png_h
22995
22996 else
22997 cat >conftest.$ac_ext <<_ACEOF
22998 /* confdefs.h. */
22999 _ACEOF
23000 cat confdefs.h >>conftest.$ac_ext
23001 cat >>conftest.$ac_ext <<_ACEOF
23002 /* end confdefs.h. */
23003
23004 #include <png.h>
23005 #include <stdio.h>
23006
23007 int main()
23008 {
23009 FILE *f=fopen("conftestval", "w");
23010 if (!f) exit(1);
23011 fprintf(f, "%s",
23012 PNG_LIBPNG_VER > 90 ? "yes" : "no");
23013 exit(0);
23014 }
23015
23016 _ACEOF
23017 rm -f conftest$ac_exeext
23018 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23019 (eval $ac_link) 2>&5
23020 ac_status=$?
23021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23022 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23024 (eval $ac_try) 2>&5
23025 ac_status=$?
23026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23027 (exit $ac_status); }; }; then
23028 ac_cv_header_png_h=`cat conftestval`
23029 else
23030 echo "$as_me: program exited with status $ac_status" >&5
23031 echo "$as_me: failed program was:" >&5
23032 sed 's/^/| /' conftest.$ac_ext >&5
23033
23034 ( exit $ac_status )
23035 ac_cv_header_png_h=no
23036 fi
23037 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23038 fi
23039
23040 fi
23041 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23042 echo "${ECHO_T}$ac_cv_header_png_h" >&6
23043 if test "${ac_cv_header_png_h+set}" = set; then
23044 echo "$as_me:$LINENO: checking for png.h" >&5
23045 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
23046 if test "${ac_cv_header_png_h+set}" = set; then
23047 echo $ECHO_N "(cached) $ECHO_C" >&6
23048 fi
23049 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23050 echo "${ECHO_T}$ac_cv_header_png_h" >&6
23051 else
23052 # Is the header compilable?
23053 echo "$as_me:$LINENO: checking png.h usability" >&5
23054 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
23055 cat >conftest.$ac_ext <<_ACEOF
23056 /* confdefs.h. */
23057 _ACEOF
23058 cat confdefs.h >>conftest.$ac_ext
23059 cat >>conftest.$ac_ext <<_ACEOF
23060 /* end confdefs.h. */
23061 $ac_includes_default
23062 #include <png.h>
23063 _ACEOF
23064 rm -f conftest.$ac_objext
23065 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23066 (eval $ac_compile) 2>conftest.er1
23067 ac_status=$?
23068 grep -v '^ *+' conftest.er1 >conftest.err
23069 rm -f conftest.er1
23070 cat conftest.err >&5
23071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23072 (exit $ac_status); } &&
23073 { ac_try='test -z "$ac_c_werror_flag"
23074 || test ! -s conftest.err'
23075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23076 (eval $ac_try) 2>&5
23077 ac_status=$?
23078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23079 (exit $ac_status); }; } &&
23080 { ac_try='test -s conftest.$ac_objext'
23081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23082 (eval $ac_try) 2>&5
23083 ac_status=$?
23084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23085 (exit $ac_status); }; }; then
23086 ac_header_compiler=yes
23087 else
23088 echo "$as_me: failed program was:" >&5
23089 sed 's/^/| /' conftest.$ac_ext >&5
23090
23091 ac_header_compiler=no
23092 fi
23093 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23094 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23095 echo "${ECHO_T}$ac_header_compiler" >&6
23096
23097 # Is the header present?
23098 echo "$as_me:$LINENO: checking png.h presence" >&5
23099 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
23100 cat >conftest.$ac_ext <<_ACEOF
23101 /* confdefs.h. */
23102 _ACEOF
23103 cat confdefs.h >>conftest.$ac_ext
23104 cat >>conftest.$ac_ext <<_ACEOF
23105 /* end confdefs.h. */
23106 #include <png.h>
23107 _ACEOF
23108 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23109 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23110 ac_status=$?
23111 grep -v '^ *+' conftest.er1 >conftest.err
23112 rm -f conftest.er1
23113 cat conftest.err >&5
23114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23115 (exit $ac_status); } >/dev/null; then
23116 if test -s conftest.err; then
23117 ac_cpp_err=$ac_c_preproc_warn_flag
23118 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
23119 else
23120 ac_cpp_err=
23121 fi
23122 else
23123 ac_cpp_err=yes
23124 fi
23125 if test -z "$ac_cpp_err"; then
23126 ac_header_preproc=yes
23127 else
23128 echo "$as_me: failed program was:" >&5
23129 sed 's/^/| /' conftest.$ac_ext >&5
23130
23131 ac_header_preproc=no
23132 fi
23133 rm -f conftest.err conftest.$ac_ext
23134 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23135 echo "${ECHO_T}$ac_header_preproc" >&6
23136
23137 # So? What about this header?
23138 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23139 yes:no: )
23140 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
23141 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23142 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
23143 echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
23144 ac_header_preproc=yes
23145 ;;
23146 no:yes:* )
23147 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
23148 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
23149 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
23150 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
23151 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
23152 echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
23153 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
23154 echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
23155 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
23156 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
23157 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
23158 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
23159 (
23160 cat <<\_ASBOX
23161 ## ----------------------------------------- ##
23162 ## Report this to wx-dev@lists.wxwidgets.org ##
23163 ## ----------------------------------------- ##
23164 _ASBOX
23165 ) |
23166 sed "s/^/$as_me: WARNING: /" >&2
23167 ;;
23168 esac
23169 echo "$as_me:$LINENO: checking for png.h" >&5
23170 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
23171 if test "${ac_cv_header_png_h+set}" = set; then
23172 echo $ECHO_N "(cached) $ECHO_C" >&6
23173 else
23174 ac_cv_header_png_h=$ac_header_preproc
23175 fi
23176 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23177 echo "${ECHO_T}$ac_cv_header_png_h" >&6
23178
23179 fi
23180
23181
23182
23183 if test "$ac_cv_header_png_h" = "yes"; then
23184 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
23185 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
23186 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
23187 echo $ECHO_N "(cached) $ECHO_C" >&6
23188 else
23189 ac_check_lib_save_LIBS=$LIBS
23190 LIBS="-lpng -lz -lm $LIBS"
23191 cat >conftest.$ac_ext <<_ACEOF
23192 /* confdefs.h. */
23193 _ACEOF
23194 cat confdefs.h >>conftest.$ac_ext
23195 cat >>conftest.$ac_ext <<_ACEOF
23196 /* end confdefs.h. */
23197
23198 /* Override any gcc2 internal prototype to avoid an error. */
23199 #ifdef __cplusplus
23200 extern "C"
23201 #endif
23202 /* We use char because int might match the return type of a gcc2
23203 builtin and then its argument prototype would still apply. */
23204 char png_check_sig ();
23205 int
23206 main ()
23207 {
23208 png_check_sig ();
23209 ;
23210 return 0;
23211 }
23212 _ACEOF
23213 rm -f conftest.$ac_objext conftest$ac_exeext
23214 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23215 (eval $ac_link) 2>conftest.er1
23216 ac_status=$?
23217 grep -v '^ *+' conftest.er1 >conftest.err
23218 rm -f conftest.er1
23219 cat conftest.err >&5
23220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23221 (exit $ac_status); } &&
23222 { ac_try='test -z "$ac_c_werror_flag"
23223 || test ! -s conftest.err'
23224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23225 (eval $ac_try) 2>&5
23226 ac_status=$?
23227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23228 (exit $ac_status); }; } &&
23229 { ac_try='test -s conftest$ac_exeext'
23230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23231 (eval $ac_try) 2>&5
23232 ac_status=$?
23233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23234 (exit $ac_status); }; }; then
23235 ac_cv_lib_png_png_check_sig=yes
23236 else
23237 echo "$as_me: failed program was:" >&5
23238 sed 's/^/| /' conftest.$ac_ext >&5
23239
23240 ac_cv_lib_png_png_check_sig=no
23241 fi
23242 rm -f conftest.err conftest.$ac_objext \
23243 conftest$ac_exeext conftest.$ac_ext
23244 LIBS=$ac_check_lib_save_LIBS
23245 fi
23246 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
23247 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
23248 if test $ac_cv_lib_png_png_check_sig = yes; then
23249 PNG_LINK=" -lpng -lz"
23250 fi
23251
23252 fi
23253
23254 if test "x$PNG_LINK" = "x" ; then
23255 if test "$wxUSE_LIBPNG" = "sys" ; then
23256 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
23257 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
23258 { (exit 1); exit 1; }; }
23259 else
23260 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
23261 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
23262 wxUSE_LIBPNG=builtin
23263 fi
23264 else
23265 wxUSE_LIBPNG=sys
23266 fi
23267 fi
23268 fi
23269
23270 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
23271 fi
23272
23273
23274 JPEG_LINK=
23275 if test "$wxUSE_LIBJPEG" != "no" ; then
23276 cat >>confdefs.h <<\_ACEOF
23277 #define wxUSE_LIBJPEG 1
23278 _ACEOF
23279
23280
23281 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
23282 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
23283 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
23284 wxUSE_LIBJPEG=sys
23285 fi
23286
23287 if test "$wxUSE_MGL" != 1 ; then
23288 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
23289 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
23290 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
23291 if test "${ac_cv_header_jpeglib_h+set}" = set; then
23292 echo $ECHO_N "(cached) $ECHO_C" >&6
23293 else
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
23301 #undef HAVE_STDLIB_H
23302 #include <stdio.h>
23303 #include <jpeglib.h>
23304
23305 int
23306 main ()
23307 {
23308
23309
23310 ;
23311 return 0;
23312 }
23313 _ACEOF
23314 rm -f conftest.$ac_objext
23315 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23316 (eval $ac_compile) 2>conftest.er1
23317 ac_status=$?
23318 grep -v '^ *+' conftest.er1 >conftest.err
23319 rm -f conftest.er1
23320 cat conftest.err >&5
23321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23322 (exit $ac_status); } &&
23323 { ac_try='test -z "$ac_c_werror_flag"
23324 || test ! -s conftest.err'
23325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23326 (eval $ac_try) 2>&5
23327 ac_status=$?
23328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23329 (exit $ac_status); }; } &&
23330 { ac_try='test -s conftest.$ac_objext'
23331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23332 (eval $ac_try) 2>&5
23333 ac_status=$?
23334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23335 (exit $ac_status); }; }; then
23336 ac_cv_header_jpeglib_h=yes
23337 else
23338 echo "$as_me: failed program was:" >&5
23339 sed 's/^/| /' conftest.$ac_ext >&5
23340
23341 ac_cv_header_jpeglib_h=no
23342
23343 fi
23344 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23345
23346 fi
23347
23348 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
23349 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
23350
23351 if test "$ac_cv_header_jpeglib_h" = "yes"; then
23352 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
23353 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
23354 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
23355 echo $ECHO_N "(cached) $ECHO_C" >&6
23356 else
23357 ac_check_lib_save_LIBS=$LIBS
23358 LIBS="-ljpeg $LIBS"
23359 cat >conftest.$ac_ext <<_ACEOF
23360 /* confdefs.h. */
23361 _ACEOF
23362 cat confdefs.h >>conftest.$ac_ext
23363 cat >>conftest.$ac_ext <<_ACEOF
23364 /* end confdefs.h. */
23365
23366 /* Override any gcc2 internal prototype to avoid an error. */
23367 #ifdef __cplusplus
23368 extern "C"
23369 #endif
23370 /* We use char because int might match the return type of a gcc2
23371 builtin and then its argument prototype would still apply. */
23372 char jpeg_read_header ();
23373 int
23374 main ()
23375 {
23376 jpeg_read_header ();
23377 ;
23378 return 0;
23379 }
23380 _ACEOF
23381 rm -f conftest.$ac_objext conftest$ac_exeext
23382 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23383 (eval $ac_link) 2>conftest.er1
23384 ac_status=$?
23385 grep -v '^ *+' conftest.er1 >conftest.err
23386 rm -f conftest.er1
23387 cat conftest.err >&5
23388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23389 (exit $ac_status); } &&
23390 { ac_try='test -z "$ac_c_werror_flag"
23391 || test ! -s conftest.err'
23392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23393 (eval $ac_try) 2>&5
23394 ac_status=$?
23395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23396 (exit $ac_status); }; } &&
23397 { ac_try='test -s conftest$ac_exeext'
23398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23399 (eval $ac_try) 2>&5
23400 ac_status=$?
23401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23402 (exit $ac_status); }; }; then
23403 ac_cv_lib_jpeg_jpeg_read_header=yes
23404 else
23405 echo "$as_me: failed program was:" >&5
23406 sed 's/^/| /' conftest.$ac_ext >&5
23407
23408 ac_cv_lib_jpeg_jpeg_read_header=no
23409 fi
23410 rm -f conftest.err conftest.$ac_objext \
23411 conftest$ac_exeext conftest.$ac_ext
23412 LIBS=$ac_check_lib_save_LIBS
23413 fi
23414 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
23415 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
23416 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
23417 JPEG_LINK=" -ljpeg"
23418 fi
23419
23420 fi
23421
23422 if test "x$JPEG_LINK" = "x" ; then
23423 if test "$wxUSE_LIBJPEG" = "sys" ; then
23424 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
23425 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
23426 { (exit 1); exit 1; }; }
23427 else
23428 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
23429 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
23430 wxUSE_LIBJPEG=builtin
23431 fi
23432 else
23433 wxUSE_LIBJPEG=sys
23434 fi
23435 fi
23436 fi
23437 fi
23438
23439
23440 TIFF_LINK=
23441 TIFF_PREREQ_LINKS=-lm
23442 if test "$wxUSE_LIBTIFF" != "no" ; then
23443 cat >>confdefs.h <<\_ACEOF
23444 #define wxUSE_LIBTIFF 1
23445 _ACEOF
23446
23447
23448 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
23449 if test "$wxUSE_LIBJPEG" = "sys"; then
23450 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
23451 fi
23452 if test "$wxUSE_ZLIB" = "sys"; then
23453 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
23454 fi
23455 if test "${ac_cv_header_tiffio_h+set}" = set; then
23456 echo "$as_me:$LINENO: checking for tiffio.h" >&5
23457 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
23458 if test "${ac_cv_header_tiffio_h+set}" = set; then
23459 echo $ECHO_N "(cached) $ECHO_C" >&6
23460 fi
23461 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
23462 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
23463 else
23464 # Is the header compilable?
23465 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
23466 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
23467 cat >conftest.$ac_ext <<_ACEOF
23468 /* confdefs.h. */
23469 _ACEOF
23470 cat confdefs.h >>conftest.$ac_ext
23471 cat >>conftest.$ac_ext <<_ACEOF
23472 /* end confdefs.h. */
23473 $ac_includes_default
23474 #include <tiffio.h>
23475 _ACEOF
23476 rm -f conftest.$ac_objext
23477 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23478 (eval $ac_compile) 2>conftest.er1
23479 ac_status=$?
23480 grep -v '^ *+' conftest.er1 >conftest.err
23481 rm -f conftest.er1
23482 cat conftest.err >&5
23483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23484 (exit $ac_status); } &&
23485 { ac_try='test -z "$ac_c_werror_flag"
23486 || test ! -s conftest.err'
23487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23488 (eval $ac_try) 2>&5
23489 ac_status=$?
23490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23491 (exit $ac_status); }; } &&
23492 { ac_try='test -s conftest.$ac_objext'
23493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23494 (eval $ac_try) 2>&5
23495 ac_status=$?
23496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23497 (exit $ac_status); }; }; then
23498 ac_header_compiler=yes
23499 else
23500 echo "$as_me: failed program was:" >&5
23501 sed 's/^/| /' conftest.$ac_ext >&5
23502
23503 ac_header_compiler=no
23504 fi
23505 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23506 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23507 echo "${ECHO_T}$ac_header_compiler" >&6
23508
23509 # Is the header present?
23510 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
23511 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
23512 cat >conftest.$ac_ext <<_ACEOF
23513 /* confdefs.h. */
23514 _ACEOF
23515 cat confdefs.h >>conftest.$ac_ext
23516 cat >>conftest.$ac_ext <<_ACEOF
23517 /* end confdefs.h. */
23518 #include <tiffio.h>
23519 _ACEOF
23520 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23521 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23522 ac_status=$?
23523 grep -v '^ *+' conftest.er1 >conftest.err
23524 rm -f conftest.er1
23525 cat conftest.err >&5
23526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23527 (exit $ac_status); } >/dev/null; then
23528 if test -s conftest.err; then
23529 ac_cpp_err=$ac_c_preproc_warn_flag
23530 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
23531 else
23532 ac_cpp_err=
23533 fi
23534 else
23535 ac_cpp_err=yes
23536 fi
23537 if test -z "$ac_cpp_err"; then
23538 ac_header_preproc=yes
23539 else
23540 echo "$as_me: failed program was:" >&5
23541 sed 's/^/| /' conftest.$ac_ext >&5
23542
23543 ac_header_preproc=no
23544 fi
23545 rm -f conftest.err conftest.$ac_ext
23546 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23547 echo "${ECHO_T}$ac_header_preproc" >&6
23548
23549 # So? What about this header?
23550 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23551 yes:no: )
23552 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
23553 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23554 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
23555 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
23556 ac_header_preproc=yes
23557 ;;
23558 no:yes:* )
23559 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
23560 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
23561 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
23562 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
23563 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
23564 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
23565 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
23566 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
23567 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
23568 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
23569 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
23570 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
23571 (
23572 cat <<\_ASBOX
23573 ## ----------------------------------------- ##
23574 ## Report this to wx-dev@lists.wxwidgets.org ##
23575 ## ----------------------------------------- ##
23576 _ASBOX
23577 ) |
23578 sed "s/^/$as_me: WARNING: /" >&2
23579 ;;
23580 esac
23581 echo "$as_me:$LINENO: checking for tiffio.h" >&5
23582 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
23583 if test "${ac_cv_header_tiffio_h+set}" = set; then
23584 echo $ECHO_N "(cached) $ECHO_C" >&6
23585 else
23586 ac_cv_header_tiffio_h=$ac_header_preproc
23587 fi
23588 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
23589 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
23590
23591 fi
23592 if test $ac_cv_header_tiffio_h = yes; then
23593
23594 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
23595 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
23596 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
23597 echo $ECHO_N "(cached) $ECHO_C" >&6
23598 else
23599 ac_check_lib_save_LIBS=$LIBS
23600 LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
23601 cat >conftest.$ac_ext <<_ACEOF
23602 /* confdefs.h. */
23603 _ACEOF
23604 cat confdefs.h >>conftest.$ac_ext
23605 cat >>conftest.$ac_ext <<_ACEOF
23606 /* end confdefs.h. */
23607
23608 /* Override any gcc2 internal prototype to avoid an error. */
23609 #ifdef __cplusplus
23610 extern "C"
23611 #endif
23612 /* We use char because int might match the return type of a gcc2
23613 builtin and then its argument prototype would still apply. */
23614 char TIFFError ();
23615 int
23616 main ()
23617 {
23618 TIFFError ();
23619 ;
23620 return 0;
23621 }
23622 _ACEOF
23623 rm -f conftest.$ac_objext conftest$ac_exeext
23624 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23625 (eval $ac_link) 2>conftest.er1
23626 ac_status=$?
23627 grep -v '^ *+' conftest.er1 >conftest.err
23628 rm -f conftest.er1
23629 cat conftest.err >&5
23630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23631 (exit $ac_status); } &&
23632 { ac_try='test -z "$ac_c_werror_flag"
23633 || test ! -s conftest.err'
23634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23635 (eval $ac_try) 2>&5
23636 ac_status=$?
23637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23638 (exit $ac_status); }; } &&
23639 { ac_try='test -s conftest$ac_exeext'
23640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23641 (eval $ac_try) 2>&5
23642 ac_status=$?
23643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23644 (exit $ac_status); }; }; then
23645 ac_cv_lib_tiff_TIFFError=yes
23646 else
23647 echo "$as_me: failed program was:" >&5
23648 sed 's/^/| /' conftest.$ac_ext >&5
23649
23650 ac_cv_lib_tiff_TIFFError=no
23651 fi
23652 rm -f conftest.err conftest.$ac_objext \
23653 conftest$ac_exeext conftest.$ac_ext
23654 LIBS=$ac_check_lib_save_LIBS
23655 fi
23656 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
23657 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
23658 if test $ac_cv_lib_tiff_TIFFError = yes; then
23659 TIFF_LINK=" -ltiff"
23660 fi
23661
23662
23663
23664 fi
23665
23666
23667
23668 if test "x$TIFF_LINK" = "x" ; then
23669 if test "$wxUSE_LIBTIFF" = "sys" ; then
23670 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
23671 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
23672 { (exit 1); exit 1; }; }
23673 else
23674 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
23675 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
23676 wxUSE_LIBTIFF=builtin
23677 fi
23678 else
23679 wxUSE_LIBTIFF=sys
23680 fi
23681 fi
23682 fi
23683
23684
23685 if test "$wxUSE_WCHAR_T" != "yes"; then
23686 if test "$wxUSE_EXPAT" != "no"; then
23687 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
23688 echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
23689 wxUSE_EXPAT=no
23690 fi
23691 if test "$wxUSE_XML" != "no"; then
23692 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
23693 echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
23694 wxUSE_XML=no
23695 fi
23696 fi
23697
23698 if test "$wxUSE_EXPAT" != "no"; then
23699 wxUSE_XML=yes
23700 cat >>confdefs.h <<\_ACEOF
23701 #define wxUSE_EXPAT 1
23702 _ACEOF
23703
23704 cat >>confdefs.h <<\_ACEOF
23705 #define wxUSE_XML 1
23706 _ACEOF
23707
23708
23709 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
23710 if test "${ac_cv_header_expat_h+set}" = set; then
23711 echo "$as_me:$LINENO: checking for expat.h" >&5
23712 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
23713 if test "${ac_cv_header_expat_h+set}" = set; then
23714 echo $ECHO_N "(cached) $ECHO_C" >&6
23715 fi
23716 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
23717 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
23718 else
23719 # Is the header compilable?
23720 echo "$as_me:$LINENO: checking expat.h usability" >&5
23721 echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
23722 cat >conftest.$ac_ext <<_ACEOF
23723 /* confdefs.h. */
23724 _ACEOF
23725 cat confdefs.h >>conftest.$ac_ext
23726 cat >>conftest.$ac_ext <<_ACEOF
23727 /* end confdefs.h. */
23728 $ac_includes_default
23729 #include <expat.h>
23730 _ACEOF
23731 rm -f conftest.$ac_objext
23732 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23733 (eval $ac_compile) 2>conftest.er1
23734 ac_status=$?
23735 grep -v '^ *+' conftest.er1 >conftest.err
23736 rm -f conftest.er1
23737 cat conftest.err >&5
23738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23739 (exit $ac_status); } &&
23740 { ac_try='test -z "$ac_c_werror_flag"
23741 || test ! -s conftest.err'
23742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23743 (eval $ac_try) 2>&5
23744 ac_status=$?
23745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23746 (exit $ac_status); }; } &&
23747 { ac_try='test -s conftest.$ac_objext'
23748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23749 (eval $ac_try) 2>&5
23750 ac_status=$?
23751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23752 (exit $ac_status); }; }; then
23753 ac_header_compiler=yes
23754 else
23755 echo "$as_me: failed program was:" >&5
23756 sed 's/^/| /' conftest.$ac_ext >&5
23757
23758 ac_header_compiler=no
23759 fi
23760 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23761 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23762 echo "${ECHO_T}$ac_header_compiler" >&6
23763
23764 # Is the header present?
23765 echo "$as_me:$LINENO: checking expat.h presence" >&5
23766 echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
23767 cat >conftest.$ac_ext <<_ACEOF
23768 /* confdefs.h. */
23769 _ACEOF
23770 cat confdefs.h >>conftest.$ac_ext
23771 cat >>conftest.$ac_ext <<_ACEOF
23772 /* end confdefs.h. */
23773 #include <expat.h>
23774 _ACEOF
23775 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23776 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23777 ac_status=$?
23778 grep -v '^ *+' conftest.er1 >conftest.err
23779 rm -f conftest.er1
23780 cat conftest.err >&5
23781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23782 (exit $ac_status); } >/dev/null; then
23783 if test -s conftest.err; then
23784 ac_cpp_err=$ac_c_preproc_warn_flag
23785 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
23786 else
23787 ac_cpp_err=
23788 fi
23789 else
23790 ac_cpp_err=yes
23791 fi
23792 if test -z "$ac_cpp_err"; then
23793 ac_header_preproc=yes
23794 else
23795 echo "$as_me: failed program was:" >&5
23796 sed 's/^/| /' conftest.$ac_ext >&5
23797
23798 ac_header_preproc=no
23799 fi
23800 rm -f conftest.err conftest.$ac_ext
23801 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23802 echo "${ECHO_T}$ac_header_preproc" >&6
23803
23804 # So? What about this header?
23805 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23806 yes:no: )
23807 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
23808 echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23809 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
23810 echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
23811 ac_header_preproc=yes
23812 ;;
23813 no:yes:* )
23814 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
23815 echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
23816 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
23817 echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
23818 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
23819 echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
23820 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
23821 echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
23822 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
23823 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
23824 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
23825 echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
23826 (
23827 cat <<\_ASBOX
23828 ## ----------------------------------------- ##
23829 ## Report this to wx-dev@lists.wxwidgets.org ##
23830 ## ----------------------------------------- ##
23831 _ASBOX
23832 ) |
23833 sed "s/^/$as_me: WARNING: /" >&2
23834 ;;
23835 esac
23836 echo "$as_me:$LINENO: checking for expat.h" >&5
23837 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
23838 if test "${ac_cv_header_expat_h+set}" = set; then
23839 echo $ECHO_N "(cached) $ECHO_C" >&6
23840 else
23841 ac_cv_header_expat_h=$ac_header_preproc
23842 fi
23843 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
23844 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
23845
23846 fi
23847 if test $ac_cv_header_expat_h = yes; then
23848 found_expat_h=1
23849 fi
23850
23851
23852 if test "x$found_expat_h" = "x1"; then
23853 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
23854 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
23855 if test "${wx_cv_expat_is_not_broken+set}" = set; then
23856 echo $ECHO_N "(cached) $ECHO_C" >&6
23857 else
23858
23859
23860
23861 ac_ext=cc
23862 ac_cpp='$CXXCPP $CPPFLAGS'
23863 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23864 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23865 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23866
23867 cat >conftest.$ac_ext <<_ACEOF
23868 /* confdefs.h. */
23869 _ACEOF
23870 cat confdefs.h >>conftest.$ac_ext
23871 cat >>conftest.$ac_ext <<_ACEOF
23872 /* end confdefs.h. */
23873 #include <expat.h>
23874 int
23875 main ()
23876 {
23877
23878 ;
23879 return 0;
23880 }
23881 _ACEOF
23882 rm -f conftest.$ac_objext
23883 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23884 (eval $ac_compile) 2>conftest.er1
23885 ac_status=$?
23886 grep -v '^ *+' conftest.er1 >conftest.err
23887 rm -f conftest.er1
23888 cat conftest.err >&5
23889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23890 (exit $ac_status); } &&
23891 { ac_try='test -z "$ac_cxx_werror_flag"
23892 || test ! -s conftest.err'
23893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23894 (eval $ac_try) 2>&5
23895 ac_status=$?
23896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23897 (exit $ac_status); }; } &&
23898 { ac_try='test -s conftest.$ac_objext'
23899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23900 (eval $ac_try) 2>&5
23901 ac_status=$?
23902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23903 (exit $ac_status); }; }; then
23904 wx_cv_expat_is_not_broken=yes
23905 else
23906 echo "$as_me: failed program was:" >&5
23907 sed 's/^/| /' conftest.$ac_ext >&5
23908
23909 wx_cv_expat_is_not_broken=no
23910
23911 fi
23912 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23913 ac_ext=c
23914 ac_cpp='$CPP $CPPFLAGS'
23915 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23916 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23917 ac_compiler_gnu=$ac_cv_c_compiler_gnu
23918
23919
23920
23921 fi
23922 echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
23923 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
23924 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
23925 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
23926 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
23927 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
23928 echo $ECHO_N "(cached) $ECHO_C" >&6
23929 else
23930 ac_check_lib_save_LIBS=$LIBS
23931 LIBS="-lexpat $LIBS"
23932 cat >conftest.$ac_ext <<_ACEOF
23933 /* confdefs.h. */
23934 _ACEOF
23935 cat confdefs.h >>conftest.$ac_ext
23936 cat >>conftest.$ac_ext <<_ACEOF
23937 /* end confdefs.h. */
23938
23939 /* Override any gcc2 internal prototype to avoid an error. */
23940 #ifdef __cplusplus
23941 extern "C"
23942 #endif
23943 /* We use char because int might match the return type of a gcc2
23944 builtin and then its argument prototype would still apply. */
23945 char XML_ParserCreate ();
23946 int
23947 main ()
23948 {
23949 XML_ParserCreate ();
23950 ;
23951 return 0;
23952 }
23953 _ACEOF
23954 rm -f conftest.$ac_objext conftest$ac_exeext
23955 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23956 (eval $ac_link) 2>conftest.er1
23957 ac_status=$?
23958 grep -v '^ *+' conftest.er1 >conftest.err
23959 rm -f conftest.er1
23960 cat conftest.err >&5
23961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23962 (exit $ac_status); } &&
23963 { ac_try='test -z "$ac_c_werror_flag"
23964 || test ! -s conftest.err'
23965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23966 (eval $ac_try) 2>&5
23967 ac_status=$?
23968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23969 (exit $ac_status); }; } &&
23970 { ac_try='test -s conftest$ac_exeext'
23971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23972 (eval $ac_try) 2>&5
23973 ac_status=$?
23974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23975 (exit $ac_status); }; }; then
23976 ac_cv_lib_expat_XML_ParserCreate=yes
23977 else
23978 echo "$as_me: failed program was:" >&5
23979 sed 's/^/| /' conftest.$ac_ext >&5
23980
23981 ac_cv_lib_expat_XML_ParserCreate=no
23982 fi
23983 rm -f conftest.err conftest.$ac_objext \
23984 conftest$ac_exeext conftest.$ac_ext
23985 LIBS=$ac_check_lib_save_LIBS
23986 fi
23987 echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
23988 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
23989 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
23990 EXPAT_LINK=" -lexpat"
23991 fi
23992
23993 fi
23994 fi
23995 if test "x$EXPAT_LINK" = "x" ; then
23996 if test "$wxUSE_EXPAT" = "sys" ; then
23997 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
23998 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
23999 { (exit 1); exit 1; }; }
24000 else
24001 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
24002 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
24003 wxUSE_EXPAT=builtin
24004 fi
24005 else
24006 wxUSE_EXPAT=sys
24007 fi
24008 fi
24009 if test "$wxUSE_EXPAT" = "builtin" ; then
24010
24011
24012 subdirs="$subdirs src/expat"
24013
24014 fi
24015 fi
24016
24017
24018
24019 if test "$wxUSE_LIBMSPACK" != "no"; then
24020 if test "${ac_cv_header_mspack_h+set}" = set; then
24021 echo "$as_me:$LINENO: checking for mspack.h" >&5
24022 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
24023 if test "${ac_cv_header_mspack_h+set}" = set; then
24024 echo $ECHO_N "(cached) $ECHO_C" >&6
24025 fi
24026 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
24027 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
24028 else
24029 # Is the header compilable?
24030 echo "$as_me:$LINENO: checking mspack.h usability" >&5
24031 echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
24032 cat >conftest.$ac_ext <<_ACEOF
24033 /* confdefs.h. */
24034 _ACEOF
24035 cat confdefs.h >>conftest.$ac_ext
24036 cat >>conftest.$ac_ext <<_ACEOF
24037 /* end confdefs.h. */
24038 $ac_includes_default
24039 #include <mspack.h>
24040 _ACEOF
24041 rm -f conftest.$ac_objext
24042 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24043 (eval $ac_compile) 2>conftest.er1
24044 ac_status=$?
24045 grep -v '^ *+' conftest.er1 >conftest.err
24046 rm -f conftest.er1
24047 cat conftest.err >&5
24048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24049 (exit $ac_status); } &&
24050 { ac_try='test -z "$ac_c_werror_flag"
24051 || 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 mspack.h presence" >&5
24076 echo $ECHO_N "checking mspack.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 <mspack.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: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
24118 echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24119 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
24120 echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
24121 ac_header_preproc=yes
24122 ;;
24123 no:yes:* )
24124 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
24125 echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
24126 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
24127 echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
24128 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
24129 echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
24130 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
24131 echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
24132 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
24133 echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
24134 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
24135 echo "$as_me: WARNING: mspack.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 mspack.h" >&5
24147 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
24148 if test "${ac_cv_header_mspack_h+set}" = set; then
24149 echo $ECHO_N "(cached) $ECHO_C" >&6
24150 else
24151 ac_cv_header_mspack_h=$ac_header_preproc
24152 fi
24153 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
24154 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
24155
24156 fi
24157 if test $ac_cv_header_mspack_h = yes; then
24158 found_mspack_h=1
24159 fi
24160
24161
24162 if test "x$found_mspack_h" = "x1"; then
24163 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
24164 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
24165 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
24166 echo $ECHO_N "(cached) $ECHO_C" >&6
24167 else
24168 ac_check_lib_save_LIBS=$LIBS
24169 LIBS="-lmspack $LIBS"
24170 cat >conftest.$ac_ext <<_ACEOF
24171 /* confdefs.h. */
24172 _ACEOF
24173 cat confdefs.h >>conftest.$ac_ext
24174 cat >>conftest.$ac_ext <<_ACEOF
24175 /* end confdefs.h. */
24176
24177 /* Override any gcc2 internal prototype to avoid an error. */
24178 #ifdef __cplusplus
24179 extern "C"
24180 #endif
24181 /* We use char because int might match the return type of a gcc2
24182 builtin and then its argument prototype would still apply. */
24183 char mspack_create_chm_decompressor ();
24184 int
24185 main ()
24186 {
24187 mspack_create_chm_decompressor ();
24188 ;
24189 return 0;
24190 }
24191 _ACEOF
24192 rm -f conftest.$ac_objext conftest$ac_exeext
24193 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24194 (eval $ac_link) 2>conftest.er1
24195 ac_status=$?
24196 grep -v '^ *+' conftest.er1 >conftest.err
24197 rm -f conftest.er1
24198 cat conftest.err >&5
24199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24200 (exit $ac_status); } &&
24201 { ac_try='test -z "$ac_c_werror_flag"
24202 || 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_mspack_mspack_create_chm_decompressor=yes
24215 else
24216 echo "$as_me: failed program was:" >&5
24217 sed 's/^/| /' conftest.$ac_ext >&5
24218
24219 ac_cv_lib_mspack_mspack_create_chm_decompressor=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_mspack_mspack_create_chm_decompressor" >&5
24226 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
24227 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
24228 MSPACK_LINK=" -lmspack"
24229 fi
24230
24231 fi
24232 if test "x$MSPACK_LINK" = "x" ; then
24233 wxUSE_LIBMSPACK=no
24234 fi
24235 fi
24236
24237 if test "$wxUSE_LIBMSPACK" != "no"; then
24238 cat >>confdefs.h <<\_ACEOF
24239 #define wxUSE_LIBMSPACK 1
24240 _ACEOF
24241
24242 fi
24243
24244
24245
24246 AFMINSTALL=
24247 WIN32INSTALL=
24248
24249 TOOLKIT=
24250 TOOLKIT_INCLUDE=
24251 WIDGET_SET=
24252
24253 if test "$USE_WIN32" = 1 ; then
24254
24255 for ac_header in w32api.h
24256 do
24257 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
24258 if eval "test \"\${$as_ac_Header+set}\" = set"; then
24259 echo "$as_me:$LINENO: checking for $ac_header" >&5
24260 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
24261 if eval "test \"\${$as_ac_Header+set}\" = set"; then
24262 echo $ECHO_N "(cached) $ECHO_C" >&6
24263 fi
24264 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
24265 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
24266 else
24267 # Is the header compilable?
24268 echo "$as_me:$LINENO: checking $ac_header usability" >&5
24269 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
24270 cat >conftest.$ac_ext <<_ACEOF
24271 /* confdefs.h. */
24272 _ACEOF
24273 cat confdefs.h >>conftest.$ac_ext
24274 cat >>conftest.$ac_ext <<_ACEOF
24275 /* end confdefs.h. */
24276 $ac_includes_default
24277 #include <$ac_header>
24278 _ACEOF
24279 rm -f conftest.$ac_objext
24280 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24281 (eval $ac_compile) 2>conftest.er1
24282 ac_status=$?
24283 grep -v '^ *+' conftest.er1 >conftest.err
24284 rm -f conftest.er1
24285 cat conftest.err >&5
24286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24287 (exit $ac_status); } &&
24288 { ac_try='test -z "$ac_c_werror_flag"
24289 || test ! -s conftest.err'
24290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24291 (eval $ac_try) 2>&5
24292 ac_status=$?
24293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24294 (exit $ac_status); }; } &&
24295 { ac_try='test -s conftest.$ac_objext'
24296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24297 (eval $ac_try) 2>&5
24298 ac_status=$?
24299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24300 (exit $ac_status); }; }; then
24301 ac_header_compiler=yes
24302 else
24303 echo "$as_me: failed program was:" >&5
24304 sed 's/^/| /' conftest.$ac_ext >&5
24305
24306 ac_header_compiler=no
24307 fi
24308 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24309 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24310 echo "${ECHO_T}$ac_header_compiler" >&6
24311
24312 # Is the header present?
24313 echo "$as_me:$LINENO: checking $ac_header presence" >&5
24314 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
24315 cat >conftest.$ac_ext <<_ACEOF
24316 /* confdefs.h. */
24317 _ACEOF
24318 cat confdefs.h >>conftest.$ac_ext
24319 cat >>conftest.$ac_ext <<_ACEOF
24320 /* end confdefs.h. */
24321 #include <$ac_header>
24322 _ACEOF
24323 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24324 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24325 ac_status=$?
24326 grep -v '^ *+' conftest.er1 >conftest.err
24327 rm -f conftest.er1
24328 cat conftest.err >&5
24329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24330 (exit $ac_status); } >/dev/null; then
24331 if test -s conftest.err; then
24332 ac_cpp_err=$ac_c_preproc_warn_flag
24333 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
24334 else
24335 ac_cpp_err=
24336 fi
24337 else
24338 ac_cpp_err=yes
24339 fi
24340 if test -z "$ac_cpp_err"; then
24341 ac_header_preproc=yes
24342 else
24343 echo "$as_me: failed program was:" >&5
24344 sed 's/^/| /' conftest.$ac_ext >&5
24345
24346 ac_header_preproc=no
24347 fi
24348 rm -f conftest.err conftest.$ac_ext
24349 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24350 echo "${ECHO_T}$ac_header_preproc" >&6
24351
24352 # So? What about this header?
24353 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24354 yes:no: )
24355 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
24356 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
24357 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
24358 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
24359 ac_header_preproc=yes
24360 ;;
24361 no:yes:* )
24362 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
24363 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
24364 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
24365 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
24366 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
24367 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
24368 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
24369 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
24370 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
24371 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
24372 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
24373 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
24374 (
24375 cat <<\_ASBOX
24376 ## ----------------------------------------- ##
24377 ## Report this to wx-dev@lists.wxwidgets.org ##
24378 ## ----------------------------------------- ##
24379 _ASBOX
24380 ) |
24381 sed "s/^/$as_me: WARNING: /" >&2
24382 ;;
24383 esac
24384 echo "$as_me:$LINENO: checking for $ac_header" >&5
24385 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
24386 if eval "test \"\${$as_ac_Header+set}\" = set"; then
24387 echo $ECHO_N "(cached) $ECHO_C" >&6
24388 else
24389 eval "$as_ac_Header=\$ac_header_preproc"
24390 fi
24391 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
24392 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
24393
24394 fi
24395 if test `eval echo '${'$as_ac_Header'}'` = yes; then
24396 cat >>confdefs.h <<_ACEOF
24397 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
24398 _ACEOF
24399
24400 fi
24401
24402 done
24403
24404 if test "${ac_cv_header_windows_h+set}" = set; then
24405 echo "$as_me:$LINENO: checking for windows.h" >&5
24406 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
24407 if test "${ac_cv_header_windows_h+set}" = set; then
24408 echo $ECHO_N "(cached) $ECHO_C" >&6
24409 fi
24410 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
24411 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
24412 else
24413 # Is the header compilable?
24414 echo "$as_me:$LINENO: checking windows.h usability" >&5
24415 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
24416 cat >conftest.$ac_ext <<_ACEOF
24417 /* confdefs.h. */
24418 _ACEOF
24419 cat confdefs.h >>conftest.$ac_ext
24420 cat >>conftest.$ac_ext <<_ACEOF
24421 /* end confdefs.h. */
24422 $ac_includes_default
24423 #include <windows.h>
24424 _ACEOF
24425 rm -f conftest.$ac_objext
24426 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24427 (eval $ac_compile) 2>conftest.er1
24428 ac_status=$?
24429 grep -v '^ *+' conftest.er1 >conftest.err
24430 rm -f conftest.er1
24431 cat conftest.err >&5
24432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24433 (exit $ac_status); } &&
24434 { ac_try='test -z "$ac_c_werror_flag"
24435 || test ! -s conftest.err'
24436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24437 (eval $ac_try) 2>&5
24438 ac_status=$?
24439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24440 (exit $ac_status); }; } &&
24441 { ac_try='test -s conftest.$ac_objext'
24442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24443 (eval $ac_try) 2>&5
24444 ac_status=$?
24445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24446 (exit $ac_status); }; }; then
24447 ac_header_compiler=yes
24448 else
24449 echo "$as_me: failed program was:" >&5
24450 sed 's/^/| /' conftest.$ac_ext >&5
24451
24452 ac_header_compiler=no
24453 fi
24454 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24455 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24456 echo "${ECHO_T}$ac_header_compiler" >&6
24457
24458 # Is the header present?
24459 echo "$as_me:$LINENO: checking windows.h presence" >&5
24460 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
24461 cat >conftest.$ac_ext <<_ACEOF
24462 /* confdefs.h. */
24463 _ACEOF
24464 cat confdefs.h >>conftest.$ac_ext
24465 cat >>conftest.$ac_ext <<_ACEOF
24466 /* end confdefs.h. */
24467 #include <windows.h>
24468 _ACEOF
24469 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24470 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24471 ac_status=$?
24472 grep -v '^ *+' conftest.er1 >conftest.err
24473 rm -f conftest.er1
24474 cat conftest.err >&5
24475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24476 (exit $ac_status); } >/dev/null; then
24477 if test -s conftest.err; then
24478 ac_cpp_err=$ac_c_preproc_warn_flag
24479 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
24480 else
24481 ac_cpp_err=
24482 fi
24483 else
24484 ac_cpp_err=yes
24485 fi
24486 if test -z "$ac_cpp_err"; then
24487 ac_header_preproc=yes
24488 else
24489 echo "$as_me: failed program was:" >&5
24490 sed 's/^/| /' conftest.$ac_ext >&5
24491
24492 ac_header_preproc=no
24493 fi
24494 rm -f conftest.err conftest.$ac_ext
24495 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24496 echo "${ECHO_T}$ac_header_preproc" >&6
24497
24498 # So? What about this header?
24499 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24500 yes:no: )
24501 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
24502 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24503 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
24504 echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
24505 ac_header_preproc=yes
24506 ;;
24507 no:yes:* )
24508 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
24509 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
24510 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
24511 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
24512 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
24513 echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
24514 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
24515 echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
24516 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
24517 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
24518 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
24519 echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
24520 (
24521 cat <<\_ASBOX
24522 ## ----------------------------------------- ##
24523 ## Report this to wx-dev@lists.wxwidgets.org ##
24524 ## ----------------------------------------- ##
24525 _ASBOX
24526 ) |
24527 sed "s/^/$as_me: WARNING: /" >&2
24528 ;;
24529 esac
24530 echo "$as_me:$LINENO: checking for windows.h" >&5
24531 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
24532 if test "${ac_cv_header_windows_h+set}" = set; then
24533 echo $ECHO_N "(cached) $ECHO_C" >&6
24534 else
24535 ac_cv_header_windows_h=$ac_header_preproc
24536 fi
24537 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
24538 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
24539
24540 fi
24541 if test $ac_cv_header_windows_h = yes; then
24542 :
24543 else
24544
24545 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
24546 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
24547 { (exit 1); exit 1; }; }
24548
24549 fi
24550
24551
24552
24553 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
24554
24555 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
24556 LIBS="$LIBS -loleacc"
24557 fi
24558
24559 case "${host}" in
24560 *-*-cygwin* )
24561 LIBS="$LIBS -lkernel32 -luser32"
24562 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
24563 esac
24564
24565 if test "$wxUSE_ODBC" = "sys" ; then
24566 wxUSE_ODBC = "yes"
24567 fi
24568 if test "$wxUSE_ODBC" = "yes" ; then
24569 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
24570 cat >>confdefs.h <<\_ACEOF
24571 #define wxUSE_ODBC 1
24572 _ACEOF
24573
24574 fi
24575
24576 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
24577 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
24578
24579 WIN32INSTALL=win32install
24580 fi
24581
24582 if test "$wxUSE_GUI" = "yes"; then
24583 USE_GUI=1
24584
24585 GUI_TK_LIBRARY=
24586
24587 WXGTK12=
24588 WXGTK127=
24589 WXGTK20=
24590 WXGPE=
24591
24592 if test "$wxUSE_COCOA" = 1 ; then
24593 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
24594 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
24595 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
24596 wxUSE_PRINTING_ARCHITECTURE=no
24597 fi
24598 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
24599 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
24600 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
24601 wxUSE_DRAG_AND_DROP=no
24602 fi
24603 if test "$wxUSE_DRAGIMAGE" = "yes"; then
24604 { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
24605 echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
24606 wxUSE_DRAGIMAGE=no
24607 fi
24608 fi
24609
24610 if test "$wxUSE_MSW" = 1 ; then
24611 TOOLKIT=MSW
24612 GUIDIST=MSW_DIST
24613
24614 case "${host}" in
24615 *-*-mingw32* )
24616 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
24617 esac
24618 fi
24619
24620 if test "$wxUSE_GTK" = 1; then
24621 echo "$as_me:$LINENO: checking for GTK+ version" >&5
24622 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
24623
24624 gtk_version_cached=1
24625 if test "${wx_cv_lib_gtk+set}" = set; then
24626 echo $ECHO_N "(cached) $ECHO_C" >&6
24627 else
24628
24629 gtk_version_cached=0
24630 echo "$as_me:$LINENO: result: " >&5
24631 echo "${ECHO_T}" >&6
24632
24633 GTK_MODULES=
24634 if test "$wxUSE_THREADS" = "yes"; then
24635 GTK_MODULES=gthread
24636 fi
24637
24638 wx_cv_lib_gtk=
24639 if test "x$wxGTK_VERSION" != "x1"; then
24640 # Check whether --enable-gtktest or --disable-gtktest was given.
24641 if test "${enable_gtktest+set}" = set; then
24642 enableval="$enable_gtktest"
24643
24644 else
24645 enable_gtktest=yes
24646 fi;
24647
24648 pkg_config_args=gtk+-2.0
24649 for module in . $GTK_MODULES
24650 do
24651 case "$module" in
24652 gthread)
24653 pkg_config_args="$pkg_config_args gthread-2.0"
24654 ;;
24655 esac
24656 done
24657
24658 no_gtk=""
24659
24660 # Extract the first word of "pkg-config", so it can be a program name with args.
24661 set dummy pkg-config; ac_word=$2
24662 echo "$as_me:$LINENO: checking for $ac_word" >&5
24663 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24664 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
24665 echo $ECHO_N "(cached) $ECHO_C" >&6
24666 else
24667 case $PKG_CONFIG in
24668 [\\/]* | ?:[\\/]*)
24669 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
24670 ;;
24671 *)
24672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24673 for as_dir in $PATH
24674 do
24675 IFS=$as_save_IFS
24676 test -z "$as_dir" && as_dir=.
24677 for ac_exec_ext in '' $ac_executable_extensions; do
24678 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24679 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
24680 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24681 break 2
24682 fi
24683 done
24684 done
24685
24686 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
24687 ;;
24688 esac
24689 fi
24690 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
24691
24692 if test -n "$PKG_CONFIG"; then
24693 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
24694 echo "${ECHO_T}$PKG_CONFIG" >&6
24695 else
24696 echo "$as_me:$LINENO: result: no" >&5
24697 echo "${ECHO_T}no" >&6
24698 fi
24699
24700
24701 if test x$PKG_CONFIG != xno ; then
24702 if pkg-config --atleast-pkgconfig-version 0.7 ; then
24703 :
24704 else
24705 echo "*** pkg-config too old; version 0.7 or better required."
24706 no_gtk=yes
24707 PKG_CONFIG=no
24708 fi
24709 else
24710 no_gtk=yes
24711 fi
24712
24713 min_gtk_version=2.0.0
24714 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
24715 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
24716
24717 if test x$PKG_CONFIG != xno ; then
24718 ## don't try to run the test against uninstalled libtool libs
24719 if $PKG_CONFIG --uninstalled $pkg_config_args; then
24720 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
24721 enable_gtktest=no
24722 fi
24723
24724 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
24725 :
24726 else
24727 no_gtk=yes
24728 fi
24729 fi
24730
24731 if test x"$no_gtk" = x ; then
24732 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
24733 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
24734 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24735 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
24736 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24737 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
24738 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24739 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
24740 if test "x$enable_gtktest" = "xyes" ; then
24741 ac_save_CFLAGS="$CFLAGS"
24742 ac_save_LIBS="$LIBS"
24743 CFLAGS="$CFLAGS $GTK_CFLAGS"
24744 LIBS="$GTK_LIBS $LIBS"
24745 rm -f conf.gtktest
24746 if test "$cross_compiling" = yes; then
24747 echo $ac_n "cross compiling; assumed OK... $ac_c"
24748 else
24749 cat >conftest.$ac_ext <<_ACEOF
24750 /* confdefs.h. */
24751 _ACEOF
24752 cat confdefs.h >>conftest.$ac_ext
24753 cat >>conftest.$ac_ext <<_ACEOF
24754 /* end confdefs.h. */
24755
24756 #include <gtk/gtk.h>
24757 #include <stdio.h>
24758 #include <stdlib.h>
24759
24760 int
24761 main ()
24762 {
24763 int major, minor, micro;
24764 char *tmp_version;
24765
24766 system ("touch conf.gtktest");
24767
24768 /* HP/UX 9 (%@#!) writes to sscanf strings */
24769 tmp_version = g_strdup("$min_gtk_version");
24770 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
24771 printf("%s, bad version string\n", "$min_gtk_version");
24772 exit(1);
24773 }
24774
24775 if ((gtk_major_version != $gtk_config_major_version) ||
24776 (gtk_minor_version != $gtk_config_minor_version) ||
24777 (gtk_micro_version != $gtk_config_micro_version))
24778 {
24779 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
24780 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
24781 gtk_major_version, gtk_minor_version, gtk_micro_version);
24782 printf ("*** was found! If pkg-config was correct, then it is best\n");
24783 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
24784 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
24785 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
24786 printf("*** required on your system.\n");
24787 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
24788 printf("*** to point to the correct configuration files\n");
24789 }
24790 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
24791 (gtk_minor_version != GTK_MINOR_VERSION) ||
24792 (gtk_micro_version != GTK_MICRO_VERSION))
24793 {
24794 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
24795 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
24796 printf("*** library (version %d.%d.%d)\n",
24797 gtk_major_version, gtk_minor_version, gtk_micro_version);
24798 }
24799 else
24800 {
24801 if ((gtk_major_version > major) ||
24802 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
24803 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
24804 {
24805 return 0;
24806 }
24807 else
24808 {
24809 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
24810 gtk_major_version, gtk_minor_version, gtk_micro_version);
24811 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
24812 major, minor, micro);
24813 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
24814 printf("***\n");
24815 printf("*** If you have already installed a sufficiently new version, this error\n");
24816 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
24817 printf("*** being found. The easiest way to fix this is to remove the old version\n");
24818 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
24819 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
24820 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
24821 printf("*** so that the correct libraries are found at run-time))\n");
24822 }
24823 }
24824 return 1;
24825 }
24826
24827 _ACEOF
24828 rm -f conftest$ac_exeext
24829 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24830 (eval $ac_link) 2>&5
24831 ac_status=$?
24832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24833 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24835 (eval $ac_try) 2>&5
24836 ac_status=$?
24837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24838 (exit $ac_status); }; }; then
24839 :
24840 else
24841 echo "$as_me: program exited with status $ac_status" >&5
24842 echo "$as_me: failed program was:" >&5
24843 sed 's/^/| /' conftest.$ac_ext >&5
24844
24845 ( exit $ac_status )
24846 no_gtk=yes
24847 fi
24848 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24849 fi
24850 CFLAGS="$ac_save_CFLAGS"
24851 LIBS="$ac_save_LIBS"
24852 fi
24853 fi
24854 if test "x$no_gtk" = x ; then
24855 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
24856 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
24857 wx_cv_lib_gtk=2.0
24858 else
24859 echo "$as_me:$LINENO: result: no" >&5
24860 echo "${ECHO_T}no" >&6
24861 if test "$PKG_CONFIG" = "no" ; then
24862 echo "*** A new enough version of pkg-config was not found."
24863 echo "*** See http://pkgconfig.sourceforge.net"
24864 else
24865 if test -f conf.gtktest ; then
24866 :
24867 else
24868 echo "*** Could not run GTK+ test program, checking why..."
24869 ac_save_CFLAGS="$CFLAGS"
24870 ac_save_LIBS="$LIBS"
24871 CFLAGS="$CFLAGS $GTK_CFLAGS"
24872 LIBS="$LIBS $GTK_LIBS"
24873 cat >conftest.$ac_ext <<_ACEOF
24874 /* confdefs.h. */
24875 _ACEOF
24876 cat confdefs.h >>conftest.$ac_ext
24877 cat >>conftest.$ac_ext <<_ACEOF
24878 /* end confdefs.h. */
24879
24880 #include <gtk/gtk.h>
24881 #include <stdio.h>
24882
24883 int
24884 main ()
24885 {
24886 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
24887 ;
24888 return 0;
24889 }
24890 _ACEOF
24891 rm -f conftest.$ac_objext conftest$ac_exeext
24892 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24893 (eval $ac_link) 2>conftest.er1
24894 ac_status=$?
24895 grep -v '^ *+' conftest.er1 >conftest.err
24896 rm -f conftest.er1
24897 cat conftest.err >&5
24898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24899 (exit $ac_status); } &&
24900 { ac_try='test -z "$ac_c_werror_flag"
24901 || test ! -s conftest.err'
24902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24903 (eval $ac_try) 2>&5
24904 ac_status=$?
24905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24906 (exit $ac_status); }; } &&
24907 { ac_try='test -s conftest$ac_exeext'
24908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24909 (eval $ac_try) 2>&5
24910 ac_status=$?
24911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24912 (exit $ac_status); }; }; then
24913 echo "*** The test program compiled, but did not run. This usually means"
24914 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
24915 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
24916 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
24917 echo "*** to the installed location Also, make sure you have run ldconfig if that"
24918 echo "*** is required on your system"
24919 echo "***"
24920 echo "*** If you have an old version installed, it is best to remove it, although"
24921 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
24922 else
24923 echo "$as_me: failed program was:" >&5
24924 sed 's/^/| /' conftest.$ac_ext >&5
24925
24926 echo "*** The test program failed to compile or link. See the file config.log for the"
24927 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
24928 fi
24929 rm -f conftest.err conftest.$ac_objext \
24930 conftest$ac_exeext conftest.$ac_ext
24931 CFLAGS="$ac_save_CFLAGS"
24932 LIBS="$ac_save_LIBS"
24933 fi
24934 fi
24935 GTK_CFLAGS=""
24936 GTK_LIBS=""
24937 :
24938 fi
24939
24940
24941 rm -f conf.gtktest
24942
24943 fi
24944
24945 if test -z "$wx_cv_lib_gtk"; then
24946 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
24947
24948 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
24949 if test "${with_gtk_prefix+set}" = set; then
24950 withval="$with_gtk_prefix"
24951 gtk_config_prefix="$withval"
24952 else
24953 gtk_config_prefix=""
24954 fi;
24955
24956 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
24957 if test "${with_gtk_exec_prefix+set}" = set; then
24958 withval="$with_gtk_exec_prefix"
24959 gtk_config_exec_prefix="$withval"
24960 else
24961 gtk_config_exec_prefix=""
24962 fi;
24963 # Check whether --enable-gtktest or --disable-gtktest was given.
24964 if test "${enable_gtktest+set}" = set; then
24965 enableval="$enable_gtktest"
24966
24967 else
24968 enable_gtktest=yes
24969 fi;
24970
24971 for module in . $GTK_MODULES
24972 do
24973 case "$module" in
24974 gthread)
24975 gtk_config_args="$gtk_config_args gthread"
24976 ;;
24977 esac
24978 done
24979
24980 if test x$gtk_config_exec_prefix != x ; then
24981 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
24982 if test x${GTK_CONFIG+set} != xset ; then
24983 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
24984 fi
24985 fi
24986 if test x$gtk_config_prefix != x ; then
24987 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
24988 if test x${GTK_CONFIG+set} != xset ; then
24989 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
24990 fi
24991 fi
24992
24993 # Extract the first word of "gtk-config", so it can be a program name with args.
24994 set dummy gtk-config; ac_word=$2
24995 echo "$as_me:$LINENO: checking for $ac_word" >&5
24996 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24997 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
24998 echo $ECHO_N "(cached) $ECHO_C" >&6
24999 else
25000 case $GTK_CONFIG in
25001 [\\/]* | ?:[\\/]*)
25002 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
25003 ;;
25004 *)
25005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25006 for as_dir in $PATH
25007 do
25008 IFS=$as_save_IFS
25009 test -z "$as_dir" && as_dir=.
25010 for ac_exec_ext in '' $ac_executable_extensions; do
25011 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25012 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25013 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25014 break 2
25015 fi
25016 done
25017 done
25018
25019 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
25020 ;;
25021 esac
25022 fi
25023 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
25024
25025 if test -n "$GTK_CONFIG"; then
25026 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
25027 echo "${ECHO_T}$GTK_CONFIG" >&6
25028 else
25029 echo "$as_me:$LINENO: result: no" >&5
25030 echo "${ECHO_T}no" >&6
25031 fi
25032
25033 min_gtk_version=1.2.7
25034 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
25035 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
25036 no_gtk=""
25037 if test "$GTK_CONFIG" = "no" ; then
25038 no_gtk=yes
25039 else
25040 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
25041 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
25042 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
25043 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
25044 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
25045 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
25046 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
25047 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
25048 if test "x$enable_gtktest" = "xyes" ; then
25049 ac_save_CFLAGS="$CFLAGS"
25050 ac_save_LIBS="$LIBS"
25051 CFLAGS="$CFLAGS $GTK_CFLAGS"
25052 LIBS="$GTK_LIBS $LIBS"
25053 rm -f conf.gtktest
25054 if test "$cross_compiling" = yes; then
25055 echo $ac_n "cross compiling; assumed OK... $ac_c"
25056 else
25057 cat >conftest.$ac_ext <<_ACEOF
25058 /* confdefs.h. */
25059 _ACEOF
25060 cat confdefs.h >>conftest.$ac_ext
25061 cat >>conftest.$ac_ext <<_ACEOF
25062 /* end confdefs.h. */
25063
25064 #include <gtk/gtk.h>
25065 #include <stdio.h>
25066 #include <stdlib.h>
25067
25068 int
25069 main ()
25070 {
25071 int major, minor, micro;
25072 char *tmp_version;
25073
25074 system ("touch conf.gtktest");
25075
25076 /* HP/UX 9 (%@#!) writes to sscanf strings */
25077 tmp_version = g_strdup("$min_gtk_version");
25078 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
25079 printf("%s, bad version string\n", "$min_gtk_version");
25080 exit(1);
25081 }
25082
25083 if ((gtk_major_version != $gtk_config_major_version) ||
25084 (gtk_minor_version != $gtk_config_minor_version) ||
25085 (gtk_micro_version != $gtk_config_micro_version))
25086 {
25087 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
25088 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
25089 gtk_major_version, gtk_minor_version, gtk_micro_version);
25090 printf ("*** was found! If gtk-config was correct, then it is best\n");
25091 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
25092 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
25093 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
25094 printf("*** required on your system.\n");
25095 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
25096 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
25097 printf("*** before re-running configure\n");
25098 }
25099 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
25100 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
25101 (gtk_minor_version != GTK_MINOR_VERSION) ||
25102 (gtk_micro_version != GTK_MICRO_VERSION))
25103 {
25104 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
25105 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25106 printf("*** library (version %d.%d.%d)\n",
25107 gtk_major_version, gtk_minor_version, gtk_micro_version);
25108 }
25109 #endif /* defined (GTK_MAJOR_VERSION) ... */
25110 else
25111 {
25112 if ((gtk_major_version > major) ||
25113 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
25114 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
25115 {
25116 return 0;
25117 }
25118 else
25119 {
25120 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
25121 gtk_major_version, gtk_minor_version, gtk_micro_version);
25122 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
25123 major, minor, micro);
25124 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
25125 printf("***\n");
25126 printf("*** If you have already installed a sufficiently new version, this error\n");
25127 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
25128 printf("*** being found. The easiest way to fix this is to remove the old version\n");
25129 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
25130 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
25131 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
25132 printf("*** so that the correct libraries are found at run-time))\n");
25133 }
25134 }
25135 return 1;
25136 }
25137
25138 _ACEOF
25139 rm -f conftest$ac_exeext
25140 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25141 (eval $ac_link) 2>&5
25142 ac_status=$?
25143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25144 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25146 (eval $ac_try) 2>&5
25147 ac_status=$?
25148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25149 (exit $ac_status); }; }; then
25150 :
25151 else
25152 echo "$as_me: program exited with status $ac_status" >&5
25153 echo "$as_me: failed program was:" >&5
25154 sed 's/^/| /' conftest.$ac_ext >&5
25155
25156 ( exit $ac_status )
25157 no_gtk=yes
25158 fi
25159 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25160 fi
25161 CFLAGS="$ac_save_CFLAGS"
25162 LIBS="$ac_save_LIBS"
25163 fi
25164 fi
25165 if test "x$no_gtk" = x ; then
25166 echo "$as_me:$LINENO: result: yes" >&5
25167 echo "${ECHO_T}yes" >&6
25168 wx_cv_lib_gtk=1.2.7
25169 else
25170 echo "$as_me:$LINENO: result: no" >&5
25171 echo "${ECHO_T}no" >&6
25172 if test "$GTK_CONFIG" = "no" ; then
25173 echo "*** The gtk-config script installed by GTK could not be found"
25174 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
25175 echo "*** your path, or set the GTK_CONFIG environment variable to the"
25176 echo "*** full path to gtk-config."
25177 else
25178 if test -f conf.gtktest ; then
25179 :
25180 else
25181 echo "*** Could not run GTK test program, checking why..."
25182 CFLAGS="$CFLAGS $GTK_CFLAGS"
25183 LIBS="$LIBS $GTK_LIBS"
25184 cat >conftest.$ac_ext <<_ACEOF
25185 /* confdefs.h. */
25186 _ACEOF
25187 cat confdefs.h >>conftest.$ac_ext
25188 cat >>conftest.$ac_ext <<_ACEOF
25189 /* end confdefs.h. */
25190
25191 #include <gtk/gtk.h>
25192 #include <stdio.h>
25193
25194 int
25195 main ()
25196 {
25197 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25198 ;
25199 return 0;
25200 }
25201 _ACEOF
25202 rm -f conftest.$ac_objext conftest$ac_exeext
25203 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25204 (eval $ac_link) 2>conftest.er1
25205 ac_status=$?
25206 grep -v '^ *+' conftest.er1 >conftest.err
25207 rm -f conftest.er1
25208 cat conftest.err >&5
25209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25210 (exit $ac_status); } &&
25211 { ac_try='test -z "$ac_c_werror_flag"
25212 || test ! -s conftest.err'
25213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25214 (eval $ac_try) 2>&5
25215 ac_status=$?
25216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25217 (exit $ac_status); }; } &&
25218 { ac_try='test -s conftest$ac_exeext'
25219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25220 (eval $ac_try) 2>&5
25221 ac_status=$?
25222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25223 (exit $ac_status); }; }; then
25224 echo "*** The test program compiled, but did not run. This usually means"
25225 echo "*** that the run-time linker is not finding GTK or finding the wrong"
25226 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
25227 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25228 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25229 echo "*** is required on your system"
25230 echo "***"
25231 echo "*** If you have an old version installed, it is best to remove it, although"
25232 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25233 echo "***"
25234 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
25235 echo "*** came with the system with the command"
25236 echo "***"
25237 echo "*** rpm --erase --nodeps gtk gtk-devel"
25238 else
25239 echo "$as_me: failed program was:" >&5
25240 sed 's/^/| /' conftest.$ac_ext >&5
25241
25242 echo "*** The test program failed to compile or link. See the file config.log for the"
25243 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
25244 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
25245 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
25246 fi
25247 rm -f conftest.err conftest.$ac_objext \
25248 conftest$ac_exeext conftest.$ac_ext
25249 CFLAGS="$ac_save_CFLAGS"
25250 LIBS="$ac_save_LIBS"
25251 fi
25252 fi
25253 GTK_CFLAGS=""
25254 GTK_LIBS=""
25255 :
25256 fi
25257
25258
25259 rm -f conf.gtktest
25260
25261
25262 if test -z "$wx_cv_lib_gtk"; then
25263
25264 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
25265 if test "${with_gtk_prefix+set}" = set; then
25266 withval="$with_gtk_prefix"
25267 gtk_config_prefix="$withval"
25268 else
25269 gtk_config_prefix=""
25270 fi;
25271
25272 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
25273 if test "${with_gtk_exec_prefix+set}" = set; then
25274 withval="$with_gtk_exec_prefix"
25275 gtk_config_exec_prefix="$withval"
25276 else
25277 gtk_config_exec_prefix=""
25278 fi;
25279 # Check whether --enable-gtktest or --disable-gtktest was given.
25280 if test "${enable_gtktest+set}" = set; then
25281 enableval="$enable_gtktest"
25282
25283 else
25284 enable_gtktest=yes
25285 fi;
25286
25287 for module in . $GTK_MODULES
25288 do
25289 case "$module" in
25290 gthread)
25291 gtk_config_args="$gtk_config_args gthread"
25292 ;;
25293 esac
25294 done
25295
25296 if test x$gtk_config_exec_prefix != x ; then
25297 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
25298 if test x${GTK_CONFIG+set} != xset ; then
25299 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
25300 fi
25301 fi
25302 if test x$gtk_config_prefix != x ; then
25303 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
25304 if test x${GTK_CONFIG+set} != xset ; then
25305 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
25306 fi
25307 fi
25308
25309 # Extract the first word of "gtk-config", so it can be a program name with args.
25310 set dummy gtk-config; ac_word=$2
25311 echo "$as_me:$LINENO: checking for $ac_word" >&5
25312 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25313 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
25314 echo $ECHO_N "(cached) $ECHO_C" >&6
25315 else
25316 case $GTK_CONFIG in
25317 [\\/]* | ?:[\\/]*)
25318 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
25319 ;;
25320 *)
25321 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25322 for as_dir in $PATH
25323 do
25324 IFS=$as_save_IFS
25325 test -z "$as_dir" && as_dir=.
25326 for ac_exec_ext in '' $ac_executable_extensions; do
25327 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25328 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25329 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25330 break 2
25331 fi
25332 done
25333 done
25334
25335 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
25336 ;;
25337 esac
25338 fi
25339 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
25340
25341 if test -n "$GTK_CONFIG"; then
25342 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
25343 echo "${ECHO_T}$GTK_CONFIG" >&6
25344 else
25345 echo "$as_me:$LINENO: result: no" >&5
25346 echo "${ECHO_T}no" >&6
25347 fi
25348
25349 min_gtk_version=1.2.3
25350 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
25351 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
25352 no_gtk=""
25353 if test "$GTK_CONFIG" = "no" ; then
25354 no_gtk=yes
25355 else
25356 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
25357 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
25358 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
25359 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
25360 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
25361 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
25362 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
25363 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
25364 if test "x$enable_gtktest" = "xyes" ; then
25365 ac_save_CFLAGS="$CFLAGS"
25366 ac_save_LIBS="$LIBS"
25367 CFLAGS="$CFLAGS $GTK_CFLAGS"
25368 LIBS="$GTK_LIBS $LIBS"
25369 rm -f conf.gtktest
25370 if test "$cross_compiling" = yes; then
25371 echo $ac_n "cross compiling; assumed OK... $ac_c"
25372 else
25373 cat >conftest.$ac_ext <<_ACEOF
25374 /* confdefs.h. */
25375 _ACEOF
25376 cat confdefs.h >>conftest.$ac_ext
25377 cat >>conftest.$ac_ext <<_ACEOF
25378 /* end confdefs.h. */
25379
25380 #include <gtk/gtk.h>
25381 #include <stdio.h>
25382 #include <stdlib.h>
25383
25384 int
25385 main ()
25386 {
25387 int major, minor, micro;
25388 char *tmp_version;
25389
25390 system ("touch conf.gtktest");
25391
25392 /* HP/UX 9 (%@#!) writes to sscanf strings */
25393 tmp_version = g_strdup("$min_gtk_version");
25394 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
25395 printf("%s, bad version string\n", "$min_gtk_version");
25396 exit(1);
25397 }
25398
25399 if ((gtk_major_version != $gtk_config_major_version) ||
25400 (gtk_minor_version != $gtk_config_minor_version) ||
25401 (gtk_micro_version != $gtk_config_micro_version))
25402 {
25403 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
25404 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
25405 gtk_major_version, gtk_minor_version, gtk_micro_version);
25406 printf ("*** was found! If gtk-config was correct, then it is best\n");
25407 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
25408 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
25409 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
25410 printf("*** required on your system.\n");
25411 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
25412 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
25413 printf("*** before re-running configure\n");
25414 }
25415 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
25416 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
25417 (gtk_minor_version != GTK_MINOR_VERSION) ||
25418 (gtk_micro_version != GTK_MICRO_VERSION))
25419 {
25420 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
25421 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25422 printf("*** library (version %d.%d.%d)\n",
25423 gtk_major_version, gtk_minor_version, gtk_micro_version);
25424 }
25425 #endif /* defined (GTK_MAJOR_VERSION) ... */
25426 else
25427 {
25428 if ((gtk_major_version > major) ||
25429 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
25430 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
25431 {
25432 return 0;
25433 }
25434 else
25435 {
25436 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
25437 gtk_major_version, gtk_minor_version, gtk_micro_version);
25438 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
25439 major, minor, micro);
25440 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
25441 printf("***\n");
25442 printf("*** If you have already installed a sufficiently new version, this error\n");
25443 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
25444 printf("*** being found. The easiest way to fix this is to remove the old version\n");
25445 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
25446 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
25447 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
25448 printf("*** so that the correct libraries are found at run-time))\n");
25449 }
25450 }
25451 return 1;
25452 }
25453
25454 _ACEOF
25455 rm -f conftest$ac_exeext
25456 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25457 (eval $ac_link) 2>&5
25458 ac_status=$?
25459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25460 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25462 (eval $ac_try) 2>&5
25463 ac_status=$?
25464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25465 (exit $ac_status); }; }; then
25466 :
25467 else
25468 echo "$as_me: program exited with status $ac_status" >&5
25469 echo "$as_me: failed program was:" >&5
25470 sed 's/^/| /' conftest.$ac_ext >&5
25471
25472 ( exit $ac_status )
25473 no_gtk=yes
25474 fi
25475 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25476 fi
25477 CFLAGS="$ac_save_CFLAGS"
25478 LIBS="$ac_save_LIBS"
25479 fi
25480 fi
25481 if test "x$no_gtk" = x ; then
25482 echo "$as_me:$LINENO: result: yes" >&5
25483 echo "${ECHO_T}yes" >&6
25484 wx_cv_lib_gtk=1.2.3
25485 else
25486 echo "$as_me:$LINENO: result: no" >&5
25487 echo "${ECHO_T}no" >&6
25488 if test "$GTK_CONFIG" = "no" ; then
25489 echo "*** The gtk-config script installed by GTK could not be found"
25490 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
25491 echo "*** your path, or set the GTK_CONFIG environment variable to the"
25492 echo "*** full path to gtk-config."
25493 else
25494 if test -f conf.gtktest ; then
25495 :
25496 else
25497 echo "*** Could not run GTK test program, checking why..."
25498 CFLAGS="$CFLAGS $GTK_CFLAGS"
25499 LIBS="$LIBS $GTK_LIBS"
25500 cat >conftest.$ac_ext <<_ACEOF
25501 /* confdefs.h. */
25502 _ACEOF
25503 cat confdefs.h >>conftest.$ac_ext
25504 cat >>conftest.$ac_ext <<_ACEOF
25505 /* end confdefs.h. */
25506
25507 #include <gtk/gtk.h>
25508 #include <stdio.h>
25509
25510 int
25511 main ()
25512 {
25513 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25514 ;
25515 return 0;
25516 }
25517 _ACEOF
25518 rm -f conftest.$ac_objext conftest$ac_exeext
25519 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25520 (eval $ac_link) 2>conftest.er1
25521 ac_status=$?
25522 grep -v '^ *+' conftest.er1 >conftest.err
25523 rm -f conftest.er1
25524 cat conftest.err >&5
25525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25526 (exit $ac_status); } &&
25527 { ac_try='test -z "$ac_c_werror_flag"
25528 || test ! -s conftest.err'
25529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25530 (eval $ac_try) 2>&5
25531 ac_status=$?
25532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25533 (exit $ac_status); }; } &&
25534 { ac_try='test -s conftest$ac_exeext'
25535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25536 (eval $ac_try) 2>&5
25537 ac_status=$?
25538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25539 (exit $ac_status); }; }; then
25540 echo "*** The test program compiled, but did not run. This usually means"
25541 echo "*** that the run-time linker is not finding GTK or finding the wrong"
25542 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
25543 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25544 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25545 echo "*** is required on your system"
25546 echo "***"
25547 echo "*** If you have an old version installed, it is best to remove it, although"
25548 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25549 echo "***"
25550 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
25551 echo "*** came with the system with the command"
25552 echo "***"
25553 echo "*** rpm --erase --nodeps gtk gtk-devel"
25554 else
25555 echo "$as_me: failed program was:" >&5
25556 sed 's/^/| /' conftest.$ac_ext >&5
25557
25558 echo "*** The test program failed to compile or link. See the file config.log for the"
25559 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
25560 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
25561 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
25562 fi
25563 rm -f conftest.err conftest.$ac_objext \
25564 conftest$ac_exeext conftest.$ac_ext
25565 CFLAGS="$ac_save_CFLAGS"
25566 LIBS="$ac_save_LIBS"
25567 fi
25568 fi
25569 GTK_CFLAGS=""
25570 GTK_LIBS=""
25571 :
25572 fi
25573
25574
25575 rm -f conf.gtktest
25576
25577 fi
25578 fi
25579 fi
25580
25581 if test -z "$wx_cv_lib_gtk"; then
25582 wx_cv_lib_gtk=none
25583 else
25584 wx_cv_cflags_gtk=$GTK_CFLAGS
25585 wx_cv_libs_gtk=$GTK_LIBS
25586 fi
25587
25588
25589 fi
25590
25591
25592 if test "$gtk_version_cached" = 1; then
25593 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
25594 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
25595 fi
25596
25597 case "$wx_cv_lib_gtk" in
25598 2.0) WXGTK20=1
25599 TOOLKIT_VERSION=2
25600 ;;
25601 1.2.7) WXGTK127=1
25602 WXGTK12=1
25603 ;;
25604 1.2.3) WXGTK12=1
25605 ;;
25606 *) { { echo "$as_me:$LINENO: error:
25607 The development files for GTK+ were not found. For GTK+ 2, please
25608 ensure that pkg-config is in the path and that gtk+-2.0.pc is
25609 installed. For GTK+ 1.2 please check that gtk-config is in the path,
25610 and that the version is 1.2.3 or above. Also check that the
25611 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
25612 --libs' are in the LD_LIBRARY_PATH or equivalent.
25613 " >&5
25614 echo "$as_me: error:
25615 The development files for GTK+ were not found. For GTK+ 2, please
25616 ensure that pkg-config is in the path and that gtk+-2.0.pc is
25617 installed. For GTK+ 1.2 please check that gtk-config is in the path,
25618 and that the version is 1.2.3 or above. Also check that the
25619 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
25620 --libs' are in the LD_LIBRARY_PATH or equivalent.
25621 " >&2;}
25622 { (exit 1); exit 1; }; }
25623 ;;
25624 esac
25625
25626 if test "$WXGTK20" = 1; then
25627 save_CFLAGS="$CFLAGS"
25628 save_LIBS="$LIBS"
25629 CFLAGS="$CFLAGS $wx_cv_cflags_gtk"
25630 LIBS="$LIBS $wx_cv_lib_gtk"
25631
25632
25633 for ac_func in pango_font_family_is_monospace
25634 do
25635 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25636 echo "$as_me:$LINENO: checking for $ac_func" >&5
25637 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25638 if eval "test \"\${$as_ac_var+set}\" = set"; then
25639 echo $ECHO_N "(cached) $ECHO_C" >&6
25640 else
25641 cat >conftest.$ac_ext <<_ACEOF
25642 /* confdefs.h. */
25643 _ACEOF
25644 cat confdefs.h >>conftest.$ac_ext
25645 cat >>conftest.$ac_ext <<_ACEOF
25646 /* end confdefs.h. */
25647 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25648 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25649 #define $ac_func innocuous_$ac_func
25650
25651 /* System header to define __stub macros and hopefully few prototypes,
25652 which can conflict with char $ac_func (); below.
25653 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25654 <limits.h> exists even on freestanding compilers. */
25655
25656 #ifdef __STDC__
25657 # include <limits.h>
25658 #else
25659 # include <assert.h>
25660 #endif
25661
25662 #undef $ac_func
25663
25664 /* Override any gcc2 internal prototype to avoid an error. */
25665 #ifdef __cplusplus
25666 extern "C"
25667 {
25668 #endif
25669 /* We use char because int might match the return type of a gcc2
25670 builtin and then its argument prototype would still apply. */
25671 char $ac_func ();
25672 /* The GNU C library defines this for functions which it implements
25673 to always fail with ENOSYS. Some functions are actually named
25674 something starting with __ and the normal name is an alias. */
25675 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25676 choke me
25677 #else
25678 char (*f) () = $ac_func;
25679 #endif
25680 #ifdef __cplusplus
25681 }
25682 #endif
25683
25684 int
25685 main ()
25686 {
25687 return f != $ac_func;
25688 ;
25689 return 0;
25690 }
25691 _ACEOF
25692 rm -f conftest.$ac_objext conftest$ac_exeext
25693 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25694 (eval $ac_link) 2>conftest.er1
25695 ac_status=$?
25696 grep -v '^ *+' conftest.er1 >conftest.err
25697 rm -f conftest.er1
25698 cat conftest.err >&5
25699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25700 (exit $ac_status); } &&
25701 { ac_try='test -z "$ac_c_werror_flag"
25702 || test ! -s conftest.err'
25703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25704 (eval $ac_try) 2>&5
25705 ac_status=$?
25706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25707 (exit $ac_status); }; } &&
25708 { ac_try='test -s conftest$ac_exeext'
25709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25710 (eval $ac_try) 2>&5
25711 ac_status=$?
25712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25713 (exit $ac_status); }; }; then
25714 eval "$as_ac_var=yes"
25715 else
25716 echo "$as_me: failed program was:" >&5
25717 sed 's/^/| /' conftest.$ac_ext >&5
25718
25719 eval "$as_ac_var=no"
25720 fi
25721 rm -f conftest.err conftest.$ac_objext \
25722 conftest$ac_exeext conftest.$ac_ext
25723 fi
25724 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25725 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25726 if test `eval echo '${'$as_ac_var'}'` = yes; then
25727 cat >>confdefs.h <<_ACEOF
25728 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25729 _ACEOF
25730
25731 fi
25732 done
25733
25734
25735 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
25736 echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6
25737 cat >conftest.$ac_ext <<_ACEOF
25738 /* confdefs.h. */
25739 _ACEOF
25740 cat confdefs.h >>conftest.$ac_ext
25741 cat >>conftest.$ac_ext <<_ACEOF
25742 /* end confdefs.h. */
25743
25744 #include <gtk/gtk.h>
25745
25746 int
25747 main ()
25748 {
25749
25750 #if !GTK_CHECK_VERSION(2,4,0)
25751 #error "Not GTK+ 2.4"
25752 #endif
25753
25754 ;
25755 return 0;
25756 }
25757 _ACEOF
25758 rm -f conftest.$ac_objext
25759 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25760 (eval $ac_compile) 2>conftest.er1
25761 ac_status=$?
25762 grep -v '^ *+' conftest.er1 >conftest.err
25763 rm -f conftest.er1
25764 cat conftest.err >&5
25765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25766 (exit $ac_status); } &&
25767 { ac_try='test -z "$ac_c_werror_flag"
25768 || test ! -s conftest.err'
25769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25770 (eval $ac_try) 2>&5
25771 ac_status=$?
25772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25773 (exit $ac_status); }; } &&
25774 { ac_try='test -s conftest.$ac_objext'
25775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25776 (eval $ac_try) 2>&5
25777 ac_status=$?
25778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25779 (exit $ac_status); }; }; then
25780
25781 cat >>confdefs.h <<\_ACEOF
25782 #define __WXGTK24__ 1
25783 _ACEOF
25784
25785 echo "$as_me:$LINENO: result: yes" >&5
25786 echo "${ECHO_T}yes" >&6
25787
25788 else
25789 echo "$as_me: failed program was:" >&5
25790 sed 's/^/| /' conftest.$ac_ext >&5
25791
25792
25793 echo "$as_me:$LINENO: result: no" >&5
25794 echo "${ECHO_T}no" >&6
25795
25796 fi
25797 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25798
25799 CFLAGS="$save_CFLAGS"
25800 LIBS="$save_LIBS"
25801 else
25802 if test "$wxUSE_UNICODE" = "yes"; then
25803 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
25804 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
25805 wxUSE_UNICODE=no
25806 fi
25807 fi
25808
25809 if test "$USE_DARWIN" != 1; then
25810
25811 for ac_func in poll
25812 do
25813 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25814 echo "$as_me:$LINENO: checking for $ac_func" >&5
25815 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25816 if eval "test \"\${$as_ac_var+set}\" = set"; then
25817 echo $ECHO_N "(cached) $ECHO_C" >&6
25818 else
25819 cat >conftest.$ac_ext <<_ACEOF
25820 /* confdefs.h. */
25821 _ACEOF
25822 cat confdefs.h >>conftest.$ac_ext
25823 cat >>conftest.$ac_ext <<_ACEOF
25824 /* end confdefs.h. */
25825 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25826 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25827 #define $ac_func innocuous_$ac_func
25828
25829 /* System header to define __stub macros and hopefully few prototypes,
25830 which can conflict with char $ac_func (); below.
25831 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25832 <limits.h> exists even on freestanding compilers. */
25833
25834 #ifdef __STDC__
25835 # include <limits.h>
25836 #else
25837 # include <assert.h>
25838 #endif
25839
25840 #undef $ac_func
25841
25842 /* Override any gcc2 internal prototype to avoid an error. */
25843 #ifdef __cplusplus
25844 extern "C"
25845 {
25846 #endif
25847 /* We use char because int might match the return type of a gcc2
25848 builtin and then its argument prototype would still apply. */
25849 char $ac_func ();
25850 /* The GNU C library defines this for functions which it implements
25851 to always fail with ENOSYS. Some functions are actually named
25852 something starting with __ and the normal name is an alias. */
25853 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25854 choke me
25855 #else
25856 char (*f) () = $ac_func;
25857 #endif
25858 #ifdef __cplusplus
25859 }
25860 #endif
25861
25862 int
25863 main ()
25864 {
25865 return f != $ac_func;
25866 ;
25867 return 0;
25868 }
25869 _ACEOF
25870 rm -f conftest.$ac_objext conftest$ac_exeext
25871 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25872 (eval $ac_link) 2>conftest.er1
25873 ac_status=$?
25874 grep -v '^ *+' conftest.er1 >conftest.err
25875 rm -f conftest.er1
25876 cat conftest.err >&5
25877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25878 (exit $ac_status); } &&
25879 { ac_try='test -z "$ac_c_werror_flag"
25880 || test ! -s conftest.err'
25881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25882 (eval $ac_try) 2>&5
25883 ac_status=$?
25884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25885 (exit $ac_status); }; } &&
25886 { ac_try='test -s conftest$ac_exeext'
25887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25888 (eval $ac_try) 2>&5
25889 ac_status=$?
25890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25891 (exit $ac_status); }; }; then
25892 eval "$as_ac_var=yes"
25893 else
25894 echo "$as_me: failed program was:" >&5
25895 sed 's/^/| /' conftest.$ac_ext >&5
25896
25897 eval "$as_ac_var=no"
25898 fi
25899 rm -f conftest.err conftest.$ac_objext \
25900 conftest$ac_exeext conftest.$ac_ext
25901 fi
25902 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25903 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25904 if test `eval echo '${'$as_ac_var'}'` = yes; then
25905 cat >>confdefs.h <<_ACEOF
25906 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25907 _ACEOF
25908
25909 fi
25910 done
25911
25912 fi
25913
25914 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
25915 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
25916
25917 AFMINSTALL=afminstall
25918 TOOLKIT=GTK
25919 GUIDIST=GTK_DIST
25920
25921 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
25922 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
25923 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
25924 echo $ECHO_N "(cached) $ECHO_C" >&6
25925 else
25926 ac_check_lib_save_LIBS=$LIBS
25927 LIBS="-lgdk $LIBS"
25928 cat >conftest.$ac_ext <<_ACEOF
25929 /* confdefs.h. */
25930 _ACEOF
25931 cat confdefs.h >>conftest.$ac_ext
25932 cat >>conftest.$ac_ext <<_ACEOF
25933 /* end confdefs.h. */
25934
25935 /* Override any gcc2 internal prototype to avoid an error. */
25936 #ifdef __cplusplus
25937 extern "C"
25938 #endif
25939 /* We use char because int might match the return type of a gcc2
25940 builtin and then its argument prototype would still apply. */
25941 char gdk_im_open ();
25942 int
25943 main ()
25944 {
25945 gdk_im_open ();
25946 ;
25947 return 0;
25948 }
25949 _ACEOF
25950 rm -f conftest.$ac_objext conftest$ac_exeext
25951 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25952 (eval $ac_link) 2>conftest.er1
25953 ac_status=$?
25954 grep -v '^ *+' conftest.er1 >conftest.err
25955 rm -f conftest.er1
25956 cat conftest.err >&5
25957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25958 (exit $ac_status); } &&
25959 { ac_try='test -z "$ac_c_werror_flag"
25960 || test ! -s conftest.err'
25961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25962 (eval $ac_try) 2>&5
25963 ac_status=$?
25964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25965 (exit $ac_status); }; } &&
25966 { ac_try='test -s conftest$ac_exeext'
25967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25968 (eval $ac_try) 2>&5
25969 ac_status=$?
25970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25971 (exit $ac_status); }; }; then
25972 ac_cv_lib_gdk_gdk_im_open=yes
25973 else
25974 echo "$as_me: failed program was:" >&5
25975 sed 's/^/| /' conftest.$ac_ext >&5
25976
25977 ac_cv_lib_gdk_gdk_im_open=no
25978 fi
25979 rm -f conftest.err conftest.$ac_objext \
25980 conftest$ac_exeext conftest.$ac_ext
25981 LIBS=$ac_check_lib_save_LIBS
25982 fi
25983 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
25984 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
25985 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
25986 cat >>confdefs.h <<\_ACEOF
25987 #define HAVE_XIM 1
25988 _ACEOF
25989
25990 fi
25991
25992
25993
25994 if test "$wxUSE_GPE" = "yes"; then
25995 echo "$as_me:$LINENO: checking for gpewidget library" >&5
25996 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
25997
25998 ac_find_libraries=
25999 for ac_dir in $SEARCH_LIB /usr/lib;
26000 do
26001 for ac_extension in a so sl dylib; do
26002 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
26003 ac_find_libraries=$ac_dir
26004 break 2
26005 fi
26006 done
26007 done
26008
26009 if test "$ac_find_libraries" != "" ; then
26010
26011 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
26012 result=$?
26013 if test $result = 0; then
26014 ac_path_to_link=""
26015 else
26016 ac_path_to_link=" -L$ac_find_libraries"
26017 fi
26018
26019 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
26020 WXGPE=1
26021 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
26022 echo "${ECHO_T}found at $ac_find_libraries" >&6
26023 else
26024 echo "$as_me:$LINENO: result: not found" >&5
26025 echo "${ECHO_T}not found" >&6
26026 fi
26027
26028 fi
26029 fi
26030
26031 if test "$wxUSE_MGL" = 1; then
26032 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
26033 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
26034 if test "x$MGL_ROOT" = x ; then
26035 echo "$as_me:$LINENO: result: not found" >&5
26036 echo "${ECHO_T}not found" >&6
26037 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
26038 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
26039 { (exit 1); exit 1; }; }
26040 else
26041 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
26042 echo "${ECHO_T}$MGL_ROOT" >&6
26043 fi
26044
26045 echo "$as_me:$LINENO: checking for libmgl location" >&5
26046 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
26047 case "${host}" in
26048 *-*-linux* )
26049 if test "x$wxUSE_SHARED" = xyes ; then
26050 mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
26051 else
26052 mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
26053 fi
26054 ;;
26055 *-pc-msdosdjgpp )
26056 mgl_os_candidates="dos32/dj2"
26057 ;;
26058 *)
26059 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
26060 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
26061 { (exit 1); exit 1; }; }
26062 esac
26063
26064 mgl_lib_type=""
26065 mgl_os=""
26066
26067 for mgl_os_i in $mgl_os_candidates ; do
26068 if test "x$mgl_os" = x ; then
26069 if test "$wxUSE_DEBUG_FLAG" = yes ; then
26070 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
26071 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
26072 mgl_lib_type=debug
26073 mgl_os=$mgl_os_i
26074 fi
26075 fi
26076 if test "x$mgl_lib_type" = x ; then
26077 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
26078 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
26079 mgl_lib_type=release
26080 mgl_os=$mgl_os_i
26081 fi
26082 fi
26083 fi
26084 done
26085
26086 if test "x$mgl_os" = x ; then
26087 echo "$as_me:$LINENO: result: not found" >&5
26088 echo "${ECHO_T}not found" >&6
26089 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
26090 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
26091 { (exit 1); exit 1; }; }
26092 fi
26093 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
26094 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
26095
26096 wxUSE_UNIVERSAL="yes"
26097
26098 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
26099 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
26100
26101 AFMINSTALL=afminstall
26102 TOOLKIT=MGL
26103 GUIDIST=MGL_DIST
26104 fi
26105
26106 if test "$wxUSE_MICROWIN" = 1; then
26107 echo "$as_me:$LINENO: checking for MicroWindows" >&5
26108 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
26109 if test "x$MICROWINDOWS" = x ; then
26110 echo "$as_me:$LINENO: result: not found" >&5
26111 echo "${ECHO_T}not found" >&6
26112 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
26113 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
26114 { (exit 1); exit 1; }; }
26115 else
26116 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
26117 echo "${ECHO_T}$MICROWINDOWS" >&6
26118 fi
26119
26120 if test -f $MICROWINDOWS/lib/libmwin.a; then
26121 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
26122 echo "${ECHO_T}MicroWindows' libraries found." >&6
26123 else
26124 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
26125 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
26126 { (exit 1); exit 1; }; }
26127 fi
26128
26129 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
26130 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
26131
26132 wxUSE_UNIVERSAL="yes"
26133
26134 AFMINSTALL=afminstall
26135 TOOLKIT=MICROWIN
26136 GUIDIST=MICROWIN_DIST
26137
26138 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
26139 fi
26140
26141 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
26142 echo "$as_me:$LINENO: checking for X" >&5
26143 echo $ECHO_N "checking for X... $ECHO_C" >&6
26144
26145
26146 # Check whether --with-x or --without-x was given.
26147 if test "${with_x+set}" = set; then
26148 withval="$with_x"
26149
26150 fi;
26151 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
26152 if test "x$with_x" = xno; then
26153 # The user explicitly disabled X.
26154 have_x=disabled
26155 else
26156 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
26157 # Both variables are already set.
26158 have_x=yes
26159 else
26160 if test "${ac_cv_have_x+set}" = set; then
26161 echo $ECHO_N "(cached) $ECHO_C" >&6
26162 else
26163 # One or both of the vars are not set, and there is no cached value.
26164 ac_x_includes=no ac_x_libraries=no
26165 rm -fr conftest.dir
26166 if mkdir conftest.dir; then
26167 cd conftest.dir
26168 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
26169 cat >Imakefile <<'_ACEOF'
26170 acfindx:
26171 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
26172 _ACEOF
26173 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
26174 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
26175 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
26176 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
26177 for ac_extension in a so sl; do
26178 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
26179 test -f $ac_im_libdir/libX11.$ac_extension; then
26180 ac_im_usrlibdir=$ac_im_libdir; break
26181 fi
26182 done
26183 # Screen out bogus values from the imake configuration. They are
26184 # bogus both because they are the default anyway, and because
26185 # using them would break gcc on systems where it needs fixed includes.
26186 case $ac_im_incroot in
26187 /usr/include) ;;
26188 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
26189 esac
26190 case $ac_im_usrlibdir in
26191 /usr/lib | /lib) ;;
26192 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
26193 esac
26194 fi
26195 cd ..
26196 rm -fr conftest.dir
26197 fi
26198
26199 # Standard set of common directories for X headers.
26200 # Check X11 before X11Rn because it is often a symlink to the current release.
26201 ac_x_header_dirs='
26202 /usr/X11/include
26203 /usr/X11R6/include
26204 /usr/X11R5/include
26205 /usr/X11R4/include
26206
26207 /usr/include/X11
26208 /usr/include/X11R6
26209 /usr/include/X11R5
26210 /usr/include/X11R4
26211
26212 /usr/local/X11/include
26213 /usr/local/X11R6/include
26214 /usr/local/X11R5/include
26215 /usr/local/X11R4/include
26216
26217 /usr/local/include/X11
26218 /usr/local/include/X11R6
26219 /usr/local/include/X11R5
26220 /usr/local/include/X11R4
26221
26222 /usr/X386/include
26223 /usr/x386/include
26224 /usr/XFree86/include/X11
26225
26226 /usr/include
26227 /usr/local/include
26228 /usr/unsupported/include
26229 /usr/athena/include
26230 /usr/local/x11r5/include
26231 /usr/lpp/Xamples/include
26232
26233 /usr/openwin/include
26234 /usr/openwin/share/include'
26235
26236 if test "$ac_x_includes" = no; then
26237 # Guess where to find include files, by looking for Intrinsic.h.
26238 # First, try using that file with no special directory specified.
26239 cat >conftest.$ac_ext <<_ACEOF
26240 /* confdefs.h. */
26241 _ACEOF
26242 cat confdefs.h >>conftest.$ac_ext
26243 cat >>conftest.$ac_ext <<_ACEOF
26244 /* end confdefs.h. */
26245 #include <X11/Intrinsic.h>
26246 _ACEOF
26247 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26248 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
26249 ac_status=$?
26250 grep -v '^ *+' conftest.er1 >conftest.err
26251 rm -f conftest.er1
26252 cat conftest.err >&5
26253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26254 (exit $ac_status); } >/dev/null; then
26255 if test -s conftest.err; then
26256 ac_cpp_err=$ac_c_preproc_warn_flag
26257 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
26258 else
26259 ac_cpp_err=
26260 fi
26261 else
26262 ac_cpp_err=yes
26263 fi
26264 if test -z "$ac_cpp_err"; then
26265 # We can compile using X headers with no special include directory.
26266 ac_x_includes=
26267 else
26268 echo "$as_me: failed program was:" >&5
26269 sed 's/^/| /' conftest.$ac_ext >&5
26270
26271 for ac_dir in $ac_x_header_dirs; do
26272 if test -r "$ac_dir/X11/Intrinsic.h"; then
26273 ac_x_includes=$ac_dir
26274 break
26275 fi
26276 done
26277 fi
26278 rm -f conftest.err conftest.$ac_ext
26279 fi # $ac_x_includes = no
26280
26281 if test "$ac_x_libraries" = no; then
26282 # Check for the libraries.
26283 # See if we find them without any special options.
26284 # Don't add to $LIBS permanently.
26285 ac_save_LIBS=$LIBS
26286 LIBS="-lXt $LIBS"
26287 cat >conftest.$ac_ext <<_ACEOF
26288 /* confdefs.h. */
26289 _ACEOF
26290 cat confdefs.h >>conftest.$ac_ext
26291 cat >>conftest.$ac_ext <<_ACEOF
26292 /* end confdefs.h. */
26293 #include <X11/Intrinsic.h>
26294 int
26295 main ()
26296 {
26297 XtMalloc (0)
26298 ;
26299 return 0;
26300 }
26301 _ACEOF
26302 rm -f conftest.$ac_objext conftest$ac_exeext
26303 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26304 (eval $ac_link) 2>conftest.er1
26305 ac_status=$?
26306 grep -v '^ *+' conftest.er1 >conftest.err
26307 rm -f conftest.er1
26308 cat conftest.err >&5
26309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26310 (exit $ac_status); } &&
26311 { ac_try='test -z "$ac_c_werror_flag"
26312 || test ! -s conftest.err'
26313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26314 (eval $ac_try) 2>&5
26315 ac_status=$?
26316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26317 (exit $ac_status); }; } &&
26318 { ac_try='test -s conftest$ac_exeext'
26319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26320 (eval $ac_try) 2>&5
26321 ac_status=$?
26322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26323 (exit $ac_status); }; }; then
26324 LIBS=$ac_save_LIBS
26325 # We can link X programs with no special library path.
26326 ac_x_libraries=
26327 else
26328 echo "$as_me: failed program was:" >&5
26329 sed 's/^/| /' conftest.$ac_ext >&5
26330
26331 LIBS=$ac_save_LIBS
26332 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
26333 do
26334 # Don't even attempt the hair of trying to link an X program!
26335 for ac_extension in a so sl; do
26336 if test -r $ac_dir/libXt.$ac_extension; then
26337 ac_x_libraries=$ac_dir
26338 break 2
26339 fi
26340 done
26341 done
26342 fi
26343 rm -f conftest.err conftest.$ac_objext \
26344 conftest$ac_exeext conftest.$ac_ext
26345 fi # $ac_x_libraries = no
26346
26347 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
26348 # Didn't find X anywhere. Cache the known absence of X.
26349 ac_cv_have_x="have_x=no"
26350 else
26351 # Record where we found X for the cache.
26352 ac_cv_have_x="have_x=yes \
26353 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
26354 fi
26355 fi
26356
26357 fi
26358 eval "$ac_cv_have_x"
26359 fi # $with_x != no
26360
26361 if test "$have_x" != yes; then
26362 echo "$as_me:$LINENO: result: $have_x" >&5
26363 echo "${ECHO_T}$have_x" >&6
26364 no_x=yes
26365 else
26366 # If each of the values was on the command line, it overrides each guess.
26367 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
26368 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
26369 # Update the cache value to reflect the command line values.
26370 ac_cv_have_x="have_x=yes \
26371 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
26372 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
26373 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
26374 fi
26375
26376 if test "$no_x" = yes; then
26377 # Not all programs may use this symbol, but it does not hurt to define it.
26378
26379 cat >>confdefs.h <<\_ACEOF
26380 #define X_DISPLAY_MISSING 1
26381 _ACEOF
26382
26383 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
26384 else
26385 if test -n "$x_includes"; then
26386 X_CFLAGS="$X_CFLAGS -I$x_includes"
26387 fi
26388
26389 # It would also be nice to do this for all -L options, not just this one.
26390 if test -n "$x_libraries"; then
26391 X_LIBS="$X_LIBS -L$x_libraries"
26392 # For Solaris; some versions of Sun CC require a space after -R and
26393 # others require no space. Words are not sufficient . . . .
26394 case `(uname -sr) 2>/dev/null` in
26395 "SunOS 5"*)
26396 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
26397 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
26398 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
26399 cat >conftest.$ac_ext <<_ACEOF
26400 /* confdefs.h. */
26401 _ACEOF
26402 cat confdefs.h >>conftest.$ac_ext
26403 cat >>conftest.$ac_ext <<_ACEOF
26404 /* end confdefs.h. */
26405
26406 int
26407 main ()
26408 {
26409
26410 ;
26411 return 0;
26412 }
26413 _ACEOF
26414 rm -f conftest.$ac_objext conftest$ac_exeext
26415 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26416 (eval $ac_link) 2>conftest.er1
26417 ac_status=$?
26418 grep -v '^ *+' conftest.er1 >conftest.err
26419 rm -f conftest.er1
26420 cat conftest.err >&5
26421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26422 (exit $ac_status); } &&
26423 { ac_try='test -z "$ac_c_werror_flag"
26424 || test ! -s conftest.err'
26425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26426 (eval $ac_try) 2>&5
26427 ac_status=$?
26428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26429 (exit $ac_status); }; } &&
26430 { ac_try='test -s conftest$ac_exeext'
26431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26432 (eval $ac_try) 2>&5
26433 ac_status=$?
26434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26435 (exit $ac_status); }; }; then
26436 ac_R_nospace=yes
26437 else
26438 echo "$as_me: failed program was:" >&5
26439 sed 's/^/| /' conftest.$ac_ext >&5
26440
26441 ac_R_nospace=no
26442 fi
26443 rm -f conftest.err conftest.$ac_objext \
26444 conftest$ac_exeext conftest.$ac_ext
26445 if test $ac_R_nospace = yes; then
26446 echo "$as_me:$LINENO: result: no" >&5
26447 echo "${ECHO_T}no" >&6
26448 X_LIBS="$X_LIBS -R$x_libraries"
26449 else
26450 LIBS="$ac_xsave_LIBS -R $x_libraries"
26451 cat >conftest.$ac_ext <<_ACEOF
26452 /* confdefs.h. */
26453 _ACEOF
26454 cat confdefs.h >>conftest.$ac_ext
26455 cat >>conftest.$ac_ext <<_ACEOF
26456 /* end confdefs.h. */
26457
26458 int
26459 main ()
26460 {
26461
26462 ;
26463 return 0;
26464 }
26465 _ACEOF
26466 rm -f conftest.$ac_objext conftest$ac_exeext
26467 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26468 (eval $ac_link) 2>conftest.er1
26469 ac_status=$?
26470 grep -v '^ *+' conftest.er1 >conftest.err
26471 rm -f conftest.er1
26472 cat conftest.err >&5
26473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26474 (exit $ac_status); } &&
26475 { ac_try='test -z "$ac_c_werror_flag"
26476 || test ! -s conftest.err'
26477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26478 (eval $ac_try) 2>&5
26479 ac_status=$?
26480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26481 (exit $ac_status); }; } &&
26482 { ac_try='test -s conftest$ac_exeext'
26483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26484 (eval $ac_try) 2>&5
26485 ac_status=$?
26486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26487 (exit $ac_status); }; }; then
26488 ac_R_space=yes
26489 else
26490 echo "$as_me: failed program was:" >&5
26491 sed 's/^/| /' conftest.$ac_ext >&5
26492
26493 ac_R_space=no
26494 fi
26495 rm -f conftest.err conftest.$ac_objext \
26496 conftest$ac_exeext conftest.$ac_ext
26497 if test $ac_R_space = yes; then
26498 echo "$as_me:$LINENO: result: yes" >&5
26499 echo "${ECHO_T}yes" >&6
26500 X_LIBS="$X_LIBS -R $x_libraries"
26501 else
26502 echo "$as_me:$LINENO: result: neither works" >&5
26503 echo "${ECHO_T}neither works" >&6
26504 fi
26505 fi
26506 LIBS=$ac_xsave_LIBS
26507 esac
26508 fi
26509
26510 # Check for system-dependent libraries X programs must link with.
26511 # Do this before checking for the system-independent R6 libraries
26512 # (-lICE), since we may need -lsocket or whatever for X linking.
26513
26514 if test "$ISC" = yes; then
26515 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
26516 else
26517 # Martyn Johnson says this is needed for Ultrix, if the X
26518 # libraries were built with DECnet support. And Karl Berry says
26519 # the Alpha needs dnet_stub (dnet does not exist).
26520 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
26521 cat >conftest.$ac_ext <<_ACEOF
26522 /* confdefs.h. */
26523 _ACEOF
26524 cat confdefs.h >>conftest.$ac_ext
26525 cat >>conftest.$ac_ext <<_ACEOF
26526 /* end confdefs.h. */
26527
26528 /* Override any gcc2 internal prototype to avoid an error. */
26529 #ifdef __cplusplus
26530 extern "C"
26531 #endif
26532 /* We use char because int might match the return type of a gcc2
26533 builtin and then its argument prototype would still apply. */
26534 char XOpenDisplay ();
26535 int
26536 main ()
26537 {
26538 XOpenDisplay ();
26539 ;
26540 return 0;
26541 }
26542 _ACEOF
26543 rm -f conftest.$ac_objext conftest$ac_exeext
26544 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26545 (eval $ac_link) 2>conftest.er1
26546 ac_status=$?
26547 grep -v '^ *+' conftest.er1 >conftest.err
26548 rm -f conftest.er1
26549 cat conftest.err >&5
26550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26551 (exit $ac_status); } &&
26552 { ac_try='test -z "$ac_c_werror_flag"
26553 || test ! -s conftest.err'
26554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26555 (eval $ac_try) 2>&5
26556 ac_status=$?
26557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26558 (exit $ac_status); }; } &&
26559 { ac_try='test -s conftest$ac_exeext'
26560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26561 (eval $ac_try) 2>&5
26562 ac_status=$?
26563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26564 (exit $ac_status); }; }; then
26565 :
26566 else
26567 echo "$as_me: failed program was:" >&5
26568 sed 's/^/| /' conftest.$ac_ext >&5
26569
26570 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
26571 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
26572 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
26573 echo $ECHO_N "(cached) $ECHO_C" >&6
26574 else
26575 ac_check_lib_save_LIBS=$LIBS
26576 LIBS="-ldnet $LIBS"
26577 cat >conftest.$ac_ext <<_ACEOF
26578 /* confdefs.h. */
26579 _ACEOF
26580 cat confdefs.h >>conftest.$ac_ext
26581 cat >>conftest.$ac_ext <<_ACEOF
26582 /* end confdefs.h. */
26583
26584 /* Override any gcc2 internal prototype to avoid an error. */
26585 #ifdef __cplusplus
26586 extern "C"
26587 #endif
26588 /* We use char because int might match the return type of a gcc2
26589 builtin and then its argument prototype would still apply. */
26590 char dnet_ntoa ();
26591 int
26592 main ()
26593 {
26594 dnet_ntoa ();
26595 ;
26596 return 0;
26597 }
26598 _ACEOF
26599 rm -f conftest.$ac_objext conftest$ac_exeext
26600 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26601 (eval $ac_link) 2>conftest.er1
26602 ac_status=$?
26603 grep -v '^ *+' conftest.er1 >conftest.err
26604 rm -f conftest.er1
26605 cat conftest.err >&5
26606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26607 (exit $ac_status); } &&
26608 { ac_try='test -z "$ac_c_werror_flag"
26609 || test ! -s conftest.err'
26610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26611 (eval $ac_try) 2>&5
26612 ac_status=$?
26613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26614 (exit $ac_status); }; } &&
26615 { ac_try='test -s conftest$ac_exeext'
26616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26617 (eval $ac_try) 2>&5
26618 ac_status=$?
26619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26620 (exit $ac_status); }; }; then
26621 ac_cv_lib_dnet_dnet_ntoa=yes
26622 else
26623 echo "$as_me: failed program was:" >&5
26624 sed 's/^/| /' conftest.$ac_ext >&5
26625
26626 ac_cv_lib_dnet_dnet_ntoa=no
26627 fi
26628 rm -f conftest.err conftest.$ac_objext \
26629 conftest$ac_exeext conftest.$ac_ext
26630 LIBS=$ac_check_lib_save_LIBS
26631 fi
26632 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
26633 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
26634 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
26635 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
26636 fi
26637
26638 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
26639 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
26640 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
26641 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
26642 echo $ECHO_N "(cached) $ECHO_C" >&6
26643 else
26644 ac_check_lib_save_LIBS=$LIBS
26645 LIBS="-ldnet_stub $LIBS"
26646 cat >conftest.$ac_ext <<_ACEOF
26647 /* confdefs.h. */
26648 _ACEOF
26649 cat confdefs.h >>conftest.$ac_ext
26650 cat >>conftest.$ac_ext <<_ACEOF
26651 /* end confdefs.h. */
26652
26653 /* Override any gcc2 internal prototype to avoid an error. */
26654 #ifdef __cplusplus
26655 extern "C"
26656 #endif
26657 /* We use char because int might match the return type of a gcc2
26658 builtin and then its argument prototype would still apply. */
26659 char dnet_ntoa ();
26660 int
26661 main ()
26662 {
26663 dnet_ntoa ();
26664 ;
26665 return 0;
26666 }
26667 _ACEOF
26668 rm -f conftest.$ac_objext conftest$ac_exeext
26669 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26670 (eval $ac_link) 2>conftest.er1
26671 ac_status=$?
26672 grep -v '^ *+' conftest.er1 >conftest.err
26673 rm -f conftest.er1
26674 cat conftest.err >&5
26675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26676 (exit $ac_status); } &&
26677 { ac_try='test -z "$ac_c_werror_flag"
26678 || test ! -s conftest.err'
26679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26680 (eval $ac_try) 2>&5
26681 ac_status=$?
26682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26683 (exit $ac_status); }; } &&
26684 { ac_try='test -s conftest$ac_exeext'
26685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26686 (eval $ac_try) 2>&5
26687 ac_status=$?
26688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26689 (exit $ac_status); }; }; then
26690 ac_cv_lib_dnet_stub_dnet_ntoa=yes
26691 else
26692 echo "$as_me: failed program was:" >&5
26693 sed 's/^/| /' conftest.$ac_ext >&5
26694
26695 ac_cv_lib_dnet_stub_dnet_ntoa=no
26696 fi
26697 rm -f conftest.err conftest.$ac_objext \
26698 conftest$ac_exeext conftest.$ac_ext
26699 LIBS=$ac_check_lib_save_LIBS
26700 fi
26701 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
26702 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
26703 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
26704 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
26705 fi
26706
26707 fi
26708 fi
26709 rm -f conftest.err conftest.$ac_objext \
26710 conftest$ac_exeext conftest.$ac_ext
26711 LIBS="$ac_xsave_LIBS"
26712
26713 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
26714 # to get the SysV transport functions.
26715 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
26716 # needs -lnsl.
26717 # The nsl library prevents programs from opening the X display
26718 # on Irix 5.2, according to T.E. Dickey.
26719 # The functions gethostbyname, getservbyname, and inet_addr are
26720 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
26721 echo "$as_me:$LINENO: checking for gethostbyname" >&5
26722 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
26723 if test "${ac_cv_func_gethostbyname+set}" = set; then
26724 echo $ECHO_N "(cached) $ECHO_C" >&6
26725 else
26726 cat >conftest.$ac_ext <<_ACEOF
26727 /* confdefs.h. */
26728 _ACEOF
26729 cat confdefs.h >>conftest.$ac_ext
26730 cat >>conftest.$ac_ext <<_ACEOF
26731 /* end confdefs.h. */
26732 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
26733 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26734 #define gethostbyname innocuous_gethostbyname
26735
26736 /* System header to define __stub macros and hopefully few prototypes,
26737 which can conflict with char gethostbyname (); below.
26738 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26739 <limits.h> exists even on freestanding compilers. */
26740
26741 #ifdef __STDC__
26742 # include <limits.h>
26743 #else
26744 # include <assert.h>
26745 #endif
26746
26747 #undef gethostbyname
26748
26749 /* Override any gcc2 internal prototype to avoid an error. */
26750 #ifdef __cplusplus
26751 extern "C"
26752 {
26753 #endif
26754 /* We use char because int might match the return type of a gcc2
26755 builtin and then its argument prototype would still apply. */
26756 char gethostbyname ();
26757 /* The GNU C library defines this for functions which it implements
26758 to always fail with ENOSYS. Some functions are actually named
26759 something starting with __ and the normal name is an alias. */
26760 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
26761 choke me
26762 #else
26763 char (*f) () = gethostbyname;
26764 #endif
26765 #ifdef __cplusplus
26766 }
26767 #endif
26768
26769 int
26770 main ()
26771 {
26772 return f != gethostbyname;
26773 ;
26774 return 0;
26775 }
26776 _ACEOF
26777 rm -f conftest.$ac_objext conftest$ac_exeext
26778 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26779 (eval $ac_link) 2>conftest.er1
26780 ac_status=$?
26781 grep -v '^ *+' conftest.er1 >conftest.err
26782 rm -f conftest.er1
26783 cat conftest.err >&5
26784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26785 (exit $ac_status); } &&
26786 { ac_try='test -z "$ac_c_werror_flag"
26787 || test ! -s conftest.err'
26788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26789 (eval $ac_try) 2>&5
26790 ac_status=$?
26791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26792 (exit $ac_status); }; } &&
26793 { ac_try='test -s conftest$ac_exeext'
26794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26795 (eval $ac_try) 2>&5
26796 ac_status=$?
26797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26798 (exit $ac_status); }; }; then
26799 ac_cv_func_gethostbyname=yes
26800 else
26801 echo "$as_me: failed program was:" >&5
26802 sed 's/^/| /' conftest.$ac_ext >&5
26803
26804 ac_cv_func_gethostbyname=no
26805 fi
26806 rm -f conftest.err conftest.$ac_objext \
26807 conftest$ac_exeext conftest.$ac_ext
26808 fi
26809 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
26810 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
26811
26812 if test $ac_cv_func_gethostbyname = no; then
26813 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
26814 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
26815 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
26816 echo $ECHO_N "(cached) $ECHO_C" >&6
26817 else
26818 ac_check_lib_save_LIBS=$LIBS
26819 LIBS="-lnsl $LIBS"
26820 cat >conftest.$ac_ext <<_ACEOF
26821 /* confdefs.h. */
26822 _ACEOF
26823 cat confdefs.h >>conftest.$ac_ext
26824 cat >>conftest.$ac_ext <<_ACEOF
26825 /* end confdefs.h. */
26826
26827 /* Override any gcc2 internal prototype to avoid an error. */
26828 #ifdef __cplusplus
26829 extern "C"
26830 #endif
26831 /* We use char because int might match the return type of a gcc2
26832 builtin and then its argument prototype would still apply. */
26833 char gethostbyname ();
26834 int
26835 main ()
26836 {
26837 gethostbyname ();
26838 ;
26839 return 0;
26840 }
26841 _ACEOF
26842 rm -f conftest.$ac_objext conftest$ac_exeext
26843 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26844 (eval $ac_link) 2>conftest.er1
26845 ac_status=$?
26846 grep -v '^ *+' conftest.er1 >conftest.err
26847 rm -f conftest.er1
26848 cat conftest.err >&5
26849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26850 (exit $ac_status); } &&
26851 { ac_try='test -z "$ac_c_werror_flag"
26852 || test ! -s conftest.err'
26853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26854 (eval $ac_try) 2>&5
26855 ac_status=$?
26856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26857 (exit $ac_status); }; } &&
26858 { ac_try='test -s conftest$ac_exeext'
26859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26860 (eval $ac_try) 2>&5
26861 ac_status=$?
26862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26863 (exit $ac_status); }; }; then
26864 ac_cv_lib_nsl_gethostbyname=yes
26865 else
26866 echo "$as_me: failed program was:" >&5
26867 sed 's/^/| /' conftest.$ac_ext >&5
26868
26869 ac_cv_lib_nsl_gethostbyname=no
26870 fi
26871 rm -f conftest.err conftest.$ac_objext \
26872 conftest$ac_exeext conftest.$ac_ext
26873 LIBS=$ac_check_lib_save_LIBS
26874 fi
26875 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
26876 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
26877 if test $ac_cv_lib_nsl_gethostbyname = yes; then
26878 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
26879 fi
26880
26881 if test $ac_cv_lib_nsl_gethostbyname = no; then
26882 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
26883 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
26884 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
26885 echo $ECHO_N "(cached) $ECHO_C" >&6
26886 else
26887 ac_check_lib_save_LIBS=$LIBS
26888 LIBS="-lbsd $LIBS"
26889 cat >conftest.$ac_ext <<_ACEOF
26890 /* confdefs.h. */
26891 _ACEOF
26892 cat confdefs.h >>conftest.$ac_ext
26893 cat >>conftest.$ac_ext <<_ACEOF
26894 /* end confdefs.h. */
26895
26896 /* Override any gcc2 internal prototype to avoid an error. */
26897 #ifdef __cplusplus
26898 extern "C"
26899 #endif
26900 /* We use char because int might match the return type of a gcc2
26901 builtin and then its argument prototype would still apply. */
26902 char gethostbyname ();
26903 int
26904 main ()
26905 {
26906 gethostbyname ();
26907 ;
26908 return 0;
26909 }
26910 _ACEOF
26911 rm -f conftest.$ac_objext conftest$ac_exeext
26912 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26913 (eval $ac_link) 2>conftest.er1
26914 ac_status=$?
26915 grep -v '^ *+' conftest.er1 >conftest.err
26916 rm -f conftest.er1
26917 cat conftest.err >&5
26918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26919 (exit $ac_status); } &&
26920 { ac_try='test -z "$ac_c_werror_flag"
26921 || test ! -s conftest.err'
26922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26923 (eval $ac_try) 2>&5
26924 ac_status=$?
26925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26926 (exit $ac_status); }; } &&
26927 { ac_try='test -s conftest$ac_exeext'
26928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26929 (eval $ac_try) 2>&5
26930 ac_status=$?
26931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26932 (exit $ac_status); }; }; then
26933 ac_cv_lib_bsd_gethostbyname=yes
26934 else
26935 echo "$as_me: failed program was:" >&5
26936 sed 's/^/| /' conftest.$ac_ext >&5
26937
26938 ac_cv_lib_bsd_gethostbyname=no
26939 fi
26940 rm -f conftest.err conftest.$ac_objext \
26941 conftest$ac_exeext conftest.$ac_ext
26942 LIBS=$ac_check_lib_save_LIBS
26943 fi
26944 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
26945 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
26946 if test $ac_cv_lib_bsd_gethostbyname = yes; then
26947 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
26948 fi
26949
26950 fi
26951 fi
26952
26953 # lieder@skyler.mavd.honeywell.com says without -lsocket,
26954 # socket/setsockopt and other routines are undefined under SCO ODT
26955 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
26956 # on later versions), says Simon Leinen: it contains gethostby*
26957 # variants that don't use the name server (or something). -lsocket
26958 # must be given before -lnsl if both are needed. We assume that
26959 # if connect needs -lnsl, so does gethostbyname.
26960 echo "$as_me:$LINENO: checking for connect" >&5
26961 echo $ECHO_N "checking for connect... $ECHO_C" >&6
26962 if test "${ac_cv_func_connect+set}" = set; then
26963 echo $ECHO_N "(cached) $ECHO_C" >&6
26964 else
26965 cat >conftest.$ac_ext <<_ACEOF
26966 /* confdefs.h. */
26967 _ACEOF
26968 cat confdefs.h >>conftest.$ac_ext
26969 cat >>conftest.$ac_ext <<_ACEOF
26970 /* end confdefs.h. */
26971 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
26972 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26973 #define connect innocuous_connect
26974
26975 /* System header to define __stub macros and hopefully few prototypes,
26976 which can conflict with char connect (); below.
26977 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26978 <limits.h> exists even on freestanding compilers. */
26979
26980 #ifdef __STDC__
26981 # include <limits.h>
26982 #else
26983 # include <assert.h>
26984 #endif
26985
26986 #undef connect
26987
26988 /* Override any gcc2 internal prototype to avoid an error. */
26989 #ifdef __cplusplus
26990 extern "C"
26991 {
26992 #endif
26993 /* We use char because int might match the return type of a gcc2
26994 builtin and then its argument prototype would still apply. */
26995 char connect ();
26996 /* The GNU C library defines this for functions which it implements
26997 to always fail with ENOSYS. Some functions are actually named
26998 something starting with __ and the normal name is an alias. */
26999 #if defined (__stub_connect) || defined (__stub___connect)
27000 choke me
27001 #else
27002 char (*f) () = connect;
27003 #endif
27004 #ifdef __cplusplus
27005 }
27006 #endif
27007
27008 int
27009 main ()
27010 {
27011 return f != connect;
27012 ;
27013 return 0;
27014 }
27015 _ACEOF
27016 rm -f conftest.$ac_objext conftest$ac_exeext
27017 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27018 (eval $ac_link) 2>conftest.er1
27019 ac_status=$?
27020 grep -v '^ *+' conftest.er1 >conftest.err
27021 rm -f conftest.er1
27022 cat conftest.err >&5
27023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27024 (exit $ac_status); } &&
27025 { ac_try='test -z "$ac_c_werror_flag"
27026 || test ! -s conftest.err'
27027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27028 (eval $ac_try) 2>&5
27029 ac_status=$?
27030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27031 (exit $ac_status); }; } &&
27032 { ac_try='test -s conftest$ac_exeext'
27033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27034 (eval $ac_try) 2>&5
27035 ac_status=$?
27036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27037 (exit $ac_status); }; }; then
27038 ac_cv_func_connect=yes
27039 else
27040 echo "$as_me: failed program was:" >&5
27041 sed 's/^/| /' conftest.$ac_ext >&5
27042
27043 ac_cv_func_connect=no
27044 fi
27045 rm -f conftest.err conftest.$ac_objext \
27046 conftest$ac_exeext conftest.$ac_ext
27047 fi
27048 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
27049 echo "${ECHO_T}$ac_cv_func_connect" >&6
27050
27051 if test $ac_cv_func_connect = no; then
27052 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
27053 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
27054 if test "${ac_cv_lib_socket_connect+set}" = set; then
27055 echo $ECHO_N "(cached) $ECHO_C" >&6
27056 else
27057 ac_check_lib_save_LIBS=$LIBS
27058 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
27059 cat >conftest.$ac_ext <<_ACEOF
27060 /* confdefs.h. */
27061 _ACEOF
27062 cat confdefs.h >>conftest.$ac_ext
27063 cat >>conftest.$ac_ext <<_ACEOF
27064 /* end confdefs.h. */
27065
27066 /* Override any gcc2 internal prototype to avoid an error. */
27067 #ifdef __cplusplus
27068 extern "C"
27069 #endif
27070 /* We use char because int might match the return type of a gcc2
27071 builtin and then its argument prototype would still apply. */
27072 char connect ();
27073 int
27074 main ()
27075 {
27076 connect ();
27077 ;
27078 return 0;
27079 }
27080 _ACEOF
27081 rm -f conftest.$ac_objext conftest$ac_exeext
27082 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27083 (eval $ac_link) 2>conftest.er1
27084 ac_status=$?
27085 grep -v '^ *+' conftest.er1 >conftest.err
27086 rm -f conftest.er1
27087 cat conftest.err >&5
27088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27089 (exit $ac_status); } &&
27090 { ac_try='test -z "$ac_c_werror_flag"
27091 || test ! -s conftest.err'
27092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27093 (eval $ac_try) 2>&5
27094 ac_status=$?
27095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27096 (exit $ac_status); }; } &&
27097 { ac_try='test -s conftest$ac_exeext'
27098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27099 (eval $ac_try) 2>&5
27100 ac_status=$?
27101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27102 (exit $ac_status); }; }; then
27103 ac_cv_lib_socket_connect=yes
27104 else
27105 echo "$as_me: failed program was:" >&5
27106 sed 's/^/| /' conftest.$ac_ext >&5
27107
27108 ac_cv_lib_socket_connect=no
27109 fi
27110 rm -f conftest.err conftest.$ac_objext \
27111 conftest$ac_exeext conftest.$ac_ext
27112 LIBS=$ac_check_lib_save_LIBS
27113 fi
27114 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
27115 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
27116 if test $ac_cv_lib_socket_connect = yes; then
27117 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
27118 fi
27119
27120 fi
27121
27122 # Guillermo Gomez says -lposix is necessary on A/UX.
27123 echo "$as_me:$LINENO: checking for remove" >&5
27124 echo $ECHO_N "checking for remove... $ECHO_C" >&6
27125 if test "${ac_cv_func_remove+set}" = set; then
27126 echo $ECHO_N "(cached) $ECHO_C" >&6
27127 else
27128 cat >conftest.$ac_ext <<_ACEOF
27129 /* confdefs.h. */
27130 _ACEOF
27131 cat confdefs.h >>conftest.$ac_ext
27132 cat >>conftest.$ac_ext <<_ACEOF
27133 /* end confdefs.h. */
27134 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
27135 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27136 #define remove innocuous_remove
27137
27138 /* System header to define __stub macros and hopefully few prototypes,
27139 which can conflict with char remove (); below.
27140 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27141 <limits.h> exists even on freestanding compilers. */
27142
27143 #ifdef __STDC__
27144 # include <limits.h>
27145 #else
27146 # include <assert.h>
27147 #endif
27148
27149 #undef remove
27150
27151 /* Override any gcc2 internal prototype to avoid an error. */
27152 #ifdef __cplusplus
27153 extern "C"
27154 {
27155 #endif
27156 /* We use char because int might match the return type of a gcc2
27157 builtin and then its argument prototype would still apply. */
27158 char remove ();
27159 /* The GNU C library defines this for functions which it implements
27160 to always fail with ENOSYS. Some functions are actually named
27161 something starting with __ and the normal name is an alias. */
27162 #if defined (__stub_remove) || defined (__stub___remove)
27163 choke me
27164 #else
27165 char (*f) () = remove;
27166 #endif
27167 #ifdef __cplusplus
27168 }
27169 #endif
27170
27171 int
27172 main ()
27173 {
27174 return f != remove;
27175 ;
27176 return 0;
27177 }
27178 _ACEOF
27179 rm -f conftest.$ac_objext conftest$ac_exeext
27180 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27181 (eval $ac_link) 2>conftest.er1
27182 ac_status=$?
27183 grep -v '^ *+' conftest.er1 >conftest.err
27184 rm -f conftest.er1
27185 cat conftest.err >&5
27186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27187 (exit $ac_status); } &&
27188 { ac_try='test -z "$ac_c_werror_flag"
27189 || test ! -s conftest.err'
27190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27191 (eval $ac_try) 2>&5
27192 ac_status=$?
27193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27194 (exit $ac_status); }; } &&
27195 { ac_try='test -s conftest$ac_exeext'
27196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27197 (eval $ac_try) 2>&5
27198 ac_status=$?
27199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27200 (exit $ac_status); }; }; then
27201 ac_cv_func_remove=yes
27202 else
27203 echo "$as_me: failed program was:" >&5
27204 sed 's/^/| /' conftest.$ac_ext >&5
27205
27206 ac_cv_func_remove=no
27207 fi
27208 rm -f conftest.err conftest.$ac_objext \
27209 conftest$ac_exeext conftest.$ac_ext
27210 fi
27211 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
27212 echo "${ECHO_T}$ac_cv_func_remove" >&6
27213
27214 if test $ac_cv_func_remove = no; then
27215 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
27216 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
27217 if test "${ac_cv_lib_posix_remove+set}" = set; then
27218 echo $ECHO_N "(cached) $ECHO_C" >&6
27219 else
27220 ac_check_lib_save_LIBS=$LIBS
27221 LIBS="-lposix $LIBS"
27222 cat >conftest.$ac_ext <<_ACEOF
27223 /* confdefs.h. */
27224 _ACEOF
27225 cat confdefs.h >>conftest.$ac_ext
27226 cat >>conftest.$ac_ext <<_ACEOF
27227 /* end confdefs.h. */
27228
27229 /* Override any gcc2 internal prototype to avoid an error. */
27230 #ifdef __cplusplus
27231 extern "C"
27232 #endif
27233 /* We use char because int might match the return type of a gcc2
27234 builtin and then its argument prototype would still apply. */
27235 char remove ();
27236 int
27237 main ()
27238 {
27239 remove ();
27240 ;
27241 return 0;
27242 }
27243 _ACEOF
27244 rm -f conftest.$ac_objext conftest$ac_exeext
27245 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27246 (eval $ac_link) 2>conftest.er1
27247 ac_status=$?
27248 grep -v '^ *+' conftest.er1 >conftest.err
27249 rm -f conftest.er1
27250 cat conftest.err >&5
27251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27252 (exit $ac_status); } &&
27253 { ac_try='test -z "$ac_c_werror_flag"
27254 || test ! -s conftest.err'
27255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27256 (eval $ac_try) 2>&5
27257 ac_status=$?
27258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27259 (exit $ac_status); }; } &&
27260 { ac_try='test -s conftest$ac_exeext'
27261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27262 (eval $ac_try) 2>&5
27263 ac_status=$?
27264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27265 (exit $ac_status); }; }; then
27266 ac_cv_lib_posix_remove=yes
27267 else
27268 echo "$as_me: failed program was:" >&5
27269 sed 's/^/| /' conftest.$ac_ext >&5
27270
27271 ac_cv_lib_posix_remove=no
27272 fi
27273 rm -f conftest.err conftest.$ac_objext \
27274 conftest$ac_exeext conftest.$ac_ext
27275 LIBS=$ac_check_lib_save_LIBS
27276 fi
27277 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
27278 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
27279 if test $ac_cv_lib_posix_remove = yes; then
27280 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
27281 fi
27282
27283 fi
27284
27285 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
27286 echo "$as_me:$LINENO: checking for shmat" >&5
27287 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
27288 if test "${ac_cv_func_shmat+set}" = set; then
27289 echo $ECHO_N "(cached) $ECHO_C" >&6
27290 else
27291 cat >conftest.$ac_ext <<_ACEOF
27292 /* confdefs.h. */
27293 _ACEOF
27294 cat confdefs.h >>conftest.$ac_ext
27295 cat >>conftest.$ac_ext <<_ACEOF
27296 /* end confdefs.h. */
27297 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
27298 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27299 #define shmat innocuous_shmat
27300
27301 /* System header to define __stub macros and hopefully few prototypes,
27302 which can conflict with char shmat (); below.
27303 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27304 <limits.h> exists even on freestanding compilers. */
27305
27306 #ifdef __STDC__
27307 # include <limits.h>
27308 #else
27309 # include <assert.h>
27310 #endif
27311
27312 #undef shmat
27313
27314 /* Override any gcc2 internal prototype to avoid an error. */
27315 #ifdef __cplusplus
27316 extern "C"
27317 {
27318 #endif
27319 /* We use char because int might match the return type of a gcc2
27320 builtin and then its argument prototype would still apply. */
27321 char shmat ();
27322 /* The GNU C library defines this for functions which it implements
27323 to always fail with ENOSYS. Some functions are actually named
27324 something starting with __ and the normal name is an alias. */
27325 #if defined (__stub_shmat) || defined (__stub___shmat)
27326 choke me
27327 #else
27328 char (*f) () = shmat;
27329 #endif
27330 #ifdef __cplusplus
27331 }
27332 #endif
27333
27334 int
27335 main ()
27336 {
27337 return f != shmat;
27338 ;
27339 return 0;
27340 }
27341 _ACEOF
27342 rm -f conftest.$ac_objext conftest$ac_exeext
27343 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27344 (eval $ac_link) 2>conftest.er1
27345 ac_status=$?
27346 grep -v '^ *+' conftest.er1 >conftest.err
27347 rm -f conftest.er1
27348 cat conftest.err >&5
27349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27350 (exit $ac_status); } &&
27351 { ac_try='test -z "$ac_c_werror_flag"
27352 || test ! -s conftest.err'
27353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27354 (eval $ac_try) 2>&5
27355 ac_status=$?
27356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27357 (exit $ac_status); }; } &&
27358 { ac_try='test -s conftest$ac_exeext'
27359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27360 (eval $ac_try) 2>&5
27361 ac_status=$?
27362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27363 (exit $ac_status); }; }; then
27364 ac_cv_func_shmat=yes
27365 else
27366 echo "$as_me: failed program was:" >&5
27367 sed 's/^/| /' conftest.$ac_ext >&5
27368
27369 ac_cv_func_shmat=no
27370 fi
27371 rm -f conftest.err conftest.$ac_objext \
27372 conftest$ac_exeext conftest.$ac_ext
27373 fi
27374 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
27375 echo "${ECHO_T}$ac_cv_func_shmat" >&6
27376
27377 if test $ac_cv_func_shmat = no; then
27378 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
27379 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
27380 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
27381 echo $ECHO_N "(cached) $ECHO_C" >&6
27382 else
27383 ac_check_lib_save_LIBS=$LIBS
27384 LIBS="-lipc $LIBS"
27385 cat >conftest.$ac_ext <<_ACEOF
27386 /* confdefs.h. */
27387 _ACEOF
27388 cat confdefs.h >>conftest.$ac_ext
27389 cat >>conftest.$ac_ext <<_ACEOF
27390 /* end confdefs.h. */
27391
27392 /* Override any gcc2 internal prototype to avoid an error. */
27393 #ifdef __cplusplus
27394 extern "C"
27395 #endif
27396 /* We use char because int might match the return type of a gcc2
27397 builtin and then its argument prototype would still apply. */
27398 char shmat ();
27399 int
27400 main ()
27401 {
27402 shmat ();
27403 ;
27404 return 0;
27405 }
27406 _ACEOF
27407 rm -f conftest.$ac_objext conftest$ac_exeext
27408 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27409 (eval $ac_link) 2>conftest.er1
27410 ac_status=$?
27411 grep -v '^ *+' conftest.er1 >conftest.err
27412 rm -f conftest.er1
27413 cat conftest.err >&5
27414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27415 (exit $ac_status); } &&
27416 { ac_try='test -z "$ac_c_werror_flag"
27417 || test ! -s conftest.err'
27418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27419 (eval $ac_try) 2>&5
27420 ac_status=$?
27421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27422 (exit $ac_status); }; } &&
27423 { ac_try='test -s conftest$ac_exeext'
27424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27425 (eval $ac_try) 2>&5
27426 ac_status=$?
27427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27428 (exit $ac_status); }; }; then
27429 ac_cv_lib_ipc_shmat=yes
27430 else
27431 echo "$as_me: failed program was:" >&5
27432 sed 's/^/| /' conftest.$ac_ext >&5
27433
27434 ac_cv_lib_ipc_shmat=no
27435 fi
27436 rm -f conftest.err conftest.$ac_objext \
27437 conftest$ac_exeext conftest.$ac_ext
27438 LIBS=$ac_check_lib_save_LIBS
27439 fi
27440 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
27441 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
27442 if test $ac_cv_lib_ipc_shmat = yes; then
27443 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
27444 fi
27445
27446 fi
27447 fi
27448
27449 # Check for libraries that X11R6 Xt/Xaw programs need.
27450 ac_save_LDFLAGS=$LDFLAGS
27451 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
27452 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
27453 # check for ICE first), but we must link in the order -lSM -lICE or
27454 # we get undefined symbols. So assume we have SM if we have ICE.
27455 # These have to be linked with before -lX11, unlike the other
27456 # libraries we check for below, so use a different variable.
27457 # John Interrante, Karl Berry
27458 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
27459 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
27460 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
27461 echo $ECHO_N "(cached) $ECHO_C" >&6
27462 else
27463 ac_check_lib_save_LIBS=$LIBS
27464 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
27465 cat >conftest.$ac_ext <<_ACEOF
27466 /* confdefs.h. */
27467 _ACEOF
27468 cat confdefs.h >>conftest.$ac_ext
27469 cat >>conftest.$ac_ext <<_ACEOF
27470 /* end confdefs.h. */
27471
27472 /* Override any gcc2 internal prototype to avoid an error. */
27473 #ifdef __cplusplus
27474 extern "C"
27475 #endif
27476 /* We use char because int might match the return type of a gcc2
27477 builtin and then its argument prototype would still apply. */
27478 char IceConnectionNumber ();
27479 int
27480 main ()
27481 {
27482 IceConnectionNumber ();
27483 ;
27484 return 0;
27485 }
27486 _ACEOF
27487 rm -f conftest.$ac_objext conftest$ac_exeext
27488 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27489 (eval $ac_link) 2>conftest.er1
27490 ac_status=$?
27491 grep -v '^ *+' conftest.er1 >conftest.err
27492 rm -f conftest.er1
27493 cat conftest.err >&5
27494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27495 (exit $ac_status); } &&
27496 { ac_try='test -z "$ac_c_werror_flag"
27497 || test ! -s conftest.err'
27498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27499 (eval $ac_try) 2>&5
27500 ac_status=$?
27501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27502 (exit $ac_status); }; } &&
27503 { ac_try='test -s conftest$ac_exeext'
27504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27505 (eval $ac_try) 2>&5
27506 ac_status=$?
27507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27508 (exit $ac_status); }; }; then
27509 ac_cv_lib_ICE_IceConnectionNumber=yes
27510 else
27511 echo "$as_me: failed program was:" >&5
27512 sed 's/^/| /' conftest.$ac_ext >&5
27513
27514 ac_cv_lib_ICE_IceConnectionNumber=no
27515 fi
27516 rm -f conftest.err conftest.$ac_objext \
27517 conftest$ac_exeext conftest.$ac_ext
27518 LIBS=$ac_check_lib_save_LIBS
27519 fi
27520 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
27521 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
27522 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
27523 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
27524 fi
27525
27526 LDFLAGS=$ac_save_LDFLAGS
27527
27528 fi
27529
27530
27531 if test "$no_x" = "yes"; then
27532 { { echo "$as_me:$LINENO: error: X11 not found" >&5
27533 echo "$as_me: error: X11 not found" >&2;}
27534 { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; }
27535 fi
27536
27537 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
27538 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
27539 AFMINSTALL=afminstall
27540 COMPILED_X_PROGRAM=0
27541
27542 fi
27543
27544 if test "$wxUSE_X11" = 1; then
27545 if test "$wxUSE_NANOX" = "yes"; then
27546 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
27547 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
27548 if test "x$MICROWIN" = x ; then
27549 echo "$as_me:$LINENO: result: not found" >&5
27550 echo "${ECHO_T}not found" >&6
27551 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
27552 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
27553 { (exit 1); exit 1; }; }
27554 else
27555 echo "$as_me:$LINENO: result: $MICROWIN" >&5
27556 echo "${ECHO_T}$MICROWIN" >&6
27557 cat >>confdefs.h <<\_ACEOF
27558 #define wxUSE_NANOX 1
27559 _ACEOF
27560
27561 fi
27562 fi
27563
27564 if test "$wxUSE_UNICODE" = "yes"; then
27565
27566 succeeded=no
27567
27568 if test -z "$PKG_CONFIG"; then
27569 # Extract the first word of "pkg-config", so it can be a program name with args.
27570 set dummy pkg-config; ac_word=$2
27571 echo "$as_me:$LINENO: checking for $ac_word" >&5
27572 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27573 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27574 echo $ECHO_N "(cached) $ECHO_C" >&6
27575 else
27576 case $PKG_CONFIG in
27577 [\\/]* | ?:[\\/]*)
27578 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27579 ;;
27580 *)
27581 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27582 for as_dir in $PATH
27583 do
27584 IFS=$as_save_IFS
27585 test -z "$as_dir" && as_dir=.
27586 for ac_exec_ext in '' $ac_executable_extensions; do
27587 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27588 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27589 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27590 break 2
27591 fi
27592 done
27593 done
27594
27595 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27596 ;;
27597 esac
27598 fi
27599 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27600
27601 if test -n "$PKG_CONFIG"; then
27602 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27603 echo "${ECHO_T}$PKG_CONFIG" >&6
27604 else
27605 echo "$as_me:$LINENO: result: no" >&5
27606 echo "${ECHO_T}no" >&6
27607 fi
27608
27609 fi
27610
27611 if test "$PKG_CONFIG" = "no" ; then
27612 echo "*** The pkg-config script could not be found. Make sure it is"
27613 echo "*** in your path, or set the PKG_CONFIG environment variable"
27614 echo "*** to the full path to pkg-config."
27615 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27616 else
27617 PKG_CONFIG_MIN_VERSION=0.9.0
27618 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27619 echo "$as_me:$LINENO: checking for pangox" >&5
27620 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
27621
27622 if $PKG_CONFIG --exists "pangox" ; then
27623 echo "$as_me:$LINENO: result: yes" >&5
27624 echo "${ECHO_T}yes" >&6
27625 succeeded=yes
27626
27627 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
27628 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
27629 PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"`
27630 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
27631 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
27632
27633 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
27634 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
27635 PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"`
27636 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
27637 echo "${ECHO_T}$PANGOX_LIBS" >&6
27638 else
27639 PANGOX_CFLAGS=""
27640 PANGOX_LIBS=""
27641 ## If we have a custom action on failure, don't print errors, but
27642 ## do set a variable so people can do so.
27643 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
27644
27645 fi
27646
27647
27648
27649 else
27650 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27651 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27652 fi
27653 fi
27654
27655 if test $succeeded = yes; then
27656
27657 CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS"
27658 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
27659
27660 else
27661
27662 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
27663 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
27664 { (exit 1); exit 1; }; }
27665
27666
27667 fi
27668
27669
27670 succeeded=no
27671
27672 if test -z "$PKG_CONFIG"; then
27673 # Extract the first word of "pkg-config", so it can be a program name with args.
27674 set dummy pkg-config; ac_word=$2
27675 echo "$as_me:$LINENO: checking for $ac_word" >&5
27676 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27677 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27678 echo $ECHO_N "(cached) $ECHO_C" >&6
27679 else
27680 case $PKG_CONFIG in
27681 [\\/]* | ?:[\\/]*)
27682 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27683 ;;
27684 *)
27685 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27686 for as_dir in $PATH
27687 do
27688 IFS=$as_save_IFS
27689 test -z "$as_dir" && as_dir=.
27690 for ac_exec_ext in '' $ac_executable_extensions; do
27691 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27692 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27693 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27694 break 2
27695 fi
27696 done
27697 done
27698
27699 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27700 ;;
27701 esac
27702 fi
27703 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27704
27705 if test -n "$PKG_CONFIG"; then
27706 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27707 echo "${ECHO_T}$PKG_CONFIG" >&6
27708 else
27709 echo "$as_me:$LINENO: result: no" >&5
27710 echo "${ECHO_T}no" >&6
27711 fi
27712
27713 fi
27714
27715 if test "$PKG_CONFIG" = "no" ; then
27716 echo "*** The pkg-config script could not be found. Make sure it is"
27717 echo "*** in your path, or set the PKG_CONFIG environment variable"
27718 echo "*** to the full path to pkg-config."
27719 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27720 else
27721 PKG_CONFIG_MIN_VERSION=0.9.0
27722 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27723 echo "$as_me:$LINENO: checking for pangoft2" >&5
27724 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
27725
27726 if $PKG_CONFIG --exists "pangoft2" ; then
27727 echo "$as_me:$LINENO: result: yes" >&5
27728 echo "${ECHO_T}yes" >&6
27729 succeeded=yes
27730
27731 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
27732 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
27733 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
27734 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
27735 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
27736
27737 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
27738 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
27739 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
27740 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
27741 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
27742 else
27743 PANGOFT2_CFLAGS=""
27744 PANGOFT2_LIBS=""
27745 ## If we have a custom action on failure, don't print errors, but
27746 ## do set a variable so people can do so.
27747 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
27748
27749 fi
27750
27751
27752
27753 else
27754 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27755 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27756 fi
27757 fi
27758
27759 if test $succeeded = yes; then
27760
27761 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
27762 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
27763
27764 else
27765
27766 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
27767 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
27768 wxUSE_PRINTING_ARCHITECTURE="no"
27769
27770
27771 fi
27772
27773
27774 succeeded=no
27775
27776 if test -z "$PKG_CONFIG"; then
27777 # Extract the first word of "pkg-config", so it can be a program name with args.
27778 set dummy pkg-config; ac_word=$2
27779 echo "$as_me:$LINENO: checking for $ac_word" >&5
27780 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27781 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27782 echo $ECHO_N "(cached) $ECHO_C" >&6
27783 else
27784 case $PKG_CONFIG in
27785 [\\/]* | ?:[\\/]*)
27786 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27787 ;;
27788 *)
27789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27790 for as_dir in $PATH
27791 do
27792 IFS=$as_save_IFS
27793 test -z "$as_dir" && as_dir=.
27794 for ac_exec_ext in '' $ac_executable_extensions; do
27795 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27796 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27797 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27798 break 2
27799 fi
27800 done
27801 done
27802
27803 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27804 ;;
27805 esac
27806 fi
27807 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27808
27809 if test -n "$PKG_CONFIG"; then
27810 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27811 echo "${ECHO_T}$PKG_CONFIG" >&6
27812 else
27813 echo "$as_me:$LINENO: result: no" >&5
27814 echo "${ECHO_T}no" >&6
27815 fi
27816
27817 fi
27818
27819 if test "$PKG_CONFIG" = "no" ; then
27820 echo "*** The pkg-config script could not be found. Make sure it is"
27821 echo "*** in your path, or set the PKG_CONFIG environment variable"
27822 echo "*** to the full path to pkg-config."
27823 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27824 else
27825 PKG_CONFIG_MIN_VERSION=0.9.0
27826 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27827 echo "$as_me:$LINENO: checking for pangoxft" >&5
27828 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
27829
27830 if $PKG_CONFIG --exists "pangoxft" ; then
27831 echo "$as_me:$LINENO: result: yes" >&5
27832 echo "${ECHO_T}yes" >&6
27833 succeeded=yes
27834
27835 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
27836 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
27837 PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"`
27838 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
27839 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
27840
27841 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
27842 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
27843 PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"`
27844 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
27845 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
27846 else
27847 PANGOXFT_CFLAGS=""
27848 PANGOXFT_LIBS=""
27849 ## If we have a custom action on failure, don't print errors, but
27850 ## do set a variable so people can do so.
27851 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
27852
27853 fi
27854
27855
27856
27857 else
27858 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27859 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27860 fi
27861 fi
27862
27863 if test $succeeded = yes; then
27864
27865 cat >>confdefs.h <<\_ACEOF
27866 #define HAVE_PANGO_XFT 1
27867 _ACEOF
27868
27869 CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS"
27870 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
27871
27872 else
27873
27874 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
27875 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
27876
27877
27878 fi
27879
27880 save_CFLAGS="$CFLAGS"
27881 save_LIBS="$LIBS"
27882 CFLAGS="$CFLAGS $PANGOX_CFLAGS"
27883 LIBS="$LIBS $PANGOX_LIBS"
27884
27885 for ac_func in pango_font_family_is_monospace
27886 do
27887 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27888 echo "$as_me:$LINENO: checking for $ac_func" >&5
27889 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27890 if eval "test \"\${$as_ac_var+set}\" = set"; then
27891 echo $ECHO_N "(cached) $ECHO_C" >&6
27892 else
27893 cat >conftest.$ac_ext <<_ACEOF
27894 /* confdefs.h. */
27895 _ACEOF
27896 cat confdefs.h >>conftest.$ac_ext
27897 cat >>conftest.$ac_ext <<_ACEOF
27898 /* end confdefs.h. */
27899 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27900 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27901 #define $ac_func innocuous_$ac_func
27902
27903 /* System header to define __stub macros and hopefully few prototypes,
27904 which can conflict with char $ac_func (); below.
27905 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27906 <limits.h> exists even on freestanding compilers. */
27907
27908 #ifdef __STDC__
27909 # include <limits.h>
27910 #else
27911 # include <assert.h>
27912 #endif
27913
27914 #undef $ac_func
27915
27916 /* Override any gcc2 internal prototype to avoid an error. */
27917 #ifdef __cplusplus
27918 extern "C"
27919 {
27920 #endif
27921 /* We use char because int might match the return type of a gcc2
27922 builtin and then its argument prototype would still apply. */
27923 char $ac_func ();
27924 /* The GNU C library defines this for functions which it implements
27925 to always fail with ENOSYS. Some functions are actually named
27926 something starting with __ and the normal name is an alias. */
27927 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27928 choke me
27929 #else
27930 char (*f) () = $ac_func;
27931 #endif
27932 #ifdef __cplusplus
27933 }
27934 #endif
27935
27936 int
27937 main ()
27938 {
27939 return f != $ac_func;
27940 ;
27941 return 0;
27942 }
27943 _ACEOF
27944 rm -f conftest.$ac_objext conftest$ac_exeext
27945 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27946 (eval $ac_link) 2>conftest.er1
27947 ac_status=$?
27948 grep -v '^ *+' conftest.er1 >conftest.err
27949 rm -f conftest.er1
27950 cat conftest.err >&5
27951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27952 (exit $ac_status); } &&
27953 { ac_try='test -z "$ac_c_werror_flag"
27954 || test ! -s conftest.err'
27955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27956 (eval $ac_try) 2>&5
27957 ac_status=$?
27958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27959 (exit $ac_status); }; } &&
27960 { ac_try='test -s conftest$ac_exeext'
27961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27962 (eval $ac_try) 2>&5
27963 ac_status=$?
27964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27965 (exit $ac_status); }; }; then
27966 eval "$as_ac_var=yes"
27967 else
27968 echo "$as_me: failed program was:" >&5
27969 sed 's/^/| /' conftest.$ac_ext >&5
27970
27971 eval "$as_ac_var=no"
27972 fi
27973 rm -f conftest.err conftest.$ac_objext \
27974 conftest$ac_exeext conftest.$ac_ext
27975 fi
27976 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27977 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27978 if test `eval echo '${'$as_ac_var'}'` = yes; then
27979 cat >>confdefs.h <<_ACEOF
27980 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27981 _ACEOF
27982
27983 fi
27984 done
27985
27986 CFLAGS="$save_CFLAGS"
27987 LIBS="$save_LIBS"
27988 fi
27989
27990 wxUSE_UNIVERSAL="yes"
27991
27992 if test "$wxUSE_NANOX" = "yes"; then
27993 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
27994 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"
27995 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
27996 else
27997 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
27998 fi
27999
28000 TOOLKIT=X11
28001 GUIDIST=X11_DIST
28002 fi
28003
28004 if test "$wxUSE_MOTIF" = 1; then
28005 if test "$wxUSE_UNICODE" = "yes"; then
28006 { { echo "$as_me:$LINENO: error: Unicode configuration not supported with Motif" >&5
28007 echo "$as_me: error: Unicode configuration not supported with Motif" >&2;}
28008 { (exit 1); exit 1; }; }
28009 fi
28010
28011 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
28012 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
28013
28014 ac_find_includes=
28015 for ac_dir in $SEARCH_INCLUDE /usr/include;
28016 do
28017 if test -f "$ac_dir/Xm/Xm.h"; then
28018 ac_find_includes=$ac_dir
28019 break
28020 fi
28021 done
28022
28023 if test "$ac_find_includes" != "" ; then
28024 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
28025 echo "${ECHO_T}found in $ac_find_includes" >&6
28026
28027 if test "x$ac_find_includes" = "x/usr/include"; then
28028 ac_path_to_include=""
28029 else
28030 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
28031 result=$?
28032 if test $result = 0; then
28033 ac_path_to_include=""
28034 else
28035 ac_path_to_include=" -I$ac_find_includes"
28036 fi
28037 fi
28038
28039 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
28040 else
28041 cat >conftest.$ac_ext <<_ACEOF
28042 /* confdefs.h. */
28043 _ACEOF
28044 cat confdefs.h >>conftest.$ac_ext
28045 cat >>conftest.$ac_ext <<_ACEOF
28046 /* end confdefs.h. */
28047
28048 #include <Xm/Xm.h>
28049
28050 int
28051 main ()
28052 {
28053
28054 int version;
28055 version = xmUseVersion;
28056
28057 ;
28058 return 0;
28059 }
28060 _ACEOF
28061 rm -f conftest.$ac_objext
28062 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28063 (eval $ac_compile) 2>conftest.er1
28064 ac_status=$?
28065 grep -v '^ *+' conftest.er1 >conftest.err
28066 rm -f conftest.er1
28067 cat conftest.err >&5
28068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28069 (exit $ac_status); } &&
28070 { ac_try='test -z "$ac_c_werror_flag"
28071 || test ! -s conftest.err'
28072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28073 (eval $ac_try) 2>&5
28074 ac_status=$?
28075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28076 (exit $ac_status); }; } &&
28077 { ac_try='test -s conftest.$ac_objext'
28078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28079 (eval $ac_try) 2>&5
28080 ac_status=$?
28081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28082 (exit $ac_status); }; }; then
28083
28084 echo "$as_me:$LINENO: result: found in default search path" >&5
28085 echo "${ECHO_T}found in default search path" >&6
28086 COMPILED_X_PROGRAM=1
28087
28088 else
28089 echo "$as_me: failed program was:" >&5
28090 sed 's/^/| /' conftest.$ac_ext >&5
28091
28092
28093 echo "$as_me:$LINENO: result: no" >&5
28094 echo "${ECHO_T}no" >&6
28095 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
28096 echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
28097 { (exit 1); exit 1; }; }
28098
28099
28100 fi
28101 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28102 fi
28103
28104 if test "$COMPILED_X_PROGRAM" = 0; then
28105 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
28106 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
28107
28108 ac_find_libraries=
28109 for ac_dir in $SEARCH_LIB /usr/lib;
28110 do
28111 for ac_extension in a so sl dylib; do
28112 if test -f "$ac_dir/libXm.$ac_extension"; then
28113 ac_find_libraries=$ac_dir
28114 break 2
28115 fi
28116 done
28117 done
28118
28119 if test "$ac_find_libraries" != "" ; then
28120 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
28121 echo "${ECHO_T}found at $ac_find_libraries" >&6
28122
28123
28124 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
28125 result=$?
28126 if test $result = 0; then
28127 ac_path_to_link=""
28128 else
28129 ac_path_to_link=" -L$ac_find_libraries"
28130 fi
28131
28132 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
28133 else
28134 save_CFLAGS=$CFLAGS
28135 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28136
28137 cat >conftest.$ac_ext <<_ACEOF
28138 /* confdefs.h. */
28139 _ACEOF
28140 cat confdefs.h >>conftest.$ac_ext
28141 cat >>conftest.$ac_ext <<_ACEOF
28142 /* end confdefs.h. */
28143
28144 #include <Xm/Xm.h>
28145
28146 int
28147 main ()
28148 {
28149
28150 int version;
28151 version = xmUseVersion;
28152
28153 ;
28154 return 0;
28155 }
28156 _ACEOF
28157 rm -f conftest.$ac_objext
28158 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28159 (eval $ac_compile) 2>conftest.er1
28160 ac_status=$?
28161 grep -v '^ *+' conftest.er1 >conftest.err
28162 rm -f conftest.er1
28163 cat conftest.err >&5
28164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28165 (exit $ac_status); } &&
28166 { ac_try='test -z "$ac_c_werror_flag"
28167 || test ! -s conftest.err'
28168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28169 (eval $ac_try) 2>&5
28170 ac_status=$?
28171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28172 (exit $ac_status); }; } &&
28173 { ac_try='test -s conftest.$ac_objext'
28174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28175 (eval $ac_try) 2>&5
28176 ac_status=$?
28177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28178 (exit $ac_status); }; }; then
28179
28180 echo "$as_me:$LINENO: result: found in default search path" >&5
28181 echo "${ECHO_T}found in default search path" >&6
28182 COMPILED_X_PROGRAM=1
28183
28184 else
28185 echo "$as_me: failed program was:" >&5
28186 sed 's/^/| /' conftest.$ac_ext >&5
28187
28188
28189 echo "$as_me:$LINENO: result: no" >&5
28190 echo "${ECHO_T}no" >&6
28191 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
28192 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
28193 { (exit 1); exit 1; }; }
28194
28195
28196 fi
28197 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28198
28199 CFLAGS=$save_CFLAGS
28200 fi
28201 fi
28202
28203 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
28204 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
28205 libp_link=""
28206 libsm_ice_link=""
28207 libs_found=0
28208 for libp in "" " -lXp"; do
28209 if test "$libs_found" = "0"; then
28210 for libsm_ice in "" " -lSM -lICE"; do
28211 if test "$libs_found" = "0"; then
28212 save_LIBS="$LIBS"
28213 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
28214 save_CFLAGS=$CFLAGS
28215 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28216
28217 cat >conftest.$ac_ext <<_ACEOF
28218 /* confdefs.h. */
28219 _ACEOF
28220 cat confdefs.h >>conftest.$ac_ext
28221 cat >>conftest.$ac_ext <<_ACEOF
28222 /* end confdefs.h. */
28223
28224 #include <Xm/Xm.h>
28225 #include <Xm/List.h>
28226
28227 int
28228 main ()
28229 {
28230
28231 XmString string = NULL;
28232 Widget w = NULL;
28233 int position = 0;
28234 XmListAddItem(w, string, position);
28235
28236 ;
28237 return 0;
28238 }
28239 _ACEOF
28240 rm -f conftest.$ac_objext conftest$ac_exeext
28241 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28242 (eval $ac_link) 2>conftest.er1
28243 ac_status=$?
28244 grep -v '^ *+' conftest.er1 >conftest.err
28245 rm -f conftest.er1
28246 cat conftest.err >&5
28247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28248 (exit $ac_status); } &&
28249 { ac_try='test -z "$ac_c_werror_flag"
28250 || test ! -s conftest.err'
28251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28252 (eval $ac_try) 2>&5
28253 ac_status=$?
28254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28255 (exit $ac_status); }; } &&
28256 { ac_try='test -s conftest$ac_exeext'
28257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28258 (eval $ac_try) 2>&5
28259 ac_status=$?
28260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28261 (exit $ac_status); }; }; then
28262
28263 libp_link="$libp"
28264 libsm_ice_link="$libsm_ice"
28265 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
28266 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
28267 libs_found=1
28268
28269 else
28270 echo "$as_me: failed program was:" >&5
28271 sed 's/^/| /' conftest.$ac_ext >&5
28272
28273
28274
28275 fi
28276 rm -f conftest.err conftest.$ac_objext \
28277 conftest$ac_exeext conftest.$ac_ext
28278
28279 LIBS="$save_LIBS"
28280 CFLAGS=$save_CFLAGS
28281 fi
28282 done
28283 fi
28284 done
28285
28286 if test "$libs_found" = "0"; then
28287 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
28288 echo "${ECHO_T}can't find the right libraries" >&6
28289 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
28290 echo "$as_me: error: can't link a simple motif program" >&2;}
28291 { (exit 1); exit 1; }; }
28292 fi
28293
28294 save_CFLAGS=$CFLAGS
28295 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28296 echo "$as_me:$LINENO: checking for Motif 2" >&5
28297 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
28298 cat >conftest.$ac_ext <<_ACEOF
28299 /* confdefs.h. */
28300 _ACEOF
28301 cat confdefs.h >>conftest.$ac_ext
28302 cat >>conftest.$ac_ext <<_ACEOF
28303 /* end confdefs.h. */
28304
28305 #include <Xm/Xm.h>
28306
28307 int
28308 main ()
28309 {
28310
28311 #if XmVersion < 2000
28312 #error "Not Motif 2"
28313 #endif
28314
28315 ;
28316 return 0;
28317 }
28318 _ACEOF
28319 rm -f conftest.$ac_objext
28320 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28321 (eval $ac_compile) 2>conftest.er1
28322 ac_status=$?
28323 grep -v '^ *+' conftest.er1 >conftest.err
28324 rm -f conftest.er1
28325 cat conftest.err >&5
28326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28327 (exit $ac_status); } &&
28328 { ac_try='test -z "$ac_c_werror_flag"
28329 || test ! -s conftest.err'
28330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28331 (eval $ac_try) 2>&5
28332 ac_status=$?
28333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28334 (exit $ac_status); }; } &&
28335 { ac_try='test -s conftest.$ac_objext'
28336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28337 (eval $ac_try) 2>&5
28338 ac_status=$?
28339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28340 (exit $ac_status); }; }; then
28341
28342 cat >>confdefs.h <<\_ACEOF
28343 #define __WXMOTIF20__ 1
28344 _ACEOF
28345
28346 echo "$as_me:$LINENO: result: found" >&5
28347 echo "${ECHO_T}found" >&6
28348
28349 else
28350 echo "$as_me: failed program was:" >&5
28351 sed 's/^/| /' conftest.$ac_ext >&5
28352
28353
28354 cat >>confdefs.h <<\_ACEOF
28355 #define __WXMOTIF20__ 0
28356 _ACEOF
28357
28358 echo "$as_me:$LINENO: result: not found" >&5
28359 echo "${ECHO_T}not found" >&6
28360
28361 fi
28362 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28363 CFLAGS=$save_CFLAGS
28364
28365 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
28366 TOOLKIT=MOTIF
28367 GUIDIST=MOTIF_DIST
28368 fi
28369
28370 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
28371 if test "$wxUSE_LIBXPM" = "sys"; then
28372 echo "$as_me:$LINENO: checking for Xpm library" >&5
28373 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
28374
28375 ac_find_libraries=
28376 for ac_dir in $SEARCH_LIB /usr/lib;
28377 do
28378 for ac_extension in a so sl dylib; do
28379 if test -f "$ac_dir/libXpm.$ac_extension"; then
28380 ac_find_libraries=$ac_dir
28381 break 2
28382 fi
28383 done
28384 done
28385
28386 if test "$ac_find_libraries" != "" ; then
28387
28388 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
28389 result=$?
28390 if test $result = 0; then
28391 ac_path_to_link=""
28392 else
28393 ac_path_to_link=" -L$ac_find_libraries"
28394 fi
28395
28396 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
28397 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
28398 echo "${ECHO_T}found at $ac_find_libraries" >&6
28399
28400 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
28401 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
28402 if test "${wx_cv_x11_xpm_h+set}" = set; then
28403 echo $ECHO_N "(cached) $ECHO_C" >&6
28404 else
28405
28406 save_CFLAGS=$CFLAGS
28407 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28408
28409 cat >conftest.$ac_ext <<_ACEOF
28410 /* confdefs.h. */
28411 _ACEOF
28412 cat confdefs.h >>conftest.$ac_ext
28413 cat >>conftest.$ac_ext <<_ACEOF
28414 /* end confdefs.h. */
28415
28416 #include <X11/xpm.h>
28417
28418 int
28419 main ()
28420 {
28421
28422 int version;
28423 version = XpmLibraryVersion();
28424
28425 ;
28426 return 0;
28427 }
28428 _ACEOF
28429 rm -f conftest.$ac_objext
28430 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28431 (eval $ac_compile) 2>conftest.er1
28432 ac_status=$?
28433 grep -v '^ *+' conftest.er1 >conftest.err
28434 rm -f conftest.er1
28435 cat conftest.err >&5
28436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28437 (exit $ac_status); } &&
28438 { ac_try='test -z "$ac_c_werror_flag"
28439 || test ! -s conftest.err'
28440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28441 (eval $ac_try) 2>&5
28442 ac_status=$?
28443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28444 (exit $ac_status); }; } &&
28445 { ac_try='test -s conftest.$ac_objext'
28446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28447 (eval $ac_try) 2>&5
28448 ac_status=$?
28449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28450 (exit $ac_status); }; }; then
28451 wx_cv_x11_xpm_h=yes
28452 else
28453 echo "$as_me: failed program was:" >&5
28454 sed 's/^/| /' conftest.$ac_ext >&5
28455
28456 wx_cv_x11_xpm_h=no
28457
28458 fi
28459 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28460
28461 CFLAGS=$save_CFLAGS
28462
28463
28464 fi
28465 echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
28466 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
28467
28468 if test $wx_cv_x11_xpm_h = "yes"; then
28469 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
28470 cat >>confdefs.h <<\_ACEOF
28471 #define wxHAVE_LIB_XPM 1
28472 _ACEOF
28473
28474 else
28475 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
28476 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
28477 fi
28478 fi
28479
28480 fi
28481
28482 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
28483 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
28484 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
28485 echo $ECHO_N "(cached) $ECHO_C" >&6
28486 else
28487 ac_check_lib_save_LIBS=$LIBS
28488 LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
28489 cat >conftest.$ac_ext <<_ACEOF
28490 /* confdefs.h. */
28491 _ACEOF
28492 cat confdefs.h >>conftest.$ac_ext
28493 cat >>conftest.$ac_ext <<_ACEOF
28494 /* end confdefs.h. */
28495
28496 /* Override any gcc2 internal prototype to avoid an error. */
28497 #ifdef __cplusplus
28498 extern "C"
28499 #endif
28500 /* We use char because int might match the return type of a gcc2
28501 builtin and then its argument prototype would still apply. */
28502 char XShapeQueryExtension ();
28503 int
28504 main ()
28505 {
28506 XShapeQueryExtension ();
28507 ;
28508 return 0;
28509 }
28510 _ACEOF
28511 rm -f conftest.$ac_objext conftest$ac_exeext
28512 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28513 (eval $ac_link) 2>conftest.er1
28514 ac_status=$?
28515 grep -v '^ *+' conftest.er1 >conftest.err
28516 rm -f conftest.er1
28517 cat conftest.err >&5
28518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28519 (exit $ac_status); } &&
28520 { ac_try='test -z "$ac_c_werror_flag"
28521 || test ! -s conftest.err'
28522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28523 (eval $ac_try) 2>&5
28524 ac_status=$?
28525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28526 (exit $ac_status); }; } &&
28527 { ac_try='test -s conftest$ac_exeext'
28528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28529 (eval $ac_try) 2>&5
28530 ac_status=$?
28531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28532 (exit $ac_status); }; }; then
28533 ac_cv_lib_Xext_XShapeQueryExtension=yes
28534 else
28535 echo "$as_me: failed program was:" >&5
28536 sed 's/^/| /' conftest.$ac_ext >&5
28537
28538 ac_cv_lib_Xext_XShapeQueryExtension=no
28539 fi
28540 rm -f conftest.err conftest.$ac_objext \
28541 conftest$ac_exeext conftest.$ac_ext
28542 LIBS=$ac_check_lib_save_LIBS
28543 fi
28544 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
28545 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
28546 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
28547
28548 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
28549 wxHAVE_XEXT_LIB=1
28550
28551 fi
28552
28553
28554 if test "$wxHAVE_XEXT_LIB" = 1; then
28555 save_CFLAGS="$CFLAGS"
28556 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28557
28558 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
28559 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
28560 cat >conftest.$ac_ext <<_ACEOF
28561 /* confdefs.h. */
28562 _ACEOF
28563 cat confdefs.h >>conftest.$ac_ext
28564 cat >>conftest.$ac_ext <<_ACEOF
28565 /* end confdefs.h. */
28566
28567 #include <X11/Xlib.h>
28568 #include <X11/extensions/shape.h>
28569
28570 int
28571 main ()
28572 {
28573
28574 int dummy1, dummy2;
28575 XShapeQueryExtension((Display*)NULL,
28576 (int*)NULL, (int*)NULL);
28577
28578 ;
28579 return 0;
28580 }
28581 _ACEOF
28582 rm -f conftest.$ac_objext
28583 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28584 (eval $ac_compile) 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"
28592 || test ! -s conftest.err'
28593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28594 (eval $ac_try) 2>&5
28595 ac_status=$?
28596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28597 (exit $ac_status); }; } &&
28598 { ac_try='test -s conftest.$ac_objext'
28599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28600 (eval $ac_try) 2>&5
28601 ac_status=$?
28602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28603 (exit $ac_status); }; }; then
28604
28605 cat >>confdefs.h <<\_ACEOF
28606 #define HAVE_XSHAPE 1
28607 _ACEOF
28608
28609 echo "$as_me:$LINENO: result: found" >&5
28610 echo "${ECHO_T}found" >&6
28611
28612 else
28613 echo "$as_me: failed program was:" >&5
28614 sed 's/^/| /' conftest.$ac_ext >&5
28615
28616
28617 echo "$as_me:$LINENO: result: not found" >&5
28618 echo "${ECHO_T}not found" >&6
28619
28620 fi
28621 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28622 CFLAGS="$save_CFLAGS"
28623
28624 fi
28625 fi
28626
28627 if test "$wxUSE_MAC" = 1; then
28628 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
28629 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
28630 if test "$GCC" = yes; then
28631 echo "$as_me:$LINENO: result: gcc" >&5
28632 echo "${ECHO_T}gcc" >&6
28633 CPPFLAGS_PASCAL="-fpascal-strings"
28634 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
28635 echo "$as_me:$LINENO: result: xlc" >&5
28636 echo "${ECHO_T}xlc" >&6
28637 CPPFLAGS_PASCAL="-qmacpstr"
28638 else
28639 echo "$as_me:$LINENO: result: none" >&5
28640 echo "${ECHO_T}none" >&6
28641 fi
28642
28643 if test "x$wxUSE_UNIX" = "xyes"; then
28644 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon"
28645 else
28646 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON"
28647 fi
28648
28649 TOOLKIT=MAC
28650 GUIDIST=MACX_DIST
28651 WXBASEPORT="_carbon"
28652 fi
28653
28654 if test "$wxUSE_COCOA" = 1; then
28655 TOOLKIT=COCOA
28656 GUIDIST=COCOA_DIST
28657 fi
28658
28659 if test "$wxUSE_PM" = 1; then
28660 TOOLKIT=PM
28661 GUIDIST=PM_DIST
28662 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
28663 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
28664 if test "${wx_cv_spbcdata+set}" = set; then
28665 echo $ECHO_N "(cached) $ECHO_C" >&6
28666 else
28667
28668 cat >conftest.$ac_ext <<_ACEOF
28669 /* confdefs.h. */
28670 _ACEOF
28671 cat confdefs.h >>conftest.$ac_ext
28672 cat >>conftest.$ac_ext <<_ACEOF
28673 /* end confdefs.h. */
28674
28675 #define INCL_PM
28676 #include <os2.h>
28677
28678 int
28679 main ()
28680 {
28681
28682 SPBCDATA test;
28683
28684 ;
28685 return 0;
28686 }
28687 _ACEOF
28688 rm -f conftest.$ac_objext
28689 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28690 (eval $ac_compile) 2>conftest.er1
28691 ac_status=$?
28692 grep -v '^ *+' conftest.er1 >conftest.err
28693 rm -f conftest.er1
28694 cat conftest.err >&5
28695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28696 (exit $ac_status); } &&
28697 { ac_try='test -z "$ac_c_werror_flag"
28698 || test ! -s conftest.err'
28699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28700 (eval $ac_try) 2>&5
28701 ac_status=$?
28702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28703 (exit $ac_status); }; } &&
28704 { ac_try='test -s conftest.$ac_objext'
28705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28706 (eval $ac_try) 2>&5
28707 ac_status=$?
28708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28709 (exit $ac_status); }; }; then
28710 wx_cv_spbcdata=yes
28711 else
28712 echo "$as_me: failed program was:" >&5
28713 sed 's/^/| /' conftest.$ac_ext >&5
28714
28715 wx_cv_spbcdata=no
28716
28717 fi
28718 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28719
28720
28721 fi
28722 echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
28723 echo "${ECHO_T}$wx_cv_spbcdata" >&6
28724
28725 if test $wx_cv_spbcdata = "yes"; then
28726 cat >>confdefs.h <<\_ACEOF
28727 #define HAVE_SPBCDATA 1
28728 _ACEOF
28729
28730 fi
28731 fi
28732
28733 if test "$TOOLKIT" = "PM" ; then
28734 TOOLKIT_DIR="os2"
28735 else
28736 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
28737 fi
28738
28739 if test "$wxUSE_UNIVERSAL" = "yes"; then
28740 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
28741 WIDGET_SET=univ
28742 fi
28743
28744 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
28745 DISTDIR="wx\$(TOOLKIT)"
28746 else
28747 USE_GUI=0
28748
28749 TOOLKIT_DIR="base"
28750
28751 if test "$USE_WIN32" = 1 ; then
28752 TOOLKIT="MSW"
28753 fi
28754
28755 GUIDIST="BASE_DIST"
28756 DISTDIR="wxBase"
28757 fi
28758
28759
28760
28761
28762 IODBC_C_SRC=""
28763
28764
28765 if test "$TOOLKIT" != "MSW" ; then
28766
28767 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
28768
28769 if test "${ac_cv_header_sql_h+set}" = set; then
28770 echo "$as_me:$LINENO: checking for sql.h" >&5
28771 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
28772 if test "${ac_cv_header_sql_h+set}" = set; then
28773 echo $ECHO_N "(cached) $ECHO_C" >&6
28774 fi
28775 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
28776 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
28777 else
28778 # Is the header compilable?
28779 echo "$as_me:$LINENO: checking sql.h usability" >&5
28780 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
28781 cat >conftest.$ac_ext <<_ACEOF
28782 /* confdefs.h. */
28783 _ACEOF
28784 cat confdefs.h >>conftest.$ac_ext
28785 cat >>conftest.$ac_ext <<_ACEOF
28786 /* end confdefs.h. */
28787 $ac_includes_default
28788 #include <sql.h>
28789 _ACEOF
28790 rm -f conftest.$ac_objext
28791 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28792 (eval $ac_compile) 2>conftest.er1
28793 ac_status=$?
28794 grep -v '^ *+' conftest.er1 >conftest.err
28795 rm -f conftest.er1
28796 cat conftest.err >&5
28797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28798 (exit $ac_status); } &&
28799 { ac_try='test -z "$ac_c_werror_flag"
28800 || test ! -s conftest.err'
28801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28802 (eval $ac_try) 2>&5
28803 ac_status=$?
28804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28805 (exit $ac_status); }; } &&
28806 { ac_try='test -s conftest.$ac_objext'
28807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28808 (eval $ac_try) 2>&5
28809 ac_status=$?
28810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28811 (exit $ac_status); }; }; then
28812 ac_header_compiler=yes
28813 else
28814 echo "$as_me: failed program was:" >&5
28815 sed 's/^/| /' conftest.$ac_ext >&5
28816
28817 ac_header_compiler=no
28818 fi
28819 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28820 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28821 echo "${ECHO_T}$ac_header_compiler" >&6
28822
28823 # Is the header present?
28824 echo "$as_me:$LINENO: checking sql.h presence" >&5
28825 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
28826 cat >conftest.$ac_ext <<_ACEOF
28827 /* confdefs.h. */
28828 _ACEOF
28829 cat confdefs.h >>conftest.$ac_ext
28830 cat >>conftest.$ac_ext <<_ACEOF
28831 /* end confdefs.h. */
28832 #include <sql.h>
28833 _ACEOF
28834 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
28835 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
28836 ac_status=$?
28837 grep -v '^ *+' conftest.er1 >conftest.err
28838 rm -f conftest.er1
28839 cat conftest.err >&5
28840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28841 (exit $ac_status); } >/dev/null; then
28842 if test -s conftest.err; then
28843 ac_cpp_err=$ac_c_preproc_warn_flag
28844 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
28845 else
28846 ac_cpp_err=
28847 fi
28848 else
28849 ac_cpp_err=yes
28850 fi
28851 if test -z "$ac_cpp_err"; then
28852 ac_header_preproc=yes
28853 else
28854 echo "$as_me: failed program was:" >&5
28855 sed 's/^/| /' conftest.$ac_ext >&5
28856
28857 ac_header_preproc=no
28858 fi
28859 rm -f conftest.err conftest.$ac_ext
28860 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28861 echo "${ECHO_T}$ac_header_preproc" >&6
28862
28863 # So? What about this header?
28864 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
28865 yes:no: )
28866 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
28867 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
28868 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
28869 echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
28870 ac_header_preproc=yes
28871 ;;
28872 no:yes:* )
28873 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
28874 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
28875 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
28876 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
28877 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
28878 echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
28879 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
28880 echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
28881 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
28882 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
28883 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
28884 echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
28885 (
28886 cat <<\_ASBOX
28887 ## ----------------------------------------- ##
28888 ## Report this to wx-dev@lists.wxwidgets.org ##
28889 ## ----------------------------------------- ##
28890 _ASBOX
28891 ) |
28892 sed "s/^/$as_me: WARNING: /" >&2
28893 ;;
28894 esac
28895 echo "$as_me:$LINENO: checking for sql.h" >&5
28896 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
28897 if test "${ac_cv_header_sql_h+set}" = set; then
28898 echo $ECHO_N "(cached) $ECHO_C" >&6
28899 else
28900 ac_cv_header_sql_h=$ac_header_preproc
28901 fi
28902 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
28903 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
28904
28905 fi
28906 if test $ac_cv_header_sql_h = yes; then
28907 found_sql_h=1
28908 fi
28909
28910
28911 if test "x$found_sql_h" = "x1" ; then
28912 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
28913 echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
28914 if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
28915 echo $ECHO_N "(cached) $ECHO_C" >&6
28916 else
28917 ac_check_lib_save_LIBS=$LIBS
28918 LIBS="-liodbc $LIBS"
28919 cat >conftest.$ac_ext <<_ACEOF
28920 /* confdefs.h. */
28921 _ACEOF
28922 cat confdefs.h >>conftest.$ac_ext
28923 cat >>conftest.$ac_ext <<_ACEOF
28924 /* end confdefs.h. */
28925
28926 /* Override any gcc2 internal prototype to avoid an error. */
28927 #ifdef __cplusplus
28928 extern "C"
28929 #endif
28930 /* We use char because int might match the return type of a gcc2
28931 builtin and then its argument prototype would still apply. */
28932 char SQLAllocEnv ();
28933 int
28934 main ()
28935 {
28936 SQLAllocEnv ();
28937 ;
28938 return 0;
28939 }
28940 _ACEOF
28941 rm -f conftest.$ac_objext conftest$ac_exeext
28942 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28943 (eval $ac_link) 2>conftest.er1
28944 ac_status=$?
28945 grep -v '^ *+' conftest.er1 >conftest.err
28946 rm -f conftest.er1
28947 cat conftest.err >&5
28948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28949 (exit $ac_status); } &&
28950 { ac_try='test -z "$ac_c_werror_flag"
28951 || test ! -s conftest.err'
28952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28953 (eval $ac_try) 2>&5
28954 ac_status=$?
28955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28956 (exit $ac_status); }; } &&
28957 { ac_try='test -s conftest$ac_exeext'
28958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28959 (eval $ac_try) 2>&5
28960 ac_status=$?
28961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28962 (exit $ac_status); }; }; then
28963 ac_cv_lib_iodbc_SQLAllocEnv=yes
28964 else
28965 echo "$as_me: failed program was:" >&5
28966 sed 's/^/| /' conftest.$ac_ext >&5
28967
28968 ac_cv_lib_iodbc_SQLAllocEnv=no
28969 fi
28970 rm -f conftest.err conftest.$ac_objext \
28971 conftest$ac_exeext conftest.$ac_ext
28972 LIBS=$ac_check_lib_save_LIBS
28973 fi
28974 echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
28975 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
28976 if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
28977 ODBC_LINK=" -liodbc"
28978 else
28979
28980 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
28981 echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
28982 if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
28983 echo $ECHO_N "(cached) $ECHO_C" >&6
28984 else
28985 ac_check_lib_save_LIBS=$LIBS
28986 LIBS="-lunixodbc $LIBS"
28987 cat >conftest.$ac_ext <<_ACEOF
28988 /* confdefs.h. */
28989 _ACEOF
28990 cat confdefs.h >>conftest.$ac_ext
28991 cat >>conftest.$ac_ext <<_ACEOF
28992 /* end confdefs.h. */
28993
28994 /* Override any gcc2 internal prototype to avoid an error. */
28995 #ifdef __cplusplus
28996 extern "C"
28997 #endif
28998 /* We use char because int might match the return type of a gcc2
28999 builtin and then its argument prototype would still apply. */
29000 char SQLAllocEnv ();
29001 int
29002 main ()
29003 {
29004 SQLAllocEnv ();
29005 ;
29006 return 0;
29007 }
29008 _ACEOF
29009 rm -f conftest.$ac_objext conftest$ac_exeext
29010 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29011 (eval $ac_link) 2>conftest.er1
29012 ac_status=$?
29013 grep -v '^ *+' conftest.er1 >conftest.err
29014 rm -f conftest.er1
29015 cat conftest.err >&5
29016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29017 (exit $ac_status); } &&
29018 { ac_try='test -z "$ac_c_werror_flag"
29019 || test ! -s conftest.err'
29020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29021 (eval $ac_try) 2>&5
29022 ac_status=$?
29023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29024 (exit $ac_status); }; } &&
29025 { ac_try='test -s conftest$ac_exeext'
29026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29027 (eval $ac_try) 2>&5
29028 ac_status=$?
29029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29030 (exit $ac_status); }; }; then
29031 ac_cv_lib_unixodbc_SQLAllocEnv=yes
29032 else
29033 echo "$as_me: failed program was:" >&5
29034 sed 's/^/| /' conftest.$ac_ext >&5
29035
29036 ac_cv_lib_unixodbc_SQLAllocEnv=no
29037 fi
29038 rm -f conftest.err conftest.$ac_objext \
29039 conftest$ac_exeext conftest.$ac_ext
29040 LIBS=$ac_check_lib_save_LIBS
29041 fi
29042 echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
29043 echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
29044 if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
29045 ODBC_LINK=" -lunixodbc"
29046 else
29047
29048 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
29049 echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
29050 if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
29051 echo $ECHO_N "(cached) $ECHO_C" >&6
29052 else
29053 ac_check_lib_save_LIBS=$LIBS
29054 LIBS="-lodbc $LIBS"
29055 cat >conftest.$ac_ext <<_ACEOF
29056 /* confdefs.h. */
29057 _ACEOF
29058 cat confdefs.h >>conftest.$ac_ext
29059 cat >>conftest.$ac_ext <<_ACEOF
29060 /* end confdefs.h. */
29061
29062 /* Override any gcc2 internal prototype to avoid an error. */
29063 #ifdef __cplusplus
29064 extern "C"
29065 #endif
29066 /* We use char because int might match the return type of a gcc2
29067 builtin and then its argument prototype would still apply. */
29068 char SQLAllocEnv ();
29069 int
29070 main ()
29071 {
29072 SQLAllocEnv ();
29073 ;
29074 return 0;
29075 }
29076 _ACEOF
29077 rm -f conftest.$ac_objext conftest$ac_exeext
29078 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29079 (eval $ac_link) 2>conftest.er1
29080 ac_status=$?
29081 grep -v '^ *+' conftest.er1 >conftest.err
29082 rm -f conftest.er1
29083 cat conftest.err >&5
29084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29085 (exit $ac_status); } &&
29086 { ac_try='test -z "$ac_c_werror_flag"
29087 || test ! -s conftest.err'
29088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29089 (eval $ac_try) 2>&5
29090 ac_status=$?
29091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29092 (exit $ac_status); }; } &&
29093 { ac_try='test -s conftest$ac_exeext'
29094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29095 (eval $ac_try) 2>&5
29096 ac_status=$?
29097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29098 (exit $ac_status); }; }; then
29099 ac_cv_lib_odbc_SQLAllocEnv=yes
29100 else
29101 echo "$as_me: failed program was:" >&5
29102 sed 's/^/| /' conftest.$ac_ext >&5
29103
29104 ac_cv_lib_odbc_SQLAllocEnv=no
29105 fi
29106 rm -f conftest.err conftest.$ac_objext \
29107 conftest$ac_exeext conftest.$ac_ext
29108 LIBS=$ac_check_lib_save_LIBS
29109 fi
29110 echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
29111 echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
29112 if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
29113 ODBC_LINK=" -lodbc"
29114 fi
29115
29116
29117 fi
29118
29119
29120 fi
29121
29122 fi
29123 if test "x$ODBC_LINK" = "x" ; then
29124 if test "$wxUSE_ODBC" = "sys" ; then
29125 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
29126 echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
29127 { (exit 1); exit 1; }; }
29128 else
29129 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
29130 echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
29131 wxUSE_ODBC=builtin
29132 fi
29133 else
29134 wxUSE_ODBC=sys
29135 fi
29136 fi
29137
29138 if test "$wxUSE_ODBC" = "builtin" ; then
29139 cat >>confdefs.h <<\_ACEOF
29140 #define wxUSE_BUILTIN_IODBC 1
29141 _ACEOF
29142
29143 fi
29144 fi
29145
29146 if test "$wxUSE_ODBC" != "no" ; then
29147 cat >>confdefs.h <<\_ACEOF
29148 #define wxUSE_ODBC 1
29149 _ACEOF
29150
29151 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
29152
29153 WXODBCFLAG="-D_IODBC_"
29154 fi
29155
29156
29157 if test "$wxUSE_DISPLAY" = "yes"; then
29158 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
29159 echo "$as_me:$LINENO: checking for Xinerama" >&5
29160 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
29161
29162 ac_find_libraries=
29163 for ac_dir in $SEARCH_LIB /usr/lib;
29164 do
29165 for ac_extension in a so sl dylib; do
29166 if test -f "$ac_dir/libXinerama.$ac_extension"; then
29167 ac_find_libraries=$ac_dir
29168 break 2
29169 fi
29170 done
29171 done
29172
29173 if test "$ac_find_libraries" != "" ; then
29174
29175 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29176 result=$?
29177 if test $result = 0; then
29178 ac_path_to_link=""
29179 else
29180 ac_path_to_link=" -L$ac_find_libraries"
29181 fi
29182
29183 if test "$ac_path_to_link" != " -L/usr/lib" ; then
29184 LDFLAGS="$LDFLAGS $ac_path_to_link"
29185 fi
29186 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
29187 echo "$as_me:$LINENO: result: yes" >&5
29188 echo "${ECHO_T}yes" >&6
29189
29190 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
29191 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
29192
29193 ac_find_libraries=
29194 for ac_dir in $SEARCH_LIB /usr/lib;
29195 do
29196 for ac_extension in a so sl dylib; do
29197 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
29198 ac_find_libraries=$ac_dir
29199 break 2
29200 fi
29201 done
29202 done
29203
29204 if test "$ac_find_libraries" != "" ; then
29205 echo "$as_me:$LINENO: result: yes" >&5
29206 echo "${ECHO_T}yes" >&6
29207
29208 for ac_header in X11/extensions/xf86vmode.h
29209 do
29210 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29211 echo "$as_me:$LINENO: checking for $ac_header" >&5
29212 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29213 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29214 echo $ECHO_N "(cached) $ECHO_C" >&6
29215 else
29216 cat >conftest.$ac_ext <<_ACEOF
29217 /* confdefs.h. */
29218 _ACEOF
29219 cat confdefs.h >>conftest.$ac_ext
29220 cat >>conftest.$ac_ext <<_ACEOF
29221 /* end confdefs.h. */
29222
29223 #if HAVE_X11_XLIB_H
29224 #include <X11/Xlib.h>
29225 #endif
29226
29227
29228 #include <$ac_header>
29229 _ACEOF
29230 rm -f conftest.$ac_objext
29231 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29232 (eval $ac_compile) 2>conftest.er1
29233 ac_status=$?
29234 grep -v '^ *+' conftest.er1 >conftest.err
29235 rm -f conftest.er1
29236 cat conftest.err >&5
29237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29238 (exit $ac_status); } &&
29239 { ac_try='test -z "$ac_c_werror_flag"
29240 || test ! -s conftest.err'
29241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29242 (eval $ac_try) 2>&5
29243 ac_status=$?
29244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29245 (exit $ac_status); }; } &&
29246 { ac_try='test -s conftest.$ac_objext'
29247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29248 (eval $ac_try) 2>&5
29249 ac_status=$?
29250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29251 (exit $ac_status); }; }; then
29252 eval "$as_ac_Header=yes"
29253 else
29254 echo "$as_me: failed program was:" >&5
29255 sed 's/^/| /' conftest.$ac_ext >&5
29256
29257 eval "$as_ac_Header=no"
29258 fi
29259 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29260 fi
29261 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29262 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29263 if test `eval echo '${'$as_ac_Header'}'` = yes; then
29264 cat >>confdefs.h <<_ACEOF
29265 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29266 _ACEOF
29267
29268 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
29269
29270 fi
29271
29272 done
29273
29274 else
29275 echo "$as_me:$LINENO: result: no" >&5
29276 echo "${ECHO_T}no" >&6
29277 fi
29278
29279 else
29280 echo "$as_me:$LINENO: result: no" >&5
29281 echo "${ECHO_T}no" >&6
29282 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
29283 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
29284 wxUSE_DISPLAY="no"
29285 fi
29286 elif test "$wxUSE_MSW" = 1; then
29287
29288
29289 for ac_header in multimon.h ddraw.h
29290 do
29291 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29292 echo "$as_me:$LINENO: checking for $ac_header" >&5
29293 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29294 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29295 echo $ECHO_N "(cached) $ECHO_C" >&6
29296 else
29297 cat >conftest.$ac_ext <<_ACEOF
29298 /* confdefs.h. */
29299 _ACEOF
29300 cat confdefs.h >>conftest.$ac_ext
29301 cat >>conftest.$ac_ext <<_ACEOF
29302 /* end confdefs.h. */
29303 #include <windows.h>
29304
29305 #include <$ac_header>
29306 _ACEOF
29307 rm -f conftest.$ac_objext
29308 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29309 (eval $ac_compile) 2>conftest.er1
29310 ac_status=$?
29311 grep -v '^ *+' conftest.er1 >conftest.err
29312 rm -f conftest.er1
29313 cat conftest.err >&5
29314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29315 (exit $ac_status); } &&
29316 { ac_try='test -z "$ac_c_werror_flag"
29317 || test ! -s conftest.err'
29318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29319 (eval $ac_try) 2>&5
29320 ac_status=$?
29321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29322 (exit $ac_status); }; } &&
29323 { ac_try='test -s conftest.$ac_objext'
29324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29325 (eval $ac_try) 2>&5
29326 ac_status=$?
29327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29328 (exit $ac_status); }; }; then
29329 eval "$as_ac_Header=yes"
29330 else
29331 echo "$as_me: failed program was:" >&5
29332 sed 's/^/| /' conftest.$ac_ext >&5
29333
29334 eval "$as_ac_Header=no"
29335 fi
29336 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29337 fi
29338 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29339 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29340 if test `eval echo '${'$as_ac_Header'}'` = yes; then
29341 cat >>confdefs.h <<_ACEOF
29342 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29343 _ACEOF
29344
29345 else
29346
29347 wxUSE_DISPLAY="no"
29348 { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5
29349 echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;}
29350
29351 fi
29352
29353 done
29354
29355 fi
29356 fi
29357
29358
29359 USE_OPENGL=0
29360 if test "$wxUSE_OPENGL" = "yes"; then
29361 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
29362 OPENGL_LIBS="-framework OpenGL -framework AGL"
29363 elif test "$wxUSE_MSW" = 1; then
29364 OPENGL_LIBS="-lopengl32 -lglu32"
29365 else
29366
29367
29368 ac_find_includes=
29369 for ac_dir in $SEARCH_INCLUDE /usr/include;
29370 do
29371 if test -f "$ac_dir/GL/gl.h"; then
29372 ac_find_includes=$ac_dir
29373 break
29374 fi
29375 done
29376
29377 if test "$ac_find_includes" != "" ; then
29378 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
29379 echo "${ECHO_T}found in $ac_find_includes" >&6
29380
29381 if test "x$ac_find_includes" = "x/usr/include"; then
29382 ac_path_to_include=""
29383 else
29384 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
29385 result=$?
29386 if test $result = 0; then
29387 ac_path_to_include=""
29388 else
29389 ac_path_to_include=" -I$ac_find_includes"
29390 fi
29391 fi
29392
29393 CPPFLAGS="$CPPFLAGS$ac_path_to_include"
29394 fi
29395
29396 if test "${ac_cv_header_GL_gl_h+set}" = set; then
29397 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
29398 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
29399 if test "${ac_cv_header_GL_gl_h+set}" = set; then
29400 echo $ECHO_N "(cached) $ECHO_C" >&6
29401 fi
29402 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
29403 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
29404 else
29405 # Is the header compilable?
29406 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
29407 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
29408 cat >conftest.$ac_ext <<_ACEOF
29409 /* confdefs.h. */
29410 _ACEOF
29411 cat confdefs.h >>conftest.$ac_ext
29412 cat >>conftest.$ac_ext <<_ACEOF
29413 /* end confdefs.h. */
29414 $ac_includes_default
29415 #include <GL/gl.h>
29416 _ACEOF
29417 rm -f conftest.$ac_objext
29418 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29419 (eval $ac_compile) 2>conftest.er1
29420 ac_status=$?
29421 grep -v '^ *+' conftest.er1 >conftest.err
29422 rm -f conftest.er1
29423 cat conftest.err >&5
29424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29425 (exit $ac_status); } &&
29426 { ac_try='test -z "$ac_c_werror_flag"
29427 || test ! -s conftest.err'
29428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29429 (eval $ac_try) 2>&5
29430 ac_status=$?
29431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29432 (exit $ac_status); }; } &&
29433 { ac_try='test -s conftest.$ac_objext'
29434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29435 (eval $ac_try) 2>&5
29436 ac_status=$?
29437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29438 (exit $ac_status); }; }; then
29439 ac_header_compiler=yes
29440 else
29441 echo "$as_me: failed program was:" >&5
29442 sed 's/^/| /' conftest.$ac_ext >&5
29443
29444 ac_header_compiler=no
29445 fi
29446 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29447 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29448 echo "${ECHO_T}$ac_header_compiler" >&6
29449
29450 # Is the header present?
29451 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
29452 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
29453 cat >conftest.$ac_ext <<_ACEOF
29454 /* confdefs.h. */
29455 _ACEOF
29456 cat confdefs.h >>conftest.$ac_ext
29457 cat >>conftest.$ac_ext <<_ACEOF
29458 /* end confdefs.h. */
29459 #include <GL/gl.h>
29460 _ACEOF
29461 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29462 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
29463 ac_status=$?
29464 grep -v '^ *+' conftest.er1 >conftest.err
29465 rm -f conftest.er1
29466 cat conftest.err >&5
29467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29468 (exit $ac_status); } >/dev/null; then
29469 if test -s conftest.err; then
29470 ac_cpp_err=$ac_c_preproc_warn_flag
29471 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
29472 else
29473 ac_cpp_err=
29474 fi
29475 else
29476 ac_cpp_err=yes
29477 fi
29478 if test -z "$ac_cpp_err"; then
29479 ac_header_preproc=yes
29480 else
29481 echo "$as_me: failed program was:" >&5
29482 sed 's/^/| /' conftest.$ac_ext >&5
29483
29484 ac_header_preproc=no
29485 fi
29486 rm -f conftest.err conftest.$ac_ext
29487 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29488 echo "${ECHO_T}$ac_header_preproc" >&6
29489
29490 # So? What about this header?
29491 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29492 yes:no: )
29493 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
29494 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
29495 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
29496 echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
29497 ac_header_preproc=yes
29498 ;;
29499 no:yes:* )
29500 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
29501 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
29502 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
29503 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
29504 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
29505 echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
29506 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
29507 echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
29508 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
29509 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
29510 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
29511 echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
29512 (
29513 cat <<\_ASBOX
29514 ## ----------------------------------------- ##
29515 ## Report this to wx-dev@lists.wxwidgets.org ##
29516 ## ----------------------------------------- ##
29517 _ASBOX
29518 ) |
29519 sed "s/^/$as_me: WARNING: /" >&2
29520 ;;
29521 esac
29522 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
29523 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
29524 if test "${ac_cv_header_GL_gl_h+set}" = set; then
29525 echo $ECHO_N "(cached) $ECHO_C" >&6
29526 else
29527 ac_cv_header_GL_gl_h=$ac_header_preproc
29528 fi
29529 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
29530 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
29531
29532 fi
29533 if test $ac_cv_header_GL_gl_h = yes; then
29534
29535 found_gl=0
29536
29537 echo "$as_me:$LINENO: checking for -lGL" >&5
29538 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
29539
29540 ac_find_libraries=
29541 for ac_dir in $SEARCH_LIB /usr/lib;
29542 do
29543 for ac_extension in a so sl dylib; do
29544 if test -f "$ac_dir/libGL.$ac_extension"; then
29545 ac_find_libraries=$ac_dir
29546 break 2
29547 fi
29548 done
29549 done
29550
29551 if test "$ac_find_libraries" != "" ; then
29552 echo "$as_me:$LINENO: result: yes" >&5
29553 echo "${ECHO_T}yes" >&6
29554
29555
29556 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29557 result=$?
29558 if test $result = 0; then
29559 ac_path_to_link=""
29560 else
29561 ac_path_to_link=" -L$ac_find_libraries"
29562 fi
29563
29564 if test "$ac_path_to_link" != " -L/usr/lib" ; then
29565 LDFLAGS_GL="$ac_path_to_link"
29566 fi
29567
29568 echo "$as_me:$LINENO: checking for -lGLU" >&5
29569 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6
29570
29571 ac_find_libraries=
29572 for ac_dir in $SEARCH_LIB /usr/lib;
29573 do
29574 for ac_extension in a so sl dylib; do
29575 if test -f "$ac_dir/libGLU.$ac_extension"; then
29576 ac_find_libraries=$ac_dir
29577 break 2
29578 fi
29579 done
29580 done
29581
29582 if test "$ac_find_libraries" != "" ; then
29583
29584 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29585 result=$?
29586 if test $result = 0; then
29587 ac_path_to_link=""
29588 else
29589 ac_path_to_link=" -L$ac_find_libraries"
29590 fi
29591
29592 if test "$ac_path_to_link" != " -L/usr/lib" -a \
29593 "$ac_path_to_link" != "$LDFLAGS_GL"; then
29594 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
29595 fi
29596
29597 found_gl=1
29598 OPENGL_LIBS="-lGL -lGLU"
29599 echo "$as_me:$LINENO: result: yes" >&5
29600 echo "${ECHO_T}yes" >&6
29601 else
29602 echo "$as_me:$LINENO: result: no" >&5
29603 echo "${ECHO_T}no" >&6
29604 fi
29605 else
29606 echo "$as_me:$LINENO: result: no" >&5
29607 echo "${ECHO_T}no" >&6
29608 fi
29609
29610 if test "$found_gl" != 1; then
29611 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
29612 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
29613
29614 ac_find_libraries=
29615 for ac_dir in $SEARCH_LIB /usr/lib;
29616 do
29617 for ac_extension in a so sl dylib; do
29618 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
29619 ac_find_libraries=$ac_dir
29620 break 2
29621 fi
29622 done
29623 done
29624
29625 if test "$ac_find_libraries" != "" ; then
29626
29627 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29628 result=$?
29629 if test $result = 0; then
29630 ac_path_to_link=""
29631 else
29632 ac_path_to_link=" -L$ac_find_libraries"
29633 fi
29634
29635 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
29636 OPENGL_LIBS="-lMesaGL -lMesaGLU"
29637 echo "$as_me:$LINENO: result: yes" >&5
29638 echo "${ECHO_T}yes" >&6
29639 else
29640 echo "$as_me:$LINENO: result: no" >&5
29641 echo "${ECHO_T}no" >&6
29642 fi
29643 fi
29644
29645 fi
29646
29647
29648
29649 if test "x$OPENGL_LIBS" = "x"; then
29650 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
29651 echo "$as_me: error: OpenGL libraries not available" >&2;}
29652 { (exit 1); exit 1; }; }
29653 fi
29654 fi
29655
29656 if test "$wxUSE_OPENGL" = "yes"; then
29657 USE_OPENGL=1
29658 cat >>confdefs.h <<\_ACEOF
29659 #define wxUSE_OPENGL 1
29660 _ACEOF
29661
29662 cat >>confdefs.h <<\_ACEOF
29663 #define wxUSE_GLCANVAS 1
29664 _ACEOF
29665
29666 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
29667 fi
29668 fi
29669
29670
29671 if test -n "$TOOLKIT" ; then
29672 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
29673 fi
29674
29675
29676
29677 if test "$wxUSE_SHARED" = "yes"; then
29678 case "${host}" in
29679 *-pc-msdosdjgpp )
29680 wxUSE_SHARED=no
29681 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
29682 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
29683 ;;
29684 esac
29685 fi
29686
29687 if test "$wxUSE_SHARED" = "yes"; then
29688
29689
29690 found_versioning=no
29691
29692
29693 if test $found_versioning = no ; then
29694 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
29695 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
29696 if test "${wx_cv_version_script+set}" = set; then
29697 echo $ECHO_N "(cached) $ECHO_C" >&6
29698 else
29699
29700 echo "VER_1 { *; };" >conftest.sym
29701 echo "int main() { return 0; }" >conftest.cpp
29702
29703 if { ac_try='
29704 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29705 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
29706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29707 (eval $ac_try) 2>&5
29708 ac_status=$?
29709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29710 (exit $ac_status); }; } ; then
29711 if test -s conftest.stderr ; then
29712 wx_cv_version_script=no
29713 else
29714 wx_cv_version_script=yes
29715 fi
29716 else
29717 wx_cv_version_script=no
29718 fi
29719
29720 if test $wx_cv_version_script = yes
29721 then
29722 echo "struct B { virtual ~B() { } }; \
29723 struct D : public B { }; \
29724 void F() { D d; }" > conftest.cpp
29725
29726 if { ac_try='
29727 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29728 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
29729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29730 (eval $ac_try) 2>&5
29731 ac_status=$?
29732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29733 (exit $ac_status); }; } &&
29734 { ac_try='
29735 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29736 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
29737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29738 (eval $ac_try) 2>&5
29739 ac_status=$?
29740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29741 (exit $ac_status); }; }
29742 then
29743 if { ac_try='
29744 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29745 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
29746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29747 (eval $ac_try) 2>&5
29748 ac_status=$?
29749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29750 (exit $ac_status); }; }
29751 then
29752 wx_cv_version_script=yes
29753 else
29754 wx_cv_version_script=no
29755 fi
29756 fi
29757 fi
29758
29759 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
29760 rm -f conftest1.output conftest2.output conftest3.output
29761
29762 fi
29763 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
29764 echo "${ECHO_T}$wx_cv_version_script" >&6
29765 if test $wx_cv_version_script = yes ; then
29766 LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script"
29767 fi
29768 fi
29769
29770
29771 case "${host}" in
29772 *-*-linux* | *-*-gnu* )
29773 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
29774 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
29775 ;;
29776
29777 *-*-solaris2* )
29778 if test "$GCC" = yes ; then
29779 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
29780
29781 saveLdflags="$LDFLAGS"
29782 LDFLAGS="$saveLdflags -Wl,-rpath,/"
29783 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
29784 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
29785 cat >conftest.$ac_ext <<_ACEOF
29786 /* confdefs.h. */
29787 _ACEOF
29788 cat confdefs.h >>conftest.$ac_ext
29789 cat >>conftest.$ac_ext <<_ACEOF
29790 /* end confdefs.h. */
29791
29792 int
29793 main ()
29794 {
29795
29796 ;
29797 return 0;
29798 }
29799 _ACEOF
29800 rm -f conftest.$ac_objext conftest$ac_exeext
29801 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29802 (eval $ac_link) 2>conftest.er1
29803 ac_status=$?
29804 grep -v '^ *+' conftest.er1 >conftest.err
29805 rm -f conftest.er1
29806 cat conftest.err >&5
29807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29808 (exit $ac_status); } &&
29809 { ac_try='test -z "$ac_c_werror_flag"
29810 || test ! -s conftest.err'
29811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29812 (eval $ac_try) 2>&5
29813 ac_status=$?
29814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29815 (exit $ac_status); }; } &&
29816 { ac_try='test -s conftest$ac_exeext'
29817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29818 (eval $ac_try) 2>&5
29819 ac_status=$?
29820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29821 (exit $ac_status); }; }; then
29822
29823 echo "$as_me:$LINENO: result: yes" >&5
29824 echo "${ECHO_T}yes" >&6
29825 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
29826 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
29827
29828 else
29829 echo "$as_me: failed program was:" >&5
29830 sed 's/^/| /' conftest.$ac_ext >&5
29831
29832
29833 echo "$as_me:$LINENO: result: no" >&5
29834 echo "${ECHO_T}no" >&6
29835 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
29836 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
29837 LDFLAGS="$saveLdflags -Wl,-R,/"
29838 cat >conftest.$ac_ext <<_ACEOF
29839 /* confdefs.h. */
29840 _ACEOF
29841 cat confdefs.h >>conftest.$ac_ext
29842 cat >>conftest.$ac_ext <<_ACEOF
29843 /* end confdefs.h. */
29844
29845 int
29846 main ()
29847 {
29848
29849 ;
29850 return 0;
29851 }
29852 _ACEOF
29853 rm -f conftest.$ac_objext conftest$ac_exeext
29854 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29855 (eval $ac_link) 2>conftest.er1
29856 ac_status=$?
29857 grep -v '^ *+' conftest.er1 >conftest.err
29858 rm -f conftest.er1
29859 cat conftest.err >&5
29860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29861 (exit $ac_status); } &&
29862 { ac_try='test -z "$ac_c_werror_flag"
29863 || test ! -s conftest.err'
29864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29865 (eval $ac_try) 2>&5
29866 ac_status=$?
29867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29868 (exit $ac_status); }; } &&
29869 { ac_try='test -s conftest$ac_exeext'
29870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29871 (eval $ac_try) 2>&5
29872 ac_status=$?
29873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29874 (exit $ac_status); }; }; then
29875
29876 echo "$as_me:$LINENO: result: yes" >&5
29877 echo "${ECHO_T}yes" >&6
29878 SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib"
29879 WXCONFIG_RPATH="-Wl,-R,\$libdir"
29880
29881 else
29882 echo "$as_me: failed program was:" >&5
29883 sed 's/^/| /' conftest.$ac_ext >&5
29884
29885
29886 echo "$as_me:$LINENO: result: no" >&5
29887 echo "${ECHO_T}no" >&6
29888
29889 fi
29890 rm -f conftest.err conftest.$ac_objext \
29891 conftest$ac_exeext conftest.$ac_ext
29892
29893 fi
29894 rm -f conftest.err conftest.$ac_objext \
29895 conftest$ac_exeext conftest.$ac_ext
29896 LDFLAGS="$saveLdflags"
29897 else
29898 SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib"
29899 WXCONFIG_RPATH="-R\$libdir"
29900 fi
29901 ;;
29902
29903 powerpc-*-darwin* )
29904 SAMPLES_RPATH_POSTLINK="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
29905 cat <<EOF >change-install-names
29906 #!/bin/sh
29907 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
29908 inst_cmd="install_name_tool "
29909 for i in \${libnames} ; do
29910 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
29911 done
29912 \${inst_cmd} \${3}
29913 EOF
29914 chmod +x change-install-names
29915 ;;
29916
29917 *-*-cygwin* | *-*-mingw32* )
29918 TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
29919 ;;
29920
29921 *-*-hpux* )
29922 SAMPLES_RPATH_FLAG="-Wl,+b,\$(top_builddir)lib"
29923 WXCONFIG_RPATH="-Wl,+b,\$libdir"
29924 ;;
29925
29926 esac
29927
29928 if test $wxUSE_RPATH = "no"; then
29929 SAMPLES_RPATH_FLAG=''
29930 SAMPLES_RPATH_POSTLINK=''
29931 WXCONFIG_RPATH=''
29932 fi
29933
29934 SHARED=1
29935
29936 else
29937
29938 config_linkage_component="-static"
29939 SHARED=0
29940
29941 fi
29942
29943
29944 UNICODE=0
29945 lib_unicode_suffix=
29946 WX_CHARTYPE="ansi"
29947 if test "$wxUSE_UNICODE" = "yes"; then
29948 lib_unicode_suffix=u
29949 WX_CHARTYPE="unicode"
29950 UNICODE=1
29951 fi
29952
29953 lib_debug_suffix=
29954 WX_DEBUGTYPE="release"
29955 DEBUG_FLAG=0
29956 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
29957 lib_debug_suffix=d
29958 WX_DEBUGTYPE="debug"
29959 DEBUG_FLAG=1
29960 fi
29961
29962 WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
29963 WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
29964
29965 DEBUG_INFO=0
29966 if test "$wxUSE_DEBUG_INFO" = "yes"; then
29967 DEBUG_INFO=1
29968 fi
29969
29970 WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
29971
29972 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
29973
29974 TOOLCHAIN_FULLNAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
29975
29976 if test "$cross_compiling" = "yes"; then
29977 HOST_SUFFIX="-$host_alias"
29978 TOOLCHAIN_NAME="$TOOLCHAIN_NAME$HOST_SUFFIX"
29979 TOOLCHAIN_FULLNAME="${host_alias}-$TOOLCHAIN_FULLNAME"
29980 fi
29981
29982 WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
29983 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
29984
29985
29986
29987 if test "$wxUSE_COCOA" = 1; then
29988
29989
29990 ac_ext=c
29991 ac_cpp='$CPP $CPPFLAGS'
29992 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29993 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29994 ac_compiler_gnu=$ac_cv_c_compiler_gnu
29995
29996 ac_ext=m
29997
29998 echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
29999 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6
30000 cat >conftest.$ac_ext <<_ACEOF
30001 /* confdefs.h. */
30002 _ACEOF
30003 cat confdefs.h >>conftest.$ac_ext
30004 cat >>conftest.$ac_ext <<_ACEOF
30005 /* end confdefs.h. */
30006 #include <AppKit/NSEvent.h>
30007 #include <CoreFoundation/CoreFoundation.h>
30008
30009 int
30010 main ()
30011 {
30012
30013 ;
30014 return 0;
30015 }
30016 _ACEOF
30017 rm -f conftest.$ac_objext
30018 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30019 (eval $ac_compile) 2>conftest.er1
30020 ac_status=$?
30021 grep -v '^ *+' conftest.er1 >conftest.err
30022 rm -f conftest.er1
30023 cat conftest.err >&5
30024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30025 (exit $ac_status); } &&
30026 { ac_try='test -z "$ac_c_werror_flag"
30027 || test ! -s conftest.err'
30028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30029 (eval $ac_try) 2>&5
30030 ac_status=$?
30031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30032 (exit $ac_status); }; } &&
30033 { ac_try='test -s conftest.$ac_objext'
30034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30035 (eval $ac_try) 2>&5
30036 ac_status=$?
30037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30038 (exit $ac_status); }; }; then
30039 echo "$as_me:$LINENO: result: no" >&5
30040 echo "${ECHO_T}no" >&6
30041 else
30042 echo "$as_me: failed program was:" >&5
30043 sed 's/^/| /' conftest.$ac_ext >&5
30044
30045 echo "$as_me:$LINENO: result: yes" >&5
30046 echo "${ECHO_T}yes" >&6
30047 echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
30048 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6
30049 cat >conftest.$ac_ext <<_ACEOF
30050 /* confdefs.h. */
30051 _ACEOF
30052 cat confdefs.h >>conftest.$ac_ext
30053 cat >>conftest.$ac_ext <<_ACEOF
30054 /* end confdefs.h. */
30055 #define __Point__ 1
30056 #include <AppKit/NSEvent.h>
30057 #include <CoreFoundation/CoreFoundation.h>
30058
30059 int
30060 main ()
30061 {
30062
30063 ;
30064 return 0;
30065 }
30066 _ACEOF
30067 rm -f conftest.$ac_objext
30068 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30069 (eval $ac_compile) 2>conftest.er1
30070 ac_status=$?
30071 grep -v '^ *+' conftest.er1 >conftest.err
30072 rm -f conftest.er1
30073 cat conftest.err >&5
30074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30075 (exit $ac_status); } &&
30076 { ac_try='test -z "$ac_c_werror_flag"
30077 || test ! -s conftest.err'
30078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30079 (eval $ac_try) 2>&5
30080 ac_status=$?
30081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30082 (exit $ac_status); }; } &&
30083 { ac_try='test -s conftest.$ac_objext'
30084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30085 (eval $ac_try) 2>&5
30086 ac_status=$?
30087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30088 (exit $ac_status); }; }; then
30089 echo "$as_me:$LINENO: result: yes" >&5
30090 echo "${ECHO_T}yes" >&6
30091 cat >>confdefs.h <<\_ACEOF
30092 #define __Point__ 1
30093 _ACEOF
30094
30095
30096 else
30097 echo "$as_me: failed program was:" >&5
30098 sed 's/^/| /' conftest.$ac_ext >&5
30099
30100 { { echo "$as_me:$LINENO: error: no
30101 See \`config.log' for more details." >&5
30102 echo "$as_me: error: no
30103 See \`config.log' for more details." >&2;}
30104 { (exit 1); exit 1; }; }
30105
30106 fi
30107 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30108
30109 fi
30110 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30111 ac_ext=c
30112 ac_cpp='$CPP $CPPFLAGS'
30113 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30114 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30115 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30116
30117 fi
30118
30119 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
30120 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
30121 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
30122
30123 LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
30124
30125 # Extract the first word of "Rez", so it can be a program name with args.
30126 set dummy Rez; ac_word=$2
30127 echo "$as_me:$LINENO: checking for $ac_word" >&5
30128 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
30129 if test "${ac_cv_prog_RESCOMP+set}" = set; then
30130 echo $ECHO_N "(cached) $ECHO_C" >&6
30131 else
30132 if test -n "$RESCOMP"; then
30133 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
30134 else
30135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30136 for as_dir in $PATH
30137 do
30138 IFS=$as_save_IFS
30139 test -z "$as_dir" && as_dir=.
30140 for ac_exec_ext in '' $ac_executable_extensions; do
30141 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30142 ac_cv_prog_RESCOMP="Rez"
30143 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30144 break 2
30145 fi
30146 done
30147 done
30148
30149 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
30150 fi
30151 fi
30152 RESCOMP=$ac_cv_prog_RESCOMP
30153 if test -n "$RESCOMP"; then
30154 echo "$as_me:$LINENO: result: $RESCOMP" >&5
30155 echo "${ECHO_T}$RESCOMP" >&6
30156 else
30157 echo "$as_me:$LINENO: result: no" >&5
30158 echo "${ECHO_T}no" >&6
30159 fi
30160
30161 # Extract the first word of "DeRez", so it can be a program name with args.
30162 set dummy DeRez; ac_word=$2
30163 echo "$as_me:$LINENO: checking for $ac_word" >&5
30164 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
30165 if test "${ac_cv_prog_DEREZ+set}" = set; then
30166 echo $ECHO_N "(cached) $ECHO_C" >&6
30167 else
30168 if test -n "$DEREZ"; then
30169 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
30170 else
30171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30172 for as_dir in $PATH
30173 do
30174 IFS=$as_save_IFS
30175 test -z "$as_dir" && as_dir=.
30176 for ac_exec_ext in '' $ac_executable_extensions; do
30177 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30178 ac_cv_prog_DEREZ="DeRez"
30179 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30180 break 2
30181 fi
30182 done
30183 done
30184
30185 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
30186 fi
30187 fi
30188 DEREZ=$ac_cv_prog_DEREZ
30189 if test -n "$DEREZ"; then
30190 echo "$as_me:$LINENO: result: $DEREZ" >&5
30191 echo "${ECHO_T}$DEREZ" >&6
30192 else
30193 echo "$as_me:$LINENO: result: no" >&5
30194 echo "${ECHO_T}no" >&6
30195 fi
30196
30197 # Extract the first word of "SetFile", so it can be a program name with args.
30198 set dummy SetFile; ac_word=$2
30199 echo "$as_me:$LINENO: checking for $ac_word" >&5
30200 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
30201 if test "${ac_cv_prog_SETFILE+set}" = set; then
30202 echo $ECHO_N "(cached) $ECHO_C" >&6
30203 else
30204 if test -n "$SETFILE"; then
30205 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
30206 else
30207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30208 for as_dir in $PATH
30209 do
30210 IFS=$as_save_IFS
30211 test -z "$as_dir" && as_dir=.
30212 for ac_exec_ext in '' $ac_executable_extensions; do
30213 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30214 ac_cv_prog_SETFILE="SetFile"
30215 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30216 break 2
30217 fi
30218 done
30219 done
30220
30221 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
30222 fi
30223 fi
30224 SETFILE=$ac_cv_prog_SETFILE
30225 if test -n "$SETFILE"; then
30226 echo "$as_me:$LINENO: result: $SETFILE" >&5
30227 echo "${ECHO_T}$SETFILE" >&6
30228 else
30229 echo "$as_me:$LINENO: result: no" >&5
30230 echo "${ECHO_T}no" >&6
30231 fi
30232
30233
30234 MACSETFILE="\$(SETFILE)"
30235
30236 if test "$wxUSE_MAC" = 1; then
30237 MACRESCOMP="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r -o"
30238
30239 MACRESWXCONFIG="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r -o"
30240 else
30241 MACRESCOMP="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
30242 MACRESWXCONFIG="echo -n \\\| ${RESCOMP} -d __DARWIN__ -t APPL \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
30243 fi
30244 else
30245 MACSETFILE="@true"
30246 MACRESWXCONFIG="@true"
30247
30248 if test "$wxUSE_PM" = 1; then
30249 MACRESCOMP="emxbind -ep"
30250 else
30251 MACRESCOMP="@true"
30252 fi
30253 fi
30254
30255
30256
30257 echo "$as_me:$LINENO: checking for mode_t" >&5
30258 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
30259 if test "${ac_cv_type_mode_t+set}" = set; then
30260 echo $ECHO_N "(cached) $ECHO_C" >&6
30261 else
30262 cat >conftest.$ac_ext <<_ACEOF
30263 /* confdefs.h. */
30264 _ACEOF
30265 cat confdefs.h >>conftest.$ac_ext
30266 cat >>conftest.$ac_ext <<_ACEOF
30267 /* end confdefs.h. */
30268 $ac_includes_default
30269 int
30270 main ()
30271 {
30272 if ((mode_t *) 0)
30273 return 0;
30274 if (sizeof (mode_t))
30275 return 0;
30276 ;
30277 return 0;
30278 }
30279 _ACEOF
30280 rm -f conftest.$ac_objext
30281 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30282 (eval $ac_compile) 2>conftest.er1
30283 ac_status=$?
30284 grep -v '^ *+' conftest.er1 >conftest.err
30285 rm -f conftest.er1
30286 cat conftest.err >&5
30287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30288 (exit $ac_status); } &&
30289 { ac_try='test -z "$ac_c_werror_flag"
30290 || test ! -s conftest.err'
30291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30292 (eval $ac_try) 2>&5
30293 ac_status=$?
30294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30295 (exit $ac_status); }; } &&
30296 { ac_try='test -s conftest.$ac_objext'
30297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30298 (eval $ac_try) 2>&5
30299 ac_status=$?
30300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30301 (exit $ac_status); }; }; then
30302 ac_cv_type_mode_t=yes
30303 else
30304 echo "$as_me: failed program was:" >&5
30305 sed 's/^/| /' conftest.$ac_ext >&5
30306
30307 ac_cv_type_mode_t=no
30308 fi
30309 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30310 fi
30311 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
30312 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
30313 if test $ac_cv_type_mode_t = yes; then
30314 :
30315 else
30316
30317 cat >>confdefs.h <<_ACEOF
30318 #define mode_t int
30319 _ACEOF
30320
30321 fi
30322
30323 echo "$as_me:$LINENO: checking for off_t" >&5
30324 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
30325 if test "${ac_cv_type_off_t+set}" = set; then
30326 echo $ECHO_N "(cached) $ECHO_C" >&6
30327 else
30328 cat >conftest.$ac_ext <<_ACEOF
30329 /* confdefs.h. */
30330 _ACEOF
30331 cat confdefs.h >>conftest.$ac_ext
30332 cat >>conftest.$ac_ext <<_ACEOF
30333 /* end confdefs.h. */
30334 $ac_includes_default
30335 int
30336 main ()
30337 {
30338 if ((off_t *) 0)
30339 return 0;
30340 if (sizeof (off_t))
30341 return 0;
30342 ;
30343 return 0;
30344 }
30345 _ACEOF
30346 rm -f conftest.$ac_objext
30347 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30348 (eval $ac_compile) 2>conftest.er1
30349 ac_status=$?
30350 grep -v '^ *+' conftest.er1 >conftest.err
30351 rm -f conftest.er1
30352 cat conftest.err >&5
30353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30354 (exit $ac_status); } &&
30355 { ac_try='test -z "$ac_c_werror_flag"
30356 || test ! -s conftest.err'
30357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30358 (eval $ac_try) 2>&5
30359 ac_status=$?
30360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30361 (exit $ac_status); }; } &&
30362 { ac_try='test -s conftest.$ac_objext'
30363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30364 (eval $ac_try) 2>&5
30365 ac_status=$?
30366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30367 (exit $ac_status); }; }; then
30368 ac_cv_type_off_t=yes
30369 else
30370 echo "$as_me: failed program was:" >&5
30371 sed 's/^/| /' conftest.$ac_ext >&5
30372
30373 ac_cv_type_off_t=no
30374 fi
30375 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30376 fi
30377 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
30378 echo "${ECHO_T}$ac_cv_type_off_t" >&6
30379 if test $ac_cv_type_off_t = yes; then
30380 :
30381 else
30382
30383 cat >>confdefs.h <<_ACEOF
30384 #define off_t long
30385 _ACEOF
30386
30387 fi
30388
30389 echo "$as_me:$LINENO: checking for pid_t" >&5
30390 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
30391 if test "${ac_cv_type_pid_t+set}" = set; then
30392 echo $ECHO_N "(cached) $ECHO_C" >&6
30393 else
30394 cat >conftest.$ac_ext <<_ACEOF
30395 /* confdefs.h. */
30396 _ACEOF
30397 cat confdefs.h >>conftest.$ac_ext
30398 cat >>conftest.$ac_ext <<_ACEOF
30399 /* end confdefs.h. */
30400 $ac_includes_default
30401 int
30402 main ()
30403 {
30404 if ((pid_t *) 0)
30405 return 0;
30406 if (sizeof (pid_t))
30407 return 0;
30408 ;
30409 return 0;
30410 }
30411 _ACEOF
30412 rm -f conftest.$ac_objext
30413 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30414 (eval $ac_compile) 2>conftest.er1
30415 ac_status=$?
30416 grep -v '^ *+' conftest.er1 >conftest.err
30417 rm -f conftest.er1
30418 cat conftest.err >&5
30419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30420 (exit $ac_status); } &&
30421 { ac_try='test -z "$ac_c_werror_flag"
30422 || test ! -s conftest.err'
30423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30424 (eval $ac_try) 2>&5
30425 ac_status=$?
30426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30427 (exit $ac_status); }; } &&
30428 { ac_try='test -s conftest.$ac_objext'
30429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30430 (eval $ac_try) 2>&5
30431 ac_status=$?
30432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30433 (exit $ac_status); }; }; then
30434 ac_cv_type_pid_t=yes
30435 else
30436 echo "$as_me: failed program was:" >&5
30437 sed 's/^/| /' conftest.$ac_ext >&5
30438
30439 ac_cv_type_pid_t=no
30440 fi
30441 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30442 fi
30443 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
30444 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
30445 if test $ac_cv_type_pid_t = yes; then
30446 :
30447 else
30448
30449 cat >>confdefs.h <<_ACEOF
30450 #define pid_t int
30451 _ACEOF
30452
30453 fi
30454
30455 echo "$as_me:$LINENO: checking for size_t" >&5
30456 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
30457 if test "${ac_cv_type_size_t+set}" = set; then
30458 echo $ECHO_N "(cached) $ECHO_C" >&6
30459 else
30460 cat >conftest.$ac_ext <<_ACEOF
30461 /* confdefs.h. */
30462 _ACEOF
30463 cat confdefs.h >>conftest.$ac_ext
30464 cat >>conftest.$ac_ext <<_ACEOF
30465 /* end confdefs.h. */
30466 $ac_includes_default
30467 int
30468 main ()
30469 {
30470 if ((size_t *) 0)
30471 return 0;
30472 if (sizeof (size_t))
30473 return 0;
30474 ;
30475 return 0;
30476 }
30477 _ACEOF
30478 rm -f conftest.$ac_objext
30479 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30480 (eval $ac_compile) 2>conftest.er1
30481 ac_status=$?
30482 grep -v '^ *+' conftest.er1 >conftest.err
30483 rm -f conftest.er1
30484 cat conftest.err >&5
30485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30486 (exit $ac_status); } &&
30487 { ac_try='test -z "$ac_c_werror_flag"
30488 || test ! -s conftest.err'
30489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30490 (eval $ac_try) 2>&5
30491 ac_status=$?
30492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30493 (exit $ac_status); }; } &&
30494 { ac_try='test -s conftest.$ac_objext'
30495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30496 (eval $ac_try) 2>&5
30497 ac_status=$?
30498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30499 (exit $ac_status); }; }; then
30500 ac_cv_type_size_t=yes
30501 else
30502 echo "$as_me: failed program was:" >&5
30503 sed 's/^/| /' conftest.$ac_ext >&5
30504
30505 ac_cv_type_size_t=no
30506 fi
30507 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30508 fi
30509 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
30510 echo "${ECHO_T}$ac_cv_type_size_t" >&6
30511 if test $ac_cv_type_size_t = yes; then
30512 :
30513 else
30514
30515 cat >>confdefs.h <<_ACEOF
30516 #define size_t unsigned
30517 _ACEOF
30518
30519 fi
30520
30521 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
30522 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
30523 if test "${ac_cv_type_uid_t+set}" = set; then
30524 echo $ECHO_N "(cached) $ECHO_C" >&6
30525 else
30526 cat >conftest.$ac_ext <<_ACEOF
30527 /* confdefs.h. */
30528 _ACEOF
30529 cat confdefs.h >>conftest.$ac_ext
30530 cat >>conftest.$ac_ext <<_ACEOF
30531 /* end confdefs.h. */
30532 #include <sys/types.h>
30533
30534 _ACEOF
30535 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
30536 $EGREP "uid_t" >/dev/null 2>&1; then
30537 ac_cv_type_uid_t=yes
30538 else
30539 ac_cv_type_uid_t=no
30540 fi
30541 rm -f conftest*
30542
30543 fi
30544 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
30545 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
30546 if test $ac_cv_type_uid_t = no; then
30547
30548 cat >>confdefs.h <<\_ACEOF
30549 #define uid_t int
30550 _ACEOF
30551
30552
30553 cat >>confdefs.h <<\_ACEOF
30554 #define gid_t int
30555 _ACEOF
30556
30557 fi
30558
30559
30560 echo "$as_me:$LINENO: checking for ssize_t" >&5
30561 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
30562 if test "${ac_cv_type_ssize_t+set}" = set; then
30563 echo $ECHO_N "(cached) $ECHO_C" >&6
30564 else
30565 cat >conftest.$ac_ext <<_ACEOF
30566 /* confdefs.h. */
30567 _ACEOF
30568 cat confdefs.h >>conftest.$ac_ext
30569 cat >>conftest.$ac_ext <<_ACEOF
30570 /* end confdefs.h. */
30571 $ac_includes_default
30572 int
30573 main ()
30574 {
30575 if ((ssize_t *) 0)
30576 return 0;
30577 if (sizeof (ssize_t))
30578 return 0;
30579 ;
30580 return 0;
30581 }
30582 _ACEOF
30583 rm -f conftest.$ac_objext
30584 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30585 (eval $ac_compile) 2>conftest.er1
30586 ac_status=$?
30587 grep -v '^ *+' conftest.er1 >conftest.err
30588 rm -f conftest.er1
30589 cat conftest.err >&5
30590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30591 (exit $ac_status); } &&
30592 { ac_try='test -z "$ac_c_werror_flag"
30593 || test ! -s conftest.err'
30594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30595 (eval $ac_try) 2>&5
30596 ac_status=$?
30597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30598 (exit $ac_status); }; } &&
30599 { ac_try='test -s conftest.$ac_objext'
30600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30601 (eval $ac_try) 2>&5
30602 ac_status=$?
30603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30604 (exit $ac_status); }; }; then
30605 ac_cv_type_ssize_t=yes
30606 else
30607 echo "$as_me: failed program was:" >&5
30608 sed 's/^/| /' conftest.$ac_ext >&5
30609
30610 ac_cv_type_ssize_t=no
30611 fi
30612 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30613 fi
30614 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
30615 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
30616 if test $ac_cv_type_ssize_t = yes; then
30617
30618 cat >>confdefs.h <<_ACEOF
30619 #define HAVE_SSIZE_T 1
30620 _ACEOF
30621
30622
30623 fi
30624
30625
30626
30627
30628 ac_ext=cc
30629 ac_cpp='$CXXCPP $CPPFLAGS'
30630 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30631 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30632 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30633
30634 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
30635 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
30636 if test "${wx_cv_size_t_is_uint+set}" = set; then
30637 echo $ECHO_N "(cached) $ECHO_C" >&6
30638 else
30639
30640 cat >conftest.$ac_ext <<_ACEOF
30641 /* confdefs.h. */
30642 _ACEOF
30643 cat confdefs.h >>conftest.$ac_ext
30644 cat >>conftest.$ac_ext <<_ACEOF
30645 /* end confdefs.h. */
30646 #include <stddef.h>
30647 int
30648 main ()
30649 {
30650
30651 return 0; }
30652
30653 struct Foo { void foo(size_t); void foo(unsigned int); };
30654
30655 int bar() {
30656
30657 ;
30658 return 0;
30659 }
30660 _ACEOF
30661 rm -f conftest.$ac_objext
30662 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30663 (eval $ac_compile) 2>conftest.er1
30664 ac_status=$?
30665 grep -v '^ *+' conftest.er1 >conftest.err
30666 rm -f conftest.er1
30667 cat conftest.err >&5
30668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30669 (exit $ac_status); } &&
30670 { ac_try='test -z "$ac_cxx_werror_flag"
30671 || test ! -s conftest.err'
30672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30673 (eval $ac_try) 2>&5
30674 ac_status=$?
30675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30676 (exit $ac_status); }; } &&
30677 { ac_try='test -s conftest.$ac_objext'
30678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30679 (eval $ac_try) 2>&5
30680 ac_status=$?
30681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30682 (exit $ac_status); }; }; then
30683 wx_cv_size_t_is_uint=no
30684 else
30685 echo "$as_me: failed program was:" >&5
30686 sed 's/^/| /' conftest.$ac_ext >&5
30687
30688 wx_cv_size_t_is_uint=yes
30689
30690 fi
30691 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30692
30693
30694 fi
30695 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
30696 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
30697
30698 if test "$wx_cv_size_t_is_uint" = "yes"; then
30699 cat >>confdefs.h <<\_ACEOF
30700 #define wxSIZE_T_IS_UINT 1
30701 _ACEOF
30702
30703 else
30704 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
30705 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
30706 if test "${wx_cv_size_t_is_ulong+set}" = set; then
30707 echo $ECHO_N "(cached) $ECHO_C" >&6
30708 else
30709 cat >conftest.$ac_ext <<_ACEOF
30710 /* confdefs.h. */
30711 _ACEOF
30712 cat confdefs.h >>conftest.$ac_ext
30713 cat >>conftest.$ac_ext <<_ACEOF
30714 /* end confdefs.h. */
30715 #include <stddef.h>
30716 int
30717 main ()
30718 {
30719
30720 return 0; }
30721
30722 struct Foo { void foo(size_t); void foo(unsigned long); };
30723
30724 int bar() {
30725
30726 ;
30727 return 0;
30728 }
30729 _ACEOF
30730 rm -f conftest.$ac_objext
30731 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30732 (eval $ac_compile) 2>conftest.er1
30733 ac_status=$?
30734 grep -v '^ *+' conftest.er1 >conftest.err
30735 rm -f conftest.er1
30736 cat conftest.err >&5
30737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30738 (exit $ac_status); } &&
30739 { ac_try='test -z "$ac_cxx_werror_flag"
30740 || test ! -s conftest.err'
30741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30742 (eval $ac_try) 2>&5
30743 ac_status=$?
30744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30745 (exit $ac_status); }; } &&
30746 { ac_try='test -s conftest.$ac_objext'
30747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30748 (eval $ac_try) 2>&5
30749 ac_status=$?
30750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30751 (exit $ac_status); }; }; then
30752 wx_cv_size_t_is_ulong=no
30753 else
30754 echo "$as_me: failed program was:" >&5
30755 sed 's/^/| /' conftest.$ac_ext >&5
30756
30757 wx_cv_size_t_is_ulong=yes
30758
30759 fi
30760 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30761
30762 fi
30763 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
30764 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
30765
30766 if test "$wx_cv_size_t_is_ulong" = "yes"; then
30767 cat >>confdefs.h <<\_ACEOF
30768 #define wxSIZE_T_IS_ULONG 1
30769 _ACEOF
30770
30771 fi
30772 fi
30773
30774 ac_ext=c
30775 ac_cpp='$CPP $CPPFLAGS'
30776 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30777 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30778 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30779
30780
30781
30782 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
30783 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
30784 if test "${wx_cv_struct_pw_gecos+set}" = set; then
30785 echo $ECHO_N "(cached) $ECHO_C" >&6
30786 else
30787
30788 cat >conftest.$ac_ext <<_ACEOF
30789 /* confdefs.h. */
30790 _ACEOF
30791 cat confdefs.h >>conftest.$ac_ext
30792 cat >>conftest.$ac_ext <<_ACEOF
30793 /* end confdefs.h. */
30794 #include <pwd.h>
30795 int
30796 main ()
30797 {
30798
30799 char *p;
30800 struct passwd *pw;
30801 p = pw->pw_gecos;
30802
30803 ;
30804 return 0;
30805 }
30806 _ACEOF
30807 rm -f conftest.$ac_objext
30808 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30809 (eval $ac_compile) 2>conftest.er1
30810 ac_status=$?
30811 grep -v '^ *+' conftest.er1 >conftest.err
30812 rm -f conftest.er1
30813 cat conftest.err >&5
30814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30815 (exit $ac_status); } &&
30816 { ac_try='test -z "$ac_c_werror_flag"
30817 || test ! -s conftest.err'
30818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30819 (eval $ac_try) 2>&5
30820 ac_status=$?
30821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30822 (exit $ac_status); }; } &&
30823 { ac_try='test -s conftest.$ac_objext'
30824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30825 (eval $ac_try) 2>&5
30826 ac_status=$?
30827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30828 (exit $ac_status); }; }; then
30829
30830 wx_cv_struct_pw_gecos=yes
30831
30832 else
30833 echo "$as_me: failed program was:" >&5
30834 sed 's/^/| /' conftest.$ac_ext >&5
30835
30836
30837 wx_cv_struct_pw_gecos=no
30838
30839
30840 fi
30841 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30842
30843
30844 fi
30845 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
30846 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
30847
30848 if test "$wx_cv_struct_pw_gecos" = "yes"; then
30849 cat >>confdefs.h <<\_ACEOF
30850 #define HAVE_PW_GECOS 1
30851 _ACEOF
30852
30853 fi
30854
30855
30856 if test "$wxUSE_WCHAR_T" = "yes"; then
30857 cat >>confdefs.h <<\_ACEOF
30858 #define wxUSE_WCHAR_T 1
30859 _ACEOF
30860
30861
30862 WCSLEN_FOUND=0
30863 WCHAR_LINK=
30864
30865 for ac_func in wcslen
30866 do
30867 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30868 echo "$as_me:$LINENO: checking for $ac_func" >&5
30869 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30870 if eval "test \"\${$as_ac_var+set}\" = set"; then
30871 echo $ECHO_N "(cached) $ECHO_C" >&6
30872 else
30873 cat >conftest.$ac_ext <<_ACEOF
30874 /* confdefs.h. */
30875 _ACEOF
30876 cat confdefs.h >>conftest.$ac_ext
30877 cat >>conftest.$ac_ext <<_ACEOF
30878 /* end confdefs.h. */
30879 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30880 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30881 #define $ac_func innocuous_$ac_func
30882
30883 /* System header to define __stub macros and hopefully few prototypes,
30884 which can conflict with char $ac_func (); below.
30885 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30886 <limits.h> exists even on freestanding compilers. */
30887
30888 #ifdef __STDC__
30889 # include <limits.h>
30890 #else
30891 # include <assert.h>
30892 #endif
30893
30894 #undef $ac_func
30895
30896 /* Override any gcc2 internal prototype to avoid an error. */
30897 #ifdef __cplusplus
30898 extern "C"
30899 {
30900 #endif
30901 /* We use char because int might match the return type of a gcc2
30902 builtin and then its argument prototype would still apply. */
30903 char $ac_func ();
30904 /* The GNU C library defines this for functions which it implements
30905 to always fail with ENOSYS. Some functions are actually named
30906 something starting with __ and the normal name is an alias. */
30907 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30908 choke me
30909 #else
30910 char (*f) () = $ac_func;
30911 #endif
30912 #ifdef __cplusplus
30913 }
30914 #endif
30915
30916 int
30917 main ()
30918 {
30919 return f != $ac_func;
30920 ;
30921 return 0;
30922 }
30923 _ACEOF
30924 rm -f conftest.$ac_objext conftest$ac_exeext
30925 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30926 (eval $ac_link) 2>conftest.er1
30927 ac_status=$?
30928 grep -v '^ *+' conftest.er1 >conftest.err
30929 rm -f conftest.er1
30930 cat conftest.err >&5
30931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30932 (exit $ac_status); } &&
30933 { ac_try='test -z "$ac_c_werror_flag"
30934 || test ! -s conftest.err'
30935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30936 (eval $ac_try) 2>&5
30937 ac_status=$?
30938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30939 (exit $ac_status); }; } &&
30940 { ac_try='test -s conftest$ac_exeext'
30941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30942 (eval $ac_try) 2>&5
30943 ac_status=$?
30944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30945 (exit $ac_status); }; }; then
30946 eval "$as_ac_var=yes"
30947 else
30948 echo "$as_me: failed program was:" >&5
30949 sed 's/^/| /' conftest.$ac_ext >&5
30950
30951 eval "$as_ac_var=no"
30952 fi
30953 rm -f conftest.err conftest.$ac_objext \
30954 conftest$ac_exeext conftest.$ac_ext
30955 fi
30956 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30957 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30958 if test `eval echo '${'$as_ac_var'}'` = yes; then
30959 cat >>confdefs.h <<_ACEOF
30960 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30961 _ACEOF
30962 WCSLEN_FOUND=1
30963 fi
30964 done
30965
30966
30967 if test "$WCSLEN_FOUND" = 0; then
30968 if test "$TOOLKIT" = "MSW"; then
30969 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
30970 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
30971 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
30972 echo $ECHO_N "(cached) $ECHO_C" >&6
30973 else
30974 ac_check_lib_save_LIBS=$LIBS
30975 LIBS="-lmsvcrt $LIBS"
30976 cat >conftest.$ac_ext <<_ACEOF
30977 /* confdefs.h. */
30978 _ACEOF
30979 cat confdefs.h >>conftest.$ac_ext
30980 cat >>conftest.$ac_ext <<_ACEOF
30981 /* end confdefs.h. */
30982
30983 /* Override any gcc2 internal prototype to avoid an error. */
30984 #ifdef __cplusplus
30985 extern "C"
30986 #endif
30987 /* We use char because int might match the return type of a gcc2
30988 builtin and then its argument prototype would still apply. */
30989 char wcslen ();
30990 int
30991 main ()
30992 {
30993 wcslen ();
30994 ;
30995 return 0;
30996 }
30997 _ACEOF
30998 rm -f conftest.$ac_objext conftest$ac_exeext
30999 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31000 (eval $ac_link) 2>conftest.er1
31001 ac_status=$?
31002 grep -v '^ *+' conftest.er1 >conftest.err
31003 rm -f conftest.er1
31004 cat conftest.err >&5
31005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31006 (exit $ac_status); } &&
31007 { ac_try='test -z "$ac_c_werror_flag"
31008 || test ! -s conftest.err'
31009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31010 (eval $ac_try) 2>&5
31011 ac_status=$?
31012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31013 (exit $ac_status); }; } &&
31014 { ac_try='test -s conftest$ac_exeext'
31015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31016 (eval $ac_try) 2>&5
31017 ac_status=$?
31018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31019 (exit $ac_status); }; }; then
31020 ac_cv_lib_msvcrt_wcslen=yes
31021 else
31022 echo "$as_me: failed program was:" >&5
31023 sed 's/^/| /' conftest.$ac_ext >&5
31024
31025 ac_cv_lib_msvcrt_wcslen=no
31026 fi
31027 rm -f conftest.err conftest.$ac_objext \
31028 conftest$ac_exeext conftest.$ac_ext
31029 LIBS=$ac_check_lib_save_LIBS
31030 fi
31031 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
31032 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
31033 if test $ac_cv_lib_msvcrt_wcslen = yes; then
31034 WCHAR_OK=1
31035 fi
31036
31037 else
31038 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
31039 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
31040 if test "${ac_cv_lib_w_wcslen+set}" = set; then
31041 echo $ECHO_N "(cached) $ECHO_C" >&6
31042 else
31043 ac_check_lib_save_LIBS=$LIBS
31044 LIBS="-lw $LIBS"
31045 cat >conftest.$ac_ext <<_ACEOF
31046 /* confdefs.h. */
31047 _ACEOF
31048 cat confdefs.h >>conftest.$ac_ext
31049 cat >>conftest.$ac_ext <<_ACEOF
31050 /* end confdefs.h. */
31051
31052 /* Override any gcc2 internal prototype to avoid an error. */
31053 #ifdef __cplusplus
31054 extern "C"
31055 #endif
31056 /* We use char because int might match the return type of a gcc2
31057 builtin and then its argument prototype would still apply. */
31058 char wcslen ();
31059 int
31060 main ()
31061 {
31062 wcslen ();
31063 ;
31064 return 0;
31065 }
31066 _ACEOF
31067 rm -f conftest.$ac_objext conftest$ac_exeext
31068 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31069 (eval $ac_link) 2>conftest.er1
31070 ac_status=$?
31071 grep -v '^ *+' conftest.er1 >conftest.err
31072 rm -f conftest.er1
31073 cat conftest.err >&5
31074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31075 (exit $ac_status); } &&
31076 { ac_try='test -z "$ac_c_werror_flag"
31077 || test ! -s conftest.err'
31078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31079 (eval $ac_try) 2>&5
31080 ac_status=$?
31081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31082 (exit $ac_status); }; } &&
31083 { ac_try='test -s conftest$ac_exeext'
31084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31085 (eval $ac_try) 2>&5
31086 ac_status=$?
31087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31088 (exit $ac_status); }; }; then
31089 ac_cv_lib_w_wcslen=yes
31090 else
31091 echo "$as_me: failed program was:" >&5
31092 sed 's/^/| /' conftest.$ac_ext >&5
31093
31094 ac_cv_lib_w_wcslen=no
31095 fi
31096 rm -f conftest.err conftest.$ac_objext \
31097 conftest$ac_exeext conftest.$ac_ext
31098 LIBS=$ac_check_lib_save_LIBS
31099 fi
31100 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
31101 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
31102 if test $ac_cv_lib_w_wcslen = yes; then
31103
31104 WCHAR_LINK=" -lw"
31105 WCSLEN_FOUND=1
31106
31107 fi
31108
31109 fi
31110 fi
31111
31112 if test "$WCSLEN_FOUND" = 1; then
31113 cat >>confdefs.h <<\_ACEOF
31114 #define HAVE_WCSLEN 1
31115 _ACEOF
31116
31117 fi
31118
31119 if test "$USE_HPUX" = 1; then
31120 CPPFLAGS="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE "
31121 fi
31122
31123
31124 for ac_func in wcsrtombs
31125 do
31126 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31127 echo "$as_me:$LINENO: checking for $ac_func" >&5
31128 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31129 if eval "test \"\${$as_ac_var+set}\" = set"; then
31130 echo $ECHO_N "(cached) $ECHO_C" >&6
31131 else
31132 cat >conftest.$ac_ext <<_ACEOF
31133 /* confdefs.h. */
31134 _ACEOF
31135 cat confdefs.h >>conftest.$ac_ext
31136 cat >>conftest.$ac_ext <<_ACEOF
31137 /* end confdefs.h. */
31138 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31139 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31140 #define $ac_func innocuous_$ac_func
31141
31142 /* System header to define __stub macros and hopefully few prototypes,
31143 which can conflict with char $ac_func (); below.
31144 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31145 <limits.h> exists even on freestanding compilers. */
31146
31147 #ifdef __STDC__
31148 # include <limits.h>
31149 #else
31150 # include <assert.h>
31151 #endif
31152
31153 #undef $ac_func
31154
31155 /* Override any gcc2 internal prototype to avoid an error. */
31156 #ifdef __cplusplus
31157 extern "C"
31158 {
31159 #endif
31160 /* We use char because int might match the return type of a gcc2
31161 builtin and then its argument prototype would still apply. */
31162 char $ac_func ();
31163 /* The GNU C library defines this for functions which it implements
31164 to always fail with ENOSYS. Some functions are actually named
31165 something starting with __ and the normal name is an alias. */
31166 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31167 choke me
31168 #else
31169 char (*f) () = $ac_func;
31170 #endif
31171 #ifdef __cplusplus
31172 }
31173 #endif
31174
31175 int
31176 main ()
31177 {
31178 return f != $ac_func;
31179 ;
31180 return 0;
31181 }
31182 _ACEOF
31183 rm -f conftest.$ac_objext conftest$ac_exeext
31184 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31185 (eval $ac_link) 2>conftest.er1
31186 ac_status=$?
31187 grep -v '^ *+' conftest.er1 >conftest.err
31188 rm -f conftest.er1
31189 cat conftest.err >&5
31190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31191 (exit $ac_status); } &&
31192 { ac_try='test -z "$ac_c_werror_flag"
31193 || test ! -s conftest.err'
31194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31195 (eval $ac_try) 2>&5
31196 ac_status=$?
31197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31198 (exit $ac_status); }; } &&
31199 { ac_try='test -s conftest$ac_exeext'
31200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31201 (eval $ac_try) 2>&5
31202 ac_status=$?
31203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31204 (exit $ac_status); }; }; then
31205 eval "$as_ac_var=yes"
31206 else
31207 echo "$as_me: failed program was:" >&5
31208 sed 's/^/| /' conftest.$ac_ext >&5
31209
31210 eval "$as_ac_var=no"
31211 fi
31212 rm -f conftest.err conftest.$ac_objext \
31213 conftest$ac_exeext conftest.$ac_ext
31214 fi
31215 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31216 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31217 if test `eval echo '${'$as_ac_var'}'` = yes; then
31218 cat >>confdefs.h <<_ACEOF
31219 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31220 _ACEOF
31221
31222 fi
31223 done
31224
31225 else
31226 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
31227 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
31228 fi
31229
31230
31231
31232 ac_ext=cc
31233 ac_cpp='$CXXCPP $CPPFLAGS'
31234 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31235 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31236 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31237
31238
31239
31240 for ac_func in vsnprintf
31241 do
31242 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31243 echo "$as_me:$LINENO: checking for $ac_func" >&5
31244 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31245 if eval "test \"\${$as_ac_var+set}\" = set"; then
31246 echo $ECHO_N "(cached) $ECHO_C" >&6
31247 else
31248 cat >conftest.$ac_ext <<_ACEOF
31249 /* confdefs.h. */
31250 _ACEOF
31251 cat confdefs.h >>conftest.$ac_ext
31252 cat >>conftest.$ac_ext <<_ACEOF
31253 /* end confdefs.h. */
31254 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31255 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31256 #define $ac_func innocuous_$ac_func
31257
31258 /* System header to define __stub macros and hopefully few prototypes,
31259 which can conflict with char $ac_func (); below.
31260 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31261 <limits.h> exists even on freestanding compilers. */
31262
31263 #ifdef __STDC__
31264 # include <limits.h>
31265 #else
31266 # include <assert.h>
31267 #endif
31268
31269 #undef $ac_func
31270
31271 /* Override any gcc2 internal prototype to avoid an error. */
31272 #ifdef __cplusplus
31273 extern "C"
31274 {
31275 #endif
31276 /* We use char because int might match the return type of a gcc2
31277 builtin and then its argument prototype would still apply. */
31278 char $ac_func ();
31279 /* The GNU C library defines this for functions which it implements
31280 to always fail with ENOSYS. Some functions are actually named
31281 something starting with __ and the normal name is an alias. */
31282 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31283 choke me
31284 #else
31285 char (*f) () = $ac_func;
31286 #endif
31287 #ifdef __cplusplus
31288 }
31289 #endif
31290
31291 int
31292 main ()
31293 {
31294 return f != $ac_func;
31295 ;
31296 return 0;
31297 }
31298 _ACEOF
31299 rm -f conftest.$ac_objext conftest$ac_exeext
31300 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31301 (eval $ac_link) 2>conftest.er1
31302 ac_status=$?
31303 grep -v '^ *+' conftest.er1 >conftest.err
31304 rm -f conftest.er1
31305 cat conftest.err >&5
31306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31307 (exit $ac_status); } &&
31308 { ac_try='test -z "$ac_cxx_werror_flag"
31309 || test ! -s conftest.err'
31310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31311 (eval $ac_try) 2>&5
31312 ac_status=$?
31313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31314 (exit $ac_status); }; } &&
31315 { ac_try='test -s conftest$ac_exeext'
31316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31317 (eval $ac_try) 2>&5
31318 ac_status=$?
31319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31320 (exit $ac_status); }; }; then
31321 eval "$as_ac_var=yes"
31322 else
31323 echo "$as_me: failed program was:" >&5
31324 sed 's/^/| /' conftest.$ac_ext >&5
31325
31326 eval "$as_ac_var=no"
31327 fi
31328 rm -f conftest.err conftest.$ac_objext \
31329 conftest$ac_exeext conftest.$ac_ext
31330 fi
31331 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31332 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31333 if test `eval echo '${'$as_ac_var'}'` = yes; then
31334 cat >>confdefs.h <<_ACEOF
31335 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31336 _ACEOF
31337
31338 fi
31339 done
31340
31341
31342 if test "$ac_cv_func_vsnprintf" = "yes"; then
31343 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
31344 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
31345 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
31346 echo $ECHO_N "(cached) $ECHO_C" >&6
31347 else
31348
31349 cat >conftest.$ac_ext <<_ACEOF
31350 /* confdefs.h. */
31351 _ACEOF
31352 cat confdefs.h >>conftest.$ac_ext
31353 cat >>conftest.$ac_ext <<_ACEOF
31354 /* end confdefs.h. */
31355
31356 #include <stdio.h>
31357 #include <stdarg.h>
31358
31359 int
31360 main ()
31361 {
31362
31363 char *buf;
31364 va_list ap;
31365 vsnprintf(buf, 10u, "%s", ap);
31366
31367 ;
31368 return 0;
31369 }
31370 _ACEOF
31371 rm -f conftest.$ac_objext
31372 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31373 (eval $ac_compile) 2>conftest.er1
31374 ac_status=$?
31375 grep -v '^ *+' conftest.er1 >conftest.err
31376 rm -f conftest.er1
31377 cat conftest.err >&5
31378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31379 (exit $ac_status); } &&
31380 { ac_try='test -z "$ac_cxx_werror_flag"
31381 || test ! -s conftest.err'
31382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31383 (eval $ac_try) 2>&5
31384 ac_status=$?
31385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31386 (exit $ac_status); }; } &&
31387 { ac_try='test -s conftest.$ac_objext'
31388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31389 (eval $ac_try) 2>&5
31390 ac_status=$?
31391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31392 (exit $ac_status); }; }; then
31393 wx_cv_func_vsnprintf_decl=yes
31394 else
31395 echo "$as_me: failed program was:" >&5
31396 sed 's/^/| /' conftest.$ac_ext >&5
31397
31398
31399 cat >conftest.$ac_ext <<_ACEOF
31400 /* confdefs.h. */
31401 _ACEOF
31402 cat confdefs.h >>conftest.$ac_ext
31403 cat >>conftest.$ac_ext <<_ACEOF
31404 /* end confdefs.h. */
31405
31406 #include <stdio.h>
31407 #include <stdarg.h>
31408 using namespace std;
31409
31410 int
31411 main ()
31412 {
31413
31414 char *buf;
31415 va_list ap;
31416 vsnprintf(buf, 10u, "%s", ap);
31417
31418 ;
31419 return 0;
31420 }
31421 _ACEOF
31422 rm -f conftest.$ac_objext
31423 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31424 (eval $ac_compile) 2>conftest.er1
31425 ac_status=$?
31426 grep -v '^ *+' conftest.er1 >conftest.err
31427 rm -f conftest.er1
31428 cat conftest.err >&5
31429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31430 (exit $ac_status); } &&
31431 { ac_try='test -z "$ac_cxx_werror_flag"
31432 || test ! -s conftest.err'
31433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31434 (eval $ac_try) 2>&5
31435 ac_status=$?
31436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31437 (exit $ac_status); }; } &&
31438 { ac_try='test -s conftest.$ac_objext'
31439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31440 (eval $ac_try) 2>&5
31441 ac_status=$?
31442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31443 (exit $ac_status); }; }; then
31444 wx_cv_func_vsnprintf_decl=yes
31445 else
31446 echo "$as_me: failed program was:" >&5
31447 sed 's/^/| /' conftest.$ac_ext >&5
31448
31449 wx_cv_func_vsnprintf_decl=no
31450
31451 fi
31452 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31453
31454
31455 fi
31456 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31457
31458
31459 fi
31460 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
31461 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
31462
31463 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
31464 cat >>confdefs.h <<\_ACEOF
31465 #define HAVE_VSNPRINTF_DECL 1
31466 _ACEOF
31467
31468 fi
31469 fi
31470
31471 if test "$wxUSE_UNICODE" = yes; then
31472
31473
31474
31475
31476
31477
31478 for ac_func in wputc wputchar putws fputws wprintf vswprintf
31479 do
31480 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31481 echo "$as_me:$LINENO: checking for $ac_func" >&5
31482 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31483 if eval "test \"\${$as_ac_var+set}\" = set"; then
31484 echo $ECHO_N "(cached) $ECHO_C" >&6
31485 else
31486 cat >conftest.$ac_ext <<_ACEOF
31487 /* confdefs.h. */
31488 _ACEOF
31489 cat confdefs.h >>conftest.$ac_ext
31490 cat >>conftest.$ac_ext <<_ACEOF
31491 /* end confdefs.h. */
31492 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31493 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31494 #define $ac_func innocuous_$ac_func
31495
31496 /* System header to define __stub macros and hopefully few prototypes,
31497 which can conflict with char $ac_func (); below.
31498 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31499 <limits.h> exists even on freestanding compilers. */
31500
31501 #ifdef __STDC__
31502 # include <limits.h>
31503 #else
31504 # include <assert.h>
31505 #endif
31506
31507 #undef $ac_func
31508
31509 /* Override any gcc2 internal prototype to avoid an error. */
31510 #ifdef __cplusplus
31511 extern "C"
31512 {
31513 #endif
31514 /* We use char because int might match the return type of a gcc2
31515 builtin and then its argument prototype would still apply. */
31516 char $ac_func ();
31517 /* The GNU C library defines this for functions which it implements
31518 to always fail with ENOSYS. Some functions are actually named
31519 something starting with __ and the normal name is an alias. */
31520 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31521 choke me
31522 #else
31523 char (*f) () = $ac_func;
31524 #endif
31525 #ifdef __cplusplus
31526 }
31527 #endif
31528
31529 int
31530 main ()
31531 {
31532 return f != $ac_func;
31533 ;
31534 return 0;
31535 }
31536 _ACEOF
31537 rm -f conftest.$ac_objext conftest$ac_exeext
31538 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31539 (eval $ac_link) 2>conftest.er1
31540 ac_status=$?
31541 grep -v '^ *+' conftest.er1 >conftest.err
31542 rm -f conftest.er1
31543 cat conftest.err >&5
31544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31545 (exit $ac_status); } &&
31546 { ac_try='test -z "$ac_cxx_werror_flag"
31547 || test ! -s conftest.err'
31548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31549 (eval $ac_try) 2>&5
31550 ac_status=$?
31551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31552 (exit $ac_status); }; } &&
31553 { ac_try='test -s conftest$ac_exeext'
31554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31555 (eval $ac_try) 2>&5
31556 ac_status=$?
31557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31558 (exit $ac_status); }; }; then
31559 eval "$as_ac_var=yes"
31560 else
31561 echo "$as_me: failed program was:" >&5
31562 sed 's/^/| /' conftest.$ac_ext >&5
31563
31564 eval "$as_ac_var=no"
31565 fi
31566 rm -f conftest.err conftest.$ac_objext \
31567 conftest$ac_exeext conftest.$ac_ext
31568 fi
31569 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31570 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31571 if test `eval echo '${'$as_ac_var'}'` = yes; then
31572 cat >>confdefs.h <<_ACEOF
31573 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31574 _ACEOF
31575
31576 fi
31577 done
31578
31579
31580 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
31581 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
31582 cat >conftest.$ac_ext <<_ACEOF
31583 /* confdefs.h. */
31584 _ACEOF
31585 cat confdefs.h >>conftest.$ac_ext
31586 cat >>conftest.$ac_ext <<_ACEOF
31587 /* end confdefs.h. */
31588 #include <wchar.h>
31589 int
31590 main ()
31591 {
31592 &_vsnwprintf;
31593 ;
31594 return 0;
31595 }
31596 _ACEOF
31597 rm -f conftest.$ac_objext
31598 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31599 (eval $ac_compile) 2>conftest.er1
31600 ac_status=$?
31601 grep -v '^ *+' conftest.er1 >conftest.err
31602 rm -f conftest.er1
31603 cat conftest.err >&5
31604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31605 (exit $ac_status); } &&
31606 { ac_try='test -z "$ac_cxx_werror_flag"
31607 || test ! -s conftest.err'
31608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31609 (eval $ac_try) 2>&5
31610 ac_status=$?
31611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31612 (exit $ac_status); }; } &&
31613 { ac_try='test -s conftest.$ac_objext'
31614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31615 (eval $ac_try) 2>&5
31616 ac_status=$?
31617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31618 (exit $ac_status); }; }; then
31619 echo "$as_me:$LINENO: result: yes" >&5
31620 echo "${ECHO_T}yes" >&6
31621 cat >>confdefs.h <<\_ACEOF
31622 #define HAVE__VSNWPRINTF 1
31623 _ACEOF
31624
31625 else
31626 echo "$as_me: failed program was:" >&5
31627 sed 's/^/| /' conftest.$ac_ext >&5
31628
31629 echo "$as_me:$LINENO: result: no" >&5
31630 echo "${ECHO_T}no" >&6
31631 fi
31632 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext;
31633 fi
31634
31635 ac_ext=c
31636 ac_cpp='$CPP $CPPFLAGS'
31637 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31638 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31639 ac_compiler_gnu=$ac_cv_c_compiler_gnu
31640
31641
31642
31643
31644 if test "$TOOLKIT" != "MSW"; then
31645
31646
31647
31648
31649 ac_ext=cc
31650 ac_cpp='$CXXCPP $CPPFLAGS'
31651 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31652 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31653 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31654
31655
31656
31657
31658 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
31659 if test "${with_libiconv_prefix+set}" = set; then
31660 withval="$with_libiconv_prefix"
31661
31662 for dir in `echo "$withval" | tr : ' '`; do
31663 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
31664 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
31665 done
31666
31667 fi;
31668
31669 echo "$as_me:$LINENO: checking for iconv" >&5
31670 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
31671 if test "${am_cv_func_iconv+set}" = set; then
31672 echo $ECHO_N "(cached) $ECHO_C" >&6
31673 else
31674
31675 am_cv_func_iconv="no, consider installing GNU libiconv"
31676 am_cv_lib_iconv=no
31677 cat >conftest.$ac_ext <<_ACEOF
31678 /* confdefs.h. */
31679 _ACEOF
31680 cat confdefs.h >>conftest.$ac_ext
31681 cat >>conftest.$ac_ext <<_ACEOF
31682 /* end confdefs.h. */
31683 #include <stdlib.h>
31684 #include <iconv.h>
31685 int
31686 main ()
31687 {
31688 iconv_t cd = iconv_open("","");
31689 iconv(cd,NULL,NULL,NULL,NULL);
31690 iconv_close(cd);
31691 ;
31692 return 0;
31693 }
31694 _ACEOF
31695 rm -f conftest.$ac_objext conftest$ac_exeext
31696 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31697 (eval $ac_link) 2>conftest.er1
31698 ac_status=$?
31699 grep -v '^ *+' conftest.er1 >conftest.err
31700 rm -f conftest.er1
31701 cat conftest.err >&5
31702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31703 (exit $ac_status); } &&
31704 { ac_try='test -z "$ac_cxx_werror_flag"
31705 || test ! -s conftest.err'
31706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31707 (eval $ac_try) 2>&5
31708 ac_status=$?
31709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31710 (exit $ac_status); }; } &&
31711 { ac_try='test -s conftest$ac_exeext'
31712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31713 (eval $ac_try) 2>&5
31714 ac_status=$?
31715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31716 (exit $ac_status); }; }; then
31717 am_cv_func_iconv=yes
31718 else
31719 echo "$as_me: failed program was:" >&5
31720 sed 's/^/| /' conftest.$ac_ext >&5
31721
31722 fi
31723 rm -f conftest.err conftest.$ac_objext \
31724 conftest$ac_exeext conftest.$ac_ext
31725 if test "$am_cv_func_iconv" != yes; then
31726 am_save_LIBS="$LIBS"
31727 LIBS="$LIBS -liconv"
31728 cat >conftest.$ac_ext <<_ACEOF
31729 /* confdefs.h. */
31730 _ACEOF
31731 cat confdefs.h >>conftest.$ac_ext
31732 cat >>conftest.$ac_ext <<_ACEOF
31733 /* end confdefs.h. */
31734 #include <stdlib.h>
31735 #include <iconv.h>
31736 int
31737 main ()
31738 {
31739 iconv_t cd = iconv_open("","");
31740 iconv(cd,NULL,NULL,NULL,NULL);
31741 iconv_close(cd);
31742 ;
31743 return 0;
31744 }
31745 _ACEOF
31746 rm -f conftest.$ac_objext conftest$ac_exeext
31747 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31748 (eval $ac_link) 2>conftest.er1
31749 ac_status=$?
31750 grep -v '^ *+' conftest.er1 >conftest.err
31751 rm -f conftest.er1
31752 cat conftest.err >&5
31753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31754 (exit $ac_status); } &&
31755 { ac_try='test -z "$ac_cxx_werror_flag"
31756 || test ! -s conftest.err'
31757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31758 (eval $ac_try) 2>&5
31759 ac_status=$?
31760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31761 (exit $ac_status); }; } &&
31762 { ac_try='test -s conftest$ac_exeext'
31763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31764 (eval $ac_try) 2>&5
31765 ac_status=$?
31766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31767 (exit $ac_status); }; }; then
31768 am_cv_lib_iconv=yes
31769 am_cv_func_iconv=yes
31770 else
31771 echo "$as_me: failed program was:" >&5
31772 sed 's/^/| /' conftest.$ac_ext >&5
31773
31774 fi
31775 rm -f conftest.err conftest.$ac_objext \
31776 conftest$ac_exeext conftest.$ac_ext
31777 LIBS="$am_save_LIBS"
31778 fi
31779
31780 fi
31781 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
31782 echo "${ECHO_T}$am_cv_func_iconv" >&6
31783 if test "$am_cv_func_iconv" = yes; then
31784
31785 cat >>confdefs.h <<\_ACEOF
31786 #define HAVE_ICONV 1
31787 _ACEOF
31788
31789 echo "$as_me:$LINENO: checking if iconv needs const" >&5
31790 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
31791 if test "${wx_cv_func_iconv_const+set}" = set; then
31792 echo $ECHO_N "(cached) $ECHO_C" >&6
31793 else
31794 cat >conftest.$ac_ext <<_ACEOF
31795 /* confdefs.h. */
31796 _ACEOF
31797 cat confdefs.h >>conftest.$ac_ext
31798 cat >>conftest.$ac_ext <<_ACEOF
31799 /* end confdefs.h. */
31800
31801 #include <stdlib.h>
31802 #include <iconv.h>
31803 extern
31804 #ifdef __cplusplus
31805 "C"
31806 #endif
31807 #if defined(__STDC__) || defined(__cplusplus)
31808 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
31809 #else
31810 size_t iconv();
31811 #endif
31812
31813 int
31814 main ()
31815 {
31816
31817 ;
31818 return 0;
31819 }
31820 _ACEOF
31821 rm -f conftest.$ac_objext
31822 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31823 (eval $ac_compile) 2>conftest.er1
31824 ac_status=$?
31825 grep -v '^ *+' conftest.er1 >conftest.err
31826 rm -f conftest.er1
31827 cat conftest.err >&5
31828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31829 (exit $ac_status); } &&
31830 { ac_try='test -z "$ac_cxx_werror_flag"
31831 || test ! -s conftest.err'
31832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31833 (eval $ac_try) 2>&5
31834 ac_status=$?
31835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31836 (exit $ac_status); }; } &&
31837 { ac_try='test -s conftest.$ac_objext'
31838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31839 (eval $ac_try) 2>&5
31840 ac_status=$?
31841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31842 (exit $ac_status); }; }; then
31843 wx_cv_func_iconv_const="no"
31844 else
31845 echo "$as_me: failed program was:" >&5
31846 sed 's/^/| /' conftest.$ac_ext >&5
31847
31848 wx_cv_func_iconv_const="yes"
31849
31850 fi
31851 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31852
31853 fi
31854 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
31855 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
31856
31857 iconv_const=
31858 if test "x$wx_cv_func_iconv_const" = "xyes"; then
31859 iconv_const="const"
31860 fi
31861
31862
31863 cat >>confdefs.h <<_ACEOF
31864 #define ICONV_CONST $iconv_const
31865 _ACEOF
31866
31867 fi
31868 LIBICONV=
31869 if test "$am_cv_lib_iconv" = yes; then
31870 LIBICONV="-liconv"
31871 fi
31872
31873
31874 LIBS="$LIBICONV $LIBS"
31875 ac_ext=c
31876 ac_cpp='$CPP $CPPFLAGS'
31877 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31878 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31879 ac_compiler_gnu=$ac_cv_c_compiler_gnu
31880
31881
31882 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
31883
31884 for ac_func in sigaction
31885 do
31886 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31887 echo "$as_me:$LINENO: checking for $ac_func" >&5
31888 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31889 if eval "test \"\${$as_ac_var+set}\" = set"; then
31890 echo $ECHO_N "(cached) $ECHO_C" >&6
31891 else
31892 cat >conftest.$ac_ext <<_ACEOF
31893 /* confdefs.h. */
31894 _ACEOF
31895 cat confdefs.h >>conftest.$ac_ext
31896 cat >>conftest.$ac_ext <<_ACEOF
31897 /* end confdefs.h. */
31898 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31899 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31900 #define $ac_func innocuous_$ac_func
31901
31902 /* System header to define __stub macros and hopefully few prototypes,
31903 which can conflict with char $ac_func (); below.
31904 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31905 <limits.h> exists even on freestanding compilers. */
31906
31907 #ifdef __STDC__
31908 # include <limits.h>
31909 #else
31910 # include <assert.h>
31911 #endif
31912
31913 #undef $ac_func
31914
31915 /* Override any gcc2 internal prototype to avoid an error. */
31916 #ifdef __cplusplus
31917 extern "C"
31918 {
31919 #endif
31920 /* We use char because int might match the return type of a gcc2
31921 builtin and then its argument prototype would still apply. */
31922 char $ac_func ();
31923 /* The GNU C library defines this for functions which it implements
31924 to always fail with ENOSYS. Some functions are actually named
31925 something starting with __ and the normal name is an alias. */
31926 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31927 choke me
31928 #else
31929 char (*f) () = $ac_func;
31930 #endif
31931 #ifdef __cplusplus
31932 }
31933 #endif
31934
31935 int
31936 main ()
31937 {
31938 return f != $ac_func;
31939 ;
31940 return 0;
31941 }
31942 _ACEOF
31943 rm -f conftest.$ac_objext conftest$ac_exeext
31944 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31945 (eval $ac_link) 2>conftest.er1
31946 ac_status=$?
31947 grep -v '^ *+' conftest.er1 >conftest.err
31948 rm -f conftest.er1
31949 cat conftest.err >&5
31950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31951 (exit $ac_status); } &&
31952 { ac_try='test -z "$ac_c_werror_flag"
31953 || test ! -s conftest.err'
31954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31955 (eval $ac_try) 2>&5
31956 ac_status=$?
31957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31958 (exit $ac_status); }; } &&
31959 { ac_try='test -s conftest$ac_exeext'
31960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31961 (eval $ac_try) 2>&5
31962 ac_status=$?
31963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31964 (exit $ac_status); }; }; then
31965 eval "$as_ac_var=yes"
31966 else
31967 echo "$as_me: failed program was:" >&5
31968 sed 's/^/| /' conftest.$ac_ext >&5
31969
31970 eval "$as_ac_var=no"
31971 fi
31972 rm -f conftest.err conftest.$ac_objext \
31973 conftest$ac_exeext conftest.$ac_ext
31974 fi
31975 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31976 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31977 if test `eval echo '${'$as_ac_var'}'` = yes; then
31978 cat >>confdefs.h <<_ACEOF
31979 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31980 _ACEOF
31981
31982 fi
31983 done
31984
31985
31986 if test "$ac_cv_func_sigaction" = "no"; then
31987 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
31988 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
31989 wxUSE_ON_FATAL_EXCEPTION=no
31990 fi
31991
31992 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
31993
31994
31995 ac_ext=cc
31996 ac_cpp='$CXXCPP $CPPFLAGS'
31997 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31998 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31999 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32000
32001
32002 echo "$as_me:$LINENO: checking for sa_handler type" >&5
32003 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
32004 if test "${wx_cv_type_sa_handler+set}" = set; then
32005 echo $ECHO_N "(cached) $ECHO_C" >&6
32006 else
32007
32008 cat >conftest.$ac_ext <<_ACEOF
32009 /* confdefs.h. */
32010 _ACEOF
32011 cat confdefs.h >>conftest.$ac_ext
32012 cat >>conftest.$ac_ext <<_ACEOF
32013 /* end confdefs.h. */
32014 #include <signal.h>
32015 int
32016 main ()
32017 {
32018
32019 extern void testSigHandler(int);
32020
32021 struct sigaction sa;
32022 sa.sa_handler = testSigHandler;
32023
32024 ;
32025 return 0;
32026 }
32027 _ACEOF
32028 rm -f conftest.$ac_objext
32029 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32030 (eval $ac_compile) 2>conftest.er1
32031 ac_status=$?
32032 grep -v '^ *+' conftest.er1 >conftest.err
32033 rm -f conftest.er1
32034 cat conftest.err >&5
32035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32036 (exit $ac_status); } &&
32037 { ac_try='test -z "$ac_cxx_werror_flag"
32038 || 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
32051 wx_cv_type_sa_handler=int
32052
32053 else
32054 echo "$as_me: failed program was:" >&5
32055 sed 's/^/| /' conftest.$ac_ext >&5
32056
32057
32058 wx_cv_type_sa_handler=void
32059
32060 fi
32061 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32062
32063 fi
32064 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
32065 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
32066
32067 ac_ext=c
32068 ac_cpp='$CPP $CPPFLAGS'
32069 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32070 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32071 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32072
32073
32074 cat >>confdefs.h <<_ACEOF
32075 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
32076 _ACEOF
32077
32078 fi
32079 fi
32080
32081 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
32082
32083
32084 ac_ext=cc
32085 ac_cpp='$CXXCPP $CPPFLAGS'
32086 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32087 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32088 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32089
32090
32091 echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
32092 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6
32093 if test "${wx_cv_func_backtrace+set}" = set; then
32094 echo $ECHO_N "(cached) $ECHO_C" >&6
32095 else
32096
32097 cat >conftest.$ac_ext <<_ACEOF
32098 /* confdefs.h. */
32099 _ACEOF
32100 cat confdefs.h >>conftest.$ac_ext
32101 cat >>conftest.$ac_ext <<_ACEOF
32102 /* end confdefs.h. */
32103 #include <execinfo.h>
32104 int
32105 main ()
32106 {
32107
32108 void *trace[1];
32109 char **messages;
32110
32111 backtrace(trace, 1);
32112 messages = backtrace_symbols(trace, 1);
32113
32114 ;
32115 return 0;
32116 }
32117 _ACEOF
32118 rm -f conftest.$ac_objext
32119 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32120 (eval $ac_compile) 2>conftest.er1
32121 ac_status=$?
32122 grep -v '^ *+' conftest.er1 >conftest.err
32123 rm -f conftest.er1
32124 cat conftest.err >&5
32125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32126 (exit $ac_status); } &&
32127 { ac_try='test -z "$ac_cxx_werror_flag"
32128 || test ! -s conftest.err'
32129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32130 (eval $ac_try) 2>&5
32131 ac_status=$?
32132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32133 (exit $ac_status); }; } &&
32134 { ac_try='test -s conftest.$ac_objext'
32135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32136 (eval $ac_try) 2>&5
32137 ac_status=$?
32138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32139 (exit $ac_status); }; }; then
32140 wx_cv_func_backtrace=yes
32141 else
32142 echo "$as_me: failed program was:" >&5
32143 sed 's/^/| /' conftest.$ac_ext >&5
32144
32145 wx_cv_func_backtrace=no
32146
32147 fi
32148 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32149
32150
32151 fi
32152 echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
32153 echo "${ECHO_T}$wx_cv_func_backtrace" >&6
32154
32155
32156 if test "$wx_cv_func_backtrace" = "no"; then
32157 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
32158 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
32159 wxUSE_STACKWALKER=no
32160 else
32161 echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
32162 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6
32163 if test "${wx_cv_func_cxa_demangle+set}" = set; then
32164 echo $ECHO_N "(cached) $ECHO_C" >&6
32165 else
32166
32167 cat >conftest.$ac_ext <<_ACEOF
32168 /* confdefs.h. */
32169 _ACEOF
32170 cat confdefs.h >>conftest.$ac_ext
32171 cat >>conftest.$ac_ext <<_ACEOF
32172 /* end confdefs.h. */
32173 #include <cxxabi.h>
32174 int
32175 main ()
32176 {
32177
32178 int rc;
32179 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
32180
32181 ;
32182 return 0;
32183 }
32184 _ACEOF
32185 rm -f conftest.$ac_objext conftest$ac_exeext
32186 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32187 (eval $ac_link) 2>conftest.er1
32188 ac_status=$?
32189 grep -v '^ *+' conftest.er1 >conftest.err
32190 rm -f conftest.er1
32191 cat conftest.err >&5
32192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32193 (exit $ac_status); } &&
32194 { ac_try='test -z "$ac_cxx_werror_flag"
32195 || test ! -s conftest.err'
32196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32197 (eval $ac_try) 2>&5
32198 ac_status=$?
32199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32200 (exit $ac_status); }; } &&
32201 { ac_try='test -s conftest$ac_exeext'
32202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32203 (eval $ac_try) 2>&5
32204 ac_status=$?
32205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32206 (exit $ac_status); }; }; then
32207 wx_cv_func_cxa_demangle=yes
32208 else
32209 echo "$as_me: failed program was:" >&5
32210 sed 's/^/| /' conftest.$ac_ext >&5
32211
32212 wx_cv_func_cxa_demangle=no
32213
32214 fi
32215 rm -f conftest.err conftest.$ac_objext \
32216 conftest$ac_exeext conftest.$ac_ext
32217
32218
32219 fi
32220 echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
32221 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6
32222
32223 if test "$wx_cv_func_cxa_demangle" = "yes"; then
32224 cat >>confdefs.h <<\_ACEOF
32225 #define HAVE_CXA_DEMANGLE 1
32226 _ACEOF
32227
32228 fi
32229 fi
32230
32231 ac_ext=c
32232 ac_cpp='$CPP $CPPFLAGS'
32233 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32234 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32235 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32236
32237 fi
32238
32239 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
32240 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
32241 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
32242 wxUSE_STACKWALKER=no
32243 fi
32244
32245
32246
32247
32248 for ac_func in mkstemp mktemp
32249 do
32250 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32251 echo "$as_me:$LINENO: checking for $ac_func" >&5
32252 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32253 if eval "test \"\${$as_ac_var+set}\" = set"; then
32254 echo $ECHO_N "(cached) $ECHO_C" >&6
32255 else
32256 cat >conftest.$ac_ext <<_ACEOF
32257 /* confdefs.h. */
32258 _ACEOF
32259 cat confdefs.h >>conftest.$ac_ext
32260 cat >>conftest.$ac_ext <<_ACEOF
32261 /* end confdefs.h. */
32262 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32263 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32264 #define $ac_func innocuous_$ac_func
32265
32266 /* System header to define __stub macros and hopefully few prototypes,
32267 which can conflict with char $ac_func (); below.
32268 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32269 <limits.h> exists even on freestanding compilers. */
32270
32271 #ifdef __STDC__
32272 # include <limits.h>
32273 #else
32274 # include <assert.h>
32275 #endif
32276
32277 #undef $ac_func
32278
32279 /* Override any gcc2 internal prototype to avoid an error. */
32280 #ifdef __cplusplus
32281 extern "C"
32282 {
32283 #endif
32284 /* We use char because int might match the return type of a gcc2
32285 builtin and then its argument prototype would still apply. */
32286 char $ac_func ();
32287 /* The GNU C library defines this for functions which it implements
32288 to always fail with ENOSYS. Some functions are actually named
32289 something starting with __ and the normal name is an alias. */
32290 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32291 choke me
32292 #else
32293 char (*f) () = $ac_func;
32294 #endif
32295 #ifdef __cplusplus
32296 }
32297 #endif
32298
32299 int
32300 main ()
32301 {
32302 return f != $ac_func;
32303 ;
32304 return 0;
32305 }
32306 _ACEOF
32307 rm -f conftest.$ac_objext conftest$ac_exeext
32308 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32309 (eval $ac_link) 2>conftest.er1
32310 ac_status=$?
32311 grep -v '^ *+' conftest.er1 >conftest.err
32312 rm -f conftest.er1
32313 cat conftest.err >&5
32314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32315 (exit $ac_status); } &&
32316 { ac_try='test -z "$ac_c_werror_flag"
32317 || test ! -s conftest.err'
32318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32319 (eval $ac_try) 2>&5
32320 ac_status=$?
32321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32322 (exit $ac_status); }; } &&
32323 { ac_try='test -s conftest$ac_exeext'
32324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32325 (eval $ac_try) 2>&5
32326 ac_status=$?
32327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32328 (exit $ac_status); }; }; then
32329 eval "$as_ac_var=yes"
32330 else
32331 echo "$as_me: failed program was:" >&5
32332 sed 's/^/| /' conftest.$ac_ext >&5
32333
32334 eval "$as_ac_var=no"
32335 fi
32336 rm -f conftest.err conftest.$ac_objext \
32337 conftest$ac_exeext conftest.$ac_ext
32338 fi
32339 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32340 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32341 if test `eval echo '${'$as_ac_var'}'` = yes; then
32342 cat >>confdefs.h <<_ACEOF
32343 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32344 _ACEOF
32345 break
32346 fi
32347 done
32348
32349
32350 echo "$as_me:$LINENO: checking for statfs" >&5
32351 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
32352 if test "${wx_cv_func_statfs+set}" = set; then
32353 echo $ECHO_N "(cached) $ECHO_C" >&6
32354 else
32355 cat >conftest.$ac_ext <<_ACEOF
32356 /* confdefs.h. */
32357 _ACEOF
32358 cat confdefs.h >>conftest.$ac_ext
32359 cat >>conftest.$ac_ext <<_ACEOF
32360 /* end confdefs.h. */
32361
32362 #if defined(__BSD__)
32363 #include <sys/param.h>
32364 #include <sys/mount.h>
32365 #else
32366 #include <sys/vfs.h>
32367 #endif
32368
32369 int
32370 main ()
32371 {
32372
32373 long l;
32374 struct statfs fs;
32375 statfs("/", &fs);
32376 l = fs.f_bsize;
32377 l += fs.f_blocks;
32378 l += fs.f_bavail;
32379
32380 ;
32381 return 0;
32382 }
32383 _ACEOF
32384 rm -f conftest.$ac_objext
32385 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32386 (eval $ac_compile) 2>conftest.er1
32387 ac_status=$?
32388 grep -v '^ *+' conftest.er1 >conftest.err
32389 rm -f conftest.er1
32390 cat conftest.err >&5
32391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32392 (exit $ac_status); } &&
32393 { ac_try='test -z "$ac_c_werror_flag"
32394 || test ! -s conftest.err'
32395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32396 (eval $ac_try) 2>&5
32397 ac_status=$?
32398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32399 (exit $ac_status); }; } &&
32400 { ac_try='test -s conftest.$ac_objext'
32401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32402 (eval $ac_try) 2>&5
32403 ac_status=$?
32404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32405 (exit $ac_status); }; }; then
32406
32407 wx_cv_func_statfs=yes
32408
32409 else
32410 echo "$as_me: failed program was:" >&5
32411 sed 's/^/| /' conftest.$ac_ext >&5
32412
32413
32414 wx_cv_func_statfs=no
32415
32416
32417 fi
32418 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32419
32420 fi
32421 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
32422 echo "${ECHO_T}$wx_cv_func_statfs" >&6
32423
32424 if test "$wx_cv_func_statfs" = "yes"; then
32425 wx_cv_type_statvfs_t="struct statfs"
32426 cat >>confdefs.h <<\_ACEOF
32427 #define HAVE_STATFS 1
32428 _ACEOF
32429
32430 else
32431 echo "$as_me:$LINENO: checking for statvfs" >&5
32432 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
32433 if test "${wx_cv_func_statvfs+set}" = set; then
32434 echo $ECHO_N "(cached) $ECHO_C" >&6
32435 else
32436 cat >conftest.$ac_ext <<_ACEOF
32437 /* confdefs.h. */
32438 _ACEOF
32439 cat confdefs.h >>conftest.$ac_ext
32440 cat >>conftest.$ac_ext <<_ACEOF
32441 /* end confdefs.h. */
32442
32443 #include <stddef.h>
32444 #include <sys/statvfs.h>
32445
32446 int
32447 main ()
32448 {
32449
32450 statvfs("/", NULL);
32451
32452 ;
32453 return 0;
32454 }
32455 _ACEOF
32456 rm -f conftest.$ac_objext
32457 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32458 (eval $ac_compile) 2>conftest.er1
32459 ac_status=$?
32460 grep -v '^ *+' conftest.er1 >conftest.err
32461 rm -f conftest.er1
32462 cat conftest.err >&5
32463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32464 (exit $ac_status); } &&
32465 { ac_try='test -z "$ac_c_werror_flag"
32466 || test ! -s conftest.err'
32467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32468 (eval $ac_try) 2>&5
32469 ac_status=$?
32470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32471 (exit $ac_status); }; } &&
32472 { ac_try='test -s conftest.$ac_objext'
32473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32474 (eval $ac_try) 2>&5
32475 ac_status=$?
32476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32477 (exit $ac_status); }; }; then
32478 wx_cv_func_statvfs=yes
32479 else
32480 echo "$as_me: failed program was:" >&5
32481 sed 's/^/| /' conftest.$ac_ext >&5
32482
32483 wx_cv_func_statvfs=no
32484
32485 fi
32486 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32487
32488 fi
32489 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
32490 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
32491
32492 if test "$wx_cv_func_statvfs" = "yes"; then
32493
32494
32495 ac_ext=cc
32496 ac_cpp='$CXXCPP $CPPFLAGS'
32497 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32498 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32499 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32500
32501
32502 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
32503 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
32504 if test "${wx_cv_type_statvfs_t+set}" = set; then
32505 echo $ECHO_N "(cached) $ECHO_C" >&6
32506 else
32507 cat >conftest.$ac_ext <<_ACEOF
32508 /* confdefs.h. */
32509 _ACEOF
32510 cat confdefs.h >>conftest.$ac_ext
32511 cat >>conftest.$ac_ext <<_ACEOF
32512 /* end confdefs.h. */
32513
32514 #include <sys/statvfs.h>
32515
32516 int
32517 main ()
32518 {
32519
32520 long l;
32521 statvfs_t fs;
32522 statvfs("/", &fs);
32523 l = fs.f_bsize;
32524 l += fs.f_blocks;
32525 l += fs.f_bavail;
32526
32527 ;
32528 return 0;
32529 }
32530 _ACEOF
32531 rm -f conftest.$ac_objext
32532 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32533 (eval $ac_compile) 2>conftest.er1
32534 ac_status=$?
32535 grep -v '^ *+' conftest.er1 >conftest.err
32536 rm -f conftest.er1
32537 cat conftest.err >&5
32538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32539 (exit $ac_status); } &&
32540 { ac_try='test -z "$ac_cxx_werror_flag"
32541 || test ! -s conftest.err'
32542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32543 (eval $ac_try) 2>&5
32544 ac_status=$?
32545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32546 (exit $ac_status); }; } &&
32547 { ac_try='test -s conftest.$ac_objext'
32548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32549 (eval $ac_try) 2>&5
32550 ac_status=$?
32551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32552 (exit $ac_status); }; }; then
32553 wx_cv_type_statvfs_t=statvfs_t
32554 else
32555 echo "$as_me: failed program was:" >&5
32556 sed 's/^/| /' conftest.$ac_ext >&5
32557
32558
32559 cat >conftest.$ac_ext <<_ACEOF
32560 /* confdefs.h. */
32561 _ACEOF
32562 cat confdefs.h >>conftest.$ac_ext
32563 cat >>conftest.$ac_ext <<_ACEOF
32564 /* end confdefs.h. */
32565
32566 #include <sys/statvfs.h>
32567
32568 int
32569 main ()
32570 {
32571
32572 long l;
32573 struct statvfs fs;
32574 statvfs("/", &fs);
32575 l = fs.f_bsize;
32576 l += fs.f_blocks;
32577 l += fs.f_bavail;
32578
32579 ;
32580 return 0;
32581 }
32582 _ACEOF
32583 rm -f conftest.$ac_objext
32584 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32585 (eval $ac_compile) 2>conftest.er1
32586 ac_status=$?
32587 grep -v '^ *+' conftest.er1 >conftest.err
32588 rm -f conftest.er1
32589 cat conftest.err >&5
32590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32591 (exit $ac_status); } &&
32592 { ac_try='test -z "$ac_cxx_werror_flag"
32593 || test ! -s conftest.err'
32594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32595 (eval $ac_try) 2>&5
32596 ac_status=$?
32597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32598 (exit $ac_status); }; } &&
32599 { ac_try='test -s conftest.$ac_objext'
32600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32601 (eval $ac_try) 2>&5
32602 ac_status=$?
32603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32604 (exit $ac_status); }; }; then
32605 wx_cv_type_statvfs_t="struct statvfs"
32606 else
32607 echo "$as_me: failed program was:" >&5
32608 sed 's/^/| /' conftest.$ac_ext >&5
32609
32610 wx_cv_type_statvfs_t="unknown"
32611
32612 fi
32613 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32614
32615
32616 fi
32617 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32618
32619 fi
32620 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
32621 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
32622
32623 ac_ext=c
32624 ac_cpp='$CPP $CPPFLAGS'
32625 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32626 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32627 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32628
32629
32630 if test "$wx_cv_type_statvfs_t" != "unknown"; then
32631 cat >>confdefs.h <<\_ACEOF
32632 #define HAVE_STATVFS 1
32633 _ACEOF
32634
32635 fi
32636 else
32637 wx_cv_type_statvfs_t="unknown"
32638 fi
32639 fi
32640
32641 if test "$wx_cv_type_statvfs_t" != "unknown"; then
32642 cat >>confdefs.h <<_ACEOF
32643 #define WX_STATFS_T $wx_cv_type_statvfs_t
32644 _ACEOF
32645
32646 else
32647 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
32648 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
32649 fi
32650
32651 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
32652
32653
32654 for ac_func in fcntl flock
32655 do
32656 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32657 echo "$as_me:$LINENO: checking for $ac_func" >&5
32658 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32659 if eval "test \"\${$as_ac_var+set}\" = set"; then
32660 echo $ECHO_N "(cached) $ECHO_C" >&6
32661 else
32662 cat >conftest.$ac_ext <<_ACEOF
32663 /* confdefs.h. */
32664 _ACEOF
32665 cat confdefs.h >>conftest.$ac_ext
32666 cat >>conftest.$ac_ext <<_ACEOF
32667 /* end confdefs.h. */
32668 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32669 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32670 #define $ac_func innocuous_$ac_func
32671
32672 /* System header to define __stub macros and hopefully few prototypes,
32673 which can conflict with char $ac_func (); below.
32674 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32675 <limits.h> exists even on freestanding compilers. */
32676
32677 #ifdef __STDC__
32678 # include <limits.h>
32679 #else
32680 # include <assert.h>
32681 #endif
32682
32683 #undef $ac_func
32684
32685 /* Override any gcc2 internal prototype to avoid an error. */
32686 #ifdef __cplusplus
32687 extern "C"
32688 {
32689 #endif
32690 /* We use char because int might match the return type of a gcc2
32691 builtin and then its argument prototype would still apply. */
32692 char $ac_func ();
32693 /* The GNU C library defines this for functions which it implements
32694 to always fail with ENOSYS. Some functions are actually named
32695 something starting with __ and the normal name is an alias. */
32696 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32697 choke me
32698 #else
32699 char (*f) () = $ac_func;
32700 #endif
32701 #ifdef __cplusplus
32702 }
32703 #endif
32704
32705 int
32706 main ()
32707 {
32708 return f != $ac_func;
32709 ;
32710 return 0;
32711 }
32712 _ACEOF
32713 rm -f conftest.$ac_objext conftest$ac_exeext
32714 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32715 (eval $ac_link) 2>conftest.er1
32716 ac_status=$?
32717 grep -v '^ *+' conftest.er1 >conftest.err
32718 rm -f conftest.er1
32719 cat conftest.err >&5
32720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32721 (exit $ac_status); } &&
32722 { ac_try='test -z "$ac_c_werror_flag"
32723 || test ! -s conftest.err'
32724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32725 (eval $ac_try) 2>&5
32726 ac_status=$?
32727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32728 (exit $ac_status); }; } &&
32729 { ac_try='test -s conftest$ac_exeext'
32730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32731 (eval $ac_try) 2>&5
32732 ac_status=$?
32733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32734 (exit $ac_status); }; }; then
32735 eval "$as_ac_var=yes"
32736 else
32737 echo "$as_me: failed program was:" >&5
32738 sed 's/^/| /' conftest.$ac_ext >&5
32739
32740 eval "$as_ac_var=no"
32741 fi
32742 rm -f conftest.err conftest.$ac_objext \
32743 conftest$ac_exeext conftest.$ac_ext
32744 fi
32745 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32746 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32747 if test `eval echo '${'$as_ac_var'}'` = yes; then
32748 cat >>confdefs.h <<_ACEOF
32749 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32750 _ACEOF
32751 break
32752 fi
32753 done
32754
32755
32756 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
32757 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
32758 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
32759 wxUSE_SNGLINST_CHECKER=no
32760 fi
32761 fi
32762
32763
32764 for ac_func in timegm
32765 do
32766 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32767 echo "$as_me:$LINENO: checking for $ac_func" >&5
32768 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32769 if eval "test \"\${$as_ac_var+set}\" = set"; then
32770 echo $ECHO_N "(cached) $ECHO_C" >&6
32771 else
32772 cat >conftest.$ac_ext <<_ACEOF
32773 /* confdefs.h. */
32774 _ACEOF
32775 cat confdefs.h >>conftest.$ac_ext
32776 cat >>conftest.$ac_ext <<_ACEOF
32777 /* end confdefs.h. */
32778 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32779 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32780 #define $ac_func innocuous_$ac_func
32781
32782 /* System header to define __stub macros and hopefully few prototypes,
32783 which can conflict with char $ac_func (); below.
32784 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32785 <limits.h> exists even on freestanding compilers. */
32786
32787 #ifdef __STDC__
32788 # include <limits.h>
32789 #else
32790 # include <assert.h>
32791 #endif
32792
32793 #undef $ac_func
32794
32795 /* Override any gcc2 internal prototype to avoid an error. */
32796 #ifdef __cplusplus
32797 extern "C"
32798 {
32799 #endif
32800 /* We use char because int might match the return type of a gcc2
32801 builtin and then its argument prototype would still apply. */
32802 char $ac_func ();
32803 /* The GNU C library defines this for functions which it implements
32804 to always fail with ENOSYS. Some functions are actually named
32805 something starting with __ and the normal name is an alias. */
32806 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32807 choke me
32808 #else
32809 char (*f) () = $ac_func;
32810 #endif
32811 #ifdef __cplusplus
32812 }
32813 #endif
32814
32815 int
32816 main ()
32817 {
32818 return f != $ac_func;
32819 ;
32820 return 0;
32821 }
32822 _ACEOF
32823 rm -f conftest.$ac_objext conftest$ac_exeext
32824 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32825 (eval $ac_link) 2>conftest.er1
32826 ac_status=$?
32827 grep -v '^ *+' conftest.er1 >conftest.err
32828 rm -f conftest.er1
32829 cat conftest.err >&5
32830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32831 (exit $ac_status); } &&
32832 { ac_try='test -z "$ac_c_werror_flag"
32833 || test ! -s conftest.err'
32834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32835 (eval $ac_try) 2>&5
32836 ac_status=$?
32837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32838 (exit $ac_status); }; } &&
32839 { ac_try='test -s conftest$ac_exeext'
32840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32841 (eval $ac_try) 2>&5
32842 ac_status=$?
32843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32844 (exit $ac_status); }; }; then
32845 eval "$as_ac_var=yes"
32846 else
32847 echo "$as_me: failed program was:" >&5
32848 sed 's/^/| /' conftest.$ac_ext >&5
32849
32850 eval "$as_ac_var=no"
32851 fi
32852 rm -f conftest.err conftest.$ac_objext \
32853 conftest$ac_exeext conftest.$ac_ext
32854 fi
32855 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32856 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32857 if test `eval echo '${'$as_ac_var'}'` = yes; then
32858 cat >>confdefs.h <<_ACEOF
32859 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32860 _ACEOF
32861
32862 fi
32863 done
32864
32865
32866
32867
32868 for ac_func in putenv setenv
32869 do
32870 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32871 echo "$as_me:$LINENO: checking for $ac_func" >&5
32872 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32873 if eval "test \"\${$as_ac_var+set}\" = set"; then
32874 echo $ECHO_N "(cached) $ECHO_C" >&6
32875 else
32876 cat >conftest.$ac_ext <<_ACEOF
32877 /* confdefs.h. */
32878 _ACEOF
32879 cat confdefs.h >>conftest.$ac_ext
32880 cat >>conftest.$ac_ext <<_ACEOF
32881 /* end confdefs.h. */
32882 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32883 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32884 #define $ac_func innocuous_$ac_func
32885
32886 /* System header to define __stub macros and hopefully few prototypes,
32887 which can conflict with char $ac_func (); below.
32888 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32889 <limits.h> exists even on freestanding compilers. */
32890
32891 #ifdef __STDC__
32892 # include <limits.h>
32893 #else
32894 # include <assert.h>
32895 #endif
32896
32897 #undef $ac_func
32898
32899 /* Override any gcc2 internal prototype to avoid an error. */
32900 #ifdef __cplusplus
32901 extern "C"
32902 {
32903 #endif
32904 /* We use char because int might match the return type of a gcc2
32905 builtin and then its argument prototype would still apply. */
32906 char $ac_func ();
32907 /* The GNU C library defines this for functions which it implements
32908 to always fail with ENOSYS. Some functions are actually named
32909 something starting with __ and the normal name is an alias. */
32910 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32911 choke me
32912 #else
32913 char (*f) () = $ac_func;
32914 #endif
32915 #ifdef __cplusplus
32916 }
32917 #endif
32918
32919 int
32920 main ()
32921 {
32922 return f != $ac_func;
32923 ;
32924 return 0;
32925 }
32926 _ACEOF
32927 rm -f conftest.$ac_objext conftest$ac_exeext
32928 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32929 (eval $ac_link) 2>conftest.er1
32930 ac_status=$?
32931 grep -v '^ *+' conftest.er1 >conftest.err
32932 rm -f conftest.er1
32933 cat conftest.err >&5
32934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32935 (exit $ac_status); } &&
32936 { ac_try='test -z "$ac_c_werror_flag"
32937 || test ! -s conftest.err'
32938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32939 (eval $ac_try) 2>&5
32940 ac_status=$?
32941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32942 (exit $ac_status); }; } &&
32943 { ac_try='test -s conftest$ac_exeext'
32944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32945 (eval $ac_try) 2>&5
32946 ac_status=$?
32947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32948 (exit $ac_status); }; }; then
32949 eval "$as_ac_var=yes"
32950 else
32951 echo "$as_me: failed program was:" >&5
32952 sed 's/^/| /' conftest.$ac_ext >&5
32953
32954 eval "$as_ac_var=no"
32955 fi
32956 rm -f conftest.err conftest.$ac_objext \
32957 conftest$ac_exeext conftest.$ac_ext
32958 fi
32959 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32960 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32961 if test `eval echo '${'$as_ac_var'}'` = yes; then
32962 cat >>confdefs.h <<_ACEOF
32963 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32964 _ACEOF
32965 break
32966 fi
32967 done
32968
32969
32970 HAVE_SOME_SLEEP_FUNC=0
32971 if test "$USE_BEOS" = 1; then
32972 cat >>confdefs.h <<\_ACEOF
32973 #define HAVE_SLEEP 1
32974 _ACEOF
32975
32976 HAVE_SOME_SLEEP_FUNC=1
32977 fi
32978
32979 if test "$USE_DARWIN" = 1; then
32980 cat >>confdefs.h <<\_ACEOF
32981 #define HAVE_USLEEP 1
32982 _ACEOF
32983
32984 HAVE_SOME_SLEEP_FUNC=1
32985 fi
32986
32987 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
32988 POSIX4_LINK=
32989
32990 for ac_func in nanosleep
32991 do
32992 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32993 echo "$as_me:$LINENO: checking for $ac_func" >&5
32994 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32995 if eval "test \"\${$as_ac_var+set}\" = set"; then
32996 echo $ECHO_N "(cached) $ECHO_C" >&6
32997 else
32998 cat >conftest.$ac_ext <<_ACEOF
32999 /* confdefs.h. */
33000 _ACEOF
33001 cat confdefs.h >>conftest.$ac_ext
33002 cat >>conftest.$ac_ext <<_ACEOF
33003 /* end confdefs.h. */
33004 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33005 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33006 #define $ac_func innocuous_$ac_func
33007
33008 /* System header to define __stub macros and hopefully few prototypes,
33009 which can conflict with char $ac_func (); below.
33010 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33011 <limits.h> exists even on freestanding compilers. */
33012
33013 #ifdef __STDC__
33014 # include <limits.h>
33015 #else
33016 # include <assert.h>
33017 #endif
33018
33019 #undef $ac_func
33020
33021 /* Override any gcc2 internal prototype to avoid an error. */
33022 #ifdef __cplusplus
33023 extern "C"
33024 {
33025 #endif
33026 /* We use char because int might match the return type of a gcc2
33027 builtin and then its argument prototype would still apply. */
33028 char $ac_func ();
33029 /* The GNU C library defines this for functions which it implements
33030 to always fail with ENOSYS. Some functions are actually named
33031 something starting with __ and the normal name is an alias. */
33032 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33033 choke me
33034 #else
33035 char (*f) () = $ac_func;
33036 #endif
33037 #ifdef __cplusplus
33038 }
33039 #endif
33040
33041 int
33042 main ()
33043 {
33044 return f != $ac_func;
33045 ;
33046 return 0;
33047 }
33048 _ACEOF
33049 rm -f conftest.$ac_objext conftest$ac_exeext
33050 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33051 (eval $ac_link) 2>conftest.er1
33052 ac_status=$?
33053 grep -v '^ *+' conftest.er1 >conftest.err
33054 rm -f conftest.er1
33055 cat conftest.err >&5
33056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33057 (exit $ac_status); } &&
33058 { ac_try='test -z "$ac_c_werror_flag"
33059 || test ! -s conftest.err'
33060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33061 (eval $ac_try) 2>&5
33062 ac_status=$?
33063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33064 (exit $ac_status); }; } &&
33065 { ac_try='test -s conftest$ac_exeext'
33066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33067 (eval $ac_try) 2>&5
33068 ac_status=$?
33069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33070 (exit $ac_status); }; }; then
33071 eval "$as_ac_var=yes"
33072 else
33073 echo "$as_me: failed program was:" >&5
33074 sed 's/^/| /' conftest.$ac_ext >&5
33075
33076 eval "$as_ac_var=no"
33077 fi
33078 rm -f conftest.err conftest.$ac_objext \
33079 conftest$ac_exeext conftest.$ac_ext
33080 fi
33081 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33082 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33083 if test `eval echo '${'$as_ac_var'}'` = yes; then
33084 cat >>confdefs.h <<_ACEOF
33085 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33086 _ACEOF
33087 cat >>confdefs.h <<\_ACEOF
33088 #define HAVE_NANOSLEEP 1
33089 _ACEOF
33090
33091 else
33092
33093 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
33094 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
33095 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
33096 echo $ECHO_N "(cached) $ECHO_C" >&6
33097 else
33098 ac_check_lib_save_LIBS=$LIBS
33099 LIBS="-lposix4 $LIBS"
33100 cat >conftest.$ac_ext <<_ACEOF
33101 /* confdefs.h. */
33102 _ACEOF
33103 cat confdefs.h >>conftest.$ac_ext
33104 cat >>conftest.$ac_ext <<_ACEOF
33105 /* end confdefs.h. */
33106
33107 /* Override any gcc2 internal prototype to avoid an error. */
33108 #ifdef __cplusplus
33109 extern "C"
33110 #endif
33111 /* We use char because int might match the return type of a gcc2
33112 builtin and then its argument prototype would still apply. */
33113 char nanosleep ();
33114 int
33115 main ()
33116 {
33117 nanosleep ();
33118 ;
33119 return 0;
33120 }
33121 _ACEOF
33122 rm -f conftest.$ac_objext conftest$ac_exeext
33123 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33124 (eval $ac_link) 2>conftest.er1
33125 ac_status=$?
33126 grep -v '^ *+' conftest.er1 >conftest.err
33127 rm -f conftest.er1
33128 cat conftest.err >&5
33129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33130 (exit $ac_status); } &&
33131 { ac_try='test -z "$ac_c_werror_flag"
33132 || test ! -s conftest.err'
33133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33134 (eval $ac_try) 2>&5
33135 ac_status=$?
33136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33137 (exit $ac_status); }; } &&
33138 { ac_try='test -s conftest$ac_exeext'
33139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33140 (eval $ac_try) 2>&5
33141 ac_status=$?
33142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33143 (exit $ac_status); }; }; then
33144 ac_cv_lib_posix4_nanosleep=yes
33145 else
33146 echo "$as_me: failed program was:" >&5
33147 sed 's/^/| /' conftest.$ac_ext >&5
33148
33149 ac_cv_lib_posix4_nanosleep=no
33150 fi
33151 rm -f conftest.err conftest.$ac_objext \
33152 conftest$ac_exeext conftest.$ac_ext
33153 LIBS=$ac_check_lib_save_LIBS
33154 fi
33155 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
33156 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
33157 if test $ac_cv_lib_posix4_nanosleep = yes; then
33158
33159 cat >>confdefs.h <<\_ACEOF
33160 #define HAVE_NANOSLEEP 1
33161 _ACEOF
33162
33163 POSIX4_LINK=" -lposix4"
33164
33165 else
33166
33167
33168 for ac_func in usleep
33169 do
33170 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33171 echo "$as_me:$LINENO: checking for $ac_func" >&5
33172 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33173 if eval "test \"\${$as_ac_var+set}\" = set"; then
33174 echo $ECHO_N "(cached) $ECHO_C" >&6
33175 else
33176 cat >conftest.$ac_ext <<_ACEOF
33177 /* confdefs.h. */
33178 _ACEOF
33179 cat confdefs.h >>conftest.$ac_ext
33180 cat >>conftest.$ac_ext <<_ACEOF
33181 /* end confdefs.h. */
33182 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33183 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33184 #define $ac_func innocuous_$ac_func
33185
33186 /* System header to define __stub macros and hopefully few prototypes,
33187 which can conflict with char $ac_func (); below.
33188 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33189 <limits.h> exists even on freestanding compilers. */
33190
33191 #ifdef __STDC__
33192 # include <limits.h>
33193 #else
33194 # include <assert.h>
33195 #endif
33196
33197 #undef $ac_func
33198
33199 /* Override any gcc2 internal prototype to avoid an error. */
33200 #ifdef __cplusplus
33201 extern "C"
33202 {
33203 #endif
33204 /* We use char because int might match the return type of a gcc2
33205 builtin and then its argument prototype would still apply. */
33206 char $ac_func ();
33207 /* The GNU C library defines this for functions which it implements
33208 to always fail with ENOSYS. Some functions are actually named
33209 something starting with __ and the normal name is an alias. */
33210 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33211 choke me
33212 #else
33213 char (*f) () = $ac_func;
33214 #endif
33215 #ifdef __cplusplus
33216 }
33217 #endif
33218
33219 int
33220 main ()
33221 {
33222 return f != $ac_func;
33223 ;
33224 return 0;
33225 }
33226 _ACEOF
33227 rm -f conftest.$ac_objext conftest$ac_exeext
33228 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33229 (eval $ac_link) 2>conftest.er1
33230 ac_status=$?
33231 grep -v '^ *+' conftest.er1 >conftest.err
33232 rm -f conftest.er1
33233 cat conftest.err >&5
33234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33235 (exit $ac_status); } &&
33236 { ac_try='test -z "$ac_c_werror_flag"
33237 || test ! -s conftest.err'
33238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33239 (eval $ac_try) 2>&5
33240 ac_status=$?
33241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33242 (exit $ac_status); }; } &&
33243 { ac_try='test -s conftest$ac_exeext'
33244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33245 (eval $ac_try) 2>&5
33246 ac_status=$?
33247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33248 (exit $ac_status); }; }; then
33249 eval "$as_ac_var=yes"
33250 else
33251 echo "$as_me: failed program was:" >&5
33252 sed 's/^/| /' conftest.$ac_ext >&5
33253
33254 eval "$as_ac_var=no"
33255 fi
33256 rm -f conftest.err conftest.$ac_objext \
33257 conftest$ac_exeext conftest.$ac_ext
33258 fi
33259 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33260 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33261 if test `eval echo '${'$as_ac_var'}'` = yes; then
33262 cat >>confdefs.h <<_ACEOF
33263 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33264 _ACEOF
33265 cat >>confdefs.h <<\_ACEOF
33266 #define HAVE_USLEEP 1
33267 _ACEOF
33268
33269 else
33270 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
33271 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
33272
33273 fi
33274 done
33275
33276
33277
33278 fi
33279
33280
33281
33282 fi
33283 done
33284
33285 fi
33286
33287
33288
33289 for ac_func in uname gethostname
33290 do
33291 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33292 echo "$as_me:$LINENO: checking for $ac_func" >&5
33293 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33294 if eval "test \"\${$as_ac_var+set}\" = set"; then
33295 echo $ECHO_N "(cached) $ECHO_C" >&6
33296 else
33297 cat >conftest.$ac_ext <<_ACEOF
33298 /* confdefs.h. */
33299 _ACEOF
33300 cat confdefs.h >>conftest.$ac_ext
33301 cat >>conftest.$ac_ext <<_ACEOF
33302 /* end confdefs.h. */
33303 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33304 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33305 #define $ac_func innocuous_$ac_func
33306
33307 /* System header to define __stub macros and hopefully few prototypes,
33308 which can conflict with char $ac_func (); below.
33309 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33310 <limits.h> exists even on freestanding compilers. */
33311
33312 #ifdef __STDC__
33313 # include <limits.h>
33314 #else
33315 # include <assert.h>
33316 #endif
33317
33318 #undef $ac_func
33319
33320 /* Override any gcc2 internal prototype to avoid an error. */
33321 #ifdef __cplusplus
33322 extern "C"
33323 {
33324 #endif
33325 /* We use char because int might match the return type of a gcc2
33326 builtin and then its argument prototype would still apply. */
33327 char $ac_func ();
33328 /* The GNU C library defines this for functions which it implements
33329 to always fail with ENOSYS. Some functions are actually named
33330 something starting with __ and the normal name is an alias. */
33331 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33332 choke me
33333 #else
33334 char (*f) () = $ac_func;
33335 #endif
33336 #ifdef __cplusplus
33337 }
33338 #endif
33339
33340 int
33341 main ()
33342 {
33343 return f != $ac_func;
33344 ;
33345 return 0;
33346 }
33347 _ACEOF
33348 rm -f conftest.$ac_objext conftest$ac_exeext
33349 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33350 (eval $ac_link) 2>conftest.er1
33351 ac_status=$?
33352 grep -v '^ *+' conftest.er1 >conftest.err
33353 rm -f conftest.er1
33354 cat conftest.err >&5
33355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33356 (exit $ac_status); } &&
33357 { ac_try='test -z "$ac_c_werror_flag"
33358 || test ! -s conftest.err'
33359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33360 (eval $ac_try) 2>&5
33361 ac_status=$?
33362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33363 (exit $ac_status); }; } &&
33364 { ac_try='test -s conftest$ac_exeext'
33365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33366 (eval $ac_try) 2>&5
33367 ac_status=$?
33368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33369 (exit $ac_status); }; }; then
33370 eval "$as_ac_var=yes"
33371 else
33372 echo "$as_me: failed program was:" >&5
33373 sed 's/^/| /' conftest.$ac_ext >&5
33374
33375 eval "$as_ac_var=no"
33376 fi
33377 rm -f conftest.err conftest.$ac_objext \
33378 conftest$ac_exeext conftest.$ac_ext
33379 fi
33380 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33381 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33382 if test `eval echo '${'$as_ac_var'}'` = yes; then
33383 cat >>confdefs.h <<_ACEOF
33384 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33385 _ACEOF
33386 break
33387 fi
33388 done
33389
33390
33391
33392
33393 ac_ext=cc
33394 ac_cpp='$CXXCPP $CPPFLAGS'
33395 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33396 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33397 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33398
33399
33400
33401 for ac_func in strtok_r
33402 do
33403 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33404 echo "$as_me:$LINENO: checking for $ac_func" >&5
33405 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33406 if eval "test \"\${$as_ac_var+set}\" = set"; then
33407 echo $ECHO_N "(cached) $ECHO_C" >&6
33408 else
33409 cat >conftest.$ac_ext <<_ACEOF
33410 /* confdefs.h. */
33411 _ACEOF
33412 cat confdefs.h >>conftest.$ac_ext
33413 cat >>conftest.$ac_ext <<_ACEOF
33414 /* end confdefs.h. */
33415 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33416 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33417 #define $ac_func innocuous_$ac_func
33418
33419 /* System header to define __stub macros and hopefully few prototypes,
33420 which can conflict with char $ac_func (); below.
33421 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33422 <limits.h> exists even on freestanding compilers. */
33423
33424 #ifdef __STDC__
33425 # include <limits.h>
33426 #else
33427 # include <assert.h>
33428 #endif
33429
33430 #undef $ac_func
33431
33432 /* Override any gcc2 internal prototype to avoid an error. */
33433 #ifdef __cplusplus
33434 extern "C"
33435 {
33436 #endif
33437 /* We use char because int might match the return type of a gcc2
33438 builtin and then its argument prototype would still apply. */
33439 char $ac_func ();
33440 /* The GNU C library defines this for functions which it implements
33441 to always fail with ENOSYS. Some functions are actually named
33442 something starting with __ and the normal name is an alias. */
33443 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33444 choke me
33445 #else
33446 char (*f) () = $ac_func;
33447 #endif
33448 #ifdef __cplusplus
33449 }
33450 #endif
33451
33452 int
33453 main ()
33454 {
33455 return f != $ac_func;
33456 ;
33457 return 0;
33458 }
33459 _ACEOF
33460 rm -f conftest.$ac_objext conftest$ac_exeext
33461 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33462 (eval $ac_link) 2>conftest.er1
33463 ac_status=$?
33464 grep -v '^ *+' conftest.er1 >conftest.err
33465 rm -f conftest.er1
33466 cat conftest.err >&5
33467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33468 (exit $ac_status); } &&
33469 { ac_try='test -z "$ac_cxx_werror_flag"
33470 || test ! -s conftest.err'
33471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33472 (eval $ac_try) 2>&5
33473 ac_status=$?
33474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33475 (exit $ac_status); }; } &&
33476 { ac_try='test -s conftest$ac_exeext'
33477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33478 (eval $ac_try) 2>&5
33479 ac_status=$?
33480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33481 (exit $ac_status); }; }; then
33482 eval "$as_ac_var=yes"
33483 else
33484 echo "$as_me: failed program was:" >&5
33485 sed 's/^/| /' conftest.$ac_ext >&5
33486
33487 eval "$as_ac_var=no"
33488 fi
33489 rm -f conftest.err conftest.$ac_objext \
33490 conftest$ac_exeext conftest.$ac_ext
33491 fi
33492 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33493 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33494 if test `eval echo '${'$as_ac_var'}'` = yes; then
33495 cat >>confdefs.h <<_ACEOF
33496 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33497 _ACEOF
33498
33499 fi
33500 done
33501
33502
33503 ac_ext=c
33504 ac_cpp='$CPP $CPPFLAGS'
33505 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33506 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33507 ac_compiler_gnu=$ac_cv_c_compiler_gnu
33508
33509
33510 INET_LINK=
33511
33512 for ac_func in inet_addr
33513 do
33514 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33515 echo "$as_me:$LINENO: checking for $ac_func" >&5
33516 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33517 if eval "test \"\${$as_ac_var+set}\" = set"; then
33518 echo $ECHO_N "(cached) $ECHO_C" >&6
33519 else
33520 cat >conftest.$ac_ext <<_ACEOF
33521 /* confdefs.h. */
33522 _ACEOF
33523 cat confdefs.h >>conftest.$ac_ext
33524 cat >>conftest.$ac_ext <<_ACEOF
33525 /* end confdefs.h. */
33526 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33527 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33528 #define $ac_func innocuous_$ac_func
33529
33530 /* System header to define __stub macros and hopefully few prototypes,
33531 which can conflict with char $ac_func (); below.
33532 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33533 <limits.h> exists even on freestanding compilers. */
33534
33535 #ifdef __STDC__
33536 # include <limits.h>
33537 #else
33538 # include <assert.h>
33539 #endif
33540
33541 #undef $ac_func
33542
33543 /* Override any gcc2 internal prototype to avoid an error. */
33544 #ifdef __cplusplus
33545 extern "C"
33546 {
33547 #endif
33548 /* We use char because int might match the return type of a gcc2
33549 builtin and then its argument prototype would still apply. */
33550 char $ac_func ();
33551 /* The GNU C library defines this for functions which it implements
33552 to always fail with ENOSYS. Some functions are actually named
33553 something starting with __ and the normal name is an alias. */
33554 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33555 choke me
33556 #else
33557 char (*f) () = $ac_func;
33558 #endif
33559 #ifdef __cplusplus
33560 }
33561 #endif
33562
33563 int
33564 main ()
33565 {
33566 return f != $ac_func;
33567 ;
33568 return 0;
33569 }
33570 _ACEOF
33571 rm -f conftest.$ac_objext conftest$ac_exeext
33572 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33573 (eval $ac_link) 2>conftest.er1
33574 ac_status=$?
33575 grep -v '^ *+' conftest.er1 >conftest.err
33576 rm -f conftest.er1
33577 cat conftest.err >&5
33578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33579 (exit $ac_status); } &&
33580 { ac_try='test -z "$ac_c_werror_flag"
33581 || test ! -s conftest.err'
33582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33583 (eval $ac_try) 2>&5
33584 ac_status=$?
33585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33586 (exit $ac_status); }; } &&
33587 { ac_try='test -s conftest$ac_exeext'
33588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33589 (eval $ac_try) 2>&5
33590 ac_status=$?
33591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33592 (exit $ac_status); }; }; then
33593 eval "$as_ac_var=yes"
33594 else
33595 echo "$as_me: failed program was:" >&5
33596 sed 's/^/| /' conftest.$ac_ext >&5
33597
33598 eval "$as_ac_var=no"
33599 fi
33600 rm -f conftest.err conftest.$ac_objext \
33601 conftest$ac_exeext conftest.$ac_ext
33602 fi
33603 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33604 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33605 if test `eval echo '${'$as_ac_var'}'` = yes; then
33606 cat >>confdefs.h <<_ACEOF
33607 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33608 _ACEOF
33609 cat >>confdefs.h <<\_ACEOF
33610 #define HAVE_INET_ADDR 1
33611 _ACEOF
33612
33613 else
33614
33615 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
33616 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
33617 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
33618 echo $ECHO_N "(cached) $ECHO_C" >&6
33619 else
33620 ac_check_lib_save_LIBS=$LIBS
33621 LIBS="-lnsl $LIBS"
33622 cat >conftest.$ac_ext <<_ACEOF
33623 /* confdefs.h. */
33624 _ACEOF
33625 cat confdefs.h >>conftest.$ac_ext
33626 cat >>conftest.$ac_ext <<_ACEOF
33627 /* end confdefs.h. */
33628
33629 /* Override any gcc2 internal prototype to avoid an error. */
33630 #ifdef __cplusplus
33631 extern "C"
33632 #endif
33633 /* We use char because int might match the return type of a gcc2
33634 builtin and then its argument prototype would still apply. */
33635 char inet_addr ();
33636 int
33637 main ()
33638 {
33639 inet_addr ();
33640 ;
33641 return 0;
33642 }
33643 _ACEOF
33644 rm -f conftest.$ac_objext conftest$ac_exeext
33645 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33646 (eval $ac_link) 2>conftest.er1
33647 ac_status=$?
33648 grep -v '^ *+' conftest.er1 >conftest.err
33649 rm -f conftest.er1
33650 cat conftest.err >&5
33651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33652 (exit $ac_status); } &&
33653 { ac_try='test -z "$ac_c_werror_flag"
33654 || test ! -s conftest.err'
33655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33656 (eval $ac_try) 2>&5
33657 ac_status=$?
33658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33659 (exit $ac_status); }; } &&
33660 { ac_try='test -s conftest$ac_exeext'
33661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33662 (eval $ac_try) 2>&5
33663 ac_status=$?
33664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33665 (exit $ac_status); }; }; then
33666 ac_cv_lib_nsl_inet_addr=yes
33667 else
33668 echo "$as_me: failed program was:" >&5
33669 sed 's/^/| /' conftest.$ac_ext >&5
33670
33671 ac_cv_lib_nsl_inet_addr=no
33672 fi
33673 rm -f conftest.err conftest.$ac_objext \
33674 conftest$ac_exeext conftest.$ac_ext
33675 LIBS=$ac_check_lib_save_LIBS
33676 fi
33677 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
33678 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
33679 if test $ac_cv_lib_nsl_inet_addr = yes; then
33680 INET_LINK="nsl"
33681 else
33682
33683 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
33684 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
33685 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
33686 echo $ECHO_N "(cached) $ECHO_C" >&6
33687 else
33688 ac_check_lib_save_LIBS=$LIBS
33689 LIBS="-lresolv $LIBS"
33690 cat >conftest.$ac_ext <<_ACEOF
33691 /* confdefs.h. */
33692 _ACEOF
33693 cat confdefs.h >>conftest.$ac_ext
33694 cat >>conftest.$ac_ext <<_ACEOF
33695 /* end confdefs.h. */
33696
33697 /* Override any gcc2 internal prototype to avoid an error. */
33698 #ifdef __cplusplus
33699 extern "C"
33700 #endif
33701 /* We use char because int might match the return type of a gcc2
33702 builtin and then its argument prototype would still apply. */
33703 char inet_addr ();
33704 int
33705 main ()
33706 {
33707 inet_addr ();
33708 ;
33709 return 0;
33710 }
33711 _ACEOF
33712 rm -f conftest.$ac_objext conftest$ac_exeext
33713 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33714 (eval $ac_link) 2>conftest.er1
33715 ac_status=$?
33716 grep -v '^ *+' conftest.er1 >conftest.err
33717 rm -f conftest.er1
33718 cat conftest.err >&5
33719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33720 (exit $ac_status); } &&
33721 { ac_try='test -z "$ac_c_werror_flag"
33722 || test ! -s conftest.err'
33723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33724 (eval $ac_try) 2>&5
33725 ac_status=$?
33726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33727 (exit $ac_status); }; } &&
33728 { ac_try='test -s conftest$ac_exeext'
33729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33730 (eval $ac_try) 2>&5
33731 ac_status=$?
33732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33733 (exit $ac_status); }; }; then
33734 ac_cv_lib_resolv_inet_addr=yes
33735 else
33736 echo "$as_me: failed program was:" >&5
33737 sed 's/^/| /' conftest.$ac_ext >&5
33738
33739 ac_cv_lib_resolv_inet_addr=no
33740 fi
33741 rm -f conftest.err conftest.$ac_objext \
33742 conftest$ac_exeext conftest.$ac_ext
33743 LIBS=$ac_check_lib_save_LIBS
33744 fi
33745 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
33746 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
33747 if test $ac_cv_lib_resolv_inet_addr = yes; then
33748 INET_LINK="resolv"
33749 else
33750
33751 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
33752 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
33753 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
33754 echo $ECHO_N "(cached) $ECHO_C" >&6
33755 else
33756 ac_check_lib_save_LIBS=$LIBS
33757 LIBS="-lsocket $LIBS"
33758 cat >conftest.$ac_ext <<_ACEOF
33759 /* confdefs.h. */
33760 _ACEOF
33761 cat confdefs.h >>conftest.$ac_ext
33762 cat >>conftest.$ac_ext <<_ACEOF
33763 /* end confdefs.h. */
33764
33765 /* Override any gcc2 internal prototype to avoid an error. */
33766 #ifdef __cplusplus
33767 extern "C"
33768 #endif
33769 /* We use char because int might match the return type of a gcc2
33770 builtin and then its argument prototype would still apply. */
33771 char inet_addr ();
33772 int
33773 main ()
33774 {
33775 inet_addr ();
33776 ;
33777 return 0;
33778 }
33779 _ACEOF
33780 rm -f conftest.$ac_objext conftest$ac_exeext
33781 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33782 (eval $ac_link) 2>conftest.er1
33783 ac_status=$?
33784 grep -v '^ *+' conftest.er1 >conftest.err
33785 rm -f conftest.er1
33786 cat conftest.err >&5
33787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33788 (exit $ac_status); } &&
33789 { ac_try='test -z "$ac_c_werror_flag"
33790 || test ! -s conftest.err'
33791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33792 (eval $ac_try) 2>&5
33793 ac_status=$?
33794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33795 (exit $ac_status); }; } &&
33796 { ac_try='test -s conftest$ac_exeext'
33797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33798 (eval $ac_try) 2>&5
33799 ac_status=$?
33800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33801 (exit $ac_status); }; }; then
33802 ac_cv_lib_socket_inet_addr=yes
33803 else
33804 echo "$as_me: failed program was:" >&5
33805 sed 's/^/| /' conftest.$ac_ext >&5
33806
33807 ac_cv_lib_socket_inet_addr=no
33808 fi
33809 rm -f conftest.err conftest.$ac_objext \
33810 conftest$ac_exeext conftest.$ac_ext
33811 LIBS=$ac_check_lib_save_LIBS
33812 fi
33813 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
33814 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
33815 if test $ac_cv_lib_socket_inet_addr = yes; then
33816 INET_LINK="socket"
33817
33818 fi
33819
33820
33821
33822 fi
33823
33824
33825
33826 fi
33827
33828
33829
33830 fi
33831 done
33832
33833
33834
33835 for ac_func in inet_aton
33836 do
33837 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33838 echo "$as_me:$LINENO: checking for $ac_func" >&5
33839 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33840 if eval "test \"\${$as_ac_var+set}\" = set"; then
33841 echo $ECHO_N "(cached) $ECHO_C" >&6
33842 else
33843 cat >conftest.$ac_ext <<_ACEOF
33844 /* confdefs.h. */
33845 _ACEOF
33846 cat confdefs.h >>conftest.$ac_ext
33847 cat >>conftest.$ac_ext <<_ACEOF
33848 /* end confdefs.h. */
33849 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33850 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33851 #define $ac_func innocuous_$ac_func
33852
33853 /* System header to define __stub macros and hopefully few prototypes,
33854 which can conflict with char $ac_func (); below.
33855 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33856 <limits.h> exists even on freestanding compilers. */
33857
33858 #ifdef __STDC__
33859 # include <limits.h>
33860 #else
33861 # include <assert.h>
33862 #endif
33863
33864 #undef $ac_func
33865
33866 /* Override any gcc2 internal prototype to avoid an error. */
33867 #ifdef __cplusplus
33868 extern "C"
33869 {
33870 #endif
33871 /* We use char because int might match the return type of a gcc2
33872 builtin and then its argument prototype would still apply. */
33873 char $ac_func ();
33874 /* The GNU C library defines this for functions which it implements
33875 to always fail with ENOSYS. Some functions are actually named
33876 something starting with __ and the normal name is an alias. */
33877 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33878 choke me
33879 #else
33880 char (*f) () = $ac_func;
33881 #endif
33882 #ifdef __cplusplus
33883 }
33884 #endif
33885
33886 int
33887 main ()
33888 {
33889 return f != $ac_func;
33890 ;
33891 return 0;
33892 }
33893 _ACEOF
33894 rm -f conftest.$ac_objext conftest$ac_exeext
33895 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33896 (eval $ac_link) 2>conftest.er1
33897 ac_status=$?
33898 grep -v '^ *+' conftest.er1 >conftest.err
33899 rm -f conftest.er1
33900 cat conftest.err >&5
33901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33902 (exit $ac_status); } &&
33903 { ac_try='test -z "$ac_c_werror_flag"
33904 || test ! -s conftest.err'
33905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33906 (eval $ac_try) 2>&5
33907 ac_status=$?
33908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33909 (exit $ac_status); }; } &&
33910 { ac_try='test -s conftest$ac_exeext'
33911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33912 (eval $ac_try) 2>&5
33913 ac_status=$?
33914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33915 (exit $ac_status); }; }; then
33916 eval "$as_ac_var=yes"
33917 else
33918 echo "$as_me: failed program was:" >&5
33919 sed 's/^/| /' conftest.$ac_ext >&5
33920
33921 eval "$as_ac_var=no"
33922 fi
33923 rm -f conftest.err conftest.$ac_objext \
33924 conftest$ac_exeext conftest.$ac_ext
33925 fi
33926 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33927 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33928 if test `eval echo '${'$as_ac_var'}'` = yes; then
33929 cat >>confdefs.h <<_ACEOF
33930 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33931 _ACEOF
33932 cat >>confdefs.h <<\_ACEOF
33933 #define HAVE_INET_ATON 1
33934 _ACEOF
33935
33936 else
33937
33938 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
33939 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
33940 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
33941 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
33942 echo $ECHO_N "(cached) $ECHO_C" >&6
33943 else
33944 ac_check_lib_save_LIBS=$LIBS
33945 LIBS="-l$INET_LINK $LIBS"
33946 cat >conftest.$ac_ext <<_ACEOF
33947 /* confdefs.h. */
33948 _ACEOF
33949 cat confdefs.h >>conftest.$ac_ext
33950 cat >>conftest.$ac_ext <<_ACEOF
33951 /* end confdefs.h. */
33952
33953 /* Override any gcc2 internal prototype to avoid an error. */
33954 #ifdef __cplusplus
33955 extern "C"
33956 #endif
33957 /* We use char because int might match the return type of a gcc2
33958 builtin and then its argument prototype would still apply. */
33959 char inet_aton ();
33960 int
33961 main ()
33962 {
33963 inet_aton ();
33964 ;
33965 return 0;
33966 }
33967 _ACEOF
33968 rm -f conftest.$ac_objext conftest$ac_exeext
33969 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33970 (eval $ac_link) 2>conftest.er1
33971 ac_status=$?
33972 grep -v '^ *+' conftest.er1 >conftest.err
33973 rm -f conftest.er1
33974 cat conftest.err >&5
33975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33976 (exit $ac_status); } &&
33977 { ac_try='test -z "$ac_c_werror_flag"
33978 || test ! -s conftest.err'
33979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33980 (eval $ac_try) 2>&5
33981 ac_status=$?
33982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33983 (exit $ac_status); }; } &&
33984 { ac_try='test -s conftest$ac_exeext'
33985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33986 (eval $ac_try) 2>&5
33987 ac_status=$?
33988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33989 (exit $ac_status); }; }; then
33990 eval "$as_ac_Lib=yes"
33991 else
33992 echo "$as_me: failed program was:" >&5
33993 sed 's/^/| /' conftest.$ac_ext >&5
33994
33995 eval "$as_ac_Lib=no"
33996 fi
33997 rm -f conftest.err conftest.$ac_objext \
33998 conftest$ac_exeext conftest.$ac_ext
33999 LIBS=$ac_check_lib_save_LIBS
34000 fi
34001 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
34002 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
34003 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
34004 cat >>confdefs.h <<\_ACEOF
34005 #define HAVE_INET_ATON 1
34006 _ACEOF
34007
34008 fi
34009
34010
34011 fi
34012 done
34013
34014
34015 if test "x$INET_LINK" != "x"; then
34016 cat >>confdefs.h <<\_ACEOF
34017 #define HAVE_INET_ADDR 1
34018 _ACEOF
34019
34020 INET_LINK=" -l$INET_LINK"
34021 fi
34022
34023 fi
34024
34025
34026
34027 EXTRALIBS_ESD=
34028 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
34029 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
34030 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
34031 echo $ECHO_N "(cached) $ECHO_C" >&6
34032 else
34033 ac_check_lib_save_LIBS=$LIBS
34034 LIBS="-lesd $LIBS"
34035 cat >conftest.$ac_ext <<_ACEOF
34036 /* confdefs.h. */
34037 _ACEOF
34038 cat confdefs.h >>conftest.$ac_ext
34039 cat >>conftest.$ac_ext <<_ACEOF
34040 /* end confdefs.h. */
34041
34042 /* Override any gcc2 internal prototype to avoid an error. */
34043 #ifdef __cplusplus
34044 extern "C"
34045 #endif
34046 /* We use char because int might match the return type of a gcc2
34047 builtin and then its argument prototype would still apply. */
34048 char esd_close ();
34049 int
34050 main ()
34051 {
34052 esd_close ();
34053 ;
34054 return 0;
34055 }
34056 _ACEOF
34057 rm -f conftest.$ac_objext conftest$ac_exeext
34058 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34059 (eval $ac_link) 2>conftest.er1
34060 ac_status=$?
34061 grep -v '^ *+' conftest.er1 >conftest.err
34062 rm -f conftest.er1
34063 cat conftest.err >&5
34064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34065 (exit $ac_status); } &&
34066 { ac_try='test -z "$ac_c_werror_flag"
34067 || test ! -s conftest.err'
34068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34069 (eval $ac_try) 2>&5
34070 ac_status=$?
34071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34072 (exit $ac_status); }; } &&
34073 { ac_try='test -s conftest$ac_exeext'
34074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34075 (eval $ac_try) 2>&5
34076 ac_status=$?
34077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34078 (exit $ac_status); }; }; then
34079 ac_cv_lib_esd_esd_close=yes
34080 else
34081 echo "$as_me: failed program was:" >&5
34082 sed 's/^/| /' conftest.$ac_ext >&5
34083
34084 ac_cv_lib_esd_esd_close=no
34085 fi
34086 rm -f conftest.err conftest.$ac_objext \
34087 conftest$ac_exeext conftest.$ac_ext
34088 LIBS=$ac_check_lib_save_LIBS
34089 fi
34090 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
34091 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
34092 if test $ac_cv_lib_esd_esd_close = yes; then
34093
34094
34095 for ac_header in esd.h
34096 do
34097 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34098 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34099 echo "$as_me:$LINENO: checking for $ac_header" >&5
34100 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34101 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34102 echo $ECHO_N "(cached) $ECHO_C" >&6
34103 fi
34104 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34105 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34106 else
34107 # Is the header compilable?
34108 echo "$as_me:$LINENO: checking $ac_header usability" >&5
34109 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
34110 cat >conftest.$ac_ext <<_ACEOF
34111 /* confdefs.h. */
34112 _ACEOF
34113 cat confdefs.h >>conftest.$ac_ext
34114 cat >>conftest.$ac_ext <<_ACEOF
34115 /* end confdefs.h. */
34116 $ac_includes_default
34117 #include <$ac_header>
34118 _ACEOF
34119 rm -f conftest.$ac_objext
34120 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34121 (eval $ac_compile) 2>conftest.er1
34122 ac_status=$?
34123 grep -v '^ *+' conftest.er1 >conftest.err
34124 rm -f conftest.er1
34125 cat conftest.err >&5
34126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34127 (exit $ac_status); } &&
34128 { ac_try='test -z "$ac_c_werror_flag"
34129 || test ! -s conftest.err'
34130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34131 (eval $ac_try) 2>&5
34132 ac_status=$?
34133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34134 (exit $ac_status); }; } &&
34135 { ac_try='test -s conftest.$ac_objext'
34136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34137 (eval $ac_try) 2>&5
34138 ac_status=$?
34139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34140 (exit $ac_status); }; }; then
34141 ac_header_compiler=yes
34142 else
34143 echo "$as_me: failed program was:" >&5
34144 sed 's/^/| /' conftest.$ac_ext >&5
34145
34146 ac_header_compiler=no
34147 fi
34148 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34149 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34150 echo "${ECHO_T}$ac_header_compiler" >&6
34151
34152 # Is the header present?
34153 echo "$as_me:$LINENO: checking $ac_header presence" >&5
34154 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
34155 cat >conftest.$ac_ext <<_ACEOF
34156 /* confdefs.h. */
34157 _ACEOF
34158 cat confdefs.h >>conftest.$ac_ext
34159 cat >>conftest.$ac_ext <<_ACEOF
34160 /* end confdefs.h. */
34161 #include <$ac_header>
34162 _ACEOF
34163 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
34164 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
34165 ac_status=$?
34166 grep -v '^ *+' conftest.er1 >conftest.err
34167 rm -f conftest.er1
34168 cat conftest.err >&5
34169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34170 (exit $ac_status); } >/dev/null; then
34171 if test -s conftest.err; then
34172 ac_cpp_err=$ac_c_preproc_warn_flag
34173 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
34174 else
34175 ac_cpp_err=
34176 fi
34177 else
34178 ac_cpp_err=yes
34179 fi
34180 if test -z "$ac_cpp_err"; then
34181 ac_header_preproc=yes
34182 else
34183 echo "$as_me: failed program was:" >&5
34184 sed 's/^/| /' conftest.$ac_ext >&5
34185
34186 ac_header_preproc=no
34187 fi
34188 rm -f conftest.err conftest.$ac_ext
34189 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34190 echo "${ECHO_T}$ac_header_preproc" >&6
34191
34192 # So? What about this header?
34193 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34194 yes:no: )
34195 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
34196 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
34197 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
34198 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
34199 ac_header_preproc=yes
34200 ;;
34201 no:yes:* )
34202 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
34203 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
34204 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
34205 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
34206 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
34207 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
34208 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
34209 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
34210 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
34211 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
34212 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
34213 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
34214 (
34215 cat <<\_ASBOX
34216 ## ----------------------------------------- ##
34217 ## Report this to wx-dev@lists.wxwidgets.org ##
34218 ## ----------------------------------------- ##
34219 _ASBOX
34220 ) |
34221 sed "s/^/$as_me: WARNING: /" >&2
34222 ;;
34223 esac
34224 echo "$as_me:$LINENO: checking for $ac_header" >&5
34225 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34226 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34227 echo $ECHO_N "(cached) $ECHO_C" >&6
34228 else
34229 eval "$as_ac_Header=\$ac_header_preproc"
34230 fi
34231 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34232 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34233
34234 fi
34235 if test `eval echo '${'$as_ac_Header'}'` = yes; then
34236 cat >>confdefs.h <<_ACEOF
34237 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34238 _ACEOF
34239
34240 EXTRALIBS_ESD="-lesd"
34241
34242 fi
34243
34244 done
34245
34246
34247 fi
34248
34249
34250
34251 echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
34252 echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
34253 cat >conftest.$ac_ext <<_ACEOF
34254 /* confdefs.h. */
34255 _ACEOF
34256 cat confdefs.h >>conftest.$ac_ext
34257 cat >>conftest.$ac_ext <<_ACEOF
34258 /* end confdefs.h. */
34259 #ifdef __linux__
34260 #include <linux/cdrom.h>
34261 #else
34262 /* For Solaris */
34263 #include <sys/cdio.h>
34264 #endif
34265
34266 int
34267 main ()
34268 {
34269 struct cdrom_tocentry entry, old_entry;
34270 ;
34271 return 0;
34272 }
34273 _ACEOF
34274 rm -f conftest.$ac_objext
34275 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34276 (eval $ac_compile) 2>conftest.er1
34277 ac_status=$?
34278 grep -v '^ *+' conftest.er1 >conftest.err
34279 rm -f conftest.er1
34280 cat conftest.err >&5
34281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34282 (exit $ac_status); } &&
34283 { ac_try='test -z "$ac_c_werror_flag"
34284 || test ! -s conftest.err'
34285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34286 (eval $ac_try) 2>&5
34287 ac_status=$?
34288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34289 (exit $ac_status); }; } &&
34290 { ac_try='test -s conftest.$ac_objext'
34291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34292 (eval $ac_try) 2>&5
34293 ac_status=$?
34294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34295 (exit $ac_status); }; }; then
34296 echo "$as_me:$LINENO: result: yes" >&5
34297 echo "${ECHO_T}yes" >&6
34298 cat >>confdefs.h <<\_ACEOF
34299 #define HAVE_KNOWN_CDROM_INTERFACE 1
34300 _ACEOF
34301
34302 else
34303 echo "$as_me: failed program was:" >&5
34304 sed 's/^/| /' conftest.$ac_ext >&5
34305
34306 echo "$as_me:$LINENO: result: no" >&5
34307 echo "${ECHO_T}no" >&6
34308 fi
34309 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34310
34311
34312 cat >confcache <<\_ACEOF
34313 # This file is a shell script that caches the results of configure
34314 # tests run on this system so they can be shared between configure
34315 # scripts and configure runs, see configure's option --config-cache.
34316 # It is not useful on other systems. If it contains results you don't
34317 # want to keep, you may remove or edit it.
34318 #
34319 # config.status only pays attention to the cache file if you give it
34320 # the --recheck option to rerun configure.
34321 #
34322 # `ac_cv_env_foo' variables (set or unset) will be overridden when
34323 # loading this file, other *unset* `ac_cv_foo' will be assigned the
34324 # following values.
34325
34326 _ACEOF
34327
34328 # The following way of writing the cache mishandles newlines in values,
34329 # but we know of no workaround that is simple, portable, and efficient.
34330 # So, don't put newlines in cache variables' values.
34331 # Ultrix sh set writes to stderr and can't be redirected directly,
34332 # and sets the high bit in the cache file unless we assign to the vars.
34333 {
34334 (set) 2>&1 |
34335 case `(ac_space=' '; set | grep ac_space) 2>&1` in
34336 *ac_space=\ *)
34337 # `set' does not quote correctly, so add quotes (double-quote
34338 # substitution turns \\\\ into \\, and sed turns \\ into \).
34339 sed -n \
34340 "s/'/'\\\\''/g;
34341 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
34342 ;;
34343 *)
34344 # `set' quotes correctly as required by POSIX, so do not add quotes.
34345 sed -n \
34346 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
34347 ;;
34348 esac;
34349 } |
34350 sed '
34351 t clear
34352 : clear
34353 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
34354 t end
34355 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
34356 : end' >>confcache
34357 if diff $cache_file confcache >/dev/null 2>&1; then :; else
34358 if test -w $cache_file; then
34359 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
34360 cat confcache >$cache_file
34361 else
34362 echo "not updating unwritable cache $cache_file"
34363 fi
34364 fi
34365 rm -f confcache
34366
34367
34368 CPP_MT_FLAG=
34369 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
34370
34371
34372 THREADS_LINK=
34373 THREADS_CFLAGS=
34374
34375 if test "$wxUSE_THREADS" = "yes" ; then
34376 if test "$USE_BEOS" = 1; then
34377 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
34378 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
34379 wxUSE_THREADS="no"
34380 fi
34381 fi
34382
34383 if test "$wxUSE_THREADS" = "yes" ; then
34384
34385
34386 THREAD_OPTS="-pthread"
34387 case "${host}" in
34388 *-*-solaris2* | *-*-sunos4* )
34389 if test "x$GCC" = "xyes"; then
34390 THREAD_OPTS="-pthreads $THREAD_OPTS"
34391 else
34392 THREAD_OPTS="-mt $THREAD_OPTS"
34393 fi
34394 ;;
34395 *-*-freebsd*)
34396 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
34397 ;;
34398 *-*-darwin* | *-*-cygwin* )
34399 THREAD_OPTS=""
34400 ;;
34401 *-*-aix*)
34402 THREAD_OPTS="pthreads"
34403 ;;
34404 *-hp-hpux* )
34405 if test "x$GCC" != "xyes"; then
34406 THREAD_OPTS=""
34407 fi
34408 ;;
34409
34410 *-*-irix* )
34411 if test "x$GCC" = "xyes"; then
34412 THREAD_OPTS=""
34413 fi
34414 ;;
34415
34416 *-*-*UnixWare*)
34417 if test "x$GCC" != "xyes"; then
34418 THREAD_OPTS="-Ethread"
34419 fi
34420 ;;
34421 esac
34422
34423 THREAD_OPTS="$THREAD_OPTS pthread none"
34424
34425 THREADS_OK=no
34426 for flag in $THREAD_OPTS; do
34427 case $flag in
34428 none)
34429 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
34430 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
34431 ;;
34432
34433 -*)
34434 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
34435 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
34436 THREADS_CFLAGS="$flag"
34437 ;;
34438
34439 *)
34440 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
34441 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
34442 THREADS_LINK="-l$flag"
34443 ;;
34444 esac
34445
34446 save_LIBS="$LIBS"
34447 save_CFLAGS="$CFLAGS"
34448 LIBS="$THREADS_LINK $LIBS"
34449 CFLAGS="$THREADS_CFLAGS $CFLAGS"
34450
34451 cat >conftest.$ac_ext <<_ACEOF
34452 /* confdefs.h. */
34453 _ACEOF
34454 cat confdefs.h >>conftest.$ac_ext
34455 cat >>conftest.$ac_ext <<_ACEOF
34456 /* end confdefs.h. */
34457 #include <pthread.h>
34458 int
34459 main ()
34460 {
34461 pthread_create(0,0,0,0);
34462 ;
34463 return 0;
34464 }
34465 _ACEOF
34466 rm -f conftest.$ac_objext conftest$ac_exeext
34467 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34468 (eval $ac_link) 2>conftest.er1
34469 ac_status=$?
34470 grep -v '^ *+' conftest.er1 >conftest.err
34471 rm -f conftest.er1
34472 cat conftest.err >&5
34473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34474 (exit $ac_status); } &&
34475 { ac_try='test -z "$ac_c_werror_flag"
34476 || test ! -s conftest.err'
34477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34478 (eval $ac_try) 2>&5
34479 ac_status=$?
34480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34481 (exit $ac_status); }; } &&
34482 { ac_try='test -s conftest$ac_exeext'
34483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34484 (eval $ac_try) 2>&5
34485 ac_status=$?
34486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34487 (exit $ac_status); }; }; then
34488 THREADS_OK=yes
34489 else
34490 echo "$as_me: failed program was:" >&5
34491 sed 's/^/| /' conftest.$ac_ext >&5
34492
34493 fi
34494 rm -f conftest.err conftest.$ac_objext \
34495 conftest$ac_exeext conftest.$ac_ext
34496
34497 LIBS="$save_LIBS"
34498 CFLAGS="$save_CFLAGS"
34499
34500 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
34501 echo "${ECHO_T}$THREADS_OK" >&6
34502 if test "x$THREADS_OK" = "xyes"; then
34503 break;
34504 fi
34505
34506 THREADS_LINK=""
34507 THREADS_CFLAGS=""
34508 done
34509
34510 if test "x$THREADS_OK" != "xyes"; then
34511 wxUSE_THREADS=no
34512 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
34513 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
34514 else
34515 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
34516 LIBS="$THREADS_LINK $LIBS"
34517
34518 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
34519 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
34520 flag=no
34521 case "${host}" in
34522 *-aix*)
34523 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
34524 flag="-D_THREAD_SAFE"
34525 ;;
34526 *-freebsd*)
34527 flag="-D_THREAD_SAFE"
34528 ;;
34529 *-hp-hpux* )
34530 flag="-D_REENTRANT"
34531 if test "x$GCC" != "xyes"; then
34532 flag="$flag -D_RWSTD_MULTI_THREAD"
34533 fi
34534 ;;
34535 *solaris* | alpha*-osf*)
34536 flag="-D_REENTRANT"
34537 ;;
34538 esac
34539 echo "$as_me:$LINENO: result: ${flag}" >&5
34540 echo "${ECHO_T}${flag}" >&6
34541 if test "x$flag" != xno; then
34542 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
34543 fi
34544
34545 if test "x$THREADS_CFLAGS" != "x"; then
34546 CFLAGS="$CFLAGS $THREADS_CFLAGS"
34547 CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS"
34548 fi
34549 fi
34550 fi
34551
34552 if test "$wxUSE_THREADS" = "yes" ; then
34553
34554 for ac_func in thr_setconcurrency
34555 do
34556 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34557 echo "$as_me:$LINENO: checking for $ac_func" >&5
34558 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34559 if eval "test \"\${$as_ac_var+set}\" = set"; then
34560 echo $ECHO_N "(cached) $ECHO_C" >&6
34561 else
34562 cat >conftest.$ac_ext <<_ACEOF
34563 /* confdefs.h. */
34564 _ACEOF
34565 cat confdefs.h >>conftest.$ac_ext
34566 cat >>conftest.$ac_ext <<_ACEOF
34567 /* end confdefs.h. */
34568 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34569 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34570 #define $ac_func innocuous_$ac_func
34571
34572 /* System header to define __stub macros and hopefully few prototypes,
34573 which can conflict with char $ac_func (); below.
34574 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34575 <limits.h> exists even on freestanding compilers. */
34576
34577 #ifdef __STDC__
34578 # include <limits.h>
34579 #else
34580 # include <assert.h>
34581 #endif
34582
34583 #undef $ac_func
34584
34585 /* Override any gcc2 internal prototype to avoid an error. */
34586 #ifdef __cplusplus
34587 extern "C"
34588 {
34589 #endif
34590 /* We use char because int might match the return type of a gcc2
34591 builtin and then its argument prototype would still apply. */
34592 char $ac_func ();
34593 /* The GNU C library defines this for functions which it implements
34594 to always fail with ENOSYS. Some functions are actually named
34595 something starting with __ and the normal name is an alias. */
34596 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34597 choke me
34598 #else
34599 char (*f) () = $ac_func;
34600 #endif
34601 #ifdef __cplusplus
34602 }
34603 #endif
34604
34605 int
34606 main ()
34607 {
34608 return f != $ac_func;
34609 ;
34610 return 0;
34611 }
34612 _ACEOF
34613 rm -f conftest.$ac_objext conftest$ac_exeext
34614 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34615 (eval $ac_link) 2>conftest.er1
34616 ac_status=$?
34617 grep -v '^ *+' conftest.er1 >conftest.err
34618 rm -f conftest.er1
34619 cat conftest.err >&5
34620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34621 (exit $ac_status); } &&
34622 { ac_try='test -z "$ac_c_werror_flag"
34623 || test ! -s conftest.err'
34624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34625 (eval $ac_try) 2>&5
34626 ac_status=$?
34627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34628 (exit $ac_status); }; } &&
34629 { ac_try='test -s conftest$ac_exeext'
34630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34631 (eval $ac_try) 2>&5
34632 ac_status=$?
34633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34634 (exit $ac_status); }; }; then
34635 eval "$as_ac_var=yes"
34636 else
34637 echo "$as_me: failed program was:" >&5
34638 sed 's/^/| /' conftest.$ac_ext >&5
34639
34640 eval "$as_ac_var=no"
34641 fi
34642 rm -f conftest.err conftest.$ac_objext \
34643 conftest$ac_exeext conftest.$ac_ext
34644 fi
34645 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34646 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34647 if test `eval echo '${'$as_ac_var'}'` = yes; then
34648 cat >>confdefs.h <<_ACEOF
34649 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34650 _ACEOF
34651
34652 fi
34653 done
34654
34655
34656
34657 for ac_header in sched.h
34658 do
34659 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34660 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34661 echo "$as_me:$LINENO: checking for $ac_header" >&5
34662 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34663 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34664 echo $ECHO_N "(cached) $ECHO_C" >&6
34665 fi
34666 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34667 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34668 else
34669 # Is the header compilable?
34670 echo "$as_me:$LINENO: checking $ac_header usability" >&5
34671 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
34672 cat >conftest.$ac_ext <<_ACEOF
34673 /* confdefs.h. */
34674 _ACEOF
34675 cat confdefs.h >>conftest.$ac_ext
34676 cat >>conftest.$ac_ext <<_ACEOF
34677 /* end confdefs.h. */
34678 $ac_includes_default
34679 #include <$ac_header>
34680 _ACEOF
34681 rm -f conftest.$ac_objext
34682 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34683 (eval $ac_compile) 2>conftest.er1
34684 ac_status=$?
34685 grep -v '^ *+' conftest.er1 >conftest.err
34686 rm -f conftest.er1
34687 cat conftest.err >&5
34688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34689 (exit $ac_status); } &&
34690 { ac_try='test -z "$ac_c_werror_flag"
34691 || test ! -s conftest.err'
34692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34693 (eval $ac_try) 2>&5
34694 ac_status=$?
34695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34696 (exit $ac_status); }; } &&
34697 { ac_try='test -s conftest.$ac_objext'
34698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34699 (eval $ac_try) 2>&5
34700 ac_status=$?
34701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34702 (exit $ac_status); }; }; then
34703 ac_header_compiler=yes
34704 else
34705 echo "$as_me: failed program was:" >&5
34706 sed 's/^/| /' conftest.$ac_ext >&5
34707
34708 ac_header_compiler=no
34709 fi
34710 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34711 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34712 echo "${ECHO_T}$ac_header_compiler" >&6
34713
34714 # Is the header present?
34715 echo "$as_me:$LINENO: checking $ac_header presence" >&5
34716 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
34717 cat >conftest.$ac_ext <<_ACEOF
34718 /* confdefs.h. */
34719 _ACEOF
34720 cat confdefs.h >>conftest.$ac_ext
34721 cat >>conftest.$ac_ext <<_ACEOF
34722 /* end confdefs.h. */
34723 #include <$ac_header>
34724 _ACEOF
34725 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
34726 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
34727 ac_status=$?
34728 grep -v '^ *+' conftest.er1 >conftest.err
34729 rm -f conftest.er1
34730 cat conftest.err >&5
34731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34732 (exit $ac_status); } >/dev/null; then
34733 if test -s conftest.err; then
34734 ac_cpp_err=$ac_c_preproc_warn_flag
34735 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
34736 else
34737 ac_cpp_err=
34738 fi
34739 else
34740 ac_cpp_err=yes
34741 fi
34742 if test -z "$ac_cpp_err"; then
34743 ac_header_preproc=yes
34744 else
34745 echo "$as_me: failed program was:" >&5
34746 sed 's/^/| /' conftest.$ac_ext >&5
34747
34748 ac_header_preproc=no
34749 fi
34750 rm -f conftest.err conftest.$ac_ext
34751 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34752 echo "${ECHO_T}$ac_header_preproc" >&6
34753
34754 # So? What about this header?
34755 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34756 yes:no: )
34757 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
34758 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
34759 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
34760 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
34761 ac_header_preproc=yes
34762 ;;
34763 no:yes:* )
34764 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
34765 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
34766 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
34767 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
34768 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
34769 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
34770 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
34771 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
34772 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
34773 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
34774 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
34775 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
34776 (
34777 cat <<\_ASBOX
34778 ## ----------------------------------------- ##
34779 ## Report this to wx-dev@lists.wxwidgets.org ##
34780 ## ----------------------------------------- ##
34781 _ASBOX
34782 ) |
34783 sed "s/^/$as_me: WARNING: /" >&2
34784 ;;
34785 esac
34786 echo "$as_me:$LINENO: checking for $ac_header" >&5
34787 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34788 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34789 echo $ECHO_N "(cached) $ECHO_C" >&6
34790 else
34791 eval "$as_ac_Header=\$ac_header_preproc"
34792 fi
34793 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34794 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34795
34796 fi
34797 if test `eval echo '${'$as_ac_Header'}'` = yes; then
34798 cat >>confdefs.h <<_ACEOF
34799 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34800 _ACEOF
34801
34802 fi
34803
34804 done
34805
34806 if test "$ac_cv_header_sched_h" = "yes"; then
34807 echo "$as_me:$LINENO: checking for sched_yield" >&5
34808 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
34809 if test "${ac_cv_func_sched_yield+set}" = set; then
34810 echo $ECHO_N "(cached) $ECHO_C" >&6
34811 else
34812 cat >conftest.$ac_ext <<_ACEOF
34813 /* confdefs.h. */
34814 _ACEOF
34815 cat confdefs.h >>conftest.$ac_ext
34816 cat >>conftest.$ac_ext <<_ACEOF
34817 /* end confdefs.h. */
34818 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
34819 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34820 #define sched_yield innocuous_sched_yield
34821
34822 /* System header to define __stub macros and hopefully few prototypes,
34823 which can conflict with char sched_yield (); below.
34824 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34825 <limits.h> exists even on freestanding compilers. */
34826
34827 #ifdef __STDC__
34828 # include <limits.h>
34829 #else
34830 # include <assert.h>
34831 #endif
34832
34833 #undef sched_yield
34834
34835 /* Override any gcc2 internal prototype to avoid an error. */
34836 #ifdef __cplusplus
34837 extern "C"
34838 {
34839 #endif
34840 /* We use char because int might match the return type of a gcc2
34841 builtin and then its argument prototype would still apply. */
34842 char sched_yield ();
34843 /* The GNU C library defines this for functions which it implements
34844 to always fail with ENOSYS. Some functions are actually named
34845 something starting with __ and the normal name is an alias. */
34846 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
34847 choke me
34848 #else
34849 char (*f) () = sched_yield;
34850 #endif
34851 #ifdef __cplusplus
34852 }
34853 #endif
34854
34855 int
34856 main ()
34857 {
34858 return f != sched_yield;
34859 ;
34860 return 0;
34861 }
34862 _ACEOF
34863 rm -f conftest.$ac_objext conftest$ac_exeext
34864 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34865 (eval $ac_link) 2>conftest.er1
34866 ac_status=$?
34867 grep -v '^ *+' conftest.er1 >conftest.err
34868 rm -f conftest.er1
34869 cat conftest.err >&5
34870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34871 (exit $ac_status); } &&
34872 { ac_try='test -z "$ac_c_werror_flag"
34873 || test ! -s conftest.err'
34874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34875 (eval $ac_try) 2>&5
34876 ac_status=$?
34877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34878 (exit $ac_status); }; } &&
34879 { ac_try='test -s conftest$ac_exeext'
34880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34881 (eval $ac_try) 2>&5
34882 ac_status=$?
34883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34884 (exit $ac_status); }; }; then
34885 ac_cv_func_sched_yield=yes
34886 else
34887 echo "$as_me: failed program was:" >&5
34888 sed 's/^/| /' conftest.$ac_ext >&5
34889
34890 ac_cv_func_sched_yield=no
34891 fi
34892 rm -f conftest.err conftest.$ac_objext \
34893 conftest$ac_exeext conftest.$ac_ext
34894 fi
34895 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
34896 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
34897 if test $ac_cv_func_sched_yield = yes; then
34898 cat >>confdefs.h <<\_ACEOF
34899 #define HAVE_SCHED_YIELD 1
34900 _ACEOF
34901
34902 else
34903
34904 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
34905 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
34906 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
34907 echo $ECHO_N "(cached) $ECHO_C" >&6
34908 else
34909 ac_check_lib_save_LIBS=$LIBS
34910 LIBS="-lposix4 $LIBS"
34911 cat >conftest.$ac_ext <<_ACEOF
34912 /* confdefs.h. */
34913 _ACEOF
34914 cat confdefs.h >>conftest.$ac_ext
34915 cat >>conftest.$ac_ext <<_ACEOF
34916 /* end confdefs.h. */
34917
34918 /* Override any gcc2 internal prototype to avoid an error. */
34919 #ifdef __cplusplus
34920 extern "C"
34921 #endif
34922 /* We use char because int might match the return type of a gcc2
34923 builtin and then its argument prototype would still apply. */
34924 char sched_yield ();
34925 int
34926 main ()
34927 {
34928 sched_yield ();
34929 ;
34930 return 0;
34931 }
34932 _ACEOF
34933 rm -f conftest.$ac_objext conftest$ac_exeext
34934 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34935 (eval $ac_link) 2>conftest.er1
34936 ac_status=$?
34937 grep -v '^ *+' conftest.er1 >conftest.err
34938 rm -f conftest.er1
34939 cat conftest.err >&5
34940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34941 (exit $ac_status); } &&
34942 { ac_try='test -z "$ac_c_werror_flag"
34943 || test ! -s conftest.err'
34944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34945 (eval $ac_try) 2>&5
34946 ac_status=$?
34947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34948 (exit $ac_status); }; } &&
34949 { ac_try='test -s conftest$ac_exeext'
34950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34951 (eval $ac_try) 2>&5
34952 ac_status=$?
34953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34954 (exit $ac_status); }; }; then
34955 ac_cv_lib_posix4_sched_yield=yes
34956 else
34957 echo "$as_me: failed program was:" >&5
34958 sed 's/^/| /' conftest.$ac_ext >&5
34959
34960 ac_cv_lib_posix4_sched_yield=no
34961 fi
34962 rm -f conftest.err conftest.$ac_objext \
34963 conftest$ac_exeext conftest.$ac_ext
34964 LIBS=$ac_check_lib_save_LIBS
34965 fi
34966 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
34967 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
34968 if test $ac_cv_lib_posix4_sched_yield = yes; then
34969 cat >>confdefs.h <<\_ACEOF
34970 #define HAVE_SCHED_YIELD 1
34971 _ACEOF
34972 POSIX4_LINK=" -lposix4"
34973 else
34974 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
34975 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
34976
34977 fi
34978
34979
34980
34981 fi
34982
34983 fi
34984
34985 HAVE_PRIOR_FUNCS=0
34986 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
34987 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
34988 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
34989 echo $ECHO_N "(cached) $ECHO_C" >&6
34990 else
34991 cat >conftest.$ac_ext <<_ACEOF
34992 /* confdefs.h. */
34993 _ACEOF
34994 cat confdefs.h >>conftest.$ac_ext
34995 cat >>conftest.$ac_ext <<_ACEOF
34996 /* end confdefs.h. */
34997 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
34998 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34999 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
35000
35001 /* System header to define __stub macros and hopefully few prototypes,
35002 which can conflict with char pthread_attr_getschedpolicy (); below.
35003 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35004 <limits.h> exists even on freestanding compilers. */
35005
35006 #ifdef __STDC__
35007 # include <limits.h>
35008 #else
35009 # include <assert.h>
35010 #endif
35011
35012 #undef pthread_attr_getschedpolicy
35013
35014 /* Override any gcc2 internal prototype to avoid an error. */
35015 #ifdef __cplusplus
35016 extern "C"
35017 {
35018 #endif
35019 /* We use char because int might match the return type of a gcc2
35020 builtin and then its argument prototype would still apply. */
35021 char pthread_attr_getschedpolicy ();
35022 /* The GNU C library defines this for functions which it implements
35023 to always fail with ENOSYS. Some functions are actually named
35024 something starting with __ and the normal name is an alias. */
35025 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
35026 choke me
35027 #else
35028 char (*f) () = pthread_attr_getschedpolicy;
35029 #endif
35030 #ifdef __cplusplus
35031 }
35032 #endif
35033
35034 int
35035 main ()
35036 {
35037 return f != pthread_attr_getschedpolicy;
35038 ;
35039 return 0;
35040 }
35041 _ACEOF
35042 rm -f conftest.$ac_objext conftest$ac_exeext
35043 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35044 (eval $ac_link) 2>conftest.er1
35045 ac_status=$?
35046 grep -v '^ *+' conftest.er1 >conftest.err
35047 rm -f conftest.er1
35048 cat conftest.err >&5
35049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35050 (exit $ac_status); } &&
35051 { ac_try='test -z "$ac_c_werror_flag"
35052 || test ! -s conftest.err'
35053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35054 (eval $ac_try) 2>&5
35055 ac_status=$?
35056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35057 (exit $ac_status); }; } &&
35058 { ac_try='test -s conftest$ac_exeext'
35059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35060 (eval $ac_try) 2>&5
35061 ac_status=$?
35062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35063 (exit $ac_status); }; }; then
35064 ac_cv_func_pthread_attr_getschedpolicy=yes
35065 else
35066 echo "$as_me: failed program was:" >&5
35067 sed 's/^/| /' conftest.$ac_ext >&5
35068
35069 ac_cv_func_pthread_attr_getschedpolicy=no
35070 fi
35071 rm -f conftest.err conftest.$ac_objext \
35072 conftest$ac_exeext conftest.$ac_ext
35073 fi
35074 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
35075 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
35076 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
35077 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
35078 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
35079 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
35080 echo $ECHO_N "(cached) $ECHO_C" >&6
35081 else
35082 cat >conftest.$ac_ext <<_ACEOF
35083 /* confdefs.h. */
35084 _ACEOF
35085 cat confdefs.h >>conftest.$ac_ext
35086 cat >>conftest.$ac_ext <<_ACEOF
35087 /* end confdefs.h. */
35088 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
35089 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35090 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
35091
35092 /* System header to define __stub macros and hopefully few prototypes,
35093 which can conflict with char pthread_attr_setschedparam (); below.
35094 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35095 <limits.h> exists even on freestanding compilers. */
35096
35097 #ifdef __STDC__
35098 # include <limits.h>
35099 #else
35100 # include <assert.h>
35101 #endif
35102
35103 #undef pthread_attr_setschedparam
35104
35105 /* Override any gcc2 internal prototype to avoid an error. */
35106 #ifdef __cplusplus
35107 extern "C"
35108 {
35109 #endif
35110 /* We use char because int might match the return type of a gcc2
35111 builtin and then its argument prototype would still apply. */
35112 char pthread_attr_setschedparam ();
35113 /* The GNU C library defines this for functions which it implements
35114 to always fail with ENOSYS. Some functions are actually named
35115 something starting with __ and the normal name is an alias. */
35116 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
35117 choke me
35118 #else
35119 char (*f) () = pthread_attr_setschedparam;
35120 #endif
35121 #ifdef __cplusplus
35122 }
35123 #endif
35124
35125 int
35126 main ()
35127 {
35128 return f != pthread_attr_setschedparam;
35129 ;
35130 return 0;
35131 }
35132 _ACEOF
35133 rm -f conftest.$ac_objext conftest$ac_exeext
35134 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35135 (eval $ac_link) 2>conftest.er1
35136 ac_status=$?
35137 grep -v '^ *+' conftest.er1 >conftest.err
35138 rm -f conftest.er1
35139 cat conftest.err >&5
35140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35141 (exit $ac_status); } &&
35142 { ac_try='test -z "$ac_c_werror_flag"
35143 || test ! -s conftest.err'
35144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35145 (eval $ac_try) 2>&5
35146 ac_status=$?
35147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35148 (exit $ac_status); }; } &&
35149 { ac_try='test -s conftest$ac_exeext'
35150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35151 (eval $ac_try) 2>&5
35152 ac_status=$?
35153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35154 (exit $ac_status); }; }; then
35155 ac_cv_func_pthread_attr_setschedparam=yes
35156 else
35157 echo "$as_me: failed program was:" >&5
35158 sed 's/^/| /' conftest.$ac_ext >&5
35159
35160 ac_cv_func_pthread_attr_setschedparam=no
35161 fi
35162 rm -f conftest.err conftest.$ac_objext \
35163 conftest$ac_exeext conftest.$ac_ext
35164 fi
35165 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
35166 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
35167 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
35168 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
35169 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
35170 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
35171 echo $ECHO_N "(cached) $ECHO_C" >&6
35172 else
35173 cat >conftest.$ac_ext <<_ACEOF
35174 /* confdefs.h. */
35175 _ACEOF
35176 cat confdefs.h >>conftest.$ac_ext
35177 cat >>conftest.$ac_ext <<_ACEOF
35178 /* end confdefs.h. */
35179 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
35180 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35181 #define sched_get_priority_max innocuous_sched_get_priority_max
35182
35183 /* System header to define __stub macros and hopefully few prototypes,
35184 which can conflict with char sched_get_priority_max (); below.
35185 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35186 <limits.h> exists even on freestanding compilers. */
35187
35188 #ifdef __STDC__
35189 # include <limits.h>
35190 #else
35191 # include <assert.h>
35192 #endif
35193
35194 #undef sched_get_priority_max
35195
35196 /* Override any gcc2 internal prototype to avoid an error. */
35197 #ifdef __cplusplus
35198 extern "C"
35199 {
35200 #endif
35201 /* We use char because int might match the return type of a gcc2
35202 builtin and then its argument prototype would still apply. */
35203 char sched_get_priority_max ();
35204 /* The GNU C library defines this for functions which it implements
35205 to always fail with ENOSYS. Some functions are actually named
35206 something starting with __ and the normal name is an alias. */
35207 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
35208 choke me
35209 #else
35210 char (*f) () = sched_get_priority_max;
35211 #endif
35212 #ifdef __cplusplus
35213 }
35214 #endif
35215
35216 int
35217 main ()
35218 {
35219 return f != sched_get_priority_max;
35220 ;
35221 return 0;
35222 }
35223 _ACEOF
35224 rm -f conftest.$ac_objext conftest$ac_exeext
35225 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35226 (eval $ac_link) 2>conftest.er1
35227 ac_status=$?
35228 grep -v '^ *+' conftest.er1 >conftest.err
35229 rm -f conftest.er1
35230 cat conftest.err >&5
35231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35232 (exit $ac_status); } &&
35233 { ac_try='test -z "$ac_c_werror_flag"
35234 || test ! -s conftest.err'
35235 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35236 (eval $ac_try) 2>&5
35237 ac_status=$?
35238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35239 (exit $ac_status); }; } &&
35240 { ac_try='test -s conftest$ac_exeext'
35241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35242 (eval $ac_try) 2>&5
35243 ac_status=$?
35244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35245 (exit $ac_status); }; }; then
35246 ac_cv_func_sched_get_priority_max=yes
35247 else
35248 echo "$as_me: failed program was:" >&5
35249 sed 's/^/| /' conftest.$ac_ext >&5
35250
35251 ac_cv_func_sched_get_priority_max=no
35252 fi
35253 rm -f conftest.err conftest.$ac_objext \
35254 conftest$ac_exeext conftest.$ac_ext
35255 fi
35256 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
35257 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
35258 if test $ac_cv_func_sched_get_priority_max = yes; then
35259 HAVE_PRIOR_FUNCS=1
35260 else
35261 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
35262 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
35263 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
35264 echo $ECHO_N "(cached) $ECHO_C" >&6
35265 else
35266 ac_check_lib_save_LIBS=$LIBS
35267 LIBS="-lposix4 $LIBS"
35268 cat >conftest.$ac_ext <<_ACEOF
35269 /* confdefs.h. */
35270 _ACEOF
35271 cat confdefs.h >>conftest.$ac_ext
35272 cat >>conftest.$ac_ext <<_ACEOF
35273 /* end confdefs.h. */
35274
35275 /* Override any gcc2 internal prototype to avoid an error. */
35276 #ifdef __cplusplus
35277 extern "C"
35278 #endif
35279 /* We use char because int might match the return type of a gcc2
35280 builtin and then its argument prototype would still apply. */
35281 char sched_get_priority_max ();
35282 int
35283 main ()
35284 {
35285 sched_get_priority_max ();
35286 ;
35287 return 0;
35288 }
35289 _ACEOF
35290 rm -f conftest.$ac_objext conftest$ac_exeext
35291 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35292 (eval $ac_link) 2>conftest.er1
35293 ac_status=$?
35294 grep -v '^ *+' conftest.er1 >conftest.err
35295 rm -f conftest.er1
35296 cat conftest.err >&5
35297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35298 (exit $ac_status); } &&
35299 { ac_try='test -z "$ac_c_werror_flag"
35300 || test ! -s conftest.err'
35301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35302 (eval $ac_try) 2>&5
35303 ac_status=$?
35304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35305 (exit $ac_status); }; } &&
35306 { ac_try='test -s conftest$ac_exeext'
35307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35308 (eval $ac_try) 2>&5
35309 ac_status=$?
35310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35311 (exit $ac_status); }; }; then
35312 ac_cv_lib_posix4_sched_get_priority_max=yes
35313 else
35314 echo "$as_me: failed program was:" >&5
35315 sed 's/^/| /' conftest.$ac_ext >&5
35316
35317 ac_cv_lib_posix4_sched_get_priority_max=no
35318 fi
35319 rm -f conftest.err conftest.$ac_objext \
35320 conftest$ac_exeext conftest.$ac_ext
35321 LIBS=$ac_check_lib_save_LIBS
35322 fi
35323 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
35324 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
35325 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
35326
35327 HAVE_PRIOR_FUNCS=1
35328 POSIX4_LINK=" -lposix4"
35329
35330 fi
35331
35332
35333 fi
35334
35335
35336 fi
35337
35338
35339 fi
35340
35341
35342 if test "$HAVE_PRIOR_FUNCS" = 1; then
35343 cat >>confdefs.h <<\_ACEOF
35344 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
35345 _ACEOF
35346
35347 else
35348 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
35349 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
35350 fi
35351
35352 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
35353 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
35354 if test "${ac_cv_func_pthread_cancel+set}" = set; then
35355 echo $ECHO_N "(cached) $ECHO_C" >&6
35356 else
35357 cat >conftest.$ac_ext <<_ACEOF
35358 /* confdefs.h. */
35359 _ACEOF
35360 cat confdefs.h >>conftest.$ac_ext
35361 cat >>conftest.$ac_ext <<_ACEOF
35362 /* end confdefs.h. */
35363 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
35364 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35365 #define pthread_cancel innocuous_pthread_cancel
35366
35367 /* System header to define __stub macros and hopefully few prototypes,
35368 which can conflict with char pthread_cancel (); below.
35369 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35370 <limits.h> exists even on freestanding compilers. */
35371
35372 #ifdef __STDC__
35373 # include <limits.h>
35374 #else
35375 # include <assert.h>
35376 #endif
35377
35378 #undef pthread_cancel
35379
35380 /* Override any gcc2 internal prototype to avoid an error. */
35381 #ifdef __cplusplus
35382 extern "C"
35383 {
35384 #endif
35385 /* We use char because int might match the return type of a gcc2
35386 builtin and then its argument prototype would still apply. */
35387 char pthread_cancel ();
35388 /* The GNU C library defines this for functions which it implements
35389 to always fail with ENOSYS. Some functions are actually named
35390 something starting with __ and the normal name is an alias. */
35391 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
35392 choke me
35393 #else
35394 char (*f) () = pthread_cancel;
35395 #endif
35396 #ifdef __cplusplus
35397 }
35398 #endif
35399
35400 int
35401 main ()
35402 {
35403 return f != pthread_cancel;
35404 ;
35405 return 0;
35406 }
35407 _ACEOF
35408 rm -f conftest.$ac_objext conftest$ac_exeext
35409 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35410 (eval $ac_link) 2>conftest.er1
35411 ac_status=$?
35412 grep -v '^ *+' conftest.er1 >conftest.err
35413 rm -f conftest.er1
35414 cat conftest.err >&5
35415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35416 (exit $ac_status); } &&
35417 { ac_try='test -z "$ac_c_werror_flag"
35418 || test ! -s conftest.err'
35419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35420 (eval $ac_try) 2>&5
35421 ac_status=$?
35422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35423 (exit $ac_status); }; } &&
35424 { ac_try='test -s conftest$ac_exeext'
35425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35426 (eval $ac_try) 2>&5
35427 ac_status=$?
35428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35429 (exit $ac_status); }; }; then
35430 ac_cv_func_pthread_cancel=yes
35431 else
35432 echo "$as_me: failed program was:" >&5
35433 sed 's/^/| /' conftest.$ac_ext >&5
35434
35435 ac_cv_func_pthread_cancel=no
35436 fi
35437 rm -f conftest.err conftest.$ac_objext \
35438 conftest$ac_exeext conftest.$ac_ext
35439 fi
35440 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
35441 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
35442 if test $ac_cv_func_pthread_cancel = yes; then
35443 cat >>confdefs.h <<\_ACEOF
35444 #define HAVE_PTHREAD_CANCEL 1
35445 _ACEOF
35446
35447 else
35448 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
35449 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
35450 fi
35451
35452
35453
35454
35455 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
35456 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
35457 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
35458 echo $ECHO_N "(cached) $ECHO_C" >&6
35459 else
35460
35461 cat >conftest.$ac_ext <<_ACEOF
35462 /* confdefs.h. */
35463 _ACEOF
35464 cat confdefs.h >>conftest.$ac_ext
35465 cat >>conftest.$ac_ext <<_ACEOF
35466 /* end confdefs.h. */
35467 #include <pthread.h>
35468 int
35469 main ()
35470 {
35471
35472 pthread_mutexattr_t attr;
35473 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
35474
35475 ;
35476 return 0;
35477 }
35478 _ACEOF
35479 rm -f conftest.$ac_objext
35480 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35481 (eval $ac_compile) 2>conftest.er1
35482 ac_status=$?
35483 grep -v '^ *+' conftest.er1 >conftest.err
35484 rm -f conftest.er1
35485 cat conftest.err >&5
35486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35487 (exit $ac_status); } &&
35488 { ac_try='test -z "$ac_c_werror_flag"
35489 || test ! -s conftest.err'
35490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35491 (eval $ac_try) 2>&5
35492 ac_status=$?
35493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35494 (exit $ac_status); }; } &&
35495 { ac_try='test -s conftest.$ac_objext'
35496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35497 (eval $ac_try) 2>&5
35498 ac_status=$?
35499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35500 (exit $ac_status); }; }; then
35501
35502 wx_cv_type_pthread_mutexattr_t=yes
35503
35504 else
35505 echo "$as_me: failed program was:" >&5
35506 sed 's/^/| /' conftest.$ac_ext >&5
35507
35508
35509 wx_cv_type_pthread_mutexattr_t=no
35510
35511
35512 fi
35513 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35514
35515 fi
35516 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
35517 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
35518
35519 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
35520 cat >>confdefs.h <<\_ACEOF
35521 #define HAVE_PTHREAD_MUTEXATTR_T 1
35522 _ACEOF
35523
35524 else
35525 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
35526 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
35527 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
35528 echo $ECHO_N "(cached) $ECHO_C" >&6
35529 else
35530
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 #include <pthread.h>
35538 int
35539 main ()
35540 {
35541
35542 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
35543
35544 ;
35545 return 0;
35546 }
35547 _ACEOF
35548 rm -f conftest.$ac_objext
35549 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35550 (eval $ac_compile) 2>conftest.er1
35551 ac_status=$?
35552 grep -v '^ *+' conftest.er1 >conftest.err
35553 rm -f conftest.er1
35554 cat conftest.err >&5
35555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35556 (exit $ac_status); } &&
35557 { ac_try='test -z "$ac_c_werror_flag"
35558 || test ! -s conftest.err'
35559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35560 (eval $ac_try) 2>&5
35561 ac_status=$?
35562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35563 (exit $ac_status); }; } &&
35564 { ac_try='test -s conftest.$ac_objext'
35565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35566 (eval $ac_try) 2>&5
35567 ac_status=$?
35568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35569 (exit $ac_status); }; }; then
35570
35571 wx_cv_type_pthread_rec_mutex_init=yes
35572
35573 else
35574 echo "$as_me: failed program was:" >&5
35575 sed 's/^/| /' conftest.$ac_ext >&5
35576
35577
35578 wx_cv_type_pthread_rec_mutex_init=no
35579
35580
35581 fi
35582 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35583
35584 fi
35585 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
35586 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
35587 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
35588 cat >>confdefs.h <<\_ACEOF
35589 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
35590 _ACEOF
35591
35592 else
35593 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
35594 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
35595 fi
35596 fi
35597 fi
35598
35599 else
35600 if test "$wxUSE_THREADS" = "yes" ; then
35601 case "${host}" in
35602 *-*-mingw32* )
35603 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
35604 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
35605 if test "${wx_cv_cflags_mthread+set}" = set; then
35606 echo $ECHO_N "(cached) $ECHO_C" >&6
35607 else
35608
35609 CFLAGS_OLD="$CFLAGS"
35610 CFLAGS="$CFLAGS -mthreads"
35611 cat >conftest.$ac_ext <<_ACEOF
35612 /* confdefs.h. */
35613 _ACEOF
35614 cat confdefs.h >>conftest.$ac_ext
35615 cat >>conftest.$ac_ext <<_ACEOF
35616 /* end confdefs.h. */
35617
35618 int
35619 main ()
35620 {
35621
35622 ;
35623 return 0;
35624 }
35625 _ACEOF
35626 rm -f conftest.$ac_objext
35627 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35628 (eval $ac_compile) 2>conftest.er1
35629 ac_status=$?
35630 grep -v '^ *+' conftest.er1 >conftest.err
35631 rm -f conftest.er1
35632 cat conftest.err >&5
35633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35634 (exit $ac_status); } &&
35635 { ac_try='test -z "$ac_c_werror_flag"
35636 || test ! -s conftest.err'
35637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35638 (eval $ac_try) 2>&5
35639 ac_status=$?
35640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35641 (exit $ac_status); }; } &&
35642 { ac_try='test -s conftest.$ac_objext'
35643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35644 (eval $ac_try) 2>&5
35645 ac_status=$?
35646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35647 (exit $ac_status); }; }; then
35648 wx_cv_cflags_mthread=yes
35649 else
35650 echo "$as_me: failed program was:" >&5
35651 sed 's/^/| /' conftest.$ac_ext >&5
35652
35653 wx_cv_cflags_mthread=no
35654
35655 fi
35656 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35657
35658
35659 fi
35660 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
35661 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
35662
35663 if test "$wx_cv_cflags_mthread" = "yes"; then
35664 CXXFLAGS="$CXXFLAGS -mthreads"
35665 TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -mthreads"
35666 LDFLAGS="$LDFLAGS -mthreads"
35667 else
35668 CFLAGS="$CFLAGS_OLD"
35669 fi
35670 ;;
35671 *-pc-os2*emx )
35672 CFLAGS="$CFLAGS -Zmt -D__ST_MT_ERRNO__"
35673 CXXFLAGS="$CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
35674 LDFLAGS="$LDFLAGS -Zmt"
35675 ;;
35676 esac
35677 fi
35678 fi
35679
35680 if test "$wxUSE_THREADS" = "yes"; then
35681 cat >>confdefs.h <<\_ACEOF
35682 #define wxUSE_THREADS 1
35683 _ACEOF
35684
35685
35686 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
35687 else
35688 if test "$ac_cv_func_strtok_r" = "yes"; then
35689 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
35690 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
35691 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
35692 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
35693 echo "$as_me:$LINENO: result: yes" >&5
35694 echo "${ECHO_T}yes" >&6
35695 else
35696 echo "$as_me:$LINENO: result: no" >&5
35697 echo "${ECHO_T}no" >&6
35698 fi
35699 fi
35700 fi
35701
35702 if test "$WXGTK20" = 1 ; then
35703 cat >>confdefs.h <<_ACEOF
35704 #define __WXGTK20__ $WXGTK20
35705 _ACEOF
35706
35707 WXGTK12=1
35708 fi
35709
35710 if test "$WXGTK12" = 1 ; then
35711 cat >>confdefs.h <<_ACEOF
35712 #define __WXGTK12__ $WXGTK12
35713 _ACEOF
35714
35715 fi
35716
35717 if test "$WXGTK127" = 1 ; then
35718 cat >>confdefs.h <<_ACEOF
35719 #define __WXGTK127__ $WXGTK127
35720 _ACEOF
35721
35722 fi
35723
35724 if test "$WXGPE" = 1 ; then
35725 cat >>confdefs.h <<_ACEOF
35726 #define __WXGPE__ $WXGPE
35727 _ACEOF
35728
35729 fi
35730
35731 WXDEBUG=
35732
35733 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
35734 WXDEBUG="-g"
35735 wxUSE_OPTIMISE=no
35736 fi
35737
35738 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
35739 wxUSE_DEBUG_INFO=yes
35740 if test "$GCC" = yes; then
35741 WXDEBUG="-ggdb"
35742 fi
35743 fi
35744
35745 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
35746 cat >>confdefs.h <<\_ACEOF
35747 #define WXDEBUG 1
35748 _ACEOF
35749
35750 WXDEBUG_DEFINE="-D__WXDEBUG__"
35751 else
35752 if test "$wxUSE_GTK" = 1 ; then
35753 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
35754 fi
35755 fi
35756
35757 if test "$wxUSE_MEM_TRACING" = "yes" ; then
35758 cat >>confdefs.h <<\_ACEOF
35759 #define wxUSE_MEMORY_TRACING 1
35760 _ACEOF
35761
35762 cat >>confdefs.h <<\_ACEOF
35763 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
35764 _ACEOF
35765
35766 cat >>confdefs.h <<\_ACEOF
35767 #define wxUSE_DEBUG_NEW_ALWAYS 1
35768 _ACEOF
35769
35770 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
35771 fi
35772
35773 if test "$wxUSE_DMALLOC" = "yes" ; then
35774 DMALLOC_LIBS="-ldmallocthcxx"
35775 fi
35776
35777 PROFILE=
35778 if test "$wxUSE_PROFILE" = "yes" ; then
35779 PROFILE=" -pg"
35780 fi
35781
35782 CODE_GEN_FLAGS=
35783 CODE_GEN_FLAGS_CXX=
35784 if test "$GCC" = "yes" ; then
35785 if test "$wxUSE_NO_RTTI" = "yes" ; then
35786 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
35787 fi
35788 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
35789 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
35790 fi
35791 if test "$wxUSE_PERMISSIVE" = "yes" ; then
35792 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
35793 fi
35794
35795 case "${host}" in
35796 powerpc*-*-aix* )
35797 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc"
35798 ;;
35799 *-hppa* )
35800 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections"
35801 ;;
35802 esac
35803 fi
35804
35805 OPTIMISE=
35806 if test "$wxUSE_OPTIMISE" = "no" ; then
35807 if test "$GCC" = yes ; then
35808 OPTIMISE="-O0"
35809 fi
35810 else
35811 if test "$GCC" = yes ; then
35812 OPTIMISE="-O2"
35813
35814 case "${host}" in
35815 i586-*-*|i686-*-* )
35816 OPTIMISE="${OPTIMISE} "
35817 ;;
35818 esac
35819 else
35820 OPTIMISE="-O"
35821 fi
35822 fi
35823
35824
35825 if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
35826 cat >>confdefs.h <<\_ACEOF
35827 #define WXWIN_COMPATIBILITY_2_2 1
35828 _ACEOF
35829
35830
35831 WXWIN_COMPATIBILITY_2_4="yes"
35832 fi
35833
35834 if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
35835 cat >>confdefs.h <<\_ACEOF
35836 #define WXWIN_COMPATIBILITY_2_4 1
35837 _ACEOF
35838
35839 fi
35840
35841
35842 if test "$wxUSE_GUI" = "yes"; then
35843 cat >>confdefs.h <<\_ACEOF
35844 #define wxUSE_GUI 1
35845 _ACEOF
35846
35847
35848 fi
35849
35850
35851 if test "$wxUSE_UNIX" = "yes"; then
35852 cat >>confdefs.h <<\_ACEOF
35853 #define wxUSE_UNIX 1
35854 _ACEOF
35855
35856 fi
35857
35858
35859 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
35860
35861 HAVE_DL_FUNCS=0
35862 HAVE_SHL_FUNCS=0
35863 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
35864 if test "$USE_DARWIN" = 1; then
35865 HAVE_DL_FUNCS=1
35866 elif test "$USE_DOS" = 1; then
35867 HAVE_DL_FUNCS=0
35868 else
35869
35870 for ac_func in dlopen
35871 do
35872 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35873 echo "$as_me:$LINENO: checking for $ac_func" >&5
35874 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35875 if eval "test \"\${$as_ac_var+set}\" = set"; then
35876 echo $ECHO_N "(cached) $ECHO_C" >&6
35877 else
35878 cat >conftest.$ac_ext <<_ACEOF
35879 /* confdefs.h. */
35880 _ACEOF
35881 cat confdefs.h >>conftest.$ac_ext
35882 cat >>conftest.$ac_ext <<_ACEOF
35883 /* end confdefs.h. */
35884 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35885 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35886 #define $ac_func innocuous_$ac_func
35887
35888 /* System header to define __stub macros and hopefully few prototypes,
35889 which can conflict with char $ac_func (); below.
35890 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35891 <limits.h> exists even on freestanding compilers. */
35892
35893 #ifdef __STDC__
35894 # include <limits.h>
35895 #else
35896 # include <assert.h>
35897 #endif
35898
35899 #undef $ac_func
35900
35901 /* Override any gcc2 internal prototype to avoid an error. */
35902 #ifdef __cplusplus
35903 extern "C"
35904 {
35905 #endif
35906 /* We use char because int might match the return type of a gcc2
35907 builtin and then its argument prototype would still apply. */
35908 char $ac_func ();
35909 /* The GNU C library defines this for functions which it implements
35910 to always fail with ENOSYS. Some functions are actually named
35911 something starting with __ and the normal name is an alias. */
35912 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35913 choke me
35914 #else
35915 char (*f) () = $ac_func;
35916 #endif
35917 #ifdef __cplusplus
35918 }
35919 #endif
35920
35921 int
35922 main ()
35923 {
35924 return f != $ac_func;
35925 ;
35926 return 0;
35927 }
35928 _ACEOF
35929 rm -f conftest.$ac_objext conftest$ac_exeext
35930 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35931 (eval $ac_link) 2>conftest.er1
35932 ac_status=$?
35933 grep -v '^ *+' conftest.er1 >conftest.err
35934 rm -f conftest.er1
35935 cat conftest.err >&5
35936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35937 (exit $ac_status); } &&
35938 { ac_try='test -z "$ac_c_werror_flag"
35939 || test ! -s conftest.err'
35940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35941 (eval $ac_try) 2>&5
35942 ac_status=$?
35943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35944 (exit $ac_status); }; } &&
35945 { ac_try='test -s conftest$ac_exeext'
35946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35947 (eval $ac_try) 2>&5
35948 ac_status=$?
35949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35950 (exit $ac_status); }; }; then
35951 eval "$as_ac_var=yes"
35952 else
35953 echo "$as_me: failed program was:" >&5
35954 sed 's/^/| /' conftest.$ac_ext >&5
35955
35956 eval "$as_ac_var=no"
35957 fi
35958 rm -f conftest.err conftest.$ac_objext \
35959 conftest$ac_exeext conftest.$ac_ext
35960 fi
35961 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35962 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35963 if test `eval echo '${'$as_ac_var'}'` = yes; then
35964 cat >>confdefs.h <<_ACEOF
35965 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35966 _ACEOF
35967
35968 cat >>confdefs.h <<\_ACEOF
35969 #define HAVE_DLOPEN 1
35970 _ACEOF
35971
35972 HAVE_DL_FUNCS=1
35973
35974 else
35975
35976 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
35977 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
35978 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
35979 echo $ECHO_N "(cached) $ECHO_C" >&6
35980 else
35981 ac_check_lib_save_LIBS=$LIBS
35982 LIBS="-ldl $LIBS"
35983 cat >conftest.$ac_ext <<_ACEOF
35984 /* confdefs.h. */
35985 _ACEOF
35986 cat confdefs.h >>conftest.$ac_ext
35987 cat >>conftest.$ac_ext <<_ACEOF
35988 /* end confdefs.h. */
35989
35990 /* Override any gcc2 internal prototype to avoid an error. */
35991 #ifdef __cplusplus
35992 extern "C"
35993 #endif
35994 /* We use char because int might match the return type of a gcc2
35995 builtin and then its argument prototype would still apply. */
35996 char dlopen ();
35997 int
35998 main ()
35999 {
36000 dlopen ();
36001 ;
36002 return 0;
36003 }
36004 _ACEOF
36005 rm -f conftest.$ac_objext conftest$ac_exeext
36006 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36007 (eval $ac_link) 2>conftest.er1
36008 ac_status=$?
36009 grep -v '^ *+' conftest.er1 >conftest.err
36010 rm -f conftest.er1
36011 cat conftest.err >&5
36012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36013 (exit $ac_status); } &&
36014 { ac_try='test -z "$ac_c_werror_flag"
36015 || test ! -s conftest.err'
36016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36017 (eval $ac_try) 2>&5
36018 ac_status=$?
36019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36020 (exit $ac_status); }; } &&
36021 { ac_try='test -s conftest$ac_exeext'
36022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36023 (eval $ac_try) 2>&5
36024 ac_status=$?
36025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36026 (exit $ac_status); }; }; then
36027 ac_cv_lib_dl_dlopen=yes
36028 else
36029 echo "$as_me: failed program was:" >&5
36030 sed 's/^/| /' conftest.$ac_ext >&5
36031
36032 ac_cv_lib_dl_dlopen=no
36033 fi
36034 rm -f conftest.err conftest.$ac_objext \
36035 conftest$ac_exeext conftest.$ac_ext
36036 LIBS=$ac_check_lib_save_LIBS
36037 fi
36038 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
36039 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
36040 if test $ac_cv_lib_dl_dlopen = yes; then
36041
36042 cat >>confdefs.h <<\_ACEOF
36043 #define HAVE_DLOPEN 1
36044 _ACEOF
36045
36046 HAVE_DL_FUNCS=1
36047 DL_LINK=" -ldl$DL_LINK"
36048
36049 else
36050
36051
36052 for ac_func in shl_load
36053 do
36054 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36055 echo "$as_me:$LINENO: checking for $ac_func" >&5
36056 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36057 if eval "test \"\${$as_ac_var+set}\" = set"; then
36058 echo $ECHO_N "(cached) $ECHO_C" >&6
36059 else
36060 cat >conftest.$ac_ext <<_ACEOF
36061 /* confdefs.h. */
36062 _ACEOF
36063 cat confdefs.h >>conftest.$ac_ext
36064 cat >>conftest.$ac_ext <<_ACEOF
36065 /* end confdefs.h. */
36066 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36067 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36068 #define $ac_func innocuous_$ac_func
36069
36070 /* System header to define __stub macros and hopefully few prototypes,
36071 which can conflict with char $ac_func (); below.
36072 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36073 <limits.h> exists even on freestanding compilers. */
36074
36075 #ifdef __STDC__
36076 # include <limits.h>
36077 #else
36078 # include <assert.h>
36079 #endif
36080
36081 #undef $ac_func
36082
36083 /* Override any gcc2 internal prototype to avoid an error. */
36084 #ifdef __cplusplus
36085 extern "C"
36086 {
36087 #endif
36088 /* We use char because int might match the return type of a gcc2
36089 builtin and then its argument prototype would still apply. */
36090 char $ac_func ();
36091 /* The GNU C library defines this for functions which it implements
36092 to always fail with ENOSYS. Some functions are actually named
36093 something starting with __ and the normal name is an alias. */
36094 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36095 choke me
36096 #else
36097 char (*f) () = $ac_func;
36098 #endif
36099 #ifdef __cplusplus
36100 }
36101 #endif
36102
36103 int
36104 main ()
36105 {
36106 return f != $ac_func;
36107 ;
36108 return 0;
36109 }
36110 _ACEOF
36111 rm -f conftest.$ac_objext conftest$ac_exeext
36112 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36113 (eval $ac_link) 2>conftest.er1
36114 ac_status=$?
36115 grep -v '^ *+' conftest.er1 >conftest.err
36116 rm -f conftest.er1
36117 cat conftest.err >&5
36118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36119 (exit $ac_status); } &&
36120 { ac_try='test -z "$ac_c_werror_flag"
36121 || test ! -s conftest.err'
36122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36123 (eval $ac_try) 2>&5
36124 ac_status=$?
36125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36126 (exit $ac_status); }; } &&
36127 { ac_try='test -s conftest$ac_exeext'
36128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36129 (eval $ac_try) 2>&5
36130 ac_status=$?
36131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36132 (exit $ac_status); }; }; then
36133 eval "$as_ac_var=yes"
36134 else
36135 echo "$as_me: failed program was:" >&5
36136 sed 's/^/| /' conftest.$ac_ext >&5
36137
36138 eval "$as_ac_var=no"
36139 fi
36140 rm -f conftest.err conftest.$ac_objext \
36141 conftest$ac_exeext conftest.$ac_ext
36142 fi
36143 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36144 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36145 if test `eval echo '${'$as_ac_var'}'` = yes; then
36146 cat >>confdefs.h <<_ACEOF
36147 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36148 _ACEOF
36149
36150 cat >>confdefs.h <<\_ACEOF
36151 #define HAVE_SHL_LOAD 1
36152 _ACEOF
36153
36154 HAVE_SHL_FUNCS=1
36155
36156 else
36157
36158 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
36159 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
36160 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
36161 echo $ECHO_N "(cached) $ECHO_C" >&6
36162 else
36163 ac_check_lib_save_LIBS=$LIBS
36164 LIBS="-lshl_load $LIBS"
36165 cat >conftest.$ac_ext <<_ACEOF
36166 /* confdefs.h. */
36167 _ACEOF
36168 cat confdefs.h >>conftest.$ac_ext
36169 cat >>conftest.$ac_ext <<_ACEOF
36170 /* end confdefs.h. */
36171
36172 /* Override any gcc2 internal prototype to avoid an error. */
36173 #ifdef __cplusplus
36174 extern "C"
36175 #endif
36176 /* We use char because int might match the return type of a gcc2
36177 builtin and then its argument prototype would still apply. */
36178 char dld ();
36179 int
36180 main ()
36181 {
36182 dld ();
36183 ;
36184 return 0;
36185 }
36186 _ACEOF
36187 rm -f conftest.$ac_objext conftest$ac_exeext
36188 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36189 (eval $ac_link) 2>conftest.er1
36190 ac_status=$?
36191 grep -v '^ *+' conftest.er1 >conftest.err
36192 rm -f conftest.er1
36193 cat conftest.err >&5
36194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36195 (exit $ac_status); } &&
36196 { ac_try='test -z "$ac_c_werror_flag"
36197 || test ! -s conftest.err'
36198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36199 (eval $ac_try) 2>&5
36200 ac_status=$?
36201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36202 (exit $ac_status); }; } &&
36203 { ac_try='test -s conftest$ac_exeext'
36204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36205 (eval $ac_try) 2>&5
36206 ac_status=$?
36207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36208 (exit $ac_status); }; }; then
36209 ac_cv_lib_shl_load_dld=yes
36210 else
36211 echo "$as_me: failed program was:" >&5
36212 sed 's/^/| /' conftest.$ac_ext >&5
36213
36214 ac_cv_lib_shl_load_dld=no
36215 fi
36216 rm -f conftest.err conftest.$ac_objext \
36217 conftest$ac_exeext conftest.$ac_ext
36218 LIBS=$ac_check_lib_save_LIBS
36219 fi
36220 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
36221 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
36222 if test $ac_cv_lib_shl_load_dld = yes; then
36223
36224 HAVE_SHL_FUNCS=1
36225 DL_LINK=" -ldld$DL_LINK"
36226
36227 fi
36228
36229
36230 fi
36231 done
36232
36233
36234 fi
36235
36236
36237 fi
36238 done
36239
36240
36241 if test "$HAVE_DL_FUNCS" = 1; then
36242
36243 for ac_func in dlerror
36244 do
36245 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36246 echo "$as_me:$LINENO: checking for $ac_func" >&5
36247 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36248 if eval "test \"\${$as_ac_var+set}\" = set"; then
36249 echo $ECHO_N "(cached) $ECHO_C" >&6
36250 else
36251 cat >conftest.$ac_ext <<_ACEOF
36252 /* confdefs.h. */
36253 _ACEOF
36254 cat confdefs.h >>conftest.$ac_ext
36255 cat >>conftest.$ac_ext <<_ACEOF
36256 /* end confdefs.h. */
36257 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36258 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36259 #define $ac_func innocuous_$ac_func
36260
36261 /* System header to define __stub macros and hopefully few prototypes,
36262 which can conflict with char $ac_func (); below.
36263 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36264 <limits.h> exists even on freestanding compilers. */
36265
36266 #ifdef __STDC__
36267 # include <limits.h>
36268 #else
36269 # include <assert.h>
36270 #endif
36271
36272 #undef $ac_func
36273
36274 /* Override any gcc2 internal prototype to avoid an error. */
36275 #ifdef __cplusplus
36276 extern "C"
36277 {
36278 #endif
36279 /* We use char because int might match the return type of a gcc2
36280 builtin and then its argument prototype would still apply. */
36281 char $ac_func ();
36282 /* The GNU C library defines this for functions which it implements
36283 to always fail with ENOSYS. Some functions are actually named
36284 something starting with __ and the normal name is an alias. */
36285 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36286 choke me
36287 #else
36288 char (*f) () = $ac_func;
36289 #endif
36290 #ifdef __cplusplus
36291 }
36292 #endif
36293
36294 int
36295 main ()
36296 {
36297 return f != $ac_func;
36298 ;
36299 return 0;
36300 }
36301 _ACEOF
36302 rm -f conftest.$ac_objext conftest$ac_exeext
36303 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36304 (eval $ac_link) 2>conftest.er1
36305 ac_status=$?
36306 grep -v '^ *+' conftest.er1 >conftest.err
36307 rm -f conftest.er1
36308 cat conftest.err >&5
36309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36310 (exit $ac_status); } &&
36311 { ac_try='test -z "$ac_c_werror_flag"
36312 || test ! -s conftest.err'
36313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36314 (eval $ac_try) 2>&5
36315 ac_status=$?
36316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36317 (exit $ac_status); }; } &&
36318 { ac_try='test -s conftest$ac_exeext'
36319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36320 (eval $ac_try) 2>&5
36321 ac_status=$?
36322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36323 (exit $ac_status); }; }; then
36324 eval "$as_ac_var=yes"
36325 else
36326 echo "$as_me: failed program was:" >&5
36327 sed 's/^/| /' conftest.$ac_ext >&5
36328
36329 eval "$as_ac_var=no"
36330 fi
36331 rm -f conftest.err conftest.$ac_objext \
36332 conftest$ac_exeext conftest.$ac_ext
36333 fi
36334 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36335 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36336 if test `eval echo '${'$as_ac_var'}'` = yes; then
36337 cat >>confdefs.h <<_ACEOF
36338 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36339 _ACEOF
36340 cat >>confdefs.h <<\_ACEOF
36341 #define HAVE_DLERROR 1
36342 _ACEOF
36343
36344 else
36345
36346 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
36347 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
36348 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
36349 echo $ECHO_N "(cached) $ECHO_C" >&6
36350 else
36351 ac_check_lib_save_LIBS=$LIBS
36352 LIBS="-ldl $LIBS"
36353 cat >conftest.$ac_ext <<_ACEOF
36354 /* confdefs.h. */
36355 _ACEOF
36356 cat confdefs.h >>conftest.$ac_ext
36357 cat >>conftest.$ac_ext <<_ACEOF
36358 /* end confdefs.h. */
36359
36360 /* Override any gcc2 internal prototype to avoid an error. */
36361 #ifdef __cplusplus
36362 extern "C"
36363 #endif
36364 /* We use char because int might match the return type of a gcc2
36365 builtin and then its argument prototype would still apply. */
36366 char dlerror ();
36367 int
36368 main ()
36369 {
36370 dlerror ();
36371 ;
36372 return 0;
36373 }
36374 _ACEOF
36375 rm -f conftest.$ac_objext conftest$ac_exeext
36376 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36377 (eval $ac_link) 2>conftest.er1
36378 ac_status=$?
36379 grep -v '^ *+' conftest.er1 >conftest.err
36380 rm -f conftest.er1
36381 cat conftest.err >&5
36382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36383 (exit $ac_status); } &&
36384 { ac_try='test -z "$ac_c_werror_flag"
36385 || test ! -s conftest.err'
36386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36387 (eval $ac_try) 2>&5
36388 ac_status=$?
36389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36390 (exit $ac_status); }; } &&
36391 { ac_try='test -s conftest$ac_exeext'
36392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36393 (eval $ac_try) 2>&5
36394 ac_status=$?
36395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36396 (exit $ac_status); }; }; then
36397 ac_cv_lib_dl_dlerror=yes
36398 else
36399 echo "$as_me: failed program was:" >&5
36400 sed 's/^/| /' conftest.$ac_ext >&5
36401
36402 ac_cv_lib_dl_dlerror=no
36403 fi
36404 rm -f conftest.err conftest.$ac_objext \
36405 conftest$ac_exeext conftest.$ac_ext
36406 LIBS=$ac_check_lib_save_LIBS
36407 fi
36408 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
36409 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
36410 if test $ac_cv_lib_dl_dlerror = yes; then
36411 cat >>confdefs.h <<\_ACEOF
36412 #define HAVE_DLERROR 1
36413 _ACEOF
36414
36415 fi
36416
36417
36418
36419 fi
36420 done
36421
36422 fi
36423 fi
36424
36425 if test "$HAVE_DL_FUNCS" = 0; then
36426 if test "$HAVE_SHL_FUNCS" = 0; then
36427 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
36428 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
36429 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
36430 wxUSE_DYNAMIC_LOADER=no
36431 wxUSE_DYNLIB_CLASS=no
36432 else
36433 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
36434 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
36435 fi
36436 fi
36437 fi
36438 fi
36439 fi
36440
36441 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
36442 cat >>confdefs.h <<\_ACEOF
36443 #define wxUSE_DYNAMIC_LOADER 1
36444 _ACEOF
36445
36446 fi
36447 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
36448 cat >>confdefs.h <<\_ACEOF
36449 #define wxUSE_DYNLIB_CLASS 1
36450 _ACEOF
36451
36452 fi
36453
36454
36455
36456 if test "$wxUSE_PLUGINS" = "yes" ; then
36457 if test "$wxUSE_SHARED" = "no" ; then
36458 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
36459 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
36460 wxUSE_PLUGINS=no
36461 fi
36462 if test "$wxUSE_MONOLITHIC" = "yes" ; then
36463 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
36464 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
36465 wxUSE_PLUGINS=no
36466 fi
36467 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
36468 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
36469 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
36470 wxUSE_PLUGINS=no
36471 fi
36472 if test "$wxUSE_PLUGINS" = "yes" ; then
36473 cat >>confdefs.h <<\_ACEOF
36474 #define wxUSE_PLUGINS 1
36475 _ACEOF
36476
36477 fi
36478 fi
36479
36480
36481 if test "$wxUSE_STL" = "yes"; then
36482 cat >>confdefs.h <<\_ACEOF
36483 #define wxUSE_STL 1
36484 _ACEOF
36485
36486 fi
36487
36488 if test "$wxUSE_APPLE_IEEE" = "yes"; then
36489 cat >>confdefs.h <<\_ACEOF
36490 #define wxUSE_APPLE_IEEE 1
36491 _ACEOF
36492
36493 fi
36494
36495 if test "$wxUSE_TIMER" = "yes"; then
36496 cat >>confdefs.h <<\_ACEOF
36497 #define wxUSE_TIMER 1
36498 _ACEOF
36499
36500 fi
36501
36502 if test "$USE_UNIX" = "1" ; then
36503
36504 for ac_header in sys/soundcard.h
36505 do
36506 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36507 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36508 echo "$as_me:$LINENO: checking for $ac_header" >&5
36509 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36510 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36511 echo $ECHO_N "(cached) $ECHO_C" >&6
36512 fi
36513 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36514 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36515 else
36516 # Is the header compilable?
36517 echo "$as_me:$LINENO: checking $ac_header usability" >&5
36518 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36519 cat >conftest.$ac_ext <<_ACEOF
36520 /* confdefs.h. */
36521 _ACEOF
36522 cat confdefs.h >>conftest.$ac_ext
36523 cat >>conftest.$ac_ext <<_ACEOF
36524 /* end confdefs.h. */
36525 $ac_includes_default
36526 #include <$ac_header>
36527 _ACEOF
36528 rm -f conftest.$ac_objext
36529 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36530 (eval $ac_compile) 2>conftest.er1
36531 ac_status=$?
36532 grep -v '^ *+' conftest.er1 >conftest.err
36533 rm -f conftest.er1
36534 cat conftest.err >&5
36535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36536 (exit $ac_status); } &&
36537 { ac_try='test -z "$ac_c_werror_flag"
36538 || test ! -s conftest.err'
36539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36540 (eval $ac_try) 2>&5
36541 ac_status=$?
36542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36543 (exit $ac_status); }; } &&
36544 { ac_try='test -s conftest.$ac_objext'
36545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36546 (eval $ac_try) 2>&5
36547 ac_status=$?
36548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36549 (exit $ac_status); }; }; then
36550 ac_header_compiler=yes
36551 else
36552 echo "$as_me: failed program was:" >&5
36553 sed 's/^/| /' conftest.$ac_ext >&5
36554
36555 ac_header_compiler=no
36556 fi
36557 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36558 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36559 echo "${ECHO_T}$ac_header_compiler" >&6
36560
36561 # Is the header present?
36562 echo "$as_me:$LINENO: checking $ac_header presence" >&5
36563 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36564 cat >conftest.$ac_ext <<_ACEOF
36565 /* confdefs.h. */
36566 _ACEOF
36567 cat confdefs.h >>conftest.$ac_ext
36568 cat >>conftest.$ac_ext <<_ACEOF
36569 /* end confdefs.h. */
36570 #include <$ac_header>
36571 _ACEOF
36572 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36573 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
36574 ac_status=$?
36575 grep -v '^ *+' conftest.er1 >conftest.err
36576 rm -f conftest.er1
36577 cat conftest.err >&5
36578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36579 (exit $ac_status); } >/dev/null; then
36580 if test -s conftest.err; then
36581 ac_cpp_err=$ac_c_preproc_warn_flag
36582 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
36583 else
36584 ac_cpp_err=
36585 fi
36586 else
36587 ac_cpp_err=yes
36588 fi
36589 if test -z "$ac_cpp_err"; then
36590 ac_header_preproc=yes
36591 else
36592 echo "$as_me: failed program was:" >&5
36593 sed 's/^/| /' conftest.$ac_ext >&5
36594
36595 ac_header_preproc=no
36596 fi
36597 rm -f conftest.err conftest.$ac_ext
36598 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36599 echo "${ECHO_T}$ac_header_preproc" >&6
36600
36601 # So? What about this header?
36602 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36603 yes:no: )
36604 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36605 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
36606 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36607 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36608 ac_header_preproc=yes
36609 ;;
36610 no:yes:* )
36611 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36612 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
36613 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
36614 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
36615 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36616 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36617 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
36618 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
36619 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36620 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
36621 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36622 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
36623 (
36624 cat <<\_ASBOX
36625 ## ----------------------------------------- ##
36626 ## Report this to wx-dev@lists.wxwidgets.org ##
36627 ## ----------------------------------------- ##
36628 _ASBOX
36629 ) |
36630 sed "s/^/$as_me: WARNING: /" >&2
36631 ;;
36632 esac
36633 echo "$as_me:$LINENO: checking for $ac_header" >&5
36634 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36635 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36636 echo $ECHO_N "(cached) $ECHO_C" >&6
36637 else
36638 eval "$as_ac_Header=\$ac_header_preproc"
36639 fi
36640 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36641 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36642
36643 fi
36644 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36645 cat >>confdefs.h <<_ACEOF
36646 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36647 _ACEOF
36648
36649 else
36650 DISABLED_CONTRIB="$DISABLED_CONTRIB mmedia"
36651 fi
36652
36653 done
36654
36655 fi
36656 WITH_PLUGIN_SDL=0
36657 if test "$wxUSE_SOUND" = "yes"; then
36658 if test "$USE_UNIX" = "1" ; then
36659 if test "$wxUSE_LIBSDL" != "no"; then
36660
36661 # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
36662 if test "${with_sdl_prefix+set}" = set; then
36663 withval="$with_sdl_prefix"
36664 sdl_prefix="$withval"
36665 else
36666 sdl_prefix=""
36667 fi;
36668
36669 # Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
36670 if test "${with_sdl_exec_prefix+set}" = set; then
36671 withval="$with_sdl_exec_prefix"
36672 sdl_exec_prefix="$withval"
36673 else
36674 sdl_exec_prefix=""
36675 fi;
36676 # Check whether --enable-sdltest or --disable-sdltest was given.
36677 if test "${enable_sdltest+set}" = set; then
36678 enableval="$enable_sdltest"
36679
36680 else
36681 enable_sdltest=yes
36682 fi;
36683
36684 if test x$sdl_exec_prefix != x ; then
36685 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
36686 if test x${SDL_CONFIG+set} != xset ; then
36687 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
36688 fi
36689 fi
36690 if test x$sdl_prefix != x ; then
36691 sdl_args="$sdl_args --prefix=$sdl_prefix"
36692 if test x${SDL_CONFIG+set} != xset ; then
36693 SDL_CONFIG=$sdl_prefix/bin/sdl-config
36694 fi
36695 fi
36696
36697
36698 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
36699 # Extract the first word of "sdl-config", so it can be a program name with args.
36700 set dummy sdl-config; ac_word=$2
36701 echo "$as_me:$LINENO: checking for $ac_word" >&5
36702 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
36703 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
36704 echo $ECHO_N "(cached) $ECHO_C" >&6
36705 else
36706 case $SDL_CONFIG in
36707 [\\/]* | ?:[\\/]*)
36708 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
36709 ;;
36710 *)
36711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
36712 for as_dir in $PATH
36713 do
36714 IFS=$as_save_IFS
36715 test -z "$as_dir" && as_dir=.
36716 for ac_exec_ext in '' $ac_executable_extensions; do
36717 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
36718 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
36719 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
36720 break 2
36721 fi
36722 done
36723 done
36724
36725 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
36726 ;;
36727 esac
36728 fi
36729 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
36730
36731 if test -n "$SDL_CONFIG"; then
36732 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
36733 echo "${ECHO_T}$SDL_CONFIG" >&6
36734 else
36735 echo "$as_me:$LINENO: result: no" >&5
36736 echo "${ECHO_T}no" >&6
36737 fi
36738
36739 min_sdl_version=1.2.0
36740 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
36741 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
36742 no_sdl=""
36743 if test "$SDL_CONFIG" = "no" ; then
36744 no_sdl=yes
36745 else
36746 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
36747 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
36748
36749 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
36750 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
36751 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
36752 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
36753 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
36754 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
36755 if test "x$enable_sdltest" = "xyes" ; then
36756 ac_save_CFLAGS="$CFLAGS"
36757 ac_save_CXXFLAGS="$CXXFLAGS"
36758 ac_save_LIBS="$LIBS"
36759 CFLAGS="$CFLAGS $SDL_CFLAGS"
36760 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
36761 LIBS="$LIBS $SDL_LIBS"
36762 rm -f conf.sdltest
36763 if test "$cross_compiling" = yes; then
36764 echo $ac_n "cross compiling; assumed OK... $ac_c"
36765 else
36766 cat >conftest.$ac_ext <<_ACEOF
36767 /* confdefs.h. */
36768 _ACEOF
36769 cat confdefs.h >>conftest.$ac_ext
36770 cat >>conftest.$ac_ext <<_ACEOF
36771 /* end confdefs.h. */
36772
36773 #include <stdio.h>
36774 #include <stdlib.h>
36775 #include <string.h>
36776 #include "SDL.h"
36777
36778 char*
36779 my_strdup (char *str)
36780 {
36781 char *new_str;
36782
36783 if (str)
36784 {
36785 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
36786 strcpy (new_str, str);
36787 }
36788 else
36789 new_str = NULL;
36790
36791 return new_str;
36792 }
36793
36794 int main (int argc, char *argv[])
36795 {
36796 int major, minor, micro;
36797 char *tmp_version;
36798
36799 /* This hangs on some systems (?)
36800 system ("touch conf.sdltest");
36801 */
36802 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
36803
36804 /* HP/UX 9 (%@#!) writes to sscanf strings */
36805 tmp_version = my_strdup("$min_sdl_version");
36806 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
36807 printf("%s, bad version string\n", "$min_sdl_version");
36808 exit(1);
36809 }
36810
36811 if (($sdl_major_version > major) ||
36812 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
36813 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
36814 {
36815 return 0;
36816 }
36817 else
36818 {
36819 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
36820 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
36821 printf("*** best to upgrade to the required version.\n");
36822 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
36823 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
36824 printf("*** config.cache before re-running configure\n");
36825 return 1;
36826 }
36827 }
36828
36829
36830 _ACEOF
36831 rm -f conftest$ac_exeext
36832 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36833 (eval $ac_link) 2>&5
36834 ac_status=$?
36835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36836 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
36837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36838 (eval $ac_try) 2>&5
36839 ac_status=$?
36840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36841 (exit $ac_status); }; }; then
36842 :
36843 else
36844 echo "$as_me: program exited with status $ac_status" >&5
36845 echo "$as_me: failed program was:" >&5
36846 sed 's/^/| /' conftest.$ac_ext >&5
36847
36848 ( exit $ac_status )
36849 no_sdl=yes
36850 fi
36851 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
36852 fi
36853 CFLAGS="$ac_save_CFLAGS"
36854 CXXFLAGS="$ac_save_CXXFLAGS"
36855 LIBS="$ac_save_LIBS"
36856 fi
36857 fi
36858 if test "x$no_sdl" = x ; then
36859 echo "$as_me:$LINENO: result: yes" >&5
36860 echo "${ECHO_T}yes" >&6
36861
36862 EXTRALIBS_SDL="$SDL_LIBS"
36863 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
36864 cat >>confdefs.h <<\_ACEOF
36865 #define wxUSE_LIBSDL 1
36866 _ACEOF
36867
36868
36869 else
36870 echo "$as_me:$LINENO: result: no" >&5
36871 echo "${ECHO_T}no" >&6
36872 if test "$SDL_CONFIG" = "no" ; then
36873 echo "*** The sdl-config script installed by SDL could not be found"
36874 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
36875 echo "*** your path, or set the SDL_CONFIG environment variable to the"
36876 echo "*** full path to sdl-config."
36877 else
36878 if test -f conf.sdltest ; then
36879 :
36880 else
36881 echo "*** Could not run SDL test program, checking why..."
36882 CFLAGS="$CFLAGS $SDL_CFLAGS"
36883 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
36884 LIBS="$LIBS $SDL_LIBS"
36885 cat >conftest.$ac_ext <<_ACEOF
36886 /* confdefs.h. */
36887 _ACEOF
36888 cat confdefs.h >>conftest.$ac_ext
36889 cat >>conftest.$ac_ext <<_ACEOF
36890 /* end confdefs.h. */
36891
36892 #include <stdio.h>
36893 #include "SDL.h"
36894
36895 int main(int argc, char *argv[])
36896 { return 0; }
36897 #undef main
36898 #define main K_and_R_C_main
36899
36900 int
36901 main ()
36902 {
36903 return 0;
36904 ;
36905 return 0;
36906 }
36907 _ACEOF
36908 rm -f conftest.$ac_objext conftest$ac_exeext
36909 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36910 (eval $ac_link) 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); } &&
36917 { ac_try='test -z "$ac_c_werror_flag"
36918 || test ! -s conftest.err'
36919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36920 (eval $ac_try) 2>&5
36921 ac_status=$?
36922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36923 (exit $ac_status); }; } &&
36924 { ac_try='test -s conftest$ac_exeext'
36925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36926 (eval $ac_try) 2>&5
36927 ac_status=$?
36928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36929 (exit $ac_status); }; }; then
36930 echo "*** The test program compiled, but did not run. This usually means"
36931 echo "*** that the run-time linker is not finding SDL or finding the wrong"
36932 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
36933 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
36934 echo "*** to the installed location Also, make sure you have run ldconfig if that"
36935 echo "*** is required on your system"
36936 echo "***"
36937 echo "*** If you have an old version installed, it is best to remove it, although"
36938 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
36939 else
36940 echo "$as_me: failed program was:" >&5
36941 sed 's/^/| /' conftest.$ac_ext >&5
36942
36943 echo "*** The test program failed to compile or link. See the file config.log for the"
36944 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
36945 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
36946 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
36947 fi
36948 rm -f conftest.err conftest.$ac_objext \
36949 conftest$ac_exeext conftest.$ac_ext
36950 CFLAGS="$ac_save_CFLAGS"
36951 CXXFLAGS="$ac_save_CXXFLAGS"
36952 LIBS="$ac_save_LIBS"
36953 fi
36954 fi
36955 SDL_CFLAGS=""
36956 SDL_LIBS=""
36957 wxUSE_LIBSDL="no"
36958 fi
36959
36960
36961 rm -f conf.sdltest
36962
36963 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
36964 WITH_PLUGIN_SDL=1
36965 fi
36966 fi
36967 fi
36968
36969 cat >>confdefs.h <<\_ACEOF
36970 #define wxUSE_SOUND 1
36971 _ACEOF
36972
36973 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
36974 fi
36975
36976 if test "$WXGTK20" = 1; then
36977 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
36978 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
36979
36980
36981 succeeded=no
36982
36983 if test -z "$PKG_CONFIG"; then
36984 # Extract the first word of "pkg-config", so it can be a program name with args.
36985 set dummy pkg-config; ac_word=$2
36986 echo "$as_me:$LINENO: checking for $ac_word" >&5
36987 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
36988 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
36989 echo $ECHO_N "(cached) $ECHO_C" >&6
36990 else
36991 case $PKG_CONFIG in
36992 [\\/]* | ?:[\\/]*)
36993 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
36994 ;;
36995 *)
36996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
36997 for as_dir in $PATH
36998 do
36999 IFS=$as_save_IFS
37000 test -z "$as_dir" && as_dir=.
37001 for ac_exec_ext in '' $ac_executable_extensions; do
37002 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37003 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
37004 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37005 break 2
37006 fi
37007 done
37008 done
37009
37010 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
37011 ;;
37012 esac
37013 fi
37014 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
37015
37016 if test -n "$PKG_CONFIG"; then
37017 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
37018 echo "${ECHO_T}$PKG_CONFIG" >&6
37019 else
37020 echo "$as_me:$LINENO: result: no" >&5
37021 echo "${ECHO_T}no" >&6
37022 fi
37023
37024 fi
37025
37026 if test "$PKG_CONFIG" = "no" ; then
37027 echo "*** The pkg-config script could not be found. Make sure it is"
37028 echo "*** in your path, or set the PKG_CONFIG environment variable"
37029 echo "*** to the full path to pkg-config."
37030 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
37031 else
37032 PKG_CONFIG_MIN_VERSION=0.9.0
37033 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
37034 echo "$as_me:$LINENO: checking for libgnomeprintui-2.2 >= 2.8" >&5
37035 echo $ECHO_N "checking for libgnomeprintui-2.2 >= 2.8... $ECHO_C" >&6
37036
37037 if $PKG_CONFIG --exists "libgnomeprintui-2.2 >= 2.8" ; then
37038 echo "$as_me:$LINENO: result: yes" >&5
37039 echo "${ECHO_T}yes" >&6
37040 succeeded=yes
37041
37042 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_CFLAGS" >&5
37043 echo $ECHO_N "checking LIBGNOMEPRINTUI_CFLAGS... $ECHO_C" >&6
37044 LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8"`
37045 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_CFLAGS" >&5
37046 echo "${ECHO_T}$LIBGNOMEPRINTUI_CFLAGS" >&6
37047
37048 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_LIBS" >&5
37049 echo $ECHO_N "checking LIBGNOMEPRINTUI_LIBS... $ECHO_C" >&6
37050 LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8"`
37051 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_LIBS" >&5
37052 echo "${ECHO_T}$LIBGNOMEPRINTUI_LIBS" >&6
37053 else
37054 LIBGNOMEPRINTUI_CFLAGS=""
37055 LIBGNOMEPRINTUI_LIBS=""
37056 ## If we have a custom action on failure, don't print errors, but
37057 ## do set a variable so people can do so.
37058 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
37059
37060 fi
37061
37062
37063
37064 else
37065 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
37066 echo "*** See http://www.freedesktop.org/software/pkgconfig"
37067 fi
37068 fi
37069
37070 if test $succeeded = yes; then
37071
37072 CXXFLAGS="$CXXFLAGS $LIBGNOMEPRINTUI_CFLAGS"
37073 cat >>confdefs.h <<\_ACEOF
37074 #define wxUSE_LIBGNOMEPRINT 1
37075 _ACEOF
37076
37077
37078 else
37079
37080 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
37081 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
37082 wxUSE_LIBGNOMEPRINT="no"
37083
37084
37085 fi
37086
37087 fi
37088 fi
37089 fi
37090
37091
37092 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
37093 cat >>confdefs.h <<\_ACEOF
37094 #define wxUSE_CMDLINE_PARSER 1
37095 _ACEOF
37096
37097 fi
37098
37099 if test "$wxUSE_STOPWATCH" = "yes"; then
37100 cat >>confdefs.h <<\_ACEOF
37101 #define wxUSE_STOPWATCH 1
37102 _ACEOF
37103
37104 fi
37105
37106 if test "$wxUSE_DATETIME" = "yes"; then
37107 cat >>confdefs.h <<\_ACEOF
37108 #define wxUSE_DATETIME 1
37109 _ACEOF
37110
37111 fi
37112
37113 if test "$wxUSE_FILE" = "yes"; then
37114 cat >>confdefs.h <<\_ACEOF
37115 #define wxUSE_FILE 1
37116 _ACEOF
37117
37118 fi
37119
37120 if test "$wxUSE_FFILE" = "yes"; then
37121 cat >>confdefs.h <<\_ACEOF
37122 #define wxUSE_FFILE 1
37123 _ACEOF
37124
37125 fi
37126
37127 if test "$wxUSE_FILESYSTEM" = "yes"; then
37128 cat >>confdefs.h <<\_ACEOF
37129 #define wxUSE_FILESYSTEM 1
37130 _ACEOF
37131
37132 fi
37133
37134 if test "$wxUSE_FS_ZIP" = "yes"; then
37135 cat >>confdefs.h <<\_ACEOF
37136 #define wxUSE_FS_ZIP 1
37137 _ACEOF
37138
37139 fi
37140
37141 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
37142 cat >>confdefs.h <<\_ACEOF
37143 #define wxUSE_ARCHIVE_STREAMS 1
37144 _ACEOF
37145
37146 fi
37147
37148 if test "$wxUSE_ZIPSTREAM" = "yes"; then
37149 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
37150 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
37151 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
37152 elif test "$wxUSE_ZLIB" = "no"; then
37153 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
37154 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
37155 else
37156 cat >>confdefs.h <<\_ACEOF
37157 #define wxUSE_ZIPSTREAM 1
37158 _ACEOF
37159
37160 fi
37161 fi
37162
37163 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
37164 if test "$USE_UNIX" != 1; then
37165 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
37166 echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
37167 wxUSE_ON_FATAL_EXCEPTION=no
37168 else
37169 cat >>confdefs.h <<\_ACEOF
37170 #define wxUSE_ON_FATAL_EXCEPTION 1
37171 _ACEOF
37172
37173 fi
37174 fi
37175
37176 if test "$wxUSE_STACKWALKER" = "yes"; then
37177 cat >>confdefs.h <<\_ACEOF
37178 #define wxUSE_STACKWALKER 1
37179 _ACEOF
37180
37181 fi
37182
37183 if test "$wxUSE_DEBUGREPORT" = "yes"; then
37184 if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
37185 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
37186 echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
37187 wxUSE_DEBUGREPORT=no
37188 else
37189 cat >>confdefs.h <<\_ACEOF
37190 #define wxUSE_DEBUGREPORT 1
37191 _ACEOF
37192
37193 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
37194 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
37195 fi
37196 fi
37197 fi
37198
37199 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
37200 cat >>confdefs.h <<\_ACEOF
37201 #define wxUSE_SNGLINST_CHECKER 1
37202 _ACEOF
37203
37204 fi
37205
37206 if test "$wxUSE_BUSYINFO" = "yes"; then
37207 cat >>confdefs.h <<\_ACEOF
37208 #define wxUSE_BUSYINFO 1
37209 _ACEOF
37210
37211 fi
37212
37213 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
37214 cat >>confdefs.h <<\_ACEOF
37215 #define wxUSE_STD_IOSTREAM 1
37216 _ACEOF
37217
37218 fi
37219
37220 if test "$wxUSE_STD_STRING" = "yes"; then
37221 cat >>confdefs.h <<\_ACEOF
37222 #define wxUSE_STD_STRING 1
37223 _ACEOF
37224
37225 fi
37226
37227 if test "$wxUSE_STDPATHS" = "yes"; then
37228 cat >>confdefs.h <<\_ACEOF
37229 #define wxUSE_STDPATHS 1
37230 _ACEOF
37231
37232 fi
37233
37234 if test "$wxUSE_TEXTBUFFER" = "yes"; then
37235 cat >>confdefs.h <<\_ACEOF
37236 #define wxUSE_TEXTBUFFER 1
37237 _ACEOF
37238
37239 fi
37240
37241 if test "$wxUSE_TEXTFILE" = "yes"; then
37242 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
37243 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
37244 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
37245 else
37246 cat >>confdefs.h <<\_ACEOF
37247 #define wxUSE_TEXTFILE 1
37248 _ACEOF
37249
37250 fi
37251 fi
37252
37253 if test "$wxUSE_CONFIG" = "yes" ; then
37254 if test "$wxUSE_TEXTFILE" != "yes"; then
37255 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
37256 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
37257 else
37258 cat >>confdefs.h <<\_ACEOF
37259 #define wxUSE_CONFIG 1
37260 _ACEOF
37261
37262 cat >>confdefs.h <<\_ACEOF
37263 #define wxUSE_CONFIG_NATIVE 1
37264 _ACEOF
37265
37266 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
37267 fi
37268 fi
37269
37270 if test "$wxUSE_INTL" = "yes" ; then
37271 if test "$wxUSE_FILE" != "yes"; then
37272 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
37273 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
37274 else
37275 cat >>confdefs.h <<\_ACEOF
37276 #define wxUSE_INTL 1
37277 _ACEOF
37278
37279 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
37280 GUIDIST="$GUIDIST INTL_DIST"
37281 fi
37282 fi
37283
37284 if test "$wxUSE_LOG" = "yes"; then
37285 cat >>confdefs.h <<\_ACEOF
37286 #define wxUSE_LOG 1
37287 _ACEOF
37288
37289
37290 if test "$wxUSE_LOGGUI" = "yes"; then
37291 cat >>confdefs.h <<\_ACEOF
37292 #define wxUSE_LOGGUI 1
37293 _ACEOF
37294
37295 fi
37296
37297 if test "$wxUSE_LOGWINDOW" = "yes"; then
37298 cat >>confdefs.h <<\_ACEOF
37299 #define wxUSE_LOGWINDOW 1
37300 _ACEOF
37301
37302 fi
37303
37304 if test "$wxUSE_LOGDIALOG" = "yes"; then
37305 cat >>confdefs.h <<\_ACEOF
37306 #define wxUSE_LOG_DIALOG 1
37307 _ACEOF
37308
37309 fi
37310
37311 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
37312 fi
37313
37314 if test "$wxUSE_LONGLONG" = "yes"; then
37315 cat >>confdefs.h <<\_ACEOF
37316 #define wxUSE_LONGLONG 1
37317 _ACEOF
37318
37319 fi
37320
37321 if test "$wxUSE_GEOMETRY" = "yes"; then
37322 cat >>confdefs.h <<\_ACEOF
37323 #define wxUSE_GEOMETRY 1
37324 _ACEOF
37325
37326 fi
37327
37328 if test "$wxUSE_STREAMS" = "yes" ; then
37329 cat >>confdefs.h <<\_ACEOF
37330 #define wxUSE_STREAMS 1
37331 _ACEOF
37332
37333 fi
37334
37335
37336 if test "$wxUSE_DATETIME" = "yes"; then
37337
37338 for ac_func in strptime
37339 do
37340 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37341 echo "$as_me:$LINENO: checking for $ac_func" >&5
37342 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37343 if eval "test \"\${$as_ac_var+set}\" = set"; then
37344 echo $ECHO_N "(cached) $ECHO_C" >&6
37345 else
37346 cat >conftest.$ac_ext <<_ACEOF
37347 /* confdefs.h. */
37348 _ACEOF
37349 cat confdefs.h >>conftest.$ac_ext
37350 cat >>conftest.$ac_ext <<_ACEOF
37351 /* end confdefs.h. */
37352 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37353 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37354 #define $ac_func innocuous_$ac_func
37355
37356 /* System header to define __stub macros and hopefully few prototypes,
37357 which can conflict with char $ac_func (); below.
37358 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37359 <limits.h> exists even on freestanding compilers. */
37360
37361 #ifdef __STDC__
37362 # include <limits.h>
37363 #else
37364 # include <assert.h>
37365 #endif
37366
37367 #undef $ac_func
37368
37369 /* Override any gcc2 internal prototype to avoid an error. */
37370 #ifdef __cplusplus
37371 extern "C"
37372 {
37373 #endif
37374 /* We use char because int might match the return type of a gcc2
37375 builtin and then its argument prototype would still apply. */
37376 char $ac_func ();
37377 /* The GNU C library defines this for functions which it implements
37378 to always fail with ENOSYS. Some functions are actually named
37379 something starting with __ and the normal name is an alias. */
37380 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37381 choke me
37382 #else
37383 char (*f) () = $ac_func;
37384 #endif
37385 #ifdef __cplusplus
37386 }
37387 #endif
37388
37389 int
37390 main ()
37391 {
37392 return f != $ac_func;
37393 ;
37394 return 0;
37395 }
37396 _ACEOF
37397 rm -f conftest.$ac_objext conftest$ac_exeext
37398 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37399 (eval $ac_link) 2>conftest.er1
37400 ac_status=$?
37401 grep -v '^ *+' conftest.er1 >conftest.err
37402 rm -f conftest.er1
37403 cat conftest.err >&5
37404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37405 (exit $ac_status); } &&
37406 { ac_try='test -z "$ac_c_werror_flag"
37407 || test ! -s conftest.err'
37408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37409 (eval $ac_try) 2>&5
37410 ac_status=$?
37411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37412 (exit $ac_status); }; } &&
37413 { ac_try='test -s conftest$ac_exeext'
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); }; }; then
37419 eval "$as_ac_var=yes"
37420 else
37421 echo "$as_me: failed program was:" >&5
37422 sed 's/^/| /' conftest.$ac_ext >&5
37423
37424 eval "$as_ac_var=no"
37425 fi
37426 rm -f conftest.err conftest.$ac_objext \
37427 conftest$ac_exeext conftest.$ac_ext
37428 fi
37429 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37430 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37431 if test `eval echo '${'$as_ac_var'}'` = yes; then
37432 cat >>confdefs.h <<_ACEOF
37433 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37434 _ACEOF
37435
37436 fi
37437 done
37438
37439
37440 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
37441 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
37442 if test "${wx_cv_var_timezone+set}" = set; then
37443 echo $ECHO_N "(cached) $ECHO_C" >&6
37444 else
37445
37446 cat >conftest.$ac_ext <<_ACEOF
37447 /* confdefs.h. */
37448 _ACEOF
37449 cat confdefs.h >>conftest.$ac_ext
37450 cat >>conftest.$ac_ext <<_ACEOF
37451 /* end confdefs.h. */
37452
37453 #include <time.h>
37454
37455 int
37456 main ()
37457 {
37458
37459 int tz;
37460 tz = timezone;
37461
37462 ;
37463 return 0;
37464 }
37465 _ACEOF
37466 rm -f conftest.$ac_objext
37467 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37468 (eval $ac_compile) 2>conftest.er1
37469 ac_status=$?
37470 grep -v '^ *+' conftest.er1 >conftest.err
37471 rm -f conftest.er1
37472 cat conftest.err >&5
37473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37474 (exit $ac_status); } &&
37475 { ac_try='test -z "$ac_c_werror_flag"
37476 || test ! -s conftest.err'
37477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37478 (eval $ac_try) 2>&5
37479 ac_status=$?
37480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37481 (exit $ac_status); }; } &&
37482 { ac_try='test -s conftest.$ac_objext'
37483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37484 (eval $ac_try) 2>&5
37485 ac_status=$?
37486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37487 (exit $ac_status); }; }; then
37488
37489 wx_cv_var_timezone=timezone
37490
37491 else
37492 echo "$as_me: failed program was:" >&5
37493 sed 's/^/| /' conftest.$ac_ext >&5
37494
37495
37496 cat >conftest.$ac_ext <<_ACEOF
37497 /* confdefs.h. */
37498 _ACEOF
37499 cat confdefs.h >>conftest.$ac_ext
37500 cat >>conftest.$ac_ext <<_ACEOF
37501 /* end confdefs.h. */
37502
37503 #include <time.h>
37504
37505 int
37506 main ()
37507 {
37508
37509 int tz;
37510 tz = _timezone;
37511
37512 ;
37513 return 0;
37514 }
37515 _ACEOF
37516 rm -f conftest.$ac_objext
37517 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37518 (eval $ac_compile) 2>conftest.er1
37519 ac_status=$?
37520 grep -v '^ *+' conftest.er1 >conftest.err
37521 rm -f conftest.er1
37522 cat conftest.err >&5
37523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37524 (exit $ac_status); } &&
37525 { ac_try='test -z "$ac_c_werror_flag"
37526 || test ! -s conftest.err'
37527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37528 (eval $ac_try) 2>&5
37529 ac_status=$?
37530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37531 (exit $ac_status); }; } &&
37532 { ac_try='test -s conftest.$ac_objext'
37533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37534 (eval $ac_try) 2>&5
37535 ac_status=$?
37536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37537 (exit $ac_status); }; }; then
37538
37539 wx_cv_var_timezone=_timezone
37540
37541 else
37542 echo "$as_me: failed program was:" >&5
37543 sed 's/^/| /' conftest.$ac_ext >&5
37544
37545
37546 cat >conftest.$ac_ext <<_ACEOF
37547 /* confdefs.h. */
37548 _ACEOF
37549 cat confdefs.h >>conftest.$ac_ext
37550 cat >>conftest.$ac_ext <<_ACEOF
37551 /* end confdefs.h. */
37552
37553 #include <time.h>
37554
37555 int
37556 main ()
37557 {
37558
37559 int tz;
37560 tz = __timezone;
37561
37562 ;
37563 return 0;
37564 }
37565 _ACEOF
37566 rm -f conftest.$ac_objext
37567 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37568 (eval $ac_compile) 2>conftest.er1
37569 ac_status=$?
37570 grep -v '^ *+' conftest.er1 >conftest.err
37571 rm -f conftest.er1
37572 cat conftest.err >&5
37573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37574 (exit $ac_status); } &&
37575 { ac_try='test -z "$ac_c_werror_flag"
37576 || test ! -s conftest.err'
37577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37578 (eval $ac_try) 2>&5
37579 ac_status=$?
37580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37581 (exit $ac_status); }; } &&
37582 { ac_try='test -s conftest.$ac_objext'
37583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37584 (eval $ac_try) 2>&5
37585 ac_status=$?
37586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37587 (exit $ac_status); }; }; then
37588
37589 wx_cv_var_timezone=__timezone
37590
37591 else
37592 echo "$as_me: failed program was:" >&5
37593 sed 's/^/| /' conftest.$ac_ext >&5
37594
37595
37596 if test "$USE_DOS" = 0 ; then
37597 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
37598 echo "$as_me: WARNING: no timezone variable" >&2;}
37599 fi
37600
37601
37602 fi
37603 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37604
37605
37606 fi
37607 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37608
37609
37610 fi
37611 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37612
37613
37614 fi
37615 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
37616 echo "${ECHO_T}$wx_cv_var_timezone" >&6
37617
37618 if test "x$wx_cv_var_timezone" != x ; then
37619 cat >>confdefs.h <<_ACEOF
37620 #define WX_TIMEZONE $wx_cv_var_timezone
37621 _ACEOF
37622
37623 fi
37624
37625
37626 for ac_func in localtime
37627 do
37628 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37629 echo "$as_me:$LINENO: checking for $ac_func" >&5
37630 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37631 if eval "test \"\${$as_ac_var+set}\" = set"; then
37632 echo $ECHO_N "(cached) $ECHO_C" >&6
37633 else
37634 cat >conftest.$ac_ext <<_ACEOF
37635 /* confdefs.h. */
37636 _ACEOF
37637 cat confdefs.h >>conftest.$ac_ext
37638 cat >>conftest.$ac_ext <<_ACEOF
37639 /* end confdefs.h. */
37640 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37641 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37642 #define $ac_func innocuous_$ac_func
37643
37644 /* System header to define __stub macros and hopefully few prototypes,
37645 which can conflict with char $ac_func (); below.
37646 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37647 <limits.h> exists even on freestanding compilers. */
37648
37649 #ifdef __STDC__
37650 # include <limits.h>
37651 #else
37652 # include <assert.h>
37653 #endif
37654
37655 #undef $ac_func
37656
37657 /* Override any gcc2 internal prototype to avoid an error. */
37658 #ifdef __cplusplus
37659 extern "C"
37660 {
37661 #endif
37662 /* We use char because int might match the return type of a gcc2
37663 builtin and then its argument prototype would still apply. */
37664 char $ac_func ();
37665 /* The GNU C library defines this for functions which it implements
37666 to always fail with ENOSYS. Some functions are actually named
37667 something starting with __ and the normal name is an alias. */
37668 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37669 choke me
37670 #else
37671 char (*f) () = $ac_func;
37672 #endif
37673 #ifdef __cplusplus
37674 }
37675 #endif
37676
37677 int
37678 main ()
37679 {
37680 return f != $ac_func;
37681 ;
37682 return 0;
37683 }
37684 _ACEOF
37685 rm -f conftest.$ac_objext conftest$ac_exeext
37686 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37687 (eval $ac_link) 2>conftest.er1
37688 ac_status=$?
37689 grep -v '^ *+' conftest.er1 >conftest.err
37690 rm -f conftest.er1
37691 cat conftest.err >&5
37692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37693 (exit $ac_status); } &&
37694 { ac_try='test -z "$ac_c_werror_flag"
37695 || 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 eval "$as_ac_var=yes"
37708 else
37709 echo "$as_me: failed program was:" >&5
37710 sed 's/^/| /' conftest.$ac_ext >&5
37711
37712 eval "$as_ac_var=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: `eval echo '${'$as_ac_var'}'`" >&5
37718 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37719 if test `eval echo '${'$as_ac_var'}'` = yes; then
37720 cat >>confdefs.h <<_ACEOF
37721 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37722 _ACEOF
37723
37724 fi
37725 done
37726
37727
37728 if test "$ac_cv_func_localtime" = "yes"; then
37729 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
37730 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
37731 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
37732 echo $ECHO_N "(cached) $ECHO_C" >&6
37733 else
37734
37735 cat >conftest.$ac_ext <<_ACEOF
37736 /* confdefs.h. */
37737 _ACEOF
37738 cat confdefs.h >>conftest.$ac_ext
37739 cat >>conftest.$ac_ext <<_ACEOF
37740 /* end confdefs.h. */
37741
37742 #include <time.h>
37743
37744 int
37745 main ()
37746 {
37747
37748 struct tm tm;
37749 tm.tm_gmtoff++;
37750
37751 ;
37752 return 0;
37753 }
37754 _ACEOF
37755 rm -f conftest.$ac_objext
37756 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37757 (eval $ac_compile) 2>conftest.er1
37758 ac_status=$?
37759 grep -v '^ *+' conftest.er1 >conftest.err
37760 rm -f conftest.er1
37761 cat conftest.err >&5
37762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37763 (exit $ac_status); } &&
37764 { ac_try='test -z "$ac_c_werror_flag"
37765 || test ! -s conftest.err'
37766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37767 (eval $ac_try) 2>&5
37768 ac_status=$?
37769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37770 (exit $ac_status); }; } &&
37771 { ac_try='test -s conftest.$ac_objext'
37772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37773 (eval $ac_try) 2>&5
37774 ac_status=$?
37775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37776 (exit $ac_status); }; }; then
37777
37778 wx_cv_struct_tm_has_gmtoff=yes
37779
37780 else
37781 echo "$as_me: failed program was:" >&5
37782 sed 's/^/| /' conftest.$ac_ext >&5
37783
37784 wx_cv_struct_tm_has_gmtoff=no
37785
37786 fi
37787 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37788
37789 fi
37790 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
37791 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
37792 fi
37793
37794 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
37795 cat >>confdefs.h <<\_ACEOF
37796 #define WX_GMTOFF_IN_TM 1
37797 _ACEOF
37798
37799 fi
37800
37801
37802
37803 for ac_func in gettimeofday ftime
37804 do
37805 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37806 echo "$as_me:$LINENO: checking for $ac_func" >&5
37807 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37808 if eval "test \"\${$as_ac_var+set}\" = set"; then
37809 echo $ECHO_N "(cached) $ECHO_C" >&6
37810 else
37811 cat >conftest.$ac_ext <<_ACEOF
37812 /* confdefs.h. */
37813 _ACEOF
37814 cat confdefs.h >>conftest.$ac_ext
37815 cat >>conftest.$ac_ext <<_ACEOF
37816 /* end confdefs.h. */
37817 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37818 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37819 #define $ac_func innocuous_$ac_func
37820
37821 /* System header to define __stub macros and hopefully few prototypes,
37822 which can conflict with char $ac_func (); below.
37823 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37824 <limits.h> exists even on freestanding compilers. */
37825
37826 #ifdef __STDC__
37827 # include <limits.h>
37828 #else
37829 # include <assert.h>
37830 #endif
37831
37832 #undef $ac_func
37833
37834 /* Override any gcc2 internal prototype to avoid an error. */
37835 #ifdef __cplusplus
37836 extern "C"
37837 {
37838 #endif
37839 /* We use char because int might match the return type of a gcc2
37840 builtin and then its argument prototype would still apply. */
37841 char $ac_func ();
37842 /* The GNU C library defines this for functions which it implements
37843 to always fail with ENOSYS. Some functions are actually named
37844 something starting with __ and the normal name is an alias. */
37845 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37846 choke me
37847 #else
37848 char (*f) () = $ac_func;
37849 #endif
37850 #ifdef __cplusplus
37851 }
37852 #endif
37853
37854 int
37855 main ()
37856 {
37857 return f != $ac_func;
37858 ;
37859 return 0;
37860 }
37861 _ACEOF
37862 rm -f conftest.$ac_objext conftest$ac_exeext
37863 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37864 (eval $ac_link) 2>conftest.er1
37865 ac_status=$?
37866 grep -v '^ *+' conftest.er1 >conftest.err
37867 rm -f conftest.er1
37868 cat conftest.err >&5
37869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37870 (exit $ac_status); } &&
37871 { ac_try='test -z "$ac_c_werror_flag"
37872 || test ! -s conftest.err'
37873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37874 (eval $ac_try) 2>&5
37875 ac_status=$?
37876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37877 (exit $ac_status); }; } &&
37878 { ac_try='test -s conftest$ac_exeext'
37879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37880 (eval $ac_try) 2>&5
37881 ac_status=$?
37882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37883 (exit $ac_status); }; }; then
37884 eval "$as_ac_var=yes"
37885 else
37886 echo "$as_me: failed program was:" >&5
37887 sed 's/^/| /' conftest.$ac_ext >&5
37888
37889 eval "$as_ac_var=no"
37890 fi
37891 rm -f conftest.err conftest.$ac_objext \
37892 conftest$ac_exeext conftest.$ac_ext
37893 fi
37894 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37895 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37896 if test `eval echo '${'$as_ac_var'}'` = yes; then
37897 cat >>confdefs.h <<_ACEOF
37898 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37899 _ACEOF
37900 break
37901 fi
37902 done
37903
37904
37905 if test "$ac_cv_func_gettimeofday" = "yes"; then
37906 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
37907 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
37908 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
37909 echo $ECHO_N "(cached) $ECHO_C" >&6
37910 else
37911
37912
37913
37914 ac_ext=cc
37915 ac_cpp='$CXXCPP $CPPFLAGS'
37916 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37917 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37918 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37919
37920
37921 cat >conftest.$ac_ext <<_ACEOF
37922 /* confdefs.h. */
37923 _ACEOF
37924 cat confdefs.h >>conftest.$ac_ext
37925 cat >>conftest.$ac_ext <<_ACEOF
37926 /* end confdefs.h. */
37927
37928 #include <sys/time.h>
37929 #include <unistd.h>
37930
37931 int
37932 main ()
37933 {
37934
37935 struct timeval tv;
37936 gettimeofday(&tv, NULL);
37937
37938 ;
37939 return 0;
37940 }
37941 _ACEOF
37942 rm -f conftest.$ac_objext
37943 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37944 (eval $ac_compile) 2>conftest.er1
37945 ac_status=$?
37946 grep -v '^ *+' conftest.er1 >conftest.err
37947 rm -f conftest.er1
37948 cat conftest.err >&5
37949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37950 (exit $ac_status); } &&
37951 { ac_try='test -z "$ac_cxx_werror_flag"
37952 || test ! -s conftest.err'
37953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37954 (eval $ac_try) 2>&5
37955 ac_status=$?
37956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37957 (exit $ac_status); }; } &&
37958 { ac_try='test -s conftest.$ac_objext'
37959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37960 (eval $ac_try) 2>&5
37961 ac_status=$?
37962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37963 (exit $ac_status); }; }; then
37964 wx_cv_func_gettimeofday_has_2_args=yes
37965 else
37966 echo "$as_me: failed program was:" >&5
37967 sed 's/^/| /' conftest.$ac_ext >&5
37968
37969 cat >conftest.$ac_ext <<_ACEOF
37970 /* confdefs.h. */
37971 _ACEOF
37972 cat confdefs.h >>conftest.$ac_ext
37973 cat >>conftest.$ac_ext <<_ACEOF
37974 /* end confdefs.h. */
37975
37976 #include <sys/time.h>
37977 #include <unistd.h>
37978
37979 int
37980 main ()
37981 {
37982
37983 struct timeval tv;
37984 gettimeofday(&tv);
37985
37986 ;
37987 return 0;
37988 }
37989 _ACEOF
37990 rm -f conftest.$ac_objext
37991 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37992 (eval $ac_compile) 2>conftest.er1
37993 ac_status=$?
37994 grep -v '^ *+' conftest.er1 >conftest.err
37995 rm -f conftest.er1
37996 cat conftest.err >&5
37997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37998 (exit $ac_status); } &&
37999 { ac_try='test -z "$ac_cxx_werror_flag"
38000 || test ! -s conftest.err'
38001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38002 (eval $ac_try) 2>&5
38003 ac_status=$?
38004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38005 (exit $ac_status); }; } &&
38006 { ac_try='test -s conftest.$ac_objext'
38007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38008 (eval $ac_try) 2>&5
38009 ac_status=$?
38010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38011 (exit $ac_status); }; }; then
38012 wx_cv_func_gettimeofday_has_2_args=no
38013 else
38014 echo "$as_me: failed program was:" >&5
38015 sed 's/^/| /' conftest.$ac_ext >&5
38016
38017
38018 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
38019 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
38020 wx_cv_func_gettimeofday_has_2_args=unknown
38021
38022
38023 fi
38024 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38025
38026 fi
38027 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38028 ac_ext=c
38029 ac_cpp='$CPP $CPPFLAGS'
38030 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38031 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38032 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38033
38034
38035 fi
38036 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
38037 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
38038
38039 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
38040 cat >>confdefs.h <<\_ACEOF
38041 #define WX_GETTIMEOFDAY_NO_TZ 1
38042 _ACEOF
38043
38044 fi
38045 fi
38046
38047 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
38048 fi
38049
38050
38051 if test "$wxUSE_SOCKETS" = "yes"; then
38052 if test "$wxUSE_MGL" = "1"; then
38053 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
38054 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
38055 wxUSE_SOCKETS="no"
38056 fi
38057 fi
38058
38059 if test "$wxUSE_SOCKETS" = "yes"; then
38060 if test "$TOOLKIT" != "MSW"; then
38061 echo "$as_me:$LINENO: checking for socket" >&5
38062 echo $ECHO_N "checking for socket... $ECHO_C" >&6
38063 if test "${ac_cv_func_socket+set}" = set; then
38064 echo $ECHO_N "(cached) $ECHO_C" >&6
38065 else
38066 cat >conftest.$ac_ext <<_ACEOF
38067 /* confdefs.h. */
38068 _ACEOF
38069 cat confdefs.h >>conftest.$ac_ext
38070 cat >>conftest.$ac_ext <<_ACEOF
38071 /* end confdefs.h. */
38072 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
38073 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38074 #define socket innocuous_socket
38075
38076 /* System header to define __stub macros and hopefully few prototypes,
38077 which can conflict with char socket (); below.
38078 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38079 <limits.h> exists even on freestanding compilers. */
38080
38081 #ifdef __STDC__
38082 # include <limits.h>
38083 #else
38084 # include <assert.h>
38085 #endif
38086
38087 #undef socket
38088
38089 /* Override any gcc2 internal prototype to avoid an error. */
38090 #ifdef __cplusplus
38091 extern "C"
38092 {
38093 #endif
38094 /* We use char because int might match the return type of a gcc2
38095 builtin and then its argument prototype would still apply. */
38096 char socket ();
38097 /* The GNU C library defines this for functions which it implements
38098 to always fail with ENOSYS. Some functions are actually named
38099 something starting with __ and the normal name is an alias. */
38100 #if defined (__stub_socket) || defined (__stub___socket)
38101 choke me
38102 #else
38103 char (*f) () = socket;
38104 #endif
38105 #ifdef __cplusplus
38106 }
38107 #endif
38108
38109 int
38110 main ()
38111 {
38112 return f != socket;
38113 ;
38114 return 0;
38115 }
38116 _ACEOF
38117 rm -f conftest.$ac_objext conftest$ac_exeext
38118 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38119 (eval $ac_link) 2>conftest.er1
38120 ac_status=$?
38121 grep -v '^ *+' conftest.er1 >conftest.err
38122 rm -f conftest.er1
38123 cat conftest.err >&5
38124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38125 (exit $ac_status); } &&
38126 { ac_try='test -z "$ac_c_werror_flag"
38127 || test ! -s conftest.err'
38128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38129 (eval $ac_try) 2>&5
38130 ac_status=$?
38131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38132 (exit $ac_status); }; } &&
38133 { ac_try='test -s conftest$ac_exeext'
38134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38135 (eval $ac_try) 2>&5
38136 ac_status=$?
38137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38138 (exit $ac_status); }; }; then
38139 ac_cv_func_socket=yes
38140 else
38141 echo "$as_me: failed program was:" >&5
38142 sed 's/^/| /' conftest.$ac_ext >&5
38143
38144 ac_cv_func_socket=no
38145 fi
38146 rm -f conftest.err conftest.$ac_objext \
38147 conftest$ac_exeext conftest.$ac_ext
38148 fi
38149 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
38150 echo "${ECHO_T}$ac_cv_func_socket" >&6
38151 if test $ac_cv_func_socket = yes; then
38152 :
38153 else
38154
38155 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
38156 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
38157 if test "${ac_cv_lib_socket_socket+set}" = set; then
38158 echo $ECHO_N "(cached) $ECHO_C" >&6
38159 else
38160 ac_check_lib_save_LIBS=$LIBS
38161 LIBS="-lsocket $LIBS"
38162 cat >conftest.$ac_ext <<_ACEOF
38163 /* confdefs.h. */
38164 _ACEOF
38165 cat confdefs.h >>conftest.$ac_ext
38166 cat >>conftest.$ac_ext <<_ACEOF
38167 /* end confdefs.h. */
38168
38169 /* Override any gcc2 internal prototype to avoid an error. */
38170 #ifdef __cplusplus
38171 extern "C"
38172 #endif
38173 /* We use char because int might match the return type of a gcc2
38174 builtin and then its argument prototype would still apply. */
38175 char socket ();
38176 int
38177 main ()
38178 {
38179 socket ();
38180 ;
38181 return 0;
38182 }
38183 _ACEOF
38184 rm -f conftest.$ac_objext conftest$ac_exeext
38185 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38186 (eval $ac_link) 2>conftest.er1
38187 ac_status=$?
38188 grep -v '^ *+' conftest.er1 >conftest.err
38189 rm -f conftest.er1
38190 cat conftest.err >&5
38191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38192 (exit $ac_status); } &&
38193 { ac_try='test -z "$ac_c_werror_flag"
38194 || test ! -s conftest.err'
38195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38196 (eval $ac_try) 2>&5
38197 ac_status=$?
38198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38199 (exit $ac_status); }; } &&
38200 { ac_try='test -s conftest$ac_exeext'
38201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38202 (eval $ac_try) 2>&5
38203 ac_status=$?
38204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38205 (exit $ac_status); }; }; then
38206 ac_cv_lib_socket_socket=yes
38207 else
38208 echo "$as_me: failed program was:" >&5
38209 sed 's/^/| /' conftest.$ac_ext >&5
38210
38211 ac_cv_lib_socket_socket=no
38212 fi
38213 rm -f conftest.err conftest.$ac_objext \
38214 conftest$ac_exeext conftest.$ac_ext
38215 LIBS=$ac_check_lib_save_LIBS
38216 fi
38217 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
38218 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
38219 if test $ac_cv_lib_socket_socket = yes; then
38220 if test "$INET_LINK" != " -lsocket"; then
38221 INET_LINK="$INET_LINK -lsocket"
38222 fi
38223 else
38224
38225 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
38226 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
38227 wxUSE_SOCKETS=no
38228
38229
38230 fi
38231
38232
38233
38234 fi
38235
38236 fi
38237 fi
38238
38239 if test "$wxUSE_SOCKETS" = "yes" ; then
38240 if test "$TOOLKIT" != "MSW"; then
38241 ac_ext=cc
38242 ac_cpp='$CXXCPP $CPPFLAGS'
38243 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38244 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38245 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38246
38247 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
38248 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
38249 if test "${wx_cv_type_getsockname3+set}" = set; then
38250 echo $ECHO_N "(cached) $ECHO_C" >&6
38251 else
38252
38253 cat >conftest.$ac_ext <<_ACEOF
38254 /* confdefs.h. */
38255 _ACEOF
38256 cat confdefs.h >>conftest.$ac_ext
38257 cat >>conftest.$ac_ext <<_ACEOF
38258 /* end confdefs.h. */
38259
38260 #include <sys/types.h>
38261 #include <sys/socket.h>
38262
38263 int
38264 main ()
38265 {
38266
38267 socklen_t len;
38268 getsockname(0, 0, &len);
38269
38270 ;
38271 return 0;
38272 }
38273 _ACEOF
38274 rm -f conftest.$ac_objext
38275 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38276 (eval $ac_compile) 2>conftest.er1
38277 ac_status=$?
38278 grep -v '^ *+' conftest.er1 >conftest.err
38279 rm -f conftest.er1
38280 cat conftest.err >&5
38281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38282 (exit $ac_status); } &&
38283 { ac_try='test -z "$ac_cxx_werror_flag"
38284 || test ! -s conftest.err'
38285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38286 (eval $ac_try) 2>&5
38287 ac_status=$?
38288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38289 (exit $ac_status); }; } &&
38290 { ac_try='test -s conftest.$ac_objext'
38291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38292 (eval $ac_try) 2>&5
38293 ac_status=$?
38294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38295 (exit $ac_status); }; }; then
38296 wx_cv_type_getsockname3=socklen_t
38297 else
38298 echo "$as_me: failed program was:" >&5
38299 sed 's/^/| /' conftest.$ac_ext >&5
38300
38301
38302 CFLAGS_OLD="$CFLAGS"
38303 if test "$GCC" = yes ; then
38304 CFLAGS="$CFLAGS -Werror"
38305 fi
38306
38307 cat >conftest.$ac_ext <<_ACEOF
38308 /* confdefs.h. */
38309 _ACEOF
38310 cat confdefs.h >>conftest.$ac_ext
38311 cat >>conftest.$ac_ext <<_ACEOF
38312 /* end confdefs.h. */
38313
38314 #include <sys/types.h>
38315 #include <sys/socket.h>
38316
38317 int
38318 main ()
38319 {
38320
38321 size_t len;
38322 getsockname(0, 0, &len);
38323
38324 ;
38325 return 0;
38326 }
38327 _ACEOF
38328 rm -f conftest.$ac_objext
38329 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38330 (eval $ac_compile) 2>conftest.er1
38331 ac_status=$?
38332 grep -v '^ *+' conftest.er1 >conftest.err
38333 rm -f conftest.er1
38334 cat conftest.err >&5
38335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38336 (exit $ac_status); } &&
38337 { ac_try='test -z "$ac_cxx_werror_flag"
38338 || test ! -s conftest.err'
38339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38340 (eval $ac_try) 2>&5
38341 ac_status=$?
38342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38343 (exit $ac_status); }; } &&
38344 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
38350 wx_cv_type_getsockname3=size_t
38351 else
38352 echo "$as_me: failed program was:" >&5
38353 sed 's/^/| /' conftest.$ac_ext >&5
38354
38355 cat >conftest.$ac_ext <<_ACEOF
38356 /* confdefs.h. */
38357 _ACEOF
38358 cat confdefs.h >>conftest.$ac_ext
38359 cat >>conftest.$ac_ext <<_ACEOF
38360 /* end confdefs.h. */
38361
38362 #include <sys/types.h>
38363 #include <sys/socket.h>
38364
38365 int
38366 main ()
38367 {
38368
38369 int len;
38370 getsockname(0, 0, &len);
38371
38372 ;
38373 return 0;
38374 }
38375 _ACEOF
38376 rm -f conftest.$ac_objext
38377 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38378 (eval $ac_compile) 2>conftest.er1
38379 ac_status=$?
38380 grep -v '^ *+' conftest.er1 >conftest.err
38381 rm -f conftest.er1
38382 cat conftest.err >&5
38383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38384 (exit $ac_status); } &&
38385 { ac_try='test -z "$ac_cxx_werror_flag"
38386 || test ! -s conftest.err'
38387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38388 (eval $ac_try) 2>&5
38389 ac_status=$?
38390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38391 (exit $ac_status); }; } &&
38392 { ac_try='test -s conftest.$ac_objext'
38393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38394 (eval $ac_try) 2>&5
38395 ac_status=$?
38396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38397 (exit $ac_status); }; }; then
38398 wx_cv_type_getsockname3=int
38399 else
38400 echo "$as_me: failed program was:" >&5
38401 sed 's/^/| /' conftest.$ac_ext >&5
38402
38403 wx_cv_type_getsockname3=unknown
38404
38405 fi
38406 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38407
38408 fi
38409 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38410
38411 CFLAGS="$CFLAGS_OLD"
38412
38413
38414 fi
38415 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38416
38417 fi
38418 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
38419 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
38420
38421 if test "$wx_cv_type_getsockname3" = "unknown"; then
38422 wxUSE_SOCKETS=no
38423 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
38424 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
38425 else
38426 cat >>confdefs.h <<_ACEOF
38427 #define SOCKLEN_T $wx_cv_type_getsockname3
38428 _ACEOF
38429
38430 fi
38431 echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
38432 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6
38433 if test "${wx_cv_type_getsockopt5+set}" = set; then
38434 echo $ECHO_N "(cached) $ECHO_C" >&6
38435 else
38436
38437 cat >conftest.$ac_ext <<_ACEOF
38438 /* confdefs.h. */
38439 _ACEOF
38440 cat confdefs.h >>conftest.$ac_ext
38441 cat >>conftest.$ac_ext <<_ACEOF
38442 /* end confdefs.h. */
38443
38444 #include <sys/types.h>
38445 #include <sys/socket.h>
38446
38447 int
38448 main ()
38449 {
38450
38451 socklen_t len;
38452 getsockopt(0, 0, 0, 0, &len);
38453
38454 ;
38455 return 0;
38456 }
38457 _ACEOF
38458 rm -f conftest.$ac_objext
38459 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38460 (eval $ac_compile) 2>conftest.er1
38461 ac_status=$?
38462 grep -v '^ *+' conftest.er1 >conftest.err
38463 rm -f conftest.er1
38464 cat conftest.err >&5
38465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38466 (exit $ac_status); } &&
38467 { ac_try='test -z "$ac_cxx_werror_flag"
38468 || test ! -s conftest.err'
38469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38470 (eval $ac_try) 2>&5
38471 ac_status=$?
38472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38473 (exit $ac_status); }; } &&
38474 { ac_try='test -s conftest.$ac_objext'
38475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38476 (eval $ac_try) 2>&5
38477 ac_status=$?
38478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38479 (exit $ac_status); }; }; then
38480 wx_cv_type_getsockopt5=socklen_t
38481 else
38482 echo "$as_me: failed program was:" >&5
38483 sed 's/^/| /' conftest.$ac_ext >&5
38484
38485
38486 CFLAGS_OLD="$CFLAGS"
38487 if test "$GCC" = yes ; then
38488 CFLAGS="$CFLAGS -Werror"
38489 fi
38490
38491 cat >conftest.$ac_ext <<_ACEOF
38492 /* confdefs.h. */
38493 _ACEOF
38494 cat confdefs.h >>conftest.$ac_ext
38495 cat >>conftest.$ac_ext <<_ACEOF
38496 /* end confdefs.h. */
38497
38498 #include <sys/types.h>
38499 #include <sys/socket.h>
38500
38501 int
38502 main ()
38503 {
38504
38505 size_t len;
38506 getsockopt(0, 0, 0, 0, &len);
38507
38508 ;
38509 return 0;
38510 }
38511 _ACEOF
38512 rm -f conftest.$ac_objext
38513 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38514 (eval $ac_compile) 2>conftest.er1
38515 ac_status=$?
38516 grep -v '^ *+' conftest.er1 >conftest.err
38517 rm -f conftest.er1
38518 cat conftest.err >&5
38519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38520 (exit $ac_status); } &&
38521 { ac_try='test -z "$ac_cxx_werror_flag"
38522 || test ! -s conftest.err'
38523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38524 (eval $ac_try) 2>&5
38525 ac_status=$?
38526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38527 (exit $ac_status); }; } &&
38528 { ac_try='test -s conftest.$ac_objext'
38529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38530 (eval $ac_try) 2>&5
38531 ac_status=$?
38532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38533 (exit $ac_status); }; }; then
38534 wx_cv_type_getsockopt5=size_t
38535 else
38536 echo "$as_me: failed program was:" >&5
38537 sed 's/^/| /' conftest.$ac_ext >&5
38538
38539 cat >conftest.$ac_ext <<_ACEOF
38540 /* confdefs.h. */
38541 _ACEOF
38542 cat confdefs.h >>conftest.$ac_ext
38543 cat >>conftest.$ac_ext <<_ACEOF
38544 /* end confdefs.h. */
38545
38546 #include <sys/types.h>
38547 #include <sys/socket.h>
38548
38549 int
38550 main ()
38551 {
38552
38553 int len;
38554 getsockopt(0, 0, 0, 0, &len);
38555
38556 ;
38557 return 0;
38558 }
38559 _ACEOF
38560 rm -f conftest.$ac_objext
38561 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38562 (eval $ac_compile) 2>conftest.er1
38563 ac_status=$?
38564 grep -v '^ *+' conftest.er1 >conftest.err
38565 rm -f conftest.er1
38566 cat conftest.err >&5
38567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38568 (exit $ac_status); } &&
38569 { ac_try='test -z "$ac_cxx_werror_flag"
38570 || test ! -s conftest.err'
38571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38572 (eval $ac_try) 2>&5
38573 ac_status=$?
38574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38575 (exit $ac_status); }; } &&
38576 { ac_try='test -s conftest.$ac_objext'
38577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38578 (eval $ac_try) 2>&5
38579 ac_status=$?
38580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38581 (exit $ac_status); }; }; then
38582 wx_cv_type_getsockopt5=int
38583 else
38584 echo "$as_me: failed program was:" >&5
38585 sed 's/^/| /' conftest.$ac_ext >&5
38586
38587 wx_cv_type_getsockopt5=unknown
38588
38589 fi
38590 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38591
38592 fi
38593 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38594
38595 CFLAGS="$CFLAGS_OLD"
38596
38597
38598 fi
38599 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38600
38601 fi
38602 echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
38603 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6
38604
38605 if test "$wx_cv_type_getsockopt5" = "unknown"; then
38606 wxUSE_SOCKETS=no
38607 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
38608 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
38609 else
38610 cat >>confdefs.h <<_ACEOF
38611 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
38612 _ACEOF
38613
38614 fi
38615 ac_ext=c
38616 ac_cpp='$CPP $CPPFLAGS'
38617 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38618 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38619 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38620
38621 fi
38622 fi
38623
38624 if test "$wxUSE_SOCKETS" = "yes" ; then
38625 cat >>confdefs.h <<\_ACEOF
38626 #define wxUSE_SOCKETS 1
38627 _ACEOF
38628
38629 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
38630 fi
38631
38632 if test "$wxUSE_PROTOCOL" = "yes"; then
38633 if test "$wxUSE_SOCKETS" != "yes"; then
38634 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
38635 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
38636 wxUSE_PROTOCOL=no
38637 fi
38638 fi
38639
38640 if test "$wxUSE_PROTOCOL" = "yes"; then
38641 cat >>confdefs.h <<\_ACEOF
38642 #define wxUSE_PROTOCOL 1
38643 _ACEOF
38644
38645
38646 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
38647 cat >>confdefs.h <<\_ACEOF
38648 #define wxUSE_PROTOCOL_HTTP 1
38649 _ACEOF
38650
38651 fi
38652 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
38653 cat >>confdefs.h <<\_ACEOF
38654 #define wxUSE_PROTOCOL_FTP 1
38655 _ACEOF
38656
38657 fi
38658 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
38659 cat >>confdefs.h <<\_ACEOF
38660 #define wxUSE_PROTOCOL_FILE 1
38661 _ACEOF
38662
38663 fi
38664 else
38665 if test "$wxUSE_FS_INET" = "yes"; then
38666 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
38667 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
38668 wxUSE_FS_INET="no"
38669 fi
38670 fi
38671
38672 if test "$wxUSE_URL" = "yes"; then
38673 if test "$wxUSE_PROTOCOL" != "yes"; then
38674 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
38675 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
38676 wxUSE_URL=no
38677 fi
38678 if test "$wxUSE_URL" = "yes"; then
38679 cat >>confdefs.h <<\_ACEOF
38680 #define wxUSE_URL 1
38681 _ACEOF
38682
38683 fi
38684 fi
38685
38686 if test "$wxUSE_FS_INET" = "yes"; then
38687 cat >>confdefs.h <<\_ACEOF
38688 #define wxUSE_FS_INET 1
38689 _ACEOF
38690
38691 fi
38692
38693
38694 if test "$wxUSE_GUI" = "yes"; then
38695 if test "$wxUSE_JOYSTICK" = "yes"; then
38696
38697 if test "$TOOLKIT" != "MAC" -a "$TOOLKIT" != "COCOA" -a "$TOOLKIT" != "MSW"; then
38698
38699 for ac_header in linux/joystick.h
38700 do
38701 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
38702 if eval "test \"\${$as_ac_Header+set}\" = set"; then
38703 echo "$as_me:$LINENO: checking for $ac_header" >&5
38704 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
38705 if eval "test \"\${$as_ac_Header+set}\" = set"; then
38706 echo $ECHO_N "(cached) $ECHO_C" >&6
38707 fi
38708 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
38709 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
38710 else
38711 # Is the header compilable?
38712 echo "$as_me:$LINENO: checking $ac_header usability" >&5
38713 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
38714 cat >conftest.$ac_ext <<_ACEOF
38715 /* confdefs.h. */
38716 _ACEOF
38717 cat confdefs.h >>conftest.$ac_ext
38718 cat >>conftest.$ac_ext <<_ACEOF
38719 /* end confdefs.h. */
38720 $ac_includes_default
38721 #include <$ac_header>
38722 _ACEOF
38723 rm -f conftest.$ac_objext
38724 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38725 (eval $ac_compile) 2>conftest.er1
38726 ac_status=$?
38727 grep -v '^ *+' conftest.er1 >conftest.err
38728 rm -f conftest.er1
38729 cat conftest.err >&5
38730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38731 (exit $ac_status); } &&
38732 { ac_try='test -z "$ac_c_werror_flag"
38733 || test ! -s conftest.err'
38734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38735 (eval $ac_try) 2>&5
38736 ac_status=$?
38737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38738 (exit $ac_status); }; } &&
38739 { ac_try='test -s conftest.$ac_objext'
38740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38741 (eval $ac_try) 2>&5
38742 ac_status=$?
38743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38744 (exit $ac_status); }; }; then
38745 ac_header_compiler=yes
38746 else
38747 echo "$as_me: failed program was:" >&5
38748 sed 's/^/| /' conftest.$ac_ext >&5
38749
38750 ac_header_compiler=no
38751 fi
38752 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38753 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
38754 echo "${ECHO_T}$ac_header_compiler" >&6
38755
38756 # Is the header present?
38757 echo "$as_me:$LINENO: checking $ac_header presence" >&5
38758 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
38759 cat >conftest.$ac_ext <<_ACEOF
38760 /* confdefs.h. */
38761 _ACEOF
38762 cat confdefs.h >>conftest.$ac_ext
38763 cat >>conftest.$ac_ext <<_ACEOF
38764 /* end confdefs.h. */
38765 #include <$ac_header>
38766 _ACEOF
38767 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
38768 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
38769 ac_status=$?
38770 grep -v '^ *+' conftest.er1 >conftest.err
38771 rm -f conftest.er1
38772 cat conftest.err >&5
38773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38774 (exit $ac_status); } >/dev/null; then
38775 if test -s conftest.err; then
38776 ac_cpp_err=$ac_c_preproc_warn_flag
38777 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
38778 else
38779 ac_cpp_err=
38780 fi
38781 else
38782 ac_cpp_err=yes
38783 fi
38784 if test -z "$ac_cpp_err"; then
38785 ac_header_preproc=yes
38786 else
38787 echo "$as_me: failed program was:" >&5
38788 sed 's/^/| /' conftest.$ac_ext >&5
38789
38790 ac_header_preproc=no
38791 fi
38792 rm -f conftest.err conftest.$ac_ext
38793 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
38794 echo "${ECHO_T}$ac_header_preproc" >&6
38795
38796 # So? What about this header?
38797 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
38798 yes:no: )
38799 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
38800 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
38801 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
38802 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
38803 ac_header_preproc=yes
38804 ;;
38805 no:yes:* )
38806 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
38807 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
38808 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
38809 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
38810 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
38811 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
38812 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
38813 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
38814 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
38815 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
38816 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
38817 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
38818 (
38819 cat <<\_ASBOX
38820 ## ----------------------------------------- ##
38821 ## Report this to wx-dev@lists.wxwidgets.org ##
38822 ## ----------------------------------------- ##
38823 _ASBOX
38824 ) |
38825 sed "s/^/$as_me: WARNING: /" >&2
38826 ;;
38827 esac
38828 echo "$as_me:$LINENO: checking for $ac_header" >&5
38829 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
38830 if eval "test \"\${$as_ac_Header+set}\" = set"; then
38831 echo $ECHO_N "(cached) $ECHO_C" >&6
38832 else
38833 eval "$as_ac_Header=\$ac_header_preproc"
38834 fi
38835 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
38836 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
38837
38838 fi
38839 if test `eval echo '${'$as_ac_Header'}'` = yes; then
38840 cat >>confdefs.h <<_ACEOF
38841 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
38842 _ACEOF
38843
38844 fi
38845
38846 done
38847
38848 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
38849 wxUSE_JOYSTICK=no
38850 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
38851 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
38852 fi
38853 else
38854 if test "$USE_DARWIN" != 1 -a "$TOOLKIT" != "MSW"; then
38855 wxUSE_JOYSTICK=no
38856 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
38857 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
38858 fi
38859 fi
38860
38861
38862 if test "$wxUSE_JOYSTICK" = "yes"; then
38863 cat >>confdefs.h <<\_ACEOF
38864 #define wxUSE_JOYSTICK 1
38865 _ACEOF
38866
38867 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
38868 fi
38869 fi
38870 fi
38871
38872
38873
38874 if test "$wxUSE_FONTMAP" = "yes" ; then
38875 cat >>confdefs.h <<\_ACEOF
38876 #define wxUSE_FONTMAP 1
38877 _ACEOF
38878
38879 fi
38880
38881 if test "$wxUSE_UNICODE" = "yes" ; then
38882 cat >>confdefs.h <<\_ACEOF
38883 #define wxUSE_UNICODE 1
38884 _ACEOF
38885
38886
38887 if test "$USE_WIN32" != 1; then
38888 wxUSE_UNICODE_MSLU=no
38889 fi
38890
38891 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
38892 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
38893 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
38894 if test "${ac_cv_lib_unicows_main+set}" = set; then
38895 echo $ECHO_N "(cached) $ECHO_C" >&6
38896 else
38897 ac_check_lib_save_LIBS=$LIBS
38898 LIBS="-lunicows $LIBS"
38899 cat >conftest.$ac_ext <<_ACEOF
38900 /* confdefs.h. */
38901 _ACEOF
38902 cat confdefs.h >>conftest.$ac_ext
38903 cat >>conftest.$ac_ext <<_ACEOF
38904 /* end confdefs.h. */
38905
38906
38907 int
38908 main ()
38909 {
38910 main ();
38911 ;
38912 return 0;
38913 }
38914 _ACEOF
38915 rm -f conftest.$ac_objext conftest$ac_exeext
38916 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38917 (eval $ac_link) 2>conftest.er1
38918 ac_status=$?
38919 grep -v '^ *+' conftest.er1 >conftest.err
38920 rm -f conftest.er1
38921 cat conftest.err >&5
38922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38923 (exit $ac_status); } &&
38924 { ac_try='test -z "$ac_c_werror_flag"
38925 || test ! -s conftest.err'
38926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38927 (eval $ac_try) 2>&5
38928 ac_status=$?
38929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38930 (exit $ac_status); }; } &&
38931 { ac_try='test -s conftest$ac_exeext'
38932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38933 (eval $ac_try) 2>&5
38934 ac_status=$?
38935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38936 (exit $ac_status); }; }; then
38937 ac_cv_lib_unicows_main=yes
38938 else
38939 echo "$as_me: failed program was:" >&5
38940 sed 's/^/| /' conftest.$ac_ext >&5
38941
38942 ac_cv_lib_unicows_main=no
38943 fi
38944 rm -f conftest.err conftest.$ac_objext \
38945 conftest$ac_exeext conftest.$ac_ext
38946 LIBS=$ac_check_lib_save_LIBS
38947 fi
38948 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
38949 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
38950 if test $ac_cv_lib_unicows_main = yes; then
38951
38952 cat >>confdefs.h <<\_ACEOF
38953 #define wxUSE_UNICODE_MSLU 1
38954 _ACEOF
38955
38956
38957 else
38958
38959 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
38960 Applications will only run on Windows NT/2000/XP!" >&5
38961 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
38962 Applications will only run on Windows NT/2000/XP!" >&2;}
38963 wxUSE_UNICODE_MSLU=no
38964
38965 fi
38966
38967 fi
38968 fi
38969
38970 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
38971 cat >>confdefs.h <<\_ACEOF
38972 #define wxUSE_EXPERIMENTAL_PRINTF 1
38973 _ACEOF
38974
38975 fi
38976
38977
38978 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
38979 cat >>confdefs.h <<\_ACEOF
38980 #define wxUSE_POSTSCRIPT 1
38981 _ACEOF
38982
38983 fi
38984
38985 cat >>confdefs.h <<\_ACEOF
38986 #define wxUSE_AFM_FOR_POSTSCRIPT 1
38987 _ACEOF
38988
38989
38990 cat >>confdefs.h <<\_ACEOF
38991 #define wxUSE_NORMALIZED_PS_FONTS 1
38992 _ACEOF
38993
38994
38995
38996 if test "$wxUSE_CONSTRAINTS" = "yes"; then
38997 cat >>confdefs.h <<\_ACEOF
38998 #define wxUSE_CONSTRAINTS 1
38999 _ACEOF
39000
39001 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
39002 fi
39003
39004 if test "$wxUSE_MDI" = "yes"; then
39005 cat >>confdefs.h <<\_ACEOF
39006 #define wxUSE_MDI 1
39007 _ACEOF
39008
39009
39010 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
39011 cat >>confdefs.h <<\_ACEOF
39012 #define wxUSE_MDI_ARCHITECTURE 1
39013 _ACEOF
39014
39015 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
39016 fi
39017 fi
39018
39019 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
39020 cat >>confdefs.h <<\_ACEOF
39021 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
39022 _ACEOF
39023
39024 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
39025 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
39026 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
39027 fi
39028 fi
39029
39030 if test "$wxUSE_HELP" = "yes"; then
39031 cat >>confdefs.h <<\_ACEOF
39032 #define wxUSE_HELP 1
39033 _ACEOF
39034
39035 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
39036
39037 if test "$wxUSE_MSW" = 1; then
39038 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
39039 cat >>confdefs.h <<\_ACEOF
39040 #define wxUSE_MS_HTML_HELP 1
39041 _ACEOF
39042
39043 fi
39044 fi
39045
39046 if test "$wxUSE_WXHTML_HELP" = "yes"; then
39047 if test "$wxUSE_HTML" = "yes"; then
39048 cat >>confdefs.h <<\_ACEOF
39049 #define wxUSE_WXHTML_HELP 1
39050 _ACEOF
39051
39052 else
39053 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
39054 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
39055 wxUSE_WXHTML_HELP=no
39056 fi
39057 fi
39058 fi
39059
39060 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
39061 if test "$wxUSE_CONSTRAINTS" != "yes"; then
39062 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
39063 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
39064 else
39065 cat >>confdefs.h <<\_ACEOF
39066 #define wxUSE_PRINTING_ARCHITECTURE 1
39067 _ACEOF
39068
39069 fi
39070 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
39071 fi
39072
39073 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
39074 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
39075 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
39076 { (exit 1); exit 1; }; }
39077 fi
39078
39079
39080 if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
39081 -o "$wxUSE_CLIPBOARD" = "yes" \
39082 -o "$wxUSE_OLE" = "yes" \
39083 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
39084
39085 for ac_header in ole2.h
39086 do
39087 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39088 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39089 echo "$as_me:$LINENO: checking for $ac_header" >&5
39090 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39091 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39092 echo $ECHO_N "(cached) $ECHO_C" >&6
39093 fi
39094 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39095 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39096 else
39097 # Is the header compilable?
39098 echo "$as_me:$LINENO: checking $ac_header usability" >&5
39099 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
39100 cat >conftest.$ac_ext <<_ACEOF
39101 /* confdefs.h. */
39102 _ACEOF
39103 cat confdefs.h >>conftest.$ac_ext
39104 cat >>conftest.$ac_ext <<_ACEOF
39105 /* end confdefs.h. */
39106 $ac_includes_default
39107 #include <$ac_header>
39108 _ACEOF
39109 rm -f conftest.$ac_objext
39110 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39111 (eval $ac_compile) 2>conftest.er1
39112 ac_status=$?
39113 grep -v '^ *+' conftest.er1 >conftest.err
39114 rm -f conftest.er1
39115 cat conftest.err >&5
39116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39117 (exit $ac_status); } &&
39118 { ac_try='test -z "$ac_c_werror_flag"
39119 || test ! -s conftest.err'
39120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39121 (eval $ac_try) 2>&5
39122 ac_status=$?
39123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39124 (exit $ac_status); }; } &&
39125 { ac_try='test -s conftest.$ac_objext'
39126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39127 (eval $ac_try) 2>&5
39128 ac_status=$?
39129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39130 (exit $ac_status); }; }; then
39131 ac_header_compiler=yes
39132 else
39133 echo "$as_me: failed program was:" >&5
39134 sed 's/^/| /' conftest.$ac_ext >&5
39135
39136 ac_header_compiler=no
39137 fi
39138 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39139 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
39140 echo "${ECHO_T}$ac_header_compiler" >&6
39141
39142 # Is the header present?
39143 echo "$as_me:$LINENO: checking $ac_header presence" >&5
39144 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
39145 cat >conftest.$ac_ext <<_ACEOF
39146 /* confdefs.h. */
39147 _ACEOF
39148 cat confdefs.h >>conftest.$ac_ext
39149 cat >>conftest.$ac_ext <<_ACEOF
39150 /* end confdefs.h. */
39151 #include <$ac_header>
39152 _ACEOF
39153 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
39154 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
39155 ac_status=$?
39156 grep -v '^ *+' conftest.er1 >conftest.err
39157 rm -f conftest.er1
39158 cat conftest.err >&5
39159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39160 (exit $ac_status); } >/dev/null; then
39161 if test -s conftest.err; then
39162 ac_cpp_err=$ac_c_preproc_warn_flag
39163 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
39164 else
39165 ac_cpp_err=
39166 fi
39167 else
39168 ac_cpp_err=yes
39169 fi
39170 if test -z "$ac_cpp_err"; then
39171 ac_header_preproc=yes
39172 else
39173 echo "$as_me: failed program was:" >&5
39174 sed 's/^/| /' conftest.$ac_ext >&5
39175
39176 ac_header_preproc=no
39177 fi
39178 rm -f conftest.err conftest.$ac_ext
39179 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
39180 echo "${ECHO_T}$ac_header_preproc" >&6
39181
39182 # So? What about this header?
39183 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
39184 yes:no: )
39185 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
39186 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
39187 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
39188 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
39189 ac_header_preproc=yes
39190 ;;
39191 no:yes:* )
39192 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
39193 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
39194 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
39195 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
39196 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
39197 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
39198 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
39199 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
39200 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
39201 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
39202 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
39203 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
39204 (
39205 cat <<\_ASBOX
39206 ## ----------------------------------------- ##
39207 ## Report this to wx-dev@lists.wxwidgets.org ##
39208 ## ----------------------------------------- ##
39209 _ASBOX
39210 ) |
39211 sed "s/^/$as_me: WARNING: /" >&2
39212 ;;
39213 esac
39214 echo "$as_me:$LINENO: checking for $ac_header" >&5
39215 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39216 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39217 echo $ECHO_N "(cached) $ECHO_C" >&6
39218 else
39219 eval "$as_ac_Header=\$ac_header_preproc"
39220 fi
39221 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39222 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39223
39224 fi
39225 if test `eval echo '${'$as_ac_Header'}'` = yes; then
39226 cat >>confdefs.h <<_ACEOF
39227 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39228 _ACEOF
39229
39230 fi
39231
39232 done
39233
39234
39235 if test "$ac_cv_header_ole2_h" = "yes" ; then
39236 if test "$GCC" = yes ; then
39237
39238
39239 ac_ext=cc
39240 ac_cpp='$CXXCPP $CPPFLAGS'
39241 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39242 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39243 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39244
39245
39246 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
39247 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
39248 cat >conftest.$ac_ext <<_ACEOF
39249 /* confdefs.h. */
39250 _ACEOF
39251 cat confdefs.h >>conftest.$ac_ext
39252 cat >>conftest.$ac_ext <<_ACEOF
39253 /* end confdefs.h. */
39254 #include <windows.h>
39255 #include <ole2.h>
39256 int
39257 main ()
39258 {
39259
39260 ;
39261 return 0;
39262 }
39263 _ACEOF
39264 rm -f conftest.$ac_objext
39265 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39266 (eval $ac_compile) 2>conftest.er1
39267 ac_status=$?
39268 grep -v '^ *+' conftest.er1 >conftest.err
39269 rm -f conftest.er1
39270 cat conftest.err >&5
39271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39272 (exit $ac_status); } &&
39273 { ac_try='test -z "$ac_cxx_werror_flag"
39274 || test ! -s conftest.err'
39275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39276 (eval $ac_try) 2>&5
39277 ac_status=$?
39278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39279 (exit $ac_status); }; } &&
39280 { ac_try='test -s conftest.$ac_objext'
39281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39282 (eval $ac_try) 2>&5
39283 ac_status=$?
39284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39285 (exit $ac_status); }; }; then
39286 echo "$as_me:$LINENO: result: no" >&5
39287 echo "${ECHO_T}no" >&6
39288 else
39289 echo "$as_me: failed program was:" >&5
39290 sed 's/^/| /' conftest.$ac_ext >&5
39291
39292 echo "$as_me:$LINENO: result: yes" >&5
39293 echo "${ECHO_T}yes" >&6
39294 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
39295 fi
39296 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39297 ac_ext=c
39298 ac_cpp='$CPP $CPPFLAGS'
39299 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39300 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39301 ac_compiler_gnu=$ac_cv_c_compiler_gnu
39302
39303 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
39304 if test "$wxUSE_OLE" = "yes" ; then
39305 cat >>confdefs.h <<\_ACEOF
39306 #define wxUSE_OLE 1
39307 _ACEOF
39308
39309 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
39310 fi
39311 fi
39312
39313 if test "$wxUSE_DATAOBJ" = "yes" ; then
39314 cat >>confdefs.h <<\_ACEOF
39315 #define wxUSE_DATAOBJ 1
39316 _ACEOF
39317
39318 fi
39319 else
39320 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
39321 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
39322
39323 wxUSE_CLIPBOARD=no
39324 wxUSE_DRAG_AND_DROP=no
39325 wxUSE_DATAOBJ=no
39326 wxUSE_OLE=no
39327 fi
39328
39329 if test "$wxUSE_METAFILE" = "yes"; then
39330 cat >>confdefs.h <<\_ACEOF
39331 #define wxUSE_METAFILE 1
39332 _ACEOF
39333
39334
39335 cat >>confdefs.h <<\_ACEOF
39336 #define wxUSE_ENH_METAFILE 1
39337 _ACEOF
39338
39339 fi
39340 fi
39341
39342 if test "$wxUSE_IPC" = "yes"; then
39343 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
39344 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
39345 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
39346 wxUSE_IPC=no
39347 fi
39348
39349 if test "$wxUSE_IPC" = "yes"; then
39350 cat >>confdefs.h <<\_ACEOF
39351 #define wxUSE_IPC 1
39352 _ACEOF
39353
39354 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
39355 fi
39356 fi
39357
39358 if test "$wxUSE_CLIPBOARD" = "yes"; then
39359 if test "$wxUSE_MGL" = 1; then
39360 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
39361 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
39362 wxUSE_CLIPBOARD=no
39363 fi
39364
39365 if test "$wxUSE_CLIPBOARD" = "yes"; then
39366 cat >>confdefs.h <<\_ACEOF
39367 #define wxUSE_CLIPBOARD 1
39368 _ACEOF
39369
39370
39371 cat >>confdefs.h <<\_ACEOF
39372 #define wxUSE_DATAOBJ 1
39373 _ACEOF
39374
39375 fi
39376 fi
39377
39378 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
39379 if test "$wxUSE_GTK" = 1; then
39380 if test "$WXGTK12" != 1; then
39381 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
39382 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
39383 wxUSE_DRAG_AND_DROP=no
39384 fi
39385 fi
39386
39387 if test "$wxUSE_MOTIF" = 1; then
39388 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
39389 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
39390 wxUSE_DRAG_AND_DROP=no
39391 fi
39392
39393 if test "$wxUSE_X11" = 1; then
39394 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
39395 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
39396 wxUSE_DRAG_AND_DROP=no
39397 fi
39398
39399 if test "$wxUSE_MGL" = 1; then
39400 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
39401 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
39402 wxUSE_DRAG_AND_DROP=no
39403 fi
39404
39405 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
39406 cat >>confdefs.h <<\_ACEOF
39407 #define wxUSE_DRAG_AND_DROP 1
39408 _ACEOF
39409
39410 fi
39411
39412 fi
39413
39414 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
39415 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
39416 fi
39417
39418 if test "$wxUSE_SPLINES" = "yes" ; then
39419 cat >>confdefs.h <<\_ACEOF
39420 #define wxUSE_SPLINES 1
39421 _ACEOF
39422
39423 fi
39424
39425 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
39426 cat >>confdefs.h <<\_ACEOF
39427 #define wxUSE_MOUSEWHEEL 1
39428 _ACEOF
39429
39430 fi
39431
39432
39433 USES_CONTROLS=0
39434 if test "$wxUSE_CONTROLS" = "yes"; then
39435 USES_CONTROLS=1
39436 fi
39437
39438 if test "$wxUSE_ACCEL" = "yes"; then
39439 cat >>confdefs.h <<\_ACEOF
39440 #define wxUSE_ACCEL 1
39441 _ACEOF
39442
39443 USES_CONTROLS=1
39444 fi
39445
39446 if test "$wxUSE_BUTTON" = "yes"; then
39447 cat >>confdefs.h <<\_ACEOF
39448 #define wxUSE_BUTTON 1
39449 _ACEOF
39450
39451 USES_CONTROLS=1
39452 fi
39453
39454 if test "$wxUSE_BMPBUTTON" = "yes"; then
39455 cat >>confdefs.h <<\_ACEOF
39456 #define wxUSE_BMPBUTTON 1
39457 _ACEOF
39458
39459 USES_CONTROLS=1
39460 fi
39461
39462 if test "$wxUSE_CALCTRL" = "yes"; then
39463 cat >>confdefs.h <<\_ACEOF
39464 #define wxUSE_CALENDARCTRL 1
39465 _ACEOF
39466
39467 USES_CONTROLS=1
39468 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
39469 fi
39470
39471 if test "$wxUSE_CARET" = "yes"; then
39472 cat >>confdefs.h <<\_ACEOF
39473 #define wxUSE_CARET 1
39474 _ACEOF
39475
39476 USES_CONTROLS=1
39477 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
39478 fi
39479
39480 if test "$wxUSE_COMBOBOX" = "yes"; then
39481 cat >>confdefs.h <<\_ACEOF
39482 #define wxUSE_COMBOBOX 1
39483 _ACEOF
39484
39485 USES_CONTROLS=1
39486 fi
39487
39488 if test "$wxUSE_CHOICE" = "yes"; then
39489 cat >>confdefs.h <<\_ACEOF
39490 #define wxUSE_CHOICE 1
39491 _ACEOF
39492
39493 USES_CONTROLS=1
39494 fi
39495
39496 if test "$wxUSE_CHOICEBOOK" = "yes"; then
39497 cat >>confdefs.h <<\_ACEOF
39498 #define wxUSE_CHOICEBOOK 1
39499 _ACEOF
39500
39501 USES_CONTROLS=1
39502 fi
39503
39504 if test "$wxUSE_CHECKBOX" = "yes"; then
39505 cat >>confdefs.h <<\_ACEOF
39506 #define wxUSE_CHECKBOX 1
39507 _ACEOF
39508
39509 USES_CONTROLS=1
39510 fi
39511
39512 if test "$wxUSE_CHECKLST" = "yes"; then
39513 cat >>confdefs.h <<\_ACEOF
39514 #define wxUSE_CHECKLISTBOX 1
39515 _ACEOF
39516
39517 USES_CONTROLS=1
39518 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
39519 fi
39520
39521 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
39522 cat >>confdefs.h <<\_ACEOF
39523 #define wxUSE_DATEPICKCTRL 1
39524 _ACEOF
39525
39526 USES_CONTROLS=1
39527 fi
39528
39529 if test "$wxUSE_DISPLAY" = "yes"; then
39530 cat >>confdefs.h <<\_ACEOF
39531 #define wxUSE_DISPLAY 1
39532 _ACEOF
39533
39534 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display multimon"
39535 fi
39536
39537 if test "$wxUSE_GAUGE" = "yes"; then
39538 cat >>confdefs.h <<\_ACEOF
39539 #define wxUSE_GAUGE 1
39540 _ACEOF
39541
39542 USES_CONTROLS=1
39543 fi
39544
39545 if test "$wxUSE_GRID" = "yes"; then
39546 cat >>confdefs.h <<\_ACEOF
39547 #define wxUSE_GRID 1
39548 _ACEOF
39549
39550 USES_CONTROLS=1
39551 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
39552 fi
39553
39554 if test "$wxUSE_IMAGLIST" = "yes"; then
39555 cat >>confdefs.h <<\_ACEOF
39556 #define wxUSE_IMAGLIST 1
39557 _ACEOF
39558
39559 fi
39560
39561 if test "$wxUSE_LISTBOOK" = "yes"; then
39562 cat >>confdefs.h <<\_ACEOF
39563 #define wxUSE_LISTBOOK 1
39564 _ACEOF
39565
39566 USES_CONTROLS=1
39567 fi
39568
39569 if test "$wxUSE_LISTBOX" = "yes"; then
39570 cat >>confdefs.h <<\_ACEOF
39571 #define wxUSE_LISTBOX 1
39572 _ACEOF
39573
39574 USES_CONTROLS=1
39575 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listbox"
39576 fi
39577
39578 if test "$wxUSE_LISTCTRL" = "yes"; then
39579 if test "$wxUSE_IMAGLIST" = "yes"; then
39580 cat >>confdefs.h <<\_ACEOF
39581 #define wxUSE_LISTCTRL 1
39582 _ACEOF
39583
39584 USES_CONTROLS=1
39585 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
39586 else
39587 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
39588 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
39589 fi
39590 fi
39591
39592 if test "$wxUSE_NOTEBOOK" = "yes"; then
39593 cat >>confdefs.h <<\_ACEOF
39594 #define wxUSE_NOTEBOOK 1
39595 _ACEOF
39596
39597 USES_CONTROLS=1
39598 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
39599 fi
39600
39601
39602 if test "$wxUSE_RADIOBOX" = "yes"; then
39603 cat >>confdefs.h <<\_ACEOF
39604 #define wxUSE_RADIOBOX 1
39605 _ACEOF
39606
39607 USES_CONTROLS=1
39608 fi
39609
39610 if test "$wxUSE_RADIOBTN" = "yes"; then
39611 cat >>confdefs.h <<\_ACEOF
39612 #define wxUSE_RADIOBTN 1
39613 _ACEOF
39614
39615 USES_CONTROLS=1
39616 fi
39617
39618 if test "$wxUSE_SASH" = "yes"; then
39619 cat >>confdefs.h <<\_ACEOF
39620 #define wxUSE_SASH 1
39621 _ACEOF
39622
39623 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
39624 fi
39625
39626 if test "$wxUSE_SCROLLBAR" = "yes"; then
39627 cat >>confdefs.h <<\_ACEOF
39628 #define wxUSE_SCROLLBAR 1
39629 _ACEOF
39630
39631 USES_CONTROLS=1
39632 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
39633 fi
39634
39635 if test "$wxUSE_SLIDER" = "yes"; then
39636 cat >>confdefs.h <<\_ACEOF
39637 #define wxUSE_SLIDER 1
39638 _ACEOF
39639
39640 USES_CONTROLS=1
39641 fi
39642
39643 if test "$wxUSE_SPINBTN" = "yes"; then
39644 cat >>confdefs.h <<\_ACEOF
39645 #define wxUSE_SPINBTN 1
39646 _ACEOF
39647
39648 USES_CONTROLS=1
39649 fi
39650
39651 if test "$wxUSE_SPINCTRL" = "yes"; then
39652 cat >>confdefs.h <<\_ACEOF
39653 #define wxUSE_SPINCTRL 1
39654 _ACEOF
39655
39656 USES_CONTROLS=1
39657 fi
39658
39659 if test "$wxUSE_SPLITTER" = "yes"; then
39660 cat >>confdefs.h <<\_ACEOF
39661 #define wxUSE_SPLITTER 1
39662 _ACEOF
39663
39664 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
39665 fi
39666
39667 if test "$wxUSE_STATBMP" = "yes"; then
39668 cat >>confdefs.h <<\_ACEOF
39669 #define wxUSE_STATBMP 1
39670 _ACEOF
39671
39672 USES_CONTROLS=1
39673 fi
39674
39675 if test "$wxUSE_STATBOX" = "yes"; then
39676 cat >>confdefs.h <<\_ACEOF
39677 #define wxUSE_STATBOX 1
39678 _ACEOF
39679
39680 USES_CONTROLS=1
39681 fi
39682
39683 if test "$wxUSE_STATTEXT" = "yes"; then
39684 cat >>confdefs.h <<\_ACEOF
39685 #define wxUSE_STATTEXT 1
39686 _ACEOF
39687
39688 USES_CONTROLS=1
39689 fi
39690
39691 if test "$wxUSE_STATLINE" = "yes"; then
39692 cat >>confdefs.h <<\_ACEOF
39693 #define wxUSE_STATLINE 1
39694 _ACEOF
39695
39696 USES_CONTROLS=1
39697 fi
39698
39699 if test "$wxUSE_STATUSBAR" = "yes"; then
39700 cat >>confdefs.h <<\_ACEOF
39701 #define wxUSE_NATIVE_STATUSBAR 1
39702 _ACEOF
39703
39704 cat >>confdefs.h <<\_ACEOF
39705 #define wxUSE_STATUSBAR 1
39706 _ACEOF
39707
39708 USES_CONTROLS=1
39709
39710 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
39711 fi
39712
39713 if test "$wxUSE_TABDIALOG" = "yes"; then
39714 cat >>confdefs.h <<\_ACEOF
39715 #define wxUSE_TAB_DIALOG 1
39716 _ACEOF
39717
39718 fi
39719
39720 if test "$wxUSE_TEXTCTRL" = "yes"; then
39721 cat >>confdefs.h <<\_ACEOF
39722 #define wxUSE_TEXTCTRL 1
39723 _ACEOF
39724
39725 USES_CONTROLS=1
39726 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
39727 fi
39728
39729 if test "$wxUSE_TOGGLEBTN" = "yes"; then
39730 if test "$wxUSE_COCOA" = 1 ; then
39731 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
39732 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
39733 wxUSE_TOGGLEBTN=no
39734 fi
39735 if test "$wxUSE_UNIVERSAL" = "yes"; then
39736 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
39737 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
39738 wxUSE_TOGGLEBTN=no
39739 fi
39740
39741 if test "$wxUSE_TOGGLEBTN" = "yes"; then
39742 cat >>confdefs.h <<\_ACEOF
39743 #define wxUSE_TOGGLEBTN 1
39744 _ACEOF
39745
39746 USES_CONTROLS=1
39747 fi
39748 fi
39749
39750 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
39751 cat >>confdefs.h <<\_ACEOF
39752 #define wxUSE_TOOLBAR_SIMPLE 1
39753 _ACEOF
39754
39755 wxUSE_TOOLBAR="yes"
39756 USES_CONTROLS=1
39757 fi
39758
39759 if test "$wxUSE_TOOLBAR" = "yes"; then
39760 cat >>confdefs.h <<\_ACEOF
39761 #define wxUSE_TOOLBAR 1
39762 _ACEOF
39763
39764 USES_CONTROLS=1
39765
39766 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
39767 wxUSE_TOOLBAR_NATIVE="yes"
39768 fi
39769
39770 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
39771 cat >>confdefs.h <<\_ACEOF
39772 #define wxUSE_TOOLBAR_NATIVE 1
39773 _ACEOF
39774
39775 USES_CONTROLS=1
39776 fi
39777
39778 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
39779 fi
39780
39781 if test "$wxUSE_TOOLTIPS" = "yes"; then
39782 if test "$wxUSE_MOTIF" = 1; then
39783 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
39784 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
39785 else
39786 if test "$wxUSE_UNIVERSAL" = "yes"; then
39787 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
39788 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
39789 else
39790 cat >>confdefs.h <<\_ACEOF
39791 #define wxUSE_TOOLTIPS 1
39792 _ACEOF
39793
39794 fi
39795 fi
39796 fi
39797
39798 if test "$wxUSE_TREECTRL" = "yes"; then
39799 if test "$wxUSE_IMAGLIST" = "yes"; then
39800 cat >>confdefs.h <<\_ACEOF
39801 #define wxUSE_TREECTRL 1
39802 _ACEOF
39803
39804 USES_CONTROLS=1
39805 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
39806 else
39807 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
39808 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
39809 fi
39810 fi
39811
39812 if test "$wxUSE_POPUPWIN" = "yes"; then
39813 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
39814 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
39815 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
39816 else
39817 if test "$wxUSE_PM" = 1; then
39818 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
39819 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
39820 else
39821 cat >>confdefs.h <<\_ACEOF
39822 #define wxUSE_POPUPWIN 1
39823 _ACEOF
39824
39825 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
39826
39827 USES_CONTROLS=1
39828 fi
39829 fi
39830 fi
39831
39832 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
39833 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
39834 { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5
39835 echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;}
39836 else
39837 cat >>confdefs.h <<\_ACEOF
39838 #define wxUSE_DIALUP_MANAGER 1
39839 _ACEOF
39840
39841 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
39842 fi
39843 fi
39844
39845 if test "$wxUSE_TIPWINDOW" = "yes"; then
39846 if test "$wxUSE_PM" = 1; then
39847 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
39848 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
39849 else
39850 cat >>confdefs.h <<\_ACEOF
39851 #define wxUSE_TIPWINDOW 1
39852 _ACEOF
39853
39854 fi
39855 fi
39856
39857 if test "$USES_CONTROLS" = 1; then
39858 cat >>confdefs.h <<\_ACEOF
39859 #define wxUSE_CONTROLS 1
39860 _ACEOF
39861
39862 fi
39863
39864
39865 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
39866 cat >>confdefs.h <<\_ACEOF
39867 #define wxUSE_ACCESSIBILITY 1
39868 _ACEOF
39869
39870 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
39871 fi
39872
39873 if test "$wxUSE_DRAGIMAGE" = "yes"; then
39874 cat >>confdefs.h <<\_ACEOF
39875 #define wxUSE_DRAGIMAGE 1
39876 _ACEOF
39877
39878 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
39879 fi
39880
39881 if test "$wxUSE_EXCEPTIONS" = "yes"; then
39882 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
39883 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
39884 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
39885 else
39886 cat >>confdefs.h <<\_ACEOF
39887 #define wxUSE_EXCEPTIONS 1
39888 _ACEOF
39889
39890 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
39891 fi
39892 fi
39893
39894 USE_HTML=0
39895 if test "$wxUSE_HTML" = "yes"; then
39896 cat >>confdefs.h <<\_ACEOF
39897 #define wxUSE_HTML 1
39898 _ACEOF
39899
39900 USE_HTML=1
39901 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
39902 if test "$wxUSE_MAC" = 1; then
39903 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
39904 fi
39905 fi
39906 if test "$wxUSE_WEBKIT" = "yes"; then
39907 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
39908 old_CPPFLAGS="$CPPFLAGS"
39909 CPPFLAGS="$CPPFLAGS -x objective-c++"
39910 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
39911 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
39912 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
39913 echo $ECHO_N "(cached) $ECHO_C" >&6
39914 else
39915 cat >conftest.$ac_ext <<_ACEOF
39916 /* confdefs.h. */
39917 _ACEOF
39918 cat confdefs.h >>conftest.$ac_ext
39919 cat >>conftest.$ac_ext <<_ACEOF
39920 /* end confdefs.h. */
39921 #include <Carbon/Carbon.h>
39922
39923 #include <WebKit/HIWebView.h>
39924 _ACEOF
39925 rm -f conftest.$ac_objext
39926 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39927 (eval $ac_compile) 2>conftest.er1
39928 ac_status=$?
39929 grep -v '^ *+' conftest.er1 >conftest.err
39930 rm -f conftest.er1
39931 cat conftest.err >&5
39932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39933 (exit $ac_status); } &&
39934 { ac_try='test -z "$ac_c_werror_flag"
39935 || test ! -s conftest.err'
39936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39937 (eval $ac_try) 2>&5
39938 ac_status=$?
39939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39940 (exit $ac_status); }; } &&
39941 { ac_try='test -s conftest.$ac_objext'
39942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39943 (eval $ac_try) 2>&5
39944 ac_status=$?
39945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39946 (exit $ac_status); }; }; then
39947 ac_cv_header_WebKit_HIWebView_h=yes
39948 else
39949 echo "$as_me: failed program was:" >&5
39950 sed 's/^/| /' conftest.$ac_ext >&5
39951
39952 ac_cv_header_WebKit_HIWebView_h=no
39953 fi
39954 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39955 fi
39956 echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
39957 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
39958 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
39959
39960 cat >>confdefs.h <<\_ACEOF
39961 #define wxUSE_WEBKIT 1
39962 _ACEOF
39963
39964 WEBKIT_LINK="-framework WebKit"
39965
39966 else
39967
39968 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
39969 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
39970 wxUSE_WEBKIT=no
39971
39972 fi
39973
39974
39975 CPPFLAGS="$old_CPPFLAGS"
39976 elif test "$wxUSE_COCOA" = 1; then
39977 cat >>confdefs.h <<\_ACEOF
39978 #define wxUSE_WEBKIT 1
39979 _ACEOF
39980
39981 else
39982 wxUSE_WEBKIT=no
39983 fi
39984 fi
39985
39986 USE_XRC=0
39987 if test "$wxUSE_XRC" = "yes"; then
39988 if test "$wxUSE_XML" != "yes"; then
39989 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
39990 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
39991 wxUSE_XRC=no
39992 else
39993 cat >>confdefs.h <<\_ACEOF
39994 #define wxUSE_XRC 1
39995 _ACEOF
39996
39997 USE_XRC=1
39998 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
39999 fi
40000 fi
40001
40002 if test "$wxUSE_MENUS" = "yes"; then
40003 cat >>confdefs.h <<\_ACEOF
40004 #define wxUSE_MENUS 1
40005 _ACEOF
40006
40007 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
40008 fi
40009
40010 if test "$wxUSE_METAFILE" = "yes"; then
40011 cat >>confdefs.h <<\_ACEOF
40012 #define wxUSE_METAFILE 1
40013 _ACEOF
40014
40015 fi
40016
40017 if test "$wxUSE_MIMETYPE" = "yes"; then
40018 cat >>confdefs.h <<\_ACEOF
40019 #define wxUSE_MIMETYPE 1
40020 _ACEOF
40021
40022 fi
40023
40024 if test "$wxUSE_MINIFRAME" = "yes"; then
40025 cat >>confdefs.h <<\_ACEOF
40026 #define wxUSE_MINIFRAME 1
40027 _ACEOF
40028
40029 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
40030 fi
40031
40032 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
40033 cat >>confdefs.h <<\_ACEOF
40034 #define wxUSE_SYSTEM_OPTIONS 1
40035 _ACEOF
40036
40037 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
40038 "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
40039 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
40040 fi
40041 fi
40042
40043
40044 if test "$wxUSE_VALIDATORS" = "yes"; then
40045 cat >>confdefs.h <<\_ACEOF
40046 #define wxUSE_VALIDATORS 1
40047 _ACEOF
40048
40049 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
40050 fi
40051
40052 if test "$wxUSE_PALETTE" = "yes" ; then
40053 cat >>confdefs.h <<\_ACEOF
40054 #define wxUSE_PALETTE 1
40055 _ACEOF
40056
40057 fi
40058
40059 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
40060 LIBS=" -lunicows $LIBS"
40061 fi
40062
40063
40064 if test "$wxUSE_IMAGE" = "yes" ; then
40065 cat >>confdefs.h <<\_ACEOF
40066 #define wxUSE_IMAGE 1
40067 _ACEOF
40068
40069
40070 if test "$wxUSE_GIF" = "yes" ; then
40071 cat >>confdefs.h <<\_ACEOF
40072 #define wxUSE_GIF 1
40073 _ACEOF
40074
40075 fi
40076
40077 if test "$wxUSE_PCX" = "yes" ; then
40078 cat >>confdefs.h <<\_ACEOF
40079 #define wxUSE_PCX 1
40080 _ACEOF
40081
40082 fi
40083
40084 if test "$wxUSE_IFF" = "yes" ; then
40085 cat >>confdefs.h <<\_ACEOF
40086 #define wxUSE_IFF 1
40087 _ACEOF
40088
40089 fi
40090
40091 if test "$wxUSE_PNM" = "yes" ; then
40092 cat >>confdefs.h <<\_ACEOF
40093 #define wxUSE_PNM 1
40094 _ACEOF
40095
40096 fi
40097
40098 if test "$wxUSE_XPM" = "yes" ; then
40099 cat >>confdefs.h <<\_ACEOF
40100 #define wxUSE_XPM 1
40101 _ACEOF
40102
40103 fi
40104
40105 if test "$wxUSE_ICO_CUR" = "yes" ; then
40106 cat >>confdefs.h <<\_ACEOF
40107 #define wxUSE_ICO_CUR 1
40108 _ACEOF
40109
40110 fi
40111 fi
40112
40113
40114 if test "$wxUSE_CHOICEDLG" = "yes"; then
40115 cat >>confdefs.h <<\_ACEOF
40116 #define wxUSE_CHOICEDLG 1
40117 _ACEOF
40118
40119 fi
40120
40121 if test "$wxUSE_COLOURDLG" = "yes"; then
40122 cat >>confdefs.h <<\_ACEOF
40123 #define wxUSE_COLOURDLG 1
40124 _ACEOF
40125
40126 fi
40127
40128 if test "$wxUSE_FILEDLG" = "yes"; then
40129 cat >>confdefs.h <<\_ACEOF
40130 #define wxUSE_FILEDLG 1
40131 _ACEOF
40132
40133 fi
40134
40135 if test "$wxUSE_FINDREPLDLG" = "yes"; then
40136 cat >>confdefs.h <<\_ACEOF
40137 #define wxUSE_FINDREPLDLG 1
40138 _ACEOF
40139
40140 fi
40141
40142 if test "$wxUSE_FONTDLG" = "yes"; then
40143 cat >>confdefs.h <<\_ACEOF
40144 #define wxUSE_FONTDLG 1
40145 _ACEOF
40146
40147 fi
40148
40149 if test "$wxUSE_DIRDLG" = "yes"; then
40150 if test "$wxUSE_TREECTRL" != "yes"; then
40151 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
40152 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
40153 else
40154 cat >>confdefs.h <<\_ACEOF
40155 #define wxUSE_DIRDLG 1
40156 _ACEOF
40157
40158 fi
40159 fi
40160
40161 if test "$wxUSE_MSGDLG" = "yes"; then
40162 cat >>confdefs.h <<\_ACEOF
40163 #define wxUSE_MSGDLG 1
40164 _ACEOF
40165
40166 fi
40167
40168 if test "$wxUSE_NUMBERDLG" = "yes"; then
40169 cat >>confdefs.h <<\_ACEOF
40170 #define wxUSE_NUMBERDLG 1
40171 _ACEOF
40172
40173 fi
40174
40175 if test "$wxUSE_PROGRESSDLG" = "yes"; then
40176 if test "$wxUSE_CONSTRAINTS" != "yes"; then
40177 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
40178 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
40179 else
40180 cat >>confdefs.h <<\_ACEOF
40181 #define wxUSE_PROGRESSDLG 1
40182 _ACEOF
40183
40184 fi
40185 fi
40186
40187 if test "$wxUSE_SPLASH" = "yes"; then
40188 cat >>confdefs.h <<\_ACEOF
40189 #define wxUSE_SPLASH 1
40190 _ACEOF
40191
40192 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
40193 fi
40194
40195 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
40196 if test "$wxUSE_CONSTRAINTS" != "yes"; then
40197 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
40198 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
40199 else
40200 cat >>confdefs.h <<\_ACEOF
40201 #define wxUSE_STARTUP_TIPS 1
40202 _ACEOF
40203
40204 fi
40205 fi
40206
40207 if test "$wxUSE_TEXTDLG" = "yes"; then
40208 cat >>confdefs.h <<\_ACEOF
40209 #define wxUSE_TEXTDLG 1
40210 _ACEOF
40211
40212 fi
40213
40214 if test "$wxUSE_WIZARDDLG" = "yes"; then
40215 cat >>confdefs.h <<\_ACEOF
40216 #define wxUSE_WIZARDDLG 1
40217 _ACEOF
40218
40219 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
40220 fi
40221
40222
40223 if test "$wxUSE_MEDIACTRL" = "yes"; then
40224 if test "$wxUSE_GTK" = 1; then
40225 wxUSE_GSTREAMER="yes"
40226
40227
40228 succeeded=no
40229
40230 if test -z "$PKG_CONFIG"; then
40231 # Extract the first word of "pkg-config", so it can be a program name with args.
40232 set dummy pkg-config; ac_word=$2
40233 echo "$as_me:$LINENO: checking for $ac_word" >&5
40234 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40235 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
40236 echo $ECHO_N "(cached) $ECHO_C" >&6
40237 else
40238 case $PKG_CONFIG in
40239 [\\/]* | ?:[\\/]*)
40240 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
40241 ;;
40242 *)
40243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40244 for as_dir in $PATH
40245 do
40246 IFS=$as_save_IFS
40247 test -z "$as_dir" && as_dir=.
40248 for ac_exec_ext in '' $ac_executable_extensions; do
40249 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40250 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
40251 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40252 break 2
40253 fi
40254 done
40255 done
40256
40257 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
40258 ;;
40259 esac
40260 fi
40261 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
40262
40263 if test -n "$PKG_CONFIG"; then
40264 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
40265 echo "${ECHO_T}$PKG_CONFIG" >&6
40266 else
40267 echo "$as_me:$LINENO: result: no" >&5
40268 echo "${ECHO_T}no" >&6
40269 fi
40270
40271 fi
40272
40273 if test "$PKG_CONFIG" = "no" ; then
40274 echo "*** The pkg-config script could not be found. Make sure it is"
40275 echo "*** in your path, or set the PKG_CONFIG environment variable"
40276 echo "*** to the full path to pkg-config."
40277 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
40278 else
40279 PKG_CONFIG_MIN_VERSION=0.9.0
40280 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
40281 echo "$as_me:$LINENO: checking for gstreamer-0.8" >&5
40282 echo $ECHO_N "checking for gstreamer-0.8... $ECHO_C" >&6
40283
40284 if $PKG_CONFIG --exists "gstreamer-0.8" ; then
40285 echo "$as_me:$LINENO: result: yes" >&5
40286 echo "${ECHO_T}yes" >&6
40287 succeeded=yes
40288
40289 echo "$as_me:$LINENO: checking GSTREAMER_CFLAGS" >&5
40290 echo $ECHO_N "checking GSTREAMER_CFLAGS... $ECHO_C" >&6
40291 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.8"`
40292 echo "$as_me:$LINENO: result: $GSTREAMER_CFLAGS" >&5
40293 echo "${ECHO_T}$GSTREAMER_CFLAGS" >&6
40294
40295 echo "$as_me:$LINENO: checking GSTREAMER_LIBS" >&5
40296 echo $ECHO_N "checking GSTREAMER_LIBS... $ECHO_C" >&6
40297 GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.8"`
40298 echo "$as_me:$LINENO: result: $GSTREAMER_LIBS" >&5
40299 echo "${ECHO_T}$GSTREAMER_LIBS" >&6
40300 else
40301 GSTREAMER_CFLAGS=""
40302 GSTREAMER_LIBS=""
40303 ## If we have a custom action on failure, don't print errors, but
40304 ## do set a variable so people can do so.
40305 GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.8"`
40306
40307 fi
40308
40309
40310
40311 else
40312 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
40313 echo "*** See http://www.freedesktop.org/software/pkgconfig"
40314 fi
40315 fi
40316
40317 if test $succeeded = yes; then
40318
40319 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
40320 LIBS="$LIBS $GSTREAMER_LIBS -lgstplay-0.8"
40321
40322 else
40323
40324 { echo "$as_me:$LINENO: WARNING: GStreamer installation not found" >&5
40325 echo "$as_me: WARNING: GStreamer installation not found" >&2;}
40326 wxUSE_GSTREAMER="no"
40327
40328 fi
40329
40330
40331
40332
40333
40334 if test "x$GST_INSPECT" == "x"; then
40335 # Extract the first word of "gst-inspect", so it can be a program name with args.
40336 set dummy gst-inspect; ac_word=$2
40337 echo "$as_me:$LINENO: checking for $ac_word" >&5
40338 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40339 if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
40340 echo $ECHO_N "(cached) $ECHO_C" >&6
40341 else
40342 if test -n "$GST_INSPECT"; then
40343 ac_cv_prog_GST_INSPECT="$GST_INSPECT" # Let the user override the test.
40344 else
40345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40346 for as_dir in $PATH
40347 do
40348 IFS=$as_save_IFS
40349 test -z "$as_dir" && as_dir=.
40350 for ac_exec_ext in '' $ac_executable_extensions; do
40351 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40352 ac_cv_prog_GST_INSPECT="gst-inspect"
40353 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40354 break 2
40355 fi
40356 done
40357 done
40358
40359 fi
40360 fi
40361 GST_INSPECT=$ac_cv_prog_GST_INSPECT
40362 if test -n "$GST_INSPECT"; then
40363 echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
40364 echo "${ECHO_T}$GST_INSPECT" >&6
40365 else
40366 echo "$as_me:$LINENO: result: no" >&5
40367 echo "${ECHO_T}no" >&6
40368 fi
40369
40370 fi
40371
40372 if test "x$GST_INSPECT" != "x"; then
40373 echo "$as_me:$LINENO: checking GStreamer element xvimagesink" >&5
40374 echo $ECHO_N "checking GStreamer element xvimagesink... $ECHO_C" >&6
40375 if $GST_INSPECT xvimagesink > /dev/null 2> /dev/null ; then
40376 echo "$as_me:$LINENO: result: found." >&5
40377 echo "${ECHO_T}found." >&6
40378
40379 else
40380 echo "$as_me:$LINENO: result: not found." >&5
40381 echo "${ECHO_T}not found." >&6
40382
40383 wxUSE_GSTREAMER="no"
40384 { echo "$as_me:$LINENO: WARNING: x video sink not found - cannot use GStreamer" >&5
40385 echo "$as_me: WARNING: x video sink not found - cannot use GStreamer" >&2;}
40386
40387 fi
40388 fi
40389
40390
40391 echo "$as_me:$LINENO: checking for gst/xoverlay/xoverlay.h" >&5
40392 echo $ECHO_N "checking for gst/xoverlay/xoverlay.h... $ECHO_C" >&6
40393 if test "${ac_cv_header_gst_xoverlay_xoverlay_h+set}" = set; then
40394 echo $ECHO_N "(cached) $ECHO_C" >&6
40395 else
40396 cat >conftest.$ac_ext <<_ACEOF
40397 /* confdefs.h. */
40398 _ACEOF
40399 cat confdefs.h >>conftest.$ac_ext
40400 cat >>conftest.$ac_ext <<_ACEOF
40401 /* end confdefs.h. */
40402 #include <gst/gst.h>
40403
40404 #include <gst/xoverlay/xoverlay.h>
40405 _ACEOF
40406 rm -f conftest.$ac_objext
40407 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40408 (eval $ac_compile) 2>conftest.er1
40409 ac_status=$?
40410 grep -v '^ *+' conftest.er1 >conftest.err
40411 rm -f conftest.er1
40412 cat conftest.err >&5
40413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40414 (exit $ac_status); } &&
40415 { ac_try='test -z "$ac_c_werror_flag"
40416 || test ! -s conftest.err'
40417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40418 (eval $ac_try) 2>&5
40419 ac_status=$?
40420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40421 (exit $ac_status); }; } &&
40422 { ac_try='test -s conftest.$ac_objext'
40423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40424 (eval $ac_try) 2>&5
40425 ac_status=$?
40426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40427 (exit $ac_status); }; }; then
40428 ac_cv_header_gst_xoverlay_xoverlay_h=yes
40429 else
40430 echo "$as_me: failed program was:" >&5
40431 sed 's/^/| /' conftest.$ac_ext >&5
40432
40433 ac_cv_header_gst_xoverlay_xoverlay_h=no
40434 fi
40435 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40436 fi
40437 echo "$as_me:$LINENO: result: $ac_cv_header_gst_xoverlay_xoverlay_h" >&5
40438 echo "${ECHO_T}$ac_cv_header_gst_xoverlay_xoverlay_h" >&6
40439 if test $ac_cv_header_gst_xoverlay_xoverlay_h = yes; then
40440 :
40441 else
40442
40443 wxUSE_GSTREAMER="no"
40444 { echo "$as_me:$LINENO: WARNING: xoverlay header not found, cannot use GStreamer" >&5
40445 echo "$as_me: WARNING: xoverlay header not found, cannot use GStreamer" >&2;}
40446
40447 fi
40448
40449
40450
40451 echo "$as_me:$LINENO: checking for gstplay 0.8" >&5
40452 echo $ECHO_N "checking for gstplay 0.8... $ECHO_C" >&6
40453
40454 ac_find_libraries=
40455 for ac_dir in $SEARCH_LIB /usr/lib;
40456 do
40457 for ac_extension in a so sl dylib; do
40458 if test -f "$ac_dir/libgstplay-0.8.$ac_extension"; then
40459 ac_find_libraries=$ac_dir
40460 break 2
40461 fi
40462 done
40463 done
40464
40465
40466 if test "$ac_find_libraries" = "" ; then
40467 echo "$as_me:$LINENO: result: no" >&5
40468 echo "${ECHO_T}no" >&6
40469 wxUSE_GSTREAMER="no"
40470 else
40471 echo "$as_me:$LINENO: result: yes" >&5
40472 echo "${ECHO_T}yes" >&6
40473 fi
40474
40475 if test "$wxUSE_GSTREAMER" = "yes"; then
40476 cat >>confdefs.h <<\_ACEOF
40477 #define wxUSE_GSTREAMER 1
40478 _ACEOF
40479
40480 echo "$as_me:$LINENO: result: GStreamer detection successful" >&5
40481 echo "${ECHO_T}GStreamer detection successful" >&6
40482 fi
40483 fi
40484 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
40485 cat >>confdefs.h <<\_ACEOF
40486 #define wxUSE_MEDIACTRL 1
40487 _ACEOF
40488
40489 fi
40490
40491
40492 if test "$cross_compiling" = "yes"; then
40493 OSINFO="\"$host\""
40494 else
40495 OSINFO=`uname -s -r -m`
40496 OSINFO="\"$OSINFO\""
40497 fi
40498
40499 cat >>confdefs.h <<_ACEOF
40500 #define WXWIN_OS_DESCRIPTION $OSINFO
40501 _ACEOF
40502
40503
40504
40505 if test "x$prefix" != "xNONE"; then
40506 wxPREFIX=$prefix
40507 else
40508 wxPREFIX=$ac_default_prefix
40509 fi
40510
40511 cat >>confdefs.h <<_ACEOF
40512 #define wxINSTALL_PREFIX "$wxPREFIX"
40513 _ACEOF
40514
40515
40516
40517
40518 CORE_BASE_LIBS="net base"
40519 CORE_GUI_LIBS="adv core"
40520
40521 if test "$wxUSE_XML" = "yes" ; then
40522 CORE_BASE_LIBS="xml $CORE_BASE_LIBS"
40523 fi
40524 if test "$wxUSE_ODBC" != "no" ; then
40525 CORE_BASE_LIBS="odbc $CORE_BASE_LIBS"
40526 CORE_GUI_LIBS="dbgrid $CORE_GUI_LIBS"
40527 fi
40528 if test "$wxUSE_HTML" = "yes" ; then
40529 CORE_GUI_LIBS="html $CORE_GUI_LIBS"
40530 fi
40531 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
40532 CORE_GUI_LIBS="qa $CORE_GUI_LIBS"
40533 fi
40534 if test "$wxUSE_XRC" = "yes" ; then
40535 CORE_GUI_LIBS="xrc $CORE_GUI_LIBS"
40536 fi
40537
40538 if test "$wxUSE_GUI" != "yes"; then
40539 CORE_GUI_LIBS=""
40540 fi
40541
40542
40543
40544
40545
40546
40547
40548
40549 if test "$wxUSE_MAC" = 1 ; then
40550 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
40551 if test "$USE_DARWIN" = 1; then
40552 LDFLAGS="$LDFLAGS -framework QuickTime"
40553 else
40554 LDFLAGS="$LDFLAGS -lQuickTimeLib"
40555 fi
40556 fi
40557 if test "$USE_DARWIN" = 1; then
40558 LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
40559 else
40560 LDFLAGS="$LDFLAGS -lCarbonLib"
40561 fi
40562 elif test "$USE_DARWIN" = 1; then
40563 LDFLAGS="$LDFLAGS -framework IOKit -framework CoreServices -framework System"
40564 fi
40565 if test "$wxUSE_COCOA" = 1 ; then
40566 LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa"
40567 if test "$wxUSE_MEDIACTRL" = "yes"; then
40568 LDFLAGS="$LDFLAGS -framework QuickTime"
40569 fi
40570 fi
40571
40572
40573 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
40574
40575 have_cos=0
40576 have_floor=0
40577
40578 for ac_func in cos
40579 do
40580 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40581 echo "$as_me:$LINENO: checking for $ac_func" >&5
40582 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40583 if eval "test \"\${$as_ac_var+set}\" = set"; then
40584 echo $ECHO_N "(cached) $ECHO_C" >&6
40585 else
40586 cat >conftest.$ac_ext <<_ACEOF
40587 /* confdefs.h. */
40588 _ACEOF
40589 cat confdefs.h >>conftest.$ac_ext
40590 cat >>conftest.$ac_ext <<_ACEOF
40591 /* end confdefs.h. */
40592 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40593 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40594 #define $ac_func innocuous_$ac_func
40595
40596 /* System header to define __stub macros and hopefully few prototypes,
40597 which can conflict with char $ac_func (); below.
40598 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40599 <limits.h> exists even on freestanding compilers. */
40600
40601 #ifdef __STDC__
40602 # include <limits.h>
40603 #else
40604 # include <assert.h>
40605 #endif
40606
40607 #undef $ac_func
40608
40609 /* Override any gcc2 internal prototype to avoid an error. */
40610 #ifdef __cplusplus
40611 extern "C"
40612 {
40613 #endif
40614 /* We use char because int might match the return type of a gcc2
40615 builtin and then its argument prototype would still apply. */
40616 char $ac_func ();
40617 /* The GNU C library defines this for functions which it implements
40618 to always fail with ENOSYS. Some functions are actually named
40619 something starting with __ and the normal name is an alias. */
40620 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40621 choke me
40622 #else
40623 char (*f) () = $ac_func;
40624 #endif
40625 #ifdef __cplusplus
40626 }
40627 #endif
40628
40629 int
40630 main ()
40631 {
40632 return f != $ac_func;
40633 ;
40634 return 0;
40635 }
40636 _ACEOF
40637 rm -f conftest.$ac_objext conftest$ac_exeext
40638 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40639 (eval $ac_link) 2>conftest.er1
40640 ac_status=$?
40641 grep -v '^ *+' conftest.er1 >conftest.err
40642 rm -f conftest.er1
40643 cat conftest.err >&5
40644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40645 (exit $ac_status); } &&
40646 { ac_try='test -z "$ac_c_werror_flag"
40647 || test ! -s conftest.err'
40648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40649 (eval $ac_try) 2>&5
40650 ac_status=$?
40651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40652 (exit $ac_status); }; } &&
40653 { ac_try='test -s conftest$ac_exeext'
40654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40655 (eval $ac_try) 2>&5
40656 ac_status=$?
40657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40658 (exit $ac_status); }; }; then
40659 eval "$as_ac_var=yes"
40660 else
40661 echo "$as_me: failed program was:" >&5
40662 sed 's/^/| /' conftest.$ac_ext >&5
40663
40664 eval "$as_ac_var=no"
40665 fi
40666 rm -f conftest.err conftest.$ac_objext \
40667 conftest$ac_exeext conftest.$ac_ext
40668 fi
40669 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40670 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40671 if test `eval echo '${'$as_ac_var'}'` = yes; then
40672 cat >>confdefs.h <<_ACEOF
40673 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40674 _ACEOF
40675 have_cos=1
40676 fi
40677 done
40678
40679
40680 for ac_func in floor
40681 do
40682 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40683 echo "$as_me:$LINENO: checking for $ac_func" >&5
40684 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40685 if eval "test \"\${$as_ac_var+set}\" = set"; then
40686 echo $ECHO_N "(cached) $ECHO_C" >&6
40687 else
40688 cat >conftest.$ac_ext <<_ACEOF
40689 /* confdefs.h. */
40690 _ACEOF
40691 cat confdefs.h >>conftest.$ac_ext
40692 cat >>conftest.$ac_ext <<_ACEOF
40693 /* end confdefs.h. */
40694 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40695 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40696 #define $ac_func innocuous_$ac_func
40697
40698 /* System header to define __stub macros and hopefully few prototypes,
40699 which can conflict with char $ac_func (); below.
40700 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40701 <limits.h> exists even on freestanding compilers. */
40702
40703 #ifdef __STDC__
40704 # include <limits.h>
40705 #else
40706 # include <assert.h>
40707 #endif
40708
40709 #undef $ac_func
40710
40711 /* Override any gcc2 internal prototype to avoid an error. */
40712 #ifdef __cplusplus
40713 extern "C"
40714 {
40715 #endif
40716 /* We use char because int might match the return type of a gcc2
40717 builtin and then its argument prototype would still apply. */
40718 char $ac_func ();
40719 /* The GNU C library defines this for functions which it implements
40720 to always fail with ENOSYS. Some functions are actually named
40721 something starting with __ and the normal name is an alias. */
40722 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40723 choke me
40724 #else
40725 char (*f) () = $ac_func;
40726 #endif
40727 #ifdef __cplusplus
40728 }
40729 #endif
40730
40731 int
40732 main ()
40733 {
40734 return f != $ac_func;
40735 ;
40736 return 0;
40737 }
40738 _ACEOF
40739 rm -f conftest.$ac_objext conftest$ac_exeext
40740 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40741 (eval $ac_link) 2>conftest.er1
40742 ac_status=$?
40743 grep -v '^ *+' conftest.er1 >conftest.err
40744 rm -f conftest.er1
40745 cat conftest.err >&5
40746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40747 (exit $ac_status); } &&
40748 { ac_try='test -z "$ac_c_werror_flag"
40749 || test ! -s conftest.err'
40750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40751 (eval $ac_try) 2>&5
40752 ac_status=$?
40753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40754 (exit $ac_status); }; } &&
40755 { ac_try='test -s conftest$ac_exeext'
40756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40757 (eval $ac_try) 2>&5
40758 ac_status=$?
40759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40760 (exit $ac_status); }; }; then
40761 eval "$as_ac_var=yes"
40762 else
40763 echo "$as_me: failed program was:" >&5
40764 sed 's/^/| /' conftest.$ac_ext >&5
40765
40766 eval "$as_ac_var=no"
40767 fi
40768 rm -f conftest.err conftest.$ac_objext \
40769 conftest$ac_exeext conftest.$ac_ext
40770 fi
40771 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40772 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40773 if test `eval echo '${'$as_ac_var'}'` = yes; then
40774 cat >>confdefs.h <<_ACEOF
40775 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40776 _ACEOF
40777 have_floor=1
40778 fi
40779 done
40780
40781 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
40782 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
40783 if test "$have_cos" = 1 -a "$have_floor" = 1; then
40784 echo "$as_me:$LINENO: result: yes" >&5
40785 echo "${ECHO_T}yes" >&6
40786 else
40787 echo "$as_me:$LINENO: result: no" >&5
40788 echo "${ECHO_T}no" >&6
40789 LIBS="$LIBS -lm"
40790 # use different functions to avoid configure caching
40791 have_sin=0
40792 have_ceil=0
40793
40794 for ac_func in sin
40795 do
40796 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40797 echo "$as_me:$LINENO: checking for $ac_func" >&5
40798 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40799 if eval "test \"\${$as_ac_var+set}\" = set"; then
40800 echo $ECHO_N "(cached) $ECHO_C" >&6
40801 else
40802 cat >conftest.$ac_ext <<_ACEOF
40803 /* confdefs.h. */
40804 _ACEOF
40805 cat confdefs.h >>conftest.$ac_ext
40806 cat >>conftest.$ac_ext <<_ACEOF
40807 /* end confdefs.h. */
40808 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40809 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40810 #define $ac_func innocuous_$ac_func
40811
40812 /* System header to define __stub macros and hopefully few prototypes,
40813 which can conflict with char $ac_func (); below.
40814 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40815 <limits.h> exists even on freestanding compilers. */
40816
40817 #ifdef __STDC__
40818 # include <limits.h>
40819 #else
40820 # include <assert.h>
40821 #endif
40822
40823 #undef $ac_func
40824
40825 /* Override any gcc2 internal prototype to avoid an error. */
40826 #ifdef __cplusplus
40827 extern "C"
40828 {
40829 #endif
40830 /* We use char because int might match the return type of a gcc2
40831 builtin and then its argument prototype would still apply. */
40832 char $ac_func ();
40833 /* The GNU C library defines this for functions which it implements
40834 to always fail with ENOSYS. Some functions are actually named
40835 something starting with __ and the normal name is an alias. */
40836 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40837 choke me
40838 #else
40839 char (*f) () = $ac_func;
40840 #endif
40841 #ifdef __cplusplus
40842 }
40843 #endif
40844
40845 int
40846 main ()
40847 {
40848 return f != $ac_func;
40849 ;
40850 return 0;
40851 }
40852 _ACEOF
40853 rm -f conftest.$ac_objext conftest$ac_exeext
40854 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40855 (eval $ac_link) 2>conftest.er1
40856 ac_status=$?
40857 grep -v '^ *+' conftest.er1 >conftest.err
40858 rm -f conftest.er1
40859 cat conftest.err >&5
40860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40861 (exit $ac_status); } &&
40862 { ac_try='test -z "$ac_c_werror_flag"
40863 || test ! -s conftest.err'
40864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40865 (eval $ac_try) 2>&5
40866 ac_status=$?
40867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40868 (exit $ac_status); }; } &&
40869 { ac_try='test -s conftest$ac_exeext'
40870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40871 (eval $ac_try) 2>&5
40872 ac_status=$?
40873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40874 (exit $ac_status); }; }; then
40875 eval "$as_ac_var=yes"
40876 else
40877 echo "$as_me: failed program was:" >&5
40878 sed 's/^/| /' conftest.$ac_ext >&5
40879
40880 eval "$as_ac_var=no"
40881 fi
40882 rm -f conftest.err conftest.$ac_objext \
40883 conftest$ac_exeext conftest.$ac_ext
40884 fi
40885 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40886 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40887 if test `eval echo '${'$as_ac_var'}'` = yes; then
40888 cat >>confdefs.h <<_ACEOF
40889 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40890 _ACEOF
40891 have_sin=1
40892 fi
40893 done
40894
40895
40896 for ac_func in ceil
40897 do
40898 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40899 echo "$as_me:$LINENO: checking for $ac_func" >&5
40900 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40901 if eval "test \"\${$as_ac_var+set}\" = set"; then
40902 echo $ECHO_N "(cached) $ECHO_C" >&6
40903 else
40904 cat >conftest.$ac_ext <<_ACEOF
40905 /* confdefs.h. */
40906 _ACEOF
40907 cat confdefs.h >>conftest.$ac_ext
40908 cat >>conftest.$ac_ext <<_ACEOF
40909 /* end confdefs.h. */
40910 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40911 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40912 #define $ac_func innocuous_$ac_func
40913
40914 /* System header to define __stub macros and hopefully few prototypes,
40915 which can conflict with char $ac_func (); below.
40916 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40917 <limits.h> exists even on freestanding compilers. */
40918
40919 #ifdef __STDC__
40920 # include <limits.h>
40921 #else
40922 # include <assert.h>
40923 #endif
40924
40925 #undef $ac_func
40926
40927 /* Override any gcc2 internal prototype to avoid an error. */
40928 #ifdef __cplusplus
40929 extern "C"
40930 {
40931 #endif
40932 /* We use char because int might match the return type of a gcc2
40933 builtin and then its argument prototype would still apply. */
40934 char $ac_func ();
40935 /* The GNU C library defines this for functions which it implements
40936 to always fail with ENOSYS. Some functions are actually named
40937 something starting with __ and the normal name is an alias. */
40938 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40939 choke me
40940 #else
40941 char (*f) () = $ac_func;
40942 #endif
40943 #ifdef __cplusplus
40944 }
40945 #endif
40946
40947 int
40948 main ()
40949 {
40950 return f != $ac_func;
40951 ;
40952 return 0;
40953 }
40954 _ACEOF
40955 rm -f conftest.$ac_objext conftest$ac_exeext
40956 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40957 (eval $ac_link) 2>conftest.er1
40958 ac_status=$?
40959 grep -v '^ *+' conftest.er1 >conftest.err
40960 rm -f conftest.er1
40961 cat conftest.err >&5
40962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40963 (exit $ac_status); } &&
40964 { ac_try='test -z "$ac_c_werror_flag"
40965 || test ! -s conftest.err'
40966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40967 (eval $ac_try) 2>&5
40968 ac_status=$?
40969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40970 (exit $ac_status); }; } &&
40971 { ac_try='test -s conftest$ac_exeext'
40972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40973 (eval $ac_try) 2>&5
40974 ac_status=$?
40975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40976 (exit $ac_status); }; }; then
40977 eval "$as_ac_var=yes"
40978 else
40979 echo "$as_me: failed program was:" >&5
40980 sed 's/^/| /' conftest.$ac_ext >&5
40981
40982 eval "$as_ac_var=no"
40983 fi
40984 rm -f conftest.err conftest.$ac_objext \
40985 conftest$ac_exeext conftest.$ac_ext
40986 fi
40987 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40988 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40989 if test `eval echo '${'$as_ac_var'}'` = yes; then
40990 cat >>confdefs.h <<_ACEOF
40991 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40992 _ACEOF
40993 have_ceil=1
40994 fi
40995 done
40996
40997 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
40998 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
40999 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
41000 echo "$as_me:$LINENO: result: yes" >&5
41001 echo "${ECHO_T}yes" >&6
41002 else
41003 echo "$as_me:$LINENO: result: no" >&5
41004 echo "${ECHO_T}no" >&6
41005 # not sure we should warn the user, crash, etc.
41006 fi
41007 fi
41008
41009 if test "$wxUSE_GUI" = "yes"; then
41010
41011
41012 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
41013 dynamic erase event exec font image minimal mobile \
41014 mobile/wxedit mobile/styles propsize render \
41015 richedit rotate shaped vscroll widgets"
41016
41017 if test "$wxUSE_MONOLITHIC" != "yes"; then
41018 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
41019 fi
41020 if test "$TOOLKIT" = "MSW"; then
41021 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
41022 if test "$wxUSE_UNIVERSAL" != "yes"; then
41023 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
41024 fi
41025 fi
41026 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
41027 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
41028 fi
41029 else
41030 SAMPLES_SUBDIRS="console"
41031 fi
41032
41033
41034 INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
41035 -I\${top_srcdir}/include $TOOLKIT_INCLUDE"
41036
41037 if test "$GXX" = yes ; then
41038 CWARNINGS="-Wall"
41039 CXXWARNINGS="$CWARNINGS -Wno-ctor-dtor-privacy"
41040 fi
41041
41042 EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
41043
41044 CPPFLAGS=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS`
41045 CFLAGS=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CWARNINGS`
41046 CXXFLAGS=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS`
41047
41048 if test "x$MWCC" = "xyes"; then
41049
41050 CC="$CC -cwd source -I-"
41051 CXX="$CXX -cwd source -I-"
41052 fi
41053
41054
41055 LIBS=`echo $LIBS`
41056 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
41057 EXTRALIBS_XML="$EXPAT_LINK"
41058 EXTRALIBS_HTML="$MSPACK_LINK"
41059 EXTRALIBS_ODBC="$ODBC_LINK"
41060 if test "$wxUSE_GUI" = "yes"; then
41061 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_GNOMEPRINT`
41062 fi
41063 if test "$wxUSE_OPENGL" = "yes"; then
41064 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
41065 fi
41066
41067 LDFLAGS="$LDFLAGS $PROFILE"
41068
41069 if test "$wxUSE_GTK" = 1; then
41070 WXCONFIG_INCLUDE=
41071 else
41072 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
41073 fi
41074
41075 WXCONFIG_EXTRALIBS="$LIBS"
41076
41077 if test "$wxUSE_REGEX" = "builtin" ; then
41078 wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
41079 fi
41080 if test "$wxUSE_EXPAT" = "builtin" ; then
41081 wxconfig_3rdparty="expat $wxconfig_3rdparty"
41082 fi
41083 if test "$wxUSE_ODBC" = "builtin" ; then
41084 wxconfig_3rdparty="odbc $wxconfig_3rdparty"
41085 fi
41086 if test "$wxUSE_LIBTIFF" = "builtin" ; then
41087 wxconfig_3rdparty="tiff $wxconfig_3rdparty"
41088 fi
41089 if test "$wxUSE_LIBJPEG" = "builtin" ; then
41090 wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
41091 fi
41092 if test "$wxUSE_LIBPNG" = "builtin" ; then
41093 wxconfig_3rdparty="png $wxconfig_3rdparty"
41094 fi
41095 if test "$wxUSE_ZLIB" = "builtin" ; then
41096 wxconfig_3rdparty="zlib $wxconfig_3rdparty"
41097 fi
41098
41099 for i in $wxconfig_3rdparty ; do
41100 WXCONFIG_EXTRALIBS="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_EXTRALIBS"
41101 done
41102
41103
41104 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
41105 WXUNIV=1
41106 else
41107 WXUNIV=0
41108 fi
41109
41110
41111
41112
41113
41114
41115
41116
41117
41118 if test $wxUSE_MONOLITHIC = "yes" ; then
41119 MONOLITHIC=1
41120 else
41121 MONOLITHIC=0
41122 fi
41123
41124 if test $wxUSE_PLUGINS = "yes" ; then
41125 USE_PLUGINS=1
41126 else
41127 USE_PLUGINS=0
41128 fi
41129
41130 if test $wxUSE_ODBC != "no" ; then
41131 USE_ODBC=1
41132 else
41133 USE_ODBC=0
41134 fi
41135
41136 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
41137 USE_QA=1
41138 else
41139 USE_QA=0
41140 fi
41141
41142 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
41143 OFFICIAL_BUILD=1
41144 else
41145 OFFICIAL_BUILD=0
41146 fi
41147
41148
41149
41150
41151
41152
41153
41154
41155
41156
41157
41158
41159
41160
41161
41162
41163
41164
41165
41166
41167
41168
41169
41170 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
41171
41172
41173
41174
41175
41176
41177
41178
41179 case "$TOOLKIT" in
41180 GTK)
41181 TOOLKIT_USER="GTK+"
41182 if test "$WXGTK20" = 1; then
41183 TOOLKIT_USER="$TOOLKIT_USER 2"
41184 fi
41185 ;;
41186
41187 *)
41188 TOOLKIT_USER=$TOOLKIT_LOWERCASE
41189 ;;
41190 esac
41191
41192 if test "$wxUSE_WINE" = "yes"; then
41193 BAKEFILE_FORCE_PLATFORM=win32
41194 fi
41195
41196
41197
41198
41199 if test "x$BAKEFILE_HOST" = "x"; then
41200 BAKEFILE_HOST="${host}"
41201 fi
41202
41203 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
41204
41205 if test -n "$ac_tool_prefix"; then
41206 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
41207 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
41208 echo "$as_me:$LINENO: checking for $ac_word" >&5
41209 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41210 if test "${ac_cv_prog_RANLIB+set}" = set; then
41211 echo $ECHO_N "(cached) $ECHO_C" >&6
41212 else
41213 if test -n "$RANLIB"; then
41214 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
41215 else
41216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41217 for as_dir in $PATH
41218 do
41219 IFS=$as_save_IFS
41220 test -z "$as_dir" && as_dir=.
41221 for ac_exec_ext in '' $ac_executable_extensions; do
41222 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41223 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
41224 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41225 break 2
41226 fi
41227 done
41228 done
41229
41230 fi
41231 fi
41232 RANLIB=$ac_cv_prog_RANLIB
41233 if test -n "$RANLIB"; then
41234 echo "$as_me:$LINENO: result: $RANLIB" >&5
41235 echo "${ECHO_T}$RANLIB" >&6
41236 else
41237 echo "$as_me:$LINENO: result: no" >&5
41238 echo "${ECHO_T}no" >&6
41239 fi
41240
41241 fi
41242 if test -z "$ac_cv_prog_RANLIB"; then
41243 ac_ct_RANLIB=$RANLIB
41244 # Extract the first word of "ranlib", so it can be a program name with args.
41245 set dummy ranlib; ac_word=$2
41246 echo "$as_me:$LINENO: checking for $ac_word" >&5
41247 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41248 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
41249 echo $ECHO_N "(cached) $ECHO_C" >&6
41250 else
41251 if test -n "$ac_ct_RANLIB"; then
41252 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
41253 else
41254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41255 for as_dir in $PATH
41256 do
41257 IFS=$as_save_IFS
41258 test -z "$as_dir" && as_dir=.
41259 for ac_exec_ext in '' $ac_executable_extensions; do
41260 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41261 ac_cv_prog_ac_ct_RANLIB="ranlib"
41262 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41263 break 2
41264 fi
41265 done
41266 done
41267
41268 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
41269 fi
41270 fi
41271 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
41272 if test -n "$ac_ct_RANLIB"; then
41273 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
41274 echo "${ECHO_T}$ac_ct_RANLIB" >&6
41275 else
41276 echo "$as_me:$LINENO: result: no" >&5
41277 echo "${ECHO_T}no" >&6
41278 fi
41279
41280 RANLIB=$ac_ct_RANLIB
41281 else
41282 RANLIB="$ac_cv_prog_RANLIB"
41283 fi
41284
41285 # Find a good install program. We prefer a C program (faster),
41286 # so one script is as good as another. But avoid the broken or
41287 # incompatible versions:
41288 # SysV /etc/install, /usr/sbin/install
41289 # SunOS /usr/etc/install
41290 # IRIX /sbin/install
41291 # AIX /bin/install
41292 # AmigaOS /C/install, which installs bootblocks on floppy discs
41293 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
41294 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
41295 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
41296 # OS/2's system install, which has a completely different semantic
41297 # ./install, which can be erroneously created by make from ./install.sh.
41298 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
41299 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
41300 if test -z "$INSTALL"; then
41301 if test "${ac_cv_path_install+set}" = set; then
41302 echo $ECHO_N "(cached) $ECHO_C" >&6
41303 else
41304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41305 for as_dir in $PATH
41306 do
41307 IFS=$as_save_IFS
41308 test -z "$as_dir" && as_dir=.
41309 # Account for people who put trailing slashes in PATH elements.
41310 case $as_dir/ in
41311 ./ | .// | /cC/* | \
41312 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
41313 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
41314 /usr/ucb/* ) ;;
41315 *)
41316 # OSF1 and SCO ODT 3.0 have their own names for install.
41317 # Don't use installbsd from OSF since it installs stuff as root
41318 # by default.
41319 for ac_prog in ginstall scoinst install; do
41320 for ac_exec_ext in '' $ac_executable_extensions; do
41321 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
41322 if test $ac_prog = install &&
41323 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
41324 # AIX install. It has an incompatible calling convention.
41325 :
41326 elif test $ac_prog = install &&
41327 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
41328 # program-specific install script used by HP pwplus--don't use.
41329 :
41330 else
41331 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
41332 break 3
41333 fi
41334 fi
41335 done
41336 done
41337 ;;
41338 esac
41339 done
41340
41341
41342 fi
41343 if test "${ac_cv_path_install+set}" = set; then
41344 INSTALL=$ac_cv_path_install
41345 else
41346 # As a last resort, use the slow shell script. We don't cache a
41347 # path for INSTALL within a source directory, because that will
41348 # break other packages using the cache if that directory is
41349 # removed, or if the path is relative.
41350 INSTALL=$ac_install_sh
41351 fi
41352 fi
41353 echo "$as_me:$LINENO: result: $INSTALL" >&5
41354 echo "${ECHO_T}$INSTALL" >&6
41355
41356 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
41357 # It thinks the first close brace ends the variable substitution.
41358 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
41359
41360 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
41361
41362 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
41363
41364 echo "$as_me:$LINENO: checking whether ln -s works" >&5
41365 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
41366 LN_S=$as_ln_s
41367 if test "$LN_S" = "ln -s"; then
41368 echo "$as_me:$LINENO: result: yes" >&5
41369 echo "${ECHO_T}yes" >&6
41370 else
41371 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
41372 echo "${ECHO_T}no, using $LN_S" >&6
41373 fi
41374
41375
41376 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
41377 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
41378 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
41379 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
41380 echo $ECHO_N "(cached) $ECHO_C" >&6
41381 else
41382 cat >conftest.make <<\_ACEOF
41383 all:
41384 @echo 'ac_maketemp="$(MAKE)"'
41385 _ACEOF
41386 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
41387 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
41388 if test -n "$ac_maketemp"; then
41389 eval ac_cv_prog_make_${ac_make}_set=yes
41390 else
41391 eval ac_cv_prog_make_${ac_make}_set=no
41392 fi
41393 rm -f conftest.make
41394 fi
41395 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
41396 echo "$as_me:$LINENO: result: yes" >&5
41397 echo "${ECHO_T}yes" >&6
41398 SET_MAKE=
41399 else
41400 echo "$as_me:$LINENO: result: no" >&5
41401 echo "${ECHO_T}no" >&6
41402 SET_MAKE="MAKE=${MAKE-make}"
41403 fi
41404
41405
41406
41407 if test -n "$ac_tool_prefix"; then
41408 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
41409 set dummy ${ac_tool_prefix}ar; ac_word=$2
41410 echo "$as_me:$LINENO: checking for $ac_word" >&5
41411 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41412 if test "${ac_cv_prog_AR+set}" = set; then
41413 echo $ECHO_N "(cached) $ECHO_C" >&6
41414 else
41415 if test -n "$AR"; then
41416 ac_cv_prog_AR="$AR" # Let the user override the test.
41417 else
41418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41419 for as_dir in $PATH
41420 do
41421 IFS=$as_save_IFS
41422 test -z "$as_dir" && as_dir=.
41423 for ac_exec_ext in '' $ac_executable_extensions; do
41424 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41425 ac_cv_prog_AR="${ac_tool_prefix}ar"
41426 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41427 break 2
41428 fi
41429 done
41430 done
41431
41432 fi
41433 fi
41434 AR=$ac_cv_prog_AR
41435 if test -n "$AR"; then
41436 echo "$as_me:$LINENO: result: $AR" >&5
41437 echo "${ECHO_T}$AR" >&6
41438 else
41439 echo "$as_me:$LINENO: result: no" >&5
41440 echo "${ECHO_T}no" >&6
41441 fi
41442
41443 fi
41444 if test -z "$ac_cv_prog_AR"; then
41445 ac_ct_AR=$AR
41446 # Extract the first word of "ar", so it can be a program name with args.
41447 set dummy ar; ac_word=$2
41448 echo "$as_me:$LINENO: checking for $ac_word" >&5
41449 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41450 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
41451 echo $ECHO_N "(cached) $ECHO_C" >&6
41452 else
41453 if test -n "$ac_ct_AR"; then
41454 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
41455 else
41456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41457 for as_dir in $PATH
41458 do
41459 IFS=$as_save_IFS
41460 test -z "$as_dir" && as_dir=.
41461 for ac_exec_ext in '' $ac_executable_extensions; do
41462 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41463 ac_cv_prog_ac_ct_AR="ar"
41464 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41465 break 2
41466 fi
41467 done
41468 done
41469
41470 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
41471 fi
41472 fi
41473 ac_ct_AR=$ac_cv_prog_ac_ct_AR
41474 if test -n "$ac_ct_AR"; then
41475 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
41476 echo "${ECHO_T}$ac_ct_AR" >&6
41477 else
41478 echo "$as_me:$LINENO: result: no" >&5
41479 echo "${ECHO_T}no" >&6
41480 fi
41481
41482 AR=$ac_ct_AR
41483 else
41484 AR="$ac_cv_prog_AR"
41485 fi
41486
41487 if test -n "$ac_tool_prefix"; then
41488 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
41489 set dummy ${ac_tool_prefix}strip; ac_word=$2
41490 echo "$as_me:$LINENO: checking for $ac_word" >&5
41491 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41492 if test "${ac_cv_prog_STRIP+set}" = set; then
41493 echo $ECHO_N "(cached) $ECHO_C" >&6
41494 else
41495 if test -n "$STRIP"; then
41496 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
41497 else
41498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41499 for as_dir in $PATH
41500 do
41501 IFS=$as_save_IFS
41502 test -z "$as_dir" && as_dir=.
41503 for ac_exec_ext in '' $ac_executable_extensions; do
41504 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41505 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
41506 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41507 break 2
41508 fi
41509 done
41510 done
41511
41512 fi
41513 fi
41514 STRIP=$ac_cv_prog_STRIP
41515 if test -n "$STRIP"; then
41516 echo "$as_me:$LINENO: result: $STRIP" >&5
41517 echo "${ECHO_T}$STRIP" >&6
41518 else
41519 echo "$as_me:$LINENO: result: no" >&5
41520 echo "${ECHO_T}no" >&6
41521 fi
41522
41523 fi
41524 if test -z "$ac_cv_prog_STRIP"; then
41525 ac_ct_STRIP=$STRIP
41526 # Extract the first word of "strip", so it can be a program name with args.
41527 set dummy strip; ac_word=$2
41528 echo "$as_me:$LINENO: checking for $ac_word" >&5
41529 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41530 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
41531 echo $ECHO_N "(cached) $ECHO_C" >&6
41532 else
41533 if test -n "$ac_ct_STRIP"; then
41534 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
41535 else
41536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41537 for as_dir in $PATH
41538 do
41539 IFS=$as_save_IFS
41540 test -z "$as_dir" && as_dir=.
41541 for ac_exec_ext in '' $ac_executable_extensions; do
41542 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41543 ac_cv_prog_ac_ct_STRIP="strip"
41544 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41545 break 2
41546 fi
41547 done
41548 done
41549
41550 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
41551 fi
41552 fi
41553 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
41554 if test -n "$ac_ct_STRIP"; then
41555 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
41556 echo "${ECHO_T}$ac_ct_STRIP" >&6
41557 else
41558 echo "$as_me:$LINENO: result: no" >&5
41559 echo "${ECHO_T}no" >&6
41560 fi
41561
41562 STRIP=$ac_ct_STRIP
41563 else
41564 STRIP="$ac_cv_prog_STRIP"
41565 fi
41566
41567 if test -n "$ac_tool_prefix"; then
41568 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
41569 set dummy ${ac_tool_prefix}nm; ac_word=$2
41570 echo "$as_me:$LINENO: checking for $ac_word" >&5
41571 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41572 if test "${ac_cv_prog_NM+set}" = set; then
41573 echo $ECHO_N "(cached) $ECHO_C" >&6
41574 else
41575 if test -n "$NM"; then
41576 ac_cv_prog_NM="$NM" # Let the user override the test.
41577 else
41578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41579 for as_dir in $PATH
41580 do
41581 IFS=$as_save_IFS
41582 test -z "$as_dir" && as_dir=.
41583 for ac_exec_ext in '' $ac_executable_extensions; do
41584 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41585 ac_cv_prog_NM="${ac_tool_prefix}nm"
41586 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41587 break 2
41588 fi
41589 done
41590 done
41591
41592 fi
41593 fi
41594 NM=$ac_cv_prog_NM
41595 if test -n "$NM"; then
41596 echo "$as_me:$LINENO: result: $NM" >&5
41597 echo "${ECHO_T}$NM" >&6
41598 else
41599 echo "$as_me:$LINENO: result: no" >&5
41600 echo "${ECHO_T}no" >&6
41601 fi
41602
41603 fi
41604 if test -z "$ac_cv_prog_NM"; then
41605 ac_ct_NM=$NM
41606 # Extract the first word of "nm", so it can be a program name with args.
41607 set dummy nm; ac_word=$2
41608 echo "$as_me:$LINENO: checking for $ac_word" >&5
41609 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41610 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
41611 echo $ECHO_N "(cached) $ECHO_C" >&6
41612 else
41613 if test -n "$ac_ct_NM"; then
41614 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
41615 else
41616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41617 for as_dir in $PATH
41618 do
41619 IFS=$as_save_IFS
41620 test -z "$as_dir" && as_dir=.
41621 for ac_exec_ext in '' $ac_executable_extensions; do
41622 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41623 ac_cv_prog_ac_ct_NM="nm"
41624 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41625 break 2
41626 fi
41627 done
41628 done
41629
41630 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM=":"
41631 fi
41632 fi
41633 ac_ct_NM=$ac_cv_prog_ac_ct_NM
41634 if test -n "$ac_ct_NM"; then
41635 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
41636 echo "${ECHO_T}$ac_ct_NM" >&6
41637 else
41638 echo "$as_me:$LINENO: result: no" >&5
41639 echo "${ECHO_T}no" >&6
41640 fi
41641
41642 NM=$ac_ct_NM
41643 else
41644 NM="$ac_cv_prog_NM"
41645 fi
41646
41647
41648 case ${BAKEFILE_HOST} in
41649 *-hp-hpux* )
41650 INSTALL_DIR="mkdir -p"
41651 ;;
41652 *) INSTALL_DIR="$INSTALL -d"
41653 ;;
41654 esac
41655
41656
41657 LDFLAGS_GUI=
41658 case ${BAKEFILE_HOST} in
41659 *-*-cygwin* | *-*-mingw32* )
41660 LDFLAGS_GUI="-mwindows"
41661 esac
41662
41663
41664 fi
41665
41666 echo "$as_me:$LINENO: checking if make is GNU make" >&5
41667 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
41668 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
41669 echo $ECHO_N "(cached) $ECHO_C" >&6
41670 else
41671
41672 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
41673 egrep -s GNU > /dev/null); then
41674 bakefile_cv_prog_makeisgnu="yes"
41675 else
41676 bakefile_cv_prog_makeisgnu="no"
41677 fi
41678
41679 fi
41680 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
41681 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
41682
41683 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
41684 IF_GNU_MAKE=""
41685 else
41686 IF_GNU_MAKE="#"
41687 fi
41688
41689
41690
41691 PLATFORM_UNIX=0
41692 PLATFORM_WIN32=0
41693 PLATFORM_MSDOS=0
41694 PLATFORM_MAC=0
41695 PLATFORM_MACOS=0
41696 PLATFORM_MACOSX=0
41697 PLATFORM_OS2=0
41698 PLATFORM_BEOS=0
41699
41700 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
41701 case "${BAKEFILE_HOST}" in
41702 *-*-cygwin* | *-*-mingw32* )
41703 PLATFORM_WIN32=1
41704 ;;
41705 *-pc-msdosdjgpp )
41706 PLATFORM_MSDOS=1
41707 ;;
41708 *-pc-os2_emx | *-pc-os2-emx )
41709 PLATFORM_OS2=1
41710 ;;
41711 powerpc-*-darwin* )
41712 PLATFORM_MAC=1
41713 PLATFORM_MACOSX=1
41714 ;;
41715 *-*-beos* )
41716 PLATFORM_BEOS=1
41717 ;;
41718 powerpc-apple-macos* )
41719 PLATFORM_MAC=1
41720 PLATFORM_MACOS=1
41721 ;;
41722 * )
41723 PLATFORM_UNIX=1
41724 ;;
41725 esac
41726 else
41727 case "$BAKEFILE_FORCE_PLATFORM" in
41728 win32 )
41729 PLATFORM_WIN32=1
41730 ;;
41731 msdos )
41732 PLATFORM_MSDOS=1
41733 ;;
41734 os2 )
41735 PLATFORM_OS2=1
41736 ;;
41737 darwin )
41738 PLATFORM_MAC=1
41739 PLATFORM_MACOSX=1
41740 ;;
41741 unix )
41742 PLATFORM_UNIX=1
41743 ;;
41744 beos )
41745 PLATFORM_BEOS=1
41746 ;;
41747 * )
41748 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
41749 echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
41750 { (exit 1); exit 1; }; }
41751 ;;
41752 esac
41753 fi
41754
41755
41756
41757
41758
41759
41760
41761
41762
41763
41764
41765 # Check whether --enable-omf or --disable-omf was given.
41766 if test "${enable_omf+set}" = set; then
41767 enableval="$enable_omf"
41768 bk_os2_use_omf="$enableval"
41769 fi;
41770
41771 case "${BAKEFILE_HOST}" in
41772 *-*-darwin* )
41773 CFLAGS="$CFLAGS -fno-common"
41774 CXXFLAGS="$CXXFLAGS -fno-common"
41775 ;;
41776
41777 *-pc-os2_emx | *-pc-os2-emx )
41778 if test "x$bk_os2_use_omf" = "xyes" ; then
41779 AR=emxomfar
41780 RANLIB=:
41781 LDFLAGS="-Zomf $LDFLAGS"
41782 CFLAGS="-Zomf $CFLAGS"
41783 CXXFLAGS="-Zomf $CXXFLAGS"
41784 OS2_LIBEXT="lib"
41785 else
41786 OS2_LIBEXT="a"
41787 fi
41788 ;;
41789
41790 i*86-*-beos* )
41791 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
41792 ;;
41793 esac
41794
41795
41796 SO_SUFFIX="so"
41797 SO_SUFFIX_MODULE="so"
41798 EXEEXT=""
41799 LIBPREFIX="lib"
41800 LIBEXT=".a"
41801 DLLPREFIX="lib"
41802 DLLPREFIX_MODULE=""
41803 DLLIMP_SUFFIX=""
41804
41805 case "${BAKEFILE_HOST}" in
41806 *-hp-hpux* )
41807 SO_SUFFIX="sl"
41808 SO_SUFFIX_MODULE="sl"
41809 ;;
41810 *-*-aix* )
41811 SO_SUFFIX="a"
41812 SO_SUFFIX_MODULE="a"
41813 ;;
41814 *-*-cygwin* | *-*-mingw32* )
41815 SO_SUFFIX="dll"
41816 SO_SUFFIX_MODULE="dll"
41817 DLLIMP_SUFFIX="dll.a"
41818 EXEEXT=".exe"
41819 DLLPREFIX=""
41820 ;;
41821 *-pc-msdosdjgpp )
41822 EXEEXT=".exe"
41823 DLLPREFIX=""
41824 ;;
41825 *-pc-os2_emx | *-pc-os2-emx )
41826 SO_SUFFIX="dll"
41827 SO_SUFFIX_MODULE="dll"
41828 DLLIMP_SUFFIX=$OS2_LIBEXT
41829 EXEEXT=".exe"
41830 DLLPREFIX=""
41831 LIBPREFIX=""
41832 LIBEXT=".$OS2_LIBEXT"
41833 ;;
41834 powerpc-*-darwin* )
41835 SO_SUFFIX="dylib"
41836 SO_SUFFIX_MODULE="bundle"
41837 ;;
41838 esac
41839
41840 if test "x$DLLIMP_SUFFIX" = "x" ; then
41841 DLLIMP_SUFFIX="$SO_SUFFIX"
41842 fi
41843
41844
41845
41846
41847
41848
41849
41850
41851
41852
41853
41854 PIC_FLAG=""
41855 if test "x$GCC" = "xyes"; then
41856 PIC_FLAG="-fPIC"
41857 fi
41858
41859 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
41860 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
41861
41862 case "${BAKEFILE_HOST}" in
41863 *-hp-hpux* )
41864 if test "x$GCC" != "xyes"; then
41865 LDFLAGS="$LDFLAGS -L/usr/lib"
41866
41867 SHARED_LD_CC="${CC} -b -o"
41868 SHARED_LD_CXX="${CXX} -b -o"
41869 PIC_FLAG="+Z"
41870 fi
41871 ;;
41872
41873 *-*-linux* )
41874 if test "x$GCC" != "xyes"; then
41875 echo "$as_me:$LINENO: checking for Intel compiler" >&5
41876 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
41877 if test "${bakefile_cv_prog_icc+set}" = set; then
41878 echo $ECHO_N "(cached) $ECHO_C" >&6
41879 else
41880
41881 cat >conftest.$ac_ext <<_ACEOF
41882 /* confdefs.h. */
41883 _ACEOF
41884 cat confdefs.h >>conftest.$ac_ext
41885 cat >>conftest.$ac_ext <<_ACEOF
41886 /* end confdefs.h. */
41887
41888 int
41889 main ()
41890 {
41891
41892 #ifndef __INTEL_COMPILER
41893 #error Not icc
41894 #endif
41895
41896 ;
41897 return 0;
41898 }
41899 _ACEOF
41900 rm -f conftest.$ac_objext
41901 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41902 (eval $ac_compile) 2>conftest.er1
41903 ac_status=$?
41904 grep -v '^ *+' conftest.er1 >conftest.err
41905 rm -f conftest.er1
41906 cat conftest.err >&5
41907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41908 (exit $ac_status); } &&
41909 { ac_try='test -z "$ac_c_werror_flag"
41910 || test ! -s conftest.err'
41911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41912 (eval $ac_try) 2>&5
41913 ac_status=$?
41914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41915 (exit $ac_status); }; } &&
41916 { ac_try='test -s conftest.$ac_objext'
41917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41918 (eval $ac_try) 2>&5
41919 ac_status=$?
41920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41921 (exit $ac_status); }; }; then
41922 bakefile_cv_prog_icc=yes
41923 else
41924 echo "$as_me: failed program was:" >&5
41925 sed 's/^/| /' conftest.$ac_ext >&5
41926
41927 bakefile_cv_prog_icc=no
41928
41929 fi
41930 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41931
41932 fi
41933 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
41934 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
41935 if test "$bakefile_cv_prog_icc" = "yes"; then
41936 PIC_FLAG="-KPIC"
41937 fi
41938 fi
41939 ;;
41940
41941 *-*-solaris2* )
41942 if test "x$GCC" != xyes ; then
41943 SHARED_LD_CC="${CC} -G -o"
41944 SHARED_LD_CXX="${CXX} -G -o"
41945 PIC_FLAG="-KPIC"
41946 fi
41947 ;;
41948
41949 *-*-darwin* )
41950
41951 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
41952 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
41953 if test "${wx_cv_gcc31+set}" = set; then
41954 echo $ECHO_N "(cached) $ECHO_C" >&6
41955 else
41956
41957 cat >conftest.$ac_ext <<_ACEOF
41958 /* confdefs.h. */
41959 _ACEOF
41960 cat confdefs.h >>conftest.$ac_ext
41961 cat >>conftest.$ac_ext <<_ACEOF
41962 /* end confdefs.h. */
41963
41964 int
41965 main ()
41966 {
41967
41968 #if (__GNUC__ < 3) || \
41969 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
41970 #error old gcc
41971 #endif
41972
41973 ;
41974 return 0;
41975 }
41976 _ACEOF
41977 rm -f conftest.$ac_objext
41978 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41979 (eval $ac_compile) 2>conftest.er1
41980 ac_status=$?
41981 grep -v '^ *+' conftest.er1 >conftest.err
41982 rm -f conftest.er1
41983 cat conftest.err >&5
41984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41985 (exit $ac_status); } &&
41986 { ac_try='test -z "$ac_c_werror_flag"
41987 || test ! -s conftest.err'
41988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41989 (eval $ac_try) 2>&5
41990 ac_status=$?
41991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41992 (exit $ac_status); }; } &&
41993 { ac_try='test -s conftest.$ac_objext'
41994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41995 (eval $ac_try) 2>&5
41996 ac_status=$?
41997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41998 (exit $ac_status); }; }; then
41999
42000 wx_cv_gcc31=yes
42001
42002 else
42003 echo "$as_me: failed program was:" >&5
42004 sed 's/^/| /' conftest.$ac_ext >&5
42005
42006
42007 wx_cv_gcc31=no
42008
42009
42010 fi
42011 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
42012
42013 fi
42014 echo "$as_me:$LINENO: result: $wx_cv_gcc31" >&5
42015 echo "${ECHO_T}$wx_cv_gcc31" >&6
42016 if test "$wx_cv_gcc31" = "no"; then
42017
42018 D='$'
42019 cat <<EOF >shared-ld-sh
42020 #!/bin/sh
42021 #-----------------------------------------------------------------------------
42022 #-- Name: distrib/mac/shared-ld-sh
42023 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
42024 #-- Author: Gilles Depeyrot
42025 #-- Copyright: (c) 2002 Gilles Depeyrot
42026 #-- Licence: any use permitted
42027 #-----------------------------------------------------------------------------
42028
42029 verbose=0
42030 args=""
42031 objects=""
42032 linking_flag="-dynamiclib"
42033
42034 while test ${D}# -gt 0; do
42035 case ${D}1 in
42036
42037 -v)
42038 verbose=1
42039 ;;
42040
42041 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
42042 # collect these options and values
42043 args="${D}{args} ${D}1 ${D}2"
42044 shift
42045 ;;
42046
42047 -l*|-L*|-Wl,*|-flat_namespace|-headerpad_max_install_names)
42048 # collect these options
42049 args="${D}{args} ${D}1"
42050 ;;
42051
42052 -dynamiclib|-bundle)
42053 linking_flag="${D}1"
42054 ;;
42055
42056 -*)
42057 echo "shared-ld: unhandled option '${D}1'"
42058 exit 1
42059 ;;
42060
42061 *.o | *.a | *.dylib)
42062 # collect object files
42063 objects="${D}{objects} ${D}1"
42064 ;;
42065
42066 *)
42067 echo "shared-ld: unhandled argument '${D}1'"
42068 exit 1
42069 ;;
42070
42071 esac
42072 shift
42073 done
42074
42075 #
42076 # Link one module containing all the others
42077 #
42078 if test ${D}{verbose} = 1; then
42079 echo "c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o"
42080 fi
42081 c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o
42082 status=${D}?
42083 if test ${D}{status} != 0; then
42084 exit ${D}{status}
42085 fi
42086
42087 #
42088 # Link the shared library from the single module created
42089 #
42090 if test ${D}{verbose} = 1; then
42091 echo "cc ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
42092 fi
42093 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
42094 status=${D}?
42095 if test ${D}{status} != 0; then
42096 exit ${D}{status}
42097 fi
42098
42099 #
42100 # Remove intermediate module
42101 #
42102 rm -f master.${D}${D}.o
42103
42104 exit 0
42105 EOF
42106
42107 chmod +x shared-ld-sh
42108
42109 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
42110 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
42111 SHARED_LD_CXX="$SHARED_LD_CC"
42112 SHARED_LD_MODULE_CXX="$SHARED_LD_MODULE_CC"
42113 else
42114 SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
42115 SHARED_LD_MODULE_CC="\${CC} -bundle -single_module -headerpad_max_install_names -o"
42116 SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
42117 SHARED_LD_MODULE_CXX="\${CXX} -bundle -single_module -headerpad_max_install_names -o"
42118 fi
42119
42120 PIC_FLAG="-dynamic -fPIC"
42121 ;;
42122
42123 *-*-aix* )
42124 if test "x$GCC" != "xyes"; then
42125 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
42126 set dummy makeC++SharedLib; ac_word=$2
42127 echo "$as_me:$LINENO: checking for $ac_word" >&5
42128 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42129 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
42130 echo $ECHO_N "(cached) $ECHO_C" >&6
42131 else
42132 if test -n "$AIX_CXX_LD"; then
42133 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
42134 else
42135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42136 for as_dir in $PATH
42137 do
42138 IFS=$as_save_IFS
42139 test -z "$as_dir" && as_dir=.
42140 for ac_exec_ext in '' $ac_executable_extensions; do
42141 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42142 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
42143 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42144 break 2
42145 fi
42146 done
42147 done
42148
42149 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
42150 fi
42151 fi
42152 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
42153 if test -n "$AIX_CXX_LD"; then
42154 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
42155 echo "${ECHO_T}$AIX_CXX_LD" >&6
42156 else
42157 echo "$as_me:$LINENO: result: no" >&5
42158 echo "${ECHO_T}no" >&6
42159 fi
42160
42161 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
42162 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
42163 fi
42164 ;;
42165
42166 *-*-beos* )
42167 SHARED_LD_CC="${LD} -nostart -o"
42168 SHARED_LD_CXX="${LD} -nostart -o"
42169 ;;
42170
42171 *-*-irix* )
42172 if test "x$GCC" != "xyes"; then
42173 PIC_FLAG="-KPIC"
42174 fi
42175 ;;
42176
42177 *-*-cygwin* | *-*-mingw32* )
42178 PIC_FLAG=""
42179 SHARED_LD_CC="\$(CC) -shared -o"
42180 SHARED_LD_CXX="\$(CXX) -shared -o"
42181 ;;
42182
42183 *-pc-os2_emx | *-pc-os2-emx )
42184 SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
42185 SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
42186 PIC_FLAG=""
42187
42188 D='$'
42189 cat <<EOF >dllar.sh
42190 #!/bin/sh
42191 #
42192 # dllar - a tool to build both a .dll and an .a file
42193 # from a set of object (.o) files for EMX/OS2.
42194 #
42195 # Written by Andrew Zabolotny, bit@freya.etu.ru
42196 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
42197 #
42198 # This script will accept a set of files on the command line.
42199 # All the public symbols from the .o files will be exported into
42200 # a .DEF file, then linker will be run (through gcc) against them to
42201 # build a shared library consisting of all given .o files. All libraries
42202 # (.a) will be first decompressed into component .o files then act as
42203 # described above. You can optionally give a description (-d "description")
42204 # which will be put into .DLL. To see the list of accepted options (as well
42205 # as command-line format) simply run this program without options. The .DLL
42206 # is built to be imported by name (there is no guarantee that new versions
42207 # of the library you build will have same ordinals for same symbols).
42208 #
42209 # dllar is free software; you can redistribute it and/or modify
42210 # it under the terms of the GNU General Public License as published by
42211 # the Free Software Foundation; either version 2, or (at your option)
42212 # any later version.
42213 #
42214 # dllar is distributed in the hope that it will be useful,
42215 # but WITHOUT ANY WARRANTY; without even the implied warranty of
42216 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42217 # GNU General Public License for more details.
42218 #
42219 # You should have received a copy of the GNU General Public License
42220 # along with dllar; see the file COPYING. If not, write to the Free
42221 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
42222 # 02111-1307, USA.
42223
42224 # To successfuly run this program you will need:
42225 # - Current drive should have LFN support (HPFS, ext2, network, etc)
42226 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
42227 # - gcc
42228 # (used to build the .dll)
42229 # - emxexp
42230 # (used to create .def file from .o files)
42231 # - emximp
42232 # (used to create .a file from .def file)
42233 # - GNU text utilites (cat, sort, uniq)
42234 # used to process emxexp output
42235 # - GNU file utilities (mv, rm)
42236 # - GNU sed
42237 # - lxlite (optional, see flag below)
42238 # (used for general .dll cleanup)
42239 #
42240
42241 flag_USE_LXLITE=1;
42242
42243 #
42244 # helper functions
42245 # basnam, variant of basename, which does _not_ remove the path, _iff_
42246 # second argument (suffix to remove) is given
42247 basnam(){
42248 case ${D}# in
42249 1)
42250 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
42251 ;;
42252 2)
42253 echo ${D}1 | sed 's/'${D}2'${D}//'
42254 ;;
42255 *)
42256 echo "error in basnam ${D}*"
42257 exit 8
42258 ;;
42259 esac
42260 }
42261
42262 # Cleanup temporary files and output
42263 CleanUp() {
42264 cd ${D}curDir
42265 for i in ${D}inputFiles ; do
42266 case ${D}i in
42267 *!)
42268 rm -rf \`basnam ${D}i !\`
42269 ;;
42270 *)
42271 ;;
42272 esac
42273 done
42274
42275 # Kill result in case of failure as there is just to many stupid make/nmake
42276 # things out there which doesn't do this.
42277 if [ ${D}# -eq 0 ]; then
42278 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
42279 fi
42280 }
42281
42282 # Print usage and exit script with rc=1.
42283 PrintHelp() {
42284 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
42285 echo ' [-name-mangler-script script.sh]'
42286 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
42287 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
42288 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
42289 echo ' [*.o] [*.a]'
42290 echo '*> "output_file" should have no extension.'
42291 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
42292 echo ' The import library name is derived from this and is set to "name".a,'
42293 echo ' unless overridden by -import'
42294 echo '*> "importlib_name" should have no extension.'
42295 echo ' If it has the .o, or .a extension, it is automatically removed.'
42296 echo ' This name is used as the import library name and may be longer and'
42297 echo ' more descriptive than the DLL name which has to follow the old '
42298 echo ' 8.3 convention of FAT.'
42299 echo '*> "script.sh may be given to override the output_file name by a'
42300 echo ' different name. It is mainly useful if the regular make process'
42301 echo ' of some package does not take into account OS/2 restriction of'
42302 echo ' DLL name lengths. It takes the importlib name as input and is'
42303 echo ' supposed to procude a shorter name as output. The script should'
42304 echo ' expect to get importlib_name without extension and should produce'
42305 echo ' a (max.) 8 letter name without extension.'
42306 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
42307 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
42308 echo ' These flags will be put at the start of GCC command line.'
42309 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
42310 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
42311 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
42312 echo ' If the last character of a symbol is "*", all symbols beginning'
42313 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
42314 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
42315 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
42316 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
42317 echo ' C runtime DLLs.'
42318 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
42319 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
42320 echo ' unchanged to GCC at the end of command line.'
42321 echo '*> If you create a DLL from a library and you do not specify -o,'
42322 echo ' the basename for DLL and import library will be set to library name,'
42323 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
42324 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
42325 echo ' library will be renamed into gcc_s.a.'
42326 echo '--------'
42327 echo 'Example:'
42328 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
42329 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
42330 CleanUp
42331 exit 1
42332 }
42333
42334 # Execute a command.
42335 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
42336 # @Uses Whatever CleanUp() uses.
42337 doCommand() {
42338 echo "${D}*"
42339 eval ${D}*
42340 rcCmd=${D}?
42341
42342 if [ ${D}rcCmd -ne 0 ]; then
42343 echo "command failed, exit code="${D}rcCmd
42344 CleanUp
42345 exit ${D}rcCmd
42346 fi
42347 }
42348
42349 # main routine
42350 # setup globals
42351 cmdLine=${D}*
42352 outFile=""
42353 outimpFile=""
42354 inputFiles=""
42355 renameScript=""
42356 description=""
42357 CC=gcc.exe
42358 CFLAGS="-s -Zcrtdll"
42359 EXTRA_CFLAGS=""
42360 EXPORT_BY_ORDINALS=0
42361 exclude_symbols=""
42362 library_flags=""
42363 curDir=\`pwd\`
42364 curDirS=curDir
42365 case ${D}curDirS in
42366 */)
42367 ;;
42368 *)
42369 curDirS=${D}{curDirS}"/"
42370 ;;
42371 esac
42372 # Parse commandline
42373 libsToLink=0
42374 omfLinking=0
42375 while [ ${D}1 ]; do
42376 case ${D}1 in
42377 -ord*)
42378 EXPORT_BY_ORDINALS=1;
42379 ;;
42380 -o*)
42381 shift
42382 outFile=${D}1
42383 ;;
42384 -i*)
42385 shift
42386 outimpFile=${D}1
42387 ;;
42388 -name-mangler-script)
42389 shift
42390 renameScript=${D}1
42391 ;;
42392 -d*)
42393 shift
42394 description=${D}1
42395 ;;
42396 -f*)
42397 shift
42398 CFLAGS=${D}1
42399 ;;
42400 -c*)
42401 shift
42402 CC=${D}1
42403 ;;
42404 -h*)
42405 PrintHelp
42406 ;;
42407 -ex*)
42408 shift
42409 exclude_symbols=${D}{exclude_symbols}${D}1" "
42410 ;;
42411 -libf*)
42412 shift
42413 library_flags=${D}{library_flags}${D}1" "
42414 ;;
42415 -nocrt*)
42416 CFLAGS="-s"
42417 ;;
42418 -nolxl*)
42419 flag_USE_LXLITE=0
42420 ;;
42421 -* | /*)
42422 case ${D}1 in
42423 -L* | -l*)
42424 libsToLink=1
42425 ;;
42426 -Zomf)
42427 omfLinking=1
42428 ;;
42429 *)
42430 ;;
42431 esac
42432 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
42433 ;;
42434 *.dll)
42435 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
42436 if [ ${D}omfLinking -eq 1 ]; then
42437 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
42438 else
42439 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
42440 fi
42441 ;;
42442 *)
42443 found=0;
42444 if [ ${D}libsToLink -ne 0 ]; then
42445 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
42446 else
42447 for file in ${D}1 ; do
42448 if [ -f ${D}file ]; then
42449 inputFiles="${D}{inputFiles} ${D}file"
42450 found=1
42451 fi
42452 done
42453 if [ ${D}found -eq 0 ]; then
42454 echo "ERROR: No file(s) found: "${D}1
42455 exit 8
42456 fi
42457 fi
42458 ;;
42459 esac
42460 shift
42461 done # iterate cmdline words
42462
42463 #
42464 if [ -z "${D}inputFiles" ]; then
42465 echo "dllar: no input files"
42466 PrintHelp
42467 fi
42468
42469 # Now extract all .o files from .a files
42470 newInputFiles=""
42471 for file in ${D}inputFiles ; do
42472 case ${D}file in
42473 *.a | *.lib)
42474 case ${D}file in
42475 *.a)
42476 suffix=".a"
42477 AR="ar"
42478 ;;
42479 *.lib)
42480 suffix=".lib"
42481 AR="emxomfar"
42482 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
42483 ;;
42484 *)
42485 ;;
42486 esac
42487 dirname=\`basnam ${D}file ${D}suffix\`"_%"
42488 mkdir ${D}dirname
42489 if [ ${D}? -ne 0 ]; then
42490 echo "Failed to create subdirectory ./${D}dirname"
42491 CleanUp
42492 exit 8;
42493 fi
42494 # Append '!' to indicate archive
42495 newInputFiles="${D}newInputFiles ${D}{dirname}!"
42496 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
42497 cd ${D}curDir
42498 found=0;
42499 for subfile in ${D}dirname/*.o* ; do
42500 if [ -f ${D}subfile ]; then
42501 found=1
42502 if [ -s ${D}subfile ]; then
42503 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
42504 newInputFiles="${D}newInputFiles ${D}subfile"
42505 fi
42506 fi
42507 done
42508 if [ ${D}found -eq 0 ]; then
42509 echo "WARNING: there are no files in archive \\'${D}file\\'"
42510 fi
42511 ;;
42512 *)
42513 newInputFiles="${D}{newInputFiles} ${D}file"
42514 ;;
42515 esac
42516 done
42517 inputFiles="${D}newInputFiles"
42518
42519 # Output filename(s).
42520 do_backup=0;
42521 if [ -z ${D}outFile ]; then
42522 do_backup=1;
42523 set outFile ${D}inputFiles; outFile=${D}2
42524 fi
42525
42526 # If it is an archive, remove the '!' and the '_%' suffixes
42527 case ${D}outFile in
42528 *_%!)
42529 outFile=\`basnam ${D}outFile _%!\`
42530 ;;
42531 *)
42532 ;;
42533 esac
42534 case ${D}outFile in
42535 *.dll)
42536 outFile=\`basnam ${D}outFile .dll\`
42537 ;;
42538 *.DLL)
42539 outFile=\`basnam ${D}outFile .DLL\`
42540 ;;
42541 *.o)
42542 outFile=\`basnam ${D}outFile .o\`
42543 ;;
42544 *.obj)
42545 outFile=\`basnam ${D}outFile .obj\`
42546 ;;
42547 *.a)
42548 outFile=\`basnam ${D}outFile .a\`
42549 ;;
42550 *.lib)
42551 outFile=\`basnam ${D}outFile .lib\`
42552 ;;
42553 *)
42554 ;;
42555 esac
42556 case ${D}outimpFile in
42557 *.a)
42558 outimpFile=\`basnam ${D}outimpFile .a\`
42559 ;;
42560 *.lib)
42561 outimpFile=\`basnam ${D}outimpFile .lib\`
42562 ;;
42563 *)
42564 ;;
42565 esac
42566 if [ -z ${D}outimpFile ]; then
42567 outimpFile=${D}outFile
42568 fi
42569 defFile="${D}{outFile}.def"
42570 arcFile="${D}{outimpFile}.a"
42571 arcFile2="${D}{outimpFile}.lib"
42572
42573 #create ${D}dllFile as something matching 8.3 restrictions,
42574 if [ -z ${D}renameScript ] ; then
42575 dllFile="${D}outFile"
42576 else
42577 dllFile=\`${D}renameScript ${D}outimpFile\`
42578 fi
42579
42580 if [ ${D}do_backup -ne 0 ] ; then
42581 if [ -f ${D}arcFile ] ; then
42582 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
42583 fi
42584 if [ -f ${D}arcFile2 ] ; then
42585 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
42586 fi
42587 fi
42588
42589 # Extract public symbols from all the object files.
42590 tmpdefFile=${D}{defFile}_%
42591 rm -f ${D}tmpdefFile
42592 for file in ${D}inputFiles ; do
42593 case ${D}file in
42594 *!)
42595 ;;
42596 *)
42597 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
42598 ;;
42599 esac
42600 done
42601
42602 # Create the def file.
42603 rm -f ${D}defFile
42604 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
42605 dllFile="${D}{dllFile}.dll"
42606 if [ ! -z ${D}description ]; then
42607 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
42608 fi
42609 echo "EXPORTS" >> ${D}defFile
42610
42611 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
42612 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
42613
42614 # Checks if the export is ok or not.
42615 for word in ${D}exclude_symbols; do
42616 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
42617 mv ${D}{tmpdefFile}% ${D}tmpdefFile
42618 done
42619
42620
42621 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
42622 sed "=" < ${D}tmpdefFile | \\
42623 sed '
42624 N
42625 : loop
42626 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
42627 t loop
42628 ' > ${D}{tmpdefFile}%
42629 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
42630 else
42631 rm -f ${D}{tmpdefFile}%
42632 fi
42633 cat ${D}tmpdefFile >> ${D}defFile
42634 rm -f ${D}tmpdefFile
42635
42636 # Do linking, create implib, and apply lxlite.
42637 gccCmdl="";
42638 for file in ${D}inputFiles ; do
42639 case ${D}file in
42640 *!)
42641 ;;
42642 *)
42643 gccCmdl="${D}gccCmdl ${D}file"
42644 ;;
42645 esac
42646 done
42647 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
42648 touch "${D}{outFile}.dll"
42649
42650 doCommand "emximp -o ${D}arcFile ${D}defFile"
42651 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
42652 add_flags="";
42653 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
42654 add_flags="-ynd"
42655 fi
42656 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
42657 fi
42658 doCommand "emxomf -s -l ${D}arcFile"
42659
42660 # Successful exit.
42661 CleanUp 1
42662 exit 0
42663 EOF
42664
42665 chmod +x dllar.sh
42666 ;;
42667
42668 powerpc-apple-macos* | \
42669 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
42670 *-*-sunos4* | \
42671 *-*-osf* | \
42672 *-*-dgux5* | \
42673 *-*-sysv5* | \
42674 *-pc-msdosdjgpp )
42675 ;;
42676
42677 *)
42678 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
42679 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
42680 { (exit 1); exit 1; }; }
42681 esac
42682
42683 if test "x$PIC_FLAG" != "x" ; then
42684 PIC_FLAG="$PIC_FLAG -DPIC"
42685 fi
42686
42687 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
42688 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
42689 fi
42690 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
42691 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
42692 fi
42693
42694
42695
42696
42697
42698
42699
42700
42701 USE_SOVERSION=0
42702 USE_SOVERLINUX=0
42703 USE_SOVERSOLARIS=0
42704 USE_SOSYMLINKS=0
42705 USE_MACVERSION=0
42706 SONAME_FLAG=
42707
42708 case "${BAKEFILE_HOST}" in
42709 *-*-linux* | *-*-freebsd* )
42710 SONAME_FLAG="-Wl,-soname,"
42711 USE_SOVERSION=1
42712 USE_SOVERLINUX=1
42713 USE_SOSYMLINKS=1
42714 ;;
42715
42716 *-*-solaris2* )
42717 SONAME_FLAG="-h "
42718 USE_SOVERSION=1
42719 USE_SOVERSOLARIS=1
42720 USE_SOSYMLINKS=1
42721 ;;
42722
42723 *-*-darwin* )
42724 USE_MACVERSION=1
42725 USE_SOVERSION=1
42726 USE_SOSYMLINKS=1
42727 ;;
42728 esac
42729
42730
42731
42732
42733
42734
42735
42736
42737
42738 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
42739 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
42740 DEPS_TRACKING=0
42741
42742 if test "x$GCC" = "xyes"; then
42743 DEPSMODE=gcc
42744 DEPS_TRACKING=1
42745 case "${BAKEFILE_HOST}" in
42746 powerpc-*-darwin* )
42747 DEPSFLAG_GCC="-no-cpp-precomp -MMD"
42748 ;;
42749 * )
42750 DEPSFLAG_GCC="-MMD"
42751 ;;
42752 esac
42753 echo "$as_me:$LINENO: result: gcc" >&5
42754 echo "${ECHO_T}gcc" >&6
42755 elif test "x$MWCC" = "xyes"; then
42756 DEPSMODE=mwcc
42757 DEPS_TRACKING=1
42758 DEPSFLAG_MWCC="-MM"
42759 echo "$as_me:$LINENO: result: mwcc" >&5
42760 echo "${ECHO_T}mwcc" >&6
42761 else
42762 echo "$as_me:$LINENO: result: none" >&5
42763 echo "${ECHO_T}none" >&6
42764 fi
42765
42766 if test $DEPS_TRACKING = 1 ; then
42767
42768 D='$'
42769 cat <<EOF >bk-deps
42770 #!/bin/sh
42771
42772 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
42773 # script. It is used to track C/C++ files dependencies in portable way.
42774 #
42775 # Permission is given to use this file in any way.
42776
42777 DEPSMODE=${DEPSMODE}
42778 DEPSDIR=.deps
42779 DEPSFLAG_GCC="${DEPSFLAG_GCC}"
42780 DEPSFLAG_MWCC="${DEPSFLAG_MWCC}"
42781
42782 mkdir -p ${D}DEPSDIR
42783
42784 if test ${D}DEPSMODE = gcc ; then
42785 ${D}* ${D}{DEPSFLAG_GCC}
42786 status=${D}?
42787 if test ${D}{status} != 0 ; then
42788 exit ${D}{status}
42789 fi
42790 # move created file to the location we want it in:
42791 while test ${D}# -gt 0; do
42792 case "${D}1" in
42793 -o )
42794 shift
42795 objfile=${D}1
42796 ;;
42797 -* )
42798 ;;
42799 * )
42800 srcfile=${D}1
42801 ;;
42802 esac
42803 shift
42804 done
42805 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
42806 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
42807 if test -f ${D}depfile ; then
42808 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
42809 rm -f ${D}depfile
42810 else
42811 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
42812 if test -f ${D}depfile ; then
42813 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
42814 rm -f ${D}depfile
42815 fi
42816 fi
42817 exit 0
42818 elif test ${D}DEPSMODE = mwcc ; then
42819 ${D}*
42820 status=${D}?
42821 if test ${D}{status} != 0 ; then
42822 exit ${D}{status}
42823 fi
42824 # Run mwcc again with -MM and redirect into the dep file we want
42825 # NOTE: We can't use shift here because we need ${D}* to be valid
42826 prevarg=
42827 for arg in ${D}* ; do
42828 if test "${D}prevarg" = "-o"; then
42829 objfile=${D}arg
42830 else
42831 case "${D}arg" in
42832 -* )
42833 ;;
42834 * )
42835 srcfile=${D}arg
42836 ;;
42837 esac
42838 fi
42839 prevarg="${D}arg"
42840 done
42841 ${D}* ${D}DEPSFLAG_MWCC >${D}{DEPSDIR}/${D}{objfile}.d
42842 exit 0
42843 else
42844 ${D}*
42845 exit ${D}?
42846 fi
42847 EOF
42848
42849 chmod +x bk-deps
42850 fi
42851
42852
42853
42854
42855 RESCOMP=
42856 SETFILE=
42857
42858 case ${BAKEFILE_HOST} in
42859 *-*-cygwin* | *-*-mingw32* )
42860 if test "$build" != "$host" ; then
42861 RESCOMP=$host_alias-windres
42862 else
42863 # Extract the first word of "windres", so it can be a program name with args.
42864 set dummy windres; ac_word=$2
42865 echo "$as_me:$LINENO: checking for $ac_word" >&5
42866 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42867 if test "${ac_cv_prog_RESCOMP+set}" = set; then
42868 echo $ECHO_N "(cached) $ECHO_C" >&6
42869 else
42870 if test -n "$RESCOMP"; then
42871 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
42872 else
42873 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42874 for as_dir in $PATH
42875 do
42876 IFS=$as_save_IFS
42877 test -z "$as_dir" && as_dir=.
42878 for ac_exec_ext in '' $ac_executable_extensions; do
42879 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42880 ac_cv_prog_RESCOMP="windres"
42881 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42882 break 2
42883 fi
42884 done
42885 done
42886
42887 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="windres"
42888 fi
42889 fi
42890 RESCOMP=$ac_cv_prog_RESCOMP
42891 if test -n "$RESCOMP"; then
42892 echo "$as_me:$LINENO: result: $RESCOMP" >&5
42893 echo "${ECHO_T}$RESCOMP" >&6
42894 else
42895 echo "$as_me:$LINENO: result: no" >&5
42896 echo "${ECHO_T}no" >&6
42897 fi
42898
42899 fi
42900 ;;
42901
42902 *-*-darwin* | powerpc-apple-macos* )
42903 # Extract the first word of "Rez", so it can be a program name with args.
42904 set dummy Rez; ac_word=$2
42905 echo "$as_me:$LINENO: checking for $ac_word" >&5
42906 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42907 if test "${ac_cv_prog_RESCOMP+set}" = set; then
42908 echo $ECHO_N "(cached) $ECHO_C" >&6
42909 else
42910 if test -n "$RESCOMP"; then
42911 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
42912 else
42913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42914 for as_dir in $PATH
42915 do
42916 IFS=$as_save_IFS
42917 test -z "$as_dir" && as_dir=.
42918 for ac_exec_ext in '' $ac_executable_extensions; do
42919 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42920 ac_cv_prog_RESCOMP="Rez"
42921 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42922 break 2
42923 fi
42924 done
42925 done
42926
42927 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
42928 fi
42929 fi
42930 RESCOMP=$ac_cv_prog_RESCOMP
42931 if test -n "$RESCOMP"; then
42932 echo "$as_me:$LINENO: result: $RESCOMP" >&5
42933 echo "${ECHO_T}$RESCOMP" >&6
42934 else
42935 echo "$as_me:$LINENO: result: no" >&5
42936 echo "${ECHO_T}no" >&6
42937 fi
42938
42939 # Extract the first word of "SetFile", so it can be a program name with args.
42940 set dummy SetFile; ac_word=$2
42941 echo "$as_me:$LINENO: checking for $ac_word" >&5
42942 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42943 if test "${ac_cv_prog_SETFILE+set}" = set; then
42944 echo $ECHO_N "(cached) $ECHO_C" >&6
42945 else
42946 if test -n "$SETFILE"; then
42947 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
42948 else
42949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42950 for as_dir in $PATH
42951 do
42952 IFS=$as_save_IFS
42953 test -z "$as_dir" && as_dir=.
42954 for ac_exec_ext in '' $ac_executable_extensions; do
42955 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42956 ac_cv_prog_SETFILE="SetFile"
42957 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42958 break 2
42959 fi
42960 done
42961 done
42962
42963 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
42964 fi
42965 fi
42966 SETFILE=$ac_cv_prog_SETFILE
42967 if test -n "$SETFILE"; then
42968 echo "$as_me:$LINENO: result: $SETFILE" >&5
42969 echo "${ECHO_T}$SETFILE" >&6
42970 else
42971 echo "$as_me:$LINENO: result: no" >&5
42972 echo "${ECHO_T}no" >&6
42973 fi
42974
42975 ;;
42976 esac
42977
42978
42979
42980
42981
42982 BAKEFILE_BAKEFILE_M4_VERSION="0.1.8"
42983
42984
42985 BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.8"
42986
42987
42988
42989 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
42990 if test "${enable_precomp_headers+set}" = set; then
42991 enableval="$enable_precomp_headers"
42992 bk_use_pch="$enableval"
42993 fi;
42994
42995 GCC_PCH=0
42996
42997 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
42998 if test "x$GCC" = "xyes"; then
42999 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
43000 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
43001 cat >conftest.$ac_ext <<_ACEOF
43002 /* confdefs.h. */
43003 _ACEOF
43004 cat confdefs.h >>conftest.$ac_ext
43005 cat >>conftest.$ac_ext <<_ACEOF
43006 /* end confdefs.h. */
43007
43008 int
43009 main ()
43010 {
43011
43012 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
43013 #error "no pch support"
43014 #endif
43015 #if (__GNUC__ < 3)
43016 #error "no pch support"
43017 #endif
43018 #if (__GNUC__ == 3) && \
43019 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
43020 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
43021 #error "no pch support"
43022 #endif
43023
43024 ;
43025 return 0;
43026 }
43027 _ACEOF
43028 rm -f conftest.$ac_objext
43029 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43030 (eval $ac_compile) 2>conftest.er1
43031 ac_status=$?
43032 grep -v '^ *+' conftest.er1 >conftest.err
43033 rm -f conftest.er1
43034 cat conftest.err >&5
43035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43036 (exit $ac_status); } &&
43037 { ac_try='test -z "$ac_c_werror_flag"
43038 || test ! -s conftest.err'
43039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43040 (eval $ac_try) 2>&5
43041 ac_status=$?
43042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43043 (exit $ac_status); }; } &&
43044 { ac_try='test -s conftest.$ac_objext'
43045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43046 (eval $ac_try) 2>&5
43047 ac_status=$?
43048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43049 (exit $ac_status); }; }; then
43050
43051 echo "$as_me:$LINENO: result: yes" >&5
43052 echo "${ECHO_T}yes" >&6
43053 GCC_PCH=1
43054
43055 else
43056 echo "$as_me: failed program was:" >&5
43057 sed 's/^/| /' conftest.$ac_ext >&5
43058
43059
43060 echo "$as_me:$LINENO: result: no" >&5
43061 echo "${ECHO_T}no" >&6
43062
43063 fi
43064 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
43065 if test $GCC_PCH = 1 ; then
43066
43067 D='$'
43068 cat <<EOF >bk-make-pch
43069 #!/bin/sh
43070
43071 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
43072 # script. It is used to generated precompiled headers.
43073 #
43074 # Permission is given to use this file in any way.
43075
43076 outfile="${D}{1}"
43077 header="${D}{2}"
43078 shift
43079 shift
43080
43081 compiler=
43082 headerfile=
43083 while test ${D}{#} -gt 0; do
43084 case "${D}{1}" in
43085 -I* )
43086 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
43087 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
43088 headerfile="${D}{incdir}/${D}{header}"
43089 fi
43090 ;;
43091 esac
43092 compiler="${D}{compiler} ${D}{1}"
43093 shift
43094 done
43095
43096 if test "x${D}{headerfile}" = "x" ; then
43097 echo "error: can't find header ${D}{header} in include paths" >2
43098 else
43099 if test -f ${D}{outfile} ; then
43100 rm -f ${D}{outfile}
43101 else
43102 mkdir -p \`dirname ${D}{outfile}\`
43103 fi
43104 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
43105 mkdir -p .deps
43106 # can do this because gcc is >= 3.4:
43107 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
43108 exit ${D}{?}
43109 fi
43110 EOF
43111
43112 chmod +x bk-make-pch
43113 fi
43114 fi
43115 fi
43116
43117
43118
43119 COND_BUILD_DEBUG="#"
43120 if test "x$BUILD" = "xdebug" ; then
43121 COND_BUILD_DEBUG=""
43122 fi
43123
43124 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
43125 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
43126 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
43127 fi
43128
43129 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
43130 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
43131 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
43132 fi
43133
43134 COND_BUILD_DEBUG_UNICODE_0="#"
43135 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
43136 COND_BUILD_DEBUG_UNICODE_0=""
43137 fi
43138
43139 COND_BUILD_DEBUG_UNICODE_1="#"
43140 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
43141 COND_BUILD_DEBUG_UNICODE_1=""
43142 fi
43143
43144 COND_BUILD_RELEASE="#"
43145 if test "x$BUILD" = "xrelease" ; then
43146 COND_BUILD_RELEASE=""
43147 fi
43148
43149 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
43150 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
43151 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
43152 fi
43153
43154 COND_BUILD_RELEASE_UNICODE_0="#"
43155 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
43156 COND_BUILD_RELEASE_UNICODE_0=""
43157 fi
43158
43159 COND_BUILD_RELEASE_UNICODE_1="#"
43160 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
43161 COND_BUILD_RELEASE_UNICODE_1=""
43162 fi
43163
43164 COND_DEBUG_FLAG_1="#"
43165 if test "x$DEBUG_FLAG" = "x1" ; then
43166 COND_DEBUG_FLAG_1=""
43167 fi
43168
43169 COND_DEBUG_INFO_0="#"
43170 if test "x$DEBUG_INFO" = "x0" ; then
43171 COND_DEBUG_INFO_0=""
43172 fi
43173
43174 COND_DEBUG_INFO_1="#"
43175 if test "x$DEBUG_INFO" = "x1" ; then
43176 COND_DEBUG_INFO_1=""
43177 fi
43178
43179 COND_DEPS_TRACKING_0="#"
43180 if test "x$DEPS_TRACKING" = "x0" ; then
43181 COND_DEPS_TRACKING_0=""
43182 fi
43183
43184 COND_DEPS_TRACKING_1="#"
43185 if test "x$DEPS_TRACKING" = "x1" ; then
43186 COND_DEPS_TRACKING_1=""
43187 fi
43188
43189 COND_GCC_PCH_1="#"
43190 if test "x$GCC_PCH" = "x1" ; then
43191 COND_GCC_PCH_1=""
43192 fi
43193
43194 COND_MONOLITHIC_0="#"
43195 if test "x$MONOLITHIC" = "x0" ; then
43196 COND_MONOLITHIC_0=""
43197 fi
43198
43199 COND_MONOLITHIC_0_SHARED_0="#"
43200 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
43201 COND_MONOLITHIC_0_SHARED_0=""
43202 fi
43203
43204 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
43205 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
43206 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
43207 fi
43208
43209 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
43210 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
43211 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
43212 fi
43213
43214 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="#"
43215 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
43216 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1=""
43217 fi
43218
43219 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
43220 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
43221 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
43222 fi
43223
43224 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="#"
43225 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
43226 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1=""
43227 fi
43228
43229 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
43230 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
43231 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
43232 fi
43233
43234 COND_MONOLITHIC_0_SHARED_1="#"
43235 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
43236 COND_MONOLITHIC_0_SHARED_1=""
43237 fi
43238
43239 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
43240 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
43241 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
43242 fi
43243
43244 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
43245 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
43246 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
43247 fi
43248
43249 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="#"
43250 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
43251 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1=""
43252 fi
43253
43254 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
43255 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
43256 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
43257 fi
43258
43259 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="#"
43260 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
43261 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1=""
43262 fi
43263
43264 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
43265 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
43266 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
43267 fi
43268
43269 COND_MONOLITHIC_0_USE_ODBC_1="#"
43270 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
43271 COND_MONOLITHIC_0_USE_ODBC_1=""
43272 fi
43273
43274 COND_MONOLITHIC_1="#"
43275 if test "x$MONOLITHIC" = "x1" ; then
43276 COND_MONOLITHIC_1=""
43277 fi
43278
43279 COND_MONOLITHIC_1_SHARED_0="#"
43280 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
43281 COND_MONOLITHIC_1_SHARED_0=""
43282 fi
43283
43284 COND_MONOLITHIC_1_SHARED_1="#"
43285 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
43286 COND_MONOLITHIC_1_SHARED_1=""
43287 fi
43288
43289 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
43290 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
43291 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
43292 fi
43293
43294 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
43295 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
43296 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
43297 fi
43298
43299 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
43300 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
43301 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
43302 fi
43303
43304 COND_PLATFORM_MACOSX_1="#"
43305 if test "x$PLATFORM_MACOSX" = "x1" ; then
43306 COND_PLATFORM_MACOSX_1=""
43307 fi
43308
43309 COND_PLATFORM_MACOSX_1_TOOLKIT_="#"
43310 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
43311 COND_PLATFORM_MACOSX_1_TOOLKIT_=""
43312 fi
43313
43314 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#"
43315 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
43316 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA=""
43317 fi
43318
43319 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#"
43320 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
43321 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK=""
43322 fi
43323
43324 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#"
43325 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
43326 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC=""
43327 fi
43328
43329 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1="#"
43330 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
43331 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1=""
43332 fi
43333
43334 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
43335 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43336 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
43337 fi
43338
43339 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="#"
43340 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
43341 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF=""
43342 fi
43343
43344 COND_PLATFORM_MACOSX_1_TOOLKIT_X11="#"
43345 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
43346 COND_PLATFORM_MACOSX_1_TOOLKIT_X11=""
43347 fi
43348
43349 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
43350 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
43351 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
43352 fi
43353
43354 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
43355 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
43356 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
43357 fi
43358
43359 COND_PLATFORM_MACOS_1="#"
43360 if test "x$PLATFORM_MACOS" = "x1" ; then
43361 COND_PLATFORM_MACOS_1=""
43362 fi
43363
43364 COND_PLATFORM_MAC_1="#"
43365 if test "x$PLATFORM_MAC" = "x1" ; then
43366 COND_PLATFORM_MAC_1=""
43367 fi
43368
43369 COND_PLATFORM_MSDOS_1="#"
43370 if test "x$PLATFORM_MSDOS" = "x1" ; then
43371 COND_PLATFORM_MSDOS_1=""
43372 fi
43373
43374 COND_PLATFORM_OS2_1="#"
43375 if test "x$PLATFORM_OS2" = "x1" ; then
43376 COND_PLATFORM_OS2_1=""
43377 fi
43378
43379 COND_PLATFORM_UNIX_0="#"
43380 if test "x$PLATFORM_UNIX" = "x0" ; then
43381 COND_PLATFORM_UNIX_0=""
43382 fi
43383
43384 COND_PLATFORM_UNIX_1="#"
43385 if test "x$PLATFORM_UNIX" = "x1" ; then
43386 COND_PLATFORM_UNIX_1=""
43387 fi
43388
43389 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
43390 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
43391 COND_PLATFORM_UNIX_1_USE_GUI_1=""
43392 fi
43393
43394 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
43395 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
43396 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
43397 fi
43398
43399 COND_PLATFORM_WIN32_0="#"
43400 if test "x$PLATFORM_WIN32" = "x0" ; then
43401 COND_PLATFORM_WIN32_0=""
43402 fi
43403
43404 COND_PLATFORM_WIN32_1="#"
43405 if test "x$PLATFORM_WIN32" = "x1" ; then
43406 COND_PLATFORM_WIN32_1=""
43407 fi
43408
43409 COND_SHARED_0="#"
43410 if test "x$SHARED" = "x0" ; then
43411 COND_SHARED_0=""
43412 fi
43413
43414 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
43415 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
43416 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
43417 fi
43418
43419 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
43420 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
43421 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
43422 fi
43423
43424 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
43425 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
43426 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
43427 fi
43428
43429 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
43430 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
43431 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
43432 fi
43433
43434 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
43435 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
43436 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
43437 fi
43438
43439 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
43440 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
43441 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
43442 fi
43443
43444 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
43445 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
43446 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
43447 fi
43448
43449 COND_SHARED_0_USE_XRC_1="#"
43450 if test "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
43451 COND_SHARED_0_USE_XRC_1=""
43452 fi
43453
43454 COND_SHARED_0_WXUSE_EXPAT_BUILTIN="#"
43455 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
43456 COND_SHARED_0_WXUSE_EXPAT_BUILTIN=""
43457 fi
43458
43459 COND_SHARED_0_WXUSE_ODBC_BUILTIN="#"
43460 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
43461 COND_SHARED_0_WXUSE_ODBC_BUILTIN=""
43462 fi
43463
43464 COND_SHARED_0_WXUSE_REGEX_BUILTIN="#"
43465 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
43466 COND_SHARED_0_WXUSE_REGEX_BUILTIN=""
43467 fi
43468
43469 COND_SHARED_0_WXUSE_ZLIB_BUILTIN="#"
43470 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
43471 COND_SHARED_0_WXUSE_ZLIB_BUILTIN=""
43472 fi
43473
43474 COND_SHARED_1="#"
43475 if test "x$SHARED" = "x1" ; then
43476 COND_SHARED_1=""
43477 fi
43478
43479 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
43480 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
43481 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
43482 fi
43483
43484 COND_SHARED_1_USE_XRC_1="#"
43485 if test "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
43486 COND_SHARED_1_USE_XRC_1=""
43487 fi
43488
43489 COND_TOOLKIT_="#"
43490 if test "x$TOOLKIT" = "x" ; then
43491 COND_TOOLKIT_=""
43492 fi
43493
43494 COND_TOOLKIT_COCOA="#"
43495 if test "x$TOOLKIT" = "xCOCOA" ; then
43496 COND_TOOLKIT_COCOA=""
43497 fi
43498
43499 COND_TOOLKIT_COCOA_USE_GUI_1="#"
43500 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
43501 COND_TOOLKIT_COCOA_USE_GUI_1=""
43502 fi
43503
43504 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
43505 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43506 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
43507 fi
43508
43509 COND_TOOLKIT_GTK="#"
43510 if test "x$TOOLKIT" = "xGTK" ; then
43511 COND_TOOLKIT_GTK=""
43512 fi
43513
43514 COND_TOOLKIT_GTK_USE_GUI_1="#"
43515 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
43516 COND_TOOLKIT_GTK_USE_GUI_1=""
43517 fi
43518
43519 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#"
43520 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43521 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0=""
43522 fi
43523
43524 COND_TOOLKIT_MAC="#"
43525 if test "x$TOOLKIT" = "xMAC" ; then
43526 COND_TOOLKIT_MAC=""
43527 fi
43528
43529 COND_TOOLKIT_MAC_USE_GUI_1="#"
43530 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
43531 COND_TOOLKIT_MAC_USE_GUI_1=""
43532 fi
43533
43534 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
43535 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43536 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
43537 fi
43538
43539 COND_TOOLKIT_MGL="#"
43540 if test "x$TOOLKIT" = "xMGL" ; then
43541 COND_TOOLKIT_MGL=""
43542 fi
43543
43544 COND_TOOLKIT_MGL_USE_GUI_1="#"
43545 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
43546 COND_TOOLKIT_MGL_USE_GUI_1=""
43547 fi
43548
43549 COND_TOOLKIT_MOTIF="#"
43550 if test "x$TOOLKIT" = "xMOTIF" ; then
43551 COND_TOOLKIT_MOTIF=""
43552 fi
43553
43554 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
43555 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
43556 COND_TOOLKIT_MOTIF_USE_GUI_1=""
43557 fi
43558
43559 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
43560 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43561 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
43562 fi
43563
43564 COND_TOOLKIT_MSW="#"
43565 if test "x$TOOLKIT" = "xMSW" ; then
43566 COND_TOOLKIT_MSW=""
43567 fi
43568
43569 COND_TOOLKIT_MSW_USE_GUI_1="#"
43570 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
43571 COND_TOOLKIT_MSW_USE_GUI_1=""
43572 fi
43573
43574 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
43575 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43576 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
43577 fi
43578
43579 COND_TOOLKIT_PM="#"
43580 if test "x$TOOLKIT" = "xPM" ; then
43581 COND_TOOLKIT_PM=""
43582 fi
43583
43584 COND_TOOLKIT_PM_USE_GUI_1="#"
43585 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
43586 COND_TOOLKIT_PM_USE_GUI_1=""
43587 fi
43588
43589 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
43590 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43591 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
43592 fi
43593
43594 COND_TOOLKIT_WINCE="#"
43595 if test "x$TOOLKIT" = "xWINCE" ; then
43596 COND_TOOLKIT_WINCE=""
43597 fi
43598
43599 COND_TOOLKIT_WINCE_USE_GUI_1="#"
43600 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
43601 COND_TOOLKIT_WINCE_USE_GUI_1=""
43602 fi
43603
43604 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
43605 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43606 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
43607 fi
43608
43609 COND_TOOLKIT_X11="#"
43610 if test "x$TOOLKIT" = "xX11" ; then
43611 COND_TOOLKIT_X11=""
43612 fi
43613
43614 COND_TOOLKIT_X11_USE_GUI_1="#"
43615 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
43616 COND_TOOLKIT_X11_USE_GUI_1=""
43617 fi
43618
43619 COND_UNICODE_1="#"
43620 if test "x$UNICODE" = "x1" ; then
43621 COND_UNICODE_1=""
43622 fi
43623
43624 COND_USE_EXCEPTIONS_0="#"
43625 if test "x$USE_EXCEPTIONS" = "x0" ; then
43626 COND_USE_EXCEPTIONS_0=""
43627 fi
43628
43629 COND_USE_EXCEPTIONS_1="#"
43630 if test "x$USE_EXCEPTIONS" = "x1" ; then
43631 COND_USE_EXCEPTIONS_1=""
43632 fi
43633
43634 COND_USE_GUI_0="#"
43635 if test "x$USE_GUI" = "x0" ; then
43636 COND_USE_GUI_0=""
43637 fi
43638
43639 COND_USE_GUI_1="#"
43640 if test "x$USE_GUI" = "x1" ; then
43641 COND_USE_GUI_1=""
43642 fi
43643
43644 COND_USE_GUI_1_WXUNIV_0="#"
43645 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43646 COND_USE_GUI_1_WXUNIV_0=""
43647 fi
43648
43649 COND_USE_GUI_1_WXUNIV_1="#"
43650 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
43651 COND_USE_GUI_1_WXUNIV_1=""
43652 fi
43653
43654 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
43655 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
43656 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
43657 fi
43658
43659 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
43660 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
43661 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
43662 fi
43663
43664 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
43665 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
43666 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
43667 fi
43668
43669 COND_USE_ODBC_1="#"
43670 if test "x$USE_ODBC" = "x1" ; then
43671 COND_USE_ODBC_1=""
43672 fi
43673
43674 COND_USE_OPENGL_1="#"
43675 if test "x$USE_OPENGL" = "x1" ; then
43676 COND_USE_OPENGL_1=""
43677 fi
43678
43679 COND_USE_PLUGINS_0="#"
43680 if test "x$USE_PLUGINS" = "x0" ; then
43681 COND_USE_PLUGINS_0=""
43682 fi
43683
43684 COND_USE_RTTI_0="#"
43685 if test "x$USE_RTTI" = "x0" ; then
43686 COND_USE_RTTI_0=""
43687 fi
43688
43689 COND_USE_RTTI_1="#"
43690 if test "x$USE_RTTI" = "x1" ; then
43691 COND_USE_RTTI_1=""
43692 fi
43693
43694 COND_USE_SOSYMLINKS_1="#"
43695 if test "x$USE_SOSYMLINKS" = "x1" ; then
43696 COND_USE_SOSYMLINKS_1=""
43697 fi
43698
43699 COND_USE_SOVERLINUX_1="#"
43700 if test "x$USE_SOVERLINUX" = "x1" ; then
43701 COND_USE_SOVERLINUX_1=""
43702 fi
43703
43704 COND_USE_SOVERSION_0="#"
43705 if test "x$USE_SOVERSION" = "x0" ; then
43706 COND_USE_SOVERSION_0=""
43707 fi
43708
43709 COND_USE_SOVERSOLARIS_1="#"
43710 if test "x$USE_SOVERSOLARIS" = "x1" ; then
43711 COND_USE_SOVERSOLARIS_1=""
43712 fi
43713
43714 COND_USE_THREADS_0="#"
43715 if test "x$USE_THREADS" = "x0" ; then
43716 COND_USE_THREADS_0=""
43717 fi
43718
43719 COND_USE_THREADS_1="#"
43720 if test "x$USE_THREADS" = "x1" ; then
43721 COND_USE_THREADS_1=""
43722 fi
43723
43724 COND_USE_XRC_1="#"
43725 if test "x$USE_XRC" = "x1" ; then
43726 COND_USE_XRC_1=""
43727 fi
43728
43729 COND_WITH_PLUGIN_SDL_1="#"
43730 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
43731 COND_WITH_PLUGIN_SDL_1=""
43732 fi
43733
43734 COND_WXUNIV_0="#"
43735 if test "x$WXUNIV" = "x0" ; then
43736 COND_WXUNIV_0=""
43737 fi
43738
43739 COND_WXUNIV_1="#"
43740 if test "x$WXUNIV" = "x1" ; then
43741 COND_WXUNIV_1=""
43742 fi
43743
43744 COND_WXUSE_EXPAT_BUILTIN="#"
43745 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
43746 COND_WXUSE_EXPAT_BUILTIN=""
43747 fi
43748
43749 COND_WXUSE_LIBJPEG_BUILTIN="#"
43750 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
43751 COND_WXUSE_LIBJPEG_BUILTIN=""
43752 fi
43753
43754 COND_WXUSE_LIBPNG_BUILTIN="#"
43755 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
43756 COND_WXUSE_LIBPNG_BUILTIN=""
43757 fi
43758
43759 COND_WXUSE_LIBTIFF_BUILTIN="#"
43760 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
43761 COND_WXUSE_LIBTIFF_BUILTIN=""
43762 fi
43763
43764 COND_WXUSE_ODBC_BUILTIN="#"
43765 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
43766 COND_WXUSE_ODBC_BUILTIN=""
43767 fi
43768
43769 COND_WXUSE_REGEX_BUILTIN="#"
43770 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
43771 COND_WXUSE_REGEX_BUILTIN=""
43772 fi
43773
43774 COND_WXUSE_ZLIB_BUILTIN="#"
43775 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
43776 COND_WXUSE_ZLIB_BUILTIN=""
43777 fi
43778
43779
43780
43781 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
43782 { { 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
43783 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;}
43784 { (exit 1); exit 1; }; }
43785 fi
43786
43787
43788 if test "$wxUSE_WINE" = "yes"; then
43789 RESCOMP=wrc
43790 fi
43791
43792 if test "$wxUSE_SHARED" = "yes"; then
43793
43794 sanitised_bakefile_mess=`echo "$SHARED_LD_CXX" | tr -d '()'`
43795 EXE_LINKER=`eval echo "$sanitised_bakefile_mess"`
43796
43797 case "${host}" in
43798 *-pc-os2_emx | *-pc-os2-emx )
43799 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
43800 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
43801 cp -p ${srcdir}/src/os2/dllnames.sh .
43802 cp -p ${srcdir}/src/os2/dllar.sh .
43803 ;;
43804 esac
43805 else
43806
43807 EXE_LINKER="$CXX -o"
43808
43809 fi
43810 if test "$wxUSE_OMF" = "yes"; then
43811 case "${host}" in
43812 *-pc-os2_emx | *-pc-os2-emx )
43813 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
43814 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
43815 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
43816 ;;
43817 esac
43818 fi
43819
43820 GCC_PRAGMA_FLAGS=""
43821 PCH_FLAGS=""
43822 if test $GCC_PCH = 1 ; then
43823 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
43824 PCH_FLAGS="-DWX_PRECOMP"
43825 else
43826 case "${host}" in
43827 powerpc-*-darwin* )
43828 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
43829 ;;
43830 *-*-mingw32* )
43831 if test "$wxUSE_STL" = "yes" -o \
43832 "$wxUSE_NO_EXCEPTIONS" != "yes" -o \
43833 "$wxUSE_NO_RTTI" != "yes"; then
43834 echo "$as_me:$LINENO: checking if this MinGW version needs -DNO_GCC_PRAGMA" >&5
43835 echo $ECHO_N "checking if this MinGW version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
43836 cat >conftest.$ac_ext <<_ACEOF
43837 /* confdefs.h. */
43838 _ACEOF
43839 cat confdefs.h >>conftest.$ac_ext
43840 cat >>conftest.$ac_ext <<_ACEOF
43841 /* end confdefs.h. */
43842
43843 int
43844 main ()
43845 {
43846 #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
43847 #error "Not GCC 3.2 or greater"
43848 #endif
43849
43850 ;
43851 return 0;
43852 }
43853 _ACEOF
43854 rm -f conftest.$ac_objext
43855 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43856 (eval $ac_compile) 2>conftest.er1
43857 ac_status=$?
43858 grep -v '^ *+' conftest.er1 >conftest.err
43859 rm -f conftest.er1
43860 cat conftest.err >&5
43861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43862 (exit $ac_status); } &&
43863 { ac_try='test -z "$ac_c_werror_flag"
43864 || test ! -s conftest.err'
43865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43866 (eval $ac_try) 2>&5
43867 ac_status=$?
43868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43869 (exit $ac_status); }; } &&
43870 { ac_try='test -s conftest.$ac_objext'
43871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43872 (eval $ac_try) 2>&5
43873 ac_status=$?
43874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43875 (exit $ac_status); }; }; then
43876 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
43877 echo "$as_me:$LINENO: result: yes" >&5
43878 echo "${ECHO_T}yes" >&6
43879 else
43880 echo "$as_me: failed program was:" >&5
43881 sed 's/^/| /' conftest.$ac_ext >&5
43882
43883 echo "$as_me:$LINENO: result: no" >&5
43884 echo "${ECHO_T}no" >&6
43885 fi
43886 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
43887 fi
43888 ;;
43889 *-pc-os2_emx | *-pc-os2-emx )
43890 if test "$wxUSE_STL" = "yes"; then
43891 echo "$as_me:$LINENO: checking if this gcc version needs -DNO_GCC_PRAGMA" >&5
43892 echo $ECHO_N "checking if this gcc version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
43893 cat >conftest.$ac_ext <<_ACEOF
43894 /* confdefs.h. */
43895 _ACEOF
43896 cat confdefs.h >>conftest.$ac_ext
43897 cat >>conftest.$ac_ext <<_ACEOF
43898 /* end confdefs.h. */
43899
43900 int
43901 main ()
43902 {
43903 #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
43904 #error "Not GCC 3.2 or greater"
43905 #endif
43906
43907 ;
43908 return 0;
43909 }
43910 _ACEOF
43911 rm -f conftest.$ac_objext
43912 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43913 (eval $ac_compile) 2>conftest.er1
43914 ac_status=$?
43915 grep -v '^ *+' conftest.er1 >conftest.err
43916 rm -f conftest.er1
43917 cat conftest.err >&5
43918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43919 (exit $ac_status); } &&
43920 { ac_try='test -z "$ac_c_werror_flag"
43921 || test ! -s conftest.err'
43922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43923 (eval $ac_try) 2>&5
43924 ac_status=$?
43925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43926 (exit $ac_status); }; } &&
43927 { ac_try='test -s conftest.$ac_objext'
43928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43929 (eval $ac_try) 2>&5
43930 ac_status=$?
43931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43932 (exit $ac_status); }; }; then
43933 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
43934 echo "$as_me:$LINENO: result: yes" >&5
43935 echo "${ECHO_T}yes" >&6
43936 else
43937 echo "$as_me: failed program was:" >&5
43938 sed 's/^/| /' conftest.$ac_ext >&5
43939
43940 echo "$as_me:$LINENO: result: no" >&5
43941 echo "${ECHO_T}no" >&6
43942 fi
43943 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
43944 fi
43945 ;;
43946 esac
43947 fi
43948 CPPFLAGS="$PCH_FLAGS $GCC_PRAGMA_FLAGS $CPPFLAGS"
43949
43950
43951 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
43952
43953
43954
43955
43956
43957
43958
43959
43960
43961
43962
43963
43964
43965
43966
43967
43968
43969
43970
43971
43972
43973
43974
43975
43976
43977
43978
43979
43980
43981
43982
43983
43984
43985
43986
43987
43988
43989
43990
43991
43992
43993
43994
43995
43996
43997
43998
43999
44000
44001
44002
44003
44004
44005
44006
44007
44008
44009
44010
44011
44012
44013
44014
44015 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
44016 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
44017 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
44018 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
44019 echo $ECHO_N "(cached) $ECHO_C" >&6
44020 else
44021 cat >conftest.make <<\_ACEOF
44022 all:
44023 @echo 'ac_maketemp="$(MAKE)"'
44024 _ACEOF
44025 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
44026 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
44027 if test -n "$ac_maketemp"; then
44028 eval ac_cv_prog_make_${ac_make}_set=yes
44029 else
44030 eval ac_cv_prog_make_${ac_make}_set=no
44031 fi
44032 rm -f conftest.make
44033 fi
44034 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
44035 echo "$as_me:$LINENO: result: yes" >&5
44036 echo "${ECHO_T}yes" >&6
44037 SET_MAKE=
44038 else
44039 echo "$as_me:$LINENO: result: no" >&5
44040 echo "${ECHO_T}no" >&6
44041 SET_MAKE="MAKE=${MAKE-make}"
44042 fi
44043
44044
44045
44046 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
44047
44048
44049 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
44050
44051
44052 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
44053
44054
44055 ac_config_files="$ac_config_files version-script Makefile"
44056
44057
44058 ac_config_commands="$ac_config_commands wx-config
44059 "
44060
44061
44062
44063
44064 if test "$wxUSE_GUI" = "yes"; then
44065 SUBDIRS="samples demos utils contrib"
44066 else SUBDIRS="samples utils"
44067 fi
44068
44069
44070
44071 # Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
44072 if test "${with_cppunit_prefix+set}" = set; then
44073 withval="$with_cppunit_prefix"
44074 cppunit_config_prefix="$withval"
44075 else
44076 cppunit_config_prefix=""
44077 fi;
44078
44079 # Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
44080 if test "${with_cppunit_exec_prefix+set}" = set; then
44081 withval="$with_cppunit_exec_prefix"
44082 cppunit_config_exec_prefix="$withval"
44083 else
44084 cppunit_config_exec_prefix=""
44085 fi;
44086
44087 if test x$cppunit_config_exec_prefix != x ; then
44088 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
44089 if test x${CPPUNIT_CONFIG+set} != xset ; then
44090 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
44091 fi
44092 fi
44093 if test x$cppunit_config_prefix != x ; then
44094 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
44095 if test x${CPPUNIT_CONFIG+set} != xset ; then
44096 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
44097 fi
44098 fi
44099
44100 # Extract the first word of "cppunit-config", so it can be a program name with args.
44101 set dummy cppunit-config; ac_word=$2
44102 echo "$as_me:$LINENO: checking for $ac_word" >&5
44103 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44104 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
44105 echo $ECHO_N "(cached) $ECHO_C" >&6
44106 else
44107 case $CPPUNIT_CONFIG in
44108 [\\/]* | ?:[\\/]*)
44109 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
44110 ;;
44111 *)
44112 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44113 for as_dir in $PATH
44114 do
44115 IFS=$as_save_IFS
44116 test -z "$as_dir" && as_dir=.
44117 for ac_exec_ext in '' $ac_executable_extensions; do
44118 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44119 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
44120 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44121 break 2
44122 fi
44123 done
44124 done
44125
44126 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
44127 ;;
44128 esac
44129 fi
44130 CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
44131
44132 if test -n "$CPPUNIT_CONFIG"; then
44133 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
44134 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
44135 else
44136 echo "$as_me:$LINENO: result: no" >&5
44137 echo "${ECHO_T}no" >&6
44138 fi
44139
44140 cppunit_version_min=1.8.0
44141
44142 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
44143 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
44144 no_cppunit=""
44145 if test "$CPPUNIT_CONFIG" = "no" ; then
44146 no_cppunit=yes
44147 else
44148 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
44149 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
44150 cppunit_version=`$CPPUNIT_CONFIG --version`
44151
44152 cppunit_major_version=`echo $cppunit_version | \
44153 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
44154 cppunit_minor_version=`echo $cppunit_version | \
44155 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
44156 cppunit_micro_version=`echo $cppunit_version | \
44157 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
44158
44159 cppunit_major_min=`echo $cppunit_version_min | \
44160 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
44161 cppunit_minor_min=`echo $cppunit_version_min | \
44162 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
44163 cppunit_micro_min=`echo $cppunit_version_min | \
44164 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
44165
44166 cppunit_version_proper=`expr \
44167 $cppunit_major_version \> $cppunit_major_min \| \
44168 $cppunit_major_version \= $cppunit_major_min \& \
44169 $cppunit_minor_version \> $cppunit_minor_min \| \
44170 $cppunit_major_version \= $cppunit_major_min \& \
44171 $cppunit_minor_version \= $cppunit_minor_min \& \
44172 $cppunit_micro_version \>= $cppunit_micro_min `
44173
44174 if test "$cppunit_version_proper" = "1" ; then
44175 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
44176 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
44177 else
44178 echo "$as_me:$LINENO: result: no" >&5
44179 echo "${ECHO_T}no" >&6
44180 no_cppunit=yes
44181 fi
44182 fi
44183
44184 if test "x$no_cppunit" = x ; then
44185 SUBDIRS="$SUBDIRS tests"
44186 else
44187 CPPUNIT_CFLAGS=""
44188 CPPUNIT_LIBS=""
44189 :
44190 fi
44191
44192
44193
44194
44195
44196 for subdir in `echo $SUBDIRS`; do
44197 if test -d ${srcdir}/${subdir} ; then
44198 if test "$wxUSE_GUI" = "yes"; then
44199 if test ${subdir} = "samples"; then
44200 makefiles="samples/Makefile.in $makefiles"
44201 for sample in `echo $SAMPLES_SUBDIRS`; do
44202 if test -d $srcdir/samples/$sample; then
44203 makefiles="samples/$sample/Makefile.in $makefiles"
44204 fi
44205 done
44206 else
44207 disabled_var=DISABLED_`echo $subdir | tr [a-z] [A-Z]`;
44208 eval "disabled=\$$disabled_var"
44209 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
44210 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | egrep -v "$disabled"`
44211 fi
44212 else if test ${subdir} = "samples"; then
44213 makefiles="samples/Makefile.in samples/console/Makefile.in"
44214 elif test ${subdir} = "utils"; then
44215 makefiles=""
44216 for util in HelpGen tex2rtf ; do
44217 if test -d $srcdir/utils/$util ; then
44218 makefiles="utils/$util/Makefile.in \
44219 utils/$util/src/Makefile.in \
44220 $makefiles"
44221 fi
44222 done
44223 else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
44224 fi
44225 fi
44226
44227 for mkin in $makefiles ; do
44228 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
44229 ac_config_files="$ac_config_files $mk"
44230
44231 done
44232 fi
44233 done
44234
44235
44236 cat >confcache <<\_ACEOF
44237 # This file is a shell script that caches the results of configure
44238 # tests run on this system so they can be shared between configure
44239 # scripts and configure runs, see configure's option --config-cache.
44240 # It is not useful on other systems. If it contains results you don't
44241 # want to keep, you may remove or edit it.
44242 #
44243 # config.status only pays attention to the cache file if you give it
44244 # the --recheck option to rerun configure.
44245 #
44246 # `ac_cv_env_foo' variables (set or unset) will be overridden when
44247 # loading this file, other *unset* `ac_cv_foo' will be assigned the
44248 # following values.
44249
44250 _ACEOF
44251
44252 # The following way of writing the cache mishandles newlines in values,
44253 # but we know of no workaround that is simple, portable, and efficient.
44254 # So, don't put newlines in cache variables' values.
44255 # Ultrix sh set writes to stderr and can't be redirected directly,
44256 # and sets the high bit in the cache file unless we assign to the vars.
44257 {
44258 (set) 2>&1 |
44259 case `(ac_space=' '; set | grep ac_space) 2>&1` in
44260 *ac_space=\ *)
44261 # `set' does not quote correctly, so add quotes (double-quote
44262 # substitution turns \\\\ into \\, and sed turns \\ into \).
44263 sed -n \
44264 "s/'/'\\\\''/g;
44265 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
44266 ;;
44267 *)
44268 # `set' quotes correctly as required by POSIX, so do not add quotes.
44269 sed -n \
44270 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
44271 ;;
44272 esac;
44273 } |
44274 sed '
44275 t clear
44276 : clear
44277 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
44278 t end
44279 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
44280 : end' >>confcache
44281 if diff $cache_file confcache >/dev/null 2>&1; then :; else
44282 if test -w $cache_file; then
44283 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
44284 cat confcache >$cache_file
44285 else
44286 echo "not updating unwritable cache $cache_file"
44287 fi
44288 fi
44289 rm -f confcache
44290
44291 test "x$prefix" = xNONE && prefix=$ac_default_prefix
44292 # Let make expand exec_prefix.
44293 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
44294
44295 # VPATH may cause trouble with some makes, so we remove $(srcdir),
44296 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
44297 # trailing colons and then remove the whole line if VPATH becomes empty
44298 # (actually we leave an empty line to preserve line numbers).
44299 if test "x$srcdir" = x.; then
44300 ac_vpsub='/^[ ]*VPATH[ ]*=/{
44301 s/:*\$(srcdir):*/:/;
44302 s/:*\${srcdir}:*/:/;
44303 s/:*@srcdir@:*/:/;
44304 s/^\([^=]*=[ ]*\):*/\1/;
44305 s/:*$//;
44306 s/^[^=]*=[ ]*$//;
44307 }'
44308 fi
44309
44310 DEFS=-DHAVE_CONFIG_H
44311
44312 ac_libobjs=
44313 ac_ltlibobjs=
44314 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
44315 # 1. Remove the extension, and $U if already installed.
44316 ac_i=`echo "$ac_i" |
44317 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
44318 # 2. Add them.
44319 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
44320 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
44321 done
44322 LIBOBJS=$ac_libobjs
44323
44324 LTLIBOBJS=$ac_ltlibobjs
44325
44326
44327
44328 : ${CONFIG_STATUS=./config.status}
44329 ac_clean_files_save=$ac_clean_files
44330 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
44331 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
44332 echo "$as_me: creating $CONFIG_STATUS" >&6;}
44333 cat >$CONFIG_STATUS <<_ACEOF
44334 #! $SHELL
44335 # Generated by $as_me.
44336 # Run this file to recreate the current configuration.
44337 # Compiler output produced by configure, useful for debugging
44338 # configure, is in config.log if it exists.
44339
44340 debug=false
44341 ac_cs_recheck=false
44342 ac_cs_silent=false
44343 SHELL=\${CONFIG_SHELL-$SHELL}
44344 _ACEOF
44345
44346 cat >>$CONFIG_STATUS <<\_ACEOF
44347 ## --------------------- ##
44348 ## M4sh Initialization. ##
44349 ## --------------------- ##
44350
44351 # Be Bourne compatible
44352 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
44353 emulate sh
44354 NULLCMD=:
44355 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
44356 # is contrary to our usage. Disable this feature.
44357 alias -g '${1+"$@"}'='"$@"'
44358 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
44359 set -o posix
44360 fi
44361 DUALCASE=1; export DUALCASE # for MKS sh
44362
44363 # Support unset when possible.
44364 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
44365 as_unset=unset
44366 else
44367 as_unset=false
44368 fi
44369
44370
44371 # Work around bugs in pre-3.0 UWIN ksh.
44372 $as_unset ENV MAIL MAILPATH
44373 PS1='$ '
44374 PS2='> '
44375 PS4='+ '
44376
44377 # NLS nuisances.
44378 for as_var in \
44379 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
44380 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44381 LC_TELEPHONE LC_TIME
44382 do
44383 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
44384 eval $as_var=C; export $as_var
44385 else
44386 $as_unset $as_var
44387 fi
44388 done
44389
44390 # Required to use basename.
44391 if expr a : '\(a\)' >/dev/null 2>&1; then
44392 as_expr=expr
44393 else
44394 as_expr=false
44395 fi
44396
44397 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
44398 as_basename=basename
44399 else
44400 as_basename=false
44401 fi
44402
44403
44404 # Name of the executable.
44405 as_me=`$as_basename "$0" ||
44406 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
44407 X"$0" : 'X\(//\)$' \| \
44408 X"$0" : 'X\(/\)$' \| \
44409 . : '\(.\)' 2>/dev/null ||
44410 echo X/"$0" |
44411 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
44412 /^X\/\(\/\/\)$/{ s//\1/; q; }
44413 /^X\/\(\/\).*/{ s//\1/; q; }
44414 s/.*/./; q'`
44415
44416
44417 # PATH needs CR, and LINENO needs CR and PATH.
44418 # Avoid depending upon Character Ranges.
44419 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
44420 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
44421 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
44422 as_cr_digits='0123456789'
44423 as_cr_alnum=$as_cr_Letters$as_cr_digits
44424
44425 # The user is always right.
44426 if test "${PATH_SEPARATOR+set}" != set; then
44427 echo "#! /bin/sh" >conf$$.sh
44428 echo "exit 0" >>conf$$.sh
44429 chmod +x conf$$.sh
44430 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
44431 PATH_SEPARATOR=';'
44432 else
44433 PATH_SEPARATOR=:
44434 fi
44435 rm -f conf$$.sh
44436 fi
44437
44438
44439 as_lineno_1=$LINENO
44440 as_lineno_2=$LINENO
44441 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
44442 test "x$as_lineno_1" != "x$as_lineno_2" &&
44443 test "x$as_lineno_3" = "x$as_lineno_2" || {
44444 # Find who we are. Look in the path if we contain no path at all
44445 # relative or not.
44446 case $0 in
44447 *[\\/]* ) as_myself=$0 ;;
44448 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44449 for as_dir in $PATH
44450 do
44451 IFS=$as_save_IFS
44452 test -z "$as_dir" && as_dir=.
44453 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
44454 done
44455
44456 ;;
44457 esac
44458 # We did not find ourselves, most probably we were run as `sh COMMAND'
44459 # in which case we are not to be found in the path.
44460 if test "x$as_myself" = x; then
44461 as_myself=$0
44462 fi
44463 if test ! -f "$as_myself"; then
44464 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
44465 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
44466 { (exit 1); exit 1; }; }
44467 fi
44468 case $CONFIG_SHELL in
44469 '')
44470 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44471 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
44472 do
44473 IFS=$as_save_IFS
44474 test -z "$as_dir" && as_dir=.
44475 for as_base in sh bash ksh sh5; do
44476 case $as_dir in
44477 /*)
44478 if ("$as_dir/$as_base" -c '
44479 as_lineno_1=$LINENO
44480 as_lineno_2=$LINENO
44481 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
44482 test "x$as_lineno_1" != "x$as_lineno_2" &&
44483 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
44484 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
44485 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
44486 CONFIG_SHELL=$as_dir/$as_base
44487 export CONFIG_SHELL
44488 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
44489 fi;;
44490 esac
44491 done
44492 done
44493 ;;
44494 esac
44495
44496 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
44497 # uniformly replaced by the line number. The first 'sed' inserts a
44498 # line-number line before each line; the second 'sed' does the real
44499 # work. The second script uses 'N' to pair each line-number line
44500 # with the numbered line, and appends trailing '-' during
44501 # substitution so that $LINENO is not a special case at line end.
44502 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
44503 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
44504 sed '=' <$as_myself |
44505 sed '
44506 N
44507 s,$,-,
44508 : loop
44509 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
44510 t loop
44511 s,-$,,
44512 s,^['$as_cr_digits']*\n,,
44513 ' >$as_me.lineno &&
44514 chmod +x $as_me.lineno ||
44515 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
44516 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
44517 { (exit 1); exit 1; }; }
44518
44519 # Don't try to exec as it changes $[0], causing all sort of problems
44520 # (the dirname of $[0] is not the place where we might find the
44521 # original and so on. Autoconf is especially sensible to this).
44522 . ./$as_me.lineno
44523 # Exit status is that of the last command.
44524 exit
44525 }
44526
44527
44528 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
44529 *c*,-n*) ECHO_N= ECHO_C='
44530 ' ECHO_T=' ' ;;
44531 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
44532 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
44533 esac
44534
44535 if expr a : '\(a\)' >/dev/null 2>&1; then
44536 as_expr=expr
44537 else
44538 as_expr=false
44539 fi
44540
44541 rm -f conf$$ conf$$.exe conf$$.file
44542 echo >conf$$.file
44543 if ln -s conf$$.file conf$$ 2>/dev/null; then
44544 # We could just check for DJGPP; but this test a) works b) is more generic
44545 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
44546 if test -f conf$$.exe; then
44547 # Don't use ln at all; we don't have any links
44548 as_ln_s='cp -p'
44549 else
44550 as_ln_s='ln -s'
44551 fi
44552 elif ln conf$$.file conf$$ 2>/dev/null; then
44553 as_ln_s=ln
44554 else
44555 as_ln_s='cp -p'
44556 fi
44557 rm -f conf$$ conf$$.exe conf$$.file
44558
44559 if mkdir -p . 2>/dev/null; then
44560 as_mkdir_p=:
44561 else
44562 test -d ./-p && rmdir ./-p
44563 as_mkdir_p=false
44564 fi
44565
44566 as_executable_p="test -f"
44567
44568 # Sed expression to map a string onto a valid CPP name.
44569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
44570
44571 # Sed expression to map a string onto a valid variable name.
44572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
44573
44574
44575 # IFS
44576 # We need space, tab and new line, in precisely that order.
44577 as_nl='
44578 '
44579 IFS=" $as_nl"
44580
44581 # CDPATH.
44582 $as_unset CDPATH
44583
44584 exec 6>&1
44585
44586 # Open the log real soon, to keep \$[0] and so on meaningful, and to
44587 # report actual input values of CONFIG_FILES etc. instead of their
44588 # values after options handling. Logging --version etc. is OK.
44589 exec 5>>config.log
44590 {
44591 echo
44592 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
44593 ## Running $as_me. ##
44594 _ASBOX
44595 } >&5
44596 cat >&5 <<_CSEOF
44597
44598 This file was extended by wxWidgets $as_me 2.6.0, which was
44599 generated by GNU Autoconf 2.59. Invocation command line was
44600
44601 CONFIG_FILES = $CONFIG_FILES
44602 CONFIG_HEADERS = $CONFIG_HEADERS
44603 CONFIG_LINKS = $CONFIG_LINKS
44604 CONFIG_COMMANDS = $CONFIG_COMMANDS
44605 $ $0 $@
44606
44607 _CSEOF
44608 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
44609 echo >&5
44610 _ACEOF
44611
44612 # Files that config.status was made for.
44613 if test -n "$ac_config_files"; then
44614 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
44615 fi
44616
44617 if test -n "$ac_config_headers"; then
44618 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
44619 fi
44620
44621 if test -n "$ac_config_links"; then
44622 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
44623 fi
44624
44625 if test -n "$ac_config_commands"; then
44626 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
44627 fi
44628
44629 cat >>$CONFIG_STATUS <<\_ACEOF
44630
44631 ac_cs_usage="\
44632 \`$as_me' instantiates files from templates according to the
44633 current configuration.
44634
44635 Usage: $0 [OPTIONS] [FILE]...
44636
44637 -h, --help print this help, then exit
44638 -V, --version print version number, then exit
44639 -q, --quiet do not print progress messages
44640 -d, --debug don't remove temporary files
44641 --recheck update $as_me by reconfiguring in the same conditions
44642 --file=FILE[:TEMPLATE]
44643 instantiate the configuration file FILE
44644 --header=FILE[:TEMPLATE]
44645 instantiate the configuration header FILE
44646
44647 Configuration files:
44648 $config_files
44649
44650 Configuration headers:
44651 $config_headers
44652
44653 Configuration commands:
44654 $config_commands
44655
44656 Report bugs to <bug-autoconf@gnu.org>."
44657 _ACEOF
44658
44659 cat >>$CONFIG_STATUS <<_ACEOF
44660 ac_cs_version="\\
44661 wxWidgets config.status 2.6.0
44662 configured by $0, generated by GNU Autoconf 2.59,
44663 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
44664
44665 Copyright (C) 2003 Free Software Foundation, Inc.
44666 This config.status script is free software; the Free Software Foundation
44667 gives unlimited permission to copy, distribute and modify it."
44668 srcdir=$srcdir
44669 INSTALL="$INSTALL"
44670 _ACEOF
44671
44672 cat >>$CONFIG_STATUS <<\_ACEOF
44673 # If no file are specified by the user, then we need to provide default
44674 # value. By we need to know if files were specified by the user.
44675 ac_need_defaults=:
44676 while test $# != 0
44677 do
44678 case $1 in
44679 --*=*)
44680 ac_option=`expr "x$1" : 'x\([^=]*\)='`
44681 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
44682 ac_shift=:
44683 ;;
44684 -*)
44685 ac_option=$1
44686 ac_optarg=$2
44687 ac_shift=shift
44688 ;;
44689 *) # This is not an option, so the user has probably given explicit
44690 # arguments.
44691 ac_option=$1
44692 ac_need_defaults=false;;
44693 esac
44694
44695 case $ac_option in
44696 # Handling of the options.
44697 _ACEOF
44698 cat >>$CONFIG_STATUS <<\_ACEOF
44699 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
44700 ac_cs_recheck=: ;;
44701 --version | --vers* | -V )
44702 echo "$ac_cs_version"; exit 0 ;;
44703 --he | --h)
44704 # Conflict between --help and --header
44705 { { echo "$as_me:$LINENO: error: ambiguous option: $1
44706 Try \`$0 --help' for more information." >&5
44707 echo "$as_me: error: ambiguous option: $1
44708 Try \`$0 --help' for more information." >&2;}
44709 { (exit 1); exit 1; }; };;
44710 --help | --hel | -h )
44711 echo "$ac_cs_usage"; exit 0 ;;
44712 --debug | --d* | -d )
44713 debug=: ;;
44714 --file | --fil | --fi | --f )
44715 $ac_shift
44716 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
44717 ac_need_defaults=false;;
44718 --header | --heade | --head | --hea )
44719 $ac_shift
44720 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
44721 ac_need_defaults=false;;
44722 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
44723 | -silent | --silent | --silen | --sile | --sil | --si | --s)
44724 ac_cs_silent=: ;;
44725
44726 # This is an error.
44727 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
44728 Try \`$0 --help' for more information." >&5
44729 echo "$as_me: error: unrecognized option: $1
44730 Try \`$0 --help' for more information." >&2;}
44731 { (exit 1); exit 1; }; } ;;
44732
44733 *) ac_config_targets="$ac_config_targets $1" ;;
44734
44735 esac
44736 shift
44737 done
44738
44739 ac_configure_extra_args=
44740
44741 if $ac_cs_silent; then
44742 exec 6>/dev/null
44743 ac_configure_extra_args="$ac_configure_extra_args --silent"
44744 fi
44745
44746 _ACEOF
44747 cat >>$CONFIG_STATUS <<_ACEOF
44748 if \$ac_cs_recheck; then
44749 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
44750 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
44751 fi
44752
44753 _ACEOF
44754
44755 cat >>$CONFIG_STATUS <<_ACEOF
44756 #
44757 # INIT-COMMANDS section.
44758 #
44759
44760 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
44761 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
44762 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
44763 LN_S="${LN_S}"
44764
44765
44766 _ACEOF
44767
44768
44769
44770 cat >>$CONFIG_STATUS <<\_ACEOF
44771 for ac_config_target in $ac_config_targets
44772 do
44773 case "$ac_config_target" in
44774 # Handling of arguments.
44775 "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
44776 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
44777 "version-script" ) CONFIG_FILES="$CONFIG_FILES version-script" ;;
44778 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
44779 "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;;
44780 "wx-config" ) CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
44781 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h" ) CONFIG_HEADERS="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
44782 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
44783 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
44784 { (exit 1); exit 1; }; };;
44785 esac
44786 done
44787
44788 # If the user did not use the arguments to specify the items to instantiate,
44789 # then the envvar interface is used. Set only those that are not.
44790 # We use the long form for the default assignment because of an extremely
44791 # bizarre bug on SunOS 4.1.3.
44792 if $ac_need_defaults; then
44793 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
44794 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
44795 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
44796 fi
44797
44798 # Have a temporary directory for convenience. Make it in the build tree
44799 # simply because there is no reason to put it here, and in addition,
44800 # creating and moving files from /tmp can sometimes cause problems.
44801 # Create a temporary directory, and hook for its removal unless debugging.
44802 $debug ||
44803 {
44804 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
44805 trap '{ (exit 1); exit 1; }' 1 2 13 15
44806 }
44807
44808 # Create a (secure) tmp directory for tmp files.
44809
44810 {
44811 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
44812 test -n "$tmp" && test -d "$tmp"
44813 } ||
44814 {
44815 tmp=./confstat$$-$RANDOM
44816 (umask 077 && mkdir $tmp)
44817 } ||
44818 {
44819 echo "$me: cannot create a temporary directory in ." >&2
44820 { (exit 1); exit 1; }
44821 }
44822
44823 _ACEOF
44824
44825 cat >>$CONFIG_STATUS <<_ACEOF
44826
44827 #
44828 # CONFIG_FILES section.
44829 #
44830
44831 # No need to generate the scripts if there are no CONFIG_FILES.
44832 # This happens for instance when ./config.status config.h
44833 if test -n "\$CONFIG_FILES"; then
44834 # Protect against being on the right side of a sed subst in config.status.
44835 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
44836 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
44837 s,@SHELL@,$SHELL,;t t
44838 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
44839 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
44840 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
44841 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
44842 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
44843 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
44844 s,@exec_prefix@,$exec_prefix,;t t
44845 s,@prefix@,$prefix,;t t
44846 s,@program_transform_name@,$program_transform_name,;t t
44847 s,@bindir@,$bindir,;t t
44848 s,@sbindir@,$sbindir,;t t
44849 s,@libexecdir@,$libexecdir,;t t
44850 s,@datadir@,$datadir,;t t
44851 s,@sysconfdir@,$sysconfdir,;t t
44852 s,@sharedstatedir@,$sharedstatedir,;t t
44853 s,@localstatedir@,$localstatedir,;t t
44854 s,@libdir@,$libdir,;t t
44855 s,@includedir@,$includedir,;t t
44856 s,@oldincludedir@,$oldincludedir,;t t
44857 s,@infodir@,$infodir,;t t
44858 s,@mandir@,$mandir,;t t
44859 s,@build_alias@,$build_alias,;t t
44860 s,@host_alias@,$host_alias,;t t
44861 s,@target_alias@,$target_alias,;t t
44862 s,@DEFS@,$DEFS,;t t
44863 s,@ECHO_C@,$ECHO_C,;t t
44864 s,@ECHO_N@,$ECHO_N,;t t
44865 s,@ECHO_T@,$ECHO_T,;t t
44866 s,@LIBS@,$LIBS,;t t
44867 s,@build@,$build,;t t
44868 s,@build_cpu@,$build_cpu,;t t
44869 s,@build_vendor@,$build_vendor,;t t
44870 s,@build_os@,$build_os,;t t
44871 s,@host@,$host,;t t
44872 s,@host_cpu@,$host_cpu,;t t
44873 s,@host_vendor@,$host_vendor,;t t
44874 s,@host_os@,$host_os,;t t
44875 s,@target@,$target,;t t
44876 s,@target_cpu@,$target_cpu,;t t
44877 s,@target_vendor@,$target_vendor,;t t
44878 s,@target_os@,$target_os,;t t
44879 s,@CC@,$CC,;t t
44880 s,@CFLAGS@,$CFLAGS,;t t
44881 s,@LDFLAGS@,$LDFLAGS,;t t
44882 s,@CPPFLAGS@,$CPPFLAGS,;t t
44883 s,@ac_ct_CC@,$ac_ct_CC,;t t
44884 s,@EXEEXT@,$EXEEXT,;t t
44885 s,@OBJEXT@,$OBJEXT,;t t
44886 s,@CPP@,$CPP,;t t
44887 s,@EGREP@,$EGREP,;t t
44888 s,@CXX@,$CXX,;t t
44889 s,@CXXFLAGS@,$CXXFLAGS,;t t
44890 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
44891 s,@RANLIB@,$RANLIB,;t t
44892 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
44893 s,@AR@,$AR,;t t
44894 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
44895 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
44896 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
44897 s,@STRIP@,$STRIP,;t t
44898 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
44899 s,@LN_S@,$LN_S,;t t
44900 s,@CXXCPP@,$CXXCPP,;t t
44901 s,@subdirs@,$subdirs,;t t
44902 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
44903 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
44904 s,@GTK_LIBS@,$GTK_LIBS,;t t
44905 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
44906 s,@X_CFLAGS@,$X_CFLAGS,;t t
44907 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
44908 s,@X_LIBS@,$X_LIBS,;t t
44909 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
44910 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
44911 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
44912 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
44913 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
44914 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
44915 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
44916 s,@RESCOMP@,$RESCOMP,;t t
44917 s,@DEREZ@,$DEREZ,;t t
44918 s,@SETFILE@,$SETFILE,;t t
44919 s,@LIBICONV@,$LIBICONV,;t t
44920 s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
44921 s,@SDL_CONFIG@,$SDL_CONFIG,;t t
44922 s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
44923 s,@SDL_LIBS@,$SDL_LIBS,;t t
44924 s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t
44925 s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t
44926 s,@GSTREAMER_CFLAGS@,$GSTREAMER_CFLAGS,;t t
44927 s,@GSTREAMER_LIBS@,$GSTREAMER_LIBS,;t t
44928 s,@GST_INSPECT@,$GST_INSPECT,;t t
44929 s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
44930 s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
44931 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
44932 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
44933 s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
44934 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
44935 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
44936 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
44937 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
44938 s,@VENDOR@,$VENDOR,;t t
44939 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
44940 s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t
44941 s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t
44942 s,@WXUNIV@,$WXUNIV,;t t
44943 s,@MONOLITHIC@,$MONOLITHIC,;t t
44944 s,@USE_PLUGINS@,$USE_PLUGINS,;t t
44945 s,@EXTRALIBS@,$EXTRALIBS,;t t
44946 s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
44947 s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
44948 s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
44949 s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
44950 s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
44951 s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
44952 s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
44953 s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t
44954 s,@UNICODE@,$UNICODE,;t t
44955 s,@BUILD@,$BUILD,;t t
44956 s,@DEBUG_INFO@,$DEBUG_INFO,;t t
44957 s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
44958 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
44959 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
44960 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
44961 s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
44962 s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
44963 s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
44964 s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
44965 s,@SET_MAKE@,$SET_MAKE,;t t
44966 s,@MAKE_SET@,$MAKE_SET,;t t
44967 s,@ac_ct_AR@,$ac_ct_AR,;t t
44968 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
44969 s,@NM@,$NM,;t t
44970 s,@ac_ct_NM@,$ac_ct_NM,;t t
44971 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
44972 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
44973 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
44974 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
44975 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
44976 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
44977 s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t
44978 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
44979 s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
44980 s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t
44981 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
44982 s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
44983 s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
44984 s,@LIBPREFIX@,$LIBPREFIX,;t t
44985 s,@LIBEXT@,$LIBEXT,;t t
44986 s,@DLLPREFIX@,$DLLPREFIX,;t t
44987 s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
44988 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
44989 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
44990 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
44991 s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
44992 s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
44993 s,@PIC_FLAG@,$PIC_FLAG,;t t
44994 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
44995 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
44996 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
44997 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
44998 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
44999 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
45000 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
45001 s,@GCC_PCH@,$GCC_PCH,;t t
45002 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
45003 s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
45004 s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
45005 s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
45006 s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
45007 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
45008 s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
45009 s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
45010 s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
45011 s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
45012 s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
45013 s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
45014 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
45015 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
45016 s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
45017 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
45018 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
45019 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
45020 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
45021 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
45022 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
45023 s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
45024 s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
45025 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
45026 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
45027 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
45028 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
45029 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
45030 s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
45031 s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
45032 s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
45033 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
45034 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
45035 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
45036 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
45037 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
45038 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
45039 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
45040 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t
45041 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
45042 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
45043 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
45044 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t
45045 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
45046 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
45047 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
45048 s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
45049 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
45050 s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t
45051 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
45052 s,@COND_PLATFORM_MSDOS_1@,$COND_PLATFORM_MSDOS_1,;t t
45053 s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
45054 s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
45055 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
45056 s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
45057 s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
45058 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
45059 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
45060 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
45061 s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t
45062 s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t
45063 s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t
45064 s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
45065 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
45066 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
45067 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
45068 s,@COND_SHARED_0_USE_XRC_1@,$COND_SHARED_0_USE_XRC_1,;t t
45069 s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
45070 s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
45071 s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
45072 s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
45073 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
45074 s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
45075 s,@COND_SHARED_1_USE_XRC_1@,$COND_SHARED_1_USE_XRC_1,;t t
45076 s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t
45077 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
45078 s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
45079 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
45080 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
45081 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
45082 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
45083 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
45084 s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
45085 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
45086 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
45087 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
45088 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
45089 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
45090 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
45091 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
45092 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
45093 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
45094 s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
45095 s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
45096 s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
45097 s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
45098 s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
45099 s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
45100 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
45101 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
45102 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
45103 s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
45104 s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
45105 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
45106 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
45107 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
45108 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
45109 s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
45110 s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
45111 s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
45112 s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
45113 s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t
45114 s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
45115 s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t
45116 s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t
45117 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
45118 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
45119 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
45120 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
45121 s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t
45122 s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t
45123 s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t
45124 s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
45125 s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t
45126 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
45127 s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
45128 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
45129 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
45130 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
45131 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
45132 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
45133 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
45134 s,@SHARED@,$SHARED,;t t
45135 s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
45136 s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
45137 s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
45138 s,@USE_GUI@,$USE_GUI,;t t
45139 s,@AFMINSTALL@,$AFMINSTALL,;t t
45140 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
45141 s,@TOOLKIT@,$TOOLKIT,;t t
45142 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
45143 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
45144 s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t
45145 s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
45146 s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
45147 s,@cross_compiling@,$cross_compiling,;t t
45148 s,@WIDGET_SET@,$WIDGET_SET,;t t
45149 s,@WX_RELEASE@,$WX_RELEASE,;t t
45150 s,@WX_VERSION@,$WX_VERSION,;t t
45151 s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t
45152 s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t
45153 s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t
45154 s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t
45155 s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
45156 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
45157 s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
45158 s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
45159 s,@GCC_PRAGMA_FLAGS@,$GCC_PRAGMA_FLAGS,;t t
45160 s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
45161 s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
45162 s,@EXE_LINKER@,$EXE_LINKER,;t t
45163 s,@GUIDIST@,$GUIDIST,;t t
45164 s,@DISTDIR@,$DISTDIR,;t t
45165 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
45166 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
45167 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
45168 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
45169 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
45170 s,@RESFLAGS@,$RESFLAGS,;t t
45171 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
45172 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
45173 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
45174 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
45175 s,@MACRESCOMP@,$MACRESCOMP,;t t
45176 s,@MACSETFILE@,$MACSETFILE,;t t
45177 s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
45178 s,@GCC@,$GCC,;t t
45179 s,@DLLTOOL@,$DLLTOOL,;t t
45180 s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
45181 s,@LIBOBJS@,$LIBOBJS,;t t
45182 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
45183 CEOF
45184
45185 _ACEOF
45186
45187 cat >>$CONFIG_STATUS <<\_ACEOF
45188 # Split the substitutions into bite-sized pieces for seds with
45189 # small command number limits, like on Digital OSF/1 and HP-UX.
45190 ac_max_sed_lines=48
45191 ac_sed_frag=1 # Number of current file.
45192 ac_beg=1 # First line for current file.
45193 ac_end=$ac_max_sed_lines # Line after last line for current file.
45194 ac_more_lines=:
45195 ac_sed_cmds=
45196 while $ac_more_lines; do
45197 if test $ac_beg -gt 1; then
45198 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
45199 else
45200 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
45201 fi
45202 if test ! -s $tmp/subs.frag; then
45203 ac_more_lines=false
45204 else
45205 # The purpose of the label and of the branching condition is to
45206 # speed up the sed processing (if there are no `@' at all, there
45207 # is no need to browse any of the substitutions).
45208 # These are the two extra sed commands mentioned above.
45209 (echo ':t
45210 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
45211 if test -z "$ac_sed_cmds"; then
45212 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
45213 else
45214 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
45215 fi
45216 ac_sed_frag=`expr $ac_sed_frag + 1`
45217 ac_beg=$ac_end
45218 ac_end=`expr $ac_end + $ac_max_sed_lines`
45219 fi
45220 done
45221 if test -z "$ac_sed_cmds"; then
45222 ac_sed_cmds=cat
45223 fi
45224 fi # test -n "$CONFIG_FILES"
45225
45226 _ACEOF
45227 cat >>$CONFIG_STATUS <<\_ACEOF
45228 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
45229 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
45230 case $ac_file in
45231 - | *:- | *:-:* ) # input from stdin
45232 cat >$tmp/stdin
45233 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
45234 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
45235 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
45236 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
45237 * ) ac_file_in=$ac_file.in ;;
45238 esac
45239
45240 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
45241 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
45242 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45243 X"$ac_file" : 'X\(//\)[^/]' \| \
45244 X"$ac_file" : 'X\(//\)$' \| \
45245 X"$ac_file" : 'X\(/\)' \| \
45246 . : '\(.\)' 2>/dev/null ||
45247 echo X"$ac_file" |
45248 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45249 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45250 /^X\(\/\/\)$/{ s//\1/; q; }
45251 /^X\(\/\).*/{ s//\1/; q; }
45252 s/.*/./; q'`
45253 { if $as_mkdir_p; then
45254 mkdir -p "$ac_dir"
45255 else
45256 as_dir="$ac_dir"
45257 as_dirs=
45258 while test ! -d "$as_dir"; do
45259 as_dirs="$as_dir $as_dirs"
45260 as_dir=`(dirname "$as_dir") 2>/dev/null ||
45261 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45262 X"$as_dir" : 'X\(//\)[^/]' \| \
45263 X"$as_dir" : 'X\(//\)$' \| \
45264 X"$as_dir" : 'X\(/\)' \| \
45265 . : '\(.\)' 2>/dev/null ||
45266 echo X"$as_dir" |
45267 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45268 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45269 /^X\(\/\/\)$/{ s//\1/; q; }
45270 /^X\(\/\).*/{ s//\1/; q; }
45271 s/.*/./; q'`
45272 done
45273 test ! -n "$as_dirs" || mkdir $as_dirs
45274 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
45275 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
45276 { (exit 1); exit 1; }; }; }
45277
45278 ac_builddir=.
45279
45280 if test "$ac_dir" != .; then
45281 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
45282 # A "../" for each directory in $ac_dir_suffix.
45283 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
45284 else
45285 ac_dir_suffix= ac_top_builddir=
45286 fi
45287
45288 case $srcdir in
45289 .) # No --srcdir option. We are building in place.
45290 ac_srcdir=.
45291 if test -z "$ac_top_builddir"; then
45292 ac_top_srcdir=.
45293 else
45294 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
45295 fi ;;
45296 [\\/]* | ?:[\\/]* ) # Absolute path.
45297 ac_srcdir=$srcdir$ac_dir_suffix;
45298 ac_top_srcdir=$srcdir ;;
45299 *) # Relative path.
45300 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
45301 ac_top_srcdir=$ac_top_builddir$srcdir ;;
45302 esac
45303
45304 # Do not use `cd foo && pwd` to compute absolute paths, because
45305 # the directories may not exist.
45306 case `pwd` in
45307 .) ac_abs_builddir="$ac_dir";;
45308 *)
45309 case "$ac_dir" in
45310 .) ac_abs_builddir=`pwd`;;
45311 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
45312 *) ac_abs_builddir=`pwd`/"$ac_dir";;
45313 esac;;
45314 esac
45315 case $ac_abs_builddir in
45316 .) ac_abs_top_builddir=${ac_top_builddir}.;;
45317 *)
45318 case ${ac_top_builddir}. in
45319 .) ac_abs_top_builddir=$ac_abs_builddir;;
45320 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
45321 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
45322 esac;;
45323 esac
45324 case $ac_abs_builddir in
45325 .) ac_abs_srcdir=$ac_srcdir;;
45326 *)
45327 case $ac_srcdir in
45328 .) ac_abs_srcdir=$ac_abs_builddir;;
45329 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
45330 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
45331 esac;;
45332 esac
45333 case $ac_abs_builddir in
45334 .) ac_abs_top_srcdir=$ac_top_srcdir;;
45335 *)
45336 case $ac_top_srcdir in
45337 .) ac_abs_top_srcdir=$ac_abs_builddir;;
45338 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
45339 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
45340 esac;;
45341 esac
45342
45343
45344 case $INSTALL in
45345 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
45346 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
45347 esac
45348
45349 if test x"$ac_file" != x-; then
45350 { echo "$as_me:$LINENO: creating $ac_file" >&5
45351 echo "$as_me: creating $ac_file" >&6;}
45352 rm -f "$ac_file"
45353 fi
45354 # Let's still pretend it is `configure' which instantiates (i.e., don't
45355 # use $as_me), people would be surprised to read:
45356 # /* config.h. Generated by config.status. */
45357 if test x"$ac_file" = x-; then
45358 configure_input=
45359 else
45360 configure_input="$ac_file. "
45361 fi
45362 configure_input=$configure_input"Generated from `echo $ac_file_in |
45363 sed 's,.*/,,'` by configure."
45364
45365 # First look for the input files in the build tree, otherwise in the
45366 # src tree.
45367 ac_file_inputs=`IFS=:
45368 for f in $ac_file_in; do
45369 case $f in
45370 -) echo $tmp/stdin ;;
45371 [\\/$]*)
45372 # Absolute (can't be DOS-style, as IFS=:)
45373 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
45374 echo "$as_me: error: cannot find input file: $f" >&2;}
45375 { (exit 1); exit 1; }; }
45376 echo "$f";;
45377 *) # Relative
45378 if test -f "$f"; then
45379 # Build tree
45380 echo "$f"
45381 elif test -f "$srcdir/$f"; then
45382 # Source tree
45383 echo "$srcdir/$f"
45384 else
45385 # /dev/null tree
45386 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
45387 echo "$as_me: error: cannot find input file: $f" >&2;}
45388 { (exit 1); exit 1; }; }
45389 fi;;
45390 esac
45391 done` || { (exit 1); exit 1; }
45392 _ACEOF
45393 cat >>$CONFIG_STATUS <<_ACEOF
45394 sed "$ac_vpsub
45395 $extrasub
45396 _ACEOF
45397 cat >>$CONFIG_STATUS <<\_ACEOF
45398 :t
45399 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
45400 s,@configure_input@,$configure_input,;t t
45401 s,@srcdir@,$ac_srcdir,;t t
45402 s,@abs_srcdir@,$ac_abs_srcdir,;t t
45403 s,@top_srcdir@,$ac_top_srcdir,;t t
45404 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
45405 s,@builddir@,$ac_builddir,;t t
45406 s,@abs_builddir@,$ac_abs_builddir,;t t
45407 s,@top_builddir@,$ac_top_builddir,;t t
45408 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
45409 s,@INSTALL@,$ac_INSTALL,;t t
45410 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
45411 rm -f $tmp/stdin
45412 if test x"$ac_file" != x-; then
45413 mv $tmp/out $ac_file
45414 else
45415 cat $tmp/out
45416 rm -f $tmp/out
45417 fi
45418
45419 # Run the commands associated with the file.
45420 case $ac_file in
45421 lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
45422 lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
45423 esac
45424 done
45425 _ACEOF
45426 cat >>$CONFIG_STATUS <<\_ACEOF
45427
45428 #
45429 # CONFIG_HEADER section.
45430 #
45431
45432 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
45433 # NAME is the cpp macro being defined and VALUE is the value it is being given.
45434 #
45435 # ac_d sets the value in "#define NAME VALUE" lines.
45436 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
45437 ac_dB='[ ].*$,\1#\2'
45438 ac_dC=' '
45439 ac_dD=',;t'
45440 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
45441 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
45442 ac_uB='$,\1#\2define\3'
45443 ac_uC=' '
45444 ac_uD=',;t'
45445
45446 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
45447 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
45448 case $ac_file in
45449 - | *:- | *:-:* ) # input from stdin
45450 cat >$tmp/stdin
45451 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
45452 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
45453 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
45454 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
45455 * ) ac_file_in=$ac_file.in ;;
45456 esac
45457
45458 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
45459 echo "$as_me: creating $ac_file" >&6;}
45460
45461 # First look for the input files in the build tree, otherwise in the
45462 # src tree.
45463 ac_file_inputs=`IFS=:
45464 for f in $ac_file_in; do
45465 case $f in
45466 -) echo $tmp/stdin ;;
45467 [\\/$]*)
45468 # Absolute (can't be DOS-style, as IFS=:)
45469 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
45470 echo "$as_me: error: cannot find input file: $f" >&2;}
45471 { (exit 1); exit 1; }; }
45472 # Do quote $f, to prevent DOS paths from being IFS'd.
45473 echo "$f";;
45474 *) # Relative
45475 if test -f "$f"; then
45476 # Build tree
45477 echo "$f"
45478 elif test -f "$srcdir/$f"; then
45479 # Source tree
45480 echo "$srcdir/$f"
45481 else
45482 # /dev/null tree
45483 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
45484 echo "$as_me: error: cannot find input file: $f" >&2;}
45485 { (exit 1); exit 1; }; }
45486 fi;;
45487 esac
45488 done` || { (exit 1); exit 1; }
45489 # Remove the trailing spaces.
45490 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
45491
45492 _ACEOF
45493
45494 # Transform confdefs.h into two sed scripts, `conftest.defines' and
45495 # `conftest.undefs', that substitutes the proper values into
45496 # config.h.in to produce config.h. The first handles `#define'
45497 # templates, and the second `#undef' templates.
45498 # And first: Protect against being on the right side of a sed subst in
45499 # config.status. Protect against being in an unquoted here document
45500 # in config.status.
45501 rm -f conftest.defines conftest.undefs
45502 # Using a here document instead of a string reduces the quoting nightmare.
45503 # Putting comments in sed scripts is not portable.
45504 #
45505 # `end' is used to avoid that the second main sed command (meant for
45506 # 0-ary CPP macros) applies to n-ary macro definitions.
45507 # See the Autoconf documentation for `clear'.
45508 cat >confdef2sed.sed <<\_ACEOF
45509 s/[\\&,]/\\&/g
45510 s,[\\$`],\\&,g
45511 t clear
45512 : clear
45513 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
45514 t end
45515 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
45516 : end
45517 _ACEOF
45518 # If some macros were called several times there might be several times
45519 # the same #defines, which is useless. Nevertheless, we may not want to
45520 # sort them, since we want the *last* AC-DEFINE to be honored.
45521 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
45522 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
45523 rm -f confdef2sed.sed
45524
45525 # This sed command replaces #undef with comments. This is necessary, for
45526 # example, in the case of _POSIX_SOURCE, which is predefined and required
45527 # on some systems where configure will not decide to define it.
45528 cat >>conftest.undefs <<\_ACEOF
45529 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
45530 _ACEOF
45531
45532 # Break up conftest.defines because some shells have a limit on the size
45533 # of here documents, and old seds have small limits too (100 cmds).
45534 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
45535 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
45536 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
45537 echo ' :' >>$CONFIG_STATUS
45538 rm -f conftest.tail
45539 while grep . conftest.defines >/dev/null
45540 do
45541 # Write a limited-size here document to $tmp/defines.sed.
45542 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
45543 # Speed up: don't consider the non `#define' lines.
45544 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
45545 # Work around the forget-to-reset-the-flag bug.
45546 echo 't clr' >>$CONFIG_STATUS
45547 echo ': clr' >>$CONFIG_STATUS
45548 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
45549 echo 'CEOF
45550 sed -f $tmp/defines.sed $tmp/in >$tmp/out
45551 rm -f $tmp/in
45552 mv $tmp/out $tmp/in
45553 ' >>$CONFIG_STATUS
45554 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
45555 rm -f conftest.defines
45556 mv conftest.tail conftest.defines
45557 done
45558 rm -f conftest.defines
45559 echo ' fi # grep' >>$CONFIG_STATUS
45560 echo >>$CONFIG_STATUS
45561
45562 # Break up conftest.undefs because some shells have a limit on the size
45563 # of here documents, and old seds have small limits too (100 cmds).
45564 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
45565 rm -f conftest.tail
45566 while grep . conftest.undefs >/dev/null
45567 do
45568 # Write a limited-size here document to $tmp/undefs.sed.
45569 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
45570 # Speed up: don't consider the non `#undef'
45571 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
45572 # Work around the forget-to-reset-the-flag bug.
45573 echo 't clr' >>$CONFIG_STATUS
45574 echo ': clr' >>$CONFIG_STATUS
45575 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
45576 echo 'CEOF
45577 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
45578 rm -f $tmp/in
45579 mv $tmp/out $tmp/in
45580 ' >>$CONFIG_STATUS
45581 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
45582 rm -f conftest.undefs
45583 mv conftest.tail conftest.undefs
45584 done
45585 rm -f conftest.undefs
45586
45587 cat >>$CONFIG_STATUS <<\_ACEOF
45588 # Let's still pretend it is `configure' which instantiates (i.e., don't
45589 # use $as_me), people would be surprised to read:
45590 # /* config.h. Generated by config.status. */
45591 if test x"$ac_file" = x-; then
45592 echo "/* Generated by configure. */" >$tmp/config.h
45593 else
45594 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
45595 fi
45596 cat $tmp/in >>$tmp/config.h
45597 rm -f $tmp/in
45598 if test x"$ac_file" != x-; then
45599 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
45600 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
45601 echo "$as_me: $ac_file is unchanged" >&6;}
45602 else
45603 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
45604 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45605 X"$ac_file" : 'X\(//\)[^/]' \| \
45606 X"$ac_file" : 'X\(//\)$' \| \
45607 X"$ac_file" : 'X\(/\)' \| \
45608 . : '\(.\)' 2>/dev/null ||
45609 echo X"$ac_file" |
45610 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45611 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45612 /^X\(\/\/\)$/{ s//\1/; q; }
45613 /^X\(\/\).*/{ s//\1/; q; }
45614 s/.*/./; q'`
45615 { if $as_mkdir_p; then
45616 mkdir -p "$ac_dir"
45617 else
45618 as_dir="$ac_dir"
45619 as_dirs=
45620 while test ! -d "$as_dir"; do
45621 as_dirs="$as_dir $as_dirs"
45622 as_dir=`(dirname "$as_dir") 2>/dev/null ||
45623 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45624 X"$as_dir" : 'X\(//\)[^/]' \| \
45625 X"$as_dir" : 'X\(//\)$' \| \
45626 X"$as_dir" : 'X\(/\)' \| \
45627 . : '\(.\)' 2>/dev/null ||
45628 echo X"$as_dir" |
45629 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45630 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45631 /^X\(\/\/\)$/{ s//\1/; q; }
45632 /^X\(\/\).*/{ s//\1/; q; }
45633 s/.*/./; q'`
45634 done
45635 test ! -n "$as_dirs" || mkdir $as_dirs
45636 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
45637 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
45638 { (exit 1); exit 1; }; }; }
45639
45640 rm -f $ac_file
45641 mv $tmp/config.h $ac_file
45642 fi
45643 else
45644 cat $tmp/config.h
45645 rm -f $tmp/config.h
45646 fi
45647 done
45648 _ACEOF
45649 cat >>$CONFIG_STATUS <<\_ACEOF
45650
45651 #
45652 # CONFIG_COMMANDS section.
45653 #
45654 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
45655 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
45656 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
45657 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
45658 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45659 X"$ac_dest" : 'X\(//\)[^/]' \| \
45660 X"$ac_dest" : 'X\(//\)$' \| \
45661 X"$ac_dest" : 'X\(/\)' \| \
45662 . : '\(.\)' 2>/dev/null ||
45663 echo X"$ac_dest" |
45664 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45665 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45666 /^X\(\/\/\)$/{ s//\1/; q; }
45667 /^X\(\/\).*/{ s//\1/; q; }
45668 s/.*/./; q'`
45669 { if $as_mkdir_p; then
45670 mkdir -p "$ac_dir"
45671 else
45672 as_dir="$ac_dir"
45673 as_dirs=
45674 while test ! -d "$as_dir"; do
45675 as_dirs="$as_dir $as_dirs"
45676 as_dir=`(dirname "$as_dir") 2>/dev/null ||
45677 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45678 X"$as_dir" : 'X\(//\)[^/]' \| \
45679 X"$as_dir" : 'X\(//\)$' \| \
45680 X"$as_dir" : 'X\(/\)' \| \
45681 . : '\(.\)' 2>/dev/null ||
45682 echo X"$as_dir" |
45683 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45684 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45685 /^X\(\/\/\)$/{ s//\1/; q; }
45686 /^X\(\/\).*/{ s//\1/; q; }
45687 s/.*/./; q'`
45688 done
45689 test ! -n "$as_dirs" || mkdir $as_dirs
45690 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
45691 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
45692 { (exit 1); exit 1; }; }; }
45693
45694 ac_builddir=.
45695
45696 if test "$ac_dir" != .; then
45697 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
45698 # A "../" for each directory in $ac_dir_suffix.
45699 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
45700 else
45701 ac_dir_suffix= ac_top_builddir=
45702 fi
45703
45704 case $srcdir in
45705 .) # No --srcdir option. We are building in place.
45706 ac_srcdir=.
45707 if test -z "$ac_top_builddir"; then
45708 ac_top_srcdir=.
45709 else
45710 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
45711 fi ;;
45712 [\\/]* | ?:[\\/]* ) # Absolute path.
45713 ac_srcdir=$srcdir$ac_dir_suffix;
45714 ac_top_srcdir=$srcdir ;;
45715 *) # Relative path.
45716 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
45717 ac_top_srcdir=$ac_top_builddir$srcdir ;;
45718 esac
45719
45720 # Do not use `cd foo && pwd` to compute absolute paths, because
45721 # the directories may not exist.
45722 case `pwd` in
45723 .) ac_abs_builddir="$ac_dir";;
45724 *)
45725 case "$ac_dir" in
45726 .) ac_abs_builddir=`pwd`;;
45727 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
45728 *) ac_abs_builddir=`pwd`/"$ac_dir";;
45729 esac;;
45730 esac
45731 case $ac_abs_builddir in
45732 .) ac_abs_top_builddir=${ac_top_builddir}.;;
45733 *)
45734 case ${ac_top_builddir}. in
45735 .) ac_abs_top_builddir=$ac_abs_builddir;;
45736 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
45737 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
45738 esac;;
45739 esac
45740 case $ac_abs_builddir in
45741 .) ac_abs_srcdir=$ac_srcdir;;
45742 *)
45743 case $ac_srcdir in
45744 .) ac_abs_srcdir=$ac_abs_builddir;;
45745 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
45746 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
45747 esac;;
45748 esac
45749 case $ac_abs_builddir in
45750 .) ac_abs_top_srcdir=$ac_top_srcdir;;
45751 *)
45752 case $ac_top_srcdir in
45753 .) ac_abs_top_srcdir=$ac_abs_builddir;;
45754 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
45755 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
45756 esac;;
45757 esac
45758
45759
45760 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
45761 echo "$as_me: executing $ac_dest commands" >&6;}
45762 case $ac_dest in
45763 wx-config ) rm -f wx-config
45764 ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
45765 ;;
45766 esac
45767 done
45768 _ACEOF
45769
45770 cat >>$CONFIG_STATUS <<\_ACEOF
45771
45772 { (exit 0); exit 0; }
45773 _ACEOF
45774 chmod +x $CONFIG_STATUS
45775 ac_clean_files=$ac_clean_files_save
45776
45777
45778 # configure is writing to config.log, and then calls config.status.
45779 # config.status does its own redirection, appending to config.log.
45780 # Unfortunately, on DOS this fails, as config.log is still kept open
45781 # by configure, so config.status won't be able to write to it; its
45782 # output is simply discarded. So we exec the FD to /dev/null,
45783 # effectively closing config.log, so it can be properly (re)opened and
45784 # appended to by config.status. When coming back to configure, we
45785 # need to make the FD available again.
45786 if test "$no_create" != yes; then
45787 ac_cs_success=:
45788 ac_config_status_args=
45789 test "$silent" = yes &&
45790 ac_config_status_args="$ac_config_status_args --quiet"
45791 exec 5>/dev/null
45792 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
45793 exec 5>>config.log
45794 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
45795 # would make configure fail if this is the last instruction.
45796 $ac_cs_success || { (exit 1); exit 1; }
45797 fi
45798
45799 #
45800 # CONFIG_SUBDIRS section.
45801 #
45802 if test "$no_recursion" != yes; then
45803
45804 # Remove --cache-file and --srcdir arguments so they do not pile up.
45805 ac_sub_configure_args=
45806 ac_prev=
45807 for ac_arg in $ac_configure_args; do
45808 if test -n "$ac_prev"; then
45809 ac_prev=
45810 continue
45811 fi
45812 case $ac_arg in
45813 -cache-file | --cache-file | --cache-fil | --cache-fi \
45814 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
45815 ac_prev=cache_file ;;
45816 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
45817 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
45818 | --c=*)
45819 ;;
45820 --config-cache | -C)
45821 ;;
45822 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
45823 ac_prev=srcdir ;;
45824 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
45825 ;;
45826 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
45827 ac_prev=prefix ;;
45828 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
45829 ;;
45830 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
45831 esac
45832 done
45833
45834 # Always prepend --prefix to ensure using the same prefix
45835 # in subdir configurations.
45836 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
45837
45838 ac_popdir=`pwd`
45839 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
45840
45841 # Do not complain, so a configure script can configure whichever
45842 # parts of a large source tree are present.
45843 test -d $srcdir/$ac_dir || continue
45844
45845 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
45846 echo "$as_me: configuring in $ac_dir" >&6;}
45847 { if $as_mkdir_p; then
45848 mkdir -p "$ac_dir"
45849 else
45850 as_dir="$ac_dir"
45851 as_dirs=
45852 while test ! -d "$as_dir"; do
45853 as_dirs="$as_dir $as_dirs"
45854 as_dir=`(dirname "$as_dir") 2>/dev/null ||
45855 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45856 X"$as_dir" : 'X\(//\)[^/]' \| \
45857 X"$as_dir" : 'X\(//\)$' \| \
45858 X"$as_dir" : 'X\(/\)' \| \
45859 . : '\(.\)' 2>/dev/null ||
45860 echo X"$as_dir" |
45861 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45862 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45863 /^X\(\/\/\)$/{ s//\1/; q; }
45864 /^X\(\/\).*/{ s//\1/; q; }
45865 s/.*/./; q'`
45866 done
45867 test ! -n "$as_dirs" || mkdir $as_dirs
45868 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
45869 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
45870 { (exit 1); exit 1; }; }; }
45871
45872 ac_builddir=.
45873
45874 if test "$ac_dir" != .; then
45875 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
45876 # A "../" for each directory in $ac_dir_suffix.
45877 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
45878 else
45879 ac_dir_suffix= ac_top_builddir=
45880 fi
45881
45882 case $srcdir in
45883 .) # No --srcdir option. We are building in place.
45884 ac_srcdir=.
45885 if test -z "$ac_top_builddir"; then
45886 ac_top_srcdir=.
45887 else
45888 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
45889 fi ;;
45890 [\\/]* | ?:[\\/]* ) # Absolute path.
45891 ac_srcdir=$srcdir$ac_dir_suffix;
45892 ac_top_srcdir=$srcdir ;;
45893 *) # Relative path.
45894 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
45895 ac_top_srcdir=$ac_top_builddir$srcdir ;;
45896 esac
45897
45898 # Do not use `cd foo && pwd` to compute absolute paths, because
45899 # the directories may not exist.
45900 case `pwd` in
45901 .) ac_abs_builddir="$ac_dir";;
45902 *)
45903 case "$ac_dir" in
45904 .) ac_abs_builddir=`pwd`;;
45905 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
45906 *) ac_abs_builddir=`pwd`/"$ac_dir";;
45907 esac;;
45908 esac
45909 case $ac_abs_builddir in
45910 .) ac_abs_top_builddir=${ac_top_builddir}.;;
45911 *)
45912 case ${ac_top_builddir}. in
45913 .) ac_abs_top_builddir=$ac_abs_builddir;;
45914 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
45915 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
45916 esac;;
45917 esac
45918 case $ac_abs_builddir in
45919 .) ac_abs_srcdir=$ac_srcdir;;
45920 *)
45921 case $ac_srcdir in
45922 .) ac_abs_srcdir=$ac_abs_builddir;;
45923 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
45924 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
45925 esac;;
45926 esac
45927 case $ac_abs_builddir in
45928 .) ac_abs_top_srcdir=$ac_top_srcdir;;
45929 *)
45930 case $ac_top_srcdir in
45931 .) ac_abs_top_srcdir=$ac_abs_builddir;;
45932 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
45933 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
45934 esac;;
45935 esac
45936
45937
45938 cd $ac_dir
45939
45940 # Check for guested configure; otherwise get Cygnus style configure.
45941 if test -f $ac_srcdir/configure.gnu; then
45942 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
45943 elif test -f $ac_srcdir/configure; then
45944 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
45945 elif test -f $ac_srcdir/configure.in; then
45946 ac_sub_configure=$ac_configure
45947 else
45948 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
45949 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
45950 ac_sub_configure=
45951 fi
45952
45953 # The recursion is here.
45954 if test -n "$ac_sub_configure"; then
45955 # Make the cache file name correct relative to the subdirectory.
45956 case $cache_file in
45957 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
45958 *) # Relative path.
45959 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
45960 esac
45961
45962 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
45963 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
45964 # The eval makes quoting arguments work.
45965 eval $ac_sub_configure $ac_sub_configure_args \
45966 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
45967 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
45968 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
45969 { (exit 1); exit 1; }; }
45970 fi
45971
45972 cd $ac_popdir
45973 done
45974 fi
45975
45976
45977 echo
45978 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
45979 echo ""
45980 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}"
45981 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
45982
45983 echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
45984 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
45985 echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
45986
45987 echo " What level of wxWidgets compatibility should be enabled?"
45988 echo " wxWidgets 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
45989 echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
45990
45991 echo " Which libraries should wxWidgets use?"
45992 echo " jpeg ${wxUSE_LIBJPEG-none}"
45993 echo " png ${wxUSE_LIBPNG-none}"
45994 echo " regex ${wxUSE_REGEX}"
45995 echo " tiff ${wxUSE_LIBTIFF-none}"
45996 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
45997 echo " xpm ${wxUSE_LIBXPM-none}"
45998 fi
45999 echo " zlib ${wxUSE_ZLIB}"
46000 echo " odbc ${wxUSE_ODBC}"
46001 echo " expat ${wxUSE_EXPAT}"
46002 echo " libmspack ${wxUSE_LIBMSPACK}"
46003 echo " sdl ${wxUSE_LIBSDL}"
46004 echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}"
46005
46006 echo ""
46007