]> git.saurik.com Git - wxWidgets.git/blob - configure
added helper for visual sizers debugging
[wxWidgets.git] / configure
1 #! /bin/sh
2 # From configure.in Id: configure.in.
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.59 for wxWidgets 2.7.0.
5 #
6 # Report bugs to <wx-dev@lists.wxwidgets.org>.
7 #
8 # Copyright (C) 2003 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
14
15 # Be Bourne compatible
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17 emulate sh
18 NULLCMD=:
19 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20 # is contrary to our usage. Disable this feature.
21 alias -g '${1+"$@"}'='"$@"'
22 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
23 set -o posix
24 fi
25 DUALCASE=1; export DUALCASE # for MKS sh
26
27 # Support unset when possible.
28 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
29 as_unset=unset
30 else
31 as_unset=false
32 fi
33
34
35 # Work around bugs in pre-3.0 UWIN ksh.
36 $as_unset ENV MAIL MAILPATH
37 PS1='$ '
38 PS2='> '
39 PS4='+ '
40
41 # NLS nuisances.
42 for as_var in \
43 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
44 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
45 LC_TELEPHONE LC_TIME
46 do
47 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
48 eval $as_var=C; export $as_var
49 else
50 $as_unset $as_var
51 fi
52 done
53
54 # Required to use basename.
55 if expr a : '\(a\)' >/dev/null 2>&1; then
56 as_expr=expr
57 else
58 as_expr=false
59 fi
60
61 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
62 as_basename=basename
63 else
64 as_basename=false
65 fi
66
67
68 # Name of the executable.
69 as_me=`$as_basename "$0" ||
70 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
71 X"$0" : 'X\(//\)$' \| \
72 X"$0" : 'X\(/\)$' \| \
73 . : '\(.\)' 2>/dev/null ||
74 echo X/"$0" |
75 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
76 /^X\/\(\/\/\)$/{ s//\1/; q; }
77 /^X\/\(\/\).*/{ s//\1/; q; }
78 s/.*/./; q'`
79
80
81 # PATH needs CR, and LINENO needs CR and PATH.
82 # Avoid depending upon Character Ranges.
83 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
84 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
85 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
86 as_cr_digits='0123456789'
87 as_cr_alnum=$as_cr_Letters$as_cr_digits
88
89 # The user is always right.
90 if test "${PATH_SEPARATOR+set}" != set; then
91 echo "#! /bin/sh" >conf$$.sh
92 echo "exit 0" >>conf$$.sh
93 chmod +x conf$$.sh
94 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
95 PATH_SEPARATOR=';'
96 else
97 PATH_SEPARATOR=:
98 fi
99 rm -f conf$$.sh
100 fi
101
102
103 as_lineno_1=$LINENO
104 as_lineno_2=$LINENO
105 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
106 test "x$as_lineno_1" != "x$as_lineno_2" &&
107 test "x$as_lineno_3" = "x$as_lineno_2" || {
108 # Find who we are. Look in the path if we contain no path at all
109 # relative or not.
110 case $0 in
111 *[\\/]* ) as_myself=$0 ;;
112 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
113 for as_dir in $PATH
114 do
115 IFS=$as_save_IFS
116 test -z "$as_dir" && as_dir=.
117 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
118 done
119
120 ;;
121 esac
122 # We did not find ourselves, most probably we were run as `sh COMMAND'
123 # in which case we are not to be found in the path.
124 if test "x$as_myself" = x; then
125 as_myself=$0
126 fi
127 if test ! -f "$as_myself"; then
128 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
129 { (exit 1); exit 1; }; }
130 fi
131 case $CONFIG_SHELL in
132 '')
133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
134 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
135 do
136 IFS=$as_save_IFS
137 test -z "$as_dir" && as_dir=.
138 for as_base in sh bash ksh sh5; do
139 case $as_dir in
140 /*)
141 if ("$as_dir/$as_base" -c '
142 as_lineno_1=$LINENO
143 as_lineno_2=$LINENO
144 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
145 test "x$as_lineno_1" != "x$as_lineno_2" &&
146 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
147 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
148 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
149 CONFIG_SHELL=$as_dir/$as_base
150 export CONFIG_SHELL
151 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
152 fi;;
153 esac
154 done
155 done
156 ;;
157 esac
158
159 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
160 # uniformly replaced by the line number. The first 'sed' inserts a
161 # line-number line before each line; the second 'sed' does the real
162 # work. The second script uses 'N' to pair each line-number line
163 # with the numbered line, and appends trailing '-' during
164 # substitution so that $LINENO is not a special case at line end.
165 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
166 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
167 sed '=' <$as_myself |
168 sed '
169 N
170 s,$,-,
171 : loop
172 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
173 t loop
174 s,-$,,
175 s,^['$as_cr_digits']*\n,,
176 ' >$as_me.lineno &&
177 chmod +x $as_me.lineno ||
178 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
179 { (exit 1); exit 1; }; }
180
181 # Don't try to exec as it changes $[0], causing all sort of problems
182 # (the dirname of $[0] is not the place where we might find the
183 # original and so on. Autoconf is especially sensible to this).
184 . ./$as_me.lineno
185 # Exit status is that of the last command.
186 exit
187 }
188
189
190 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
191 *c*,-n*) ECHO_N= ECHO_C='
192 ' ECHO_T=' ' ;;
193 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
194 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
195 esac
196
197 if expr a : '\(a\)' >/dev/null 2>&1; then
198 as_expr=expr
199 else
200 as_expr=false
201 fi
202
203 rm -f conf$$ conf$$.exe conf$$.file
204 echo >conf$$.file
205 if ln -s conf$$.file conf$$ 2>/dev/null; then
206 # We could just check for DJGPP; but this test a) works b) is more generic
207 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
208 if test -f conf$$.exe; then
209 # Don't use ln at all; we don't have any links
210 as_ln_s='cp -p'
211 else
212 as_ln_s='ln -s'
213 fi
214 elif ln conf$$.file conf$$ 2>/dev/null; then
215 as_ln_s=ln
216 else
217 as_ln_s='cp -p'
218 fi
219 rm -f conf$$ conf$$.exe conf$$.file
220
221 if mkdir -p . 2>/dev/null; then
222 as_mkdir_p=:
223 else
224 test -d ./-p && rmdir ./-p
225 as_mkdir_p=false
226 fi
227
228 as_executable_p="test -f"
229
230 # Sed expression to map a string onto a valid CPP name.
231 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
232
233 # Sed expression to map a string onto a valid variable name.
234 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235
236
237 # IFS
238 # We need space, tab and new line, in precisely that order.
239 as_nl='
240 '
241 IFS=" $as_nl"
242
243 # CDPATH.
244 $as_unset CDPATH
245
246
247 # Name of the host.
248 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
249 # so uname gets run too.
250 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
251
252 exec 6>&1
253
254 #
255 # Initializations.
256 #
257 ac_default_prefix=/usr/local
258 ac_config_libobj_dir=.
259 cross_compiling=no
260 subdirs=
261 MFLAGS=
262 MAKEFLAGS=
263 SHELL=${CONFIG_SHELL-/bin/sh}
264
265 # Maximum number of lines to put in a shell here document.
266 # This variable seems obsolete. It should probably be removed, and
267 # only ac_max_sed_lines should be used.
268 : ${ac_max_here_lines=38}
269
270 # Identity of this package.
271 PACKAGE_NAME='wxWidgets'
272 PACKAGE_TARNAME='wxwidgets'
273 PACKAGE_VERSION='2.7.0'
274 PACKAGE_STRING='wxWidgets 2.7.0'
275 PACKAGE_BUGREPORT='wx-dev@lists.wxwidgets.org'
276
277 ac_unique_file="wx-config.in"
278 # Factoring default headers for most tests.
279 ac_includes_default="\
280 #include <stdio.h>
281 #if HAVE_SYS_TYPES_H
282 # include <sys/types.h>
283 #endif
284 #if HAVE_SYS_STAT_H
285 # include <sys/stat.h>
286 #endif
287 #if STDC_HEADERS
288 # include <stdlib.h>
289 # include <stddef.h>
290 #else
291 # if HAVE_STDLIB_H
292 # include <stdlib.h>
293 # endif
294 #endif
295 #if HAVE_STRING_H
296 # if !STDC_HEADERS && HAVE_MEMORY_H
297 # include <memory.h>
298 # endif
299 # include <string.h>
300 #endif
301 #if HAVE_STRINGS_H
302 # include <strings.h>
303 #endif
304 #if HAVE_INTTYPES_H
305 # include <inttypes.h>
306 #else
307 # if HAVE_STDINT_H
308 # include <stdint.h>
309 # endif
310 #endif
311 #if HAVE_UNISTD_H
312 # include <unistd.h>
313 #endif"
314
315 ac_subdirs_all="$ac_subdirs_all src/expat"
316 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP CXX CXXFLAGS ac_ct_CXX RANLIB ac_ct_RANLIB AR ac_ct_AR INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA STRIP ac_ct_STRIP WINDRES ac_ct_WINDRES DLLTOOL ac_ct_DLLTOOL IF_GNU_MAKE LN_S LNDIR CXXCPP subdirs PKG_CONFIG GTK_CFLAGS GTK_LIBS GTK_CONFIG X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS PANGOX_CFLAGS PANGOX_LIBS PANGOFT2_CFLAGS PANGOFT2_LIBS PANGOXFT_CFLAGS PANGOXFT_LIBS REZ DEREZ SETFILE LIBICONV EXTRALIBS_ESD SDL_CONFIG SDL_CFLAGS SDL_LIBS LIBGNOMEPRINTUI_CFLAGS LIBGNOMEPRINTUI_LIBS GSTREAMER_CFLAGS GSTREAMER_LIBS GST_INSPECT CORE_BASE_LIBS CORE_GUI_LIBS wxUSE_ZLIB wxUSE_REGEX wxUSE_EXPAT wxUSE_ODBC wxUSE_LIBJPEG wxUSE_LIBPNG wxUSE_LIBTIFF VENDOR OFFICIAL_BUILD WX_FLAVOUR WX_LIB_FLAVOUR WXUNIV MONOLITHIC USE_PLUGINS EXTRALIBS EXTRALIBS_XML EXTRALIBS_HTML EXTRALIBS_ODBC EXTRALIBS_GUI EXTRALIBS_OPENGL EXTRALIBS_SDL WITH_PLUGIN_SDL EXTRALIBS_GNOMEPRINT UNICODE BUILD DEBUG_INFO DEBUG_FLAG TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG SAMPLES_RPATH_POSTLINK HOST_SUFFIX CPPUNIT_CFLAGS CPPUNIT_LIBS SET_MAKE MAKE_SET NM ac_ct_NM INSTALL_DIR LDFLAGS_GUI PLATFORM_UNIX PLATFORM_WIN32 PLATFORM_MSDOS PLATFORM_MAC PLATFORM_MACOS PLATFORM_MACOSX PLATFORM_OS2 PLATFORM_BEOS SO_SUFFIX SO_SUFFIX_MODULE DLLIMP_SUFFIX LIBPREFIX LIBEXT DLLPREFIX DLLPREFIX_MODULE dlldir AIX_CXX_LD SHARED_LD_CC SHARED_LD_CXX SHARED_LD_MODULE_CC SHARED_LD_MODULE_CXX PIC_FLAG WINDOWS_IMPLIB USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_SOVERCYGWIN USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING GCC_PCH COND_BUILD_DEBUG COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT COND_BUILD_DEBUG_UNICODE_0 COND_BUILD_DEBUG_UNICODE_1 COND_BUILD_RELEASE COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT COND_BUILD_RELEASE_UNICODE_0 COND_BUILD_RELEASE_UNICODE_1 COND_DEBUG_FLAG_1 COND_DEBUG_INFO_0 COND_DEBUG_INFO_1 COND_DEPS_TRACKING_0 COND_DEPS_TRACKING_1 COND_GCC_PCH_1 COND_MONOLITHIC_0 COND_MONOLITHIC_0_SHARED_0 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1 COND_MONOLITHIC_0_SHARED_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1 COND_MONOLITHIC_0_USE_ODBC_1 COND_MONOLITHIC_1 COND_MONOLITHIC_1_SHARED_0 COND_MONOLITHIC_1_SHARED_1 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_1 COND_PLATFORM_MACOSX_1_TOOLKIT_ COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA COND_PLATFORM_MACOSX_1_TOOLKIT_GTK COND_PLATFORM_MACOSX_1_TOOLKIT_MAC COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF COND_PLATFORM_MACOSX_1_TOOLKIT_X11 COND_PLATFORM_MACOSX_1_USE_GUI_1 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 COND_PLATFORM_MACOS_1 COND_PLATFORM_MAC_1 COND_PLATFORM_MSDOS_1 COND_PLATFORM_OS2_1 COND_PLATFORM_UNIX_0 COND_PLATFORM_UNIX_1 COND_PLATFORM_UNIX_1_USE_GUI_1 COND_PLATFORM_UNIX_1_USE_PLUGINS_0 COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_SHARED_0 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_SHARED_0_USE_XRC_1 COND_SHARED_0_WXUSE_EXPAT_BUILTIN COND_SHARED_0_WXUSE_ODBC_BUILTIN COND_SHARED_0_WXUSE_REGEX_BUILTIN COND_SHARED_0_WXUSE_ZLIB_BUILTIN COND_SHARED_1 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1 COND_SHARED_1_USE_XRC_1 COND_TOOLKIT_ COND_TOOLKIT_COCOA COND_TOOLKIT_COCOA_USE_GUI_1 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK COND_TOOLKIT_GTK_USE_GUI_1 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MAC COND_TOOLKIT_MAC_USE_GUI_1 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MGL COND_TOOLKIT_MGL_USE_GUI_1 COND_TOOLKIT_MOTIF COND_TOOLKIT_MOTIF_USE_GUI_1 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW COND_TOOLKIT_MSW_USE_GUI_1 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW_WXUNIV_0 COND_TOOLKIT_PM COND_TOOLKIT_PM_USE_GUI_1 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_WINCE COND_TOOLKIT_WINCE_USE_GUI_1 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_WINCE_WXUNIV_0 COND_TOOLKIT_X11 COND_TOOLKIT_X11_USE_GUI_1 COND_UNICODE_1 COND_USE_EXCEPTIONS_0 COND_USE_EXCEPTIONS_1 COND_USE_GUI_0 COND_USE_GUI_1 COND_USE_GUI_1_WXUNIV_0 COND_USE_GUI_1_WXUNIV_1 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_USE_ODBC_1 COND_USE_OPENGL_1 COND_USE_PLUGINS_0 COND_USE_RTTI_0 COND_USE_RTTI_1 COND_USE_SOSYMLINKS_1 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1 COND_USE_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_1 COND_USE_THREADS_0 COND_USE_THREADS_1 COND_USE_XRC_1 COND_WINDOWS_IMPLIB_1 COND_WITH_PLUGIN_SDL_1 COND_WXUNIV_0 COND_WXUNIV_1 COND_WXUSE_EXPAT_BUILTIN COND_WXUSE_LIBJPEG_BUILTIN COND_WXUSE_LIBPNG_BUILTIN COND_WXUSE_LIBTIFF_BUILTIN COND_WXUSE_ODBC_BUILTIN COND_WXUSE_REGEX_BUILTIN COND_WXUSE_ZLIB_BUILTIN SHARED WX_LIBRARY_BASENAME_NOGUI WX_LIBRARY_BASENAME_GUI USE_GUI AFMINSTALL WIN32INSTALL TOOLKIT TOOLKIT_DIR TOOLCHAIN_NAME TOOLCHAIN_FULLNAME cross_compiling WIDGET_SET WX_RELEASE WX_VERSION WX_SUBVERSION WX_CHARTYPE WX_DEBUGTYPE WXCONFIG_CPPFLAGS WXCONFIG_CFLAGS WXCONFIG_CXXFLAGS WXCONFIG_LIBS WXCONFIG_RPATH WXCONFIG_LDFLAGS_GUI WXCONFIG_RESCOMP 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 POSTLINK_COMMAND MACSETFILE WXCONFIG_POSTLINK_COMMAND GCC CPPUNIT_CONFIG LIBOBJS LTLIBOBJS'
317 ac_subst_files=''
318
319 # Initialize some variables set by options.
320 ac_init_help=
321 ac_init_version=false
322 # The variables have the same names as the options, with
323 # dashes changed to underlines.
324 cache_file=/dev/null
325 exec_prefix=NONE
326 no_create=
327 no_recursion=
328 prefix=NONE
329 program_prefix=NONE
330 program_suffix=NONE
331 program_transform_name=s,x,x,
332 silent=
333 site=
334 srcdir=
335 verbose=
336 x_includes=NONE
337 x_libraries=NONE
338
339 # Installation directory options.
340 # These are left unexpanded so users can "make install exec_prefix=/foo"
341 # and all the variables that are supposed to be based on exec_prefix
342 # by default will actually change.
343 # Use braces instead of parens because sh, perl, etc. also accept them.
344 bindir='${exec_prefix}/bin'
345 sbindir='${exec_prefix}/sbin'
346 libexecdir='${exec_prefix}/libexec'
347 datadir='${prefix}/share'
348 sysconfdir='${prefix}/etc'
349 sharedstatedir='${prefix}/com'
350 localstatedir='${prefix}/var'
351 libdir='${exec_prefix}/lib'
352 includedir='${prefix}/include'
353 oldincludedir='/usr/include'
354 infodir='${prefix}/info'
355 mandir='${prefix}/man'
356
357 ac_prev=
358 for ac_option
359 do
360 # If the previous option needs an argument, assign it.
361 if test -n "$ac_prev"; then
362 eval "$ac_prev=\$ac_option"
363 ac_prev=
364 continue
365 fi
366
367 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
368
369 # Accept the important Cygnus configure options, so we can diagnose typos.
370
371 case $ac_option in
372
373 -bindir | --bindir | --bindi | --bind | --bin | --bi)
374 ac_prev=bindir ;;
375 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
376 bindir=$ac_optarg ;;
377
378 -build | --build | --buil | --bui | --bu)
379 ac_prev=build_alias ;;
380 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
381 build_alias=$ac_optarg ;;
382
383 -cache-file | --cache-file | --cache-fil | --cache-fi \
384 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
385 ac_prev=cache_file ;;
386 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
387 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
388 cache_file=$ac_optarg ;;
389
390 --config-cache | -C)
391 cache_file=config.cache ;;
392
393 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
394 ac_prev=datadir ;;
395 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
396 | --da=*)
397 datadir=$ac_optarg ;;
398
399 -disable-* | --disable-*)
400 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
401 # Reject names that are not valid shell variable names.
402 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
403 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
404 { (exit 1); exit 1; }; }
405 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
406 eval "enable_$ac_feature=no" ;;
407
408 -enable-* | --enable-*)
409 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
410 # Reject names that are not valid shell variable names.
411 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
412 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
413 { (exit 1); exit 1; }; }
414 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
415 case $ac_option in
416 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
417 *) ac_optarg=yes ;;
418 esac
419 eval "enable_$ac_feature='$ac_optarg'" ;;
420
421 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
422 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
423 | --exec | --exe | --ex)
424 ac_prev=exec_prefix ;;
425 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
426 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
427 | --exec=* | --exe=* | --ex=*)
428 exec_prefix=$ac_optarg ;;
429
430 -gas | --gas | --ga | --g)
431 # Obsolete; use --with-gas.
432 with_gas=yes ;;
433
434 -help | --help | --hel | --he | -h)
435 ac_init_help=long ;;
436 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
437 ac_init_help=recursive ;;
438 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
439 ac_init_help=short ;;
440
441 -host | --host | --hos | --ho)
442 ac_prev=host_alias ;;
443 -host=* | --host=* | --hos=* | --ho=*)
444 host_alias=$ac_optarg ;;
445
446 -includedir | --includedir | --includedi | --included | --include \
447 | --includ | --inclu | --incl | --inc)
448 ac_prev=includedir ;;
449 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
450 | --includ=* | --inclu=* | --incl=* | --inc=*)
451 includedir=$ac_optarg ;;
452
453 -infodir | --infodir | --infodi | --infod | --info | --inf)
454 ac_prev=infodir ;;
455 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
456 infodir=$ac_optarg ;;
457
458 -libdir | --libdir | --libdi | --libd)
459 ac_prev=libdir ;;
460 -libdir=* | --libdir=* | --libdi=* | --libd=*)
461 libdir=$ac_optarg ;;
462
463 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
464 | --libexe | --libex | --libe)
465 ac_prev=libexecdir ;;
466 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
467 | --libexe=* | --libex=* | --libe=*)
468 libexecdir=$ac_optarg ;;
469
470 -localstatedir | --localstatedir | --localstatedi | --localstated \
471 | --localstate | --localstat | --localsta | --localst \
472 | --locals | --local | --loca | --loc | --lo)
473 ac_prev=localstatedir ;;
474 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
475 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
476 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
477 localstatedir=$ac_optarg ;;
478
479 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
480 ac_prev=mandir ;;
481 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
482 mandir=$ac_optarg ;;
483
484 -nfp | --nfp | --nf)
485 # Obsolete; use --without-fp.
486 with_fp=no ;;
487
488 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
489 | --no-cr | --no-c | -n)
490 no_create=yes ;;
491
492 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
493 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
494 no_recursion=yes ;;
495
496 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
497 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
498 | --oldin | --oldi | --old | --ol | --o)
499 ac_prev=oldincludedir ;;
500 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
501 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
502 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
503 oldincludedir=$ac_optarg ;;
504
505 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
506 ac_prev=prefix ;;
507 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
508 prefix=$ac_optarg ;;
509
510 -program-prefix | --program-prefix | --program-prefi | --program-pref \
511 | --program-pre | --program-pr | --program-p)
512 ac_prev=program_prefix ;;
513 -program-prefix=* | --program-prefix=* | --program-prefi=* \
514 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
515 program_prefix=$ac_optarg ;;
516
517 -program-suffix | --program-suffix | --program-suffi | --program-suff \
518 | --program-suf | --program-su | --program-s)
519 ac_prev=program_suffix ;;
520 -program-suffix=* | --program-suffix=* | --program-suffi=* \
521 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
522 program_suffix=$ac_optarg ;;
523
524 -program-transform-name | --program-transform-name \
525 | --program-transform-nam | --program-transform-na \
526 | --program-transform-n | --program-transform- \
527 | --program-transform | --program-transfor \
528 | --program-transfo | --program-transf \
529 | --program-trans | --program-tran \
530 | --progr-tra | --program-tr | --program-t)
531 ac_prev=program_transform_name ;;
532 -program-transform-name=* | --program-transform-name=* \
533 | --program-transform-nam=* | --program-transform-na=* \
534 | --program-transform-n=* | --program-transform-=* \
535 | --program-transform=* | --program-transfor=* \
536 | --program-transfo=* | --program-transf=* \
537 | --program-trans=* | --program-tran=* \
538 | --progr-tra=* | --program-tr=* | --program-t=*)
539 program_transform_name=$ac_optarg ;;
540
541 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
542 | -silent | --silent | --silen | --sile | --sil)
543 silent=yes ;;
544
545 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
546 ac_prev=sbindir ;;
547 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
548 | --sbi=* | --sb=*)
549 sbindir=$ac_optarg ;;
550
551 -sharedstatedir | --sharedstatedir | --sharedstatedi \
552 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
553 | --sharedst | --shareds | --shared | --share | --shar \
554 | --sha | --sh)
555 ac_prev=sharedstatedir ;;
556 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
557 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
558 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
559 | --sha=* | --sh=*)
560 sharedstatedir=$ac_optarg ;;
561
562 -site | --site | --sit)
563 ac_prev=site ;;
564 -site=* | --site=* | --sit=*)
565 site=$ac_optarg ;;
566
567 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
568 ac_prev=srcdir ;;
569 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
570 srcdir=$ac_optarg ;;
571
572 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
573 | --syscon | --sysco | --sysc | --sys | --sy)
574 ac_prev=sysconfdir ;;
575 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
576 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
577 sysconfdir=$ac_optarg ;;
578
579 -target | --target | --targe | --targ | --tar | --ta | --t)
580 ac_prev=target_alias ;;
581 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
582 target_alias=$ac_optarg ;;
583
584 -v | -verbose | --verbose | --verbos | --verbo | --verb)
585 verbose=yes ;;
586
587 -version | --version | --versio | --versi | --vers | -V)
588 ac_init_version=: ;;
589
590 -with-* | --with-*)
591 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
592 # Reject names that are not valid shell variable names.
593 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
594 { echo "$as_me: error: invalid package name: $ac_package" >&2
595 { (exit 1); exit 1; }; }
596 ac_package=`echo $ac_package| sed 's/-/_/g'`
597 case $ac_option in
598 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
599 *) ac_optarg=yes ;;
600 esac
601 eval "with_$ac_package='$ac_optarg'" ;;
602
603 -without-* | --without-*)
604 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
605 # Reject names that are not valid shell variable names.
606 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
607 { echo "$as_me: error: invalid package name: $ac_package" >&2
608 { (exit 1); exit 1; }; }
609 ac_package=`echo $ac_package | sed 's/-/_/g'`
610 eval "with_$ac_package=no" ;;
611
612 --x)
613 # Obsolete; use --with-x.
614 with_x=yes ;;
615
616 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
617 | --x-incl | --x-inc | --x-in | --x-i)
618 ac_prev=x_includes ;;
619 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
620 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
621 x_includes=$ac_optarg ;;
622
623 -x-libraries | --x-libraries | --x-librarie | --x-librari \
624 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
625 ac_prev=x_libraries ;;
626 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
627 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
628 x_libraries=$ac_optarg ;;
629
630 -*) { echo "$as_me: error: unrecognized option: $ac_option
631 Try \`$0 --help' for more information." >&2
632 { (exit 1); exit 1; }; }
633 ;;
634
635 *=*)
636 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
637 # Reject names that are not valid shell variable names.
638 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
639 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
640 { (exit 1); exit 1; }; }
641 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
642 eval "$ac_envvar='$ac_optarg'"
643 export $ac_envvar ;;
644
645 *)
646 # FIXME: should be removed in autoconf 3.0.
647 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
648 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
649 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
650 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
651 ;;
652
653 esac
654 done
655
656 if test -n "$ac_prev"; then
657 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
658 { echo "$as_me: error: missing argument to $ac_option" >&2
659 { (exit 1); exit 1; }; }
660 fi
661
662 # Be sure to have absolute paths.
663 for ac_var in exec_prefix prefix
664 do
665 eval ac_val=$`echo $ac_var`
666 case $ac_val in
667 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
668 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
669 { (exit 1); exit 1; }; };;
670 esac
671 done
672
673 # Be sure to have absolute paths.
674 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
675 localstatedir libdir includedir oldincludedir infodir mandir
676 do
677 eval ac_val=$`echo $ac_var`
678 case $ac_val in
679 [\\/$]* | ?:[\\/]* ) ;;
680 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
681 { (exit 1); exit 1; }; };;
682 esac
683 done
684
685 # There might be people who depend on the old broken behavior: `$host'
686 # used to hold the argument of --host etc.
687 # FIXME: To remove some day.
688 build=$build_alias
689 host=$host_alias
690 target=$target_alias
691
692 # FIXME: To remove some day.
693 if test "x$host_alias" != x; then
694 if test "x$build_alias" = x; then
695 cross_compiling=maybe
696 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
697 If a cross compiler is detected then cross compile mode will be used." >&2
698 elif test "x$build_alias" != "x$host_alias"; then
699 cross_compiling=yes
700 fi
701 fi
702
703 ac_tool_prefix=
704 test -n "$host_alias" && ac_tool_prefix=$host_alias-
705
706 test "$silent" = yes && exec 6>/dev/null
707
708
709 # Find the source files, if location was not specified.
710 if test -z "$srcdir"; then
711 ac_srcdir_defaulted=yes
712 # Try the directory containing this script, then its parent.
713 ac_confdir=`(dirname "$0") 2>/dev/null ||
714 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
715 X"$0" : 'X\(//\)[^/]' \| \
716 X"$0" : 'X\(//\)$' \| \
717 X"$0" : 'X\(/\)' \| \
718 . : '\(.\)' 2>/dev/null ||
719 echo X"$0" |
720 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
721 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
722 /^X\(\/\/\)$/{ s//\1/; q; }
723 /^X\(\/\).*/{ s//\1/; q; }
724 s/.*/./; q'`
725 srcdir=$ac_confdir
726 if test ! -r $srcdir/$ac_unique_file; then
727 srcdir=..
728 fi
729 else
730 ac_srcdir_defaulted=no
731 fi
732 if test ! -r $srcdir/$ac_unique_file; then
733 if test "$ac_srcdir_defaulted" = yes; then
734 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
735 { (exit 1); exit 1; }; }
736 else
737 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
738 { (exit 1); exit 1; }; }
739 fi
740 fi
741 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
742 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
743 { (exit 1); exit 1; }; }
744 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
745 ac_env_build_alias_set=${build_alias+set}
746 ac_env_build_alias_value=$build_alias
747 ac_cv_env_build_alias_set=${build_alias+set}
748 ac_cv_env_build_alias_value=$build_alias
749 ac_env_host_alias_set=${host_alias+set}
750 ac_env_host_alias_value=$host_alias
751 ac_cv_env_host_alias_set=${host_alias+set}
752 ac_cv_env_host_alias_value=$host_alias
753 ac_env_target_alias_set=${target_alias+set}
754 ac_env_target_alias_value=$target_alias
755 ac_cv_env_target_alias_set=${target_alias+set}
756 ac_cv_env_target_alias_value=$target_alias
757 ac_env_CC_set=${CC+set}
758 ac_env_CC_value=$CC
759 ac_cv_env_CC_set=${CC+set}
760 ac_cv_env_CC_value=$CC
761 ac_env_CFLAGS_set=${CFLAGS+set}
762 ac_env_CFLAGS_value=$CFLAGS
763 ac_cv_env_CFLAGS_set=${CFLAGS+set}
764 ac_cv_env_CFLAGS_value=$CFLAGS
765 ac_env_LDFLAGS_set=${LDFLAGS+set}
766 ac_env_LDFLAGS_value=$LDFLAGS
767 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
768 ac_cv_env_LDFLAGS_value=$LDFLAGS
769 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
770 ac_env_CPPFLAGS_value=$CPPFLAGS
771 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
772 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
773 ac_env_CPP_set=${CPP+set}
774 ac_env_CPP_value=$CPP
775 ac_cv_env_CPP_set=${CPP+set}
776 ac_cv_env_CPP_value=$CPP
777 ac_env_CXX_set=${CXX+set}
778 ac_env_CXX_value=$CXX
779 ac_cv_env_CXX_set=${CXX+set}
780 ac_cv_env_CXX_value=$CXX
781 ac_env_CXXFLAGS_set=${CXXFLAGS+set}
782 ac_env_CXXFLAGS_value=$CXXFLAGS
783 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
784 ac_cv_env_CXXFLAGS_value=$CXXFLAGS
785 ac_env_CXXCPP_set=${CXXCPP+set}
786 ac_env_CXXCPP_value=$CXXCPP
787 ac_cv_env_CXXCPP_set=${CXXCPP+set}
788 ac_cv_env_CXXCPP_value=$CXXCPP
789
790 #
791 # Report the --help message.
792 #
793 if test "$ac_init_help" = "long"; then
794 # Omit some internal or obsolete options to make the list less imposing.
795 # This message is too long to be a string in the A/UX 3.1 sh.
796 cat <<_ACEOF
797 \`configure' configures wxWidgets 2.7.0 to adapt to many kinds of systems.
798
799 Usage: $0 [OPTION]... [VAR=VALUE]...
800
801 To assign environment variables (e.g., CC, CFLAGS...), specify them as
802 VAR=VALUE. See below for descriptions of some of the useful variables.
803
804 Defaults for the options are specified in brackets.
805
806 Configuration:
807 -h, --help display this help and exit
808 --help=short display options specific to this package
809 --help=recursive display the short help of all the included packages
810 -V, --version display version information and exit
811 -q, --quiet, --silent do not print \`checking...' messages
812 --cache-file=FILE cache test results in FILE [disabled]
813 -C, --config-cache alias for \`--cache-file=config.cache'
814 -n, --no-create do not create output files
815 --srcdir=DIR find the sources in DIR [configure dir or \`..']
816
817 _ACEOF
818
819 cat <<_ACEOF
820 Installation directories:
821 --prefix=PREFIX install architecture-independent files in PREFIX
822 [$ac_default_prefix]
823 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
824 [PREFIX]
825
826 By default, \`make install' will install all the files in
827 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
828 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
829 for instance \`--prefix=\$HOME'.
830
831 For better control, use the options below.
832
833 Fine tuning of the installation directories:
834 --bindir=DIR user executables [EPREFIX/bin]
835 --sbindir=DIR system admin executables [EPREFIX/sbin]
836 --libexecdir=DIR program executables [EPREFIX/libexec]
837 --datadir=DIR read-only architecture-independent data [PREFIX/share]
838 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
839 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
840 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
841 --libdir=DIR object code libraries [EPREFIX/lib]
842 --includedir=DIR C header files [PREFIX/include]
843 --oldincludedir=DIR C header files for non-gcc [/usr/include]
844 --infodir=DIR info documentation [PREFIX/info]
845 --mandir=DIR man documentation [PREFIX/man]
846 _ACEOF
847
848 cat <<\_ACEOF
849
850 X features:
851 --x-includes=DIR X include files are in DIR
852 --x-libraries=DIR X library files are in DIR
853
854 System types:
855 --build=BUILD configure for building on BUILD [guessed]
856 --host=HOST cross-compile to build programs to run on HOST [BUILD]
857 --target=TARGET configure for building compilers for TARGET [HOST]
858 _ACEOF
859 fi
860
861 if test -n "$ac_init_help"; then
862 case $ac_init_help in
863 short | recursive ) echo "Configuration of wxWidgets 2.7.0:";;
864 esac
865 cat <<\_ACEOF
866
867 Optional Features:
868 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
869 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
870 --enable-gui use GUI classes
871 --enable-monolithic build wxWidgets as single library
872 --enable-plugins build parts of wxWidgets as loadable components
873 --enable-universal use wxWidgets GUI controls instead of native ones
874 --enable-nanox use NanoX
875 --disable-gtk2 use GTK+ 1.2 instead of 2.0
876 --enable-gpe use GNOME PDA Environment features if possible
877 --enable-shared create shared library code
878 --enable-optimise create optimised code
879 --enable-debug same as debug_flag and debug_info
880 --enable-stl use STL for containers
881 --enable-omf use OMF object format
882 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)
883 --enable-debug_info create code with debugging information
884 --enable-debug_gdb create code with extra GDB debugging information
885 --enable-debug_cntxt use wxDebugContext
886 --enable-mem_tracing create code with memory tracing
887 --enable-profile create code with profiling information
888 --enable-no_rtti create code without RTTI information
889 --enable-no_exceptions create code without C++ exceptions handling
890 --enable-permissive compile code disregarding strict ANSI
891 --enable-no_deps create code without dependency information
892 --enable-compat24 enable wxWidgets 2.4 compatibility
893 --disable-compat26 disable wxWidgets 2.6 compatibility
894 --disable-rpath disable use of rpath for uninstalled builds
895 --enable-intl use internationalization system
896 --enable-config use wxConfig (and derived) classes
897 --enable-protocols use wxProtocol and derived classes
898 --enable-ftp use wxFTP (requires wxProtocol
899 --enable-http use wxHTTP (requires wxProtocol
900 --enable-fileproto use wxFileProto class (requires wxProtocol
901 --enable-sockets use socket/network classes
902 --enable-ole use OLE classes (Win32 only)
903 --enable-dataobj use data object classes
904 --enable-ipc use interprocess communication (wxSocket etc.)
905 --enable-apple_ieee use the Apple IEEE codec
906 --enable-arcstream use wxArchive streams
907 --enable-backtrace use wxStackWalker class for getting backtraces
908 --enable-catch_segvs catch signals in wxApp::OnFatalException (Unix only)
909 --enable-cmdline use wxCmdLineParser class
910 --enable-datetime use wxDateTime class
911 --enable-debugreport use wxDebugReport class
912 --enable-dialupman use dialup network classes
913 --enable-dynlib use wxLibrary class for DLL loading
914 --enable-dynamicloader use (new) wxDynamicLibrary class
915 --enable-exceptions build exception-safe library
916 --enable-ffile use wxFFile class
917 --enable-file use wxFile class
918 --enable-filesystem use virtual file systems classes
919 --enable-fontmap use font encodings conversion classes
920 --enable-fs_inet use virtual HTTP/FTP filesystems
921 --enable-fs_zip use virtual ZIP filesystems
922 --enable-geometry use geometry class
923 --enable-log use logging system
924 --enable-longlong use wxLongLong class
925 --enable-mimetype use wxMimeTypesManager
926 --enable-mslu use MS Layer for Unicode on Windows 9x (Win32 only)
927 --enable-snglinst use wxSingleInstanceChecker class
928 --enable-std_iostreams use standard C++ stream classes
929 --enable-std_string use standard C++ string classes
930 --enable-stdpaths use wxStandardPaths class
931 --enable-stopwatch use wxStopWatch class
932 --enable-streams use wxStream etc classes
933 --enable-sysoptions use wxSystemOptions
934 --enable-textbuf use wxTextBuffer class
935 --enable-textfile use wxTextFile class
936 --enable-timer use wxTimer class
937 --enable-unicode compile wxString with Unicode support
938 --enable-sound use wxSound class
939 --enable-mediactrl use wxMediaCtrl class
940 --enable-wxprintfv use wxWidgets implementation of vprintf()
941 --enable-zipstream use wxZip streams
942 --enable-url use wxURL class
943 --enable-protocol use wxProtocol class
944 --enable-protocol-http HTTP support in wxProtocol
945 --enable-protocol-ftp FTP support in wxProtocol
946 --enable-protocol-file FILE support in wxProtocol
947 --enable-threads use threads
948 --enable-docview use document view architecture
949 --enable-help use help subsystem
950 --enable-mshtmlhelp use MS HTML Help (win32)
951 --enable-html use wxHTML sub-library
952 --enable-htmlhelp use wxHTML-based help
953 --enable-xrc use XRC resources sub-library
954 --enable-constraints use layout-constraints system
955 --enable-printarch use printing architecture
956 --enable-mdi use multiple document interface architecture
957 --enable-mdidoc use docview architecture with MDI
958 --enable-loggui use standard GUI logger
959 --enable-logwin use wxLogWindow
960 --enable-logdialog use wxLogDialog
961 --enable-webkit use wxWebKitCtrl (Mac)
962 --enable-richtext use wxRichTextCtrl
963 --enable-postscript use wxPostscriptDC device context (default for gtk+)
964 --enable-prologio not available; see contrib
965 --enable-resources not available; see contrib
966 --enable-clipboard use wxClipboard class
967 --enable-dnd use Drag'n'Drop classes
968 --enable-metafile use win32 metafiles
969 --enable-controls use all usual controls
970 --enable-accel use accelerators
971 --enable-button use wxButton class
972 --enable-bmpbutton use wxBitmapButton class
973 --enable-calendar use wxCalendarCtrl class
974 --enable-caret use wxCaret class
975 --enable-checkbox use wxCheckBox class
976 --enable-checklst use wxCheckListBox (listbox with checkboxes) class
977 --enable-choice use wxChoice class
978 --enable-choicebook use wxChoicebook class
979 --enable-combobox use wxComboBox class
980 --enable-datepick use wxDatePickerCtrl class
981 --enable-display use wxDisplay class
982 --enable-gauge use wxGauge class
983 --enable-grid use wxGrid class
984 --enable-imaglist use wxImageList class
985 --enable-listbook use wxListbook class
986 --enable-listbox use wxListBox class
987 --enable-listctrl use wxListCtrl class
988 --enable-notebook use wxNotebook class
989 --enable-radiobox use wxRadioBox class
990 --enable-radiobtn use wxRadioButton class
991 --enable-sash use wxSashWindow class
992 --enable-scrollbar use wxScrollBar class and scrollable windows
993 --enable-slider use wxSlider class
994 --enable-spinbtn use wxSpinButton class
995 --enable-spinctrl use wxSpinCtrl class
996 --enable-splitter use wxSplitterWindow class
997 --enable-statbmp use wxStaticBitmap class
998 --enable-statbox use wxStaticBox class
999 --enable-statline use wxStaticLine class
1000 --enable-stattext use wxStaticText class
1001 --enable-statusbar use wxStatusBar class
1002 --enable-tabdialog use wxTabControl class
1003 --enable-textctrl use wxTextCtrl class
1004 --enable-togglebtn use wxToggleButton class
1005 --enable-toolbar use wxToolBar class
1006 --enable-tbarnative use native wxToolBar class
1007 --enable-tbarsmpl use wxToolBarSimple class
1008 --enable-treebook use wxTreebook class
1009 --enable-treectrl use wxTreeCtrl class
1010 --enable-tipwindow use wxTipWindow class
1011 --enable-popupwin use wxPopUpWindow class
1012 --enable-commondlg use all common dialogs
1013 --enable-choicedlg use wxChoiceDialog
1014 --enable-coldlg use wxColourDialog
1015 --enable-filedlg use wxFileDialog
1016 --enable-finddlg use wxFindReplaceDialog
1017 --enable-fontdlg use wxFontDialog
1018 --enable-dirdlg use wxDirDialog
1019 --enable-msgdlg use wxMessageDialog
1020 --enable-numberdlg use wxNumberEntryDialog
1021 --enable-splash use wxSplashScreen
1022 --enable-textdlg use wxTextDialog
1023 --enable-tipdlg use startup tips
1024 --enable-progressdlg use wxProgressDialog
1025 --enable-wizarddlg use wxWizard
1026 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
1027 --enable-miniframe use wxMiniFrame class
1028 --enable-tooltips use wxToolTip class
1029 --enable-splines use spline drawing code
1030 --enable-mousewheel use mousewheel
1031 --enable-validators use wxValidator and derived classes
1032 --enable-busyinfo use wxBusyInfo
1033 --enable-joystick use wxJoystick
1034 --enable-metafiles use wxMetaFile (Win32 only)
1035 --enable-dragimage use wxDragImage
1036 --enable-accessibility enable accessibility support
1037 --enable-dccache cache temporary wxDC objects (Win32 only)
1038 --enable-palette use wxPalette class
1039 --enable-image use wxImage class
1040 --enable-gif use gif images (GIF file format)
1041 --enable-pcx use pcx images (PCX file format)
1042 --enable-iff use iff images (IFF file format)
1043 --enable-pnm use pnm images (PNM file format)
1044 --enable-xpm use xpm images (XPM file format)
1045 --enable-icocur use Windows ICO and CUR formats
1046 --enable-official_build official build of wxWidgets (win32 DLL only)
1047 --enable-vendor=VENDOR vendor name (win32 DLL only)
1048 --disable-largefile omit support for large files
1049 --disable-gtktest do not try to compile and run a test GTK+ program
1050 --disable-gtktest Do not try to compile and run a test GTK program
1051 --disable-sdltest Do not try to compile and run a test SDL program
1052 --enable-omf use OMF object format (OS/2)
1053 --disable-precomp-headers
1054 don't use precompiled headers even if compiler can
1055
1056 Optional Packages:
1057 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1058 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1059 --without-subdirs don't generate makefiles for samples/demos/...
1060 --with-gtk[=VERSION] use GTK+, VERSION can be 2 (default), 1 or "any"
1061 --with-motif use Motif/Lesstif
1062 --with-mac use Mac OS X
1063 --with-cocoa use Cocoa
1064 --with-wine use Wine
1065 --with-msw use MS-Windows
1066 --with-pm use OS/2 Presentation Manager
1067 --with-mgl use SciTech MGL
1068 --with-microwin use MicroWindows
1069 --with-x11 use X11
1070 --with-libpng use libpng (PNG image format)
1071 --with-libjpeg use libjpeg (JPEG file format)
1072 --with-libtiff use libtiff (TIFF file format)
1073 --with-libxpm use libxpm (XPM file format)
1074 --with-libmspack use libmspack (CHM help files loading)
1075 --with-sdl use SDL for audio on Unix
1076 --with-gnomeprint use GNOME print for printing under Unix
1077 --with-opengl use OpenGL (or Mesa)
1078 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1079 --with-regex enable support for wxRegEx class
1080 --with-zlib use zlib for LZW compression
1081 --with-odbc use the IODBC and wxODBC classes
1082 --with-expat enable XML support using expat parser
1083 --with-flavour=NAME specify a name to identify this build
1084 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1085 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1086 --with-x use the X Window System
1087 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1088 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1089 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1090 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1091 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1092
1093 Some influential environment variables:
1094 CC C compiler command
1095 CFLAGS C compiler flags
1096 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1097 nonstandard directory <lib dir>
1098 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1099 headers in a nonstandard directory <include dir>
1100 CPP C preprocessor
1101 CXX C++ compiler command
1102 CXXFLAGS C++ compiler flags
1103 CXXCPP C++ preprocessor
1104
1105 Use these variables to override the choices made by `configure' or to help
1106 it to find libraries and programs with nonstandard names/locations.
1107
1108 Report bugs to <wx-dev@lists.wxwidgets.org>.
1109 _ACEOF
1110 fi
1111
1112 if test "$ac_init_help" = "recursive"; then
1113 # If there are subdirs, report their specific --help.
1114 ac_popdir=`pwd`
1115 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1116 test -d $ac_dir || continue
1117 ac_builddir=.
1118
1119 if test "$ac_dir" != .; then
1120 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1121 # A "../" for each directory in $ac_dir_suffix.
1122 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1123 else
1124 ac_dir_suffix= ac_top_builddir=
1125 fi
1126
1127 case $srcdir in
1128 .) # No --srcdir option. We are building in place.
1129 ac_srcdir=.
1130 if test -z "$ac_top_builddir"; then
1131 ac_top_srcdir=.
1132 else
1133 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1134 fi ;;
1135 [\\/]* | ?:[\\/]* ) # Absolute path.
1136 ac_srcdir=$srcdir$ac_dir_suffix;
1137 ac_top_srcdir=$srcdir ;;
1138 *) # Relative path.
1139 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1140 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1141 esac
1142
1143 # Do not use `cd foo && pwd` to compute absolute paths, because
1144 # the directories may not exist.
1145 case `pwd` in
1146 .) ac_abs_builddir="$ac_dir";;
1147 *)
1148 case "$ac_dir" in
1149 .) ac_abs_builddir=`pwd`;;
1150 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1151 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1152 esac;;
1153 esac
1154 case $ac_abs_builddir in
1155 .) ac_abs_top_builddir=${ac_top_builddir}.;;
1156 *)
1157 case ${ac_top_builddir}. in
1158 .) ac_abs_top_builddir=$ac_abs_builddir;;
1159 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1160 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1161 esac;;
1162 esac
1163 case $ac_abs_builddir in
1164 .) ac_abs_srcdir=$ac_srcdir;;
1165 *)
1166 case $ac_srcdir in
1167 .) ac_abs_srcdir=$ac_abs_builddir;;
1168 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1169 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1170 esac;;
1171 esac
1172 case $ac_abs_builddir in
1173 .) ac_abs_top_srcdir=$ac_top_srcdir;;
1174 *)
1175 case $ac_top_srcdir in
1176 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1177 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1178 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1179 esac;;
1180 esac
1181
1182 cd $ac_dir
1183 # Check for guested configure; otherwise get Cygnus style configure.
1184 if test -f $ac_srcdir/configure.gnu; then
1185 echo
1186 $SHELL $ac_srcdir/configure.gnu --help=recursive
1187 elif test -f $ac_srcdir/configure; then
1188 echo
1189 $SHELL $ac_srcdir/configure --help=recursive
1190 elif test -f $ac_srcdir/configure.ac ||
1191 test -f $ac_srcdir/configure.in; then
1192 echo
1193 $ac_configure --help
1194 else
1195 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1196 fi
1197 cd "$ac_popdir"
1198 done
1199 fi
1200
1201 test -n "$ac_init_help" && exit 0
1202 if $ac_init_version; then
1203 cat <<\_ACEOF
1204 wxWidgets configure 2.7.0
1205 generated by GNU Autoconf 2.59
1206
1207 Copyright (C) 2003 Free Software Foundation, Inc.
1208 This configure script is free software; the Free Software Foundation
1209 gives unlimited permission to copy, distribute and modify it.
1210 _ACEOF
1211 exit 0
1212 fi
1213 exec 5>config.log
1214 cat >&5 <<_ACEOF
1215 This file contains any messages produced by compilers while
1216 running configure, to aid debugging if configure makes a mistake.
1217
1218 It was created by wxWidgets $as_me 2.7.0, which was
1219 generated by GNU Autoconf 2.59. Invocation command line was
1220
1221 $ $0 $@
1222
1223 _ACEOF
1224 {
1225 cat <<_ASUNAME
1226 ## --------- ##
1227 ## Platform. ##
1228 ## --------- ##
1229
1230 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1231 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1232 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1233 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1234 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1235
1236 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1237 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1238
1239 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1240 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1241 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1242 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1243 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1244 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1245 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1246
1247 _ASUNAME
1248
1249 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1250 for as_dir in $PATH
1251 do
1252 IFS=$as_save_IFS
1253 test -z "$as_dir" && as_dir=.
1254 echo "PATH: $as_dir"
1255 done
1256
1257 } >&5
1258
1259 cat >&5 <<_ACEOF
1260
1261
1262 ## ----------- ##
1263 ## Core tests. ##
1264 ## ----------- ##
1265
1266 _ACEOF
1267
1268
1269 # Keep a trace of the command line.
1270 # Strip out --no-create and --no-recursion so they do not pile up.
1271 # Strip out --silent because we don't want to record it for future runs.
1272 # Also quote any args containing shell meta-characters.
1273 # Make two passes to allow for proper duplicate-argument suppression.
1274 ac_configure_args=
1275 ac_configure_args0=
1276 ac_configure_args1=
1277 ac_sep=
1278 ac_must_keep_next=false
1279 for ac_pass in 1 2
1280 do
1281 for ac_arg
1282 do
1283 case $ac_arg in
1284 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1285 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1286 | -silent | --silent | --silen | --sile | --sil)
1287 continue ;;
1288 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1289 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1290 esac
1291 case $ac_pass in
1292 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1293 2)
1294 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1295 if test $ac_must_keep_next = true; then
1296 ac_must_keep_next=false # Got value, back to normal.
1297 else
1298 case $ac_arg in
1299 *=* | --config-cache | -C | -disable-* | --disable-* \
1300 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1301 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1302 | -with-* | --with-* | -without-* | --without-* | --x)
1303 case "$ac_configure_args0 " in
1304 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1305 esac
1306 ;;
1307 -* ) ac_must_keep_next=true ;;
1308 esac
1309 fi
1310 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1311 # Get rid of the leading space.
1312 ac_sep=" "
1313 ;;
1314 esac
1315 done
1316 done
1317 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1318 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1319
1320 # When interrupted or exit'd, cleanup temporary files, and complete
1321 # config.log. We remove comments because anyway the quotes in there
1322 # would cause problems or look ugly.
1323 # WARNING: Be sure not to use single quotes in there, as some shells,
1324 # such as our DU 5.0 friend, will then `close' the trap.
1325 trap 'exit_status=$?
1326 # Save into config.log some information that might help in debugging.
1327 {
1328 echo
1329
1330 cat <<\_ASBOX
1331 ## ---------------- ##
1332 ## Cache variables. ##
1333 ## ---------------- ##
1334 _ASBOX
1335 echo
1336 # The following way of writing the cache mishandles newlines in values,
1337 {
1338 (set) 2>&1 |
1339 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1340 *ac_space=\ *)
1341 sed -n \
1342 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1343 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1344 ;;
1345 *)
1346 sed -n \
1347 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1348 ;;
1349 esac;
1350 }
1351 echo
1352
1353 cat <<\_ASBOX
1354 ## ----------------- ##
1355 ## Output variables. ##
1356 ## ----------------- ##
1357 _ASBOX
1358 echo
1359 for ac_var in $ac_subst_vars
1360 do
1361 eval ac_val=$`echo $ac_var`
1362 echo "$ac_var='"'"'$ac_val'"'"'"
1363 done | sort
1364 echo
1365
1366 if test -n "$ac_subst_files"; then
1367 cat <<\_ASBOX
1368 ## ------------- ##
1369 ## Output files. ##
1370 ## ------------- ##
1371 _ASBOX
1372 echo
1373 for ac_var in $ac_subst_files
1374 do
1375 eval ac_val=$`echo $ac_var`
1376 echo "$ac_var='"'"'$ac_val'"'"'"
1377 done | sort
1378 echo
1379 fi
1380
1381 if test -s confdefs.h; then
1382 cat <<\_ASBOX
1383 ## ----------- ##
1384 ## confdefs.h. ##
1385 ## ----------- ##
1386 _ASBOX
1387 echo
1388 sed "/^$/d" confdefs.h | sort
1389 echo
1390 fi
1391 test "$ac_signal" != 0 &&
1392 echo "$as_me: caught signal $ac_signal"
1393 echo "$as_me: exit $exit_status"
1394 } >&5
1395 rm -f core *.core &&
1396 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1397 exit $exit_status
1398 ' 0
1399 for ac_signal in 1 2 13 15; do
1400 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1401 done
1402 ac_signal=0
1403
1404 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1405 rm -rf conftest* confdefs.h
1406 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1407 echo >confdefs.h
1408
1409 # Predefined preprocessor variables.
1410
1411 cat >>confdefs.h <<_ACEOF
1412 #define PACKAGE_NAME "$PACKAGE_NAME"
1413 _ACEOF
1414
1415
1416 cat >>confdefs.h <<_ACEOF
1417 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1418 _ACEOF
1419
1420
1421 cat >>confdefs.h <<_ACEOF
1422 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1423 _ACEOF
1424
1425
1426 cat >>confdefs.h <<_ACEOF
1427 #define PACKAGE_STRING "$PACKAGE_STRING"
1428 _ACEOF
1429
1430
1431 cat >>confdefs.h <<_ACEOF
1432 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1433 _ACEOF
1434
1435
1436 # Let the site file select an alternate cache file if it wants to.
1437 # Prefer explicitly selected file to automatically selected ones.
1438 if test -z "$CONFIG_SITE"; then
1439 if test "x$prefix" != xNONE; then
1440 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1441 else
1442 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1443 fi
1444 fi
1445 for ac_site_file in $CONFIG_SITE; do
1446 if test -r "$ac_site_file"; then
1447 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1448 echo "$as_me: loading site script $ac_site_file" >&6;}
1449 sed 's/^/| /' "$ac_site_file" >&5
1450 . "$ac_site_file"
1451 fi
1452 done
1453
1454 if test -r "$cache_file"; then
1455 # Some versions of bash will fail to source /dev/null (special
1456 # files actually), so we avoid doing that.
1457 if test -f "$cache_file"; then
1458 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1459 echo "$as_me: loading cache $cache_file" >&6;}
1460 case $cache_file in
1461 [\\/]* | ?:[\\/]* ) . $cache_file;;
1462 *) . ./$cache_file;;
1463 esac
1464 fi
1465 else
1466 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1467 echo "$as_me: creating cache $cache_file" >&6;}
1468 >$cache_file
1469 fi
1470
1471 # Check that the precious variables saved in the cache have kept the same
1472 # value.
1473 ac_cache_corrupted=false
1474 for ac_var in `(set) 2>&1 |
1475 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1476 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1477 eval ac_new_set=\$ac_env_${ac_var}_set
1478 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1479 eval ac_new_val="\$ac_env_${ac_var}_value"
1480 case $ac_old_set,$ac_new_set in
1481 set,)
1482 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1483 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1484 ac_cache_corrupted=: ;;
1485 ,set)
1486 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1487 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1488 ac_cache_corrupted=: ;;
1489 ,);;
1490 *)
1491 if test "x$ac_old_val" != "x$ac_new_val"; then
1492 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1493 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1494 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1495 echo "$as_me: former value: $ac_old_val" >&2;}
1496 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1497 echo "$as_me: current value: $ac_new_val" >&2;}
1498 ac_cache_corrupted=:
1499 fi;;
1500 esac
1501 # Pass precious variables to config.status.
1502 if test "$ac_new_set" = set; then
1503 case $ac_new_val in
1504 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1505 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1506 *) ac_arg=$ac_var=$ac_new_val ;;
1507 esac
1508 case " $ac_configure_args " in
1509 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1510 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1511 esac
1512 fi
1513 done
1514 if $ac_cache_corrupted; then
1515 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1516 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1517 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1518 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1519 { (exit 1); exit 1; }; }
1520 fi
1521
1522 ac_ext=c
1523 ac_cpp='$CPP $CPPFLAGS'
1524 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1525 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1526 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557 ac_aux_dir=
1558 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1559 if test -f $ac_dir/install-sh; then
1560 ac_aux_dir=$ac_dir
1561 ac_install_sh="$ac_aux_dir/install-sh -c"
1562 break
1563 elif test -f $ac_dir/install.sh; then
1564 ac_aux_dir=$ac_dir
1565 ac_install_sh="$ac_aux_dir/install.sh -c"
1566 break
1567 elif test -f $ac_dir/shtool; then
1568 ac_aux_dir=$ac_dir
1569 ac_install_sh="$ac_aux_dir/shtool install -c"
1570 break
1571 fi
1572 done
1573 if test -z "$ac_aux_dir"; then
1574 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1575 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1576 { (exit 1); exit 1; }; }
1577 fi
1578 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1579 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1580 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1581
1582 # Make sure we can run config.sub.
1583 $ac_config_sub sun4 >/dev/null 2>&1 ||
1584 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1585 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1586 { (exit 1); exit 1; }; }
1587
1588 echo "$as_me:$LINENO: checking build system type" >&5
1589 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1590 if test "${ac_cv_build+set}" = set; then
1591 echo $ECHO_N "(cached) $ECHO_C" >&6
1592 else
1593 ac_cv_build_alias=$build_alias
1594 test -z "$ac_cv_build_alias" &&
1595 ac_cv_build_alias=`$ac_config_guess`
1596 test -z "$ac_cv_build_alias" &&
1597 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1598 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1599 { (exit 1); exit 1; }; }
1600 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1601 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1602 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1603 { (exit 1); exit 1; }; }
1604
1605 fi
1606 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1607 echo "${ECHO_T}$ac_cv_build" >&6
1608 build=$ac_cv_build
1609 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1610 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1611 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1612
1613
1614 echo "$as_me:$LINENO: checking host system type" >&5
1615 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1616 if test "${ac_cv_host+set}" = set; then
1617 echo $ECHO_N "(cached) $ECHO_C" >&6
1618 else
1619 ac_cv_host_alias=$host_alias
1620 test -z "$ac_cv_host_alias" &&
1621 ac_cv_host_alias=$ac_cv_build_alias
1622 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1623 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1624 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1625 { (exit 1); exit 1; }; }
1626
1627 fi
1628 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1629 echo "${ECHO_T}$ac_cv_host" >&6
1630 host=$ac_cv_host
1631 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1632 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1633 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1634
1635
1636 echo "$as_me:$LINENO: checking target system type" >&5
1637 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1638 if test "${ac_cv_target+set}" = set; then
1639 echo $ECHO_N "(cached) $ECHO_C" >&6
1640 else
1641 ac_cv_target_alias=$target_alias
1642 test "x$ac_cv_target_alias" = "x" &&
1643 ac_cv_target_alias=$ac_cv_host_alias
1644 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1645 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1646 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1647 { (exit 1); exit 1; }; }
1648
1649 fi
1650 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1651 echo "${ECHO_T}$ac_cv_target" >&6
1652 target=$ac_cv_target
1653 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1654 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1655 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1656
1657
1658 # The aliases save the names the user supplied, while $host etc.
1659 # will get canonicalized.
1660 test -n "$target_alias" &&
1661 test "$program_prefix$program_suffix$program_transform_name" = \
1662 NONENONEs,x,x, &&
1663 program_prefix=${target_alias}-
1664
1665
1666
1667 wx_major_version_number=2
1668 wx_minor_version_number=7
1669 wx_release_number=0
1670 wx_subrelease_number=0
1671
1672 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
1673 WX_VERSION=$WX_RELEASE.$wx_release_number
1674 WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
1675
1676 WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
1677
1678
1679
1680
1681 USE_UNIX=1
1682 USE_OS2=0
1683 USE_WIN32=0
1684 USE_DOS=0
1685 USE_BEOS=0
1686 USE_MAC=0
1687
1688 USE_AIX=
1689 USE_BSD= USE_DARWIN= USE_FREEBSD=
1690 USE_GNU= USE_HPUX=
1691 USE_LINUX=
1692 USE_NETBSD=
1693 USE_OPENBSD=
1694 USE_OSF= USE_SGI=
1695 USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
1696 USE_ULTRIX=
1697 USE_UNIXWARE=
1698
1699 USE_ALPHA=
1700
1701 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1702
1703 ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1704
1705 DEFAULT_wxUSE_COCOA=0
1706 DEFAULT_wxUSE_GTK=0
1707 DEFAULT_wxUSE_MAC=0
1708 DEFAULT_wxUSE_MGL=0
1709 DEFAULT_wxUSE_MICROWIN=0
1710 DEFAULT_wxUSE_MOTIF=0
1711 DEFAULT_wxUSE_MSW=0
1712 DEFAULT_wxUSE_PM=0
1713 DEFAULT_wxUSE_X11=0
1714
1715 DEFAULT_DEFAULT_wxUSE_COCOA=0
1716 DEFAULT_DEFAULT_wxUSE_GTK=0
1717 DEFAULT_DEFAULT_wxUSE_MAC=0
1718 DEFAULT_DEFAULT_wxUSE_MGL=0
1719 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1720 DEFAULT_DEFAULT_wxUSE_MOTIF=0
1721 DEFAULT_DEFAULT_wxUSE_MSW=0
1722 DEFAULT_DEFAULT_wxUSE_PM=0
1723 DEFAULT_DEFAULT_wxUSE_X11=0
1724
1725 PROGRAM_EXT=
1726 SO_SUFFIX=so
1727 SAMPLES_RPATH_FLAG=
1728 SAMPLES_RPATH_POSTLINK=
1729
1730 DEFAULT_STD_FLAG=yes
1731
1732 case "${host}" in
1733 *-hp-hpux* )
1734 USE_HPUX=1
1735 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1736 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1737 SO_SUFFIX=sl
1738 cat >>confdefs.h <<\_ACEOF
1739 #define __HPUX__ 1
1740 _ACEOF
1741
1742
1743 CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE"
1744 ;;
1745 *-*-linux* )
1746 USE_LINUX=1
1747 cat >>confdefs.h <<\_ACEOF
1748 #define __LINUX__ 1
1749 _ACEOF
1750
1751 TMP=`uname -m`
1752 if test "x$TMP" = "xalpha"; then
1753 USE_ALPHA=1
1754 cat >>confdefs.h <<\_ACEOF
1755 #define __ALPHA__ 1
1756 _ACEOF
1757
1758 fi
1759 DEFAULT_DEFAULT_wxUSE_GTK=1
1760 ;;
1761 *-*-gnu* | *-*-k*bsd*-gnu )
1762 USE_GNU=1
1763 TMP=`uname -m`
1764 if test "x$TMP" = "xalpha"; then
1765 USE_ALPHA=1
1766 cat >>confdefs.h <<\_ACEOF
1767 #define __ALPHA__ 1
1768 _ACEOF
1769
1770 fi
1771 DEFAULT_DEFAULT_wxUSE_GTK=1
1772 ;;
1773 *-*-irix5* | *-*-irix6* )
1774 USE_SGI=1
1775 USE_SVR4=1
1776 cat >>confdefs.h <<\_ACEOF
1777 #define __SGI__ 1
1778 _ACEOF
1779
1780 cat >>confdefs.h <<\_ACEOF
1781 #define __SVR4__ 1
1782 _ACEOF
1783
1784 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1785 ;;
1786 *-*-solaris2* )
1787 USE_SUN=1
1788 USE_SOLARIS=1
1789 USE_SVR4=1
1790 cat >>confdefs.h <<\_ACEOF
1791 #define __SUN__ 1
1792 _ACEOF
1793
1794 cat >>confdefs.h <<\_ACEOF
1795 #define __SOLARIS__ 1
1796 _ACEOF
1797
1798 cat >>confdefs.h <<\_ACEOF
1799 #define __SVR4__ 1
1800 _ACEOF
1801
1802 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1803 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1804 ;;
1805 *-*-sunos4* )
1806 USE_SUN=1
1807 USE_SUNOS=1
1808 USE_BSD=1
1809 cat >>confdefs.h <<\_ACEOF
1810 #define __SUN__ 1
1811 _ACEOF
1812
1813 cat >>confdefs.h <<\_ACEOF
1814 #define __SUNOS__ 1
1815 _ACEOF
1816
1817 cat >>confdefs.h <<\_ACEOF
1818 #define __BSD__ 1
1819 _ACEOF
1820
1821 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1822 ;;
1823 *-*-freebsd*)
1824 USE_BSD=1
1825 USE_FREEBSD=1
1826 cat >>confdefs.h <<\_ACEOF
1827 #define __FREEBSD__ 1
1828 _ACEOF
1829
1830 cat >>confdefs.h <<\_ACEOF
1831 #define __BSD__ 1
1832 _ACEOF
1833
1834 DEFAULT_DEFAULT_wxUSE_GTK=1
1835 ;;
1836 *-*-openbsd*)
1837 USE_BSD=1
1838 USE_OPENBSD=1
1839 cat >>confdefs.h <<\_ACEOF
1840 #define __OPENBSD__ 1
1841 _ACEOF
1842
1843 cat >>confdefs.h <<\_ACEOF
1844 #define __BSD__ 1
1845 _ACEOF
1846
1847 DEFAULT_DEFAULT_wxUSE_GTK=1
1848 ;;
1849 *-*-netbsd*)
1850 USE_BSD=1
1851 USE_NETBSD=1
1852 cat >>confdefs.h <<\_ACEOF
1853 #define __NETBSD__ 1
1854 _ACEOF
1855
1856 cat >>confdefs.h <<\_ACEOF
1857 #define __BSD__ 1
1858 _ACEOF
1859
1860 DEFAULT_DEFAULT_wxUSE_GTK=1
1861 ;;
1862 *-*-osf* )
1863 USE_ALPHA=1
1864 USE_OSF=1
1865 cat >>confdefs.h <<\_ACEOF
1866 #define __ALPHA__ 1
1867 _ACEOF
1868
1869 cat >>confdefs.h <<\_ACEOF
1870 #define __OSF__ 1
1871 _ACEOF
1872
1873 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1874 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1875 ;;
1876 *-*-dgux5* )
1877 USE_ALPHA=1
1878 USE_SVR4=1
1879 cat >>confdefs.h <<\_ACEOF
1880 #define __ALPHA__ 1
1881 _ACEOF
1882
1883 cat >>confdefs.h <<\_ACEOF
1884 #define __SVR4__ 1
1885 _ACEOF
1886
1887 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1888 ;;
1889 *-*-sysv5* )
1890 USE_SYSV=1
1891 USE_SVR4=1
1892 cat >>confdefs.h <<\_ACEOF
1893 #define __SYSV__ 1
1894 _ACEOF
1895
1896 cat >>confdefs.h <<\_ACEOF
1897 #define __SVR4__ 1
1898 _ACEOF
1899
1900 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1901 ;;
1902 *-*-aix* )
1903 USE_AIX=1
1904 USE_SYSV=1
1905 USE_SVR4=1
1906 SO_SUFFIX=a
1907 cat >>confdefs.h <<\_ACEOF
1908 #define __AIX__ 1
1909 _ACEOF
1910
1911 cat >>confdefs.h <<\_ACEOF
1912 #define __SYSV__ 1
1913 _ACEOF
1914
1915 cat >>confdefs.h <<\_ACEOF
1916 #define __SVR4__ 1
1917 _ACEOF
1918
1919 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1920 ;;
1921
1922 *-*-*UnixWare*)
1923 USE_SYSV=1
1924 USE_SVR4=1
1925 USE_UNIXWARE=1
1926 cat >>confdefs.h <<\_ACEOF
1927 #define __UNIXWARE__ 1
1928 _ACEOF
1929
1930 ;;
1931
1932 *-*-cygwin* | *-*-mingw32* )
1933 SO_SUFFIX=dll
1934 PROGRAM_EXT=".exe"
1935 DEFAULT_DEFAULT_wxUSE_MSW=1
1936 DEFAULT_STD_FLAG=no
1937 ;;
1938
1939 *-pc-msdosdjgpp )
1940 USE_UNIX=0
1941 USE_DOS=1
1942 cat >>confdefs.h <<\_ACEOF
1943 #define __DOS__ 1
1944 _ACEOF
1945
1946 PROGRAM_EXT=".exe"
1947 DEFAULT_DEFAULT_wxUSE_MGL=1
1948 ;;
1949
1950 *-pc-os2_emx | *-pc-os2-emx )
1951 cat >>confdefs.h <<\_ACEOF
1952 #define __EMX__ 1
1953 _ACEOF
1954
1955 USE_OS2=1
1956 cat >>confdefs.h <<\_ACEOF
1957 #define __OS2__ 1
1958 _ACEOF
1959
1960 PROGRAM_EXT=".exe"
1961 DEFAULT_DEFAULT_wxUSE_PM=1
1962 CXX=gcc
1963 LDFLAGS="$LDFLAGS -Zcrtdll"
1964 ac_executable_extensions=".exe"
1965 export ac_executable_extensions
1966 ac_save_IFS="$IFS"
1967 IFS='\\'
1968 ac_TEMP_PATH=
1969 for ac_dir in $PATH; do
1970 IFS=$ac_save_IFS
1971 if test -z "$ac_TEMP_PATH"; then
1972 ac_TEMP_PATH="$ac_dir"
1973 else
1974 ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
1975 fi
1976 done
1977 export PATH="$ac_TEMP_PATH"
1978 unset ac_TEMP_PATH
1979 DEFAULT_STD_FLAG=no
1980 ;;
1981
1982 *-*-darwin* )
1983 USE_BSD=1
1984 USE_DARWIN=1
1985 SO_SUFFIX=dylib
1986 cat >>confdefs.h <<\_ACEOF
1987 #define __BSD__ 1
1988 _ACEOF
1989
1990 cat >>confdefs.h <<\_ACEOF
1991 #define __DARWIN__ 1
1992 _ACEOF
1993
1994 cat >>confdefs.h <<\_ACEOF
1995 #define TARGET_CARBON 1
1996 _ACEOF
1997
1998 DEFAULT_DEFAULT_wxUSE_MAC=1
1999 DEFAULT_STD_FLAG=no
2000 ;;
2001 powerpc-apple-macos* )
2002 USE_UNIX=0
2003 ac_cv_c_bigendian=yes
2004 SO_SUFFIX=shlib
2005 DEFAULT_DEFAULT_wxUSE_MAC=1
2006 DEFAULT_STD_FLAG=no
2007 ;;
2008
2009 *-*-beos* )
2010 USE_BEOS=1
2011 cat >>confdefs.h <<\_ACEOF
2012 #define __BEOS__ 1
2013 _ACEOF
2014
2015 ;;
2016
2017 *)
2018 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
2019 echo "$as_me: error: unknown system type ${host}." >&2;}
2020 { (exit 1); exit 1; }; }
2021 esac
2022
2023
2024
2025
2026 wx_arg_cache_file="configarg.cache"
2027 echo "loading argument cache $wx_arg_cache_file"
2028 rm -f ${wx_arg_cache_file}.tmp
2029 touch ${wx_arg_cache_file}.tmp
2030 touch ${wx_arg_cache_file}
2031
2032
2033 DEBUG_CONFIGURE=0
2034 if test $DEBUG_CONFIGURE = 1; then
2035 DEFAULT_wxUSE_UNIVERSAL=no
2036 DEFAULT_wxUSE_STL=no
2037
2038 DEFAULT_wxUSE_NANOX=no
2039
2040 DEFAULT_wxUSE_THREADS=yes
2041
2042 DEFAULT_wxUSE_SHARED=yes
2043 DEFAULT_wxUSE_OPTIMISE=no
2044 DEFAULT_wxUSE_PROFILE=no
2045 DEFAULT_wxUSE_NO_DEPS=no
2046 DEFAULT_wxUSE_NO_RTTI=no
2047 DEFAULT_wxUSE_NO_EXCEPTIONS=no
2048 DEFAULT_wxUSE_RPATH=yes
2049 DEFAULT_wxUSE_PERMISSIVE=no
2050 DEFAULT_wxUSE_DEBUG_FLAG=yes
2051 DEFAULT_wxUSE_DEBUG_INFO=yes
2052 DEFAULT_wxUSE_DEBUG_GDB=yes
2053 DEFAULT_wxUSE_MEM_TRACING=no
2054 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2055 DEFAULT_wxUSE_DMALLOC=no
2056 DEFAULT_wxUSE_APPLE_IEEE=no
2057
2058 DEFAULT_wxUSE_EXCEPTIONS=no
2059 DEFAULT_wxUSE_LOG=yes
2060 DEFAULT_wxUSE_LOGWINDOW=no
2061 DEFAULT_wxUSE_LOGGUI=no
2062 DEFAULT_wxUSE_LOGDIALOG=no
2063
2064 DEFAULT_wxUSE_GUI=yes
2065 DEFAULT_wxUSE_CONTROLS=no
2066
2067 DEFAULT_wxUSE_REGEX=no
2068 DEFAULT_wxUSE_XML=no
2069 DEFAULT_wxUSE_EXPAT=no
2070 DEFAULT_wxUSE_ZLIB=no
2071 DEFAULT_wxUSE_LIBPNG=no
2072 DEFAULT_wxUSE_LIBJPEG=no
2073 DEFAULT_wxUSE_LIBTIFF=no
2074 DEFAULT_wxUSE_LIBXPM=no
2075 DEFAULT_wxUSE_LIBMSPACK=no
2076 DEFAULT_wxUSE_LIBSDL=no
2077 DEFAULT_wxUSE_LIBGNOMEPRINT=no
2078 DEFAULT_wxUSE_ODBC=no
2079 DEFAULT_wxUSE_OPENGL=no
2080
2081 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
2082 DEFAULT_wxUSE_STACKWALKER=no
2083 DEFAULT_wxUSE_DEBUGREPORT=no
2084 DEFAULT_wxUSE_SNGLINST_CHECKER=no
2085 DEFAULT_wxUSE_STD_IOSTREAM=no
2086 DEFAULT_wxUSE_STD_STRING=no
2087 DEFAULT_wxUSE_CMDLINE_PARSER=no
2088 DEFAULT_wxUSE_DATETIME=no
2089 DEFAULT_wxUSE_TIMER=no
2090 DEFAULT_wxUSE_STOPWATCH=no
2091 DEFAULT_wxUSE_FILE=no
2092 DEFAULT_wxUSE_FFILE=no
2093 DEFAULT_wxUSE_STDPATHS=no
2094 DEFAULT_wxUSE_TEXTBUFFER=no
2095 DEFAULT_wxUSE_TEXTFILE=no
2096 DEFAULT_wxUSE_SOUND=no
2097 DEFAULT_wxUSE_MEDIACTRL=no
2098 DEFAULT_wxUSE_INTL=no
2099 DEFAULT_wxUSE_CONFIG=no
2100 DEFAULT_wxUSE_FONTMAP=no
2101 DEFAULT_wxUSE_STREAMS=no
2102 DEFAULT_wxUSE_SOCKETS=no
2103 DEFAULT_wxUSE_OLE=no
2104 DEFAULT_wxUSE_DATAOBJ=no
2105 DEFAULT_wxUSE_DIALUP_MANAGER=no
2106 DEFAULT_wxUSE_JOYSTICK=no
2107 DEFAULT_wxUSE_DYNLIB_CLASS=no
2108 DEFAULT_wxUSE_DYNAMIC_LOADER=no
2109 DEFAULT_wxUSE_LONGLONG=no
2110 DEFAULT_wxUSE_GEOMETRY=no
2111
2112 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
2113 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
2114 DEFAULT_wxUSE_POSTSCRIPT=no
2115
2116 DEFAULT_wxUSE_CLIPBOARD=no
2117 DEFAULT_wxUSE_TOOLTIPS=no
2118 DEFAULT_wxUSE_DRAG_AND_DROP=no
2119 DEFAULT_wxUSE_DRAGIMAGE=no
2120 DEFAULT_wxUSE_SPLINES=no
2121 DEFAULT_wxUSE_MOUSEWHEEL=no
2122
2123 DEFAULT_wxUSE_MDI=no
2124 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
2125 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
2126 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
2127
2128 DEFAULT_wxUSE_RESOURCES=no
2129 DEFAULT_wxUSE_CONSTRAINTS=no
2130 DEFAULT_wxUSE_IPC=no
2131 DEFAULT_wxUSE_HELP=no
2132 DEFAULT_wxUSE_MS_HTML_HELP=no
2133 DEFAULT_wxUSE_WXHTML_HELP=no
2134 DEFAULT_wxUSE_TREELAYOUT=no
2135 DEFAULT_wxUSE_METAFILE=no
2136 DEFAULT_wxUSE_MIMETYPE=no
2137 DEFAULT_wxUSE_SYSTEM_OPTIONS=no
2138 DEFAULT_wxUSE_PROTOCOL=no
2139 DEFAULT_wxUSE_PROTOCOL_HTTP=no
2140 DEFAULT_wxUSE_PROTOCOL_FTP=no
2141 DEFAULT_wxUSE_PROTOCOL_FILE=no
2142 DEFAULT_wxUSE_URL=no
2143
2144 DEFAULT_wxUSE_COMMONDLGS=no
2145 DEFAULT_wxUSE_CHOICEDLG=no
2146 DEFAULT_wxUSE_COLOURDLG=no
2147 DEFAULT_wxUSE_DIRDLG=no
2148 DEFAULT_wxUSE_FILEDLG=no
2149 DEFAULT_wxUSE_FINDREPLDLG=no
2150 DEFAULT_wxUSE_FONTDLG=no
2151 DEFAULT_wxUSE_MSGDLG=no
2152 DEFAULT_wxUSE_NUMBERDLG=no
2153 DEFAULT_wxUSE_TEXTDLG=no
2154 DEFAULT_wxUSE_SPLASH=no
2155 DEFAULT_wxUSE_STARTUP_TIPS=no
2156 DEFAULT_wxUSE_PROGRESSDLG=no
2157 DEFAULT_wxUSE_WIZARDDLG=no
2158
2159 DEFAULT_wxUSE_MENUS=no
2160 DEFAULT_wxUSE_MINIFRAME=no
2161 DEFAULT_wxUSE_HTML=no
2162 DEFAULT_wxUSE_RICHTEXT=no
2163 DEFAULT_wxUSE_XRC=no
2164 DEFAULT_wxUSE_WEBKIT=no
2165 DEFAULT_wxUSE_FILESYSTEM=no
2166 DEFAULT_wxUSE_FS_INET=no
2167 DEFAULT_wxUSE_FS_ZIP=no
2168 DEFAULT_wxUSE_BUSYINFO=no
2169 DEFAULT_wxUSE_ARCHIVE_STREAMS=no
2170 DEFAULT_wxUSE_ZIPSTREAM=no
2171 DEFAULT_wxUSE_VALIDATORS=no
2172
2173 DEFAULT_wxUSE_ACCEL=no
2174 DEFAULT_wxUSE_BUTTON=no
2175 DEFAULT_wxUSE_BMPBUTTON=no
2176 DEFAULT_wxUSE_CALCTRL=no
2177 DEFAULT_wxUSE_CARET=no
2178 DEFAULT_wxUSE_CHECKBOX=no
2179 DEFAULT_wxUSE_CHECKLST=no
2180 DEFAULT_wxUSE_CHOICE=no
2181 DEFAULT_wxUSE_CHOICEBOOK=no
2182 DEFAULT_wxUSE_COMBOBOX=no
2183 DEFAULT_wxUSE_DATEPICKCTRL=no
2184 DEFAULT_wxUSE_DISPLAY=no
2185 DEFAULT_wxUSE_GAUGE=no
2186 DEFAULT_wxUSE_GRID=no
2187 DEFAULT_wxUSE_IMAGLIST=no
2188 DEFAULT_wxUSE_LISTBOOK=no
2189 DEFAULT_wxUSE_LISTBOX=no
2190 DEFAULT_wxUSE_LISTCTRL=no
2191 DEFAULT_wxUSE_NOTEBOOK=no
2192 DEFAULT_wxUSE_RADIOBOX=no
2193 DEFAULT_wxUSE_RADIOBTN=no
2194 DEFAULT_wxUSE_SASH=no
2195 DEFAULT_wxUSE_SCROLLBAR=no
2196 DEFAULT_wxUSE_SLIDER=no
2197 DEFAULT_wxUSE_SPINBTN=no
2198 DEFAULT_wxUSE_SPINCTRL=no
2199 DEFAULT_wxUSE_SPLITTER=no
2200 DEFAULT_wxUSE_STATBMP=no
2201 DEFAULT_wxUSE_STATBOX=no
2202 DEFAULT_wxUSE_STATLINE=no
2203 DEFAULT_wxUSE_STATTEXT=no
2204 DEFAULT_wxUSE_STATUSBAR=yes
2205 DEFAULT_wxUSE_TABDIALOG=no
2206 DEFAULT_wxUSE_TEXTCTRL=no
2207 DEFAULT_wxUSE_TOGGLEBTN=no
2208 DEFAULT_wxUSE_TOOLBAR=no
2209 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
2210 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
2211 DEFAULT_wxUSE_TREEBOOK=no
2212 DEFAULT_wxUSE_TREECTRL=no
2213 DEFAULT_wxUSE_POPUPWIN=no
2214 DEFAULT_wxUSE_TIPWINDOW=no
2215
2216 DEFAULT_wxUSE_UNICODE=no
2217 DEFAULT_wxUSE_UNICODE_MSLU=no
2218 DEFAULT_wxUSE_WCSRTOMBS=no
2219
2220 DEFAULT_wxUSE_PALETTE=no
2221 DEFAULT_wxUSE_IMAGE=no
2222 DEFAULT_wxUSE_GIF=no
2223 DEFAULT_wxUSE_PCX=no
2224 DEFAULT_wxUSE_PNM=no
2225 DEFAULT_wxUSE_IFF=no
2226 DEFAULT_wxUSE_XPM=no
2227 DEFAULT_wxUSE_ICO_CUR=no
2228 DEFAULT_wxUSE_ACCESSIBILITY=no
2229
2230 DEFAULT_wxUSE_MONOLITHIC=no
2231 DEFAULT_wxUSE_PLUGINS=no
2232 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2233 else
2234 DEFAULT_wxUSE_UNIVERSAL=no
2235 DEFAULT_wxUSE_STL=no
2236
2237 DEFAULT_wxUSE_NANOX=no
2238
2239 DEFAULT_wxUSE_THREADS=yes
2240
2241 DEFAULT_wxUSE_SHARED=yes
2242 DEFAULT_wxUSE_OPTIMISE=yes
2243 DEFAULT_wxUSE_PROFILE=no
2244 DEFAULT_wxUSE_NO_DEPS=no
2245 DEFAULT_wxUSE_NO_RTTI=no
2246 DEFAULT_wxUSE_NO_EXCEPTIONS=no
2247 DEFAULT_wxUSE_RPATH=yes
2248 DEFAULT_wxUSE_PERMISSIVE=no
2249 DEFAULT_wxUSE_DEBUG_FLAG=no
2250 DEFAULT_wxUSE_DEBUG_INFO=no
2251 DEFAULT_wxUSE_DEBUG_GDB=no
2252 DEFAULT_wxUSE_MEM_TRACING=no
2253 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2254 DEFAULT_wxUSE_DMALLOC=no
2255 DEFAULT_wxUSE_APPLE_IEEE=yes
2256
2257 DEFAULT_wxUSE_EXCEPTIONS=yes
2258 DEFAULT_wxUSE_LOG=yes
2259 DEFAULT_wxUSE_LOGWINDOW=yes
2260 DEFAULT_wxUSE_LOGGUI=yes
2261 DEFAULT_wxUSE_LOGDIALOG=yes
2262
2263 DEFAULT_wxUSE_GUI=yes
2264
2265 DEFAULT_wxUSE_REGEX=yes
2266 DEFAULT_wxUSE_XML=yes
2267 DEFAULT_wxUSE_EXPAT=yes
2268 DEFAULT_wxUSE_ZLIB=yes
2269 DEFAULT_wxUSE_LIBPNG=yes
2270 DEFAULT_wxUSE_LIBJPEG=yes
2271 DEFAULT_wxUSE_LIBTIFF=yes
2272 DEFAULT_wxUSE_LIBXPM=yes
2273 DEFAULT_wxUSE_LIBMSPACK=yes
2274 DEFAULT_wxUSE_LIBSDL=no
2275 DEFAULT_wxUSE_LIBGNOMEPRINT=no
2276 DEFAULT_wxUSE_ODBC=no
2277 DEFAULT_wxUSE_OPENGL=no
2278
2279 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
2280 DEFAULT_wxUSE_STACKWALKER=yes
2281 DEFAULT_wxUSE_DEBUGREPORT=yes
2282 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
2283 DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG
2284 DEFAULT_wxUSE_STD_STRING=$DEFAULT_STD_FLAG
2285 DEFAULT_wxUSE_CMDLINE_PARSER=yes
2286 DEFAULT_wxUSE_DATETIME=yes
2287 DEFAULT_wxUSE_TIMER=yes
2288 DEFAULT_wxUSE_STOPWATCH=yes
2289 DEFAULT_wxUSE_FILE=yes
2290 DEFAULT_wxUSE_FFILE=yes
2291 DEFAULT_wxUSE_STDPATHS=yes
2292 DEFAULT_wxUSE_TEXTBUFFER=yes
2293 DEFAULT_wxUSE_TEXTFILE=yes
2294 DEFAULT_wxUSE_SOUND=yes
2295 DEFAULT_wxUSE_MEDIACTRL=no
2296 DEFAULT_wxUSE_INTL=yes
2297 DEFAULT_wxUSE_CONFIG=yes
2298 DEFAULT_wxUSE_FONTMAP=yes
2299 DEFAULT_wxUSE_STREAMS=yes
2300 DEFAULT_wxUSE_SOCKETS=yes
2301 DEFAULT_wxUSE_OLE=yes
2302 DEFAULT_wxUSE_DATAOBJ=yes
2303 DEFAULT_wxUSE_DIALUP_MANAGER=yes
2304 DEFAULT_wxUSE_JOYSTICK=yes
2305 DEFAULT_wxUSE_DYNLIB_CLASS=yes
2306 DEFAULT_wxUSE_DYNAMIC_LOADER=yes
2307 DEFAULT_wxUSE_LONGLONG=yes
2308 DEFAULT_wxUSE_GEOMETRY=yes
2309
2310 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
2311 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
2312 DEFAULT_wxUSE_POSTSCRIPT=yes
2313
2314 DEFAULT_wxUSE_CLIPBOARD=yes
2315 DEFAULT_wxUSE_TOOLTIPS=yes
2316 DEFAULT_wxUSE_DRAG_AND_DROP=yes
2317 DEFAULT_wxUSE_DRAGIMAGE=yes
2318 DEFAULT_wxUSE_SPLINES=yes
2319 DEFAULT_wxUSE_MOUSEWHEEL=yes
2320
2321 DEFAULT_wxUSE_MDI=yes
2322 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
2323 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
2324 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
2325
2326 DEFAULT_wxUSE_RESOURCES=no
2327 DEFAULT_wxUSE_CONSTRAINTS=yes
2328 DEFAULT_wxUSE_IPC=yes
2329 DEFAULT_wxUSE_HELP=yes
2330 DEFAULT_wxUSE_MS_HTML_HELP=yes
2331 DEFAULT_wxUSE_WXHTML_HELP=yes
2332 DEFAULT_wxUSE_TREELAYOUT=yes
2333 DEFAULT_wxUSE_METAFILE=yes
2334 DEFAULT_wxUSE_MIMETYPE=yes
2335 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
2336 DEFAULT_wxUSE_PROTOCOL=yes
2337 DEFAULT_wxUSE_PROTOCOL_HTTP=yes
2338 DEFAULT_wxUSE_PROTOCOL_FTP=yes
2339 DEFAULT_wxUSE_PROTOCOL_FILE=yes
2340 DEFAULT_wxUSE_URL=yes
2341
2342 DEFAULT_wxUSE_COMMONDLGS=yes
2343 DEFAULT_wxUSE_CHOICEDLG=yes
2344 DEFAULT_wxUSE_COLOURDLG=yes
2345 DEFAULT_wxUSE_DIRDLG=yes
2346 DEFAULT_wxUSE_FILEDLG=yes
2347 DEFAULT_wxUSE_FINDREPLDLG=yes
2348 DEFAULT_wxUSE_FONTDLG=yes
2349 DEFAULT_wxUSE_MSGDLG=yes
2350 DEFAULT_wxUSE_NUMBERDLG=yes
2351 DEFAULT_wxUSE_TEXTDLG=yes
2352 DEFAULT_wxUSE_SPLASH=yes
2353 DEFAULT_wxUSE_STARTUP_TIPS=yes
2354 DEFAULT_wxUSE_PROGRESSDLG=yes
2355 DEFAULT_wxUSE_WIZARDDLG=yes
2356
2357 DEFAULT_wxUSE_MENUS=yes
2358 DEFAULT_wxUSE_MINIFRAME=yes
2359 DEFAULT_wxUSE_HTML=yes
2360 DEFAULT_wxUSE_RICHTEXT=yes
2361 DEFAULT_wxUSE_XRC=yes
2362 DEFAULT_wxUSE_WEBKIT=yes
2363 DEFAULT_wxUSE_FILESYSTEM=yes
2364 DEFAULT_wxUSE_FS_INET=yes
2365 DEFAULT_wxUSE_FS_ZIP=yes
2366 DEFAULT_wxUSE_BUSYINFO=yes
2367 DEFAULT_wxUSE_ARCHIVE_STREAMS=yes
2368 DEFAULT_wxUSE_ZIPSTREAM=yes
2369 DEFAULT_wxUSE_VALIDATORS=yes
2370
2371 DEFAULT_wxUSE_ACCEL=yes
2372 DEFAULT_wxUSE_BUTTON=yes
2373 DEFAULT_wxUSE_BMPBUTTON=yes
2374 DEFAULT_wxUSE_CALCTRL=yes
2375 DEFAULT_wxUSE_CARET=yes
2376 DEFAULT_wxUSE_CHECKBOX=yes
2377 DEFAULT_wxUSE_CHECKLST=yes
2378 DEFAULT_wxUSE_CHOICE=yes
2379 DEFAULT_wxUSE_CHOICEBOOK=yes
2380 DEFAULT_wxUSE_COMBOBOX=yes
2381 DEFAULT_wxUSE_DATEPICKCTRL=yes
2382 DEFAULT_wxUSE_DISPLAY=yes
2383 DEFAULT_wxUSE_GAUGE=yes
2384 DEFAULT_wxUSE_GRID=yes
2385 DEFAULT_wxUSE_IMAGLIST=yes
2386 DEFAULT_wxUSE_LISTBOOK=yes
2387 DEFAULT_wxUSE_LISTBOX=yes
2388 DEFAULT_wxUSE_LISTCTRL=yes
2389 DEFAULT_wxUSE_NOTEBOOK=yes
2390 DEFAULT_wxUSE_RADIOBOX=yes
2391 DEFAULT_wxUSE_RADIOBTN=yes
2392 DEFAULT_wxUSE_SASH=yes
2393 DEFAULT_wxUSE_SCROLLBAR=yes
2394 DEFAULT_wxUSE_SLIDER=yes
2395 DEFAULT_wxUSE_SPINBTN=yes
2396 DEFAULT_wxUSE_SPINCTRL=yes
2397 DEFAULT_wxUSE_SPLITTER=yes
2398 DEFAULT_wxUSE_STATBMP=yes
2399 DEFAULT_wxUSE_STATBOX=yes
2400 DEFAULT_wxUSE_STATLINE=yes
2401 DEFAULT_wxUSE_STATTEXT=yes
2402 DEFAULT_wxUSE_STATUSBAR=yes
2403 DEFAULT_wxUSE_TABDIALOG=no
2404 DEFAULT_wxUSE_TEXTCTRL=yes
2405 DEFAULT_wxUSE_TOGGLEBTN=yes
2406 DEFAULT_wxUSE_TOOLBAR=yes
2407 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
2408 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
2409 DEFAULT_wxUSE_TREEBOOK=yes
2410 DEFAULT_wxUSE_TREECTRL=yes
2411 DEFAULT_wxUSE_POPUPWIN=yes
2412 DEFAULT_wxUSE_TIPWINDOW=yes
2413
2414 DEFAULT_wxUSE_UNICODE=no
2415 DEFAULT_wxUSE_UNICODE_MSLU=yes
2416 DEFAULT_wxUSE_WCSRTOMBS=no
2417
2418 DEFAULT_wxUSE_PALETTE=yes
2419 DEFAULT_wxUSE_IMAGE=yes
2420 DEFAULT_wxUSE_GIF=yes
2421 DEFAULT_wxUSE_PCX=yes
2422 DEFAULT_wxUSE_IFF=no
2423 DEFAULT_wxUSE_PNM=yes
2424 DEFAULT_wxUSE_XPM=yes
2425 DEFAULT_wxUSE_ICO_CUR=yes
2426 DEFAULT_wxUSE_ACCESSIBILITY=no
2427
2428 DEFAULT_wxUSE_MONOLITHIC=no
2429 DEFAULT_wxUSE_PLUGINS=no
2430 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2431
2432 DEFAULT_wxUSE_GTK2=yes
2433 fi
2434
2435
2436
2437
2438 for toolkit in `echo $ALL_TOOLKITS`; do
2439 LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2440 if test "x$LINE" != "x" ; then
2441 has_toolkit_in_cache=1
2442 eval "DEFAULT_$LINE"
2443 eval "CACHE_$toolkit=1"
2444
2445 LINE=`grep "wx${toolkit}_VERSION=" ${wx_arg_cache_file}`
2446 if test "x$LINE" != "x" ; then
2447 eval "DEFAULT_$LINE"
2448 fi
2449 fi
2450 done
2451
2452
2453
2454 enablestring=
2455 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2456 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2457 no_cache=0
2458 # Check whether --enable-gui or --disable-gui was given.
2459 if test "${enable_gui+set}" = set; then
2460 enableval="$enable_gui"
2461
2462 if test "$enableval" = yes; then
2463 ac_cv_use_gui='wxUSE_GUI=yes'
2464 else
2465 ac_cv_use_gui='wxUSE_GUI=no'
2466 fi
2467
2468 else
2469
2470 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2471 if test "x$LINE" != x ; then
2472 eval "DEFAULT_$LINE"
2473 else
2474 no_cache=1
2475 fi
2476
2477 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2478
2479 fi;
2480
2481 eval "$ac_cv_use_gui"
2482 if test "$no_cache" != 1; then
2483 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2484 fi
2485
2486 if test "$wxUSE_GUI" = yes; then
2487 echo "$as_me:$LINENO: result: yes" >&5
2488 echo "${ECHO_T}yes" >&6
2489 else
2490 echo "$as_me:$LINENO: result: no" >&5
2491 echo "${ECHO_T}no" >&6
2492 fi
2493
2494
2495 enablestring=
2496 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2497 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2498 no_cache=0
2499 # Check whether --enable-monolithic or --disable-monolithic was given.
2500 if test "${enable_monolithic+set}" = set; then
2501 enableval="$enable_monolithic"
2502
2503 if test "$enableval" = yes; then
2504 ac_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
2505 else
2506 ac_cv_use_monolithic='wxUSE_MONOLITHIC=no'
2507 fi
2508
2509 else
2510
2511 LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2512 if test "x$LINE" != x ; then
2513 eval "DEFAULT_$LINE"
2514 else
2515 no_cache=1
2516 fi
2517
2518 ac_cv_use_monolithic='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2519
2520 fi;
2521
2522 eval "$ac_cv_use_monolithic"
2523 if test "$no_cache" != 1; then
2524 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2525 fi
2526
2527 if test "$wxUSE_MONOLITHIC" = yes; then
2528 echo "$as_me:$LINENO: result: yes" >&5
2529 echo "${ECHO_T}yes" >&6
2530 else
2531 echo "$as_me:$LINENO: result: no" >&5
2532 echo "${ECHO_T}no" >&6
2533 fi
2534
2535
2536 enablestring=
2537 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
2538 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6
2539 no_cache=0
2540 # Check whether --enable-plugins or --disable-plugins was given.
2541 if test "${enable_plugins+set}" = set; then
2542 enableval="$enable_plugins"
2543
2544 if test "$enableval" = yes; then
2545 ac_cv_use_plugins='wxUSE_PLUGINS=yes'
2546 else
2547 ac_cv_use_plugins='wxUSE_PLUGINS=no'
2548 fi
2549
2550 else
2551
2552 LINE=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}`
2553 if test "x$LINE" != x ; then
2554 eval "DEFAULT_$LINE"
2555 else
2556 no_cache=1
2557 fi
2558
2559 ac_cv_use_plugins='wxUSE_PLUGINS='$DEFAULT_wxUSE_PLUGINS
2560
2561 fi;
2562
2563 eval "$ac_cv_use_plugins"
2564 if test "$no_cache" != 1; then
2565 echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp
2566 fi
2567
2568 if test "$wxUSE_PLUGINS" = yes; then
2569 echo "$as_me:$LINENO: result: yes" >&5
2570 echo "${ECHO_T}yes" >&6
2571 else
2572 echo "$as_me:$LINENO: result: no" >&5
2573 echo "${ECHO_T}no" >&6
2574 fi
2575
2576
2577 withstring=without
2578 echo "$as_me:$LINENO: checking for --${withstring:-with}-subdirs" >&5
2579 echo $ECHO_N "checking for --${withstring:-with}-subdirs... $ECHO_C" >&6
2580 no_cache=0
2581
2582 # Check whether --with-subdirs or --without-subdirs was given.
2583 if test "${with_subdirs+set}" = set; then
2584 withval="$with_subdirs"
2585
2586 if test "$withval" = yes; then
2587 ac_cv_use_subdirs='wxWITH_SUBDIRS=yes'
2588 else
2589 ac_cv_use_subdirs='wxWITH_SUBDIRS=no'
2590 fi
2591
2592 else
2593
2594 LINE=`grep "wxWITH_SUBDIRS" ${wx_arg_cache_file}`
2595 if test "x$LINE" != x ; then
2596 eval "DEFAULT_$LINE"
2597 else
2598 no_cache=1
2599 fi
2600
2601 ac_cv_use_subdirs='wxWITH_SUBDIRS='$DEFAULT_wxWITH_SUBDIRS
2602
2603 fi;
2604
2605 eval "$ac_cv_use_subdirs"
2606 if test "$no_cache" != 1; then
2607 echo $ac_cv_use_subdirs >> ${wx_arg_cache_file}.tmp
2608 fi
2609
2610 if test "$wxWITH_SUBDIRS" = yes; then
2611 echo "$as_me:$LINENO: result: yes" >&5
2612 echo "${ECHO_T}yes" >&6
2613 else
2614 echo "$as_me:$LINENO: result: no" >&5
2615 echo "${ECHO_T}no" >&6
2616 fi
2617
2618
2619 if test "$wxUSE_GUI" = "yes"; then
2620
2621
2622 enablestring=
2623 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2624 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2625 no_cache=0
2626 # Check whether --enable-universal or --disable-universal was given.
2627 if test "${enable_universal+set}" = set; then
2628 enableval="$enable_universal"
2629
2630 if test "$enableval" = yes; then
2631 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
2632 else
2633 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
2634 fi
2635
2636 else
2637
2638 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2639 if test "x$LINE" != x ; then
2640 eval "DEFAULT_$LINE"
2641 else
2642 no_cache=1
2643 fi
2644
2645 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2646
2647 fi;
2648
2649 eval "$ac_cv_use_universal"
2650 if test "$no_cache" != 1; then
2651 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2652 fi
2653
2654 if test "$wxUSE_UNIVERSAL" = yes; then
2655 echo "$as_me:$LINENO: result: yes" >&5
2656 echo "${ECHO_T}yes" >&6
2657 else
2658 echo "$as_me:$LINENO: result: no" >&5
2659 echo "${ECHO_T}no" >&6
2660 fi
2661
2662
2663 # Check whether --with-gtk or --without-gtk was given.
2664 if test "${with_gtk+set}" = set; then
2665 withval="$with_gtk"
2666 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
2667 fi;
2668
2669 # Check whether --with-motif or --without-motif was given.
2670 if test "${with_motif+set}" = set; then
2671 withval="$with_motif"
2672 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
2673 fi;
2674
2675 # Check whether --with-mac or --without-mac was given.
2676 if test "${with_mac+set}" = set; then
2677 withval="$with_mac"
2678 wxUSE_MAC="$withval" CACHE_MAC=1 TOOLKIT_GIVEN=1
2679 fi;
2680
2681 # Check whether --with-cocoa or --without-cocoa was given.
2682 if test "${with_cocoa+set}" = set; then
2683 withval="$with_cocoa"
2684 wxUSE_COCOA="$withval" CACHE_COCOA=1 TOOLKIT_GIVEN=1
2685 fi;
2686
2687 # Check whether --with-wine or --without-wine was given.
2688 if test "${with_wine+set}" = set; then
2689 withval="$with_wine"
2690 wxUSE_WINE="$withval" CACHE_WINE=1
2691 fi;
2692
2693 # Check whether --with-msw or --without-msw was given.
2694 if test "${with_msw+set}" = set; then
2695 withval="$with_msw"
2696 wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
2697 fi;
2698
2699 # Check whether --with-pm or --without-pm was given.
2700 if test "${with_pm+set}" = set; then
2701 withval="$with_pm"
2702 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
2703 fi;
2704
2705 # Check whether --with-mgl or --without-mgl was given.
2706 if test "${with_mgl+set}" = set; then
2707 withval="$with_mgl"
2708 wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
2709 fi;
2710
2711 # Check whether --with-microwin or --without-microwin was given.
2712 if test "${with_microwin+set}" = set; then
2713 withval="$with_microwin"
2714 wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
2715 fi;
2716
2717 # Check whether --with-x11 or --without-x11 was given.
2718 if test "${with_x11+set}" = set; then
2719 withval="$with_x11"
2720 wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
2721 fi;
2722
2723 enablestring=
2724 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2725 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2726 no_cache=0
2727 # Check whether --enable-nanox or --disable-nanox was given.
2728 if test "${enable_nanox+set}" = set; then
2729 enableval="$enable_nanox"
2730
2731 if test "$enableval" = yes; then
2732 ac_cv_use_nanox='wxUSE_NANOX=yes'
2733 else
2734 ac_cv_use_nanox='wxUSE_NANOX=no'
2735 fi
2736
2737 else
2738
2739 LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2740 if test "x$LINE" != x ; then
2741 eval "DEFAULT_$LINE"
2742 else
2743 no_cache=1
2744 fi
2745
2746 ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2747
2748 fi;
2749
2750 eval "$ac_cv_use_nanox"
2751 if test "$no_cache" != 1; then
2752 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2753 fi
2754
2755 if test "$wxUSE_NANOX" = yes; then
2756 echo "$as_me:$LINENO: result: yes" >&5
2757 echo "${ECHO_T}yes" >&6
2758 else
2759 echo "$as_me:$LINENO: result: no" >&5
2760 echo "${ECHO_T}no" >&6
2761 fi
2762
2763
2764 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2765 if test "${enable_gtk2+set}" = set; then
2766 enableval="$enable_gtk2"
2767 wxUSE_GTK2="$enableval"
2768 fi;
2769
2770 enablestring=
2771 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
2772 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6
2773 no_cache=0
2774 # Check whether --enable-gpe or --disable-gpe was given.
2775 if test "${enable_gpe+set}" = set; then
2776 enableval="$enable_gpe"
2777
2778 if test "$enableval" = yes; then
2779 ac_cv_use_gpe='wxUSE_GPE=yes'
2780 else
2781 ac_cv_use_gpe='wxUSE_GPE=no'
2782 fi
2783
2784 else
2785
2786 LINE=`grep "wxUSE_GPE" ${wx_arg_cache_file}`
2787 if test "x$LINE" != x ; then
2788 eval "DEFAULT_$LINE"
2789 else
2790 no_cache=1
2791 fi
2792
2793 ac_cv_use_gpe='wxUSE_GPE='$DEFAULT_wxUSE_GPE
2794
2795 fi;
2796
2797 eval "$ac_cv_use_gpe"
2798 if test "$no_cache" != 1; then
2799 echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp
2800 fi
2801
2802 if test "$wxUSE_GPE" = yes; then
2803 echo "$as_me:$LINENO: result: yes" >&5
2804 echo "${ECHO_T}yes" >&6
2805 else
2806 echo "$as_me:$LINENO: result: no" >&5
2807 echo "${ECHO_T}no" >&6
2808 fi
2809
2810
2811
2812 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2813 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2814 no_cache=0
2815
2816 # Check whether --with-libpng or --without-libpng was given.
2817 if test "${with_libpng+set}" = set; then
2818 withval="$with_libpng"
2819
2820 if test "$withval" = yes; then
2821 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
2822 elif test "$withval" = no; then
2823 ac_cv_use_libpng='wxUSE_LIBPNG=no'
2824 elif test "$withval" = sys; then
2825 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
2826 elif test "$withval" = builtin; then
2827 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
2828 else
2829 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2830 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2831 { (exit 1); exit 1; }; }
2832 fi
2833
2834 else
2835
2836 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2837 if test "x$LINE" != x ; then
2838 eval "DEFAULT_$LINE"
2839 else
2840 no_cache=1
2841 fi
2842
2843 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2844
2845 fi;
2846
2847 eval "$ac_cv_use_libpng"
2848 if test "$no_cache" != 1; then
2849 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2850 fi
2851
2852 if test "$wxUSE_LIBPNG" = yes; then
2853 echo "$as_me:$LINENO: result: yes" >&5
2854 echo "${ECHO_T}yes" >&6
2855 elif test "$wxUSE_LIBPNG" = no; then
2856 echo "$as_me:$LINENO: result: no" >&5
2857 echo "${ECHO_T}no" >&6
2858 elif test "$wxUSE_LIBPNG" = sys; then
2859 echo "$as_me:$LINENO: result: system version" >&5
2860 echo "${ECHO_T}system version" >&6
2861 elif test "$wxUSE_LIBPNG" = builtin; then
2862 echo "$as_me:$LINENO: result: builtin version" >&5
2863 echo "${ECHO_T}builtin version" >&6
2864 else
2865 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2866 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2867 { (exit 1); exit 1; }; }
2868 fi
2869
2870
2871 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2872 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2873 no_cache=0
2874
2875 # Check whether --with-libjpeg or --without-libjpeg was given.
2876 if test "${with_libjpeg+set}" = set; then
2877 withval="$with_libjpeg"
2878
2879 if test "$withval" = yes; then
2880 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
2881 elif test "$withval" = no; then
2882 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
2883 elif test "$withval" = sys; then
2884 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
2885 elif test "$withval" = builtin; then
2886 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
2887 else
2888 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2889 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2890 { (exit 1); exit 1; }; }
2891 fi
2892
2893 else
2894
2895 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2896 if test "x$LINE" != x ; then
2897 eval "DEFAULT_$LINE"
2898 else
2899 no_cache=1
2900 fi
2901
2902 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2903
2904 fi;
2905
2906 eval "$ac_cv_use_libjpeg"
2907 if test "$no_cache" != 1; then
2908 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2909 fi
2910
2911 if test "$wxUSE_LIBJPEG" = yes; then
2912 echo "$as_me:$LINENO: result: yes" >&5
2913 echo "${ECHO_T}yes" >&6
2914 elif test "$wxUSE_LIBJPEG" = no; then
2915 echo "$as_me:$LINENO: result: no" >&5
2916 echo "${ECHO_T}no" >&6
2917 elif test "$wxUSE_LIBJPEG" = sys; then
2918 echo "$as_me:$LINENO: result: system version" >&5
2919 echo "${ECHO_T}system version" >&6
2920 elif test "$wxUSE_LIBJPEG" = builtin; then
2921 echo "$as_me:$LINENO: result: builtin version" >&5
2922 echo "${ECHO_T}builtin version" >&6
2923 else
2924 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2925 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2926 { (exit 1); exit 1; }; }
2927 fi
2928
2929
2930 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2931 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2932 no_cache=0
2933
2934 # Check whether --with-libtiff or --without-libtiff was given.
2935 if test "${with_libtiff+set}" = set; then
2936 withval="$with_libtiff"
2937
2938 if test "$withval" = yes; then
2939 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
2940 elif test "$withval" = no; then
2941 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
2942 elif test "$withval" = sys; then
2943 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
2944 elif test "$withval" = builtin; then
2945 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
2946 else
2947 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2948 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2949 { (exit 1); exit 1; }; }
2950 fi
2951
2952 else
2953
2954 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2955 if test "x$LINE" != x ; then
2956 eval "DEFAULT_$LINE"
2957 else
2958 no_cache=1
2959 fi
2960
2961 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2962
2963 fi;
2964
2965 eval "$ac_cv_use_libtiff"
2966 if test "$no_cache" != 1; then
2967 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2968 fi
2969
2970 if test "$wxUSE_LIBTIFF" = yes; then
2971 echo "$as_me:$LINENO: result: yes" >&5
2972 echo "${ECHO_T}yes" >&6
2973 elif test "$wxUSE_LIBTIFF" = no; then
2974 echo "$as_me:$LINENO: result: no" >&5
2975 echo "${ECHO_T}no" >&6
2976 elif test "$wxUSE_LIBTIFF" = sys; then
2977 echo "$as_me:$LINENO: result: system version" >&5
2978 echo "${ECHO_T}system version" >&6
2979 elif test "$wxUSE_LIBTIFF" = builtin; then
2980 echo "$as_me:$LINENO: result: builtin version" >&5
2981 echo "${ECHO_T}builtin version" >&6
2982 else
2983 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2984 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2985 { (exit 1); exit 1; }; }
2986 fi
2987
2988
2989 echo "$as_me:$LINENO: checking for --with-libxpm" >&5
2990 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6
2991 no_cache=0
2992
2993 # Check whether --with-libxpm or --without-libxpm was given.
2994 if test "${with_libxpm+set}" = set; then
2995 withval="$with_libxpm"
2996
2997 if test "$withval" = yes; then
2998 ac_cv_use_libxpm='wxUSE_LIBXPM=yes'
2999 elif test "$withval" = no; then
3000 ac_cv_use_libxpm='wxUSE_LIBXPM=no'
3001 elif test "$withval" = sys; then
3002 ac_cv_use_libxpm='wxUSE_LIBXPM=sys'
3003 elif test "$withval" = builtin; then
3004 ac_cv_use_libxpm='wxUSE_LIBXPM=builtin'
3005 else
3006 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3007 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3008 { (exit 1); exit 1; }; }
3009 fi
3010
3011 else
3012
3013 LINE=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}`
3014 if test "x$LINE" != x ; then
3015 eval "DEFAULT_$LINE"
3016 else
3017 no_cache=1
3018 fi
3019
3020 ac_cv_use_libxpm='wxUSE_LIBXPM='$DEFAULT_wxUSE_LIBXPM
3021
3022 fi;
3023
3024 eval "$ac_cv_use_libxpm"
3025 if test "$no_cache" != 1; then
3026 echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp
3027 fi
3028
3029 if test "$wxUSE_LIBXPM" = yes; then
3030 echo "$as_me:$LINENO: result: yes" >&5
3031 echo "${ECHO_T}yes" >&6
3032 elif test "$wxUSE_LIBXPM" = no; then
3033 echo "$as_me:$LINENO: result: no" >&5
3034 echo "${ECHO_T}no" >&6
3035 elif test "$wxUSE_LIBXPM" = sys; then
3036 echo "$as_me:$LINENO: result: system version" >&5
3037 echo "${ECHO_T}system version" >&6
3038 elif test "$wxUSE_LIBXPM" = builtin; then
3039 echo "$as_me:$LINENO: result: builtin version" >&5
3040 echo "${ECHO_T}builtin version" >&6
3041 else
3042 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3043 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3044 { (exit 1); exit 1; }; }
3045 fi
3046
3047
3048 withstring=
3049 echo "$as_me:$LINENO: checking for --${withstring:-with}-libmspack" >&5
3050 echo $ECHO_N "checking for --${withstring:-with}-libmspack... $ECHO_C" >&6
3051 no_cache=0
3052
3053 # Check whether --with-libmspack or --without-libmspack was given.
3054 if test "${with_libmspack+set}" = set; then
3055 withval="$with_libmspack"
3056
3057 if test "$withval" = yes; then
3058 ac_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
3059 else
3060 ac_cv_use_libmspack='wxUSE_LIBMSPACK=no'
3061 fi
3062
3063 else
3064
3065 LINE=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}`
3066 if test "x$LINE" != x ; then
3067 eval "DEFAULT_$LINE"
3068 else
3069 no_cache=1
3070 fi
3071
3072 ac_cv_use_libmspack='wxUSE_LIBMSPACK='$DEFAULT_wxUSE_LIBMSPACK
3073
3074 fi;
3075
3076 eval "$ac_cv_use_libmspack"
3077 if test "$no_cache" != 1; then
3078 echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp
3079 fi
3080
3081 if test "$wxUSE_LIBMSPACK" = yes; then
3082 echo "$as_me:$LINENO: result: yes" >&5
3083 echo "${ECHO_T}yes" >&6
3084 else
3085 echo "$as_me:$LINENO: result: no" >&5
3086 echo "${ECHO_T}no" >&6
3087 fi
3088
3089
3090 withstring=
3091 echo "$as_me:$LINENO: checking for --${withstring:-with}-sdl" >&5
3092 echo $ECHO_N "checking for --${withstring:-with}-sdl... $ECHO_C" >&6
3093 no_cache=0
3094
3095 # Check whether --with-sdl or --without-sdl was given.
3096 if test "${with_sdl+set}" = set; then
3097 withval="$with_sdl"
3098
3099 if test "$withval" = yes; then
3100 ac_cv_use_sdl='wxUSE_LIBSDL=yes'
3101 else
3102 ac_cv_use_sdl='wxUSE_LIBSDL=no'
3103 fi
3104
3105 else
3106
3107 LINE=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}`
3108 if test "x$LINE" != x ; then
3109 eval "DEFAULT_$LINE"
3110 else
3111 no_cache=1
3112 fi
3113
3114 ac_cv_use_sdl='wxUSE_LIBSDL='$DEFAULT_wxUSE_LIBSDL
3115
3116 fi;
3117
3118 eval "$ac_cv_use_sdl"
3119 if test "$no_cache" != 1; then
3120 echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp
3121 fi
3122
3123 if test "$wxUSE_LIBSDL" = yes; then
3124 echo "$as_me:$LINENO: result: yes" >&5
3125 echo "${ECHO_T}yes" >&6
3126 else
3127 echo "$as_me:$LINENO: result: no" >&5
3128 echo "${ECHO_T}no" >&6
3129 fi
3130
3131
3132 withstring=
3133 echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomeprint" >&5
3134 echo $ECHO_N "checking for --${withstring:-with}-gnomeprint... $ECHO_C" >&6
3135 no_cache=0
3136
3137 # Check whether --with-gnomeprint or --without-gnomeprint was given.
3138 if test "${with_gnomeprint+set}" = set; then
3139 withval="$with_gnomeprint"
3140
3141 if test "$withval" = yes; then
3142 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes'
3143 else
3144 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no'
3145 fi
3146
3147 else
3148
3149 LINE=`grep "wxUSE_LIBGNOMEPRINT" ${wx_arg_cache_file}`
3150 if test "x$LINE" != x ; then
3151 eval "DEFAULT_$LINE"
3152 else
3153 no_cache=1
3154 fi
3155
3156 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT='$DEFAULT_wxUSE_LIBGNOMEPRINT
3157
3158 fi;
3159
3160 eval "$ac_cv_use_gnomeprint"
3161 if test "$no_cache" != 1; then
3162 echo $ac_cv_use_gnomeprint >> ${wx_arg_cache_file}.tmp
3163 fi
3164
3165 if test "$wxUSE_LIBGNOMEPRINT" = yes; then
3166 echo "$as_me:$LINENO: result: yes" >&5
3167 echo "${ECHO_T}yes" >&6
3168 else
3169 echo "$as_me:$LINENO: result: no" >&5
3170 echo "${ECHO_T}no" >&6
3171 fi
3172
3173
3174 withstring=
3175 echo "$as_me:$LINENO: checking for --${withstring:-with}-opengl" >&5
3176 echo $ECHO_N "checking for --${withstring:-with}-opengl... $ECHO_C" >&6
3177 no_cache=0
3178
3179 # Check whether --with-opengl or --without-opengl was given.
3180 if test "${with_opengl+set}" = set; then
3181 withval="$with_opengl"
3182
3183 if test "$withval" = yes; then
3184 ac_cv_use_opengl='wxUSE_OPENGL=yes'
3185 else
3186 ac_cv_use_opengl='wxUSE_OPENGL=no'
3187 fi
3188
3189 else
3190
3191 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
3192 if test "x$LINE" != x ; then
3193 eval "DEFAULT_$LINE"
3194 else
3195 no_cache=1
3196 fi
3197
3198 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
3199
3200 fi;
3201
3202 eval "$ac_cv_use_opengl"
3203 if test "$no_cache" != 1; then
3204 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
3205 fi
3206
3207 if test "$wxUSE_OPENGL" = yes; then
3208 echo "$as_me:$LINENO: result: yes" >&5
3209 echo "${ECHO_T}yes" >&6
3210 else
3211 echo "$as_me:$LINENO: result: no" >&5
3212 echo "${ECHO_T}no" >&6
3213 fi
3214
3215
3216 fi
3217
3218
3219 withstring=
3220 echo "$as_me:$LINENO: checking for --${withstring:-with}-dmalloc" >&5
3221 echo $ECHO_N "checking for --${withstring:-with}-dmalloc... $ECHO_C" >&6
3222 no_cache=0
3223
3224 # Check whether --with-dmalloc or --without-dmalloc was given.
3225 if test "${with_dmalloc+set}" = set; then
3226 withval="$with_dmalloc"
3227
3228 if test "$withval" = yes; then
3229 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
3230 else
3231 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
3232 fi
3233
3234 else
3235
3236 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
3237 if test "x$LINE" != x ; then
3238 eval "DEFAULT_$LINE"
3239 else
3240 no_cache=1
3241 fi
3242
3243 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
3244
3245 fi;
3246
3247 eval "$ac_cv_use_dmalloc"
3248 if test "$no_cache" != 1; then
3249 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
3250 fi
3251
3252 if test "$wxUSE_DMALLOC" = yes; then
3253 echo "$as_me:$LINENO: result: yes" >&5
3254 echo "${ECHO_T}yes" >&6
3255 else
3256 echo "$as_me:$LINENO: result: no" >&5
3257 echo "${ECHO_T}no" >&6
3258 fi
3259
3260
3261 echo "$as_me:$LINENO: checking for --with-regex" >&5
3262 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3263 no_cache=0
3264
3265 # Check whether --with-regex or --without-regex was given.
3266 if test "${with_regex+set}" = set; then
3267 withval="$with_regex"
3268
3269 if test "$withval" = yes; then
3270 ac_cv_use_regex='wxUSE_REGEX=yes'
3271 elif test "$withval" = no; then
3272 ac_cv_use_regex='wxUSE_REGEX=no'
3273 elif test "$withval" = sys; then
3274 ac_cv_use_regex='wxUSE_REGEX=sys'
3275 elif test "$withval" = builtin; then
3276 ac_cv_use_regex='wxUSE_REGEX=builtin'
3277 else
3278 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3279 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3280 { (exit 1); exit 1; }; }
3281 fi
3282
3283 else
3284
3285 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
3286 if test "x$LINE" != x ; then
3287 eval "DEFAULT_$LINE"
3288 else
3289 no_cache=1
3290 fi
3291
3292 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
3293
3294 fi;
3295
3296 eval "$ac_cv_use_regex"
3297 if test "$no_cache" != 1; then
3298 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
3299 fi
3300
3301 if test "$wxUSE_REGEX" = yes; then
3302 echo "$as_me:$LINENO: result: yes" >&5
3303 echo "${ECHO_T}yes" >&6
3304 elif test "$wxUSE_REGEX" = no; then
3305 echo "$as_me:$LINENO: result: no" >&5
3306 echo "${ECHO_T}no" >&6
3307 elif test "$wxUSE_REGEX" = sys; then
3308 echo "$as_me:$LINENO: result: system version" >&5
3309 echo "${ECHO_T}system version" >&6
3310 elif test "$wxUSE_REGEX" = builtin; then
3311 echo "$as_me:$LINENO: result: builtin version" >&5
3312 echo "${ECHO_T}builtin version" >&6
3313 else
3314 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3315 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3316 { (exit 1); exit 1; }; }
3317 fi
3318
3319
3320 echo "$as_me:$LINENO: checking for --with-zlib" >&5
3321 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
3322 no_cache=0
3323
3324 # Check whether --with-zlib or --without-zlib was given.
3325 if test "${with_zlib+set}" = set; then
3326 withval="$with_zlib"
3327
3328 if test "$withval" = yes; then
3329 ac_cv_use_zlib='wxUSE_ZLIB=yes'
3330 elif test "$withval" = no; then
3331 ac_cv_use_zlib='wxUSE_ZLIB=no'
3332 elif test "$withval" = sys; then
3333 ac_cv_use_zlib='wxUSE_ZLIB=sys'
3334 elif test "$withval" = builtin; then
3335 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
3336 else
3337 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3338 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3339 { (exit 1); exit 1; }; }
3340 fi
3341
3342 else
3343
3344 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
3345 if test "x$LINE" != x ; then
3346 eval "DEFAULT_$LINE"
3347 else
3348 no_cache=1
3349 fi
3350
3351 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
3352
3353 fi;
3354
3355 eval "$ac_cv_use_zlib"
3356 if test "$no_cache" != 1; then
3357 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
3358 fi
3359
3360 if test "$wxUSE_ZLIB" = yes; then
3361 echo "$as_me:$LINENO: result: yes" >&5
3362 echo "${ECHO_T}yes" >&6
3363 elif test "$wxUSE_ZLIB" = no; then
3364 echo "$as_me:$LINENO: result: no" >&5
3365 echo "${ECHO_T}no" >&6
3366 elif test "$wxUSE_ZLIB" = sys; then
3367 echo "$as_me:$LINENO: result: system version" >&5
3368 echo "${ECHO_T}system version" >&6
3369 elif test "$wxUSE_ZLIB" = builtin; then
3370 echo "$as_me:$LINENO: result: builtin version" >&5
3371 echo "${ECHO_T}builtin version" >&6
3372 else
3373 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3374 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3375 { (exit 1); exit 1; }; }
3376 fi
3377
3378
3379 echo "$as_me:$LINENO: checking for --with-odbc" >&5
3380 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
3381 no_cache=0
3382
3383 # Check whether --with-odbc or --without-odbc was given.
3384 if test "${with_odbc+set}" = set; then
3385 withval="$with_odbc"
3386
3387 if test "$withval" = yes; then
3388 ac_cv_use_odbc='wxUSE_ODBC=yes'
3389 elif test "$withval" = no; then
3390 ac_cv_use_odbc='wxUSE_ODBC=no'
3391 elif test "$withval" = sys; then
3392 ac_cv_use_odbc='wxUSE_ODBC=sys'
3393 elif test "$withval" = builtin; then
3394 ac_cv_use_odbc='wxUSE_ODBC=builtin'
3395 else
3396 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3397 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3398 { (exit 1); exit 1; }; }
3399 fi
3400
3401 else
3402
3403 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3404 if test "x$LINE" != x ; then
3405 eval "DEFAULT_$LINE"
3406 else
3407 no_cache=1
3408 fi
3409
3410 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
3411
3412 fi;
3413
3414 eval "$ac_cv_use_odbc"
3415 if test "$no_cache" != 1; then
3416 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3417 fi
3418
3419 if test "$wxUSE_ODBC" = yes; then
3420 echo "$as_me:$LINENO: result: yes" >&5
3421 echo "${ECHO_T}yes" >&6
3422 elif test "$wxUSE_ODBC" = no; then
3423 echo "$as_me:$LINENO: result: no" >&5
3424 echo "${ECHO_T}no" >&6
3425 elif test "$wxUSE_ODBC" = sys; then
3426 echo "$as_me:$LINENO: result: system version" >&5
3427 echo "${ECHO_T}system version" >&6
3428 elif test "$wxUSE_ODBC" = builtin; then
3429 echo "$as_me:$LINENO: result: builtin version" >&5
3430 echo "${ECHO_T}builtin version" >&6
3431 else
3432 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3433 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3434 { (exit 1); exit 1; }; }
3435 fi
3436
3437
3438 echo "$as_me:$LINENO: checking for --with-expat" >&5
3439 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3440 no_cache=0
3441
3442 # Check whether --with-expat or --without-expat was given.
3443 if test "${with_expat+set}" = set; then
3444 withval="$with_expat"
3445
3446 if test "$withval" = yes; then
3447 ac_cv_use_expat='wxUSE_EXPAT=yes'
3448 elif test "$withval" = no; then
3449 ac_cv_use_expat='wxUSE_EXPAT=no'
3450 elif test "$withval" = sys; then
3451 ac_cv_use_expat='wxUSE_EXPAT=sys'
3452 elif test "$withval" = builtin; then
3453 ac_cv_use_expat='wxUSE_EXPAT=builtin'
3454 else
3455 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3456 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3457 { (exit 1); exit 1; }; }
3458 fi
3459
3460 else
3461
3462 LINE=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3463 if test "x$LINE" != x ; then
3464 eval "DEFAULT_$LINE"
3465 else
3466 no_cache=1
3467 fi
3468
3469 ac_cv_use_expat='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3470
3471 fi;
3472
3473 eval "$ac_cv_use_expat"
3474 if test "$no_cache" != 1; then
3475 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3476 fi
3477
3478 if test "$wxUSE_EXPAT" = yes; then
3479 echo "$as_me:$LINENO: result: yes" >&5
3480 echo "${ECHO_T}yes" >&6
3481 elif test "$wxUSE_EXPAT" = no; then
3482 echo "$as_me:$LINENO: result: no" >&5
3483 echo "${ECHO_T}no" >&6
3484 elif test "$wxUSE_EXPAT" = sys; then
3485 echo "$as_me:$LINENO: result: system version" >&5
3486 echo "${ECHO_T}system version" >&6
3487 elif test "$wxUSE_EXPAT" = builtin; then
3488 echo "$as_me:$LINENO: result: builtin version" >&5
3489 echo "${ECHO_T}builtin version" >&6
3490 else
3491 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3492 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3493 { (exit 1); exit 1; }; }
3494 fi
3495
3496
3497
3498
3499 enablestring=
3500 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3501 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3502 no_cache=0
3503 # Check whether --enable-shared or --disable-shared was given.
3504 if test "${enable_shared+set}" = set; then
3505 enableval="$enable_shared"
3506
3507 if test "$enableval" = yes; then
3508 ac_cv_use_shared='wxUSE_SHARED=yes'
3509 else
3510 ac_cv_use_shared='wxUSE_SHARED=no'
3511 fi
3512
3513 else
3514
3515 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3516 if test "x$LINE" != x ; then
3517 eval "DEFAULT_$LINE"
3518 else
3519 no_cache=1
3520 fi
3521
3522 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3523
3524 fi;
3525
3526 eval "$ac_cv_use_shared"
3527 if test "$no_cache" != 1; then
3528 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3529 fi
3530
3531 if test "$wxUSE_SHARED" = yes; then
3532 echo "$as_me:$LINENO: result: yes" >&5
3533 echo "${ECHO_T}yes" >&6
3534 else
3535 echo "$as_me:$LINENO: result: no" >&5
3536 echo "${ECHO_T}no" >&6
3537 fi
3538
3539
3540 enablestring=
3541 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3542 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3543 no_cache=0
3544 # Check whether --enable-optimise or --disable-optimise was given.
3545 if test "${enable_optimise+set}" = set; then
3546 enableval="$enable_optimise"
3547
3548 if test "$enableval" = yes; then
3549 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
3550 else
3551 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
3552 fi
3553
3554 else
3555
3556 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3557 if test "x$LINE" != x ; then
3558 eval "DEFAULT_$LINE"
3559 else
3560 no_cache=1
3561 fi
3562
3563 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3564
3565 fi;
3566
3567 eval "$ac_cv_use_optimise"
3568 if test "$no_cache" != 1; then
3569 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3570 fi
3571
3572 if test "$wxUSE_OPTIMISE" = yes; then
3573 echo "$as_me:$LINENO: result: yes" >&5
3574 echo "${ECHO_T}yes" >&6
3575 else
3576 echo "$as_me:$LINENO: result: no" >&5
3577 echo "${ECHO_T}no" >&6
3578 fi
3579
3580
3581 enablestring=
3582 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3583 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3584 no_cache=0
3585 # Check whether --enable-debug or --disable-debug was given.
3586 if test "${enable_debug+set}" = set; then
3587 enableval="$enable_debug"
3588
3589 if test "$enableval" = yes; then
3590 ac_cv_use_debug='wxUSE_DEBUG=yes'
3591 else
3592 ac_cv_use_debug='wxUSE_DEBUG=no'
3593 fi
3594
3595 else
3596
3597 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3598 if test "x$LINE" != x ; then
3599 eval "DEFAULT_$LINE"
3600 else
3601 no_cache=1
3602 fi
3603
3604 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3605
3606 fi;
3607
3608 eval "$ac_cv_use_debug"
3609 if test "$no_cache" != 1; then
3610 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3611 fi
3612
3613 if test "$wxUSE_DEBUG" = yes; then
3614 echo "$as_me:$LINENO: result: yes" >&5
3615 echo "${ECHO_T}yes" >&6
3616 else
3617 echo "$as_me:$LINENO: result: no" >&5
3618 echo "${ECHO_T}no" >&6
3619 fi
3620
3621
3622 enablestring=
3623 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3624 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3625 no_cache=0
3626 # Check whether --enable-stl or --disable-stl was given.
3627 if test "${enable_stl+set}" = set; then
3628 enableval="$enable_stl"
3629
3630 if test "$enableval" = yes; then
3631 ac_cv_use_stl='wxUSE_STL=yes'
3632 else
3633 ac_cv_use_stl='wxUSE_STL=no'
3634 fi
3635
3636 else
3637
3638 LINE=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3639 if test "x$LINE" != x ; then
3640 eval "DEFAULT_$LINE"
3641 else
3642 no_cache=1
3643 fi
3644
3645 ac_cv_use_stl='wxUSE_STL='$DEFAULT_wxUSE_STL
3646
3647 fi;
3648
3649 eval "$ac_cv_use_stl"
3650 if test "$no_cache" != 1; then
3651 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3652 fi
3653
3654 if test "$wxUSE_STL" = yes; then
3655 echo "$as_me:$LINENO: result: yes" >&5
3656 echo "${ECHO_T}yes" >&6
3657 else
3658 echo "$as_me:$LINENO: result: no" >&5
3659 echo "${ECHO_T}no" >&6
3660 fi
3661
3662 if test "$USE_OS2" = "1"; then
3663 DEFAULT_wxUSE_OMF=no
3664
3665 enablestring=
3666 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
3667 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6
3668 no_cache=0
3669 # Check whether --enable-omf or --disable-omf was given.
3670 if test "${enable_omf+set}" = set; then
3671 enableval="$enable_omf"
3672
3673 if test "$enableval" = yes; then
3674 ac_cv_use_omf='wxUSE_OMF=yes'
3675 else
3676 ac_cv_use_omf='wxUSE_OMF=no'
3677 fi
3678
3679 else
3680
3681 LINE=`grep "wxUSE_OMF" ${wx_arg_cache_file}`
3682 if test "x$LINE" != x ; then
3683 eval "DEFAULT_$LINE"
3684 else
3685 no_cache=1
3686 fi
3687
3688 ac_cv_use_omf='wxUSE_OMF='$DEFAULT_wxUSE_OMF
3689
3690 fi;
3691
3692 eval "$ac_cv_use_omf"
3693 if test "$no_cache" != 1; then
3694 echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp
3695 fi
3696
3697 if test "$wxUSE_OMF" = yes; then
3698 echo "$as_me:$LINENO: result: yes" >&5
3699 echo "${ECHO_T}yes" >&6
3700 else
3701 echo "$as_me:$LINENO: result: no" >&5
3702 echo "${ECHO_T}no" >&6
3703 fi
3704
3705 fi
3706
3707 if test "$wxUSE_DEBUG" = "yes"; then
3708 DEFAULT_wxUSE_DEBUG_FLAG=yes
3709 DEFAULT_wxUSE_DEBUG_INFO=yes
3710 BUILD=debug
3711 elif test "$wxUSE_DEBUG" = "no"; then
3712 DEFAULT_wxUSE_DEBUG_FLAG=no
3713 DEFAULT_wxUSE_DEBUG_INFO=no
3714 BUILD=release
3715 fi
3716
3717
3718 enablestring=
3719 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3720 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3721 no_cache=0
3722 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3723 if test "${enable_debug_flag+set}" = set; then
3724 enableval="$enable_debug_flag"
3725
3726 if test "$enableval" = yes; then
3727 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
3728 else
3729 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
3730 fi
3731
3732 else
3733
3734 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3735 if test "x$LINE" != x ; then
3736 eval "DEFAULT_$LINE"
3737 else
3738 no_cache=1
3739 fi
3740
3741 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
3742
3743 fi;
3744
3745 eval "$ac_cv_use_debug_flag"
3746 if test "$no_cache" != 1; then
3747 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3748 fi
3749
3750 if test "$wxUSE_DEBUG_FLAG" = yes; then
3751 echo "$as_me:$LINENO: result: yes" >&5
3752 echo "${ECHO_T}yes" >&6
3753 else
3754 echo "$as_me:$LINENO: result: no" >&5
3755 echo "${ECHO_T}no" >&6
3756 fi
3757
3758
3759 enablestring=
3760 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3761 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3762 no_cache=0
3763 # Check whether --enable-debug_info or --disable-debug_info was given.
3764 if test "${enable_debug_info+set}" = set; then
3765 enableval="$enable_debug_info"
3766
3767 if test "$enableval" = yes; then
3768 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
3769 else
3770 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
3771 fi
3772
3773 else
3774
3775 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3776 if test "x$LINE" != x ; then
3777 eval "DEFAULT_$LINE"
3778 else
3779 no_cache=1
3780 fi
3781
3782 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
3783
3784 fi;
3785
3786 eval "$ac_cv_use_debug_info"
3787 if test "$no_cache" != 1; then
3788 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3789 fi
3790
3791 if test "$wxUSE_DEBUG_INFO" = yes; then
3792 echo "$as_me:$LINENO: result: yes" >&5
3793 echo "${ECHO_T}yes" >&6
3794 else
3795 echo "$as_me:$LINENO: result: no" >&5
3796 echo "${ECHO_T}no" >&6
3797 fi
3798
3799
3800 enablestring=
3801 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3802 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3803 no_cache=0
3804 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3805 if test "${enable_debug_gdb+set}" = set; then
3806 enableval="$enable_debug_gdb"
3807
3808 if test "$enableval" = yes; then
3809 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
3810 else
3811 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
3812 fi
3813
3814 else
3815
3816 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3817 if test "x$LINE" != x ; then
3818 eval "DEFAULT_$LINE"
3819 else
3820 no_cache=1
3821 fi
3822
3823 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
3824
3825 fi;
3826
3827 eval "$ac_cv_use_debug_gdb"
3828 if test "$no_cache" != 1; then
3829 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3830 fi
3831
3832 if test "$wxUSE_DEBUG_GDB" = yes; then
3833 echo "$as_me:$LINENO: result: yes" >&5
3834 echo "${ECHO_T}yes" >&6
3835 else
3836 echo "$as_me:$LINENO: result: no" >&5
3837 echo "${ECHO_T}no" >&6
3838 fi
3839
3840
3841 enablestring=
3842 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3843 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3844 no_cache=0
3845 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3846 if test "${enable_debug_cntxt+set}" = set; then
3847 enableval="$enable_debug_cntxt"
3848
3849 if test "$enableval" = yes; then
3850 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
3851 else
3852 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
3853 fi
3854
3855 else
3856
3857 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3858 if test "x$LINE" != x ; then
3859 eval "DEFAULT_$LINE"
3860 else
3861 no_cache=1
3862 fi
3863
3864 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
3865
3866 fi;
3867
3868 eval "$ac_cv_use_debug_cntxt"
3869 if test "$no_cache" != 1; then
3870 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3871 fi
3872
3873 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3874 echo "$as_me:$LINENO: result: yes" >&5
3875 echo "${ECHO_T}yes" >&6
3876 else
3877 echo "$as_me:$LINENO: result: no" >&5
3878 echo "${ECHO_T}no" >&6
3879 fi
3880
3881
3882 enablestring=
3883 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3884 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3885 no_cache=0
3886 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3887 if test "${enable_mem_tracing+set}" = set; then
3888 enableval="$enable_mem_tracing"
3889
3890 if test "$enableval" = yes; then
3891 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
3892 else
3893 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
3894 fi
3895
3896 else
3897
3898 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3899 if test "x$LINE" != x ; then
3900 eval "DEFAULT_$LINE"
3901 else
3902 no_cache=1
3903 fi
3904
3905 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
3906
3907 fi;
3908
3909 eval "$ac_cv_use_mem_tracing"
3910 if test "$no_cache" != 1; then
3911 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3912 fi
3913
3914 if test "$wxUSE_MEM_TRACING" = yes; then
3915 echo "$as_me:$LINENO: result: yes" >&5
3916 echo "${ECHO_T}yes" >&6
3917 else
3918 echo "$as_me:$LINENO: result: no" >&5
3919 echo "${ECHO_T}no" >&6
3920 fi
3921
3922
3923 enablestring=
3924 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3925 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3926 no_cache=0
3927 # Check whether --enable-profile or --disable-profile was given.
3928 if test "${enable_profile+set}" = set; then
3929 enableval="$enable_profile"
3930
3931 if test "$enableval" = yes; then
3932 ac_cv_use_profile='wxUSE_PROFILE=yes'
3933 else
3934 ac_cv_use_profile='wxUSE_PROFILE=no'
3935 fi
3936
3937 else
3938
3939 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3940 if test "x$LINE" != x ; then
3941 eval "DEFAULT_$LINE"
3942 else
3943 no_cache=1
3944 fi
3945
3946 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
3947
3948 fi;
3949
3950 eval "$ac_cv_use_profile"
3951 if test "$no_cache" != 1; then
3952 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3953 fi
3954
3955 if test "$wxUSE_PROFILE" = yes; then
3956 echo "$as_me:$LINENO: result: yes" >&5
3957 echo "${ECHO_T}yes" >&6
3958 else
3959 echo "$as_me:$LINENO: result: no" >&5
3960 echo "${ECHO_T}no" >&6
3961 fi
3962
3963
3964 enablestring=
3965 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3966 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3967 no_cache=0
3968 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3969 if test "${enable_no_rtti+set}" = set; then
3970 enableval="$enable_no_rtti"
3971
3972 if test "$enableval" = yes; then
3973 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
3974 else
3975 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
3976 fi
3977
3978 else
3979
3980 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3981 if test "x$LINE" != x ; then
3982 eval "DEFAULT_$LINE"
3983 else
3984 no_cache=1
3985 fi
3986
3987 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
3988
3989 fi;
3990
3991 eval "$ac_cv_use_no_rtti"
3992 if test "$no_cache" != 1; then
3993 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3994 fi
3995
3996 if test "$wxUSE_NO_RTTI" = yes; then
3997 echo "$as_me:$LINENO: result: yes" >&5
3998 echo "${ECHO_T}yes" >&6
3999 else
4000 echo "$as_me:$LINENO: result: no" >&5
4001 echo "${ECHO_T}no" >&6
4002 fi
4003
4004
4005 enablestring=
4006 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
4007 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
4008 no_cache=0
4009 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
4010 if test "${enable_no_exceptions+set}" = set; then
4011 enableval="$enable_no_exceptions"
4012
4013 if test "$enableval" = yes; then
4014 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
4015 else
4016 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
4017 fi
4018
4019 else
4020
4021 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
4022 if test "x$LINE" != x ; then
4023 eval "DEFAULT_$LINE"
4024 else
4025 no_cache=1
4026 fi
4027
4028 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
4029
4030 fi;
4031
4032 eval "$ac_cv_use_no_exceptions"
4033 if test "$no_cache" != 1; then
4034 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
4035 fi
4036
4037 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
4038 echo "$as_me:$LINENO: result: yes" >&5
4039 echo "${ECHO_T}yes" >&6
4040 else
4041 echo "$as_me:$LINENO: result: no" >&5
4042 echo "${ECHO_T}no" >&6
4043 fi
4044
4045
4046 enablestring=
4047 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
4048 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
4049 no_cache=0
4050 # Check whether --enable-permissive or --disable-permissive was given.
4051 if test "${enable_permissive+set}" = set; then
4052 enableval="$enable_permissive"
4053
4054 if test "$enableval" = yes; then
4055 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
4056 else
4057 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
4058 fi
4059
4060 else
4061
4062 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
4063 if test "x$LINE" != x ; then
4064 eval "DEFAULT_$LINE"
4065 else
4066 no_cache=1
4067 fi
4068
4069 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
4070
4071 fi;
4072
4073 eval "$ac_cv_use_permissive"
4074 if test "$no_cache" != 1; then
4075 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
4076 fi
4077
4078 if test "$wxUSE_PERMISSIVE" = yes; then
4079 echo "$as_me:$LINENO: result: yes" >&5
4080 echo "${ECHO_T}yes" >&6
4081 else
4082 echo "$as_me:$LINENO: result: no" >&5
4083 echo "${ECHO_T}no" >&6
4084 fi
4085
4086
4087 enablestring=
4088 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
4089 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
4090 no_cache=0
4091 # Check whether --enable-no_deps or --disable-no_deps was given.
4092 if test "${enable_no_deps+set}" = set; then
4093 enableval="$enable_no_deps"
4094
4095 if test "$enableval" = yes; then
4096 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
4097 else
4098 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
4099 fi
4100
4101 else
4102
4103 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
4104 if test "x$LINE" != x ; then
4105 eval "DEFAULT_$LINE"
4106 else
4107 no_cache=1
4108 fi
4109
4110 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
4111
4112 fi;
4113
4114 eval "$ac_cv_use_no_deps"
4115 if test "$no_cache" != 1; then
4116 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
4117 fi
4118
4119 if test "$wxUSE_NO_DEPS" = yes; then
4120 echo "$as_me:$LINENO: result: yes" >&5
4121 echo "${ECHO_T}yes" >&6
4122 else
4123 echo "$as_me:$LINENO: result: no" >&5
4124 echo "${ECHO_T}no" >&6
4125 fi
4126
4127
4128
4129 enablestring=enable
4130 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
4131 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
4132 no_cache=0
4133 # Check whether --enable-compat24 or --disable-compat24 was given.
4134 if test "${enable_compat24+set}" = set; then
4135 enableval="$enable_compat24"
4136
4137 if test "$enableval" = yes; then
4138 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=yes'
4139 else
4140 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=no'
4141 fi
4142
4143 else
4144
4145 LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
4146 if test "x$LINE" != x ; then
4147 eval "DEFAULT_$LINE"
4148 else
4149 no_cache=1
4150 fi
4151
4152 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
4153
4154 fi;
4155
4156 eval "$ac_cv_use_compat24"
4157 if test "$no_cache" != 1; then
4158 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
4159 fi
4160
4161 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
4162 echo "$as_me:$LINENO: result: yes" >&5
4163 echo "${ECHO_T}yes" >&6
4164 else
4165 echo "$as_me:$LINENO: result: no" >&5
4166 echo "${ECHO_T}no" >&6
4167 fi
4168
4169
4170 enablestring=disable
4171 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat26" >&5
4172 echo $ECHO_N "checking for --${enablestring:-enable}-compat26... $ECHO_C" >&6
4173 no_cache=0
4174 # Check whether --enable-compat26 or --disable-compat26 was given.
4175 if test "${enable_compat26+set}" = set; then
4176 enableval="$enable_compat26"
4177
4178 if test "$enableval" = yes; then
4179 ac_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=yes'
4180 else
4181 ac_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=no'
4182 fi
4183
4184 else
4185
4186 LINE=`grep "WXWIN_COMPATIBILITY_2_6" ${wx_arg_cache_file}`
4187 if test "x$LINE" != x ; then
4188 eval "DEFAULT_$LINE"
4189 else
4190 no_cache=1
4191 fi
4192
4193 ac_cv_use_compat26='WXWIN_COMPATIBILITY_2_6='$DEFAULT_WXWIN_COMPATIBILITY_2_6
4194
4195 fi;
4196
4197 eval "$ac_cv_use_compat26"
4198 if test "$no_cache" != 1; then
4199 echo $ac_cv_use_compat26 >> ${wx_arg_cache_file}.tmp
4200 fi
4201
4202 if test "$WXWIN_COMPATIBILITY_2_6" = yes; then
4203 echo "$as_me:$LINENO: result: yes" >&5
4204 echo "${ECHO_T}yes" >&6
4205 else
4206 echo "$as_me:$LINENO: result: no" >&5
4207 echo "${ECHO_T}no" >&6
4208 fi
4209
4210
4211
4212 enablestring=
4213 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
4214 echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6
4215 no_cache=0
4216 # Check whether --enable-rpath or --disable-rpath was given.
4217 if test "${enable_rpath+set}" = set; then
4218 enableval="$enable_rpath"
4219
4220 if test "$enableval" = yes; then
4221 ac_cv_use_rpath='wxUSE_RPATH=yes'
4222 else
4223 ac_cv_use_rpath='wxUSE_RPATH=no'
4224 fi
4225
4226 else
4227
4228 LINE=`grep "wxUSE_RPATH" ${wx_arg_cache_file}`
4229 if test "x$LINE" != x ; then
4230 eval "DEFAULT_$LINE"
4231 else
4232 no_cache=1
4233 fi
4234
4235 ac_cv_use_rpath='wxUSE_RPATH='$DEFAULT_wxUSE_RPATH
4236
4237 fi;
4238
4239 eval "$ac_cv_use_rpath"
4240 if test "$no_cache" != 1; then
4241 echo $ac_cv_use_rpath >> ${wx_arg_cache_file}.tmp
4242 fi
4243
4244 if test "$wxUSE_RPATH" = yes; then
4245 echo "$as_me:$LINENO: result: yes" >&5
4246 echo "${ECHO_T}yes" >&6
4247 else
4248 echo "$as_me:$LINENO: result: no" >&5
4249 echo "${ECHO_T}no" >&6
4250 fi
4251
4252
4253
4254
4255
4256 enablestring=
4257 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
4258 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
4259 no_cache=0
4260 # Check whether --enable-intl or --disable-intl was given.
4261 if test "${enable_intl+set}" = set; then
4262 enableval="$enable_intl"
4263
4264 if test "$enableval" = yes; then
4265 ac_cv_use_intl='wxUSE_INTL=yes'
4266 else
4267 ac_cv_use_intl='wxUSE_INTL=no'
4268 fi
4269
4270 else
4271
4272 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
4273 if test "x$LINE" != x ; then
4274 eval "DEFAULT_$LINE"
4275 else
4276 no_cache=1
4277 fi
4278
4279 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
4280
4281 fi;
4282
4283 eval "$ac_cv_use_intl"
4284 if test "$no_cache" != 1; then
4285 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
4286 fi
4287
4288 if test "$wxUSE_INTL" = yes; then
4289 echo "$as_me:$LINENO: result: yes" >&5
4290 echo "${ECHO_T}yes" >&6
4291 else
4292 echo "$as_me:$LINENO: result: no" >&5
4293 echo "${ECHO_T}no" >&6
4294 fi
4295
4296
4297 enablestring=
4298 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
4299 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
4300 no_cache=0
4301 # Check whether --enable-config or --disable-config was given.
4302 if test "${enable_config+set}" = set; then
4303 enableval="$enable_config"
4304
4305 if test "$enableval" = yes; then
4306 ac_cv_use_config='wxUSE_CONFIG=yes'
4307 else
4308 ac_cv_use_config='wxUSE_CONFIG=no'
4309 fi
4310
4311 else
4312
4313 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
4314 if test "x$LINE" != x ; then
4315 eval "DEFAULT_$LINE"
4316 else
4317 no_cache=1
4318 fi
4319
4320 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
4321
4322 fi;
4323
4324 eval "$ac_cv_use_config"
4325 if test "$no_cache" != 1; then
4326 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
4327 fi
4328
4329 if test "$wxUSE_CONFIG" = yes; then
4330 echo "$as_me:$LINENO: result: yes" >&5
4331 echo "${ECHO_T}yes" >&6
4332 else
4333 echo "$as_me:$LINENO: result: no" >&5
4334 echo "${ECHO_T}no" >&6
4335 fi
4336
4337
4338
4339 enablestring=
4340 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
4341 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
4342 no_cache=0
4343 # Check whether --enable-protocols or --disable-protocols was given.
4344 if test "${enable_protocols+set}" = set; then
4345 enableval="$enable_protocols"
4346
4347 if test "$enableval" = yes; then
4348 ac_cv_use_protocols='wxUSE_PROTOCOL=yes'
4349 else
4350 ac_cv_use_protocols='wxUSE_PROTOCOL=no'
4351 fi
4352
4353 else
4354
4355 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4356 if test "x$LINE" != x ; then
4357 eval "DEFAULT_$LINE"
4358 else
4359 no_cache=1
4360 fi
4361
4362 ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4363
4364 fi;
4365
4366 eval "$ac_cv_use_protocols"
4367 if test "$no_cache" != 1; then
4368 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
4369 fi
4370
4371 if test "$wxUSE_PROTOCOL" = yes; then
4372 echo "$as_me:$LINENO: result: yes" >&5
4373 echo "${ECHO_T}yes" >&6
4374 else
4375 echo "$as_me:$LINENO: result: no" >&5
4376 echo "${ECHO_T}no" >&6
4377 fi
4378
4379
4380 enablestring=
4381 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
4382 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
4383 no_cache=0
4384 # Check whether --enable-ftp or --disable-ftp was given.
4385 if test "${enable_ftp+set}" = set; then
4386 enableval="$enable_ftp"
4387
4388 if test "$enableval" = yes; then
4389 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
4390 else
4391 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
4392 fi
4393
4394 else
4395
4396 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4397 if test "x$LINE" != x ; then
4398 eval "DEFAULT_$LINE"
4399 else
4400 no_cache=1
4401 fi
4402
4403 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4404
4405 fi;
4406
4407 eval "$ac_cv_use_ftp"
4408 if test "$no_cache" != 1; then
4409 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
4410 fi
4411
4412 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4413 echo "$as_me:$LINENO: result: yes" >&5
4414 echo "${ECHO_T}yes" >&6
4415 else
4416 echo "$as_me:$LINENO: result: no" >&5
4417 echo "${ECHO_T}no" >&6
4418 fi
4419
4420
4421 enablestring=
4422 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
4423 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
4424 no_cache=0
4425 # Check whether --enable-http or --disable-http was given.
4426 if test "${enable_http+set}" = set; then
4427 enableval="$enable_http"
4428
4429 if test "$enableval" = yes; then
4430 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
4431 else
4432 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
4433 fi
4434
4435 else
4436
4437 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4438 if test "x$LINE" != x ; then
4439 eval "DEFAULT_$LINE"
4440 else
4441 no_cache=1
4442 fi
4443
4444 ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4445
4446 fi;
4447
4448 eval "$ac_cv_use_http"
4449 if test "$no_cache" != 1; then
4450 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
4451 fi
4452
4453 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4454 echo "$as_me:$LINENO: result: yes" >&5
4455 echo "${ECHO_T}yes" >&6
4456 else
4457 echo "$as_me:$LINENO: result: no" >&5
4458 echo "${ECHO_T}no" >&6
4459 fi
4460
4461
4462 enablestring=
4463 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4464 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4465 no_cache=0
4466 # Check whether --enable-fileproto or --disable-fileproto was given.
4467 if test "${enable_fileproto+set}" = set; then
4468 enableval="$enable_fileproto"
4469
4470 if test "$enableval" = yes; then
4471 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
4472 else
4473 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
4474 fi
4475
4476 else
4477
4478 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4479 if test "x$LINE" != x ; then
4480 eval "DEFAULT_$LINE"
4481 else
4482 no_cache=1
4483 fi
4484
4485 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4486
4487 fi;
4488
4489 eval "$ac_cv_use_fileproto"
4490 if test "$no_cache" != 1; then
4491 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4492 fi
4493
4494 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4495 echo "$as_me:$LINENO: result: yes" >&5
4496 echo "${ECHO_T}yes" >&6
4497 else
4498 echo "$as_me:$LINENO: result: no" >&5
4499 echo "${ECHO_T}no" >&6
4500 fi
4501
4502
4503 enablestring=
4504 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4505 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4506 no_cache=0
4507 # Check whether --enable-sockets or --disable-sockets was given.
4508 if test "${enable_sockets+set}" = set; then
4509 enableval="$enable_sockets"
4510
4511 if test "$enableval" = yes; then
4512 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
4513 else
4514 ac_cv_use_sockets='wxUSE_SOCKETS=no'
4515 fi
4516
4517 else
4518
4519 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4520 if test "x$LINE" != x ; then
4521 eval "DEFAULT_$LINE"
4522 else
4523 no_cache=1
4524 fi
4525
4526 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4527
4528 fi;
4529
4530 eval "$ac_cv_use_sockets"
4531 if test "$no_cache" != 1; then
4532 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4533 fi
4534
4535 if test "$wxUSE_SOCKETS" = yes; then
4536 echo "$as_me:$LINENO: result: yes" >&5
4537 echo "${ECHO_T}yes" >&6
4538 else
4539 echo "$as_me:$LINENO: result: no" >&5
4540 echo "${ECHO_T}no" >&6
4541 fi
4542
4543
4544 enablestring=
4545 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4546 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4547 no_cache=0
4548 # Check whether --enable-ole or --disable-ole was given.
4549 if test "${enable_ole+set}" = set; then
4550 enableval="$enable_ole"
4551
4552 if test "$enableval" = yes; then
4553 ac_cv_use_ole='wxUSE_OLE=yes'
4554 else
4555 ac_cv_use_ole='wxUSE_OLE=no'
4556 fi
4557
4558 else
4559
4560 LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4561 if test "x$LINE" != x ; then
4562 eval "DEFAULT_$LINE"
4563 else
4564 no_cache=1
4565 fi
4566
4567 ac_cv_use_ole='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4568
4569 fi;
4570
4571 eval "$ac_cv_use_ole"
4572 if test "$no_cache" != 1; then
4573 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4574 fi
4575
4576 if test "$wxUSE_OLE" = yes; then
4577 echo "$as_me:$LINENO: result: yes" >&5
4578 echo "${ECHO_T}yes" >&6
4579 else
4580 echo "$as_me:$LINENO: result: no" >&5
4581 echo "${ECHO_T}no" >&6
4582 fi
4583
4584
4585 enablestring=
4586 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4587 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4588 no_cache=0
4589 # Check whether --enable-dataobj or --disable-dataobj was given.
4590 if test "${enable_dataobj+set}" = set; then
4591 enableval="$enable_dataobj"
4592
4593 if test "$enableval" = yes; then
4594 ac_cv_use_dataobj='wxUSE_DATAOBJ=yes'
4595 else
4596 ac_cv_use_dataobj='wxUSE_DATAOBJ=no'
4597 fi
4598
4599 else
4600
4601 LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4602 if test "x$LINE" != x ; then
4603 eval "DEFAULT_$LINE"
4604 else
4605 no_cache=1
4606 fi
4607
4608 ac_cv_use_dataobj='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4609
4610 fi;
4611
4612 eval "$ac_cv_use_dataobj"
4613 if test "$no_cache" != 1; then
4614 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4615 fi
4616
4617 if test "$wxUSE_DATAOBJ" = yes; then
4618 echo "$as_me:$LINENO: result: yes" >&5
4619 echo "${ECHO_T}yes" >&6
4620 else
4621 echo "$as_me:$LINENO: result: no" >&5
4622 echo "${ECHO_T}no" >&6
4623 fi
4624
4625
4626
4627 enablestring=
4628 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4629 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4630 no_cache=0
4631 # Check whether --enable-ipc or --disable-ipc was given.
4632 if test "${enable_ipc+set}" = set; then
4633 enableval="$enable_ipc"
4634
4635 if test "$enableval" = yes; then
4636 ac_cv_use_ipc='wxUSE_IPC=yes'
4637 else
4638 ac_cv_use_ipc='wxUSE_IPC=no'
4639 fi
4640
4641 else
4642
4643 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4644 if test "x$LINE" != x ; then
4645 eval "DEFAULT_$LINE"
4646 else
4647 no_cache=1
4648 fi
4649
4650 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4651
4652 fi;
4653
4654 eval "$ac_cv_use_ipc"
4655 if test "$no_cache" != 1; then
4656 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4657 fi
4658
4659 if test "$wxUSE_IPC" = yes; then
4660 echo "$as_me:$LINENO: result: yes" >&5
4661 echo "${ECHO_T}yes" >&6
4662 else
4663 echo "$as_me:$LINENO: result: no" >&5
4664 echo "${ECHO_T}no" >&6
4665 fi
4666
4667
4668
4669 enablestring=
4670 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4671 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4672 no_cache=0
4673 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4674 if test "${enable_apple_ieee+set}" = set; then
4675 enableval="$enable_apple_ieee"
4676
4677 if test "$enableval" = yes; then
4678 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
4679 else
4680 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
4681 fi
4682
4683 else
4684
4685 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4686 if test "x$LINE" != x ; then
4687 eval "DEFAULT_$LINE"
4688 else
4689 no_cache=1
4690 fi
4691
4692 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
4693
4694 fi;
4695
4696 eval "$ac_cv_use_apple_ieee"
4697 if test "$no_cache" != 1; then
4698 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4699 fi
4700
4701 if test "$wxUSE_APPLE_IEEE" = yes; then
4702 echo "$as_me:$LINENO: result: yes" >&5
4703 echo "${ECHO_T}yes" >&6
4704 else
4705 echo "$as_me:$LINENO: result: no" >&5
4706 echo "${ECHO_T}no" >&6
4707 fi
4708
4709
4710 enablestring=
4711 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
4712 echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6
4713 no_cache=0
4714 # Check whether --enable-arcstream or --disable-arcstream was given.
4715 if test "${enable_arcstream+set}" = set; then
4716 enableval="$enable_arcstream"
4717
4718 if test "$enableval" = yes; then
4719 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
4720 else
4721 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
4722 fi
4723
4724 else
4725
4726 LINE=`grep "wxUSE_ARCHIVE_STREAMS" ${wx_arg_cache_file}`
4727 if test "x$LINE" != x ; then
4728 eval "DEFAULT_$LINE"
4729 else
4730 no_cache=1
4731 fi
4732
4733 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS='$DEFAULT_wxUSE_ARCHIVE_STREAMS
4734
4735 fi;
4736
4737 eval "$ac_cv_use_arcstream"
4738 if test "$no_cache" != 1; then
4739 echo $ac_cv_use_arcstream >> ${wx_arg_cache_file}.tmp
4740 fi
4741
4742 if test "$wxUSE_ARCHIVE_STREAMS" = yes; then
4743 echo "$as_me:$LINENO: result: yes" >&5
4744 echo "${ECHO_T}yes" >&6
4745 else
4746 echo "$as_me:$LINENO: result: no" >&5
4747 echo "${ECHO_T}no" >&6
4748 fi
4749
4750
4751 enablestring=
4752 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
4753 echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6
4754 no_cache=0
4755 # Check whether --enable-backtrace or --disable-backtrace was given.
4756 if test "${enable_backtrace+set}" = set; then
4757 enableval="$enable_backtrace"
4758
4759 if test "$enableval" = yes; then
4760 ac_cv_use_backtrace='wxUSE_STACKWALKER=yes'
4761 else
4762 ac_cv_use_backtrace='wxUSE_STACKWALKER=no'
4763 fi
4764
4765 else
4766
4767 LINE=`grep "wxUSE_STACKWALKER" ${wx_arg_cache_file}`
4768 if test "x$LINE" != x ; then
4769 eval "DEFAULT_$LINE"
4770 else
4771 no_cache=1
4772 fi
4773
4774 ac_cv_use_backtrace='wxUSE_STACKWALKER='$DEFAULT_wxUSE_STACKWALKER
4775
4776 fi;
4777
4778 eval "$ac_cv_use_backtrace"
4779 if test "$no_cache" != 1; then
4780 echo $ac_cv_use_backtrace >> ${wx_arg_cache_file}.tmp
4781 fi
4782
4783 if test "$wxUSE_STACKWALKER" = yes; then
4784 echo "$as_me:$LINENO: result: yes" >&5
4785 echo "${ECHO_T}yes" >&6
4786 else
4787 echo "$as_me:$LINENO: result: no" >&5
4788 echo "${ECHO_T}no" >&6
4789 fi
4790
4791
4792 enablestring=
4793 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
4794 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
4795 no_cache=0
4796 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4797 if test "${enable_catch_segvs+set}" = set; then
4798 enableval="$enable_catch_segvs"
4799
4800 if test "$enableval" = yes; then
4801 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
4802 else
4803 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
4804 fi
4805
4806 else
4807
4808 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4809 if test "x$LINE" != x ; then
4810 eval "DEFAULT_$LINE"
4811 else
4812 no_cache=1
4813 fi
4814
4815 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4816
4817 fi;
4818
4819 eval "$ac_cv_use_catch_segvs"
4820 if test "$no_cache" != 1; then
4821 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4822 fi
4823
4824 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4825 echo "$as_me:$LINENO: result: yes" >&5
4826 echo "${ECHO_T}yes" >&6
4827 else
4828 echo "$as_me:$LINENO: result: no" >&5
4829 echo "${ECHO_T}no" >&6
4830 fi
4831
4832
4833 enablestring=
4834 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4835 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4836 no_cache=0
4837 # Check whether --enable-cmdline or --disable-cmdline was given.
4838 if test "${enable_cmdline+set}" = set; then
4839 enableval="$enable_cmdline"
4840
4841 if test "$enableval" = yes; then
4842 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
4843 else
4844 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
4845 fi
4846
4847 else
4848
4849 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4850 if test "x$LINE" != x ; then
4851 eval "DEFAULT_$LINE"
4852 else
4853 no_cache=1
4854 fi
4855
4856 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
4857
4858 fi;
4859
4860 eval "$ac_cv_use_cmdline"
4861 if test "$no_cache" != 1; then
4862 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4863 fi
4864
4865 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4866 echo "$as_me:$LINENO: result: yes" >&5
4867 echo "${ECHO_T}yes" >&6
4868 else
4869 echo "$as_me:$LINENO: result: no" >&5
4870 echo "${ECHO_T}no" >&6
4871 fi
4872
4873
4874 enablestring=
4875 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4876 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4877 no_cache=0
4878 # Check whether --enable-datetime or --disable-datetime was given.
4879 if test "${enable_datetime+set}" = set; then
4880 enableval="$enable_datetime"
4881
4882 if test "$enableval" = yes; then
4883 ac_cv_use_datetime='wxUSE_DATETIME=yes'
4884 else
4885 ac_cv_use_datetime='wxUSE_DATETIME=no'
4886 fi
4887
4888 else
4889
4890 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4891 if test "x$LINE" != x ; then
4892 eval "DEFAULT_$LINE"
4893 else
4894 no_cache=1
4895 fi
4896
4897 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
4898
4899 fi;
4900
4901 eval "$ac_cv_use_datetime"
4902 if test "$no_cache" != 1; then
4903 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4904 fi
4905
4906 if test "$wxUSE_DATETIME" = yes; then
4907 echo "$as_me:$LINENO: result: yes" >&5
4908 echo "${ECHO_T}yes" >&6
4909 else
4910 echo "$as_me:$LINENO: result: no" >&5
4911 echo "${ECHO_T}no" >&6
4912 fi
4913
4914
4915 enablestring=
4916 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
4917 echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6
4918 no_cache=0
4919 # Check whether --enable-debugreport or --disable-debugreport was given.
4920 if test "${enable_debugreport+set}" = set; then
4921 enableval="$enable_debugreport"
4922
4923 if test "$enableval" = yes; then
4924 ac_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
4925 else
4926 ac_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
4927 fi
4928
4929 else
4930
4931 LINE=`grep "wxUSE_DEBUGREPORT" ${wx_arg_cache_file}`
4932 if test "x$LINE" != x ; then
4933 eval "DEFAULT_$LINE"
4934 else
4935 no_cache=1
4936 fi
4937
4938 ac_cv_use_debugreport='wxUSE_DEBUGREPORT='$DEFAULT_wxUSE_DEBUGREPORT
4939
4940 fi;
4941
4942 eval "$ac_cv_use_debugreport"
4943 if test "$no_cache" != 1; then
4944 echo $ac_cv_use_debugreport >> ${wx_arg_cache_file}.tmp
4945 fi
4946
4947 if test "$wxUSE_DEBUGREPORT" = yes; then
4948 echo "$as_me:$LINENO: result: yes" >&5
4949 echo "${ECHO_T}yes" >&6
4950 else
4951 echo "$as_me:$LINENO: result: no" >&5
4952 echo "${ECHO_T}no" >&6
4953 fi
4954
4955
4956 enablestring=
4957 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4958 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4959 no_cache=0
4960 # Check whether --enable-dialupman or --disable-dialupman was given.
4961 if test "${enable_dialupman+set}" = set; then
4962 enableval="$enable_dialupman"
4963
4964 if test "$enableval" = yes; then
4965 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
4966 else
4967 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
4968 fi
4969
4970 else
4971
4972 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4973 if test "x$LINE" != x ; then
4974 eval "DEFAULT_$LINE"
4975 else
4976 no_cache=1
4977 fi
4978
4979 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
4980
4981 fi;
4982
4983 eval "$ac_cv_use_dialupman"
4984 if test "$no_cache" != 1; then
4985 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4986 fi
4987
4988 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4989 echo "$as_me:$LINENO: result: yes" >&5
4990 echo "${ECHO_T}yes" >&6
4991 else
4992 echo "$as_me:$LINENO: result: no" >&5
4993 echo "${ECHO_T}no" >&6
4994 fi
4995
4996
4997 enablestring=
4998 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4999 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
5000 no_cache=0
5001 # Check whether --enable-dynlib or --disable-dynlib was given.
5002 if test "${enable_dynlib+set}" = set; then
5003 enableval="$enable_dynlib"
5004
5005 if test "$enableval" = yes; then
5006 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
5007 else
5008 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
5009 fi
5010
5011 else
5012
5013 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
5014 if test "x$LINE" != x ; then
5015 eval "DEFAULT_$LINE"
5016 else
5017 no_cache=1
5018 fi
5019
5020 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
5021
5022 fi;
5023
5024 eval "$ac_cv_use_dynlib"
5025 if test "$no_cache" != 1; then
5026 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
5027 fi
5028
5029 if test "$wxUSE_DYNLIB_CLASS" = yes; then
5030 echo "$as_me:$LINENO: result: yes" >&5
5031 echo "${ECHO_T}yes" >&6
5032 else
5033 echo "$as_me:$LINENO: result: no" >&5
5034 echo "${ECHO_T}no" >&6
5035 fi
5036
5037
5038 enablestring=
5039 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
5040 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
5041 no_cache=0
5042 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
5043 if test "${enable_dynamicloader+set}" = set; then
5044 enableval="$enable_dynamicloader"
5045
5046 if test "$enableval" = yes; then
5047 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
5048 else
5049 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
5050 fi
5051
5052 else
5053
5054 LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
5055 if test "x$LINE" != x ; then
5056 eval "DEFAULT_$LINE"
5057 else
5058 no_cache=1
5059 fi
5060
5061 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
5062
5063 fi;
5064
5065 eval "$ac_cv_use_dynamicloader"
5066 if test "$no_cache" != 1; then
5067 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
5068 fi
5069
5070 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
5071 echo "$as_me:$LINENO: result: yes" >&5
5072 echo "${ECHO_T}yes" >&6
5073 else
5074 echo "$as_me:$LINENO: result: no" >&5
5075 echo "${ECHO_T}no" >&6
5076 fi
5077
5078
5079 enablestring=
5080 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
5081 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
5082 no_cache=0
5083 # Check whether --enable-exceptions or --disable-exceptions was given.
5084 if test "${enable_exceptions+set}" = set; then
5085 enableval="$enable_exceptions"
5086
5087 if test "$enableval" = yes; then
5088 ac_cv_use_exceptions='wxUSE_EXCEPTIONS=yes'
5089 else
5090 ac_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
5091 fi
5092
5093 else
5094
5095 LINE=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
5096 if test "x$LINE" != x ; then
5097 eval "DEFAULT_$LINE"
5098 else
5099 no_cache=1
5100 fi
5101
5102 ac_cv_use_exceptions='wxUSE_EXCEPTIONS='$DEFAULT_wxUSE_EXCEPTIONS
5103
5104 fi;
5105
5106 eval "$ac_cv_use_exceptions"
5107 if test "$no_cache" != 1; then
5108 echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
5109 fi
5110
5111 if test "$wxUSE_EXCEPTIONS" = yes; then
5112 echo "$as_me:$LINENO: result: yes" >&5
5113 echo "${ECHO_T}yes" >&6
5114 else
5115 echo "$as_me:$LINENO: result: no" >&5
5116 echo "${ECHO_T}no" >&6
5117 fi
5118
5119
5120 enablestring=
5121 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
5122 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
5123 no_cache=0
5124 # Check whether --enable-ffile or --disable-ffile was given.
5125 if test "${enable_ffile+set}" = set; then
5126 enableval="$enable_ffile"
5127
5128 if test "$enableval" = yes; then
5129 ac_cv_use_ffile='wxUSE_FFILE=yes'
5130 else
5131 ac_cv_use_ffile='wxUSE_FFILE=no'
5132 fi
5133
5134 else
5135
5136 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
5137 if test "x$LINE" != x ; then
5138 eval "DEFAULT_$LINE"
5139 else
5140 no_cache=1
5141 fi
5142
5143 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
5144
5145 fi;
5146
5147 eval "$ac_cv_use_ffile"
5148 if test "$no_cache" != 1; then
5149 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
5150 fi
5151
5152 if test "$wxUSE_FFILE" = yes; then
5153 echo "$as_me:$LINENO: result: yes" >&5
5154 echo "${ECHO_T}yes" >&6
5155 else
5156 echo "$as_me:$LINENO: result: no" >&5
5157 echo "${ECHO_T}no" >&6
5158 fi
5159
5160
5161 enablestring=
5162 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
5163 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
5164 no_cache=0
5165 # Check whether --enable-file or --disable-file was given.
5166 if test "${enable_file+set}" = set; then
5167 enableval="$enable_file"
5168
5169 if test "$enableval" = yes; then
5170 ac_cv_use_file='wxUSE_FILE=yes'
5171 else
5172 ac_cv_use_file='wxUSE_FILE=no'
5173 fi
5174
5175 else
5176
5177 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
5178 if test "x$LINE" != x ; then
5179 eval "DEFAULT_$LINE"
5180 else
5181 no_cache=1
5182 fi
5183
5184 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
5185
5186 fi;
5187
5188 eval "$ac_cv_use_file"
5189 if test "$no_cache" != 1; then
5190 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
5191 fi
5192
5193 if test "$wxUSE_FILE" = yes; then
5194 echo "$as_me:$LINENO: result: yes" >&5
5195 echo "${ECHO_T}yes" >&6
5196 else
5197 echo "$as_me:$LINENO: result: no" >&5
5198 echo "${ECHO_T}no" >&6
5199 fi
5200
5201
5202 enablestring=
5203 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5204 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5205 no_cache=0
5206 # Check whether --enable-filesystem or --disable-filesystem was given.
5207 if test "${enable_filesystem+set}" = set; then
5208 enableval="$enable_filesystem"
5209
5210 if test "$enableval" = yes; then
5211 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
5212 else
5213 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
5214 fi
5215
5216 else
5217
5218 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5219 if test "x$LINE" != x ; then
5220 eval "DEFAULT_$LINE"
5221 else
5222 no_cache=1
5223 fi
5224
5225 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
5226
5227 fi;
5228
5229 eval "$ac_cv_use_filesystem"
5230 if test "$no_cache" != 1; then
5231 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5232 fi
5233
5234 if test "$wxUSE_FILESYSTEM" = yes; then
5235 echo "$as_me:$LINENO: result: yes" >&5
5236 echo "${ECHO_T}yes" >&6
5237 else
5238 echo "$as_me:$LINENO: result: no" >&5
5239 echo "${ECHO_T}no" >&6
5240 fi
5241
5242
5243 enablestring=
5244 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
5245 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
5246 no_cache=0
5247 # Check whether --enable-fontmap or --disable-fontmap was given.
5248 if test "${enable_fontmap+set}" = set; then
5249 enableval="$enable_fontmap"
5250
5251 if test "$enableval" = yes; then
5252 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
5253 else
5254 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
5255 fi
5256
5257 else
5258
5259 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
5260 if test "x$LINE" != x ; then
5261 eval "DEFAULT_$LINE"
5262 else
5263 no_cache=1
5264 fi
5265
5266 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
5267
5268 fi;
5269
5270 eval "$ac_cv_use_fontmap"
5271 if test "$no_cache" != 1; then
5272 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
5273 fi
5274
5275 if test "$wxUSE_FONTMAP" = yes; then
5276 echo "$as_me:$LINENO: result: yes" >&5
5277 echo "${ECHO_T}yes" >&6
5278 else
5279 echo "$as_me:$LINENO: result: no" >&5
5280 echo "${ECHO_T}no" >&6
5281 fi
5282
5283
5284 enablestring=
5285 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5286 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5287 no_cache=0
5288 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5289 if test "${enable_fs_inet+set}" = set; then
5290 enableval="$enable_fs_inet"
5291
5292 if test "$enableval" = yes; then
5293 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
5294 else
5295 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
5296 fi
5297
5298 else
5299
5300 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5301 if test "x$LINE" != x ; then
5302 eval "DEFAULT_$LINE"
5303 else
5304 no_cache=1
5305 fi
5306
5307 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5308
5309 fi;
5310
5311 eval "$ac_cv_use_fs_inet"
5312 if test "$no_cache" != 1; then
5313 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5314 fi
5315
5316 if test "$wxUSE_FS_INET" = yes; then
5317 echo "$as_me:$LINENO: result: yes" >&5
5318 echo "${ECHO_T}yes" >&6
5319 else
5320 echo "$as_me:$LINENO: result: no" >&5
5321 echo "${ECHO_T}no" >&6
5322 fi
5323
5324
5325 enablestring=
5326 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5327 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5328 no_cache=0
5329 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5330 if test "${enable_fs_zip+set}" = set; then
5331 enableval="$enable_fs_zip"
5332
5333 if test "$enableval" = yes; then
5334 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
5335 else
5336 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
5337 fi
5338
5339 else
5340
5341 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5342 if test "x$LINE" != x ; then
5343 eval "DEFAULT_$LINE"
5344 else
5345 no_cache=1
5346 fi
5347
5348 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5349
5350 fi;
5351
5352 eval "$ac_cv_use_fs_zip"
5353 if test "$no_cache" != 1; then
5354 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5355 fi
5356
5357 if test "$wxUSE_FS_ZIP" = yes; then
5358 echo "$as_me:$LINENO: result: yes" >&5
5359 echo "${ECHO_T}yes" >&6
5360 else
5361 echo "$as_me:$LINENO: result: no" >&5
5362 echo "${ECHO_T}no" >&6
5363 fi
5364
5365
5366 enablestring=
5367 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
5368 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
5369 no_cache=0
5370 # Check whether --enable-geometry or --disable-geometry was given.
5371 if test "${enable_geometry+set}" = set; then
5372 enableval="$enable_geometry"
5373
5374 if test "$enableval" = yes; then
5375 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
5376 else
5377 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
5378 fi
5379
5380 else
5381
5382 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
5383 if test "x$LINE" != x ; then
5384 eval "DEFAULT_$LINE"
5385 else
5386 no_cache=1
5387 fi
5388
5389 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
5390
5391 fi;
5392
5393 eval "$ac_cv_use_geometry"
5394 if test "$no_cache" != 1; then
5395 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
5396 fi
5397
5398 if test "$wxUSE_GEOMETRY" = yes; then
5399 echo "$as_me:$LINENO: result: yes" >&5
5400 echo "${ECHO_T}yes" >&6
5401 else
5402 echo "$as_me:$LINENO: result: no" >&5
5403 echo "${ECHO_T}no" >&6
5404 fi
5405
5406
5407 enablestring=
5408 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
5409 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
5410 no_cache=0
5411 # Check whether --enable-log or --disable-log was given.
5412 if test "${enable_log+set}" = set; then
5413 enableval="$enable_log"
5414
5415 if test "$enableval" = yes; then
5416 ac_cv_use_log='wxUSE_LOG=yes'
5417 else
5418 ac_cv_use_log='wxUSE_LOG=no'
5419 fi
5420
5421 else
5422
5423 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
5424 if test "x$LINE" != x ; then
5425 eval "DEFAULT_$LINE"
5426 else
5427 no_cache=1
5428 fi
5429
5430 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
5431
5432 fi;
5433
5434 eval "$ac_cv_use_log"
5435 if test "$no_cache" != 1; then
5436 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
5437 fi
5438
5439 if test "$wxUSE_LOG" = yes; then
5440 echo "$as_me:$LINENO: result: yes" >&5
5441 echo "${ECHO_T}yes" >&6
5442 else
5443 echo "$as_me:$LINENO: result: no" >&5
5444 echo "${ECHO_T}no" >&6
5445 fi
5446
5447
5448 enablestring=
5449 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
5450 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
5451 no_cache=0
5452 # Check whether --enable-longlong or --disable-longlong was given.
5453 if test "${enable_longlong+set}" = set; then
5454 enableval="$enable_longlong"
5455
5456 if test "$enableval" = yes; then
5457 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
5458 else
5459 ac_cv_use_longlong='wxUSE_LONGLONG=no'
5460 fi
5461
5462 else
5463
5464 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
5465 if test "x$LINE" != x ; then
5466 eval "DEFAULT_$LINE"
5467 else
5468 no_cache=1
5469 fi
5470
5471 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
5472
5473 fi;
5474
5475 eval "$ac_cv_use_longlong"
5476 if test "$no_cache" != 1; then
5477 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
5478 fi
5479
5480 if test "$wxUSE_LONGLONG" = yes; then
5481 echo "$as_me:$LINENO: result: yes" >&5
5482 echo "${ECHO_T}yes" >&6
5483 else
5484 echo "$as_me:$LINENO: result: no" >&5
5485 echo "${ECHO_T}no" >&6
5486 fi
5487
5488
5489 enablestring=
5490 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5491 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5492 no_cache=0
5493 # Check whether --enable-mimetype or --disable-mimetype was given.
5494 if test "${enable_mimetype+set}" = set; then
5495 enableval="$enable_mimetype"
5496
5497 if test "$enableval" = yes; then
5498 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
5499 else
5500 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
5501 fi
5502
5503 else
5504
5505 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5506 if test "x$LINE" != x ; then
5507 eval "DEFAULT_$LINE"
5508 else
5509 no_cache=1
5510 fi
5511
5512 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5513
5514 fi;
5515
5516 eval "$ac_cv_use_mimetype"
5517 if test "$no_cache" != 1; then
5518 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5519 fi
5520
5521 if test "$wxUSE_MIMETYPE" = yes; then
5522 echo "$as_me:$LINENO: result: yes" >&5
5523 echo "${ECHO_T}yes" >&6
5524 else
5525 echo "$as_me:$LINENO: result: no" >&5
5526 echo "${ECHO_T}no" >&6
5527 fi
5528
5529
5530 enablestring=
5531 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5532 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5533 no_cache=0
5534 # Check whether --enable-mslu or --disable-mslu was given.
5535 if test "${enable_mslu+set}" = set; then
5536 enableval="$enable_mslu"
5537
5538 if test "$enableval" = yes; then
5539 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
5540 else
5541 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
5542 fi
5543
5544 else
5545
5546 LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5547 if test "x$LINE" != x ; then
5548 eval "DEFAULT_$LINE"
5549 else
5550 no_cache=1
5551 fi
5552
5553 ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
5554
5555 fi;
5556
5557 eval "$ac_cv_use_mslu"
5558 if test "$no_cache" != 1; then
5559 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5560 fi
5561
5562 if test "$wxUSE_UNICODE_MSLU" = yes; then
5563 echo "$as_me:$LINENO: result: yes" >&5
5564 echo "${ECHO_T}yes" >&6
5565 else
5566 echo "$as_me:$LINENO: result: no" >&5
5567 echo "${ECHO_T}no" >&6
5568 fi
5569
5570
5571 enablestring=
5572 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5573 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5574 no_cache=0
5575 # Check whether --enable-snglinst or --disable-snglinst was given.
5576 if test "${enable_snglinst+set}" = set; then
5577 enableval="$enable_snglinst"
5578
5579 if test "$enableval" = yes; then
5580 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
5581 else
5582 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
5583 fi
5584
5585 else
5586
5587 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5588 if test "x$LINE" != x ; then
5589 eval "DEFAULT_$LINE"
5590 else
5591 no_cache=1
5592 fi
5593
5594 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5595
5596 fi;
5597
5598 eval "$ac_cv_use_snglinst"
5599 if test "$no_cache" != 1; then
5600 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5601 fi
5602
5603 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5604 echo "$as_me:$LINENO: result: yes" >&5
5605 echo "${ECHO_T}yes" >&6
5606 else
5607 echo "$as_me:$LINENO: result: no" >&5
5608 echo "${ECHO_T}no" >&6
5609 fi
5610
5611
5612 enablestring=
5613 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5614 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5615 no_cache=0
5616 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5617 if test "${enable_std_iostreams+set}" = set; then
5618 enableval="$enable_std_iostreams"
5619
5620 if test "$enableval" = yes; then
5621 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
5622 else
5623 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
5624 fi
5625
5626 else
5627
5628 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5629 if test "x$LINE" != x ; then
5630 eval "DEFAULT_$LINE"
5631 else
5632 no_cache=1
5633 fi
5634
5635 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
5636
5637 fi;
5638
5639 eval "$ac_cv_use_std_iostreams"
5640 if test "$no_cache" != 1; then
5641 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5642 fi
5643
5644 if test "$wxUSE_STD_IOSTREAM" = yes; then
5645 echo "$as_me:$LINENO: result: yes" >&5
5646 echo "${ECHO_T}yes" >&6
5647 else
5648 echo "$as_me:$LINENO: result: no" >&5
5649 echo "${ECHO_T}no" >&6
5650 fi
5651
5652
5653 enablestring=
5654 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
5655 echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6
5656 no_cache=0
5657 # Check whether --enable-std_string or --disable-std_string was given.
5658 if test "${enable_std_string+set}" = set; then
5659 enableval="$enable_std_string"
5660
5661 if test "$enableval" = yes; then
5662 ac_cv_use_std_string='wxUSE_STD_STRING=yes'
5663 else
5664 ac_cv_use_std_string='wxUSE_STD_STRING=no'
5665 fi
5666
5667 else
5668
5669 LINE=`grep "wxUSE_STD_STRING" ${wx_arg_cache_file}`
5670 if test "x$LINE" != x ; then
5671 eval "DEFAULT_$LINE"
5672 else
5673 no_cache=1
5674 fi
5675
5676 ac_cv_use_std_string='wxUSE_STD_STRING='$DEFAULT_wxUSE_STD_STRING
5677
5678 fi;
5679
5680 eval "$ac_cv_use_std_string"
5681 if test "$no_cache" != 1; then
5682 echo $ac_cv_use_std_string >> ${wx_arg_cache_file}.tmp
5683 fi
5684
5685 if test "$wxUSE_STD_STRING" = yes; then
5686 echo "$as_me:$LINENO: result: yes" >&5
5687 echo "${ECHO_T}yes" >&6
5688 else
5689 echo "$as_me:$LINENO: result: no" >&5
5690 echo "${ECHO_T}no" >&6
5691 fi
5692
5693
5694 enablestring=
5695 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
5696 echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6
5697 no_cache=0
5698 # Check whether --enable-stdpaths or --disable-stdpaths was given.
5699 if test "${enable_stdpaths+set}" = set; then
5700 enableval="$enable_stdpaths"
5701
5702 if test "$enableval" = yes; then
5703 ac_cv_use_stdpaths='wxUSE_STDPATHS=yes'
5704 else
5705 ac_cv_use_stdpaths='wxUSE_STDPATHS=no'
5706 fi
5707
5708 else
5709
5710 LINE=`grep "wxUSE_STDPATHS" ${wx_arg_cache_file}`
5711 if test "x$LINE" != x ; then
5712 eval "DEFAULT_$LINE"
5713 else
5714 no_cache=1
5715 fi
5716
5717 ac_cv_use_stdpaths='wxUSE_STDPATHS='$DEFAULT_wxUSE_STDPATHS
5718
5719 fi;
5720
5721 eval "$ac_cv_use_stdpaths"
5722 if test "$no_cache" != 1; then
5723 echo $ac_cv_use_stdpaths >> ${wx_arg_cache_file}.tmp
5724 fi
5725
5726 if test "$wxUSE_STDPATHS" = yes; then
5727 echo "$as_me:$LINENO: result: yes" >&5
5728 echo "${ECHO_T}yes" >&6
5729 else
5730 echo "$as_me:$LINENO: result: no" >&5
5731 echo "${ECHO_T}no" >&6
5732 fi
5733
5734
5735 enablestring=
5736 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
5737 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
5738 no_cache=0
5739 # Check whether --enable-stopwatch or --disable-stopwatch was given.
5740 if test "${enable_stopwatch+set}" = set; then
5741 enableval="$enable_stopwatch"
5742
5743 if test "$enableval" = yes; then
5744 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
5745 else
5746 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
5747 fi
5748
5749 else
5750
5751 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
5752 if test "x$LINE" != x ; then
5753 eval "DEFAULT_$LINE"
5754 else
5755 no_cache=1
5756 fi
5757
5758 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
5759
5760 fi;
5761
5762 eval "$ac_cv_use_stopwatch"
5763 if test "$no_cache" != 1; then
5764 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
5765 fi
5766
5767 if test "$wxUSE_STOPWATCH" = yes; then
5768 echo "$as_me:$LINENO: result: yes" >&5
5769 echo "${ECHO_T}yes" >&6
5770 else
5771 echo "$as_me:$LINENO: result: no" >&5
5772 echo "${ECHO_T}no" >&6
5773 fi
5774
5775
5776 enablestring=
5777 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
5778 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
5779 no_cache=0
5780 # Check whether --enable-streams or --disable-streams was given.
5781 if test "${enable_streams+set}" = set; then
5782 enableval="$enable_streams"
5783
5784 if test "$enableval" = yes; then
5785 ac_cv_use_streams='wxUSE_STREAMS=yes'
5786 else
5787 ac_cv_use_streams='wxUSE_STREAMS=no'
5788 fi
5789
5790 else
5791
5792 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
5793 if test "x$LINE" != x ; then
5794 eval "DEFAULT_$LINE"
5795 else
5796 no_cache=1
5797 fi
5798
5799 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
5800
5801 fi;
5802
5803 eval "$ac_cv_use_streams"
5804 if test "$no_cache" != 1; then
5805 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
5806 fi
5807
5808 if test "$wxUSE_STREAMS" = yes; then
5809 echo "$as_me:$LINENO: result: yes" >&5
5810 echo "${ECHO_T}yes" >&6
5811 else
5812 echo "$as_me:$LINENO: result: no" >&5
5813 echo "${ECHO_T}no" >&6
5814 fi
5815
5816
5817 enablestring=
5818 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5819 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5820 no_cache=0
5821 # Check whether --enable-system_options or --disable-system_options was given.
5822 if test "${enable_system_options+set}" = set; then
5823 enableval="$enable_system_options"
5824
5825 if test "$enableval" = yes; then
5826 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
5827 else
5828 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
5829 fi
5830
5831 else
5832
5833 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5834 if test "x$LINE" != x ; then
5835 eval "DEFAULT_$LINE"
5836 else
5837 no_cache=1
5838 fi
5839
5840 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5841
5842 fi;
5843
5844 eval "$ac_cv_use_system_options"
5845 if test "$no_cache" != 1; then
5846 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5847 fi
5848
5849 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5850 echo "$as_me:$LINENO: result: yes" >&5
5851 echo "${ECHO_T}yes" >&6
5852 else
5853 echo "$as_me:$LINENO: result: no" >&5
5854 echo "${ECHO_T}no" >&6
5855 fi
5856
5857
5858 enablestring=
5859 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
5860 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
5861 no_cache=0
5862 # Check whether --enable-textbuf or --disable-textbuf was given.
5863 if test "${enable_textbuf+set}" = set; then
5864 enableval="$enable_textbuf"
5865
5866 if test "$enableval" = yes; then
5867 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
5868 else
5869 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
5870 fi
5871
5872 else
5873
5874 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
5875 if test "x$LINE" != x ; then
5876 eval "DEFAULT_$LINE"
5877 else
5878 no_cache=1
5879 fi
5880
5881 ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
5882
5883 fi;
5884
5885 eval "$ac_cv_use_textbuf"
5886 if test "$no_cache" != 1; then
5887 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
5888 fi
5889
5890 if test "$wxUSE_TEXTBUFFER" = yes; then
5891 echo "$as_me:$LINENO: result: yes" >&5
5892 echo "${ECHO_T}yes" >&6
5893 else
5894 echo "$as_me:$LINENO: result: no" >&5
5895 echo "${ECHO_T}no" >&6
5896 fi
5897
5898
5899 enablestring=
5900 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
5901 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
5902 no_cache=0
5903 # Check whether --enable-textfile or --disable-textfile was given.
5904 if test "${enable_textfile+set}" = set; then
5905 enableval="$enable_textfile"
5906
5907 if test "$enableval" = yes; then
5908 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
5909 else
5910 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
5911 fi
5912
5913 else
5914
5915 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
5916 if test "x$LINE" != x ; then
5917 eval "DEFAULT_$LINE"
5918 else
5919 no_cache=1
5920 fi
5921
5922 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
5923
5924 fi;
5925
5926 eval "$ac_cv_use_textfile"
5927 if test "$no_cache" != 1; then
5928 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
5929 fi
5930
5931 if test "$wxUSE_TEXTFILE" = yes; then
5932 echo "$as_me:$LINENO: result: yes" >&5
5933 echo "${ECHO_T}yes" >&6
5934 else
5935 echo "$as_me:$LINENO: result: no" >&5
5936 echo "${ECHO_T}no" >&6
5937 fi
5938
5939
5940 enablestring=
5941 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
5942 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
5943 no_cache=0
5944 # Check whether --enable-timer or --disable-timer was given.
5945 if test "${enable_timer+set}" = set; then
5946 enableval="$enable_timer"
5947
5948 if test "$enableval" = yes; then
5949 ac_cv_use_timer='wxUSE_TIMER=yes'
5950 else
5951 ac_cv_use_timer='wxUSE_TIMER=no'
5952 fi
5953
5954 else
5955
5956 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
5957 if test "x$LINE" != x ; then
5958 eval "DEFAULT_$LINE"
5959 else
5960 no_cache=1
5961 fi
5962
5963 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
5964
5965 fi;
5966
5967 eval "$ac_cv_use_timer"
5968 if test "$no_cache" != 1; then
5969 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
5970 fi
5971
5972 if test "$wxUSE_TIMER" = yes; then
5973 echo "$as_me:$LINENO: result: yes" >&5
5974 echo "${ECHO_T}yes" >&6
5975 else
5976 echo "$as_me:$LINENO: result: no" >&5
5977 echo "${ECHO_T}no" >&6
5978 fi
5979
5980
5981 enablestring=
5982 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
5983 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
5984 no_cache=0
5985 # Check whether --enable-unicode or --disable-unicode was given.
5986 if test "${enable_unicode+set}" = set; then
5987 enableval="$enable_unicode"
5988
5989 if test "$enableval" = yes; then
5990 ac_cv_use_unicode='wxUSE_UNICODE=yes'
5991 else
5992 ac_cv_use_unicode='wxUSE_UNICODE=no'
5993 fi
5994
5995 else
5996
5997 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5998 if test "x$LINE" != x ; then
5999 eval "DEFAULT_$LINE"
6000 else
6001 no_cache=1
6002 fi
6003
6004 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
6005
6006 fi;
6007
6008 eval "$ac_cv_use_unicode"
6009 if test "$no_cache" != 1; then
6010 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
6011 fi
6012
6013 if test "$wxUSE_UNICODE" = yes; then
6014 echo "$as_me:$LINENO: result: yes" >&5
6015 echo "${ECHO_T}yes" >&6
6016 else
6017 echo "$as_me:$LINENO: result: no" >&5
6018 echo "${ECHO_T}no" >&6
6019 fi
6020
6021
6022 enablestring=
6023 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
6024 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6
6025 no_cache=0
6026 # Check whether --enable-sound or --disable-sound was given.
6027 if test "${enable_sound+set}" = set; then
6028 enableval="$enable_sound"
6029
6030 if test "$enableval" = yes; then
6031 ac_cv_use_sound='wxUSE_SOUND=yes'
6032 else
6033 ac_cv_use_sound='wxUSE_SOUND=no'
6034 fi
6035
6036 else
6037
6038 LINE=`grep "wxUSE_SOUND" ${wx_arg_cache_file}`
6039 if test "x$LINE" != x ; then
6040 eval "DEFAULT_$LINE"
6041 else
6042 no_cache=1
6043 fi
6044
6045 ac_cv_use_sound='wxUSE_SOUND='$DEFAULT_wxUSE_SOUND
6046
6047 fi;
6048
6049 eval "$ac_cv_use_sound"
6050 if test "$no_cache" != 1; then
6051 echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp
6052 fi
6053
6054 if test "$wxUSE_SOUND" = yes; then
6055 echo "$as_me:$LINENO: result: yes" >&5
6056 echo "${ECHO_T}yes" >&6
6057 else
6058 echo "$as_me:$LINENO: result: no" >&5
6059 echo "${ECHO_T}no" >&6
6060 fi
6061
6062
6063 enablestring=
6064 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
6065 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6
6066 no_cache=0
6067 # Check whether --enable-mediactrl or --disable-mediactrl was given.
6068 if test "${enable_mediactrl+set}" = set; then
6069 enableval="$enable_mediactrl"
6070
6071 if test "$enableval" = yes; then
6072 ac_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
6073 else
6074 ac_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
6075 fi
6076
6077 else
6078
6079 LINE=`grep "wxUSE_MEDIACTRL" ${wx_arg_cache_file}`
6080 if test "x$LINE" != x ; then
6081 eval "DEFAULT_$LINE"
6082 else
6083 no_cache=1
6084 fi
6085
6086 ac_cv_use_mediactrl='wxUSE_MEDIACTRL='$DEFAULT_wxUSE_MEDIACTRL
6087
6088 fi;
6089
6090 eval "$ac_cv_use_mediactrl"
6091 if test "$no_cache" != 1; then
6092 echo $ac_cv_use_mediactrl >> ${wx_arg_cache_file}.tmp
6093 fi
6094
6095 if test "$wxUSE_MEDIACTRL" = yes; then
6096 echo "$as_me:$LINENO: result: yes" >&5
6097 echo "${ECHO_T}yes" >&6
6098 else
6099 echo "$as_me:$LINENO: result: no" >&5
6100 echo "${ECHO_T}no" >&6
6101 fi
6102
6103
6104 enablestring=
6105 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
6106 echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
6107 no_cache=0
6108 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
6109 if test "${enable_wxprintfv+set}" = set; then
6110 enableval="$enable_wxprintfv"
6111
6112 if test "$enableval" = yes; then
6113 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
6114 else
6115 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
6116 fi
6117
6118 else
6119
6120 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
6121 if test "x$LINE" != x ; then
6122 eval "DEFAULT_$LINE"
6123 else
6124 no_cache=1
6125 fi
6126
6127 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
6128
6129 fi;
6130
6131 eval "$ac_cv_use_wxprintfv"
6132 if test "$no_cache" != 1; then
6133 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
6134 fi
6135
6136 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
6137 echo "$as_me:$LINENO: result: yes" >&5
6138 echo "${ECHO_T}yes" >&6
6139 else
6140 echo "$as_me:$LINENO: result: no" >&5
6141 echo "${ECHO_T}no" >&6
6142 fi
6143
6144
6145 enablestring=
6146 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
6147 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
6148 no_cache=0
6149 # Check whether --enable-zipstream or --disable-zipstream was given.
6150 if test "${enable_zipstream+set}" = set; then
6151 enableval="$enable_zipstream"
6152
6153 if test "$enableval" = yes; then
6154 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
6155 else
6156 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
6157 fi
6158
6159 else
6160
6161 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
6162 if test "x$LINE" != x ; then
6163 eval "DEFAULT_$LINE"
6164 else
6165 no_cache=1
6166 fi
6167
6168 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
6169
6170 fi;
6171
6172 eval "$ac_cv_use_zipstream"
6173 if test "$no_cache" != 1; then
6174 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
6175 fi
6176
6177 if test "$wxUSE_ZIPSTREAM" = yes; then
6178 echo "$as_me:$LINENO: result: yes" >&5
6179 echo "${ECHO_T}yes" >&6
6180 else
6181 echo "$as_me:$LINENO: result: no" >&5
6182 echo "${ECHO_T}no" >&6
6183 fi
6184
6185
6186
6187 enablestring=
6188 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
6189 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
6190 no_cache=0
6191 # Check whether --enable-url or --disable-url was given.
6192 if test "${enable_url+set}" = set; then
6193 enableval="$enable_url"
6194
6195 if test "$enableval" = yes; then
6196 ac_cv_use_url='wxUSE_URL=yes'
6197 else
6198 ac_cv_use_url='wxUSE_URL=no'
6199 fi
6200
6201 else
6202
6203 LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
6204 if test "x$LINE" != x ; then
6205 eval "DEFAULT_$LINE"
6206 else
6207 no_cache=1
6208 fi
6209
6210 ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL
6211
6212 fi;
6213
6214 eval "$ac_cv_use_url"
6215 if test "$no_cache" != 1; then
6216 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
6217 fi
6218
6219 if test "$wxUSE_URL" = yes; then
6220 echo "$as_me:$LINENO: result: yes" >&5
6221 echo "${ECHO_T}yes" >&6
6222 else
6223 echo "$as_me:$LINENO: result: no" >&5
6224 echo "${ECHO_T}no" >&6
6225 fi
6226
6227
6228 enablestring=
6229 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
6230 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
6231 no_cache=0
6232 # Check whether --enable-protocol or --disable-protocol was given.
6233 if test "${enable_protocol+set}" = set; then
6234 enableval="$enable_protocol"
6235
6236 if test "$enableval" = yes; then
6237 ac_cv_use_protocol='wxUSE_PROTOCOL=yes'
6238 else
6239 ac_cv_use_protocol='wxUSE_PROTOCOL=no'
6240 fi
6241
6242 else
6243
6244 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
6245 if test "x$LINE" != x ; then
6246 eval "DEFAULT_$LINE"
6247 else
6248 no_cache=1
6249 fi
6250
6251 ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
6252
6253 fi;
6254
6255 eval "$ac_cv_use_protocol"
6256 if test "$no_cache" != 1; then
6257 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
6258 fi
6259
6260 if test "$wxUSE_PROTOCOL" = yes; then
6261 echo "$as_me:$LINENO: result: yes" >&5
6262 echo "${ECHO_T}yes" >&6
6263 else
6264 echo "$as_me:$LINENO: result: no" >&5
6265 echo "${ECHO_T}no" >&6
6266 fi
6267
6268
6269 enablestring=
6270 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
6271 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
6272 no_cache=0
6273 # Check whether --enable-protocol_http or --disable-protocol_http was given.
6274 if test "${enable_protocol_http+set}" = set; then
6275 enableval="$enable_protocol_http"
6276
6277 if test "$enableval" = yes; then
6278 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
6279 else
6280 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
6281 fi
6282
6283 else
6284
6285 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
6286 if test "x$LINE" != x ; then
6287 eval "DEFAULT_$LINE"
6288 else
6289 no_cache=1
6290 fi
6291
6292 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
6293
6294 fi;
6295
6296 eval "$ac_cv_use_protocol_http"
6297 if test "$no_cache" != 1; then
6298 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
6299 fi
6300
6301 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
6302 echo "$as_me:$LINENO: result: yes" >&5
6303 echo "${ECHO_T}yes" >&6
6304 else
6305 echo "$as_me:$LINENO: result: no" >&5
6306 echo "${ECHO_T}no" >&6
6307 fi
6308
6309
6310 enablestring=
6311 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
6312 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
6313 no_cache=0
6314 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
6315 if test "${enable_protocol_ftp+set}" = set; then
6316 enableval="$enable_protocol_ftp"
6317
6318 if test "$enableval" = yes; then
6319 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
6320 else
6321 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
6322 fi
6323
6324 else
6325
6326 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
6327 if test "x$LINE" != x ; then
6328 eval "DEFAULT_$LINE"
6329 else
6330 no_cache=1
6331 fi
6332
6333 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
6334
6335 fi;
6336
6337 eval "$ac_cv_use_protocol_ftp"
6338 if test "$no_cache" != 1; then
6339 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
6340 fi
6341
6342 if test "$wxUSE_PROTOCOL_FTP" = yes; then
6343 echo "$as_me:$LINENO: result: yes" >&5
6344 echo "${ECHO_T}yes" >&6
6345 else
6346 echo "$as_me:$LINENO: result: no" >&5
6347 echo "${ECHO_T}no" >&6
6348 fi
6349
6350
6351 enablestring=
6352 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
6353 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
6354 no_cache=0
6355 # Check whether --enable-protocol_file or --disable-protocol_file was given.
6356 if test "${enable_protocol_file+set}" = set; then
6357 enableval="$enable_protocol_file"
6358
6359 if test "$enableval" = yes; then
6360 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
6361 else
6362 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
6363 fi
6364
6365 else
6366
6367 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
6368 if test "x$LINE" != x ; then
6369 eval "DEFAULT_$LINE"
6370 else
6371 no_cache=1
6372 fi
6373
6374 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
6375
6376 fi;
6377
6378 eval "$ac_cv_use_protocol_file"
6379 if test "$no_cache" != 1; then
6380 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
6381 fi
6382
6383 if test "$wxUSE_PROTOCOL_FILE" = yes; then
6384 echo "$as_me:$LINENO: result: yes" >&5
6385 echo "${ECHO_T}yes" >&6
6386 else
6387 echo "$as_me:$LINENO: result: no" >&5
6388 echo "${ECHO_T}no" >&6
6389 fi
6390
6391
6392
6393
6394
6395 enablestring=
6396 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
6397 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
6398 no_cache=0
6399 # Check whether --enable-threads or --disable-threads was given.
6400 if test "${enable_threads+set}" = set; then
6401 enableval="$enable_threads"
6402
6403 if test "$enableval" = yes; then
6404 ac_cv_use_threads='wxUSE_THREADS=yes'
6405 else
6406 ac_cv_use_threads='wxUSE_THREADS=no'
6407 fi
6408
6409 else
6410
6411 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
6412 if test "x$LINE" != x ; then
6413 eval "DEFAULT_$LINE"
6414 else
6415 no_cache=1
6416 fi
6417
6418 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
6419
6420 fi;
6421
6422 eval "$ac_cv_use_threads"
6423 if test "$no_cache" != 1; then
6424 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
6425 fi
6426
6427 if test "$wxUSE_THREADS" = yes; then
6428 echo "$as_me:$LINENO: result: yes" >&5
6429 echo "${ECHO_T}yes" >&6
6430 else
6431 echo "$as_me:$LINENO: result: no" >&5
6432 echo "${ECHO_T}no" >&6
6433 fi
6434
6435
6436 if test "$wxUSE_GUI" = "yes"; then
6437
6438
6439
6440 enablestring=
6441 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
6442 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
6443 no_cache=0
6444 # Check whether --enable-docview or --disable-docview was given.
6445 if test "${enable_docview+set}" = set; then
6446 enableval="$enable_docview"
6447
6448 if test "$enableval" = yes; then
6449 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
6450 else
6451 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
6452 fi
6453
6454 else
6455
6456 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
6457 if test "x$LINE" != x ; then
6458 eval "DEFAULT_$LINE"
6459 else
6460 no_cache=1
6461 fi
6462
6463 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
6464
6465 fi;
6466
6467 eval "$ac_cv_use_docview"
6468 if test "$no_cache" != 1; then
6469 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
6470 fi
6471
6472 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
6473 echo "$as_me:$LINENO: result: yes" >&5
6474 echo "${ECHO_T}yes" >&6
6475 else
6476 echo "$as_me:$LINENO: result: no" >&5
6477 echo "${ECHO_T}no" >&6
6478 fi
6479
6480
6481 enablestring=
6482 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
6483 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
6484 no_cache=0
6485 # Check whether --enable-help or --disable-help was given.
6486 if test "${enable_help+set}" = set; then
6487 enableval="$enable_help"
6488
6489 if test "$enableval" = yes; then
6490 ac_cv_use_help='wxUSE_HELP=yes'
6491 else
6492 ac_cv_use_help='wxUSE_HELP=no'
6493 fi
6494
6495 else
6496
6497 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
6498 if test "x$LINE" != x ; then
6499 eval "DEFAULT_$LINE"
6500 else
6501 no_cache=1
6502 fi
6503
6504 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
6505
6506 fi;
6507
6508 eval "$ac_cv_use_help"
6509 if test "$no_cache" != 1; then
6510 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
6511 fi
6512
6513 if test "$wxUSE_HELP" = yes; then
6514 echo "$as_me:$LINENO: result: yes" >&5
6515 echo "${ECHO_T}yes" >&6
6516 else
6517 echo "$as_me:$LINENO: result: no" >&5
6518 echo "${ECHO_T}no" >&6
6519 fi
6520
6521
6522 enablestring=
6523 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
6524 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
6525 no_cache=0
6526 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
6527 if test "${enable_mshtmlhelp+set}" = set; then
6528 enableval="$enable_mshtmlhelp"
6529
6530 if test "$enableval" = yes; then
6531 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
6532 else
6533 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
6534 fi
6535
6536 else
6537
6538 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
6539 if test "x$LINE" != x ; then
6540 eval "DEFAULT_$LINE"
6541 else
6542 no_cache=1
6543 fi
6544
6545 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
6546
6547 fi;
6548
6549 eval "$ac_cv_use_mshtmlhelp"
6550 if test "$no_cache" != 1; then
6551 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
6552 fi
6553
6554 if test "$wxUSE_MS_HTML_HELP" = yes; then
6555 echo "$as_me:$LINENO: result: yes" >&5
6556 echo "${ECHO_T}yes" >&6
6557 else
6558 echo "$as_me:$LINENO: result: no" >&5
6559 echo "${ECHO_T}no" >&6
6560 fi
6561
6562
6563 enablestring=
6564 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
6565 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
6566 no_cache=0
6567 # Check whether --enable-html or --disable-html was given.
6568 if test "${enable_html+set}" = set; then
6569 enableval="$enable_html"
6570
6571 if test "$enableval" = yes; then
6572 ac_cv_use_html='wxUSE_HTML=yes'
6573 else
6574 ac_cv_use_html='wxUSE_HTML=no'
6575 fi
6576
6577 else
6578
6579 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
6580 if test "x$LINE" != x ; then
6581 eval "DEFAULT_$LINE"
6582 else
6583 no_cache=1
6584 fi
6585
6586 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
6587
6588 fi;
6589
6590 eval "$ac_cv_use_html"
6591 if test "$no_cache" != 1; then
6592 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
6593 fi
6594
6595 if test "$wxUSE_HTML" = yes; then
6596 echo "$as_me:$LINENO: result: yes" >&5
6597 echo "${ECHO_T}yes" >&6
6598 else
6599 echo "$as_me:$LINENO: result: no" >&5
6600 echo "${ECHO_T}no" >&6
6601 fi
6602
6603
6604 enablestring=
6605 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
6606 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
6607 no_cache=0
6608 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
6609 if test "${enable_htmlhelp+set}" = set; then
6610 enableval="$enable_htmlhelp"
6611
6612 if test "$enableval" = yes; then
6613 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
6614 else
6615 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
6616 fi
6617
6618 else
6619
6620 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
6621 if test "x$LINE" != x ; then
6622 eval "DEFAULT_$LINE"
6623 else
6624 no_cache=1
6625 fi
6626
6627 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
6628
6629 fi;
6630
6631 eval "$ac_cv_use_htmlhelp"
6632 if test "$no_cache" != 1; then
6633 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
6634 fi
6635
6636 if test "$wxUSE_WXHTML_HELP" = yes; then
6637 echo "$as_me:$LINENO: result: yes" >&5
6638 echo "${ECHO_T}yes" >&6
6639 else
6640 echo "$as_me:$LINENO: result: no" >&5
6641 echo "${ECHO_T}no" >&6
6642 fi
6643
6644
6645 enablestring=
6646 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
6647 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6
6648 no_cache=0
6649 # Check whether --enable-xrc or --disable-xrc was given.
6650 if test "${enable_xrc+set}" = set; then
6651 enableval="$enable_xrc"
6652
6653 if test "$enableval" = yes; then
6654 ac_cv_use_xrc='wxUSE_XRC=yes'
6655 else
6656 ac_cv_use_xrc='wxUSE_XRC=no'
6657 fi
6658
6659 else
6660
6661 LINE=`grep "wxUSE_XRC" ${wx_arg_cache_file}`
6662 if test "x$LINE" != x ; then
6663 eval "DEFAULT_$LINE"
6664 else
6665 no_cache=1
6666 fi
6667
6668 ac_cv_use_xrc='wxUSE_XRC='$DEFAULT_wxUSE_XRC
6669
6670 fi;
6671
6672 eval "$ac_cv_use_xrc"
6673 if test "$no_cache" != 1; then
6674 echo $ac_cv_use_xrc >> ${wx_arg_cache_file}.tmp
6675 fi
6676
6677 if test "$wxUSE_XRC" = yes; then
6678 echo "$as_me:$LINENO: result: yes" >&5
6679 echo "${ECHO_T}yes" >&6
6680 else
6681 echo "$as_me:$LINENO: result: no" >&5
6682 echo "${ECHO_T}no" >&6
6683 fi
6684
6685
6686 enablestring=
6687 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
6688 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
6689 no_cache=0
6690 # Check whether --enable-constraints or --disable-constraints was given.
6691 if test "${enable_constraints+set}" = set; then
6692 enableval="$enable_constraints"
6693
6694 if test "$enableval" = yes; then
6695 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
6696 else
6697 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
6698 fi
6699
6700 else
6701
6702 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
6703 if test "x$LINE" != x ; then
6704 eval "DEFAULT_$LINE"
6705 else
6706 no_cache=1
6707 fi
6708
6709 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
6710
6711 fi;
6712
6713 eval "$ac_cv_use_constraints"
6714 if test "$no_cache" != 1; then
6715 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
6716 fi
6717
6718 if test "$wxUSE_CONSTRAINTS" = yes; then
6719 echo "$as_me:$LINENO: result: yes" >&5
6720 echo "${ECHO_T}yes" >&6
6721 else
6722 echo "$as_me:$LINENO: result: no" >&5
6723 echo "${ECHO_T}no" >&6
6724 fi
6725
6726
6727 enablestring=
6728 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
6729 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
6730 no_cache=0
6731 # Check whether --enable-printarch or --disable-printarch was given.
6732 if test "${enable_printarch+set}" = set; then
6733 enableval="$enable_printarch"
6734
6735 if test "$enableval" = yes; then
6736 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
6737 else
6738 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
6739 fi
6740
6741 else
6742
6743 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
6744 if test "x$LINE" != x ; then
6745 eval "DEFAULT_$LINE"
6746 else
6747 no_cache=1
6748 fi
6749
6750 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
6751
6752 fi;
6753
6754 eval "$ac_cv_use_printarch"
6755 if test "$no_cache" != 1; then
6756 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6757 fi
6758
6759 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
6760 echo "$as_me:$LINENO: result: yes" >&5
6761 echo "${ECHO_T}yes" >&6
6762 else
6763 echo "$as_me:$LINENO: result: no" >&5
6764 echo "${ECHO_T}no" >&6
6765 fi
6766
6767
6768 enablestring=
6769 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6770 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
6771 no_cache=0
6772 # Check whether --enable-mdi or --disable-mdi was given.
6773 if test "${enable_mdi+set}" = set; then
6774 enableval="$enable_mdi"
6775
6776 if test "$enableval" = yes; then
6777 ac_cv_use_mdi='wxUSE_MDI=yes'
6778 else
6779 ac_cv_use_mdi='wxUSE_MDI=no'
6780 fi
6781
6782 else
6783
6784 LINE=`grep "wxUSE_MDI" ${wx_arg_cache_file}`
6785 if test "x$LINE" != x ; then
6786 eval "DEFAULT_$LINE"
6787 else
6788 no_cache=1
6789 fi
6790
6791 ac_cv_use_mdi='wxUSE_MDI='$DEFAULT_wxUSE_MDI
6792
6793 fi;
6794
6795 eval "$ac_cv_use_mdi"
6796 if test "$no_cache" != 1; then
6797 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6798 fi
6799
6800 if test "$wxUSE_MDI" = yes; then
6801 echo "$as_me:$LINENO: result: yes" >&5
6802 echo "${ECHO_T}yes" >&6
6803 else
6804 echo "$as_me:$LINENO: result: no" >&5
6805 echo "${ECHO_T}no" >&6
6806 fi
6807
6808
6809 enablestring=
6810 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
6811 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6
6812 no_cache=0
6813 # Check whether --enable-mdidoc or --disable-mdidoc was given.
6814 if test "${enable_mdidoc+set}" = set; then
6815 enableval="$enable_mdidoc"
6816
6817 if test "$enableval" = yes; then
6818 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes'
6819 else
6820 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
6821 fi
6822
6823 else
6824
6825 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6826 if test "x$LINE" != x ; then
6827 eval "DEFAULT_$LINE"
6828 else
6829 no_cache=1
6830 fi
6831
6832 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
6833
6834 fi;
6835
6836 eval "$ac_cv_use_mdidoc"
6837 if test "$no_cache" != 1; then
6838 echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp
6839 fi
6840
6841 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
6842 echo "$as_me:$LINENO: result: yes" >&5
6843 echo "${ECHO_T}yes" >&6
6844 else
6845 echo "$as_me:$LINENO: result: no" >&5
6846 echo "${ECHO_T}no" >&6
6847 fi
6848
6849
6850 enablestring=
6851 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6852 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6853 no_cache=0
6854 # Check whether --enable-loggui or --disable-loggui was given.
6855 if test "${enable_loggui+set}" = set; then
6856 enableval="$enable_loggui"
6857
6858 if test "$enableval" = yes; then
6859 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
6860 else
6861 ac_cv_use_loggui='wxUSE_LOGGUI=no'
6862 fi
6863
6864 else
6865
6866 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6867 if test "x$LINE" != x ; then
6868 eval "DEFAULT_$LINE"
6869 else
6870 no_cache=1
6871 fi
6872
6873 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
6874
6875 fi;
6876
6877 eval "$ac_cv_use_loggui"
6878 if test "$no_cache" != 1; then
6879 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6880 fi
6881
6882 if test "$wxUSE_LOGGUI" = yes; then
6883 echo "$as_me:$LINENO: result: yes" >&5
6884 echo "${ECHO_T}yes" >&6
6885 else
6886 echo "$as_me:$LINENO: result: no" >&5
6887 echo "${ECHO_T}no" >&6
6888 fi
6889
6890
6891 enablestring=
6892 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6893 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6894 no_cache=0
6895 # Check whether --enable-logwin or --disable-logwin was given.
6896 if test "${enable_logwin+set}" = set; then
6897 enableval="$enable_logwin"
6898
6899 if test "$enableval" = yes; then
6900 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
6901 else
6902 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
6903 fi
6904
6905 else
6906
6907 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6908 if test "x$LINE" != x ; then
6909 eval "DEFAULT_$LINE"
6910 else
6911 no_cache=1
6912 fi
6913
6914 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
6915
6916 fi;
6917
6918 eval "$ac_cv_use_logwin"
6919 if test "$no_cache" != 1; then
6920 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6921 fi
6922
6923 if test "$wxUSE_LOGWINDOW" = yes; then
6924 echo "$as_me:$LINENO: result: yes" >&5
6925 echo "${ECHO_T}yes" >&6
6926 else
6927 echo "$as_me:$LINENO: result: no" >&5
6928 echo "${ECHO_T}no" >&6
6929 fi
6930
6931
6932 enablestring=
6933 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6934 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6935 no_cache=0
6936 # Check whether --enable-logdialog or --disable-logdialog was given.
6937 if test "${enable_logdialog+set}" = set; then
6938 enableval="$enable_logdialog"
6939
6940 if test "$enableval" = yes; then
6941 ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
6942 else
6943 ac_cv_use_logdialog='wxUSE_LOGDIALOG=no'
6944 fi
6945
6946 else
6947
6948 LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6949 if test "x$LINE" != x ; then
6950 eval "DEFAULT_$LINE"
6951 else
6952 no_cache=1
6953 fi
6954
6955 ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
6956
6957 fi;
6958
6959 eval "$ac_cv_use_logdialog"
6960 if test "$no_cache" != 1; then
6961 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6962 fi
6963
6964 if test "$wxUSE_LOGDIALOG" = yes; then
6965 echo "$as_me:$LINENO: result: yes" >&5
6966 echo "${ECHO_T}yes" >&6
6967 else
6968 echo "$as_me:$LINENO: result: no" >&5
6969 echo "${ECHO_T}no" >&6
6970 fi
6971
6972
6973 enablestring=
6974 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
6975 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6
6976 no_cache=0
6977 # Check whether --enable-webkit or --disable-webkit was given.
6978 if test "${enable_webkit+set}" = set; then
6979 enableval="$enable_webkit"
6980
6981 if test "$enableval" = yes; then
6982 ac_cv_use_webkit='wxUSE_WEBKIT=yes'
6983 else
6984 ac_cv_use_webkit='wxUSE_WEBKIT=no'
6985 fi
6986
6987 else
6988
6989 LINE=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}`
6990 if test "x$LINE" != x ; then
6991 eval "DEFAULT_$LINE"
6992 else
6993 no_cache=1
6994 fi
6995
6996 ac_cv_use_webkit='wxUSE_WEBKIT='$DEFAULT_wxUSE_WEBKIT
6997
6998 fi;
6999
7000 eval "$ac_cv_use_webkit"
7001 if test "$no_cache" != 1; then
7002 echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp
7003 fi
7004
7005 if test "$wxUSE_WEBKIT" = yes; then
7006 echo "$as_me:$LINENO: result: yes" >&5
7007 echo "${ECHO_T}yes" >&6
7008 else
7009 echo "$as_me:$LINENO: result: no" >&5
7010 echo "${ECHO_T}no" >&6
7011 fi
7012
7013
7014 enablestring=
7015 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
7016 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
7017 no_cache=0
7018 # Check whether --enable-html or --disable-html was given.
7019 if test "${enable_html+set}" = set; then
7020 enableval="$enable_html"
7021
7022 if test "$enableval" = yes; then
7023 ac_cv_use_html='wxUSE_RICHTEXT=yes'
7024 else
7025 ac_cv_use_html='wxUSE_RICHTEXT=no'
7026 fi
7027
7028 else
7029
7030 LINE=`grep "wxUSE_RICHTEXT" ${wx_arg_cache_file}`
7031 if test "x$LINE" != x ; then
7032 eval "DEFAULT_$LINE"
7033 else
7034 no_cache=1
7035 fi
7036
7037 ac_cv_use_html='wxUSE_RICHTEXT='$DEFAULT_wxUSE_RICHTEXT
7038
7039 fi;
7040
7041 eval "$ac_cv_use_html"
7042 if test "$no_cache" != 1; then
7043 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
7044 fi
7045
7046 if test "$wxUSE_RICHTEXT" = yes; then
7047 echo "$as_me:$LINENO: result: yes" >&5
7048 echo "${ECHO_T}yes" >&6
7049 else
7050 echo "$as_me:$LINENO: result: no" >&5
7051 echo "${ECHO_T}no" >&6
7052 fi
7053
7054
7055
7056 enablestring=
7057 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
7058 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
7059 no_cache=0
7060 # Check whether --enable-postscript or --disable-postscript was given.
7061 if test "${enable_postscript+set}" = set; then
7062 enableval="$enable_postscript"
7063
7064 if test "$enableval" = yes; then
7065 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
7066 else
7067 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
7068 fi
7069
7070 else
7071
7072 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
7073 if test "x$LINE" != x ; then
7074 eval "DEFAULT_$LINE"
7075 else
7076 no_cache=1
7077 fi
7078
7079 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
7080
7081 fi;
7082
7083 eval "$ac_cv_use_postscript"
7084 if test "$no_cache" != 1; then
7085 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
7086 fi
7087
7088 if test "$wxUSE_POSTSCRIPT" = yes; then
7089 echo "$as_me:$LINENO: result: yes" >&5
7090 echo "${ECHO_T}yes" >&6
7091 else
7092 echo "$as_me:$LINENO: result: no" >&5
7093 echo "${ECHO_T}no" >&6
7094 fi
7095
7096
7097
7098
7099
7100 enablestring=
7101 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
7102 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
7103 no_cache=0
7104 # Check whether --enable-prologio or --disable-prologio was given.
7105 if test "${enable_prologio+set}" = set; then
7106 enableval="$enable_prologio"
7107
7108 if test "$enableval" = yes; then
7109 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
7110 else
7111 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
7112 fi
7113
7114 else
7115
7116 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
7117 if test "x$LINE" != x ; then
7118 eval "DEFAULT_$LINE"
7119 else
7120 no_cache=1
7121 fi
7122
7123 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
7124
7125 fi;
7126
7127 eval "$ac_cv_use_prologio"
7128 if test "$no_cache" != 1; then
7129 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
7130 fi
7131
7132 if test "$wxUSE_PROLOGIO" = yes; then
7133 echo "$as_me:$LINENO: result: yes" >&5
7134 echo "${ECHO_T}yes" >&6
7135 else
7136 echo "$as_me:$LINENO: result: no" >&5
7137 echo "${ECHO_T}no" >&6
7138 fi
7139
7140
7141 enablestring=
7142 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
7143 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
7144 no_cache=0
7145 # Check whether --enable-resources or --disable-resources was given.
7146 if test "${enable_resources+set}" = set; then
7147 enableval="$enable_resources"
7148
7149 if test "$enableval" = yes; then
7150 ac_cv_use_resources='wxUSE_RESOURCES=yes'
7151 else
7152 ac_cv_use_resources='wxUSE_RESOURCES=no'
7153 fi
7154
7155 else
7156
7157 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
7158 if test "x$LINE" != x ; then
7159 eval "DEFAULT_$LINE"
7160 else
7161 no_cache=1
7162 fi
7163
7164 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
7165
7166 fi;
7167
7168 eval "$ac_cv_use_resources"
7169 if test "$no_cache" != 1; then
7170 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
7171 fi
7172
7173 if test "$wxUSE_RESOURCES" = yes; then
7174 echo "$as_me:$LINENO: result: yes" >&5
7175 echo "${ECHO_T}yes" >&6
7176 else
7177 echo "$as_me:$LINENO: result: no" >&5
7178 echo "${ECHO_T}no" >&6
7179 fi
7180
7181
7182
7183
7184 enablestring=
7185 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
7186 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
7187 no_cache=0
7188 # Check whether --enable-clipboard or --disable-clipboard was given.
7189 if test "${enable_clipboard+set}" = set; then
7190 enableval="$enable_clipboard"
7191
7192 if test "$enableval" = yes; then
7193 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
7194 else
7195 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
7196 fi
7197
7198 else
7199
7200 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
7201 if test "x$LINE" != x ; then
7202 eval "DEFAULT_$LINE"
7203 else
7204 no_cache=1
7205 fi
7206
7207 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
7208
7209 fi;
7210
7211 eval "$ac_cv_use_clipboard"
7212 if test "$no_cache" != 1; then
7213 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
7214 fi
7215
7216 if test "$wxUSE_CLIPBOARD" = yes; then
7217 echo "$as_me:$LINENO: result: yes" >&5
7218 echo "${ECHO_T}yes" >&6
7219 else
7220 echo "$as_me:$LINENO: result: no" >&5
7221 echo "${ECHO_T}no" >&6
7222 fi
7223
7224
7225 enablestring=
7226 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
7227 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
7228 no_cache=0
7229 # Check whether --enable-dnd or --disable-dnd was given.
7230 if test "${enable_dnd+set}" = set; then
7231 enableval="$enable_dnd"
7232
7233 if test "$enableval" = yes; then
7234 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
7235 else
7236 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
7237 fi
7238
7239 else
7240
7241 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
7242 if test "x$LINE" != x ; then
7243 eval "DEFAULT_$LINE"
7244 else
7245 no_cache=1
7246 fi
7247
7248 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
7249
7250 fi;
7251
7252 eval "$ac_cv_use_dnd"
7253 if test "$no_cache" != 1; then
7254 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
7255 fi
7256
7257 if test "$wxUSE_DRAG_AND_DROP" = yes; then
7258 echo "$as_me:$LINENO: result: yes" >&5
7259 echo "${ECHO_T}yes" >&6
7260 else
7261 echo "$as_me:$LINENO: result: no" >&5
7262 echo "${ECHO_T}no" >&6
7263 fi
7264
7265
7266 enablestring=
7267 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
7268 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
7269 no_cache=0
7270 # Check whether --enable-metafile or --disable-metafile was given.
7271 if test "${enable_metafile+set}" = set; then
7272 enableval="$enable_metafile"
7273
7274 if test "$enableval" = yes; then
7275 ac_cv_use_metafile='wxUSE_METAFILE=yes'
7276 else
7277 ac_cv_use_metafile='wxUSE_METAFILE=no'
7278 fi
7279
7280 else
7281
7282 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7283 if test "x$LINE" != x ; then
7284 eval "DEFAULT_$LINE"
7285 else
7286 no_cache=1
7287 fi
7288
7289 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7290
7291 fi;
7292
7293 eval "$ac_cv_use_metafile"
7294 if test "$no_cache" != 1; then
7295 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7296 fi
7297
7298 if test "$wxUSE_METAFILE" = yes; then
7299 echo "$as_me:$LINENO: result: yes" >&5
7300 echo "${ECHO_T}yes" >&6
7301 else
7302 echo "$as_me:$LINENO: result: no" >&5
7303 echo "${ECHO_T}no" >&6
7304 fi
7305
7306
7307
7308
7309
7310 enablestring=
7311 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
7312 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
7313 no_cache=0
7314 # Check whether --enable-controls or --disable-controls was given.
7315 if test "${enable_controls+set}" = set; then
7316 enableval="$enable_controls"
7317
7318 if test "$enableval" = yes; then
7319 ac_cv_use_controls='wxUSE_CONTROLS=yes'
7320 else
7321 ac_cv_use_controls='wxUSE_CONTROLS=no'
7322 fi
7323
7324 else
7325
7326 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
7327 if test "x$LINE" != x ; then
7328 eval "DEFAULT_$LINE"
7329 else
7330 no_cache=1
7331 fi
7332
7333 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
7334
7335 fi;
7336
7337 eval "$ac_cv_use_controls"
7338 if test "$no_cache" != 1; then
7339 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
7340 fi
7341
7342 if test "$wxUSE_CONTROLS" = yes; then
7343 echo "$as_me:$LINENO: result: yes" >&5
7344 echo "${ECHO_T}yes" >&6
7345 else
7346 echo "$as_me:$LINENO: result: no" >&5
7347 echo "${ECHO_T}no" >&6
7348 fi
7349
7350
7351 if test "$wxUSE_CONTROLS" = "yes"; then
7352 DEFAULT_wxUSE_ACCEL=yes
7353 DEFAULT_wxUSE_BMPBUTTON=yes
7354 DEFAULT_wxUSE_BUTTON=yes
7355 DEFAULT_wxUSE_CALCTRL=yes
7356 DEFAULT_wxUSE_CARET=yes
7357 DEFAULT_wxUSE_COMBOBOX=yes
7358 DEFAULT_wxUSE_CHECKBOX=yes
7359 DEFAULT_wxUSE_CHECKLISTBOX=yes
7360 DEFAULT_wxUSE_CHOICE=yes
7361 DEFAULT_wxUSE_CHOICEBOOK=yes
7362 DEFAULT_wxUSE_DATEPICKCTRL=yes
7363 DEFAULT_wxUSE_GAUGE=yes
7364 DEFAULT_wxUSE_GRID=yes
7365 DEFAULT_wxUSE_IMAGLIST=yes
7366 DEFAULT_wxUSE_LISTBOOK=yes
7367 DEFAULT_wxUSE_LISTBOX=yes
7368 DEFAULT_wxUSE_LISTCTRL=yes
7369 DEFAULT_wxUSE_NOTEBOOK=yes
7370 DEFAULT_wxUSE_RADIOBOX=yes
7371 DEFAULT_wxUSE_RADIOBTN=yes
7372 DEFAULT_wxUSE_SASH=yes
7373 DEFAULT_wxUSE_SCROLLBAR=yes
7374 DEFAULT_wxUSE_SLIDER=yes
7375 DEFAULT_wxUSE_SPINBTN=yes
7376 DEFAULT_wxUSE_SPINCTRL=yes
7377 DEFAULT_wxUSE_SPLITTER=yes
7378 DEFAULT_wxUSE_STATBMP=yes
7379 DEFAULT_wxUSE_STATBOX=yes
7380 DEFAULT_wxUSE_STATLINE=yes
7381 DEFAULT_wxUSE_STATUSBAR=yes
7382 DEFAULT_wxUSE_TAB_DIALOG=yes
7383 DEFAULT_wxUSE_TOGGLEBTN=yes
7384 DEFAULT_wxUSE_TOOLBAR=yes
7385 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
7386 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
7387 DEFAULT_wxUSE_TOOLTIPS=yes
7388 DEFAULT_wxUSE_TREEBOOK=yes
7389 DEFAULT_wxUSE_TREECTRL=yes
7390 DEFAULT_wxUSE_POPUPWIN=yes
7391 DEFAULT_wxUSE_TIPWINDOW=yes
7392 elif test "$wxUSE_CONTROLS" = "no"; then
7393 DEFAULT_wxUSE_ACCEL=no
7394 DEFAULT_wxUSE_BMPBUTTON=no
7395 DEFAULT_wxUSE_BUTTON=no
7396 DEFAULT_wxUSE_CALCTRL=no
7397 DEFAULT_wxUSE_CARET=no
7398 DEFAULT_wxUSE_COMBOBOX=no
7399 DEFAULT_wxUSE_CHECKBOX=no
7400 DEFAULT_wxUSE_CHECKLISTBOX=no
7401 DEFAULT_wxUSE_CHOICE=no
7402 DEFAULT_wxUSE_CHOICEBOOK=no
7403 DEFAULT_wxUSE_DATEPICKCTRL=no
7404 DEFAULT_wxUSE_GAUGE=no
7405 DEFAULT_wxUSE_GRID=no
7406 DEFAULT_wxUSE_IMAGLIST=no
7407 DEFAULT_wxUSE_LISTBOOK=no
7408 DEFAULT_wxUSE_LISTBOX=no
7409 DEFAULT_wxUSE_LISTCTRL=no
7410 DEFAULT_wxUSE_NOTEBOOK=no
7411 DEFAULT_wxUSE_RADIOBOX=no
7412 DEFAULT_wxUSE_RADIOBTN=no
7413 DEFAULT_wxUSE_SASH=no
7414 DEFAULT_wxUSE_SCROLLBAR=no
7415 DEFAULT_wxUSE_SLIDER=no
7416 DEFAULT_wxUSE_SPINBTN=no
7417 DEFAULT_wxUSE_SPINCTRL=no
7418 DEFAULT_wxUSE_SPLITTER=no
7419 DEFAULT_wxUSE_STATBMP=no
7420 DEFAULT_wxUSE_STATBOX=no
7421 DEFAULT_wxUSE_STATLINE=no
7422 DEFAULT_wxUSE_STATUSBAR=no
7423 DEFAULT_wxUSE_TAB_DIALOG=no
7424 DEFAULT_wxUSE_TOGGLEBTN=no
7425 DEFAULT_wxUSE_TOOLBAR=no
7426 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
7427 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
7428 DEFAULT_wxUSE_TOOLTIPS=no
7429 DEFAULT_wxUSE_TREEBOOK=no
7430 DEFAULT_wxUSE_TREECTRL=no
7431 DEFAULT_wxUSE_POPUPWIN=no
7432 DEFAULT_wxUSE_TIPWINDOW=no
7433 fi
7434
7435
7436 enablestring=
7437 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
7438 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
7439 no_cache=0
7440 # Check whether --enable-accel or --disable-accel was given.
7441 if test "${enable_accel+set}" = set; then
7442 enableval="$enable_accel"
7443
7444 if test "$enableval" = yes; then
7445 ac_cv_use_accel='wxUSE_ACCEL=yes'
7446 else
7447 ac_cv_use_accel='wxUSE_ACCEL=no'
7448 fi
7449
7450 else
7451
7452 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
7453 if test "x$LINE" != x ; then
7454 eval "DEFAULT_$LINE"
7455 else
7456 no_cache=1
7457 fi
7458
7459 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
7460
7461 fi;
7462
7463 eval "$ac_cv_use_accel"
7464 if test "$no_cache" != 1; then
7465 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
7466 fi
7467
7468 if test "$wxUSE_ACCEL" = yes; then
7469 echo "$as_me:$LINENO: result: yes" >&5
7470 echo "${ECHO_T}yes" >&6
7471 else
7472 echo "$as_me:$LINENO: result: no" >&5
7473 echo "${ECHO_T}no" >&6
7474 fi
7475
7476
7477 enablestring=
7478 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
7479 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
7480 no_cache=0
7481 # Check whether --enable-button or --disable-button was given.
7482 if test "${enable_button+set}" = set; then
7483 enableval="$enable_button"
7484
7485 if test "$enableval" = yes; then
7486 ac_cv_use_button='wxUSE_BUTTON=yes'
7487 else
7488 ac_cv_use_button='wxUSE_BUTTON=no'
7489 fi
7490
7491 else
7492
7493 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
7494 if test "x$LINE" != x ; then
7495 eval "DEFAULT_$LINE"
7496 else
7497 no_cache=1
7498 fi
7499
7500 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
7501
7502 fi;
7503
7504 eval "$ac_cv_use_button"
7505 if test "$no_cache" != 1; then
7506 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
7507 fi
7508
7509 if test "$wxUSE_BUTTON" = yes; then
7510 echo "$as_me:$LINENO: result: yes" >&5
7511 echo "${ECHO_T}yes" >&6
7512 else
7513 echo "$as_me:$LINENO: result: no" >&5
7514 echo "${ECHO_T}no" >&6
7515 fi
7516
7517
7518 enablestring=
7519 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
7520 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
7521 no_cache=0
7522 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
7523 if test "${enable_bmpbutton+set}" = set; then
7524 enableval="$enable_bmpbutton"
7525
7526 if test "$enableval" = yes; then
7527 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
7528 else
7529 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
7530 fi
7531
7532 else
7533
7534 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
7535 if test "x$LINE" != x ; then
7536 eval "DEFAULT_$LINE"
7537 else
7538 no_cache=1
7539 fi
7540
7541 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
7542
7543 fi;
7544
7545 eval "$ac_cv_use_bmpbutton"
7546 if test "$no_cache" != 1; then
7547 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
7548 fi
7549
7550 if test "$wxUSE_BMPBUTTON" = yes; then
7551 echo "$as_me:$LINENO: result: yes" >&5
7552 echo "${ECHO_T}yes" >&6
7553 else
7554 echo "$as_me:$LINENO: result: no" >&5
7555 echo "${ECHO_T}no" >&6
7556 fi
7557
7558
7559 enablestring=
7560 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
7561 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
7562 no_cache=0
7563 # Check whether --enable-calendar or --disable-calendar was given.
7564 if test "${enable_calendar+set}" = set; then
7565 enableval="$enable_calendar"
7566
7567 if test "$enableval" = yes; then
7568 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
7569 else
7570 ac_cv_use_calendar='wxUSE_CALCTRL=no'
7571 fi
7572
7573 else
7574
7575 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
7576 if test "x$LINE" != x ; then
7577 eval "DEFAULT_$LINE"
7578 else
7579 no_cache=1
7580 fi
7581
7582 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
7583
7584 fi;
7585
7586 eval "$ac_cv_use_calendar"
7587 if test "$no_cache" != 1; then
7588 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
7589 fi
7590
7591 if test "$wxUSE_CALCTRL" = yes; then
7592 echo "$as_me:$LINENO: result: yes" >&5
7593 echo "${ECHO_T}yes" >&6
7594 else
7595 echo "$as_me:$LINENO: result: no" >&5
7596 echo "${ECHO_T}no" >&6
7597 fi
7598
7599
7600 enablestring=
7601 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
7602 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
7603 no_cache=0
7604 # Check whether --enable-caret or --disable-caret was given.
7605 if test "${enable_caret+set}" = set; then
7606 enableval="$enable_caret"
7607
7608 if test "$enableval" = yes; then
7609 ac_cv_use_caret='wxUSE_CARET=yes'
7610 else
7611 ac_cv_use_caret='wxUSE_CARET=no'
7612 fi
7613
7614 else
7615
7616 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
7617 if test "x$LINE" != x ; then
7618 eval "DEFAULT_$LINE"
7619 else
7620 no_cache=1
7621 fi
7622
7623 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
7624
7625 fi;
7626
7627 eval "$ac_cv_use_caret"
7628 if test "$no_cache" != 1; then
7629 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
7630 fi
7631
7632 if test "$wxUSE_CARET" = yes; then
7633 echo "$as_me:$LINENO: result: yes" >&5
7634 echo "${ECHO_T}yes" >&6
7635 else
7636 echo "$as_me:$LINENO: result: no" >&5
7637 echo "${ECHO_T}no" >&6
7638 fi
7639
7640
7641 enablestring=
7642 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
7643 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
7644 no_cache=0
7645 # Check whether --enable-checkbox or --disable-checkbox was given.
7646 if test "${enable_checkbox+set}" = set; then
7647 enableval="$enable_checkbox"
7648
7649 if test "$enableval" = yes; then
7650 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
7651 else
7652 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
7653 fi
7654
7655 else
7656
7657 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
7658 if test "x$LINE" != x ; then
7659 eval "DEFAULT_$LINE"
7660 else
7661 no_cache=1
7662 fi
7663
7664 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
7665
7666 fi;
7667
7668 eval "$ac_cv_use_checkbox"
7669 if test "$no_cache" != 1; then
7670 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
7671 fi
7672
7673 if test "$wxUSE_CHECKBOX" = yes; then
7674 echo "$as_me:$LINENO: result: yes" >&5
7675 echo "${ECHO_T}yes" >&6
7676 else
7677 echo "$as_me:$LINENO: result: no" >&5
7678 echo "${ECHO_T}no" >&6
7679 fi
7680
7681
7682 enablestring=
7683 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
7684 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
7685 no_cache=0
7686 # Check whether --enable-checklst or --disable-checklst was given.
7687 if test "${enable_checklst+set}" = set; then
7688 enableval="$enable_checklst"
7689
7690 if test "$enableval" = yes; then
7691 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
7692 else
7693 ac_cv_use_checklst='wxUSE_CHECKLST=no'
7694 fi
7695
7696 else
7697
7698 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
7699 if test "x$LINE" != x ; then
7700 eval "DEFAULT_$LINE"
7701 else
7702 no_cache=1
7703 fi
7704
7705 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
7706
7707 fi;
7708
7709 eval "$ac_cv_use_checklst"
7710 if test "$no_cache" != 1; then
7711 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
7712 fi
7713
7714 if test "$wxUSE_CHECKLST" = yes; then
7715 echo "$as_me:$LINENO: result: yes" >&5
7716 echo "${ECHO_T}yes" >&6
7717 else
7718 echo "$as_me:$LINENO: result: no" >&5
7719 echo "${ECHO_T}no" >&6
7720 fi
7721
7722
7723 enablestring=
7724 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
7725 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
7726 no_cache=0
7727 # Check whether --enable-choice or --disable-choice was given.
7728 if test "${enable_choice+set}" = set; then
7729 enableval="$enable_choice"
7730
7731 if test "$enableval" = yes; then
7732 ac_cv_use_choice='wxUSE_CHOICE=yes'
7733 else
7734 ac_cv_use_choice='wxUSE_CHOICE=no'
7735 fi
7736
7737 else
7738
7739 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
7740 if test "x$LINE" != x ; then
7741 eval "DEFAULT_$LINE"
7742 else
7743 no_cache=1
7744 fi
7745
7746 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
7747
7748 fi;
7749
7750 eval "$ac_cv_use_choice"
7751 if test "$no_cache" != 1; then
7752 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
7753 fi
7754
7755 if test "$wxUSE_CHOICE" = yes; then
7756 echo "$as_me:$LINENO: result: yes" >&5
7757 echo "${ECHO_T}yes" >&6
7758 else
7759 echo "$as_me:$LINENO: result: no" >&5
7760 echo "${ECHO_T}no" >&6
7761 fi
7762
7763
7764 enablestring=
7765 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
7766 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6
7767 no_cache=0
7768 # Check whether --enable-choicebook or --disable-choicebook was given.
7769 if test "${enable_choicebook+set}" = set; then
7770 enableval="$enable_choicebook"
7771
7772 if test "$enableval" = yes; then
7773 ac_cv_use_choicebook='wxUSE_CHOICEBOOK=yes'
7774 else
7775 ac_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
7776 fi
7777
7778 else
7779
7780 LINE=`grep "wxUSE_CHOICEBOOK" ${wx_arg_cache_file}`
7781 if test "x$LINE" != x ; then
7782 eval "DEFAULT_$LINE"
7783 else
7784 no_cache=1
7785 fi
7786
7787 ac_cv_use_choicebook='wxUSE_CHOICEBOOK='$DEFAULT_wxUSE_CHOICEBOOK
7788
7789 fi;
7790
7791 eval "$ac_cv_use_choicebook"
7792 if test "$no_cache" != 1; then
7793 echo $ac_cv_use_choicebook >> ${wx_arg_cache_file}.tmp
7794 fi
7795
7796 if test "$wxUSE_CHOICEBOOK" = yes; then
7797 echo "$as_me:$LINENO: result: yes" >&5
7798 echo "${ECHO_T}yes" >&6
7799 else
7800 echo "$as_me:$LINENO: result: no" >&5
7801 echo "${ECHO_T}no" >&6
7802 fi
7803
7804
7805 enablestring=
7806 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
7807 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
7808 no_cache=0
7809 # Check whether --enable-combobox or --disable-combobox was given.
7810 if test "${enable_combobox+set}" = set; then
7811 enableval="$enable_combobox"
7812
7813 if test "$enableval" = yes; then
7814 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
7815 else
7816 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
7817 fi
7818
7819 else
7820
7821 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
7822 if test "x$LINE" != x ; then
7823 eval "DEFAULT_$LINE"
7824 else
7825 no_cache=1
7826 fi
7827
7828 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
7829
7830 fi;
7831
7832 eval "$ac_cv_use_combobox"
7833 if test "$no_cache" != 1; then
7834 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
7835 fi
7836
7837 if test "$wxUSE_COMBOBOX" = yes; then
7838 echo "$as_me:$LINENO: result: yes" >&5
7839 echo "${ECHO_T}yes" >&6
7840 else
7841 echo "$as_me:$LINENO: result: no" >&5
7842 echo "${ECHO_T}no" >&6
7843 fi
7844
7845
7846 enablestring=
7847 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
7848 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6
7849 no_cache=0
7850 # Check whether --enable-datepick or --disable-datepick was given.
7851 if test "${enable_datepick+set}" = set; then
7852 enableval="$enable_datepick"
7853
7854 if test "$enableval" = yes; then
7855 ac_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
7856 else
7857 ac_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
7858 fi
7859
7860 else
7861
7862 LINE=`grep "wxUSE_DATEPICKCTRL" ${wx_arg_cache_file}`
7863 if test "x$LINE" != x ; then
7864 eval "DEFAULT_$LINE"
7865 else
7866 no_cache=1
7867 fi
7868
7869 ac_cv_use_datepick='wxUSE_DATEPICKCTRL='$DEFAULT_wxUSE_DATEPICKCTRL
7870
7871 fi;
7872
7873 eval "$ac_cv_use_datepick"
7874 if test "$no_cache" != 1; then
7875 echo $ac_cv_use_datepick >> ${wx_arg_cache_file}.tmp
7876 fi
7877
7878 if test "$wxUSE_DATEPICKCTRL" = yes; then
7879 echo "$as_me:$LINENO: result: yes" >&5
7880 echo "${ECHO_T}yes" >&6
7881 else
7882 echo "$as_me:$LINENO: result: no" >&5
7883 echo "${ECHO_T}no" >&6
7884 fi
7885
7886
7887 enablestring=
7888 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
7889 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
7890 no_cache=0
7891 # Check whether --enable-display or --disable-display was given.
7892 if test "${enable_display+set}" = set; then
7893 enableval="$enable_display"
7894
7895 if test "$enableval" = yes; then
7896 ac_cv_use_display='wxUSE_DISPLAY=yes'
7897 else
7898 ac_cv_use_display='wxUSE_DISPLAY=no'
7899 fi
7900
7901 else
7902
7903 LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
7904 if test "x$LINE" != x ; then
7905 eval "DEFAULT_$LINE"
7906 else
7907 no_cache=1
7908 fi
7909
7910 ac_cv_use_display='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
7911
7912 fi;
7913
7914 eval "$ac_cv_use_display"
7915 if test "$no_cache" != 1; then
7916 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
7917 fi
7918
7919 if test "$wxUSE_DISPLAY" = yes; then
7920 echo "$as_me:$LINENO: result: yes" >&5
7921 echo "${ECHO_T}yes" >&6
7922 else
7923 echo "$as_me:$LINENO: result: no" >&5
7924 echo "${ECHO_T}no" >&6
7925 fi
7926
7927
7928 enablestring=
7929 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
7930 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
7931 no_cache=0
7932 # Check whether --enable-gauge or --disable-gauge was given.
7933 if test "${enable_gauge+set}" = set; then
7934 enableval="$enable_gauge"
7935
7936 if test "$enableval" = yes; then
7937 ac_cv_use_gauge='wxUSE_GAUGE=yes'
7938 else
7939 ac_cv_use_gauge='wxUSE_GAUGE=no'
7940 fi
7941
7942 else
7943
7944 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7945 if test "x$LINE" != x ; then
7946 eval "DEFAULT_$LINE"
7947 else
7948 no_cache=1
7949 fi
7950
7951 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
7952
7953 fi;
7954
7955 eval "$ac_cv_use_gauge"
7956 if test "$no_cache" != 1; then
7957 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7958 fi
7959
7960 if test "$wxUSE_GAUGE" = yes; then
7961 echo "$as_me:$LINENO: result: yes" >&5
7962 echo "${ECHO_T}yes" >&6
7963 else
7964 echo "$as_me:$LINENO: result: no" >&5
7965 echo "${ECHO_T}no" >&6
7966 fi
7967
7968
7969 enablestring=
7970 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7971 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
7972 no_cache=0
7973 # Check whether --enable-grid or --disable-grid was given.
7974 if test "${enable_grid+set}" = set; then
7975 enableval="$enable_grid"
7976
7977 if test "$enableval" = yes; then
7978 ac_cv_use_grid='wxUSE_GRID=yes'
7979 else
7980 ac_cv_use_grid='wxUSE_GRID=no'
7981 fi
7982
7983 else
7984
7985 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7986 if test "x$LINE" != x ; then
7987 eval "DEFAULT_$LINE"
7988 else
7989 no_cache=1
7990 fi
7991
7992 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
7993
7994 fi;
7995
7996 eval "$ac_cv_use_grid"
7997 if test "$no_cache" != 1; then
7998 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7999 fi
8000
8001 if test "$wxUSE_GRID" = yes; then
8002 echo "$as_me:$LINENO: result: yes" >&5
8003 echo "${ECHO_T}yes" >&6
8004 else
8005 echo "$as_me:$LINENO: result: no" >&5
8006 echo "${ECHO_T}no" >&6
8007 fi
8008
8009
8010 enablestring=
8011 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
8012 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
8013 no_cache=0
8014 # Check whether --enable-imaglist or --disable-imaglist was given.
8015 if test "${enable_imaglist+set}" = set; then
8016 enableval="$enable_imaglist"
8017
8018 if test "$enableval" = yes; then
8019 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
8020 else
8021 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
8022 fi
8023
8024 else
8025
8026 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
8027 if test "x$LINE" != x ; then
8028 eval "DEFAULT_$LINE"
8029 else
8030 no_cache=1
8031 fi
8032
8033 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
8034
8035 fi;
8036
8037 eval "$ac_cv_use_imaglist"
8038 if test "$no_cache" != 1; then
8039 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
8040 fi
8041
8042 if test "$wxUSE_IMAGLIST" = yes; then
8043 echo "$as_me:$LINENO: result: yes" >&5
8044 echo "${ECHO_T}yes" >&6
8045 else
8046 echo "$as_me:$LINENO: result: no" >&5
8047 echo "${ECHO_T}no" >&6
8048 fi
8049
8050
8051 enablestring=
8052 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
8053 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
8054 no_cache=0
8055 # Check whether --enable-listbook or --disable-listbook was given.
8056 if test "${enable_listbook+set}" = set; then
8057 enableval="$enable_listbook"
8058
8059 if test "$enableval" = yes; then
8060 ac_cv_use_listbook='wxUSE_LISTBOOK=yes'
8061 else
8062 ac_cv_use_listbook='wxUSE_LISTBOOK=no'
8063 fi
8064
8065 else
8066
8067 LINE=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
8068 if test "x$LINE" != x ; then
8069 eval "DEFAULT_$LINE"
8070 else
8071 no_cache=1
8072 fi
8073
8074 ac_cv_use_listbook='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK
8075
8076 fi;
8077
8078 eval "$ac_cv_use_listbook"
8079 if test "$no_cache" != 1; then
8080 echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
8081 fi
8082
8083 if test "$wxUSE_LISTBOOK" = yes; then
8084 echo "$as_me:$LINENO: result: yes" >&5
8085 echo "${ECHO_T}yes" >&6
8086 else
8087 echo "$as_me:$LINENO: result: no" >&5
8088 echo "${ECHO_T}no" >&6
8089 fi
8090
8091
8092 enablestring=
8093 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
8094 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
8095 no_cache=0
8096 # Check whether --enable-listbox or --disable-listbox was given.
8097 if test "${enable_listbox+set}" = set; then
8098 enableval="$enable_listbox"
8099
8100 if test "$enableval" = yes; then
8101 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
8102 else
8103 ac_cv_use_listbox='wxUSE_LISTBOX=no'
8104 fi
8105
8106 else
8107
8108 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
8109 if test "x$LINE" != x ; then
8110 eval "DEFAULT_$LINE"
8111 else
8112 no_cache=1
8113 fi
8114
8115 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
8116
8117 fi;
8118
8119 eval "$ac_cv_use_listbox"
8120 if test "$no_cache" != 1; then
8121 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
8122 fi
8123
8124 if test "$wxUSE_LISTBOX" = yes; then
8125 echo "$as_me:$LINENO: result: yes" >&5
8126 echo "${ECHO_T}yes" >&6
8127 else
8128 echo "$as_me:$LINENO: result: no" >&5
8129 echo "${ECHO_T}no" >&6
8130 fi
8131
8132
8133 enablestring=
8134 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
8135 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
8136 no_cache=0
8137 # Check whether --enable-listctrl or --disable-listctrl was given.
8138 if test "${enable_listctrl+set}" = set; then
8139 enableval="$enable_listctrl"
8140
8141 if test "$enableval" = yes; then
8142 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
8143 else
8144 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
8145 fi
8146
8147 else
8148
8149 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
8150 if test "x$LINE" != x ; then
8151 eval "DEFAULT_$LINE"
8152 else
8153 no_cache=1
8154 fi
8155
8156 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
8157
8158 fi;
8159
8160 eval "$ac_cv_use_listctrl"
8161 if test "$no_cache" != 1; then
8162 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
8163 fi
8164
8165 if test "$wxUSE_LISTCTRL" = yes; then
8166 echo "$as_me:$LINENO: result: yes" >&5
8167 echo "${ECHO_T}yes" >&6
8168 else
8169 echo "$as_me:$LINENO: result: no" >&5
8170 echo "${ECHO_T}no" >&6
8171 fi
8172
8173
8174 enablestring=
8175 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
8176 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
8177 no_cache=0
8178 # Check whether --enable-notebook or --disable-notebook was given.
8179 if test "${enable_notebook+set}" = set; then
8180 enableval="$enable_notebook"
8181
8182 if test "$enableval" = yes; then
8183 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
8184 else
8185 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
8186 fi
8187
8188 else
8189
8190 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
8191 if test "x$LINE" != x ; then
8192 eval "DEFAULT_$LINE"
8193 else
8194 no_cache=1
8195 fi
8196
8197 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
8198
8199 fi;
8200
8201 eval "$ac_cv_use_notebook"
8202 if test "$no_cache" != 1; then
8203 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
8204 fi
8205
8206 if test "$wxUSE_NOTEBOOK" = yes; then
8207 echo "$as_me:$LINENO: result: yes" >&5
8208 echo "${ECHO_T}yes" >&6
8209 else
8210 echo "$as_me:$LINENO: result: no" >&5
8211 echo "${ECHO_T}no" >&6
8212 fi
8213
8214
8215 enablestring=
8216 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
8217 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
8218 no_cache=0
8219 # Check whether --enable-radiobox or --disable-radiobox was given.
8220 if test "${enable_radiobox+set}" = set; then
8221 enableval="$enable_radiobox"
8222
8223 if test "$enableval" = yes; then
8224 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
8225 else
8226 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
8227 fi
8228
8229 else
8230
8231 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
8232 if test "x$LINE" != x ; then
8233 eval "DEFAULT_$LINE"
8234 else
8235 no_cache=1
8236 fi
8237
8238 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
8239
8240 fi;
8241
8242 eval "$ac_cv_use_radiobox"
8243 if test "$no_cache" != 1; then
8244 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
8245 fi
8246
8247 if test "$wxUSE_RADIOBOX" = yes; then
8248 echo "$as_me:$LINENO: result: yes" >&5
8249 echo "${ECHO_T}yes" >&6
8250 else
8251 echo "$as_me:$LINENO: result: no" >&5
8252 echo "${ECHO_T}no" >&6
8253 fi
8254
8255
8256 enablestring=
8257 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
8258 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
8259 no_cache=0
8260 # Check whether --enable-radiobtn or --disable-radiobtn was given.
8261 if test "${enable_radiobtn+set}" = set; then
8262 enableval="$enable_radiobtn"
8263
8264 if test "$enableval" = yes; then
8265 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
8266 else
8267 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
8268 fi
8269
8270 else
8271
8272 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
8273 if test "x$LINE" != x ; then
8274 eval "DEFAULT_$LINE"
8275 else
8276 no_cache=1
8277 fi
8278
8279 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
8280
8281 fi;
8282
8283 eval "$ac_cv_use_radiobtn"
8284 if test "$no_cache" != 1; then
8285 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
8286 fi
8287
8288 if test "$wxUSE_RADIOBTN" = yes; then
8289 echo "$as_me:$LINENO: result: yes" >&5
8290 echo "${ECHO_T}yes" >&6
8291 else
8292 echo "$as_me:$LINENO: result: no" >&5
8293 echo "${ECHO_T}no" >&6
8294 fi
8295
8296
8297 enablestring=
8298 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
8299 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
8300 no_cache=0
8301 # Check whether --enable-sash or --disable-sash was given.
8302 if test "${enable_sash+set}" = set; then
8303 enableval="$enable_sash"
8304
8305 if test "$enableval" = yes; then
8306 ac_cv_use_sash='wxUSE_SASH=yes'
8307 else
8308 ac_cv_use_sash='wxUSE_SASH=no'
8309 fi
8310
8311 else
8312
8313 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
8314 if test "x$LINE" != x ; then
8315 eval "DEFAULT_$LINE"
8316 else
8317 no_cache=1
8318 fi
8319
8320 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
8321
8322 fi;
8323
8324 eval "$ac_cv_use_sash"
8325 if test "$no_cache" != 1; then
8326 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
8327 fi
8328
8329 if test "$wxUSE_SASH" = yes; then
8330 echo "$as_me:$LINENO: result: yes" >&5
8331 echo "${ECHO_T}yes" >&6
8332 else
8333 echo "$as_me:$LINENO: result: no" >&5
8334 echo "${ECHO_T}no" >&6
8335 fi
8336
8337
8338 enablestring=
8339 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
8340 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
8341 no_cache=0
8342 # Check whether --enable-scrollbar or --disable-scrollbar was given.
8343 if test "${enable_scrollbar+set}" = set; then
8344 enableval="$enable_scrollbar"
8345
8346 if test "$enableval" = yes; then
8347 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
8348 else
8349 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
8350 fi
8351
8352 else
8353
8354 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
8355 if test "x$LINE" != x ; then
8356 eval "DEFAULT_$LINE"
8357 else
8358 no_cache=1
8359 fi
8360
8361 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
8362
8363 fi;
8364
8365 eval "$ac_cv_use_scrollbar"
8366 if test "$no_cache" != 1; then
8367 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
8368 fi
8369
8370 if test "$wxUSE_SCROLLBAR" = yes; then
8371 echo "$as_me:$LINENO: result: yes" >&5
8372 echo "${ECHO_T}yes" >&6
8373 else
8374 echo "$as_me:$LINENO: result: no" >&5
8375 echo "${ECHO_T}no" >&6
8376 fi
8377
8378
8379 enablestring=
8380 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
8381 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
8382 no_cache=0
8383 # Check whether --enable-slider or --disable-slider was given.
8384 if test "${enable_slider+set}" = set; then
8385 enableval="$enable_slider"
8386
8387 if test "$enableval" = yes; then
8388 ac_cv_use_slider='wxUSE_SLIDER=yes'
8389 else
8390 ac_cv_use_slider='wxUSE_SLIDER=no'
8391 fi
8392
8393 else
8394
8395 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
8396 if test "x$LINE" != x ; then
8397 eval "DEFAULT_$LINE"
8398 else
8399 no_cache=1
8400 fi
8401
8402 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
8403
8404 fi;
8405
8406 eval "$ac_cv_use_slider"
8407 if test "$no_cache" != 1; then
8408 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
8409 fi
8410
8411 if test "$wxUSE_SLIDER" = yes; then
8412 echo "$as_me:$LINENO: result: yes" >&5
8413 echo "${ECHO_T}yes" >&6
8414 else
8415 echo "$as_me:$LINENO: result: no" >&5
8416 echo "${ECHO_T}no" >&6
8417 fi
8418
8419
8420 enablestring=
8421 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
8422 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
8423 no_cache=0
8424 # Check whether --enable-spinbtn or --disable-spinbtn was given.
8425 if test "${enable_spinbtn+set}" = set; then
8426 enableval="$enable_spinbtn"
8427
8428 if test "$enableval" = yes; then
8429 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
8430 else
8431 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
8432 fi
8433
8434 else
8435
8436 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
8437 if test "x$LINE" != x ; then
8438 eval "DEFAULT_$LINE"
8439 else
8440 no_cache=1
8441 fi
8442
8443 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
8444
8445 fi;
8446
8447 eval "$ac_cv_use_spinbtn"
8448 if test "$no_cache" != 1; then
8449 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
8450 fi
8451
8452 if test "$wxUSE_SPINBTN" = yes; then
8453 echo "$as_me:$LINENO: result: yes" >&5
8454 echo "${ECHO_T}yes" >&6
8455 else
8456 echo "$as_me:$LINENO: result: no" >&5
8457 echo "${ECHO_T}no" >&6
8458 fi
8459
8460
8461 enablestring=
8462 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
8463 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
8464 no_cache=0
8465 # Check whether --enable-spinctrl or --disable-spinctrl was given.
8466 if test "${enable_spinctrl+set}" = set; then
8467 enableval="$enable_spinctrl"
8468
8469 if test "$enableval" = yes; then
8470 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
8471 else
8472 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
8473 fi
8474
8475 else
8476
8477 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
8478 if test "x$LINE" != x ; then
8479 eval "DEFAULT_$LINE"
8480 else
8481 no_cache=1
8482 fi
8483
8484 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
8485
8486 fi;
8487
8488 eval "$ac_cv_use_spinctrl"
8489 if test "$no_cache" != 1; then
8490 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
8491 fi
8492
8493 if test "$wxUSE_SPINCTRL" = yes; then
8494 echo "$as_me:$LINENO: result: yes" >&5
8495 echo "${ECHO_T}yes" >&6
8496 else
8497 echo "$as_me:$LINENO: result: no" >&5
8498 echo "${ECHO_T}no" >&6
8499 fi
8500
8501
8502 enablestring=
8503 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
8504 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
8505 no_cache=0
8506 # Check whether --enable-splitter or --disable-splitter was given.
8507 if test "${enable_splitter+set}" = set; then
8508 enableval="$enable_splitter"
8509
8510 if test "$enableval" = yes; then
8511 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
8512 else
8513 ac_cv_use_splitter='wxUSE_SPLITTER=no'
8514 fi
8515
8516 else
8517
8518 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
8519 if test "x$LINE" != x ; then
8520 eval "DEFAULT_$LINE"
8521 else
8522 no_cache=1
8523 fi
8524
8525 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
8526
8527 fi;
8528
8529 eval "$ac_cv_use_splitter"
8530 if test "$no_cache" != 1; then
8531 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
8532 fi
8533
8534 if test "$wxUSE_SPLITTER" = yes; then
8535 echo "$as_me:$LINENO: result: yes" >&5
8536 echo "${ECHO_T}yes" >&6
8537 else
8538 echo "$as_me:$LINENO: result: no" >&5
8539 echo "${ECHO_T}no" >&6
8540 fi
8541
8542
8543 enablestring=
8544 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
8545 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
8546 no_cache=0
8547 # Check whether --enable-statbmp or --disable-statbmp was given.
8548 if test "${enable_statbmp+set}" = set; then
8549 enableval="$enable_statbmp"
8550
8551 if test "$enableval" = yes; then
8552 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
8553 else
8554 ac_cv_use_statbmp='wxUSE_STATBMP=no'
8555 fi
8556
8557 else
8558
8559 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
8560 if test "x$LINE" != x ; then
8561 eval "DEFAULT_$LINE"
8562 else
8563 no_cache=1
8564 fi
8565
8566 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
8567
8568 fi;
8569
8570 eval "$ac_cv_use_statbmp"
8571 if test "$no_cache" != 1; then
8572 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
8573 fi
8574
8575 if test "$wxUSE_STATBMP" = yes; then
8576 echo "$as_me:$LINENO: result: yes" >&5
8577 echo "${ECHO_T}yes" >&6
8578 else
8579 echo "$as_me:$LINENO: result: no" >&5
8580 echo "${ECHO_T}no" >&6
8581 fi
8582
8583
8584 enablestring=
8585 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
8586 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
8587 no_cache=0
8588 # Check whether --enable-statbox or --disable-statbox was given.
8589 if test "${enable_statbox+set}" = set; then
8590 enableval="$enable_statbox"
8591
8592 if test "$enableval" = yes; then
8593 ac_cv_use_statbox='wxUSE_STATBOX=yes'
8594 else
8595 ac_cv_use_statbox='wxUSE_STATBOX=no'
8596 fi
8597
8598 else
8599
8600 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
8601 if test "x$LINE" != x ; then
8602 eval "DEFAULT_$LINE"
8603 else
8604 no_cache=1
8605 fi
8606
8607 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
8608
8609 fi;
8610
8611 eval "$ac_cv_use_statbox"
8612 if test "$no_cache" != 1; then
8613 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
8614 fi
8615
8616 if test "$wxUSE_STATBOX" = yes; then
8617 echo "$as_me:$LINENO: result: yes" >&5
8618 echo "${ECHO_T}yes" >&6
8619 else
8620 echo "$as_me:$LINENO: result: no" >&5
8621 echo "${ECHO_T}no" >&6
8622 fi
8623
8624
8625 enablestring=
8626 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
8627 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
8628 no_cache=0
8629 # Check whether --enable-statline or --disable-statline was given.
8630 if test "${enable_statline+set}" = set; then
8631 enableval="$enable_statline"
8632
8633 if test "$enableval" = yes; then
8634 ac_cv_use_statline='wxUSE_STATLINE=yes'
8635 else
8636 ac_cv_use_statline='wxUSE_STATLINE=no'
8637 fi
8638
8639 else
8640
8641 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
8642 if test "x$LINE" != x ; then
8643 eval "DEFAULT_$LINE"
8644 else
8645 no_cache=1
8646 fi
8647
8648 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
8649
8650 fi;
8651
8652 eval "$ac_cv_use_statline"
8653 if test "$no_cache" != 1; then
8654 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
8655 fi
8656
8657 if test "$wxUSE_STATLINE" = yes; then
8658 echo "$as_me:$LINENO: result: yes" >&5
8659 echo "${ECHO_T}yes" >&6
8660 else
8661 echo "$as_me:$LINENO: result: no" >&5
8662 echo "${ECHO_T}no" >&6
8663 fi
8664
8665
8666 enablestring=
8667 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
8668 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
8669 no_cache=0
8670 # Check whether --enable-stattext or --disable-stattext was given.
8671 if test "${enable_stattext+set}" = set; then
8672 enableval="$enable_stattext"
8673
8674 if test "$enableval" = yes; then
8675 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
8676 else
8677 ac_cv_use_stattext='wxUSE_STATTEXT=no'
8678 fi
8679
8680 else
8681
8682 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
8683 if test "x$LINE" != x ; then
8684 eval "DEFAULT_$LINE"
8685 else
8686 no_cache=1
8687 fi
8688
8689 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
8690
8691 fi;
8692
8693 eval "$ac_cv_use_stattext"
8694 if test "$no_cache" != 1; then
8695 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
8696 fi
8697
8698 if test "$wxUSE_STATTEXT" = yes; then
8699 echo "$as_me:$LINENO: result: yes" >&5
8700 echo "${ECHO_T}yes" >&6
8701 else
8702 echo "$as_me:$LINENO: result: no" >&5
8703 echo "${ECHO_T}no" >&6
8704 fi
8705
8706
8707 enablestring=
8708 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
8709 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
8710 no_cache=0
8711 # Check whether --enable-statusbar or --disable-statusbar was given.
8712 if test "${enable_statusbar+set}" = set; then
8713 enableval="$enable_statusbar"
8714
8715 if test "$enableval" = yes; then
8716 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
8717 else
8718 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
8719 fi
8720
8721 else
8722
8723 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
8724 if test "x$LINE" != x ; then
8725 eval "DEFAULT_$LINE"
8726 else
8727 no_cache=1
8728 fi
8729
8730 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
8731
8732 fi;
8733
8734 eval "$ac_cv_use_statusbar"
8735 if test "$no_cache" != 1; then
8736 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
8737 fi
8738
8739 if test "$wxUSE_STATUSBAR" = yes; then
8740 echo "$as_me:$LINENO: result: yes" >&5
8741 echo "${ECHO_T}yes" >&6
8742 else
8743 echo "$as_me:$LINENO: result: no" >&5
8744 echo "${ECHO_T}no" >&6
8745 fi
8746
8747
8748 enablestring=
8749 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
8750 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
8751 no_cache=0
8752 # Check whether --enable-tabdialog or --disable-tabdialog was given.
8753 if test "${enable_tabdialog+set}" = set; then
8754 enableval="$enable_tabdialog"
8755
8756 if test "$enableval" = yes; then
8757 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
8758 else
8759 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
8760 fi
8761
8762 else
8763
8764 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
8765 if test "x$LINE" != x ; then
8766 eval "DEFAULT_$LINE"
8767 else
8768 no_cache=1
8769 fi
8770
8771 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
8772
8773 fi;
8774
8775 eval "$ac_cv_use_tabdialog"
8776 if test "$no_cache" != 1; then
8777 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
8778 fi
8779
8780 if test "$wxUSE_TABDIALOG" = yes; then
8781 echo "$as_me:$LINENO: result: yes" >&5
8782 echo "${ECHO_T}yes" >&6
8783 else
8784 echo "$as_me:$LINENO: result: no" >&5
8785 echo "${ECHO_T}no" >&6
8786 fi
8787
8788
8789 enablestring=
8790 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
8791 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
8792 no_cache=0
8793 # Check whether --enable-textctrl or --disable-textctrl was given.
8794 if test "${enable_textctrl+set}" = set; then
8795 enableval="$enable_textctrl"
8796
8797 if test "$enableval" = yes; then
8798 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
8799 else
8800 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
8801 fi
8802
8803 else
8804
8805 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
8806 if test "x$LINE" != x ; then
8807 eval "DEFAULT_$LINE"
8808 else
8809 no_cache=1
8810 fi
8811
8812 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
8813
8814 fi;
8815
8816 eval "$ac_cv_use_textctrl"
8817 if test "$no_cache" != 1; then
8818 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
8819 fi
8820
8821 if test "$wxUSE_TEXTCTRL" = yes; then
8822 echo "$as_me:$LINENO: result: yes" >&5
8823 echo "${ECHO_T}yes" >&6
8824 else
8825 echo "$as_me:$LINENO: result: no" >&5
8826 echo "${ECHO_T}no" >&6
8827 fi
8828
8829
8830 enablestring=
8831 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
8832 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
8833 no_cache=0
8834 # Check whether --enable-togglebtn or --disable-togglebtn was given.
8835 if test "${enable_togglebtn+set}" = set; then
8836 enableval="$enable_togglebtn"
8837
8838 if test "$enableval" = yes; then
8839 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
8840 else
8841 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
8842 fi
8843
8844 else
8845
8846 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
8847 if test "x$LINE" != x ; then
8848 eval "DEFAULT_$LINE"
8849 else
8850 no_cache=1
8851 fi
8852
8853 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
8854
8855 fi;
8856
8857 eval "$ac_cv_use_togglebtn"
8858 if test "$no_cache" != 1; then
8859 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
8860 fi
8861
8862 if test "$wxUSE_TOGGLEBTN" = yes; then
8863 echo "$as_me:$LINENO: result: yes" >&5
8864 echo "${ECHO_T}yes" >&6
8865 else
8866 echo "$as_me:$LINENO: result: no" >&5
8867 echo "${ECHO_T}no" >&6
8868 fi
8869
8870
8871 enablestring=
8872 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
8873 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
8874 no_cache=0
8875 # Check whether --enable-toolbar or --disable-toolbar was given.
8876 if test "${enable_toolbar+set}" = set; then
8877 enableval="$enable_toolbar"
8878
8879 if test "$enableval" = yes; then
8880 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
8881 else
8882 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
8883 fi
8884
8885 else
8886
8887 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
8888 if test "x$LINE" != x ; then
8889 eval "DEFAULT_$LINE"
8890 else
8891 no_cache=1
8892 fi
8893
8894 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
8895
8896 fi;
8897
8898 eval "$ac_cv_use_toolbar"
8899 if test "$no_cache" != 1; then
8900 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
8901 fi
8902
8903 if test "$wxUSE_TOOLBAR" = yes; then
8904 echo "$as_me:$LINENO: result: yes" >&5
8905 echo "${ECHO_T}yes" >&6
8906 else
8907 echo "$as_me:$LINENO: result: no" >&5
8908 echo "${ECHO_T}no" >&6
8909 fi
8910
8911
8912 enablestring=
8913 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
8914 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
8915 no_cache=0
8916 # Check whether --enable-tbarnative or --disable-tbarnative was given.
8917 if test "${enable_tbarnative+set}" = set; then
8918 enableval="$enable_tbarnative"
8919
8920 if test "$enableval" = yes; then
8921 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
8922 else
8923 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
8924 fi
8925
8926 else
8927
8928 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
8929 if test "x$LINE" != x ; then
8930 eval "DEFAULT_$LINE"
8931 else
8932 no_cache=1
8933 fi
8934
8935 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
8936
8937 fi;
8938
8939 eval "$ac_cv_use_tbarnative"
8940 if test "$no_cache" != 1; then
8941 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
8942 fi
8943
8944 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
8945 echo "$as_me:$LINENO: result: yes" >&5
8946 echo "${ECHO_T}yes" >&6
8947 else
8948 echo "$as_me:$LINENO: result: no" >&5
8949 echo "${ECHO_T}no" >&6
8950 fi
8951
8952
8953 enablestring=
8954 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
8955 echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
8956 no_cache=0
8957 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
8958 if test "${enable_tbarsmpl+set}" = set; then
8959 enableval="$enable_tbarsmpl"
8960
8961 if test "$enableval" = yes; then
8962 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
8963 else
8964 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
8965 fi
8966
8967 else
8968
8969 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
8970 if test "x$LINE" != x ; then
8971 eval "DEFAULT_$LINE"
8972 else
8973 no_cache=1
8974 fi
8975
8976 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
8977
8978 fi;
8979
8980 eval "$ac_cv_use_tbarsmpl"
8981 if test "$no_cache" != 1; then
8982 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8983 fi
8984
8985 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
8986 echo "$as_me:$LINENO: result: yes" >&5
8987 echo "${ECHO_T}yes" >&6
8988 else
8989 echo "$as_me:$LINENO: result: no" >&5
8990 echo "${ECHO_T}no" >&6
8991 fi
8992
8993
8994 enablestring=
8995 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treebook" >&5
8996 echo $ECHO_N "checking for --${enablestring:-enable}-treebook... $ECHO_C" >&6
8997 no_cache=0
8998 # Check whether --enable-treebook or --disable-treebook was given.
8999 if test "${enable_treebook+set}" = set; then
9000 enableval="$enable_treebook"
9001
9002 if test "$enableval" = yes; then
9003 ac_cv_use_treebook='wxUSE_TREEBOOK=yes'
9004 else
9005 ac_cv_use_treebook='wxUSE_TREEBOOK=no'
9006 fi
9007
9008 else
9009
9010 LINE=`grep "wxUSE_TREEBOOK" ${wx_arg_cache_file}`
9011 if test "x$LINE" != x ; then
9012 eval "DEFAULT_$LINE"
9013 else
9014 no_cache=1
9015 fi
9016
9017 ac_cv_use_treebook='wxUSE_TREEBOOK='$DEFAULT_wxUSE_TREEBOOK
9018
9019 fi;
9020
9021 eval "$ac_cv_use_treebook"
9022 if test "$no_cache" != 1; then
9023 echo $ac_cv_use_treebook >> ${wx_arg_cache_file}.tmp
9024 fi
9025
9026 if test "$wxUSE_TREEBOOK" = yes; then
9027 echo "$as_me:$LINENO: result: yes" >&5
9028 echo "${ECHO_T}yes" >&6
9029 else
9030 echo "$as_me:$LINENO: result: no" >&5
9031 echo "${ECHO_T}no" >&6
9032 fi
9033
9034
9035 enablestring=
9036 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
9037 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
9038 no_cache=0
9039 # Check whether --enable-treectrl or --disable-treectrl was given.
9040 if test "${enable_treectrl+set}" = set; then
9041 enableval="$enable_treectrl"
9042
9043 if test "$enableval" = yes; then
9044 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
9045 else
9046 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
9047 fi
9048
9049 else
9050
9051 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
9052 if test "x$LINE" != x ; then
9053 eval "DEFAULT_$LINE"
9054 else
9055 no_cache=1
9056 fi
9057
9058 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
9059
9060 fi;
9061
9062 eval "$ac_cv_use_treectrl"
9063 if test "$no_cache" != 1; then
9064 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
9065 fi
9066
9067 if test "$wxUSE_TREECTRL" = yes; then
9068 echo "$as_me:$LINENO: result: yes" >&5
9069 echo "${ECHO_T}yes" >&6
9070 else
9071 echo "$as_me:$LINENO: result: no" >&5
9072 echo "${ECHO_T}no" >&6
9073 fi
9074
9075
9076 enablestring=
9077 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
9078 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
9079 no_cache=0
9080 # Check whether --enable-tipwindow or --disable-tipwindow was given.
9081 if test "${enable_tipwindow+set}" = set; then
9082 enableval="$enable_tipwindow"
9083
9084 if test "$enableval" = yes; then
9085 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
9086 else
9087 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
9088 fi
9089
9090 else
9091
9092 LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
9093 if test "x$LINE" != x ; then
9094 eval "DEFAULT_$LINE"
9095 else
9096 no_cache=1
9097 fi
9098
9099 ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
9100
9101 fi;
9102
9103 eval "$ac_cv_use_tipwindow"
9104 if test "$no_cache" != 1; then
9105 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
9106 fi
9107
9108 if test "$wxUSE_TIPWINDOW" = yes; then
9109 echo "$as_me:$LINENO: result: yes" >&5
9110 echo "${ECHO_T}yes" >&6
9111 else
9112 echo "$as_me:$LINENO: result: no" >&5
9113 echo "${ECHO_T}no" >&6
9114 fi
9115
9116
9117 enablestring=
9118 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
9119 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
9120 no_cache=0
9121 # Check whether --enable-popupwin or --disable-popupwin was given.
9122 if test "${enable_popupwin+set}" = set; then
9123 enableval="$enable_popupwin"
9124
9125 if test "$enableval" = yes; then
9126 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
9127 else
9128 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
9129 fi
9130
9131 else
9132
9133 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
9134 if test "x$LINE" != x ; then
9135 eval "DEFAULT_$LINE"
9136 else
9137 no_cache=1
9138 fi
9139
9140 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
9141
9142 fi;
9143
9144 eval "$ac_cv_use_popupwin"
9145 if test "$no_cache" != 1; then
9146 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
9147 fi
9148
9149 if test "$wxUSE_POPUPWIN" = yes; then
9150 echo "$as_me:$LINENO: result: yes" >&5
9151 echo "${ECHO_T}yes" >&6
9152 else
9153 echo "$as_me:$LINENO: result: no" >&5
9154 echo "${ECHO_T}no" >&6
9155 fi
9156
9157
9158
9159
9160 enablestring=
9161 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
9162 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
9163 no_cache=0
9164 # Check whether --enable-commondlg or --disable-commondlg was given.
9165 if test "${enable_commondlg+set}" = set; then
9166 enableval="$enable_commondlg"
9167
9168 if test "$enableval" = yes; then
9169 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
9170 else
9171 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
9172 fi
9173
9174 else
9175
9176 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
9177 if test "x$LINE" != x ; then
9178 eval "DEFAULT_$LINE"
9179 else
9180 no_cache=1
9181 fi
9182
9183 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
9184
9185 fi;
9186
9187 eval "$ac_cv_use_commondlg"
9188 if test "$no_cache" != 1; then
9189 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
9190 fi
9191
9192 if test "$wxUSE_COMMONDLGS" = yes; then
9193 echo "$as_me:$LINENO: result: yes" >&5
9194 echo "${ECHO_T}yes" >&6
9195 else
9196 echo "$as_me:$LINENO: result: no" >&5
9197 echo "${ECHO_T}no" >&6
9198 fi
9199
9200
9201 enablestring=
9202 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
9203 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
9204 no_cache=0
9205 # Check whether --enable-choicedlg or --disable-choicedlg was given.
9206 if test "${enable_choicedlg+set}" = set; then
9207 enableval="$enable_choicedlg"
9208
9209 if test "$enableval" = yes; then
9210 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
9211 else
9212 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
9213 fi
9214
9215 else
9216
9217 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
9218 if test "x$LINE" != x ; then
9219 eval "DEFAULT_$LINE"
9220 else
9221 no_cache=1
9222 fi
9223
9224 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
9225
9226 fi;
9227
9228 eval "$ac_cv_use_choicedlg"
9229 if test "$no_cache" != 1; then
9230 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
9231 fi
9232
9233 if test "$wxUSE_CHOICEDLG" = yes; then
9234 echo "$as_me:$LINENO: result: yes" >&5
9235 echo "${ECHO_T}yes" >&6
9236 else
9237 echo "$as_me:$LINENO: result: no" >&5
9238 echo "${ECHO_T}no" >&6
9239 fi
9240
9241
9242 enablestring=
9243 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
9244 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
9245 no_cache=0
9246 # Check whether --enable-coldlg or --disable-coldlg was given.
9247 if test "${enable_coldlg+set}" = set; then
9248 enableval="$enable_coldlg"
9249
9250 if test "$enableval" = yes; then
9251 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
9252 else
9253 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
9254 fi
9255
9256 else
9257
9258 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
9259 if test "x$LINE" != x ; then
9260 eval "DEFAULT_$LINE"
9261 else
9262 no_cache=1
9263 fi
9264
9265 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
9266
9267 fi;
9268
9269 eval "$ac_cv_use_coldlg"
9270 if test "$no_cache" != 1; then
9271 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
9272 fi
9273
9274 if test "$wxUSE_COLOURDLG" = yes; then
9275 echo "$as_me:$LINENO: result: yes" >&5
9276 echo "${ECHO_T}yes" >&6
9277 else
9278 echo "$as_me:$LINENO: result: no" >&5
9279 echo "${ECHO_T}no" >&6
9280 fi
9281
9282
9283 enablestring=
9284 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
9285 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
9286 no_cache=0
9287 # Check whether --enable-filedlg or --disable-filedlg was given.
9288 if test "${enable_filedlg+set}" = set; then
9289 enableval="$enable_filedlg"
9290
9291 if test "$enableval" = yes; then
9292 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
9293 else
9294 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
9295 fi
9296
9297 else
9298
9299 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
9300 if test "x$LINE" != x ; then
9301 eval "DEFAULT_$LINE"
9302 else
9303 no_cache=1
9304 fi
9305
9306 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
9307
9308 fi;
9309
9310 eval "$ac_cv_use_filedlg"
9311 if test "$no_cache" != 1; then
9312 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
9313 fi
9314
9315 if test "$wxUSE_FILEDLG" = yes; then
9316 echo "$as_me:$LINENO: result: yes" >&5
9317 echo "${ECHO_T}yes" >&6
9318 else
9319 echo "$as_me:$LINENO: result: no" >&5
9320 echo "${ECHO_T}no" >&6
9321 fi
9322
9323
9324 enablestring=
9325 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
9326 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
9327 no_cache=0
9328 # Check whether --enable-finddlg or --disable-finddlg was given.
9329 if test "${enable_finddlg+set}" = set; then
9330 enableval="$enable_finddlg"
9331
9332 if test "$enableval" = yes; then
9333 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
9334 else
9335 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
9336 fi
9337
9338 else
9339
9340 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
9341 if test "x$LINE" != x ; then
9342 eval "DEFAULT_$LINE"
9343 else
9344 no_cache=1
9345 fi
9346
9347 ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
9348
9349 fi;
9350
9351 eval "$ac_cv_use_finddlg"
9352 if test "$no_cache" != 1; then
9353 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
9354 fi
9355
9356 if test "$wxUSE_FINDREPLDLG" = yes; then
9357 echo "$as_me:$LINENO: result: yes" >&5
9358 echo "${ECHO_T}yes" >&6
9359 else
9360 echo "$as_me:$LINENO: result: no" >&5
9361 echo "${ECHO_T}no" >&6
9362 fi
9363
9364
9365 enablestring=
9366 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
9367 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
9368 no_cache=0
9369 # Check whether --enable-fontdlg or --disable-fontdlg was given.
9370 if test "${enable_fontdlg+set}" = set; then
9371 enableval="$enable_fontdlg"
9372
9373 if test "$enableval" = yes; then
9374 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
9375 else
9376 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
9377 fi
9378
9379 else
9380
9381 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
9382 if test "x$LINE" != x ; then
9383 eval "DEFAULT_$LINE"
9384 else
9385 no_cache=1
9386 fi
9387
9388 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
9389
9390 fi;
9391
9392 eval "$ac_cv_use_fontdlg"
9393 if test "$no_cache" != 1; then
9394 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
9395 fi
9396
9397 if test "$wxUSE_FONTDLG" = yes; then
9398 echo "$as_me:$LINENO: result: yes" >&5
9399 echo "${ECHO_T}yes" >&6
9400 else
9401 echo "$as_me:$LINENO: result: no" >&5
9402 echo "${ECHO_T}no" >&6
9403 fi
9404
9405
9406 enablestring=
9407 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
9408 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
9409 no_cache=0
9410 # Check whether --enable-dirdlg or --disable-dirdlg was given.
9411 if test "${enable_dirdlg+set}" = set; then
9412 enableval="$enable_dirdlg"
9413
9414 if test "$enableval" = yes; then
9415 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
9416 else
9417 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
9418 fi
9419
9420 else
9421
9422 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
9423 if test "x$LINE" != x ; then
9424 eval "DEFAULT_$LINE"
9425 else
9426 no_cache=1
9427 fi
9428
9429 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
9430
9431 fi;
9432
9433 eval "$ac_cv_use_dirdlg"
9434 if test "$no_cache" != 1; then
9435 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
9436 fi
9437
9438 if test "$wxUSE_DIRDLG" = yes; then
9439 echo "$as_me:$LINENO: result: yes" >&5
9440 echo "${ECHO_T}yes" >&6
9441 else
9442 echo "$as_me:$LINENO: result: no" >&5
9443 echo "${ECHO_T}no" >&6
9444 fi
9445
9446
9447 enablestring=
9448 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
9449 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
9450 no_cache=0
9451 # Check whether --enable-msgdlg or --disable-msgdlg was given.
9452 if test "${enable_msgdlg+set}" = set; then
9453 enableval="$enable_msgdlg"
9454
9455 if test "$enableval" = yes; then
9456 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
9457 else
9458 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
9459 fi
9460
9461 else
9462
9463 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
9464 if test "x$LINE" != x ; then
9465 eval "DEFAULT_$LINE"
9466 else
9467 no_cache=1
9468 fi
9469
9470 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
9471
9472 fi;
9473
9474 eval "$ac_cv_use_msgdlg"
9475 if test "$no_cache" != 1; then
9476 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
9477 fi
9478
9479 if test "$wxUSE_MSGDLG" = yes; then
9480 echo "$as_me:$LINENO: result: yes" >&5
9481 echo "${ECHO_T}yes" >&6
9482 else
9483 echo "$as_me:$LINENO: result: no" >&5
9484 echo "${ECHO_T}no" >&6
9485 fi
9486
9487
9488 enablestring=
9489 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
9490 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
9491 no_cache=0
9492 # Check whether --enable-numberdlg or --disable-numberdlg was given.
9493 if test "${enable_numberdlg+set}" = set; then
9494 enableval="$enable_numberdlg"
9495
9496 if test "$enableval" = yes; then
9497 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
9498 else
9499 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
9500 fi
9501
9502 else
9503
9504 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
9505 if test "x$LINE" != x ; then
9506 eval "DEFAULT_$LINE"
9507 else
9508 no_cache=1
9509 fi
9510
9511 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
9512
9513 fi;
9514
9515 eval "$ac_cv_use_numberdlg"
9516 if test "$no_cache" != 1; then
9517 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
9518 fi
9519
9520 if test "$wxUSE_NUMBERDLG" = yes; then
9521 echo "$as_me:$LINENO: result: yes" >&5
9522 echo "${ECHO_T}yes" >&6
9523 else
9524 echo "$as_me:$LINENO: result: no" >&5
9525 echo "${ECHO_T}no" >&6
9526 fi
9527
9528
9529 enablestring=
9530 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
9531 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
9532 no_cache=0
9533 # Check whether --enable-splash or --disable-splash was given.
9534 if test "${enable_splash+set}" = set; then
9535 enableval="$enable_splash"
9536
9537 if test "$enableval" = yes; then
9538 ac_cv_use_splash='wxUSE_SPLASH=yes'
9539 else
9540 ac_cv_use_splash='wxUSE_SPLASH=no'
9541 fi
9542
9543 else
9544
9545 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
9546 if test "x$LINE" != x ; then
9547 eval "DEFAULT_$LINE"
9548 else
9549 no_cache=1
9550 fi
9551
9552 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
9553
9554 fi;
9555
9556 eval "$ac_cv_use_splash"
9557 if test "$no_cache" != 1; then
9558 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
9559 fi
9560
9561 if test "$wxUSE_SPLASH" = yes; then
9562 echo "$as_me:$LINENO: result: yes" >&5
9563 echo "${ECHO_T}yes" >&6
9564 else
9565 echo "$as_me:$LINENO: result: no" >&5
9566 echo "${ECHO_T}no" >&6
9567 fi
9568
9569
9570 enablestring=
9571 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
9572 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
9573 no_cache=0
9574 # Check whether --enable-textdlg or --disable-textdlg was given.
9575 if test "${enable_textdlg+set}" = set; then
9576 enableval="$enable_textdlg"
9577
9578 if test "$enableval" = yes; then
9579 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
9580 else
9581 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
9582 fi
9583
9584 else
9585
9586 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
9587 if test "x$LINE" != x ; then
9588 eval "DEFAULT_$LINE"
9589 else
9590 no_cache=1
9591 fi
9592
9593 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
9594
9595 fi;
9596
9597 eval "$ac_cv_use_textdlg"
9598 if test "$no_cache" != 1; then
9599 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
9600 fi
9601
9602 if test "$wxUSE_TEXTDLG" = yes; then
9603 echo "$as_me:$LINENO: result: yes" >&5
9604 echo "${ECHO_T}yes" >&6
9605 else
9606 echo "$as_me:$LINENO: result: no" >&5
9607 echo "${ECHO_T}no" >&6
9608 fi
9609
9610
9611 enablestring=
9612 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
9613 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
9614 no_cache=0
9615 # Check whether --enable-tipdlg or --disable-tipdlg was given.
9616 if test "${enable_tipdlg+set}" = set; then
9617 enableval="$enable_tipdlg"
9618
9619 if test "$enableval" = yes; then
9620 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
9621 else
9622 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
9623 fi
9624
9625 else
9626
9627 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
9628 if test "x$LINE" != x ; then
9629 eval "DEFAULT_$LINE"
9630 else
9631 no_cache=1
9632 fi
9633
9634 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
9635
9636 fi;
9637
9638 eval "$ac_cv_use_tipdlg"
9639 if test "$no_cache" != 1; then
9640 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
9641 fi
9642
9643 if test "$wxUSE_STARTUP_TIPS" = yes; then
9644 echo "$as_me:$LINENO: result: yes" >&5
9645 echo "${ECHO_T}yes" >&6
9646 else
9647 echo "$as_me:$LINENO: result: no" >&5
9648 echo "${ECHO_T}no" >&6
9649 fi
9650
9651
9652 enablestring=
9653 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
9654 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
9655 no_cache=0
9656 # Check whether --enable-progressdlg or --disable-progressdlg was given.
9657 if test "${enable_progressdlg+set}" = set; then
9658 enableval="$enable_progressdlg"
9659
9660 if test "$enableval" = yes; then
9661 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
9662 else
9663 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
9664 fi
9665
9666 else
9667
9668 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
9669 if test "x$LINE" != x ; then
9670 eval "DEFAULT_$LINE"
9671 else
9672 no_cache=1
9673 fi
9674
9675 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
9676
9677 fi;
9678
9679 eval "$ac_cv_use_progressdlg"
9680 if test "$no_cache" != 1; then
9681 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
9682 fi
9683
9684 if test "$wxUSE_PROGRESSDLG" = yes; then
9685 echo "$as_me:$LINENO: result: yes" >&5
9686 echo "${ECHO_T}yes" >&6
9687 else
9688 echo "$as_me:$LINENO: result: no" >&5
9689 echo "${ECHO_T}no" >&6
9690 fi
9691
9692
9693 enablestring=
9694 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
9695 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
9696 no_cache=0
9697 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
9698 if test "${enable_wizarddlg+set}" = set; then
9699 enableval="$enable_wizarddlg"
9700
9701 if test "$enableval" = yes; then
9702 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
9703 else
9704 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
9705 fi
9706
9707 else
9708
9709 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
9710 if test "x$LINE" != x ; then
9711 eval "DEFAULT_$LINE"
9712 else
9713 no_cache=1
9714 fi
9715
9716 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
9717
9718 fi;
9719
9720 eval "$ac_cv_use_wizarddlg"
9721 if test "$no_cache" != 1; then
9722 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
9723 fi
9724
9725 if test "$wxUSE_WIZARDDLG" = yes; then
9726 echo "$as_me:$LINENO: result: yes" >&5
9727 echo "${ECHO_T}yes" >&6
9728 else
9729 echo "$as_me:$LINENO: result: no" >&5
9730 echo "${ECHO_T}no" >&6
9731 fi
9732
9733
9734
9735
9736 enablestring=
9737 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
9738 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
9739 no_cache=0
9740 # Check whether --enable-menus or --disable-menus was given.
9741 if test "${enable_menus+set}" = set; then
9742 enableval="$enable_menus"
9743
9744 if test "$enableval" = yes; then
9745 ac_cv_use_menus='wxUSE_MENUS=yes'
9746 else
9747 ac_cv_use_menus='wxUSE_MENUS=no'
9748 fi
9749
9750 else
9751
9752 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
9753 if test "x$LINE" != x ; then
9754 eval "DEFAULT_$LINE"
9755 else
9756 no_cache=1
9757 fi
9758
9759 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
9760
9761 fi;
9762
9763 eval "$ac_cv_use_menus"
9764 if test "$no_cache" != 1; then
9765 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
9766 fi
9767
9768 if test "$wxUSE_MENUS" = yes; then
9769 echo "$as_me:$LINENO: result: yes" >&5
9770 echo "${ECHO_T}yes" >&6
9771 else
9772 echo "$as_me:$LINENO: result: no" >&5
9773 echo "${ECHO_T}no" >&6
9774 fi
9775
9776
9777 enablestring=
9778 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
9779 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
9780 no_cache=0
9781 # Check whether --enable-miniframe or --disable-miniframe was given.
9782 if test "${enable_miniframe+set}" = set; then
9783 enableval="$enable_miniframe"
9784
9785 if test "$enableval" = yes; then
9786 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
9787 else
9788 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
9789 fi
9790
9791 else
9792
9793 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
9794 if test "x$LINE" != x ; then
9795 eval "DEFAULT_$LINE"
9796 else
9797 no_cache=1
9798 fi
9799
9800 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
9801
9802 fi;
9803
9804 eval "$ac_cv_use_miniframe"
9805 if test "$no_cache" != 1; then
9806 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
9807 fi
9808
9809 if test "$wxUSE_MINIFRAME" = yes; then
9810 echo "$as_me:$LINENO: result: yes" >&5
9811 echo "${ECHO_T}yes" >&6
9812 else
9813 echo "$as_me:$LINENO: result: no" >&5
9814 echo "${ECHO_T}no" >&6
9815 fi
9816
9817
9818 enablestring=
9819 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
9820 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
9821 no_cache=0
9822 # Check whether --enable-tooltips or --disable-tooltips was given.
9823 if test "${enable_tooltips+set}" = set; then
9824 enableval="$enable_tooltips"
9825
9826 if test "$enableval" = yes; then
9827 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
9828 else
9829 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
9830 fi
9831
9832 else
9833
9834 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
9835 if test "x$LINE" != x ; then
9836 eval "DEFAULT_$LINE"
9837 else
9838 no_cache=1
9839 fi
9840
9841 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
9842
9843 fi;
9844
9845 eval "$ac_cv_use_tooltips"
9846 if test "$no_cache" != 1; then
9847 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
9848 fi
9849
9850 if test "$wxUSE_TOOLTIPS" = yes; then
9851 echo "$as_me:$LINENO: result: yes" >&5
9852 echo "${ECHO_T}yes" >&6
9853 else
9854 echo "$as_me:$LINENO: result: no" >&5
9855 echo "${ECHO_T}no" >&6
9856 fi
9857
9858
9859 enablestring=
9860 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
9861 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
9862 no_cache=0
9863 # Check whether --enable-splines or --disable-splines was given.
9864 if test "${enable_splines+set}" = set; then
9865 enableval="$enable_splines"
9866
9867 if test "$enableval" = yes; then
9868 ac_cv_use_splines='wxUSE_SPLINES=yes'
9869 else
9870 ac_cv_use_splines='wxUSE_SPLINES=no'
9871 fi
9872
9873 else
9874
9875 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
9876 if test "x$LINE" != x ; then
9877 eval "DEFAULT_$LINE"
9878 else
9879 no_cache=1
9880 fi
9881
9882 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
9883
9884 fi;
9885
9886 eval "$ac_cv_use_splines"
9887 if test "$no_cache" != 1; then
9888 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
9889 fi
9890
9891 if test "$wxUSE_SPLINES" = yes; then
9892 echo "$as_me:$LINENO: result: yes" >&5
9893 echo "${ECHO_T}yes" >&6
9894 else
9895 echo "$as_me:$LINENO: result: no" >&5
9896 echo "${ECHO_T}no" >&6
9897 fi
9898
9899
9900 enablestring=
9901 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
9902 echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6
9903 no_cache=0
9904 # Check whether --enable-mousewheel or --disable-mousewheel was given.
9905 if test "${enable_mousewheel+set}" = set; then
9906 enableval="$enable_mousewheel"
9907
9908 if test "$enableval" = yes; then
9909 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL=yes'
9910 else
9911 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL=no'
9912 fi
9913
9914 else
9915
9916 LINE=`grep "wxUSE_MOUSEWHEEL" ${wx_arg_cache_file}`
9917 if test "x$LINE" != x ; then
9918 eval "DEFAULT_$LINE"
9919 else
9920 no_cache=1
9921 fi
9922
9923 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL='$DEFAULT_wxUSE_MOUSEWHEEL
9924
9925 fi;
9926
9927 eval "$ac_cv_use_mousewheel"
9928 if test "$no_cache" != 1; then
9929 echo $ac_cv_use_mousewheel >> ${wx_arg_cache_file}.tmp
9930 fi
9931
9932 if test "$wxUSE_MOUSEWHEEL" = yes; then
9933 echo "$as_me:$LINENO: result: yes" >&5
9934 echo "${ECHO_T}yes" >&6
9935 else
9936 echo "$as_me:$LINENO: result: no" >&5
9937 echo "${ECHO_T}no" >&6
9938 fi
9939
9940
9941 enablestring=
9942 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
9943 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
9944 no_cache=0
9945 # Check whether --enable-validators or --disable-validators was given.
9946 if test "${enable_validators+set}" = set; then
9947 enableval="$enable_validators"
9948
9949 if test "$enableval" = yes; then
9950 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
9951 else
9952 ac_cv_use_validators='wxUSE_VALIDATORS=no'
9953 fi
9954
9955 else
9956
9957 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
9958 if test "x$LINE" != x ; then
9959 eval "DEFAULT_$LINE"
9960 else
9961 no_cache=1
9962 fi
9963
9964 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
9965
9966 fi;
9967
9968 eval "$ac_cv_use_validators"
9969 if test "$no_cache" != 1; then
9970 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
9971 fi
9972
9973 if test "$wxUSE_VALIDATORS" = yes; then
9974 echo "$as_me:$LINENO: result: yes" >&5
9975 echo "${ECHO_T}yes" >&6
9976 else
9977 echo "$as_me:$LINENO: result: no" >&5
9978 echo "${ECHO_T}no" >&6
9979 fi
9980
9981
9982 enablestring=
9983 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
9984 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
9985 no_cache=0
9986 # Check whether --enable-busyinfo or --disable-busyinfo was given.
9987 if test "${enable_busyinfo+set}" = set; then
9988 enableval="$enable_busyinfo"
9989
9990 if test "$enableval" = yes; then
9991 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
9992 else
9993 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
9994 fi
9995
9996 else
9997
9998 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
9999 if test "x$LINE" != x ; then
10000 eval "DEFAULT_$LINE"
10001 else
10002 no_cache=1
10003 fi
10004
10005 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
10006
10007 fi;
10008
10009 eval "$ac_cv_use_busyinfo"
10010 if test "$no_cache" != 1; then
10011 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
10012 fi
10013
10014 if test "$wxUSE_BUSYINFO" = yes; then
10015 echo "$as_me:$LINENO: result: yes" >&5
10016 echo "${ECHO_T}yes" >&6
10017 else
10018 echo "$as_me:$LINENO: result: no" >&5
10019 echo "${ECHO_T}no" >&6
10020 fi
10021
10022
10023 enablestring=
10024 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
10025 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
10026 no_cache=0
10027 # Check whether --enable-joystick or --disable-joystick was given.
10028 if test "${enable_joystick+set}" = set; then
10029 enableval="$enable_joystick"
10030
10031 if test "$enableval" = yes; then
10032 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
10033 else
10034 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
10035 fi
10036
10037 else
10038
10039 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
10040 if test "x$LINE" != x ; then
10041 eval "DEFAULT_$LINE"
10042 else
10043 no_cache=1
10044 fi
10045
10046 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
10047
10048 fi;
10049
10050 eval "$ac_cv_use_joystick"
10051 if test "$no_cache" != 1; then
10052 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
10053 fi
10054
10055 if test "$wxUSE_JOYSTICK" = yes; then
10056 echo "$as_me:$LINENO: result: yes" >&5
10057 echo "${ECHO_T}yes" >&6
10058 else
10059 echo "$as_me:$LINENO: result: no" >&5
10060 echo "${ECHO_T}no" >&6
10061 fi
10062
10063
10064 enablestring=
10065 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
10066 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
10067 no_cache=0
10068 # Check whether --enable-metafile or --disable-metafile was given.
10069 if test "${enable_metafile+set}" = set; then
10070 enableval="$enable_metafile"
10071
10072 if test "$enableval" = yes; then
10073 ac_cv_use_metafile='wxUSE_METAFILE=yes'
10074 else
10075 ac_cv_use_metafile='wxUSE_METAFILE=no'
10076 fi
10077
10078 else
10079
10080 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
10081 if test "x$LINE" != x ; then
10082 eval "DEFAULT_$LINE"
10083 else
10084 no_cache=1
10085 fi
10086
10087 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
10088
10089 fi;
10090
10091 eval "$ac_cv_use_metafile"
10092 if test "$no_cache" != 1; then
10093 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
10094 fi
10095
10096 if test "$wxUSE_METAFILE" = yes; then
10097 echo "$as_me:$LINENO: result: yes" >&5
10098 echo "${ECHO_T}yes" >&6
10099 else
10100 echo "$as_me:$LINENO: result: no" >&5
10101 echo "${ECHO_T}no" >&6
10102 fi
10103
10104
10105 enablestring=
10106 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
10107 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
10108 no_cache=0
10109 # Check whether --enable-dragimage or --disable-dragimage was given.
10110 if test "${enable_dragimage+set}" = set; then
10111 enableval="$enable_dragimage"
10112
10113 if test "$enableval" = yes; then
10114 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
10115 else
10116 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
10117 fi
10118
10119 else
10120
10121 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
10122 if test "x$LINE" != x ; then
10123 eval "DEFAULT_$LINE"
10124 else
10125 no_cache=1
10126 fi
10127
10128 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
10129
10130 fi;
10131
10132 eval "$ac_cv_use_dragimage"
10133 if test "$no_cache" != 1; then
10134 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
10135 fi
10136
10137 if test "$wxUSE_DRAGIMAGE" = yes; then
10138 echo "$as_me:$LINENO: result: yes" >&5
10139 echo "${ECHO_T}yes" >&6
10140 else
10141 echo "$as_me:$LINENO: result: no" >&5
10142 echo "${ECHO_T}no" >&6
10143 fi
10144
10145
10146 enablestring=
10147 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
10148 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
10149 no_cache=0
10150 # Check whether --enable-accessibility or --disable-accessibility was given.
10151 if test "${enable_accessibility+set}" = set; then
10152 enableval="$enable_accessibility"
10153
10154 if test "$enableval" = yes; then
10155 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
10156 else
10157 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
10158 fi
10159
10160 else
10161
10162 LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
10163 if test "x$LINE" != x ; then
10164 eval "DEFAULT_$LINE"
10165 else
10166 no_cache=1
10167 fi
10168
10169 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
10170
10171 fi;
10172
10173 eval "$ac_cv_use_accessibility"
10174 if test "$no_cache" != 1; then
10175 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
10176 fi
10177
10178 if test "$wxUSE_ACCESSIBILITY" = yes; then
10179 echo "$as_me:$LINENO: result: yes" >&5
10180 echo "${ECHO_T}yes" >&6
10181 else
10182 echo "$as_me:$LINENO: result: no" >&5
10183 echo "${ECHO_T}no" >&6
10184 fi
10185
10186
10187 if test "$wxUSE_MSW" = "1"; then
10188
10189 enablestring=
10190 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dccache" >&5
10191 echo $ECHO_N "checking for --${enablestring:-enable}-dccache... $ECHO_C" >&6
10192 no_cache=0
10193 # Check whether --enable-dccache or --disable-dccache was given.
10194 if test "${enable_dccache+set}" = set; then
10195 enableval="$enable_dccache"
10196
10197 if test "$enableval" = yes; then
10198 ac_cv_use_dccache='wxUSE_DC_CACHEING=yes'
10199 else
10200 ac_cv_use_dccache='wxUSE_DC_CACHEING=no'
10201 fi
10202
10203 else
10204
10205 LINE=`grep "wxUSE_DC_CACHEING" ${wx_arg_cache_file}`
10206 if test "x$LINE" != x ; then
10207 eval "DEFAULT_$LINE"
10208 else
10209 no_cache=1
10210 fi
10211
10212 ac_cv_use_dccache='wxUSE_DC_CACHEING='$DEFAULT_wxUSE_DC_CACHEING
10213
10214 fi;
10215
10216 eval "$ac_cv_use_dccache"
10217 if test "$no_cache" != 1; then
10218 echo $ac_cv_use_dccache >> ${wx_arg_cache_file}.tmp
10219 fi
10220
10221 if test "$wxUSE_DC_CACHEING" = yes; then
10222 echo "$as_me:$LINENO: result: yes" >&5
10223 echo "${ECHO_T}yes" >&6
10224 else
10225 echo "$as_me:$LINENO: result: no" >&5
10226 echo "${ECHO_T}no" >&6
10227 fi
10228
10229 fi
10230
10231
10232
10233 enablestring=
10234 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
10235 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
10236 no_cache=0
10237 # Check whether --enable-palette or --disable-palette was given.
10238 if test "${enable_palette+set}" = set; then
10239 enableval="$enable_palette"
10240
10241 if test "$enableval" = yes; then
10242 ac_cv_use_palette='wxUSE_PALETTE=yes'
10243 else
10244 ac_cv_use_palette='wxUSE_PALETTE=no'
10245 fi
10246
10247 else
10248
10249 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
10250 if test "x$LINE" != x ; then
10251 eval "DEFAULT_$LINE"
10252 else
10253 no_cache=1
10254 fi
10255
10256 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
10257
10258 fi;
10259
10260 eval "$ac_cv_use_palette"
10261 if test "$no_cache" != 1; then
10262 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
10263 fi
10264
10265 if test "$wxUSE_PALETTE" = yes; then
10266 echo "$as_me:$LINENO: result: yes" >&5
10267 echo "${ECHO_T}yes" >&6
10268 else
10269 echo "$as_me:$LINENO: result: no" >&5
10270 echo "${ECHO_T}no" >&6
10271 fi
10272
10273
10274 enablestring=
10275 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
10276 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
10277 no_cache=0
10278 # Check whether --enable-image or --disable-image was given.
10279 if test "${enable_image+set}" = set; then
10280 enableval="$enable_image"
10281
10282 if test "$enableval" = yes; then
10283 ac_cv_use_image='wxUSE_IMAGE=yes'
10284 else
10285 ac_cv_use_image='wxUSE_IMAGE=no'
10286 fi
10287
10288 else
10289
10290 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
10291 if test "x$LINE" != x ; then
10292 eval "DEFAULT_$LINE"
10293 else
10294 no_cache=1
10295 fi
10296
10297 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
10298
10299 fi;
10300
10301 eval "$ac_cv_use_image"
10302 if test "$no_cache" != 1; then
10303 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
10304 fi
10305
10306 if test "$wxUSE_IMAGE" = yes; then
10307 echo "$as_me:$LINENO: result: yes" >&5
10308 echo "${ECHO_T}yes" >&6
10309 else
10310 echo "$as_me:$LINENO: result: no" >&5
10311 echo "${ECHO_T}no" >&6
10312 fi
10313
10314
10315 enablestring=
10316 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
10317 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
10318 no_cache=0
10319 # Check whether --enable-gif or --disable-gif was given.
10320 if test "${enable_gif+set}" = set; then
10321 enableval="$enable_gif"
10322
10323 if test "$enableval" = yes; then
10324 ac_cv_use_gif='wxUSE_GIF=yes'
10325 else
10326 ac_cv_use_gif='wxUSE_GIF=no'
10327 fi
10328
10329 else
10330
10331 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
10332 if test "x$LINE" != x ; then
10333 eval "DEFAULT_$LINE"
10334 else
10335 no_cache=1
10336 fi
10337
10338 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
10339
10340 fi;
10341
10342 eval "$ac_cv_use_gif"
10343 if test "$no_cache" != 1; then
10344 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
10345 fi
10346
10347 if test "$wxUSE_GIF" = yes; then
10348 echo "$as_me:$LINENO: result: yes" >&5
10349 echo "${ECHO_T}yes" >&6
10350 else
10351 echo "$as_me:$LINENO: result: no" >&5
10352 echo "${ECHO_T}no" >&6
10353 fi
10354
10355
10356 enablestring=
10357 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
10358 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
10359 no_cache=0
10360 # Check whether --enable-pcx or --disable-pcx was given.
10361 if test "${enable_pcx+set}" = set; then
10362 enableval="$enable_pcx"
10363
10364 if test "$enableval" = yes; then
10365 ac_cv_use_pcx='wxUSE_PCX=yes'
10366 else
10367 ac_cv_use_pcx='wxUSE_PCX=no'
10368 fi
10369
10370 else
10371
10372 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
10373 if test "x$LINE" != x ; then
10374 eval "DEFAULT_$LINE"
10375 else
10376 no_cache=1
10377 fi
10378
10379 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
10380
10381 fi;
10382
10383 eval "$ac_cv_use_pcx"
10384 if test "$no_cache" != 1; then
10385 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
10386 fi
10387
10388 if test "$wxUSE_PCX" = yes; then
10389 echo "$as_me:$LINENO: result: yes" >&5
10390 echo "${ECHO_T}yes" >&6
10391 else
10392 echo "$as_me:$LINENO: result: no" >&5
10393 echo "${ECHO_T}no" >&6
10394 fi
10395
10396
10397 enablestring=
10398 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
10399 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
10400 no_cache=0
10401 # Check whether --enable-iff or --disable-iff was given.
10402 if test "${enable_iff+set}" = set; then
10403 enableval="$enable_iff"
10404
10405 if test "$enableval" = yes; then
10406 ac_cv_use_iff='wxUSE_IFF=yes'
10407 else
10408 ac_cv_use_iff='wxUSE_IFF=no'
10409 fi
10410
10411 else
10412
10413 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
10414 if test "x$LINE" != x ; then
10415 eval "DEFAULT_$LINE"
10416 else
10417 no_cache=1
10418 fi
10419
10420 ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF
10421
10422 fi;
10423
10424 eval "$ac_cv_use_iff"
10425 if test "$no_cache" != 1; then
10426 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
10427 fi
10428
10429 if test "$wxUSE_IFF" = yes; then
10430 echo "$as_me:$LINENO: result: yes" >&5
10431 echo "${ECHO_T}yes" >&6
10432 else
10433 echo "$as_me:$LINENO: result: no" >&5
10434 echo "${ECHO_T}no" >&6
10435 fi
10436
10437
10438 enablestring=
10439 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
10440 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
10441 no_cache=0
10442 # Check whether --enable-pnm or --disable-pnm was given.
10443 if test "${enable_pnm+set}" = set; then
10444 enableval="$enable_pnm"
10445
10446 if test "$enableval" = yes; then
10447 ac_cv_use_pnm='wxUSE_PNM=yes'
10448 else
10449 ac_cv_use_pnm='wxUSE_PNM=no'
10450 fi
10451
10452 else
10453
10454 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
10455 if test "x$LINE" != x ; then
10456 eval "DEFAULT_$LINE"
10457 else
10458 no_cache=1
10459 fi
10460
10461 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
10462
10463 fi;
10464
10465 eval "$ac_cv_use_pnm"
10466 if test "$no_cache" != 1; then
10467 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
10468 fi
10469
10470 if test "$wxUSE_PNM" = yes; then
10471 echo "$as_me:$LINENO: result: yes" >&5
10472 echo "${ECHO_T}yes" >&6
10473 else
10474 echo "$as_me:$LINENO: result: no" >&5
10475 echo "${ECHO_T}no" >&6
10476 fi
10477
10478
10479 enablestring=
10480 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
10481 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
10482 no_cache=0
10483 # Check whether --enable-xpm or --disable-xpm was given.
10484 if test "${enable_xpm+set}" = set; then
10485 enableval="$enable_xpm"
10486
10487 if test "$enableval" = yes; then
10488 ac_cv_use_xpm='wxUSE_XPM=yes'
10489 else
10490 ac_cv_use_xpm='wxUSE_XPM=no'
10491 fi
10492
10493 else
10494
10495 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
10496 if test "x$LINE" != x ; then
10497 eval "DEFAULT_$LINE"
10498 else
10499 no_cache=1
10500 fi
10501
10502 ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
10503
10504 fi;
10505
10506 eval "$ac_cv_use_xpm"
10507 if test "$no_cache" != 1; then
10508 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
10509 fi
10510
10511 if test "$wxUSE_XPM" = yes; then
10512 echo "$as_me:$LINENO: result: yes" >&5
10513 echo "${ECHO_T}yes" >&6
10514 else
10515 echo "$as_me:$LINENO: result: no" >&5
10516 echo "${ECHO_T}no" >&6
10517 fi
10518
10519
10520 enablestring=
10521 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
10522 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
10523 no_cache=0
10524 # Check whether --enable-ico_cur or --disable-ico_cur was given.
10525 if test "${enable_ico_cur+set}" = set; then
10526 enableval="$enable_ico_cur"
10527
10528 if test "$enableval" = yes; then
10529 ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
10530 else
10531 ac_cv_use_ico_cur='wxUSE_ICO_CUR=no'
10532 fi
10533
10534 else
10535
10536 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
10537 if test "x$LINE" != x ; then
10538 eval "DEFAULT_$LINE"
10539 else
10540 no_cache=1
10541 fi
10542
10543 ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
10544
10545 fi;
10546
10547 eval "$ac_cv_use_ico_cur"
10548 if test "$no_cache" != 1; then
10549 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
10550 fi
10551
10552 if test "$wxUSE_ICO_CUR" = yes; then
10553 echo "$as_me:$LINENO: result: yes" >&5
10554 echo "${ECHO_T}yes" >&6
10555 else
10556 echo "$as_me:$LINENO: result: no" >&5
10557 echo "${ECHO_T}no" >&6
10558 fi
10559
10560
10561 fi
10562
10563
10564
10565 # Check whether --with-flavour or --without-flavour was given.
10566 if test "${with_flavour+set}" = set; then
10567 withval="$with_flavour"
10568 WX_FLAVOUR="$withval"
10569 fi;
10570
10571
10572
10573 enablestring=
10574 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
10575 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
10576 no_cache=0
10577 # Check whether --enable-official_build or --disable-official_build was given.
10578 if test "${enable_official_build+set}" = set; then
10579 enableval="$enable_official_build"
10580
10581 if test "$enableval" = yes; then
10582 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
10583 else
10584 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
10585 fi
10586
10587 else
10588
10589 LINE=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
10590 if test "x$LINE" != x ; then
10591 eval "DEFAULT_$LINE"
10592 else
10593 no_cache=1
10594 fi
10595
10596 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
10597
10598 fi;
10599
10600 eval "$ac_cv_use_official_build"
10601 if test "$no_cache" != 1; then
10602 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
10603 fi
10604
10605 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
10606 echo "$as_me:$LINENO: result: yes" >&5
10607 echo "${ECHO_T}yes" >&6
10608 else
10609 echo "$as_me:$LINENO: result: no" >&5
10610 echo "${ECHO_T}no" >&6
10611 fi
10612
10613 # Check whether --enable-vendor or --disable-vendor was given.
10614 if test "${enable_vendor+set}" = set; then
10615 enableval="$enable_vendor"
10616 VENDOR="$enableval"
10617 fi;
10618 if test "x$VENDOR" = "x"; then
10619 VENDOR="custom"
10620 fi
10621
10622
10623
10624
10625 echo "saving argument cache $wx_arg_cache_file"
10626 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
10627
10628
10629
10630 echo "$as_me:$LINENO: checking for toolkit" >&5
10631 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
10632
10633 # In Wine, we need to default to MSW, not GTK or MOTIF
10634 if test "$wxUSE_WINE" = "yes"; then
10635 DEFAULT_DEFAULT_wxUSE_GTK=0
10636 DEFAULT_DEFAULT_wxUSE_MOTIF=0
10637 DEFAULT_DEFAULT_wxUSE_MSW=1
10638 wxUSE_SHARED=no
10639 fi
10640
10641
10642 if test "$wxUSE_GUI" = "yes"; then
10643
10644 if test "$USE_BEOS" = 1; then
10645 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
10646 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
10647 { (exit 1); exit 1; }; }
10648 fi
10649
10650 if test "$TOOLKIT_GIVEN" = 1; then
10651 for toolkit in `echo $ALL_TOOLKITS`; do
10652 var=wxUSE_$toolkit
10653 eval "value=\$${var}"
10654 if test "x$value" = "xno"; then
10655 eval "$var=0"
10656 elif test "x$value" != "x"; then
10657 eval "$var=1"
10658 fi
10659
10660 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
10661 eval "wx${toolkit}_VERSION=$value"
10662 fi
10663 done
10664 else
10665 for toolkit in `echo $ALL_TOOLKITS`; do
10666 if test "$has_toolkit_in_cache" != 1; then
10667 var=DEFAULT_DEFAULT_wxUSE_$toolkit
10668 else
10669 var=DEFAULT_wxUSE_$toolkit
10670
10671 eval "version=\$DEFAULT_wx${toolkit}_VERSION"
10672 if test "x$version" != "x"; then
10673 eval "wx${toolkit}_VERSION=$version"
10674 fi
10675 fi
10676 eval "wxUSE_$toolkit=\$${var}"
10677 done
10678 fi
10679
10680 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
10681 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
10682 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
10683
10684 case "${host}" in
10685 *-pc-os2_emx | *-pc-os2-emx )
10686 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
10687 esac
10688
10689 case "$NUM_TOOLKITS" in
10690 1)
10691 ;;
10692 0)
10693 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
10694 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
10695 { (exit 1); exit 1; }; }
10696 ;;
10697 *)
10698 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
10699 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
10700 { (exit 1); exit 1; }; }
10701 esac
10702
10703 # to be removed when --disable-gtk2 isn't needed
10704 if test "x$wxUSE_GTK2" = "xyes"; then
10705 wxGTK_VERSION=2
10706 elif test "x$wxUSE_GTK2" = "xno"; then
10707 wxGTK_VERSION=1
10708 fi
10709
10710 for toolkit in `echo $ALL_TOOLKITS`; do
10711 var=wxUSE_$toolkit
10712 eval "value=\$${var}"
10713 if test "x$value" != x; then
10714 cache_var=CACHE_$toolkit
10715 eval "cache=\$${cache_var}"
10716 if test "$cache" = 1; then
10717 echo "$var=$value" >> ${wx_arg_cache_file}
10718 eval "version=\$wx${toolkit}_VERSION"
10719 if test "x$version" != "x"; then
10720 echo "wx${toolkit}_VERSION=$version" >> ${wx_arg_cache_file}
10721 fi
10722 fi
10723 if test "$value" = 1; then
10724 toolkit_echo=`echo $toolkit | tr "[A-Z]" "[a-z]"`
10725 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
10726 echo "${ECHO_T}$toolkit_echo" >&6
10727 fi
10728 fi
10729 done
10730 else
10731 if test "x$host_alias" != "x"; then
10732 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
10733 echo "${ECHO_T}base ($host_alias hosted) only" >&6
10734 else
10735 echo "$as_me:$LINENO: result: base only" >&5
10736 echo "${ECHO_T}base only" >&6
10737 fi
10738 fi
10739
10740 wants_win32=0
10741 doesnt_want_win32=0
10742 case "${host}" in
10743 *-*-cygwin*)
10744 if test "$wxUSE_MSW" = 1 ; then
10745 wants_win32=1
10746 BAKEFILE_FORCE_PLATFORM=win32
10747 else
10748 doesnt_want_win32=1
10749 fi
10750 ;;
10751 *-*-mingw*)
10752 wants_win32=1
10753 ;;
10754 esac
10755
10756 if test "$wxUSE_WINE" = "yes"; then
10757 wants_win32=1
10758 CC=winegcc
10759 CXX=wineg++
10760 LDFLAGS_GUI="-mwindows"
10761 fi
10762
10763 if test "$wants_win32" = 1 ; then
10764 USE_UNIX=0
10765 USE_WIN32=1
10766 cat >>confdefs.h <<\_ACEOF
10767 #define __WIN32__ 1
10768 _ACEOF
10769
10770 cat >>confdefs.h <<\_ACEOF
10771 #define __WIN95__ 1
10772 _ACEOF
10773
10774 cat >>confdefs.h <<\_ACEOF
10775 #define __WINDOWS__ 1
10776 _ACEOF
10777
10778 cat >>confdefs.h <<\_ACEOF
10779 #define __GNUWIN32__ 1
10780 _ACEOF
10781
10782 cat >>confdefs.h <<\_ACEOF
10783 #define STRICT 1
10784 _ACEOF
10785
10786 cat >>confdefs.h <<\_ACEOF
10787 #define WINVER 0x0400
10788 _ACEOF
10789
10790 fi
10791 if test "$doesnt_want_win32" = 1 ; then
10792 USE_UNIX=1
10793 USE_WIN32=0
10794 fi
10795
10796 if test "$USE_UNIX" = 1 ; then
10797 wxUSE_UNIX=yes
10798 cat >>confdefs.h <<\_ACEOF
10799 #define __UNIX__ 1
10800 _ACEOF
10801
10802 fi
10803
10804
10805 cat >confcache <<\_ACEOF
10806 # This file is a shell script that caches the results of configure
10807 # tests run on this system so they can be shared between configure
10808 # scripts and configure runs, see configure's option --config-cache.
10809 # It is not useful on other systems. If it contains results you don't
10810 # want to keep, you may remove or edit it.
10811 #
10812 # config.status only pays attention to the cache file if you give it
10813 # the --recheck option to rerun configure.
10814 #
10815 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10816 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10817 # following values.
10818
10819 _ACEOF
10820
10821 # The following way of writing the cache mishandles newlines in values,
10822 # but we know of no workaround that is simple, portable, and efficient.
10823 # So, don't put newlines in cache variables' values.
10824 # Ultrix sh set writes to stderr and can't be redirected directly,
10825 # and sets the high bit in the cache file unless we assign to the vars.
10826 {
10827 (set) 2>&1 |
10828 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10829 *ac_space=\ *)
10830 # `set' does not quote correctly, so add quotes (double-quote
10831 # substitution turns \\\\ into \\, and sed turns \\ into \).
10832 sed -n \
10833 "s/'/'\\\\''/g;
10834 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10835 ;;
10836 *)
10837 # `set' quotes correctly as required by POSIX, so do not add quotes.
10838 sed -n \
10839 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10840 ;;
10841 esac;
10842 } |
10843 sed '
10844 t clear
10845 : clear
10846 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10847 t end
10848 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10849 : end' >>confcache
10850 if diff $cache_file confcache >/dev/null 2>&1; then :; else
10851 if test -w $cache_file; then
10852 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10853 cat confcache >$cache_file
10854 else
10855 echo "not updating unwritable cache $cache_file"
10856 fi
10857 fi
10858 rm -f confcache
10859
10860 CFLAGS=${CFLAGS:=}
10861
10862
10863
10864 ac_ext=c
10865 ac_cpp='$CPP $CPPFLAGS'
10866 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10867 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10868 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10869 if test -n "$ac_tool_prefix"; then
10870 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10871 set dummy ${ac_tool_prefix}gcc; ac_word=$2
10872 echo "$as_me:$LINENO: checking for $ac_word" >&5
10873 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10874 if test "${ac_cv_prog_CC+set}" = set; then
10875 echo $ECHO_N "(cached) $ECHO_C" >&6
10876 else
10877 if test -n "$CC"; then
10878 ac_cv_prog_CC="$CC" # Let the user override the test.
10879 else
10880 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10881 for as_dir in $PATH
10882 do
10883 IFS=$as_save_IFS
10884 test -z "$as_dir" && as_dir=.
10885 for ac_exec_ext in '' $ac_executable_extensions; do
10886 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10887 ac_cv_prog_CC="${ac_tool_prefix}gcc"
10888 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10889 break 2
10890 fi
10891 done
10892 done
10893
10894 fi
10895 fi
10896 CC=$ac_cv_prog_CC
10897 if test -n "$CC"; then
10898 echo "$as_me:$LINENO: result: $CC" >&5
10899 echo "${ECHO_T}$CC" >&6
10900 else
10901 echo "$as_me:$LINENO: result: no" >&5
10902 echo "${ECHO_T}no" >&6
10903 fi
10904
10905 fi
10906 if test -z "$ac_cv_prog_CC"; then
10907 ac_ct_CC=$CC
10908 # Extract the first word of "gcc", so it can be a program name with args.
10909 set dummy gcc; ac_word=$2
10910 echo "$as_me:$LINENO: checking for $ac_word" >&5
10911 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10912 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10913 echo $ECHO_N "(cached) $ECHO_C" >&6
10914 else
10915 if test -n "$ac_ct_CC"; then
10916 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10917 else
10918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10919 for as_dir in $PATH
10920 do
10921 IFS=$as_save_IFS
10922 test -z "$as_dir" && as_dir=.
10923 for ac_exec_ext in '' $ac_executable_extensions; do
10924 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10925 ac_cv_prog_ac_ct_CC="gcc"
10926 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10927 break 2
10928 fi
10929 done
10930 done
10931
10932 fi
10933 fi
10934 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10935 if test -n "$ac_ct_CC"; then
10936 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10937 echo "${ECHO_T}$ac_ct_CC" >&6
10938 else
10939 echo "$as_me:$LINENO: result: no" >&5
10940 echo "${ECHO_T}no" >&6
10941 fi
10942
10943 CC=$ac_ct_CC
10944 else
10945 CC="$ac_cv_prog_CC"
10946 fi
10947
10948 if test -z "$CC"; then
10949 if test -n "$ac_tool_prefix"; then
10950 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10951 set dummy ${ac_tool_prefix}cc; ac_word=$2
10952 echo "$as_me:$LINENO: checking for $ac_word" >&5
10953 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10954 if test "${ac_cv_prog_CC+set}" = set; then
10955 echo $ECHO_N "(cached) $ECHO_C" >&6
10956 else
10957 if test -n "$CC"; then
10958 ac_cv_prog_CC="$CC" # Let the user override the test.
10959 else
10960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10961 for as_dir in $PATH
10962 do
10963 IFS=$as_save_IFS
10964 test -z "$as_dir" && as_dir=.
10965 for ac_exec_ext in '' $ac_executable_extensions; do
10966 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10967 ac_cv_prog_CC="${ac_tool_prefix}cc"
10968 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10969 break 2
10970 fi
10971 done
10972 done
10973
10974 fi
10975 fi
10976 CC=$ac_cv_prog_CC
10977 if test -n "$CC"; then
10978 echo "$as_me:$LINENO: result: $CC" >&5
10979 echo "${ECHO_T}$CC" >&6
10980 else
10981 echo "$as_me:$LINENO: result: no" >&5
10982 echo "${ECHO_T}no" >&6
10983 fi
10984
10985 fi
10986 if test -z "$ac_cv_prog_CC"; then
10987 ac_ct_CC=$CC
10988 # Extract the first word of "cc", so it can be a program name with args.
10989 set dummy cc; ac_word=$2
10990 echo "$as_me:$LINENO: checking for $ac_word" >&5
10991 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10992 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10993 echo $ECHO_N "(cached) $ECHO_C" >&6
10994 else
10995 if test -n "$ac_ct_CC"; then
10996 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10997 else
10998 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10999 for as_dir in $PATH
11000 do
11001 IFS=$as_save_IFS
11002 test -z "$as_dir" && as_dir=.
11003 for ac_exec_ext in '' $ac_executable_extensions; do
11004 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11005 ac_cv_prog_ac_ct_CC="cc"
11006 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11007 break 2
11008 fi
11009 done
11010 done
11011
11012 fi
11013 fi
11014 ac_ct_CC=$ac_cv_prog_ac_ct_CC
11015 if test -n "$ac_ct_CC"; then
11016 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
11017 echo "${ECHO_T}$ac_ct_CC" >&6
11018 else
11019 echo "$as_me:$LINENO: result: no" >&5
11020 echo "${ECHO_T}no" >&6
11021 fi
11022
11023 CC=$ac_ct_CC
11024 else
11025 CC="$ac_cv_prog_CC"
11026 fi
11027
11028 fi
11029 if test -z "$CC"; then
11030 # Extract the first word of "cc", so it can be a program name with args.
11031 set dummy cc; ac_word=$2
11032 echo "$as_me:$LINENO: checking for $ac_word" >&5
11033 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11034 if test "${ac_cv_prog_CC+set}" = set; then
11035 echo $ECHO_N "(cached) $ECHO_C" >&6
11036 else
11037 if test -n "$CC"; then
11038 ac_cv_prog_CC="$CC" # Let the user override the test.
11039 else
11040 ac_prog_rejected=no
11041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11042 for as_dir in $PATH
11043 do
11044 IFS=$as_save_IFS
11045 test -z "$as_dir" && as_dir=.
11046 for ac_exec_ext in '' $ac_executable_extensions; do
11047 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11048 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
11049 ac_prog_rejected=yes
11050 continue
11051 fi
11052 ac_cv_prog_CC="cc"
11053 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11054 break 2
11055 fi
11056 done
11057 done
11058
11059 if test $ac_prog_rejected = yes; then
11060 # We found a bogon in the path, so make sure we never use it.
11061 set dummy $ac_cv_prog_CC
11062 shift
11063 if test $# != 0; then
11064 # We chose a different compiler from the bogus one.
11065 # However, it has the same basename, so the bogon will be chosen
11066 # first if we set CC to just the basename; use the full file name.
11067 shift
11068 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
11069 fi
11070 fi
11071 fi
11072 fi
11073 CC=$ac_cv_prog_CC
11074 if test -n "$CC"; then
11075 echo "$as_me:$LINENO: result: $CC" >&5
11076 echo "${ECHO_T}$CC" >&6
11077 else
11078 echo "$as_me:$LINENO: result: no" >&5
11079 echo "${ECHO_T}no" >&6
11080 fi
11081
11082 fi
11083 if test -z "$CC"; then
11084 if test -n "$ac_tool_prefix"; then
11085 for ac_prog in cl
11086 do
11087 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
11088 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
11089 echo "$as_me:$LINENO: checking for $ac_word" >&5
11090 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11091 if test "${ac_cv_prog_CC+set}" = set; then
11092 echo $ECHO_N "(cached) $ECHO_C" >&6
11093 else
11094 if test -n "$CC"; then
11095 ac_cv_prog_CC="$CC" # Let the user override the test.
11096 else
11097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11098 for as_dir in $PATH
11099 do
11100 IFS=$as_save_IFS
11101 test -z "$as_dir" && as_dir=.
11102 for ac_exec_ext in '' $ac_executable_extensions; do
11103 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11104 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
11105 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11106 break 2
11107 fi
11108 done
11109 done
11110
11111 fi
11112 fi
11113 CC=$ac_cv_prog_CC
11114 if test -n "$CC"; then
11115 echo "$as_me:$LINENO: result: $CC" >&5
11116 echo "${ECHO_T}$CC" >&6
11117 else
11118 echo "$as_me:$LINENO: result: no" >&5
11119 echo "${ECHO_T}no" >&6
11120 fi
11121
11122 test -n "$CC" && break
11123 done
11124 fi
11125 if test -z "$CC"; then
11126 ac_ct_CC=$CC
11127 for ac_prog in cl
11128 do
11129 # Extract the first word of "$ac_prog", so it can be a program name with args.
11130 set dummy $ac_prog; ac_word=$2
11131 echo "$as_me:$LINENO: checking for $ac_word" >&5
11132 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11133 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
11134 echo $ECHO_N "(cached) $ECHO_C" >&6
11135 else
11136 if test -n "$ac_ct_CC"; then
11137 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
11138 else
11139 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11140 for as_dir in $PATH
11141 do
11142 IFS=$as_save_IFS
11143 test -z "$as_dir" && as_dir=.
11144 for ac_exec_ext in '' $ac_executable_extensions; do
11145 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11146 ac_cv_prog_ac_ct_CC="$ac_prog"
11147 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11148 break 2
11149 fi
11150 done
11151 done
11152
11153 fi
11154 fi
11155 ac_ct_CC=$ac_cv_prog_ac_ct_CC
11156 if test -n "$ac_ct_CC"; then
11157 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
11158 echo "${ECHO_T}$ac_ct_CC" >&6
11159 else
11160 echo "$as_me:$LINENO: result: no" >&5
11161 echo "${ECHO_T}no" >&6
11162 fi
11163
11164 test -n "$ac_ct_CC" && break
11165 done
11166
11167 CC=$ac_ct_CC
11168 fi
11169
11170 fi
11171
11172
11173 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
11174 See \`config.log' for more details." >&5
11175 echo "$as_me: error: no acceptable C compiler found in \$PATH
11176 See \`config.log' for more details." >&2;}
11177 { (exit 1); exit 1; }; }
11178
11179 # Provide some information about the compiler.
11180 echo "$as_me:$LINENO:" \
11181 "checking for C compiler version" >&5
11182 ac_compiler=`set X $ac_compile; echo $2`
11183 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11184 (eval $ac_compiler --version </dev/null >&5) 2>&5
11185 ac_status=$?
11186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11187 (exit $ac_status); }
11188 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11189 (eval $ac_compiler -v </dev/null >&5) 2>&5
11190 ac_status=$?
11191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11192 (exit $ac_status); }
11193 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11194 (eval $ac_compiler -V </dev/null >&5) 2>&5
11195 ac_status=$?
11196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11197 (exit $ac_status); }
11198
11199 cat >conftest.$ac_ext <<_ACEOF
11200 /* confdefs.h. */
11201 _ACEOF
11202 cat confdefs.h >>conftest.$ac_ext
11203 cat >>conftest.$ac_ext <<_ACEOF
11204 /* end confdefs.h. */
11205
11206 int
11207 main ()
11208 {
11209
11210 ;
11211 return 0;
11212 }
11213 _ACEOF
11214 ac_clean_files_save=$ac_clean_files
11215 ac_clean_files="$ac_clean_files a.out a.exe b.out"
11216 # Try to create an executable without -o first, disregard a.out.
11217 # It will help us diagnose broken compilers, and finding out an intuition
11218 # of exeext.
11219 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
11220 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
11221 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
11222 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
11223 (eval $ac_link_default) 2>&5
11224 ac_status=$?
11225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11226 (exit $ac_status); }; then
11227 # Find the output, starting from the most likely. This scheme is
11228 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
11229 # resort.
11230
11231 # Be careful to initialize this variable, since it used to be cached.
11232 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
11233 ac_cv_exeext=
11234 # b.out is created by i960 compilers.
11235 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
11236 do
11237 test -f "$ac_file" || continue
11238 case $ac_file in
11239 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
11240 ;;
11241 conftest.$ac_ext )
11242 # This is the source file.
11243 ;;
11244 [ab].out )
11245 # We found the default executable, but exeext='' is most
11246 # certainly right.
11247 break;;
11248 *.* )
11249 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
11250 # FIXME: I believe we export ac_cv_exeext for Libtool,
11251 # but it would be cool to find out if it's true. Does anybody
11252 # maintain Libtool? --akim.
11253 export ac_cv_exeext
11254 break;;
11255 * )
11256 break;;
11257 esac
11258 done
11259 else
11260 echo "$as_me: failed program was:" >&5
11261 sed 's/^/| /' conftest.$ac_ext >&5
11262
11263 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
11264 See \`config.log' for more details." >&5
11265 echo "$as_me: error: C compiler cannot create executables
11266 See \`config.log' for more details." >&2;}
11267 { (exit 77); exit 77; }; }
11268 fi
11269
11270 ac_exeext=$ac_cv_exeext
11271 echo "$as_me:$LINENO: result: $ac_file" >&5
11272 echo "${ECHO_T}$ac_file" >&6
11273
11274 # Check the compiler produces executables we can run. If not, either
11275 # the compiler is broken, or we cross compile.
11276 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
11277 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
11278 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
11279 # If not cross compiling, check that we can run a simple program.
11280 if test "$cross_compiling" != yes; then
11281 if { ac_try='./$ac_file'
11282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11283 (eval $ac_try) 2>&5
11284 ac_status=$?
11285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11286 (exit $ac_status); }; }; then
11287 cross_compiling=no
11288 else
11289 if test "$cross_compiling" = maybe; then
11290 cross_compiling=yes
11291 else
11292 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
11293 If you meant to cross compile, use \`--host'.
11294 See \`config.log' for more details." >&5
11295 echo "$as_me: error: cannot run C compiled programs.
11296 If you meant to cross compile, use \`--host'.
11297 See \`config.log' for more details." >&2;}
11298 { (exit 1); exit 1; }; }
11299 fi
11300 fi
11301 fi
11302 echo "$as_me:$LINENO: result: yes" >&5
11303 echo "${ECHO_T}yes" >&6
11304
11305 rm -f a.out a.exe conftest$ac_cv_exeext b.out
11306 ac_clean_files=$ac_clean_files_save
11307 # Check the compiler produces executables we can run. If not, either
11308 # the compiler is broken, or we cross compile.
11309 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
11310 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
11311 echo "$as_me:$LINENO: result: $cross_compiling" >&5
11312 echo "${ECHO_T}$cross_compiling" >&6
11313
11314 echo "$as_me:$LINENO: checking for suffix of executables" >&5
11315 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
11316 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11317 (eval $ac_link) 2>&5
11318 ac_status=$?
11319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11320 (exit $ac_status); }; then
11321 # If both `conftest.exe' and `conftest' are `present' (well, observable)
11322 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
11323 # work properly (i.e., refer to `conftest.exe'), while it won't with
11324 # `rm'.
11325 for ac_file in conftest.exe conftest conftest.*; do
11326 test -f "$ac_file" || continue
11327 case $ac_file in
11328 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
11329 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
11330 export ac_cv_exeext
11331 break;;
11332 * ) break;;
11333 esac
11334 done
11335 else
11336 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
11337 See \`config.log' for more details." >&5
11338 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
11339 See \`config.log' for more details." >&2;}
11340 { (exit 1); exit 1; }; }
11341 fi
11342
11343 rm -f conftest$ac_cv_exeext
11344 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
11345 echo "${ECHO_T}$ac_cv_exeext" >&6
11346
11347 rm -f conftest.$ac_ext
11348 EXEEXT=$ac_cv_exeext
11349 ac_exeext=$EXEEXT
11350 echo "$as_me:$LINENO: checking for suffix of object files" >&5
11351 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
11352 if test "${ac_cv_objext+set}" = set; then
11353 echo $ECHO_N "(cached) $ECHO_C" >&6
11354 else
11355 cat >conftest.$ac_ext <<_ACEOF
11356 /* confdefs.h. */
11357 _ACEOF
11358 cat confdefs.h >>conftest.$ac_ext
11359 cat >>conftest.$ac_ext <<_ACEOF
11360 /* end confdefs.h. */
11361
11362 int
11363 main ()
11364 {
11365
11366 ;
11367 return 0;
11368 }
11369 _ACEOF
11370 rm -f conftest.o conftest.obj
11371 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11372 (eval $ac_compile) 2>&5
11373 ac_status=$?
11374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11375 (exit $ac_status); }; then
11376 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
11377 case $ac_file in
11378 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
11379 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
11380 break;;
11381 esac
11382 done
11383 else
11384 echo "$as_me: failed program was:" >&5
11385 sed 's/^/| /' conftest.$ac_ext >&5
11386
11387 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
11388 See \`config.log' for more details." >&5
11389 echo "$as_me: error: cannot compute suffix of object files: cannot compile
11390 See \`config.log' for more details." >&2;}
11391 { (exit 1); exit 1; }; }
11392 fi
11393
11394 rm -f conftest.$ac_cv_objext conftest.$ac_ext
11395 fi
11396 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
11397 echo "${ECHO_T}$ac_cv_objext" >&6
11398 OBJEXT=$ac_cv_objext
11399 ac_objext=$OBJEXT
11400 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
11401 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
11402 if test "${ac_cv_c_compiler_gnu+set}" = set; then
11403 echo $ECHO_N "(cached) $ECHO_C" >&6
11404 else
11405 cat >conftest.$ac_ext <<_ACEOF
11406 /* confdefs.h. */
11407 _ACEOF
11408 cat confdefs.h >>conftest.$ac_ext
11409 cat >>conftest.$ac_ext <<_ACEOF
11410 /* end confdefs.h. */
11411
11412 int
11413 main ()
11414 {
11415 #ifndef __GNUC__
11416 choke me
11417 #endif
11418
11419 ;
11420 return 0;
11421 }
11422 _ACEOF
11423 rm -f conftest.$ac_objext
11424 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11425 (eval $ac_compile) 2>conftest.er1
11426 ac_status=$?
11427 grep -v '^ *+' conftest.er1 >conftest.err
11428 rm -f conftest.er1
11429 cat conftest.err >&5
11430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11431 (exit $ac_status); } &&
11432 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11434 (eval $ac_try) 2>&5
11435 ac_status=$?
11436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11437 (exit $ac_status); }; } &&
11438 { ac_try='test -s conftest.$ac_objext'
11439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11440 (eval $ac_try) 2>&5
11441 ac_status=$?
11442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11443 (exit $ac_status); }; }; then
11444 ac_compiler_gnu=yes
11445 else
11446 echo "$as_me: failed program was:" >&5
11447 sed 's/^/| /' conftest.$ac_ext >&5
11448
11449 ac_compiler_gnu=no
11450 fi
11451 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11452 ac_cv_c_compiler_gnu=$ac_compiler_gnu
11453
11454 fi
11455 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
11456 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
11457 GCC=`test $ac_compiler_gnu = yes && echo yes`
11458 ac_test_CFLAGS=${CFLAGS+set}
11459 ac_save_CFLAGS=$CFLAGS
11460 CFLAGS="$CFLAGS -g"
11461 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11462 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11463 if test "${ac_cv_prog_cc_g+set}" = set; then
11464 echo $ECHO_N "(cached) $ECHO_C" >&6
11465 else
11466 cat >conftest.$ac_ext <<_ACEOF
11467 /* confdefs.h. */
11468 _ACEOF
11469 cat confdefs.h >>conftest.$ac_ext
11470 cat >>conftest.$ac_ext <<_ACEOF
11471 /* end confdefs.h. */
11472
11473 int
11474 main ()
11475 {
11476
11477 ;
11478 return 0;
11479 }
11480 _ACEOF
11481 rm -f conftest.$ac_objext
11482 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11483 (eval $ac_compile) 2>conftest.er1
11484 ac_status=$?
11485 grep -v '^ *+' conftest.er1 >conftest.err
11486 rm -f conftest.er1
11487 cat conftest.err >&5
11488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11489 (exit $ac_status); } &&
11490 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11492 (eval $ac_try) 2>&5
11493 ac_status=$?
11494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11495 (exit $ac_status); }; } &&
11496 { ac_try='test -s conftest.$ac_objext'
11497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11498 (eval $ac_try) 2>&5
11499 ac_status=$?
11500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11501 (exit $ac_status); }; }; then
11502 ac_cv_prog_cc_g=yes
11503 else
11504 echo "$as_me: failed program was:" >&5
11505 sed 's/^/| /' conftest.$ac_ext >&5
11506
11507 ac_cv_prog_cc_g=no
11508 fi
11509 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11510 fi
11511 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11512 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11513 if test "$ac_test_CFLAGS" = set; then
11514 CFLAGS=$ac_save_CFLAGS
11515 elif test $ac_cv_prog_cc_g = yes; then
11516 if test "$GCC" = yes; then
11517 CFLAGS="-g -O2"
11518 else
11519 CFLAGS="-g"
11520 fi
11521 else
11522 if test "$GCC" = yes; then
11523 CFLAGS="-O2"
11524 else
11525 CFLAGS=
11526 fi
11527 fi
11528 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
11529 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
11530 if test "${ac_cv_prog_cc_stdc+set}" = set; then
11531 echo $ECHO_N "(cached) $ECHO_C" >&6
11532 else
11533 ac_cv_prog_cc_stdc=no
11534 ac_save_CC=$CC
11535 cat >conftest.$ac_ext <<_ACEOF
11536 /* confdefs.h. */
11537 _ACEOF
11538 cat confdefs.h >>conftest.$ac_ext
11539 cat >>conftest.$ac_ext <<_ACEOF
11540 /* end confdefs.h. */
11541 #include <stdarg.h>
11542 #include <stdio.h>
11543 #include <sys/types.h>
11544 #include <sys/stat.h>
11545 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11546 struct buf { int x; };
11547 FILE * (*rcsopen) (struct buf *, struct stat *, int);
11548 static char *e (p, i)
11549 char **p;
11550 int i;
11551 {
11552 return p[i];
11553 }
11554 static char *f (char * (*g) (char **, int), char **p, ...)
11555 {
11556 char *s;
11557 va_list v;
11558 va_start (v,p);
11559 s = g (p, va_arg (v,int));
11560 va_end (v);
11561 return s;
11562 }
11563
11564 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
11565 function prototypes and stuff, but not '\xHH' hex character constants.
11566 These don't provoke an error unfortunately, instead are silently treated
11567 as 'x'. The following induces an error, until -std1 is added to get
11568 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
11569 array size at least. It's necessary to write '\x00'==0 to get something
11570 that's true only with -std1. */
11571 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11572
11573 int test (int i, double x);
11574 struct s1 {int (*f) (int a);};
11575 struct s2 {int (*f) (double a);};
11576 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11577 int argc;
11578 char **argv;
11579 int
11580 main ()
11581 {
11582 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
11583 ;
11584 return 0;
11585 }
11586 _ACEOF
11587 # Don't try gcc -ansi; that turns off useful extensions and
11588 # breaks some systems' header files.
11589 # AIX -qlanglvl=ansi
11590 # Ultrix and OSF/1 -std1
11591 # HP-UX 10.20 and later -Ae
11592 # HP-UX older versions -Aa -D_HPUX_SOURCE
11593 # SVR4 -Xc -D__EXTENSIONS__
11594 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11595 do
11596 CC="$ac_save_CC $ac_arg"
11597 rm -f conftest.$ac_objext
11598 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11599 (eval $ac_compile) 2>conftest.er1
11600 ac_status=$?
11601 grep -v '^ *+' conftest.er1 >conftest.err
11602 rm -f conftest.er1
11603 cat conftest.err >&5
11604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11605 (exit $ac_status); } &&
11606 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11608 (eval $ac_try) 2>&5
11609 ac_status=$?
11610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11611 (exit $ac_status); }; } &&
11612 { ac_try='test -s conftest.$ac_objext'
11613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11614 (eval $ac_try) 2>&5
11615 ac_status=$?
11616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11617 (exit $ac_status); }; }; then
11618 ac_cv_prog_cc_stdc=$ac_arg
11619 break
11620 else
11621 echo "$as_me: failed program was:" >&5
11622 sed 's/^/| /' conftest.$ac_ext >&5
11623
11624 fi
11625 rm -f conftest.err conftest.$ac_objext
11626 done
11627 rm -f conftest.$ac_ext conftest.$ac_objext
11628 CC=$ac_save_CC
11629
11630 fi
11631
11632 case "x$ac_cv_prog_cc_stdc" in
11633 x|xno)
11634 echo "$as_me:$LINENO: result: none needed" >&5
11635 echo "${ECHO_T}none needed" >&6 ;;
11636 *)
11637 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
11638 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
11639 CC="$CC $ac_cv_prog_cc_stdc" ;;
11640 esac
11641
11642 # Some people use a C++ compiler to compile C. Since we use `exit',
11643 # in C++ we need to declare it. In case someone uses the same compiler
11644 # for both compiling C and C++ we need to have the C++ compiler decide
11645 # the declaration of exit, since it's the most demanding environment.
11646 cat >conftest.$ac_ext <<_ACEOF
11647 #ifndef __cplusplus
11648 choke me
11649 #endif
11650 _ACEOF
11651 rm -f conftest.$ac_objext
11652 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11653 (eval $ac_compile) 2>conftest.er1
11654 ac_status=$?
11655 grep -v '^ *+' conftest.er1 >conftest.err
11656 rm -f conftest.er1
11657 cat conftest.err >&5
11658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11659 (exit $ac_status); } &&
11660 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11662 (eval $ac_try) 2>&5
11663 ac_status=$?
11664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11665 (exit $ac_status); }; } &&
11666 { ac_try='test -s conftest.$ac_objext'
11667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11668 (eval $ac_try) 2>&5
11669 ac_status=$?
11670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11671 (exit $ac_status); }; }; then
11672 for ac_declaration in \
11673 '' \
11674 'extern "C" void std::exit (int) throw (); using std::exit;' \
11675 'extern "C" void std::exit (int); using std::exit;' \
11676 'extern "C" void exit (int) throw ();' \
11677 'extern "C" void exit (int);' \
11678 'void exit (int);'
11679 do
11680 cat >conftest.$ac_ext <<_ACEOF
11681 /* confdefs.h. */
11682 _ACEOF
11683 cat confdefs.h >>conftest.$ac_ext
11684 cat >>conftest.$ac_ext <<_ACEOF
11685 /* end confdefs.h. */
11686 $ac_declaration
11687 #include <stdlib.h>
11688 int
11689 main ()
11690 {
11691 exit (42);
11692 ;
11693 return 0;
11694 }
11695 _ACEOF
11696 rm -f conftest.$ac_objext
11697 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11698 (eval $ac_compile) 2>conftest.er1
11699 ac_status=$?
11700 grep -v '^ *+' conftest.er1 >conftest.err
11701 rm -f conftest.er1
11702 cat conftest.err >&5
11703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11704 (exit $ac_status); } &&
11705 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11707 (eval $ac_try) 2>&5
11708 ac_status=$?
11709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11710 (exit $ac_status); }; } &&
11711 { ac_try='test -s conftest.$ac_objext'
11712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11713 (eval $ac_try) 2>&5
11714 ac_status=$?
11715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11716 (exit $ac_status); }; }; then
11717 :
11718 else
11719 echo "$as_me: failed program was:" >&5
11720 sed 's/^/| /' conftest.$ac_ext >&5
11721
11722 continue
11723 fi
11724 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11725 cat >conftest.$ac_ext <<_ACEOF
11726 /* confdefs.h. */
11727 _ACEOF
11728 cat confdefs.h >>conftest.$ac_ext
11729 cat >>conftest.$ac_ext <<_ACEOF
11730 /* end confdefs.h. */
11731 $ac_declaration
11732 int
11733 main ()
11734 {
11735 exit (42);
11736 ;
11737 return 0;
11738 }
11739 _ACEOF
11740 rm -f conftest.$ac_objext
11741 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11742 (eval $ac_compile) 2>conftest.er1
11743 ac_status=$?
11744 grep -v '^ *+' conftest.er1 >conftest.err
11745 rm -f conftest.er1
11746 cat conftest.err >&5
11747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11748 (exit $ac_status); } &&
11749 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11751 (eval $ac_try) 2>&5
11752 ac_status=$?
11753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11754 (exit $ac_status); }; } &&
11755 { ac_try='test -s conftest.$ac_objext'
11756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11757 (eval $ac_try) 2>&5
11758 ac_status=$?
11759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11760 (exit $ac_status); }; }; then
11761 break
11762 else
11763 echo "$as_me: failed program was:" >&5
11764 sed 's/^/| /' conftest.$ac_ext >&5
11765
11766 fi
11767 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11768 done
11769 rm -f conftest*
11770 if test -n "$ac_declaration"; then
11771 echo '#ifdef __cplusplus' >>confdefs.h
11772 echo $ac_declaration >>confdefs.h
11773 echo '#endif' >>confdefs.h
11774 fi
11775
11776 else
11777 echo "$as_me: failed program was:" >&5
11778 sed 's/^/| /' conftest.$ac_ext >&5
11779
11780 fi
11781 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11782 ac_ext=c
11783 ac_cpp='$CPP $CPPFLAGS'
11784 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11785 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11786 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11787
11788
11789
11790 ac_ext=c
11791 ac_cpp='$CPP $CPPFLAGS'
11792 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11793 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11794 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11795
11796 echo "$as_me:$LINENO: checking whether we are using the Intel C compiler" >&5
11797 echo $ECHO_N "checking whether we are using the Intel C compiler... $ECHO_C" >&6
11798 if test "${bakefile_cv_c_compiler___INTEL_COMPILER+set}" = set; then
11799 echo $ECHO_N "(cached) $ECHO_C" >&6
11800 else
11801 cat >conftest.$ac_ext <<_ACEOF
11802 /* confdefs.h. */
11803 _ACEOF
11804 cat confdefs.h >>conftest.$ac_ext
11805 cat >>conftest.$ac_ext <<_ACEOF
11806 /* end confdefs.h. */
11807
11808 int
11809 main ()
11810 {
11811
11812 #ifndef __INTEL_COMPILER
11813 choke me
11814 #endif
11815
11816 ;
11817 return 0;
11818 }
11819 _ACEOF
11820 rm -f conftest.$ac_objext
11821 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11822 (eval $ac_compile) 2>conftest.er1
11823 ac_status=$?
11824 grep -v '^ *+' conftest.er1 >conftest.err
11825 rm -f conftest.er1
11826 cat conftest.err >&5
11827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11828 (exit $ac_status); } &&
11829 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11831 (eval $ac_try) 2>&5
11832 ac_status=$?
11833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11834 (exit $ac_status); }; } &&
11835 { ac_try='test -s conftest.$ac_objext'
11836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11837 (eval $ac_try) 2>&5
11838 ac_status=$?
11839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11840 (exit $ac_status); }; }; then
11841 bakefile_cv_c_compiler___INTEL_COMPILER=yes
11842 else
11843 echo "$as_me: failed program was:" >&5
11844 sed 's/^/| /' conftest.$ac_ext >&5
11845
11846 bakefile_cv_c_compiler___INTEL_COMPILER=no
11847
11848 fi
11849 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11850
11851
11852 fi
11853 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
11854 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER" >&6
11855 ac_ext=c
11856 ac_cpp='$CPP $CPPFLAGS'
11857 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11858 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11859 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11860
11861 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
11862 :; INTELCC=yes
11863 else
11864 :;
11865 fi
11866
11867
11868 if test "x$GCC" != "xyes"; then
11869 if test "xCC" = "xC"; then
11870 echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
11871 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6
11872 if test "${bakefile_cv_c_exto+set}" = set; then
11873 echo $ECHO_N "(cached) $ECHO_C" >&6
11874 else
11875 cat >conftest.$ac_ext <<_ACEOF
11876 /* confdefs.h. */
11877 _ACEOF
11878 cat confdefs.h >>conftest.$ac_ext
11879 cat >>conftest.$ac_ext <<_ACEOF
11880 /* end confdefs.h. */
11881
11882 int
11883 main ()
11884 {
11885
11886 ;
11887 return 0;
11888 }
11889 _ACEOF
11890 rm -f conftest.$ac_objext conftest.$ac_ext.o
11891 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11892 (eval $ac_compile) 2>&5
11893 ac_status=$?
11894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11895 (exit $ac_status); }; then
11896 for ac_file in `(ls conftest.* 2>/dev/null)`; do
11897 case $ac_file in
11898 conftest.$ac_ext.o)
11899 bakefile_cv_c_exto="-ext o"
11900 ;;
11901 *)
11902 ;;
11903 esac
11904 done
11905 else
11906 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
11907 See \`config.log' for more details." >&5
11908 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
11909 See \`config.log' for more details." >&2;}
11910 { (exit 1); exit 1; }; }
11911
11912 fi
11913
11914 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
11915
11916 fi
11917 echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
11918 echo "${ECHO_T}$bakefile_cv_c_exto" >&6
11919 if test "x$bakefile_cv_c_exto" '!=' "x"; then
11920 if test "c" = "c"; then
11921 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
11922 fi
11923 if test "c" = "cxx"; then
11924 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
11925 fi
11926 fi
11927
11928 if test "x$bakefile_cv_c_exto" '!=' "x"; then
11929 unset ac_cv_prog_cc_g
11930 ac_test_CFLAGS=${CFLAGS+set}
11931 ac_save_CFLAGS=$CFLAGS
11932 CFLAGS="$CFLAGS -g"
11933 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11934 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11935 if test "${ac_cv_prog_cc_g+set}" = set; then
11936 echo $ECHO_N "(cached) $ECHO_C" >&6
11937 else
11938 cat >conftest.$ac_ext <<_ACEOF
11939 /* confdefs.h. */
11940 _ACEOF
11941 cat confdefs.h >>conftest.$ac_ext
11942 cat >>conftest.$ac_ext <<_ACEOF
11943 /* end confdefs.h. */
11944
11945 int
11946 main ()
11947 {
11948
11949 ;
11950 return 0;
11951 }
11952 _ACEOF
11953 rm -f conftest.$ac_objext
11954 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11955 (eval $ac_compile) 2>conftest.er1
11956 ac_status=$?
11957 grep -v '^ *+' conftest.er1 >conftest.err
11958 rm -f conftest.er1
11959 cat conftest.err >&5
11960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11961 (exit $ac_status); } &&
11962 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11964 (eval $ac_try) 2>&5
11965 ac_status=$?
11966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11967 (exit $ac_status); }; } &&
11968 { ac_try='test -s conftest.$ac_objext'
11969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11970 (eval $ac_try) 2>&5
11971 ac_status=$?
11972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11973 (exit $ac_status); }; }; then
11974 ac_cv_prog_cc_g=yes
11975 else
11976 echo "$as_me: failed program was:" >&5
11977 sed 's/^/| /' conftest.$ac_ext >&5
11978
11979 ac_cv_prog_cc_g=no
11980 fi
11981 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11982 fi
11983 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11984 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11985 if test "$ac_test_CFLAGS" = set; then
11986 CFLAGS=$ac_save_CFLAGS
11987 elif test $ac_cv_prog_cc_g = yes; then
11988 if test "$GCC" = yes; then
11989 CFLAGS="-g -O2"
11990 else
11991 CFLAGS="-g"
11992 fi
11993 else
11994 if test "$GCC" = yes; then
11995 CFLAGS="-O2"
11996 else
11997 CFLAGS=
11998 fi
11999 fi
12000 fi
12001 fi
12002
12003 case `uname -s` in
12004 AIX*)
12005 ac_ext=c
12006 ac_cpp='$CPP $CPPFLAGS'
12007 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12008 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12009 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12010
12011 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
12012 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
12013 if test "${bakefile_cv_c_compiler_xlc+set}" = set; then
12014 echo $ECHO_N "(cached) $ECHO_C" >&6
12015 else
12016 cat >conftest.$ac_ext <<_ACEOF
12017 /* confdefs.h. */
12018 _ACEOF
12019 cat confdefs.h >>conftest.$ac_ext
12020 cat >>conftest.$ac_ext <<_ACEOF
12021 /* end confdefs.h. */
12022
12023 int
12024 main ()
12025 {
12026 #ifndef __xlC__
12027 choke me
12028 #endif
12029
12030 ;
12031 return 0;
12032 }
12033 _ACEOF
12034 rm -f conftest.$ac_objext
12035 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12036 (eval $ac_compile) 2>conftest.er1
12037 ac_status=$?
12038 grep -v '^ *+' conftest.er1 >conftest.err
12039 rm -f conftest.er1
12040 cat conftest.err >&5
12041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12042 (exit $ac_status); } &&
12043 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12045 (eval $ac_try) 2>&5
12046 ac_status=$?
12047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12048 (exit $ac_status); }; } &&
12049 { ac_try='test -s conftest.$ac_objext'
12050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12051 (eval $ac_try) 2>&5
12052 ac_status=$?
12053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12054 (exit $ac_status); }; }; then
12055 bakefile_compiler_xlc=yes
12056 else
12057 echo "$as_me: failed program was:" >&5
12058 sed 's/^/| /' conftest.$ac_ext >&5
12059
12060 bakefile_compiler_xlc=no
12061 fi
12062 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12063 bakefile_cv_c_compiler_xlc=$bakefile_compiler_xlc
12064
12065 fi
12066 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_xlc" >&5
12067 echo "${ECHO_T}$bakefile_cv_c_compiler_xlc" >&6
12068
12069 XLCC=`test $bakefile_cv_c_compiler_xlc = yes && echo yes`
12070 ac_ext=c
12071 ac_cpp='$CPP $CPPFLAGS'
12072 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12073 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12074 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12075
12076
12077 ;;
12078
12079 Darwin)
12080 ac_ext=c
12081 ac_cpp='$CPP $CPPFLAGS'
12082 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12083 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12084 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12085
12086 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
12087 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6
12088 if test "${bakefile_cv_c_compiler_mwerks+set}" = set; then
12089 echo $ECHO_N "(cached) $ECHO_C" >&6
12090 else
12091 cat >conftest.$ac_ext <<_ACEOF
12092 /* confdefs.h. */
12093 _ACEOF
12094 cat confdefs.h >>conftest.$ac_ext
12095 cat >>conftest.$ac_ext <<_ACEOF
12096 /* end confdefs.h. */
12097
12098 int
12099 main ()
12100 {
12101 #ifndef __MWERKS__
12102 choke me
12103 #endif
12104
12105 ;
12106 return 0;
12107 }
12108 _ACEOF
12109 rm -f conftest.$ac_objext
12110 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12111 (eval $ac_compile) 2>conftest.er1
12112 ac_status=$?
12113 grep -v '^ *+' conftest.er1 >conftest.err
12114 rm -f conftest.er1
12115 cat conftest.err >&5
12116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12117 (exit $ac_status); } &&
12118 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12120 (eval $ac_try) 2>&5
12121 ac_status=$?
12122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12123 (exit $ac_status); }; } &&
12124 { ac_try='test -s conftest.$ac_objext'
12125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12126 (eval $ac_try) 2>&5
12127 ac_status=$?
12128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12129 (exit $ac_status); }; }; then
12130 bakefile_compiler_mwerks=yes
12131 else
12132 echo "$as_me: failed program was:" >&5
12133 sed 's/^/| /' conftest.$ac_ext >&5
12134
12135 bakefile_compiler_mwerks=no
12136 fi
12137 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12138 bakefile_cv_c_compiler_mwerks=$bakefile_compiler_mwerks
12139
12140 fi
12141 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5
12142 echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6
12143
12144 MWCC=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
12145 ac_ext=c
12146 ac_cpp='$CPP $CPPFLAGS'
12147 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12148 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12149 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12150
12151
12152 ac_ext=c
12153 ac_cpp='$CPP $CPPFLAGS'
12154 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12155 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12156 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12157
12158 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
12159 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
12160 if test "${bakefile_cv_c_compiler_xlc+set}" = set; then
12161 echo $ECHO_N "(cached) $ECHO_C" >&6
12162 else
12163 cat >conftest.$ac_ext <<_ACEOF
12164 /* confdefs.h. */
12165 _ACEOF
12166 cat confdefs.h >>conftest.$ac_ext
12167 cat >>conftest.$ac_ext <<_ACEOF
12168 /* end confdefs.h. */
12169
12170 int
12171 main ()
12172 {
12173 #ifndef __xlC__
12174 choke me
12175 #endif
12176
12177 ;
12178 return 0;
12179 }
12180 _ACEOF
12181 rm -f conftest.$ac_objext
12182 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12183 (eval $ac_compile) 2>conftest.er1
12184 ac_status=$?
12185 grep -v '^ *+' conftest.er1 >conftest.err
12186 rm -f conftest.er1
12187 cat conftest.err >&5
12188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12189 (exit $ac_status); } &&
12190 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12192 (eval $ac_try) 2>&5
12193 ac_status=$?
12194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12195 (exit $ac_status); }; } &&
12196 { ac_try='test -s conftest.$ac_objext'
12197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12198 (eval $ac_try) 2>&5
12199 ac_status=$?
12200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12201 (exit $ac_status); }; }; then
12202 bakefile_compiler_xlc=yes
12203 else
12204 echo "$as_me: failed program was:" >&5
12205 sed 's/^/| /' conftest.$ac_ext >&5
12206
12207 bakefile_compiler_xlc=no
12208 fi
12209 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12210 bakefile_cv_c_compiler_xlc=$bakefile_compiler_xlc
12211
12212 fi
12213 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_xlc" >&5
12214 echo "${ECHO_T}$bakefile_cv_c_compiler_xlc" >&6
12215
12216 XLCC=`test $bakefile_cv_c_compiler_xlc = yes && echo yes`
12217 ac_ext=c
12218 ac_cpp='$CPP $CPPFLAGS'
12219 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12220 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12221 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12222
12223
12224 ;;
12225
12226 IRIX*)
12227
12228
12229 ac_ext=c
12230 ac_cpp='$CPP $CPPFLAGS'
12231 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12232 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12233 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12234
12235 echo "$as_me:$LINENO: checking whether we are using the SGI C compiler" >&5
12236 echo $ECHO_N "checking whether we are using the SGI C compiler... $ECHO_C" >&6
12237 if test "${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+set}" = set; then
12238 echo $ECHO_N "(cached) $ECHO_C" >&6
12239 else
12240 cat >conftest.$ac_ext <<_ACEOF
12241 /* confdefs.h. */
12242 _ACEOF
12243 cat confdefs.h >>conftest.$ac_ext
12244 cat >>conftest.$ac_ext <<_ACEOF
12245 /* end confdefs.h. */
12246
12247 int
12248 main ()
12249 {
12250
12251 #ifndef _SGI_COMPILER_VERSION
12252 choke me
12253 #endif
12254
12255 ;
12256 return 0;
12257 }
12258 _ACEOF
12259 rm -f conftest.$ac_objext
12260 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12261 (eval $ac_compile) 2>conftest.er1
12262 ac_status=$?
12263 grep -v '^ *+' conftest.er1 >conftest.err
12264 rm -f conftest.er1
12265 cat conftest.err >&5
12266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12267 (exit $ac_status); } &&
12268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12270 (eval $ac_try) 2>&5
12271 ac_status=$?
12272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12273 (exit $ac_status); }; } &&
12274 { ac_try='test -s conftest.$ac_objext'
12275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12276 (eval $ac_try) 2>&5
12277 ac_status=$?
12278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12279 (exit $ac_status); }; }; then
12280 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=yes
12281 else
12282 echo "$as_me: failed program was:" >&5
12283 sed 's/^/| /' conftest.$ac_ext >&5
12284
12285 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=no
12286
12287 fi
12288 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12289
12290
12291 fi
12292 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
12293 echo "${ECHO_T}$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6
12294 ac_ext=c
12295 ac_cpp='$CPP $CPPFLAGS'
12296 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12297 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12298 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12299
12300 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
12301 :; SGICC=yes
12302 else
12303 :;
12304 fi
12305
12306
12307 ;;
12308
12309 HP-UX*)
12310
12311
12312 ac_ext=c
12313 ac_cpp='$CPP $CPPFLAGS'
12314 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12315 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12316 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12317
12318 echo "$as_me:$LINENO: checking whether we are using the HP C compiler" >&5
12319 echo $ECHO_N "checking whether we are using the HP C compiler... $ECHO_C" >&6
12320 if test "${bakefile_cv_c_compiler___HP_cc+set}" = set; then
12321 echo $ECHO_N "(cached) $ECHO_C" >&6
12322 else
12323 cat >conftest.$ac_ext <<_ACEOF
12324 /* confdefs.h. */
12325 _ACEOF
12326 cat confdefs.h >>conftest.$ac_ext
12327 cat >>conftest.$ac_ext <<_ACEOF
12328 /* end confdefs.h. */
12329
12330 int
12331 main ()
12332 {
12333
12334 #ifndef __HP_cc
12335 choke me
12336 #endif
12337
12338 ;
12339 return 0;
12340 }
12341 _ACEOF
12342 rm -f conftest.$ac_objext
12343 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12344 (eval $ac_compile) 2>conftest.er1
12345 ac_status=$?
12346 grep -v '^ *+' conftest.er1 >conftest.err
12347 rm -f conftest.er1
12348 cat conftest.err >&5
12349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12350 (exit $ac_status); } &&
12351 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12353 (eval $ac_try) 2>&5
12354 ac_status=$?
12355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12356 (exit $ac_status); }; } &&
12357 { ac_try='test -s conftest.$ac_objext'
12358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12359 (eval $ac_try) 2>&5
12360 ac_status=$?
12361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12362 (exit $ac_status); }; }; then
12363 bakefile_cv_c_compiler___HP_cc=yes
12364 else
12365 echo "$as_me: failed program was:" >&5
12366 sed 's/^/| /' conftest.$ac_ext >&5
12367
12368 bakefile_cv_c_compiler___HP_cc=no
12369
12370 fi
12371 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12372
12373
12374 fi
12375 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___HP_cc" >&5
12376 echo "${ECHO_T}$bakefile_cv_c_compiler___HP_cc" >&6
12377 ac_ext=c
12378 ac_cpp='$CPP $CPPFLAGS'
12379 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12380 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12381 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12382
12383 if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
12384 :; HPCC=yes
12385 else
12386 :;
12387 fi
12388
12389
12390 ;;
12391
12392 OSF1)
12393
12394
12395 ac_ext=c
12396 ac_cpp='$CPP $CPPFLAGS'
12397 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12398 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12399 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12400
12401 echo "$as_me:$LINENO: checking whether we are using the Compaq C compiler" >&5
12402 echo $ECHO_N "checking whether we are using the Compaq C compiler... $ECHO_C" >&6
12403 if test "${bakefile_cv_c_compiler___DECC+set}" = set; then
12404 echo $ECHO_N "(cached) $ECHO_C" >&6
12405 else
12406 cat >conftest.$ac_ext <<_ACEOF
12407 /* confdefs.h. */
12408 _ACEOF
12409 cat confdefs.h >>conftest.$ac_ext
12410 cat >>conftest.$ac_ext <<_ACEOF
12411 /* end confdefs.h. */
12412
12413 int
12414 main ()
12415 {
12416
12417 #ifndef __DECC
12418 choke me
12419 #endif
12420
12421 ;
12422 return 0;
12423 }
12424 _ACEOF
12425 rm -f conftest.$ac_objext
12426 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12427 (eval $ac_compile) 2>conftest.er1
12428 ac_status=$?
12429 grep -v '^ *+' conftest.er1 >conftest.err
12430 rm -f conftest.er1
12431 cat conftest.err >&5
12432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12433 (exit $ac_status); } &&
12434 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12436 (eval $ac_try) 2>&5
12437 ac_status=$?
12438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12439 (exit $ac_status); }; } &&
12440 { ac_try='test -s conftest.$ac_objext'
12441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12442 (eval $ac_try) 2>&5
12443 ac_status=$?
12444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12445 (exit $ac_status); }; }; then
12446 bakefile_cv_c_compiler___DECC=yes
12447 else
12448 echo "$as_me: failed program was:" >&5
12449 sed 's/^/| /' conftest.$ac_ext >&5
12450
12451 bakefile_cv_c_compiler___DECC=no
12452
12453 fi
12454 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12455
12456
12457 fi
12458 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___DECC" >&5
12459 echo "${ECHO_T}$bakefile_cv_c_compiler___DECC" >&6
12460 ac_ext=c
12461 ac_cpp='$CPP $CPPFLAGS'
12462 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12463 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12464 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12465
12466 if test "x$bakefile_cv_c_compiler___DECC" = "xyes"; then
12467 :; COMPAQCC=yes
12468 else
12469 :;
12470 fi
12471
12472
12473 ;;
12474
12475 SunOS)
12476
12477
12478 ac_ext=c
12479 ac_cpp='$CPP $CPPFLAGS'
12480 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12481 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12482 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12483
12484 echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
12485 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6
12486 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
12487 echo $ECHO_N "(cached) $ECHO_C" >&6
12488 else
12489 cat >conftest.$ac_ext <<_ACEOF
12490 /* confdefs.h. */
12491 _ACEOF
12492 cat confdefs.h >>conftest.$ac_ext
12493 cat >>conftest.$ac_ext <<_ACEOF
12494 /* end confdefs.h. */
12495
12496 int
12497 main ()
12498 {
12499
12500 #ifndef __SUNPRO_C
12501 choke me
12502 #endif
12503
12504 ;
12505 return 0;
12506 }
12507 _ACEOF
12508 rm -f conftest.$ac_objext
12509 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12510 (eval $ac_compile) 2>conftest.er1
12511 ac_status=$?
12512 grep -v '^ *+' conftest.er1 >conftest.err
12513 rm -f conftest.er1
12514 cat conftest.err >&5
12515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12516 (exit $ac_status); } &&
12517 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12519 (eval $ac_try) 2>&5
12520 ac_status=$?
12521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12522 (exit $ac_status); }; } &&
12523 { ac_try='test -s conftest.$ac_objext'
12524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12525 (eval $ac_try) 2>&5
12526 ac_status=$?
12527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12528 (exit $ac_status); }; }; then
12529 bakefile_cv_c_compiler___SUNPRO_C=yes
12530 else
12531 echo "$as_me: failed program was:" >&5
12532 sed 's/^/| /' conftest.$ac_ext >&5
12533
12534 bakefile_cv_c_compiler___SUNPRO_C=no
12535
12536 fi
12537 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12538
12539
12540 fi
12541 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
12542 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6
12543 ac_ext=c
12544 ac_cpp='$CPP $CPPFLAGS'
12545 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12546 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12547 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12548
12549 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
12550 :; SUNCC=yes
12551 else
12552 :;
12553 fi
12554
12555
12556 ;;
12557 esac
12558 fi
12559
12560
12561
12562 ac_ext=c
12563 ac_cpp='$CPP $CPPFLAGS'
12564 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12565 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12566 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12567 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
12568 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
12569 # On Suns, sometimes $CPP names a directory.
12570 if test -n "$CPP" && test -d "$CPP"; then
12571 CPP=
12572 fi
12573 if test -z "$CPP"; then
12574 if test "${ac_cv_prog_CPP+set}" = set; then
12575 echo $ECHO_N "(cached) $ECHO_C" >&6
12576 else
12577 # Double quotes because CPP needs to be expanded
12578 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
12579 do
12580 ac_preproc_ok=false
12581 for ac_c_preproc_warn_flag in '' yes
12582 do
12583 # Use a header file that comes with gcc, so configuring glibc
12584 # with a fresh cross-compiler works.
12585 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12586 # <limits.h> exists even on freestanding compilers.
12587 # On the NeXT, cc -E runs the code through the compiler's parser,
12588 # not just through cpp. "Syntax error" is here to catch this case.
12589 cat >conftest.$ac_ext <<_ACEOF
12590 /* confdefs.h. */
12591 _ACEOF
12592 cat confdefs.h >>conftest.$ac_ext
12593 cat >>conftest.$ac_ext <<_ACEOF
12594 /* end confdefs.h. */
12595 #ifdef __STDC__
12596 # include <limits.h>
12597 #else
12598 # include <assert.h>
12599 #endif
12600 Syntax error
12601 _ACEOF
12602 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12603 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12604 ac_status=$?
12605 grep -v '^ *+' conftest.er1 >conftest.err
12606 rm -f conftest.er1
12607 cat conftest.err >&5
12608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12609 (exit $ac_status); } >/dev/null; then
12610 if test -s conftest.err; then
12611 ac_cpp_err=$ac_c_preproc_warn_flag
12612 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12613 else
12614 ac_cpp_err=
12615 fi
12616 else
12617 ac_cpp_err=yes
12618 fi
12619 if test -z "$ac_cpp_err"; then
12620 :
12621 else
12622 echo "$as_me: failed program was:" >&5
12623 sed 's/^/| /' conftest.$ac_ext >&5
12624
12625 # Broken: fails on valid input.
12626 continue
12627 fi
12628 rm -f conftest.err conftest.$ac_ext
12629
12630 # OK, works on sane cases. Now check whether non-existent headers
12631 # can be detected and how.
12632 cat >conftest.$ac_ext <<_ACEOF
12633 /* confdefs.h. */
12634 _ACEOF
12635 cat confdefs.h >>conftest.$ac_ext
12636 cat >>conftest.$ac_ext <<_ACEOF
12637 /* end confdefs.h. */
12638 #include <ac_nonexistent.h>
12639 _ACEOF
12640 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12641 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12642 ac_status=$?
12643 grep -v '^ *+' conftest.er1 >conftest.err
12644 rm -f conftest.er1
12645 cat conftest.err >&5
12646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12647 (exit $ac_status); } >/dev/null; then
12648 if test -s conftest.err; then
12649 ac_cpp_err=$ac_c_preproc_warn_flag
12650 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12651 else
12652 ac_cpp_err=
12653 fi
12654 else
12655 ac_cpp_err=yes
12656 fi
12657 if test -z "$ac_cpp_err"; then
12658 # Broken: success on invalid input.
12659 continue
12660 else
12661 echo "$as_me: failed program was:" >&5
12662 sed 's/^/| /' conftest.$ac_ext >&5
12663
12664 # Passes both tests.
12665 ac_preproc_ok=:
12666 break
12667 fi
12668 rm -f conftest.err conftest.$ac_ext
12669
12670 done
12671 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12672 rm -f conftest.err conftest.$ac_ext
12673 if $ac_preproc_ok; then
12674 break
12675 fi
12676
12677 done
12678 ac_cv_prog_CPP=$CPP
12679
12680 fi
12681 CPP=$ac_cv_prog_CPP
12682 else
12683 ac_cv_prog_CPP=$CPP
12684 fi
12685 echo "$as_me:$LINENO: result: $CPP" >&5
12686 echo "${ECHO_T}$CPP" >&6
12687 ac_preproc_ok=false
12688 for ac_c_preproc_warn_flag in '' yes
12689 do
12690 # Use a header file that comes with gcc, so configuring glibc
12691 # with a fresh cross-compiler works.
12692 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12693 # <limits.h> exists even on freestanding compilers.
12694 # On the NeXT, cc -E runs the code through the compiler's parser,
12695 # not just through cpp. "Syntax error" is here to catch this case.
12696 cat >conftest.$ac_ext <<_ACEOF
12697 /* confdefs.h. */
12698 _ACEOF
12699 cat confdefs.h >>conftest.$ac_ext
12700 cat >>conftest.$ac_ext <<_ACEOF
12701 /* end confdefs.h. */
12702 #ifdef __STDC__
12703 # include <limits.h>
12704 #else
12705 # include <assert.h>
12706 #endif
12707 Syntax error
12708 _ACEOF
12709 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12710 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12711 ac_status=$?
12712 grep -v '^ *+' conftest.er1 >conftest.err
12713 rm -f conftest.er1
12714 cat conftest.err >&5
12715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12716 (exit $ac_status); } >/dev/null; then
12717 if test -s conftest.err; then
12718 ac_cpp_err=$ac_c_preproc_warn_flag
12719 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12720 else
12721 ac_cpp_err=
12722 fi
12723 else
12724 ac_cpp_err=yes
12725 fi
12726 if test -z "$ac_cpp_err"; then
12727 :
12728 else
12729 echo "$as_me: failed program was:" >&5
12730 sed 's/^/| /' conftest.$ac_ext >&5
12731
12732 # Broken: fails on valid input.
12733 continue
12734 fi
12735 rm -f conftest.err conftest.$ac_ext
12736
12737 # OK, works on sane cases. Now check whether non-existent headers
12738 # can be detected and how.
12739 cat >conftest.$ac_ext <<_ACEOF
12740 /* confdefs.h. */
12741 _ACEOF
12742 cat confdefs.h >>conftest.$ac_ext
12743 cat >>conftest.$ac_ext <<_ACEOF
12744 /* end confdefs.h. */
12745 #include <ac_nonexistent.h>
12746 _ACEOF
12747 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12748 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12749 ac_status=$?
12750 grep -v '^ *+' conftest.er1 >conftest.err
12751 rm -f conftest.er1
12752 cat conftest.err >&5
12753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12754 (exit $ac_status); } >/dev/null; then
12755 if test -s conftest.err; then
12756 ac_cpp_err=$ac_c_preproc_warn_flag
12757 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12758 else
12759 ac_cpp_err=
12760 fi
12761 else
12762 ac_cpp_err=yes
12763 fi
12764 if test -z "$ac_cpp_err"; then
12765 # Broken: success on invalid input.
12766 continue
12767 else
12768 echo "$as_me: failed program was:" >&5
12769 sed 's/^/| /' conftest.$ac_ext >&5
12770
12771 # Passes both tests.
12772 ac_preproc_ok=:
12773 break
12774 fi
12775 rm -f conftest.err conftest.$ac_ext
12776
12777 done
12778 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12779 rm -f conftest.err conftest.$ac_ext
12780 if $ac_preproc_ok; then
12781 :
12782 else
12783 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
12784 See \`config.log' for more details." >&5
12785 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
12786 See \`config.log' for more details." >&2;}
12787 { (exit 1); exit 1; }; }
12788 fi
12789
12790 ac_ext=c
12791 ac_cpp='$CPP $CPPFLAGS'
12792 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12793 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12794 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12795
12796
12797 echo "$as_me:$LINENO: checking for egrep" >&5
12798 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
12799 if test "${ac_cv_prog_egrep+set}" = set; then
12800 echo $ECHO_N "(cached) $ECHO_C" >&6
12801 else
12802 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
12803 then ac_cv_prog_egrep='grep -E'
12804 else ac_cv_prog_egrep='egrep'
12805 fi
12806 fi
12807 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
12808 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
12809 EGREP=$ac_cv_prog_egrep
12810
12811
12812 if test $ac_cv_c_compiler_gnu = yes; then
12813 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
12814 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
12815 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
12816 echo $ECHO_N "(cached) $ECHO_C" >&6
12817 else
12818 ac_pattern="Autoconf.*'x'"
12819 cat >conftest.$ac_ext <<_ACEOF
12820 /* confdefs.h. */
12821 _ACEOF
12822 cat confdefs.h >>conftest.$ac_ext
12823 cat >>conftest.$ac_ext <<_ACEOF
12824 /* end confdefs.h. */
12825 #include <sgtty.h>
12826 Autoconf TIOCGETP
12827 _ACEOF
12828 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12829 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12830 ac_cv_prog_gcc_traditional=yes
12831 else
12832 ac_cv_prog_gcc_traditional=no
12833 fi
12834 rm -f conftest*
12835
12836
12837 if test $ac_cv_prog_gcc_traditional = no; then
12838 cat >conftest.$ac_ext <<_ACEOF
12839 /* confdefs.h. */
12840 _ACEOF
12841 cat confdefs.h >>conftest.$ac_ext
12842 cat >>conftest.$ac_ext <<_ACEOF
12843 /* end confdefs.h. */
12844 #include <termio.h>
12845 Autoconf TCGETA
12846 _ACEOF
12847 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12848 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12849 ac_cv_prog_gcc_traditional=yes
12850 fi
12851 rm -f conftest*
12852
12853 fi
12854 fi
12855 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
12856 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
12857 if test $ac_cv_prog_gcc_traditional = yes; then
12858 CC="$CC -traditional"
12859 fi
12860 fi
12861
12862
12863
12864
12865 ac_ext=cc
12866 ac_cpp='$CXXCPP $CPPFLAGS'
12867 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12868 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12869 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12870
12871
12872 CXXFLAGS=${CXXFLAGS:=}
12873
12874
12875
12876 ac_ext=cc
12877 ac_cpp='$CXXCPP $CPPFLAGS'
12878 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12879 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12880 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12881 if test -n "$ac_tool_prefix"; then
12882 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12883 do
12884 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12885 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
12886 echo "$as_me:$LINENO: checking for $ac_word" >&5
12887 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12888 if test "${ac_cv_prog_CXX+set}" = set; then
12889 echo $ECHO_N "(cached) $ECHO_C" >&6
12890 else
12891 if test -n "$CXX"; then
12892 ac_cv_prog_CXX="$CXX" # Let the user override the test.
12893 else
12894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12895 for as_dir in $PATH
12896 do
12897 IFS=$as_save_IFS
12898 test -z "$as_dir" && as_dir=.
12899 for ac_exec_ext in '' $ac_executable_extensions; do
12900 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12901 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
12902 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12903 break 2
12904 fi
12905 done
12906 done
12907
12908 fi
12909 fi
12910 CXX=$ac_cv_prog_CXX
12911 if test -n "$CXX"; then
12912 echo "$as_me:$LINENO: result: $CXX" >&5
12913 echo "${ECHO_T}$CXX" >&6
12914 else
12915 echo "$as_me:$LINENO: result: no" >&5
12916 echo "${ECHO_T}no" >&6
12917 fi
12918
12919 test -n "$CXX" && break
12920 done
12921 fi
12922 if test -z "$CXX"; then
12923 ac_ct_CXX=$CXX
12924 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12925 do
12926 # Extract the first word of "$ac_prog", so it can be a program name with args.
12927 set dummy $ac_prog; ac_word=$2
12928 echo "$as_me:$LINENO: checking for $ac_word" >&5
12929 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12930 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
12931 echo $ECHO_N "(cached) $ECHO_C" >&6
12932 else
12933 if test -n "$ac_ct_CXX"; then
12934 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
12935 else
12936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12937 for as_dir in $PATH
12938 do
12939 IFS=$as_save_IFS
12940 test -z "$as_dir" && as_dir=.
12941 for ac_exec_ext in '' $ac_executable_extensions; do
12942 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12943 ac_cv_prog_ac_ct_CXX="$ac_prog"
12944 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12945 break 2
12946 fi
12947 done
12948 done
12949
12950 fi
12951 fi
12952 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
12953 if test -n "$ac_ct_CXX"; then
12954 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
12955 echo "${ECHO_T}$ac_ct_CXX" >&6
12956 else
12957 echo "$as_me:$LINENO: result: no" >&5
12958 echo "${ECHO_T}no" >&6
12959 fi
12960
12961 test -n "$ac_ct_CXX" && break
12962 done
12963 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
12964
12965 CXX=$ac_ct_CXX
12966 fi
12967
12968
12969 # Provide some information about the compiler.
12970 echo "$as_me:$LINENO:" \
12971 "checking for C++ compiler version" >&5
12972 ac_compiler=`set X $ac_compile; echo $2`
12973 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
12974 (eval $ac_compiler --version </dev/null >&5) 2>&5
12975 ac_status=$?
12976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12977 (exit $ac_status); }
12978 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
12979 (eval $ac_compiler -v </dev/null >&5) 2>&5
12980 ac_status=$?
12981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12982 (exit $ac_status); }
12983 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
12984 (eval $ac_compiler -V </dev/null >&5) 2>&5
12985 ac_status=$?
12986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12987 (exit $ac_status); }
12988
12989 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
12990 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
12991 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
12992 echo $ECHO_N "(cached) $ECHO_C" >&6
12993 else
12994 cat >conftest.$ac_ext <<_ACEOF
12995 /* confdefs.h. */
12996 _ACEOF
12997 cat confdefs.h >>conftest.$ac_ext
12998 cat >>conftest.$ac_ext <<_ACEOF
12999 /* end confdefs.h. */
13000
13001 int
13002 main ()
13003 {
13004 #ifndef __GNUC__
13005 choke me
13006 #endif
13007
13008 ;
13009 return 0;
13010 }
13011 _ACEOF
13012 rm -f conftest.$ac_objext
13013 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13014 (eval $ac_compile) 2>conftest.er1
13015 ac_status=$?
13016 grep -v '^ *+' conftest.er1 >conftest.err
13017 rm -f conftest.er1
13018 cat conftest.err >&5
13019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13020 (exit $ac_status); } &&
13021 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13023 (eval $ac_try) 2>&5
13024 ac_status=$?
13025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13026 (exit $ac_status); }; } &&
13027 { ac_try='test -s conftest.$ac_objext'
13028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13029 (eval $ac_try) 2>&5
13030 ac_status=$?
13031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13032 (exit $ac_status); }; }; then
13033 ac_compiler_gnu=yes
13034 else
13035 echo "$as_me: failed program was:" >&5
13036 sed 's/^/| /' conftest.$ac_ext >&5
13037
13038 ac_compiler_gnu=no
13039 fi
13040 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13041 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
13042
13043 fi
13044 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
13045 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
13046 GXX=`test $ac_compiler_gnu = yes && echo yes`
13047 ac_test_CXXFLAGS=${CXXFLAGS+set}
13048 ac_save_CXXFLAGS=$CXXFLAGS
13049 CXXFLAGS="-g"
13050 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
13051 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
13052 if test "${ac_cv_prog_cxx_g+set}" = set; then
13053 echo $ECHO_N "(cached) $ECHO_C" >&6
13054 else
13055 cat >conftest.$ac_ext <<_ACEOF
13056 /* confdefs.h. */
13057 _ACEOF
13058 cat confdefs.h >>conftest.$ac_ext
13059 cat >>conftest.$ac_ext <<_ACEOF
13060 /* end confdefs.h. */
13061
13062 int
13063 main ()
13064 {
13065
13066 ;
13067 return 0;
13068 }
13069 _ACEOF
13070 rm -f conftest.$ac_objext
13071 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13072 (eval $ac_compile) 2>conftest.er1
13073 ac_status=$?
13074 grep -v '^ *+' conftest.er1 >conftest.err
13075 rm -f conftest.er1
13076 cat conftest.err >&5
13077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13078 (exit $ac_status); } &&
13079 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13081 (eval $ac_try) 2>&5
13082 ac_status=$?
13083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13084 (exit $ac_status); }; } &&
13085 { ac_try='test -s conftest.$ac_objext'
13086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13087 (eval $ac_try) 2>&5
13088 ac_status=$?
13089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13090 (exit $ac_status); }; }; then
13091 ac_cv_prog_cxx_g=yes
13092 else
13093 echo "$as_me: failed program was:" >&5
13094 sed 's/^/| /' conftest.$ac_ext >&5
13095
13096 ac_cv_prog_cxx_g=no
13097 fi
13098 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13099 fi
13100 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
13101 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
13102 if test "$ac_test_CXXFLAGS" = set; then
13103 CXXFLAGS=$ac_save_CXXFLAGS
13104 elif test $ac_cv_prog_cxx_g = yes; then
13105 if test "$GXX" = yes; then
13106 CXXFLAGS="$CXXFLAGS -g -O2"
13107 else
13108 CXXFLAGS="$CXXFLAGS -g"
13109 fi
13110 else
13111 if test "$GXX" = yes; then
13112 CXXFLAGS="-O2"
13113 else
13114 CXXFLAGS=
13115 fi
13116 fi
13117 for ac_declaration in \
13118 '' \
13119 'extern "C" void std::exit (int) throw (); using std::exit;' \
13120 'extern "C" void std::exit (int); using std::exit;' \
13121 'extern "C" void exit (int) throw ();' \
13122 'extern "C" void exit (int);' \
13123 'void exit (int);'
13124 do
13125 cat >conftest.$ac_ext <<_ACEOF
13126 /* confdefs.h. */
13127 _ACEOF
13128 cat confdefs.h >>conftest.$ac_ext
13129 cat >>conftest.$ac_ext <<_ACEOF
13130 /* end confdefs.h. */
13131 $ac_declaration
13132 #include <stdlib.h>
13133 int
13134 main ()
13135 {
13136 exit (42);
13137 ;
13138 return 0;
13139 }
13140 _ACEOF
13141 rm -f conftest.$ac_objext
13142 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13143 (eval $ac_compile) 2>conftest.er1
13144 ac_status=$?
13145 grep -v '^ *+' conftest.er1 >conftest.err
13146 rm -f conftest.er1
13147 cat conftest.err >&5
13148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13149 (exit $ac_status); } &&
13150 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13152 (eval $ac_try) 2>&5
13153 ac_status=$?
13154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13155 (exit $ac_status); }; } &&
13156 { ac_try='test -s conftest.$ac_objext'
13157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13158 (eval $ac_try) 2>&5
13159 ac_status=$?
13160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13161 (exit $ac_status); }; }; then
13162 :
13163 else
13164 echo "$as_me: failed program was:" >&5
13165 sed 's/^/| /' conftest.$ac_ext >&5
13166
13167 continue
13168 fi
13169 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13170 cat >conftest.$ac_ext <<_ACEOF
13171 /* confdefs.h. */
13172 _ACEOF
13173 cat confdefs.h >>conftest.$ac_ext
13174 cat >>conftest.$ac_ext <<_ACEOF
13175 /* end confdefs.h. */
13176 $ac_declaration
13177 int
13178 main ()
13179 {
13180 exit (42);
13181 ;
13182 return 0;
13183 }
13184 _ACEOF
13185 rm -f conftest.$ac_objext
13186 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13187 (eval $ac_compile) 2>conftest.er1
13188 ac_status=$?
13189 grep -v '^ *+' conftest.er1 >conftest.err
13190 rm -f conftest.er1
13191 cat conftest.err >&5
13192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13193 (exit $ac_status); } &&
13194 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13196 (eval $ac_try) 2>&5
13197 ac_status=$?
13198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13199 (exit $ac_status); }; } &&
13200 { ac_try='test -s conftest.$ac_objext'
13201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13202 (eval $ac_try) 2>&5
13203 ac_status=$?
13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13205 (exit $ac_status); }; }; then
13206 break
13207 else
13208 echo "$as_me: failed program was:" >&5
13209 sed 's/^/| /' conftest.$ac_ext >&5
13210
13211 fi
13212 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13213 done
13214 rm -f conftest*
13215 if test -n "$ac_declaration"; then
13216 echo '#ifdef __cplusplus' >>confdefs.h
13217 echo $ac_declaration >>confdefs.h
13218 echo '#endif' >>confdefs.h
13219 fi
13220
13221 ac_ext=cc
13222 ac_cpp='$CXXCPP $CPPFLAGS'
13223 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13224 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13225 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13226
13227
13228
13229 ac_ext=cc
13230 ac_cpp='$CXXCPP $CPPFLAGS'
13231 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13232 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13233 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13234
13235 echo "$as_me:$LINENO: checking whether we are using the Intel C++ compiler" >&5
13236 echo $ECHO_N "checking whether we are using the Intel C++ compiler... $ECHO_C" >&6
13237 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER+set}" = set; then
13238 echo $ECHO_N "(cached) $ECHO_C" >&6
13239 else
13240 cat >conftest.$ac_ext <<_ACEOF
13241 /* confdefs.h. */
13242 _ACEOF
13243 cat confdefs.h >>conftest.$ac_ext
13244 cat >>conftest.$ac_ext <<_ACEOF
13245 /* end confdefs.h. */
13246
13247 int
13248 main ()
13249 {
13250
13251 #ifndef __INTEL_COMPILER
13252 choke me
13253 #endif
13254
13255 ;
13256 return 0;
13257 }
13258 _ACEOF
13259 rm -f conftest.$ac_objext
13260 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13261 (eval $ac_compile) 2>conftest.er1
13262 ac_status=$?
13263 grep -v '^ *+' conftest.er1 >conftest.err
13264 rm -f conftest.er1
13265 cat conftest.err >&5
13266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13267 (exit $ac_status); } &&
13268 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13270 (eval $ac_try) 2>&5
13271 ac_status=$?
13272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13273 (exit $ac_status); }; } &&
13274 { ac_try='test -s conftest.$ac_objext'
13275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13276 (eval $ac_try) 2>&5
13277 ac_status=$?
13278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13279 (exit $ac_status); }; }; then
13280 bakefile_cv_cxx_compiler___INTEL_COMPILER=yes
13281 else
13282 echo "$as_me: failed program was:" >&5
13283 sed 's/^/| /' conftest.$ac_ext >&5
13284
13285 bakefile_cv_cxx_compiler___INTEL_COMPILER=no
13286
13287 fi
13288 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13289
13290
13291 fi
13292 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
13293 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6
13294 ac_ext=cc
13295 ac_cpp='$CXXCPP $CPPFLAGS'
13296 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13297 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13298 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13299
13300 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER" = "xyes"; then
13301 :; INTELCXX=yes
13302 else
13303 :;
13304 fi
13305
13306
13307 if test "x$GCXX" != "xyes"; then
13308 if test "xCXX" = "xC"; then
13309 echo "$as_me:$LINENO: checking if the C++ compiler requires -ext o" >&5
13310 echo $ECHO_N "checking if the C++ compiler requires -ext o... $ECHO_C" >&6
13311 if test "${bakefile_cv_cxx_exto+set}" = set; then
13312 echo $ECHO_N "(cached) $ECHO_C" >&6
13313 else
13314 cat >conftest.$ac_ext <<_ACEOF
13315 /* confdefs.h. */
13316 _ACEOF
13317 cat confdefs.h >>conftest.$ac_ext
13318 cat >>conftest.$ac_ext <<_ACEOF
13319 /* end confdefs.h. */
13320
13321 int
13322 main ()
13323 {
13324
13325 ;
13326 return 0;
13327 }
13328 _ACEOF
13329 rm -f conftest.$ac_objext conftest.$ac_ext.o
13330 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13331 (eval $ac_compile) 2>&5
13332 ac_status=$?
13333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13334 (exit $ac_status); }; then
13335 for ac_file in `(ls conftest.* 2>/dev/null)`; do
13336 case $ac_file in
13337 conftest.$ac_ext.o)
13338 bakefile_cv_cxx_exto="-ext o"
13339 ;;
13340 *)
13341 ;;
13342 esac
13343 done
13344 else
13345 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
13346 See \`config.log' for more details." >&5
13347 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
13348 See \`config.log' for more details." >&2;}
13349 { (exit 1); exit 1; }; }
13350
13351 fi
13352
13353 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
13354
13355 fi
13356 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_exto" >&5
13357 echo "${ECHO_T}$bakefile_cv_cxx_exto" >&6
13358 if test "x$bakefile_cv_cxx_exto" '!=' "x"; then
13359 if test "cxx" = "c"; then
13360 CFLAGS="$bakefile_cv_cxx_exto $CFLAGS"
13361 fi
13362 if test "cxx" = "cxx"; then
13363 CXXFLAGS="$bakefile_cv_cxx_exto $CXXFLAGS"
13364 fi
13365 fi
13366
13367 if test "x$bakefile_cv_c_exto" '!=' "x"; then
13368 unset ac_cv_prog_cc_g
13369 ac_test_CFLAGS=${CFLAGS+set}
13370 ac_save_CFLAGS=$CFLAGS
13371 CFLAGS="$CFLAGS -g"
13372 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
13373 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
13374 if test "${ac_cv_prog_cc_g+set}" = set; then
13375 echo $ECHO_N "(cached) $ECHO_C" >&6
13376 else
13377 cat >conftest.$ac_ext <<_ACEOF
13378 /* confdefs.h. */
13379 _ACEOF
13380 cat confdefs.h >>conftest.$ac_ext
13381 cat >>conftest.$ac_ext <<_ACEOF
13382 /* end confdefs.h. */
13383
13384 int
13385 main ()
13386 {
13387
13388 ;
13389 return 0;
13390 }
13391 _ACEOF
13392 rm -f conftest.$ac_objext
13393 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13394 (eval $ac_compile) 2>conftest.er1
13395 ac_status=$?
13396 grep -v '^ *+' conftest.er1 >conftest.err
13397 rm -f conftest.er1
13398 cat conftest.err >&5
13399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13400 (exit $ac_status); } &&
13401 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13403 (eval $ac_try) 2>&5
13404 ac_status=$?
13405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13406 (exit $ac_status); }; } &&
13407 { ac_try='test -s conftest.$ac_objext'
13408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13409 (eval $ac_try) 2>&5
13410 ac_status=$?
13411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13412 (exit $ac_status); }; }; then
13413 ac_cv_prog_cc_g=yes
13414 else
13415 echo "$as_me: failed program was:" >&5
13416 sed 's/^/| /' conftest.$ac_ext >&5
13417
13418 ac_cv_prog_cc_g=no
13419 fi
13420 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13421 fi
13422 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
13423 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
13424 if test "$ac_test_CFLAGS" = set; then
13425 CFLAGS=$ac_save_CFLAGS
13426 elif test $ac_cv_prog_cc_g = yes; then
13427 if test "$GCC" = yes; then
13428 CFLAGS="-g -O2"
13429 else
13430 CFLAGS="-g"
13431 fi
13432 else
13433 if test "$GCC" = yes; then
13434 CFLAGS="-O2"
13435 else
13436 CFLAGS=
13437 fi
13438 fi
13439 fi
13440 fi
13441
13442 case `uname -s` in
13443 AIX*)
13444 ac_ext=cc
13445 ac_cpp='$CXXCPP $CPPFLAGS'
13446 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13447 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13448 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13449
13450 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
13451 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
13452 if test "${bakefile_cv_cxx_compiler_xlc+set}" = set; then
13453 echo $ECHO_N "(cached) $ECHO_C" >&6
13454 else
13455 cat >conftest.$ac_ext <<_ACEOF
13456 /* confdefs.h. */
13457 _ACEOF
13458 cat confdefs.h >>conftest.$ac_ext
13459 cat >>conftest.$ac_ext <<_ACEOF
13460 /* end confdefs.h. */
13461
13462 int
13463 main ()
13464 {
13465 #ifndef __xlC__
13466 choke me
13467 #endif
13468
13469 ;
13470 return 0;
13471 }
13472 _ACEOF
13473 rm -f conftest.$ac_objext
13474 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13475 (eval $ac_compile) 2>conftest.er1
13476 ac_status=$?
13477 grep -v '^ *+' conftest.er1 >conftest.err
13478 rm -f conftest.er1
13479 cat conftest.err >&5
13480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13481 (exit $ac_status); } &&
13482 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13484 (eval $ac_try) 2>&5
13485 ac_status=$?
13486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13487 (exit $ac_status); }; } &&
13488 { ac_try='test -s conftest.$ac_objext'
13489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13490 (eval $ac_try) 2>&5
13491 ac_status=$?
13492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13493 (exit $ac_status); }; }; then
13494 bakefile_compiler_xlc=yes
13495 else
13496 echo "$as_me: failed program was:" >&5
13497 sed 's/^/| /' conftest.$ac_ext >&5
13498
13499 bakefile_compiler_xlc=no
13500 fi
13501 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13502 bakefile_cv_cxx_compiler_xlc=$bakefile_compiler_xlc
13503
13504 fi
13505 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_xlc" >&5
13506 echo "${ECHO_T}$bakefile_cv_cxx_compiler_xlc" >&6
13507
13508 XLCXX=`test $bakefile_cv_cxx_compiler_xlc = yes && echo yes`
13509 ac_ext=cc
13510 ac_cpp='$CXXCPP $CPPFLAGS'
13511 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13512 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13513 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13514
13515
13516 ;;
13517
13518 Darwin)
13519 ac_ext=cc
13520 ac_cpp='$CXXCPP $CPPFLAGS'
13521 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13522 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13523 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13524
13525 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
13526 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6
13527 if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then
13528 echo $ECHO_N "(cached) $ECHO_C" >&6
13529 else
13530 cat >conftest.$ac_ext <<_ACEOF
13531 /* confdefs.h. */
13532 _ACEOF
13533 cat confdefs.h >>conftest.$ac_ext
13534 cat >>conftest.$ac_ext <<_ACEOF
13535 /* end confdefs.h. */
13536
13537 int
13538 main ()
13539 {
13540 #ifndef __MWERKS__
13541 choke me
13542 #endif
13543
13544 ;
13545 return 0;
13546 }
13547 _ACEOF
13548 rm -f conftest.$ac_objext
13549 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13550 (eval $ac_compile) 2>conftest.er1
13551 ac_status=$?
13552 grep -v '^ *+' conftest.er1 >conftest.err
13553 rm -f conftest.er1
13554 cat conftest.err >&5
13555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13556 (exit $ac_status); } &&
13557 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13559 (eval $ac_try) 2>&5
13560 ac_status=$?
13561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13562 (exit $ac_status); }; } &&
13563 { ac_try='test -s conftest.$ac_objext'
13564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13565 (eval $ac_try) 2>&5
13566 ac_status=$?
13567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13568 (exit $ac_status); }; }; then
13569 bakefile_compiler_mwerks=yes
13570 else
13571 echo "$as_me: failed program was:" >&5
13572 sed 's/^/| /' conftest.$ac_ext >&5
13573
13574 bakefile_compiler_mwerks=no
13575 fi
13576 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13577 bakefile_cv_cxx_compiler_mwerks=$bakefile_compiler_mwerks
13578
13579 fi
13580 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5
13581 echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6
13582
13583 MWCXX=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
13584 ac_ext=cc
13585 ac_cpp='$CXXCPP $CPPFLAGS'
13586 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13587 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13588 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13589
13590
13591 ac_ext=cc
13592 ac_cpp='$CXXCPP $CPPFLAGS'
13593 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13594 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13595 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13596
13597 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
13598 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
13599 if test "${bakefile_cv_cxx_compiler_xlc+set}" = set; then
13600 echo $ECHO_N "(cached) $ECHO_C" >&6
13601 else
13602 cat >conftest.$ac_ext <<_ACEOF
13603 /* confdefs.h. */
13604 _ACEOF
13605 cat confdefs.h >>conftest.$ac_ext
13606 cat >>conftest.$ac_ext <<_ACEOF
13607 /* end confdefs.h. */
13608
13609 int
13610 main ()
13611 {
13612 #ifndef __xlC__
13613 choke me
13614 #endif
13615
13616 ;
13617 return 0;
13618 }
13619 _ACEOF
13620 rm -f conftest.$ac_objext
13621 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13622 (eval $ac_compile) 2>conftest.er1
13623 ac_status=$?
13624 grep -v '^ *+' conftest.er1 >conftest.err
13625 rm -f conftest.er1
13626 cat conftest.err >&5
13627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13628 (exit $ac_status); } &&
13629 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13631 (eval $ac_try) 2>&5
13632 ac_status=$?
13633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13634 (exit $ac_status); }; } &&
13635 { ac_try='test -s conftest.$ac_objext'
13636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13637 (eval $ac_try) 2>&5
13638 ac_status=$?
13639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13640 (exit $ac_status); }; }; then
13641 bakefile_compiler_xlc=yes
13642 else
13643 echo "$as_me: failed program was:" >&5
13644 sed 's/^/| /' conftest.$ac_ext >&5
13645
13646 bakefile_compiler_xlc=no
13647 fi
13648 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13649 bakefile_cv_cxx_compiler_xlc=$bakefile_compiler_xlc
13650
13651 fi
13652 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_xlc" >&5
13653 echo "${ECHO_T}$bakefile_cv_cxx_compiler_xlc" >&6
13654
13655 XLCXX=`test $bakefile_cv_cxx_compiler_xlc = yes && echo yes`
13656 ac_ext=cc
13657 ac_cpp='$CXXCPP $CPPFLAGS'
13658 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13659 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13660 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13661
13662
13663 ;;
13664
13665 IRIX*)
13666
13667
13668 ac_ext=cc
13669 ac_cpp='$CXXCPP $CPPFLAGS'
13670 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13671 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13672 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13673
13674 echo "$as_me:$LINENO: checking whether we are using the SGI C++ compiler" >&5
13675 echo $ECHO_N "checking whether we are using the SGI C++ compiler... $ECHO_C" >&6
13676 if test "${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+set}" = set; then
13677 echo $ECHO_N "(cached) $ECHO_C" >&6
13678 else
13679 cat >conftest.$ac_ext <<_ACEOF
13680 /* confdefs.h. */
13681 _ACEOF
13682 cat confdefs.h >>conftest.$ac_ext
13683 cat >>conftest.$ac_ext <<_ACEOF
13684 /* end confdefs.h. */
13685
13686 int
13687 main ()
13688 {
13689
13690 #ifndef _SGI_COMPILER_VERSION
13691 choke me
13692 #endif
13693
13694 ;
13695 return 0;
13696 }
13697 _ACEOF
13698 rm -f conftest.$ac_objext
13699 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13700 (eval $ac_compile) 2>conftest.er1
13701 ac_status=$?
13702 grep -v '^ *+' conftest.er1 >conftest.err
13703 rm -f conftest.er1
13704 cat conftest.err >&5
13705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13706 (exit $ac_status); } &&
13707 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13709 (eval $ac_try) 2>&5
13710 ac_status=$?
13711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13712 (exit $ac_status); }; } &&
13713 { ac_try='test -s conftest.$ac_objext'
13714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13715 (eval $ac_try) 2>&5
13716 ac_status=$?
13717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13718 (exit $ac_status); }; }; then
13719 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=yes
13720 else
13721 echo "$as_me: failed program was:" >&5
13722 sed 's/^/| /' conftest.$ac_ext >&5
13723
13724 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=no
13725
13726 fi
13727 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13728
13729
13730 fi
13731 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
13732 echo "${ECHO_T}$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6
13733 ac_ext=cc
13734 ac_cpp='$CXXCPP $CPPFLAGS'
13735 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13736 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13737 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13738
13739 if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
13740 :; SGICXX=yes
13741 else
13742 :;
13743 fi
13744
13745
13746 ;;
13747
13748 HP-UX*)
13749
13750
13751 ac_ext=cc
13752 ac_cpp='$CXXCPP $CPPFLAGS'
13753 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13754 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13755 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13756
13757 echo "$as_me:$LINENO: checking whether we are using the HP C++ compiler" >&5
13758 echo $ECHO_N "checking whether we are using the HP C++ compiler... $ECHO_C" >&6
13759 if test "${bakefile_cv_cxx_compiler___HP_aCC+set}" = set; then
13760 echo $ECHO_N "(cached) $ECHO_C" >&6
13761 else
13762 cat >conftest.$ac_ext <<_ACEOF
13763 /* confdefs.h. */
13764 _ACEOF
13765 cat confdefs.h >>conftest.$ac_ext
13766 cat >>conftest.$ac_ext <<_ACEOF
13767 /* end confdefs.h. */
13768
13769 int
13770 main ()
13771 {
13772
13773 #ifndef __HP_aCC
13774 choke me
13775 #endif
13776
13777 ;
13778 return 0;
13779 }
13780 _ACEOF
13781 rm -f conftest.$ac_objext
13782 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13783 (eval $ac_compile) 2>conftest.er1
13784 ac_status=$?
13785 grep -v '^ *+' conftest.er1 >conftest.err
13786 rm -f conftest.er1
13787 cat conftest.err >&5
13788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13789 (exit $ac_status); } &&
13790 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13792 (eval $ac_try) 2>&5
13793 ac_status=$?
13794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13795 (exit $ac_status); }; } &&
13796 { ac_try='test -s conftest.$ac_objext'
13797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13798 (eval $ac_try) 2>&5
13799 ac_status=$?
13800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13801 (exit $ac_status); }; }; then
13802 bakefile_cv_cxx_compiler___HP_aCC=yes
13803 else
13804 echo "$as_me: failed program was:" >&5
13805 sed 's/^/| /' conftest.$ac_ext >&5
13806
13807 bakefile_cv_cxx_compiler___HP_aCC=no
13808
13809 fi
13810 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13811
13812
13813 fi
13814 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
13815 echo "${ECHO_T}$bakefile_cv_cxx_compiler___HP_aCC" >&6
13816 ac_ext=cc
13817 ac_cpp='$CXXCPP $CPPFLAGS'
13818 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13819 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13820 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13821
13822 if test "x$bakefile_cv_cxx_compiler___HP_aCC" = "xyes"; then
13823 :; HPCXX=yes
13824 else
13825 :;
13826 fi
13827
13828
13829 ;;
13830
13831 OSF1)
13832
13833
13834 ac_ext=cc
13835 ac_cpp='$CXXCPP $CPPFLAGS'
13836 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13837 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13838 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13839
13840 echo "$as_me:$LINENO: checking whether we are using the Compaq C++ compiler" >&5
13841 echo $ECHO_N "checking whether we are using the Compaq C++ compiler... $ECHO_C" >&6
13842 if test "${bakefile_cv_cxx_compiler___DECCXX+set}" = set; then
13843 echo $ECHO_N "(cached) $ECHO_C" >&6
13844 else
13845 cat >conftest.$ac_ext <<_ACEOF
13846 /* confdefs.h. */
13847 _ACEOF
13848 cat confdefs.h >>conftest.$ac_ext
13849 cat >>conftest.$ac_ext <<_ACEOF
13850 /* end confdefs.h. */
13851
13852 int
13853 main ()
13854 {
13855
13856 #ifndef __DECCXX
13857 choke me
13858 #endif
13859
13860 ;
13861 return 0;
13862 }
13863 _ACEOF
13864 rm -f conftest.$ac_objext
13865 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13866 (eval $ac_compile) 2>conftest.er1
13867 ac_status=$?
13868 grep -v '^ *+' conftest.er1 >conftest.err
13869 rm -f conftest.er1
13870 cat conftest.err >&5
13871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13872 (exit $ac_status); } &&
13873 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13875 (eval $ac_try) 2>&5
13876 ac_status=$?
13877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13878 (exit $ac_status); }; } &&
13879 { ac_try='test -s conftest.$ac_objext'
13880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13881 (eval $ac_try) 2>&5
13882 ac_status=$?
13883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13884 (exit $ac_status); }; }; then
13885 bakefile_cv_cxx_compiler___DECCXX=yes
13886 else
13887 echo "$as_me: failed program was:" >&5
13888 sed 's/^/| /' conftest.$ac_ext >&5
13889
13890 bakefile_cv_cxx_compiler___DECCXX=no
13891
13892 fi
13893 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13894
13895
13896 fi
13897 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___DECCXX" >&5
13898 echo "${ECHO_T}$bakefile_cv_cxx_compiler___DECCXX" >&6
13899 ac_ext=cc
13900 ac_cpp='$CXXCPP $CPPFLAGS'
13901 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13902 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13903 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13904
13905 if test "x$bakefile_cv_cxx_compiler___DECCXX" = "xyes"; then
13906 :; COMPAQCXX=yes
13907 else
13908 :;
13909 fi
13910
13911
13912 ;;
13913
13914 SunOS)
13915
13916
13917 ac_ext=cc
13918 ac_cpp='$CXXCPP $CPPFLAGS'
13919 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13920 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13921 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13922
13923 echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
13924 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6
13925 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
13926 echo $ECHO_N "(cached) $ECHO_C" >&6
13927 else
13928 cat >conftest.$ac_ext <<_ACEOF
13929 /* confdefs.h. */
13930 _ACEOF
13931 cat confdefs.h >>conftest.$ac_ext
13932 cat >>conftest.$ac_ext <<_ACEOF
13933 /* end confdefs.h. */
13934
13935 int
13936 main ()
13937 {
13938
13939 #ifndef __SUNPRO_CC
13940 choke me
13941 #endif
13942
13943 ;
13944 return 0;
13945 }
13946 _ACEOF
13947 rm -f conftest.$ac_objext
13948 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13949 (eval $ac_compile) 2>conftest.er1
13950 ac_status=$?
13951 grep -v '^ *+' conftest.er1 >conftest.err
13952 rm -f conftest.er1
13953 cat conftest.err >&5
13954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13955 (exit $ac_status); } &&
13956 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13958 (eval $ac_try) 2>&5
13959 ac_status=$?
13960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13961 (exit $ac_status); }; } &&
13962 { ac_try='test -s conftest.$ac_objext'
13963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13964 (eval $ac_try) 2>&5
13965 ac_status=$?
13966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13967 (exit $ac_status); }; }; then
13968 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
13969 else
13970 echo "$as_me: failed program was:" >&5
13971 sed 's/^/| /' conftest.$ac_ext >&5
13972
13973 bakefile_cv_cxx_compiler___SUNPRO_CC=no
13974
13975 fi
13976 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13977
13978
13979 fi
13980 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
13981 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6
13982 ac_ext=cc
13983 ac_cpp='$CXXCPP $CPPFLAGS'
13984 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13985 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13986 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13987
13988 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
13989 :; SUNCXX=yes
13990 else
13991 :;
13992 fi
13993
13994
13995 ;;
13996 esac
13997 fi
13998
13999
14000
14001 ac_ext=c
14002 ac_cpp='$CPP $CPPFLAGS'
14003 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14004 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14005 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14006
14007
14008 if test -n "$ac_tool_prefix"; then
14009 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
14010 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
14011 echo "$as_me:$LINENO: checking for $ac_word" >&5
14012 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14013 if test "${ac_cv_prog_RANLIB+set}" = set; then
14014 echo $ECHO_N "(cached) $ECHO_C" >&6
14015 else
14016 if test -n "$RANLIB"; then
14017 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
14018 else
14019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14020 for as_dir in $PATH
14021 do
14022 IFS=$as_save_IFS
14023 test -z "$as_dir" && as_dir=.
14024 for ac_exec_ext in '' $ac_executable_extensions; do
14025 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14026 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
14027 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14028 break 2
14029 fi
14030 done
14031 done
14032
14033 fi
14034 fi
14035 RANLIB=$ac_cv_prog_RANLIB
14036 if test -n "$RANLIB"; then
14037 echo "$as_me:$LINENO: result: $RANLIB" >&5
14038 echo "${ECHO_T}$RANLIB" >&6
14039 else
14040 echo "$as_me:$LINENO: result: no" >&5
14041 echo "${ECHO_T}no" >&6
14042 fi
14043
14044 fi
14045 if test -z "$ac_cv_prog_RANLIB"; then
14046 ac_ct_RANLIB=$RANLIB
14047 # Extract the first word of "ranlib", so it can be a program name with args.
14048 set dummy ranlib; ac_word=$2
14049 echo "$as_me:$LINENO: checking for $ac_word" >&5
14050 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14051 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
14052 echo $ECHO_N "(cached) $ECHO_C" >&6
14053 else
14054 if test -n "$ac_ct_RANLIB"; then
14055 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
14056 else
14057 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14058 for as_dir in $PATH
14059 do
14060 IFS=$as_save_IFS
14061 test -z "$as_dir" && as_dir=.
14062 for ac_exec_ext in '' $ac_executable_extensions; do
14063 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14064 ac_cv_prog_ac_ct_RANLIB="ranlib"
14065 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14066 break 2
14067 fi
14068 done
14069 done
14070
14071 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
14072 fi
14073 fi
14074 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
14075 if test -n "$ac_ct_RANLIB"; then
14076 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
14077 echo "${ECHO_T}$ac_ct_RANLIB" >&6
14078 else
14079 echo "$as_me:$LINENO: result: no" >&5
14080 echo "${ECHO_T}no" >&6
14081 fi
14082
14083 RANLIB=$ac_ct_RANLIB
14084 else
14085 RANLIB="$ac_cv_prog_RANLIB"
14086 fi
14087
14088
14089 if test -n "$ac_tool_prefix"; then
14090 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
14091 set dummy ${ac_tool_prefix}ar; ac_word=$2
14092 echo "$as_me:$LINENO: checking for $ac_word" >&5
14093 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14094 if test "${ac_cv_prog_AR+set}" = set; then
14095 echo $ECHO_N "(cached) $ECHO_C" >&6
14096 else
14097 if test -n "$AR"; then
14098 ac_cv_prog_AR="$AR" # Let the user override the test.
14099 else
14100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14101 for as_dir in $PATH
14102 do
14103 IFS=$as_save_IFS
14104 test -z "$as_dir" && as_dir=.
14105 for ac_exec_ext in '' $ac_executable_extensions; do
14106 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14107 ac_cv_prog_AR="${ac_tool_prefix}ar"
14108 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14109 break 2
14110 fi
14111 done
14112 done
14113
14114 fi
14115 fi
14116 AR=$ac_cv_prog_AR
14117 if test -n "$AR"; then
14118 echo "$as_me:$LINENO: result: $AR" >&5
14119 echo "${ECHO_T}$AR" >&6
14120 else
14121 echo "$as_me:$LINENO: result: no" >&5
14122 echo "${ECHO_T}no" >&6
14123 fi
14124
14125 fi
14126 if test -z "$ac_cv_prog_AR"; then
14127 ac_ct_AR=$AR
14128 # Extract the first word of "ar", so it can be a program name with args.
14129 set dummy ar; ac_word=$2
14130 echo "$as_me:$LINENO: checking for $ac_word" >&5
14131 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14132 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
14133 echo $ECHO_N "(cached) $ECHO_C" >&6
14134 else
14135 if test -n "$ac_ct_AR"; then
14136 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
14137 else
14138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14139 for as_dir in $PATH
14140 do
14141 IFS=$as_save_IFS
14142 test -z "$as_dir" && as_dir=.
14143 for ac_exec_ext in '' $ac_executable_extensions; do
14144 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14145 ac_cv_prog_ac_ct_AR="ar"
14146 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14147 break 2
14148 fi
14149 done
14150 done
14151
14152 fi
14153 fi
14154 ac_ct_AR=$ac_cv_prog_ac_ct_AR
14155 if test -n "$ac_ct_AR"; then
14156 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
14157 echo "${ECHO_T}$ac_ct_AR" >&6
14158 else
14159 echo "$as_me:$LINENO: result: no" >&5
14160 echo "${ECHO_T}no" >&6
14161 fi
14162
14163 AR=$ac_ct_AR
14164 else
14165 AR="$ac_cv_prog_AR"
14166 fi
14167
14168 if test "x$AR" = "x" ; then
14169 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
14170 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
14171 { (exit 1); exit 1; }; }
14172 fi
14173
14174 # Find a good install program. We prefer a C program (faster),
14175 # so one script is as good as another. But avoid the broken or
14176 # incompatible versions:
14177 # SysV /etc/install, /usr/sbin/install
14178 # SunOS /usr/etc/install
14179 # IRIX /sbin/install
14180 # AIX /bin/install
14181 # AmigaOS /C/install, which installs bootblocks on floppy discs
14182 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
14183 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
14184 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
14185 # OS/2's system install, which has a completely different semantic
14186 # ./install, which can be erroneously created by make from ./install.sh.
14187 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
14188 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
14189 if test -z "$INSTALL"; then
14190 if test "${ac_cv_path_install+set}" = set; then
14191 echo $ECHO_N "(cached) $ECHO_C" >&6
14192 else
14193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14194 for as_dir in $PATH
14195 do
14196 IFS=$as_save_IFS
14197 test -z "$as_dir" && as_dir=.
14198 # Account for people who put trailing slashes in PATH elements.
14199 case $as_dir/ in
14200 ./ | .// | /cC/* | \
14201 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
14202 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
14203 /usr/ucb/* ) ;;
14204 *)
14205 # OSF1 and SCO ODT 3.0 have their own names for install.
14206 # Don't use installbsd from OSF since it installs stuff as root
14207 # by default.
14208 for ac_prog in ginstall scoinst install; do
14209 for ac_exec_ext in '' $ac_executable_extensions; do
14210 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
14211 if test $ac_prog = install &&
14212 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
14213 # AIX install. It has an incompatible calling convention.
14214 :
14215 elif test $ac_prog = install &&
14216 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
14217 # program-specific install script used by HP pwplus--don't use.
14218 :
14219 else
14220 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
14221 break 3
14222 fi
14223 fi
14224 done
14225 done
14226 ;;
14227 esac
14228 done
14229
14230
14231 fi
14232 if test "${ac_cv_path_install+set}" = set; then
14233 INSTALL=$ac_cv_path_install
14234 else
14235 # As a last resort, use the slow shell script. We don't cache a
14236 # path for INSTALL within a source directory, because that will
14237 # break other packages using the cache if that directory is
14238 # removed, or if the path is relative.
14239 INSTALL=$ac_install_sh
14240 fi
14241 fi
14242 echo "$as_me:$LINENO: result: $INSTALL" >&5
14243 echo "${ECHO_T}$INSTALL" >&6
14244
14245 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
14246 # It thinks the first close brace ends the variable substitution.
14247 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
14248
14249 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
14250
14251 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
14252
14253
14254 case ${INSTALL} in
14255 /* ) # Absolute
14256 ;;
14257 ?:* ) # Drive letter, considered as absolute.
14258 ;;
14259 *)
14260 INSTALL=`pwd`/${INSTALL} ;;
14261 esac
14262
14263
14264 case "${host}" in
14265
14266 *-*-darwin* )
14267 INSTALL_PROGRAM="cp -fp"
14268 INSTALL_DATA="cp -fp"
14269 ;;
14270 *)
14271 ;;
14272 esac
14273
14274 if test -n "$ac_tool_prefix"; then
14275 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
14276 set dummy ${ac_tool_prefix}strip; ac_word=$2
14277 echo "$as_me:$LINENO: checking for $ac_word" >&5
14278 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14279 if test "${ac_cv_prog_STRIP+set}" = set; then
14280 echo $ECHO_N "(cached) $ECHO_C" >&6
14281 else
14282 if test -n "$STRIP"; then
14283 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
14284 else
14285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14286 for as_dir in $PATH
14287 do
14288 IFS=$as_save_IFS
14289 test -z "$as_dir" && as_dir=.
14290 for ac_exec_ext in '' $ac_executable_extensions; do
14291 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14292 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
14293 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14294 break 2
14295 fi
14296 done
14297 done
14298
14299 fi
14300 fi
14301 STRIP=$ac_cv_prog_STRIP
14302 if test -n "$STRIP"; then
14303 echo "$as_me:$LINENO: result: $STRIP" >&5
14304 echo "${ECHO_T}$STRIP" >&6
14305 else
14306 echo "$as_me:$LINENO: result: no" >&5
14307 echo "${ECHO_T}no" >&6
14308 fi
14309
14310 fi
14311 if test -z "$ac_cv_prog_STRIP"; then
14312 ac_ct_STRIP=$STRIP
14313 # Extract the first word of "strip", so it can be a program name with args.
14314 set dummy strip; ac_word=$2
14315 echo "$as_me:$LINENO: checking for $ac_word" >&5
14316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14317 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
14318 echo $ECHO_N "(cached) $ECHO_C" >&6
14319 else
14320 if test -n "$ac_ct_STRIP"; then
14321 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
14322 else
14323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14324 for as_dir in $PATH
14325 do
14326 IFS=$as_save_IFS
14327 test -z "$as_dir" && as_dir=.
14328 for ac_exec_ext in '' $ac_executable_extensions; do
14329 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14330 ac_cv_prog_ac_ct_STRIP="strip"
14331 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14332 break 2
14333 fi
14334 done
14335 done
14336
14337 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP="true"
14338 fi
14339 fi
14340 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
14341 if test -n "$ac_ct_STRIP"; then
14342 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
14343 echo "${ECHO_T}$ac_ct_STRIP" >&6
14344 else
14345 echo "$as_me:$LINENO: result: no" >&5
14346 echo "${ECHO_T}no" >&6
14347 fi
14348
14349 STRIP=$ac_ct_STRIP
14350 else
14351 STRIP="$ac_cv_prog_STRIP"
14352 fi
14353
14354
14355 if test "$wxUSE_WINE" = "yes"; then
14356 if test -n "$ac_tool_prefix"; then
14357 # Extract the first word of "${ac_tool_prefix}wrc", so it can be a program name with args.
14358 set dummy ${ac_tool_prefix}wrc; ac_word=$2
14359 echo "$as_me:$LINENO: checking for $ac_word" >&5
14360 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14361 if test "${ac_cv_prog_WINDRES+set}" = set; then
14362 echo $ECHO_N "(cached) $ECHO_C" >&6
14363 else
14364 if test -n "$WINDRES"; then
14365 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
14366 else
14367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14368 for as_dir in $PATH
14369 do
14370 IFS=$as_save_IFS
14371 test -z "$as_dir" && as_dir=.
14372 for ac_exec_ext in '' $ac_executable_extensions; do
14373 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14374 ac_cv_prog_WINDRES="${ac_tool_prefix}wrc"
14375 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14376 break 2
14377 fi
14378 done
14379 done
14380
14381 fi
14382 fi
14383 WINDRES=$ac_cv_prog_WINDRES
14384 if test -n "$WINDRES"; then
14385 echo "$as_me:$LINENO: result: $WINDRES" >&5
14386 echo "${ECHO_T}$WINDRES" >&6
14387 else
14388 echo "$as_me:$LINENO: result: no" >&5
14389 echo "${ECHO_T}no" >&6
14390 fi
14391
14392 fi
14393 if test -z "$ac_cv_prog_WINDRES"; then
14394 ac_ct_WINDRES=$WINDRES
14395 # Extract the first word of "wrc", so it can be a program name with args.
14396 set dummy wrc; ac_word=$2
14397 echo "$as_me:$LINENO: checking for $ac_word" >&5
14398 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14399 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
14400 echo $ECHO_N "(cached) $ECHO_C" >&6
14401 else
14402 if test -n "$ac_ct_WINDRES"; then
14403 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
14404 else
14405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14406 for as_dir in $PATH
14407 do
14408 IFS=$as_save_IFS
14409 test -z "$as_dir" && as_dir=.
14410 for ac_exec_ext in '' $ac_executable_extensions; do
14411 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14412 ac_cv_prog_ac_ct_WINDRES="wrc"
14413 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14414 break 2
14415 fi
14416 done
14417 done
14418
14419 fi
14420 fi
14421 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
14422 if test -n "$ac_ct_WINDRES"; then
14423 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
14424 echo "${ECHO_T}$ac_ct_WINDRES" >&6
14425 else
14426 echo "$as_me:$LINENO: result: no" >&5
14427 echo "${ECHO_T}no" >&6
14428 fi
14429
14430 WINDRES=$ac_ct_WINDRES
14431 else
14432 WINDRES="$ac_cv_prog_WINDRES"
14433 fi
14434
14435 else
14436 case "${host}" in
14437 *-*-cygwin* | *-*-mingw32* )
14438 if test -n "$ac_tool_prefix"; then
14439 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
14440 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
14441 echo "$as_me:$LINENO: checking for $ac_word" >&5
14442 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14443 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
14444 echo $ECHO_N "(cached) $ECHO_C" >&6
14445 else
14446 if test -n "$DLLTOOL"; then
14447 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
14448 else
14449 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14450 for as_dir in $PATH
14451 do
14452 IFS=$as_save_IFS
14453 test -z "$as_dir" && as_dir=.
14454 for ac_exec_ext in '' $ac_executable_extensions; do
14455 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14456 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
14457 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14458 break 2
14459 fi
14460 done
14461 done
14462
14463 fi
14464 fi
14465 DLLTOOL=$ac_cv_prog_DLLTOOL
14466 if test -n "$DLLTOOL"; then
14467 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
14468 echo "${ECHO_T}$DLLTOOL" >&6
14469 else
14470 echo "$as_me:$LINENO: result: no" >&5
14471 echo "${ECHO_T}no" >&6
14472 fi
14473
14474 fi
14475 if test -z "$ac_cv_prog_DLLTOOL"; then
14476 ac_ct_DLLTOOL=$DLLTOOL
14477 # Extract the first word of "dlltool", so it can be a program name with args.
14478 set dummy dlltool; ac_word=$2
14479 echo "$as_me:$LINENO: checking for $ac_word" >&5
14480 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14481 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
14482 echo $ECHO_N "(cached) $ECHO_C" >&6
14483 else
14484 if test -n "$ac_ct_DLLTOOL"; then
14485 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
14486 else
14487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14488 for as_dir in $PATH
14489 do
14490 IFS=$as_save_IFS
14491 test -z "$as_dir" && as_dir=.
14492 for ac_exec_ext in '' $ac_executable_extensions; do
14493 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14494 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
14495 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14496 break 2
14497 fi
14498 done
14499 done
14500
14501 fi
14502 fi
14503 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
14504 if test -n "$ac_ct_DLLTOOL"; then
14505 echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
14506 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
14507 else
14508 echo "$as_me:$LINENO: result: no" >&5
14509 echo "${ECHO_T}no" >&6
14510 fi
14511
14512 DLLTOOL=$ac_ct_DLLTOOL
14513 else
14514 DLLTOOL="$ac_cv_prog_DLLTOOL"
14515 fi
14516
14517 ;;
14518 esac
14519 fi
14520
14521 echo "$as_me:$LINENO: checking if make is GNU make" >&5
14522 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
14523 if test "${wx_cv_prog_makeisgnu+set}" = set; then
14524 echo $ECHO_N "(cached) $ECHO_C" >&6
14525 else
14526
14527 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
14528 egrep -s GNU > /dev/null); then
14529 wx_cv_prog_makeisgnu="yes"
14530 else
14531 wx_cv_prog_makeisgnu="no"
14532 fi
14533
14534 fi
14535 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
14536 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
14537
14538 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
14539 IF_GNU_MAKE=""
14540 else
14541 IF_GNU_MAKE="#"
14542 fi
14543
14544
14545
14546 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
14547 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
14548 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
14549 if test "${wx_cv_prog_makevpath+set}" = set; then
14550 echo $ECHO_N "(cached) $ECHO_C" >&6
14551 else
14552
14553 cat - << EOF > confMake
14554 check : file
14555 cp \$? \$@
14556 cp \$? final_file
14557 EOF
14558
14559 if test ! -d sub ; then
14560 mkdir sub
14561 fi
14562 echo dummy > sub/file
14563 ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
14564 RESULT=$?
14565 rm -f sub/file check final_file confMake
14566 rmdir sub
14567 if test "$RESULT" = 0; then
14568 wx_cv_prog_makevpath="yes"
14569 else
14570 wx_cv_prog_makevpath="no"
14571 fi
14572
14573 fi
14574 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
14575 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
14576
14577 if test "x$wx_cv_prog_makevpath" != "xyes"; then
14578 { { echo "$as_me:$LINENO: error:
14579 You need a make-utility that is able to use the variable
14580 VPATH correctly.
14581 If your version of make does not support VPATH correctly,
14582 please install GNU-make (possibly as gmake), and start
14583 configure with the following command:
14584 export MAKE=gmake; ./configure for sh-type shells
14585 setenv MAKE gmake; ./configure for csh-type shells
14586 Also please do remember to use gmake in this case every time
14587 you are trying to compile.
14588 " >&5
14589 echo "$as_me: error:
14590 You need a make-utility that is able to use the variable
14591 VPATH correctly.
14592 If your version of make does not support VPATH correctly,
14593 please install GNU-make (possibly as gmake), and start
14594 configure with the following command:
14595 export MAKE=gmake; ./configure for sh-type shells
14596 setenv MAKE gmake; ./configure for csh-type shells
14597 Also please do remember to use gmake in this case every time
14598 you are trying to compile.
14599 " >&2;}
14600 { (exit 1); exit 1; }; }
14601 fi fi
14602 echo "$as_me:$LINENO: checking whether ln -s works" >&5
14603 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
14604 LN_S=$as_ln_s
14605 if test "$LN_S" = "ln -s"; then
14606 echo "$as_me:$LINENO: result: yes" >&5
14607 echo "${ECHO_T}yes" >&6
14608 else
14609 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
14610 echo "${ECHO_T}no, using $LN_S" >&6
14611 fi
14612
14613
14614 for ac_prog in lndir
14615 do
14616 # Extract the first word of "$ac_prog", so it can be a program name with args.
14617 set dummy $ac_prog; ac_word=$2
14618 echo "$as_me:$LINENO: checking for $ac_word" >&5
14619 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14620 if test "${ac_cv_prog_LNDIR+set}" = set; then
14621 echo $ECHO_N "(cached) $ECHO_C" >&6
14622 else
14623 if test -n "$LNDIR"; then
14624 ac_cv_prog_LNDIR="$LNDIR" # Let the user override the test.
14625 else
14626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14627 for as_dir in $PATH
14628 do
14629 IFS=$as_save_IFS
14630 test -z "$as_dir" && as_dir=.
14631 for ac_exec_ext in '' $ac_executable_extensions; do
14632 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14633 ac_cv_prog_LNDIR="$ac_prog"
14634 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14635 break 2
14636 fi
14637 done
14638 done
14639
14640 fi
14641 fi
14642 LNDIR=$ac_cv_prog_LNDIR
14643 if test -n "$LNDIR"; then
14644 echo "$as_me:$LINENO: result: $LNDIR" >&5
14645 echo "${ECHO_T}$LNDIR" >&6
14646 else
14647 echo "$as_me:$LINENO: result: no" >&5
14648 echo "${ECHO_T}no" >&6
14649 fi
14650
14651 test -n "$LNDIR" && break
14652 done
14653 test -n "$LNDIR" || LNDIR="cp -pR"
14654
14655
14656
14657
14658 if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then
14659 CXXFLAGS="$CXXFLAGS -qunique"
14660 fi
14661
14662 case "${host}" in
14663 powerpc-*-darwin* )
14664 echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
14665 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6
14666 cat >conftest.$ac_ext <<_ACEOF
14667 /* confdefs.h. */
14668 _ACEOF
14669 cat confdefs.h >>conftest.$ac_ext
14670 cat >>conftest.$ac_ext <<_ACEOF
14671 /* end confdefs.h. */
14672
14673 int
14674 main ()
14675 {
14676 #ifndef __POWERPC__
14677 choke me for lack of PowerPC
14678 #endif
14679
14680 ;
14681 return 0;
14682 }
14683 _ACEOF
14684 rm -f conftest.$ac_objext
14685 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14686 (eval $ac_compile) 2>conftest.er1
14687 ac_status=$?
14688 grep -v '^ *+' conftest.er1 >conftest.err
14689 rm -f conftest.er1
14690 cat conftest.err >&5
14691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14692 (exit $ac_status); } &&
14693 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14695 (eval $ac_try) 2>&5
14696 ac_status=$?
14697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14698 (exit $ac_status); }; } &&
14699 { ac_try='test -s conftest.$ac_objext'
14700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14701 (eval $ac_try) 2>&5
14702 ac_status=$?
14703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14704 (exit $ac_status); }; }; then
14705 echo "$as_me:$LINENO: result: yes" >&5
14706 echo "${ECHO_T}yes" >&6
14707 else
14708 echo "$as_me: failed program was:" >&5
14709 sed 's/^/| /' conftest.$ac_ext >&5
14710
14711 echo "$as_me:$LINENO: result: no" >&5
14712 echo "${ECHO_T}no" >&6
14713 cat >>confdefs.h <<\_ACEOF
14714 #define __POWERPC__ 1
14715 _ACEOF
14716
14717
14718 fi
14719 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14720 ;;
14721 esac
14722
14723 case "${host}" in
14724 *-*-darwin* )
14725 echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
14726 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6
14727 cat >conftest.$ac_ext <<_ACEOF
14728 /* confdefs.h. */
14729 _ACEOF
14730 cat confdefs.h >>conftest.$ac_ext
14731 cat >>conftest.$ac_ext <<_ACEOF
14732 /* end confdefs.h. */
14733 #include <CoreFoundation/CFBase.h>
14734
14735 int
14736 main ()
14737 {
14738
14739 ;
14740 return 0;
14741 }
14742 _ACEOF
14743 rm -f conftest.$ac_objext
14744 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14745 (eval $ac_compile) 2>conftest.er1
14746 ac_status=$?
14747 grep -v '^ *+' conftest.er1 >conftest.err
14748 rm -f conftest.er1
14749 cat conftest.err >&5
14750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14751 (exit $ac_status); } &&
14752 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14754 (eval $ac_try) 2>&5
14755 ac_status=$?
14756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14757 (exit $ac_status); }; } &&
14758 { ac_try='test -s conftest.$ac_objext'
14759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14760 (eval $ac_try) 2>&5
14761 ac_status=$?
14762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14763 (exit $ac_status); }; }; then
14764 echo "$as_me:$LINENO: result: yes" >&5
14765 echo "${ECHO_T}yes" >&6
14766 else
14767 echo "$as_me: failed program was:" >&5
14768 sed 's/^/| /' conftest.$ac_ext >&5
14769
14770 echo "$as_me:$LINENO: result: no" >&5
14771 echo "${ECHO_T}no" >&6
14772 echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
14773 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6
14774 cat >conftest.$ac_ext <<_ACEOF
14775 /* confdefs.h. */
14776 _ACEOF
14777 cat confdefs.h >>conftest.$ac_ext
14778 cat >>conftest.$ac_ext <<_ACEOF
14779 /* end confdefs.h. */
14780 #define __CF_USE_FRAMEWORK_INCLUDES__
14781 #include <CoreFoundation/CFBase.h>
14782
14783 int
14784 main ()
14785 {
14786
14787 ;
14788 return 0;
14789 }
14790 _ACEOF
14791 rm -f conftest.$ac_objext
14792 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14793 (eval $ac_compile) 2>conftest.er1
14794 ac_status=$?
14795 grep -v '^ *+' conftest.er1 >conftest.err
14796 rm -f conftest.er1
14797 cat conftest.err >&5
14798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14799 (exit $ac_status); } &&
14800 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14802 (eval $ac_try) 2>&5
14803 ac_status=$?
14804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14805 (exit $ac_status); }; } &&
14806 { ac_try='test -s conftest.$ac_objext'
14807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14808 (eval $ac_try) 2>&5
14809 ac_status=$?
14810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14811 (exit $ac_status); }; }; then
14812 echo "$as_me:$LINENO: result: yes" >&5
14813 echo "${ECHO_T}yes" >&6
14814 CPPFLAGS="$CPPFLAGS -D__CF_USE_FRAMEWORK_INCLUDES__"
14815 else
14816 echo "$as_me: failed program was:" >&5
14817 sed 's/^/| /' conftest.$ac_ext >&5
14818
14819 { { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
14820 See \`config.log' for more details." >&5
14821 echo "$as_me: error: no. CoreFoundation not available.
14822 See \`config.log' for more details." >&2;}
14823 { (exit 1); exit 1; }; }
14824
14825 fi
14826 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14827
14828
14829 fi
14830 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14831 ;;
14832 esac
14833
14834 case "${host}" in
14835 *-pc-os2_emx | *-pc-os2-emx )
14836 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
14837 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
14838 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
14839 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
14840 echo $ECHO_N "(cached) $ECHO_C" >&6
14841 else
14842 ac_check_lib_save_LIBS=$LIBS
14843 LIBS="-lcExt $LIBS"
14844 cat >conftest.$ac_ext <<_ACEOF
14845 /* confdefs.h. */
14846 _ACEOF
14847 cat confdefs.h >>conftest.$ac_ext
14848 cat >>conftest.$ac_ext <<_ACEOF
14849 /* end confdefs.h. */
14850
14851 /* Override any gcc2 internal prototype to avoid an error. */
14852 #ifdef __cplusplus
14853 extern "C"
14854 #endif
14855 /* We use char because int might match the return type of a gcc2
14856 builtin and then its argument prototype would still apply. */
14857 char drand48 ();
14858 int
14859 main ()
14860 {
14861 drand48 ();
14862 ;
14863 return 0;
14864 }
14865 _ACEOF
14866 rm -f conftest.$ac_objext conftest$ac_exeext
14867 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14868 (eval $ac_link) 2>conftest.er1
14869 ac_status=$?
14870 grep -v '^ *+' conftest.er1 >conftest.err
14871 rm -f conftest.er1
14872 cat conftest.err >&5
14873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14874 (exit $ac_status); } &&
14875 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14877 (eval $ac_try) 2>&5
14878 ac_status=$?
14879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14880 (exit $ac_status); }; } &&
14881 { ac_try='test -s conftest$ac_exeext'
14882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14883 (eval $ac_try) 2>&5
14884 ac_status=$?
14885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14886 (exit $ac_status); }; }; then
14887 ac_cv_lib_cExt_drand48=yes
14888 else
14889 echo "$as_me: failed program was:" >&5
14890 sed 's/^/| /' conftest.$ac_ext >&5
14891
14892 ac_cv_lib_cExt_drand48=no
14893 fi
14894 rm -f conftest.err conftest.$ac_objext \
14895 conftest$ac_exeext conftest.$ac_ext
14896 LIBS=$ac_check_lib_save_LIBS
14897 fi
14898 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
14899 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
14900 if test $ac_cv_lib_cExt_drand48 = yes; then
14901 LIBS="$LIBS -lcExt"
14902 fi
14903
14904 else
14905 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
14906 fi
14907 echo "$as_me:$LINENO: checking for gcc/libc version" >&5
14908 echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6
14909 if test "${wx_cv_gccversion+set}" = set; then
14910 echo $ECHO_N "(cached) $ECHO_C" >&6
14911 else
14912
14913 if test "$cross_compiling" = yes; then
14914 wx_cv_gccversion="EMX2"
14915
14916 else
14917 cat >conftest.$ac_ext <<_ACEOF
14918 /* confdefs.h. */
14919 _ACEOF
14920 cat confdefs.h >>conftest.$ac_ext
14921 cat >>conftest.$ac_ext <<_ACEOF
14922 /* end confdefs.h. */
14923
14924 #include <stdio.h>
14925
14926 int main()
14927 {
14928 FILE *f=fopen("conftestval", "w");
14929 if (!f) exit(1);
14930 fprintf(f,
14931 #if (__GNUC__ < 3)
14932 "EMX2"
14933 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
14934 "EMX3"
14935 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
14936 "Innotek5"
14937 #else
14938 "Innotek6"
14939 #endif
14940 );
14941 exit(0);
14942 }
14943
14944 _ACEOF
14945 rm -f conftest$ac_exeext
14946 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14947 (eval $ac_link) 2>&5
14948 ac_status=$?
14949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14950 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14952 (eval $ac_try) 2>&5
14953 ac_status=$?
14954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14955 (exit $ac_status); }; }; then
14956 wx_cv_gccversion=`cat conftestval`
14957 else
14958 echo "$as_me: program exited with status $ac_status" >&5
14959 echo "$as_me: failed program was:" >&5
14960 sed 's/^/| /' conftest.$ac_ext >&5
14961
14962 ( exit $ac_status )
14963 wx_cv_gccversion="EMX2"
14964 fi
14965 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14966 fi
14967
14968 fi
14969 echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
14970 echo "${ECHO_T}$wx_cv_gccversion" >&6
14971 if test "$wx_cv_gccversion" = "EMX2"; then
14972 LIBS="$LIBS -lstdcpp"
14973 LDFLAGS="$LDFLAGS -Zsysv-signals"
14974 else
14975 if test "$wx_cv_gccversion" = "EMX3"; then
14976 LIBS="$LIBS -lstdcxx -lgcc"
14977 LDFLAGS="$LDFLAGS -Zsysv-signals"
14978 else
14979 LIBS="$LIBS -lstdc++"
14980 fi
14981 fi
14982 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
14983 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
14984 echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
14985 wxUSE_OMF=yes
14986 enable_omf=yes
14987 fi
14988 ;;
14989 *)
14990
14991
14992
14993 ac_ext=cc
14994 ac_cpp='$CXXCPP $CPPFLAGS'
14995 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14996 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14997 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14998
14999
15000 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
15001 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
15002 if test "${ac_cv_string_strcasecmp+set}" = set; then
15003 echo $ECHO_N "(cached) $ECHO_C" >&6
15004 else
15005
15006 cat >conftest.$ac_ext <<_ACEOF
15007 /* confdefs.h. */
15008 _ACEOF
15009 cat confdefs.h >>conftest.$ac_ext
15010 cat >>conftest.$ac_ext <<_ACEOF
15011 /* end confdefs.h. */
15012
15013 #include <string.h>
15014
15015 int
15016 main ()
15017 {
15018
15019 strcasecmp("foo", "bar");
15020
15021 ;
15022 return 0;
15023 }
15024 _ACEOF
15025 rm -f conftest.$ac_objext conftest$ac_exeext
15026 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15027 (eval $ac_link) 2>conftest.er1
15028 ac_status=$?
15029 grep -v '^ *+' conftest.er1 >conftest.err
15030 rm -f conftest.er1
15031 cat conftest.err >&5
15032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15033 (exit $ac_status); } &&
15034 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15036 (eval $ac_try) 2>&5
15037 ac_status=$?
15038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15039 (exit $ac_status); }; } &&
15040 { ac_try='test -s conftest$ac_exeext'
15041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15042 (eval $ac_try) 2>&5
15043 ac_status=$?
15044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15045 (exit $ac_status); }; }; then
15046 ac_cv_string_strcasecmp=yes
15047 else
15048 echo "$as_me: failed program was:" >&5
15049 sed 's/^/| /' conftest.$ac_ext >&5
15050
15051 ac_cv_string_strcasecmp=no
15052
15053 fi
15054 rm -f conftest.err conftest.$ac_objext \
15055 conftest$ac_exeext conftest.$ac_ext
15056
15057 fi
15058 echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
15059 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
15060
15061 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
15062 cat >>confdefs.h <<\_ACEOF
15063 #define HAVE_STRCASECMP_IN_STRING_H 1
15064 _ACEOF
15065
15066 else
15067 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
15068 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
15069 if test "${ac_cv_strings_strcasecmp+set}" = set; then
15070 echo $ECHO_N "(cached) $ECHO_C" >&6
15071 else
15072
15073 cat >conftest.$ac_ext <<_ACEOF
15074 /* confdefs.h. */
15075 _ACEOF
15076 cat confdefs.h >>conftest.$ac_ext
15077 cat >>conftest.$ac_ext <<_ACEOF
15078 /* end confdefs.h. */
15079
15080 #include <strings.h>
15081
15082 int
15083 main ()
15084 {
15085
15086 strcasecmp("foo", "bar");
15087
15088 ;
15089 return 0;
15090 }
15091 _ACEOF
15092 rm -f conftest.$ac_objext conftest$ac_exeext
15093 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15094 (eval $ac_link) 2>conftest.er1
15095 ac_status=$?
15096 grep -v '^ *+' conftest.er1 >conftest.err
15097 rm -f conftest.er1
15098 cat conftest.err >&5
15099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15100 (exit $ac_status); } &&
15101 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15103 (eval $ac_try) 2>&5
15104 ac_status=$?
15105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15106 (exit $ac_status); }; } &&
15107 { ac_try='test -s conftest$ac_exeext'
15108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15109 (eval $ac_try) 2>&5
15110 ac_status=$?
15111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15112 (exit $ac_status); }; }; then
15113 ac_cv_strings_strcasecmp=yes
15114 else
15115 echo "$as_me: failed program was:" >&5
15116 sed 's/^/| /' conftest.$ac_ext >&5
15117
15118 ac_cv_strings_strcasecmp=no
15119
15120 fi
15121 rm -f conftest.err conftest.$ac_objext \
15122 conftest$ac_exeext conftest.$ac_ext
15123
15124 fi
15125 echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
15126 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
15127
15128 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
15129 cat >>confdefs.h <<\_ACEOF
15130 #define HAVE_STRCASECMP_IN_STRINGS_H 1
15131 _ACEOF
15132
15133 else
15134 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
15135 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
15136 { (exit 1); exit 1; }; }
15137 fi
15138 fi
15139
15140 ac_ext=c
15141 ac_cpp='$CPP $CPPFLAGS'
15142 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15143 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15144 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15145
15146 ;;
15147 esac
15148
15149
15150 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
15151 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
15152 if test "${ac_cv_header_stdc+set}" = set; then
15153 echo $ECHO_N "(cached) $ECHO_C" >&6
15154 else
15155 cat >conftest.$ac_ext <<_ACEOF
15156 /* confdefs.h. */
15157 _ACEOF
15158 cat confdefs.h >>conftest.$ac_ext
15159 cat >>conftest.$ac_ext <<_ACEOF
15160 /* end confdefs.h. */
15161 #include <stdlib.h>
15162 #include <stdarg.h>
15163 #include <string.h>
15164 #include <float.h>
15165
15166 int
15167 main ()
15168 {
15169
15170 ;
15171 return 0;
15172 }
15173 _ACEOF
15174 rm -f conftest.$ac_objext
15175 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15176 (eval $ac_compile) 2>conftest.er1
15177 ac_status=$?
15178 grep -v '^ *+' conftest.er1 >conftest.err
15179 rm -f conftest.er1
15180 cat conftest.err >&5
15181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15182 (exit $ac_status); } &&
15183 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15185 (eval $ac_try) 2>&5
15186 ac_status=$?
15187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15188 (exit $ac_status); }; } &&
15189 { ac_try='test -s conftest.$ac_objext'
15190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15191 (eval $ac_try) 2>&5
15192 ac_status=$?
15193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15194 (exit $ac_status); }; }; then
15195 ac_cv_header_stdc=yes
15196 else
15197 echo "$as_me: failed program was:" >&5
15198 sed 's/^/| /' conftest.$ac_ext >&5
15199
15200 ac_cv_header_stdc=no
15201 fi
15202 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15203
15204 if test $ac_cv_header_stdc = yes; then
15205 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
15206 cat >conftest.$ac_ext <<_ACEOF
15207 /* confdefs.h. */
15208 _ACEOF
15209 cat confdefs.h >>conftest.$ac_ext
15210 cat >>conftest.$ac_ext <<_ACEOF
15211 /* end confdefs.h. */
15212 #include <string.h>
15213
15214 _ACEOF
15215 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15216 $EGREP "memchr" >/dev/null 2>&1; then
15217 :
15218 else
15219 ac_cv_header_stdc=no
15220 fi
15221 rm -f conftest*
15222
15223 fi
15224
15225 if test $ac_cv_header_stdc = yes; then
15226 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
15227 cat >conftest.$ac_ext <<_ACEOF
15228 /* confdefs.h. */
15229 _ACEOF
15230 cat confdefs.h >>conftest.$ac_ext
15231 cat >>conftest.$ac_ext <<_ACEOF
15232 /* end confdefs.h. */
15233 #include <stdlib.h>
15234
15235 _ACEOF
15236 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15237 $EGREP "free" >/dev/null 2>&1; then
15238 :
15239 else
15240 ac_cv_header_stdc=no
15241 fi
15242 rm -f conftest*
15243
15244 fi
15245
15246 if test $ac_cv_header_stdc = yes; then
15247 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
15248 if test "$cross_compiling" = yes; then
15249 :
15250 else
15251 cat >conftest.$ac_ext <<_ACEOF
15252 /* confdefs.h. */
15253 _ACEOF
15254 cat confdefs.h >>conftest.$ac_ext
15255 cat >>conftest.$ac_ext <<_ACEOF
15256 /* end confdefs.h. */
15257 #include <ctype.h>
15258 #if ((' ' & 0x0FF) == 0x020)
15259 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
15260 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
15261 #else
15262 # define ISLOWER(c) \
15263 (('a' <= (c) && (c) <= 'i') \
15264 || ('j' <= (c) && (c) <= 'r') \
15265 || ('s' <= (c) && (c) <= 'z'))
15266 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
15267 #endif
15268
15269 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
15270 int
15271 main ()
15272 {
15273 int i;
15274 for (i = 0; i < 256; i++)
15275 if (XOR (islower (i), ISLOWER (i))
15276 || toupper (i) != TOUPPER (i))
15277 exit(2);
15278 exit (0);
15279 }
15280 _ACEOF
15281 rm -f conftest$ac_exeext
15282 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15283 (eval $ac_link) 2>&5
15284 ac_status=$?
15285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15286 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15288 (eval $ac_try) 2>&5
15289 ac_status=$?
15290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15291 (exit $ac_status); }; }; then
15292 :
15293 else
15294 echo "$as_me: program exited with status $ac_status" >&5
15295 echo "$as_me: failed program was:" >&5
15296 sed 's/^/| /' conftest.$ac_ext >&5
15297
15298 ( exit $ac_status )
15299 ac_cv_header_stdc=no
15300 fi
15301 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15302 fi
15303 fi
15304 fi
15305 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
15306 echo "${ECHO_T}$ac_cv_header_stdc" >&6
15307 if test $ac_cv_header_stdc = yes; then
15308
15309 cat >>confdefs.h <<\_ACEOF
15310 #define STDC_HEADERS 1
15311 _ACEOF
15312
15313 fi
15314
15315 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
15316
15317
15318
15319
15320
15321
15322
15323
15324
15325 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
15326 inttypes.h stdint.h unistd.h
15327 do
15328 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15329 echo "$as_me:$LINENO: checking for $ac_header" >&5
15330 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15331 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15332 echo $ECHO_N "(cached) $ECHO_C" >&6
15333 else
15334 cat >conftest.$ac_ext <<_ACEOF
15335 /* confdefs.h. */
15336 _ACEOF
15337 cat confdefs.h >>conftest.$ac_ext
15338 cat >>conftest.$ac_ext <<_ACEOF
15339 /* end confdefs.h. */
15340 $ac_includes_default
15341
15342 #include <$ac_header>
15343 _ACEOF
15344 rm -f conftest.$ac_objext
15345 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15346 (eval $ac_compile) 2>conftest.er1
15347 ac_status=$?
15348 grep -v '^ *+' conftest.er1 >conftest.err
15349 rm -f conftest.er1
15350 cat conftest.err >&5
15351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15352 (exit $ac_status); } &&
15353 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15355 (eval $ac_try) 2>&5
15356 ac_status=$?
15357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15358 (exit $ac_status); }; } &&
15359 { ac_try='test -s conftest.$ac_objext'
15360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15361 (eval $ac_try) 2>&5
15362 ac_status=$?
15363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15364 (exit $ac_status); }; }; then
15365 eval "$as_ac_Header=yes"
15366 else
15367 echo "$as_me: failed program was:" >&5
15368 sed 's/^/| /' conftest.$ac_ext >&5
15369
15370 eval "$as_ac_Header=no"
15371 fi
15372 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15373 fi
15374 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15375 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15376 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15377 cat >>confdefs.h <<_ACEOF
15378 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15379 _ACEOF
15380
15381 fi
15382
15383 done
15384
15385
15386
15387 for ac_header in stdlib.h
15388 do
15389 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15390 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15391 echo "$as_me:$LINENO: checking for $ac_header" >&5
15392 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15393 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15394 echo $ECHO_N "(cached) $ECHO_C" >&6
15395 fi
15396 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15397 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15398 else
15399 # Is the header compilable?
15400 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15401 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15402 cat >conftest.$ac_ext <<_ACEOF
15403 /* confdefs.h. */
15404 _ACEOF
15405 cat confdefs.h >>conftest.$ac_ext
15406 cat >>conftest.$ac_ext <<_ACEOF
15407 /* end confdefs.h. */
15408 $ac_includes_default
15409 #include <$ac_header>
15410 _ACEOF
15411 rm -f conftest.$ac_objext
15412 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15413 (eval $ac_compile) 2>conftest.er1
15414 ac_status=$?
15415 grep -v '^ *+' conftest.er1 >conftest.err
15416 rm -f conftest.er1
15417 cat conftest.err >&5
15418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15419 (exit $ac_status); } &&
15420 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15422 (eval $ac_try) 2>&5
15423 ac_status=$?
15424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15425 (exit $ac_status); }; } &&
15426 { ac_try='test -s conftest.$ac_objext'
15427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15428 (eval $ac_try) 2>&5
15429 ac_status=$?
15430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15431 (exit $ac_status); }; }; then
15432 ac_header_compiler=yes
15433 else
15434 echo "$as_me: failed program was:" >&5
15435 sed 's/^/| /' conftest.$ac_ext >&5
15436
15437 ac_header_compiler=no
15438 fi
15439 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15440 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15441 echo "${ECHO_T}$ac_header_compiler" >&6
15442
15443 # Is the header present?
15444 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15445 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15446 cat >conftest.$ac_ext <<_ACEOF
15447 /* confdefs.h. */
15448 _ACEOF
15449 cat confdefs.h >>conftest.$ac_ext
15450 cat >>conftest.$ac_ext <<_ACEOF
15451 /* end confdefs.h. */
15452 #include <$ac_header>
15453 _ACEOF
15454 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15455 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15456 ac_status=$?
15457 grep -v '^ *+' conftest.er1 >conftest.err
15458 rm -f conftest.er1
15459 cat conftest.err >&5
15460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15461 (exit $ac_status); } >/dev/null; then
15462 if test -s conftest.err; then
15463 ac_cpp_err=$ac_c_preproc_warn_flag
15464 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15465 else
15466 ac_cpp_err=
15467 fi
15468 else
15469 ac_cpp_err=yes
15470 fi
15471 if test -z "$ac_cpp_err"; then
15472 ac_header_preproc=yes
15473 else
15474 echo "$as_me: failed program was:" >&5
15475 sed 's/^/| /' conftest.$ac_ext >&5
15476
15477 ac_header_preproc=no
15478 fi
15479 rm -f conftest.err conftest.$ac_ext
15480 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15481 echo "${ECHO_T}$ac_header_preproc" >&6
15482
15483 # So? What about this header?
15484 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15485 yes:no: )
15486 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15487 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15488 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15489 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15490 ac_header_preproc=yes
15491 ;;
15492 no:yes:* )
15493 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15494 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15495 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15496 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15497 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15498 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15499 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15500 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15501 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15502 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15503 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15504 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15505 (
15506 cat <<\_ASBOX
15507 ## ----------------------------------------- ##
15508 ## Report this to wx-dev@lists.wxwidgets.org ##
15509 ## ----------------------------------------- ##
15510 _ASBOX
15511 ) |
15512 sed "s/^/$as_me: WARNING: /" >&2
15513 ;;
15514 esac
15515 echo "$as_me:$LINENO: checking for $ac_header" >&5
15516 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15517 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15518 echo $ECHO_N "(cached) $ECHO_C" >&6
15519 else
15520 eval "$as_ac_Header=\$ac_header_preproc"
15521 fi
15522 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15523 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15524
15525 fi
15526 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15527 cat >>confdefs.h <<_ACEOF
15528 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15529 _ACEOF
15530
15531 fi
15532
15533 done
15534
15535
15536 for ac_header in malloc.h
15537 do
15538 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15539 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15540 echo "$as_me:$LINENO: checking for $ac_header" >&5
15541 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15542 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15543 echo $ECHO_N "(cached) $ECHO_C" >&6
15544 fi
15545 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15546 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15547 else
15548 # Is the header compilable?
15549 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15550 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15551 cat >conftest.$ac_ext <<_ACEOF
15552 /* confdefs.h. */
15553 _ACEOF
15554 cat confdefs.h >>conftest.$ac_ext
15555 cat >>conftest.$ac_ext <<_ACEOF
15556 /* end confdefs.h. */
15557 $ac_includes_default
15558 #include <$ac_header>
15559 _ACEOF
15560 rm -f conftest.$ac_objext
15561 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15562 (eval $ac_compile) 2>conftest.er1
15563 ac_status=$?
15564 grep -v '^ *+' conftest.er1 >conftest.err
15565 rm -f conftest.er1
15566 cat conftest.err >&5
15567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15568 (exit $ac_status); } &&
15569 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15571 (eval $ac_try) 2>&5
15572 ac_status=$?
15573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15574 (exit $ac_status); }; } &&
15575 { ac_try='test -s conftest.$ac_objext'
15576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15577 (eval $ac_try) 2>&5
15578 ac_status=$?
15579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15580 (exit $ac_status); }; }; then
15581 ac_header_compiler=yes
15582 else
15583 echo "$as_me: failed program was:" >&5
15584 sed 's/^/| /' conftest.$ac_ext >&5
15585
15586 ac_header_compiler=no
15587 fi
15588 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15589 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15590 echo "${ECHO_T}$ac_header_compiler" >&6
15591
15592 # Is the header present?
15593 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15594 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15595 cat >conftest.$ac_ext <<_ACEOF
15596 /* confdefs.h. */
15597 _ACEOF
15598 cat confdefs.h >>conftest.$ac_ext
15599 cat >>conftest.$ac_ext <<_ACEOF
15600 /* end confdefs.h. */
15601 #include <$ac_header>
15602 _ACEOF
15603 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15604 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15605 ac_status=$?
15606 grep -v '^ *+' conftest.er1 >conftest.err
15607 rm -f conftest.er1
15608 cat conftest.err >&5
15609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15610 (exit $ac_status); } >/dev/null; then
15611 if test -s conftest.err; then
15612 ac_cpp_err=$ac_c_preproc_warn_flag
15613 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15614 else
15615 ac_cpp_err=
15616 fi
15617 else
15618 ac_cpp_err=yes
15619 fi
15620 if test -z "$ac_cpp_err"; then
15621 ac_header_preproc=yes
15622 else
15623 echo "$as_me: failed program was:" >&5
15624 sed 's/^/| /' conftest.$ac_ext >&5
15625
15626 ac_header_preproc=no
15627 fi
15628 rm -f conftest.err conftest.$ac_ext
15629 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15630 echo "${ECHO_T}$ac_header_preproc" >&6
15631
15632 # So? What about this header?
15633 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15634 yes:no: )
15635 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15636 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15637 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15638 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15639 ac_header_preproc=yes
15640 ;;
15641 no:yes:* )
15642 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15643 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15644 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15645 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15646 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15647 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15648 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15649 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15650 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15651 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15652 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15653 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15654 (
15655 cat <<\_ASBOX
15656 ## ----------------------------------------- ##
15657 ## Report this to wx-dev@lists.wxwidgets.org ##
15658 ## ----------------------------------------- ##
15659 _ASBOX
15660 ) |
15661 sed "s/^/$as_me: WARNING: /" >&2
15662 ;;
15663 esac
15664 echo "$as_me:$LINENO: checking for $ac_header" >&5
15665 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15666 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15667 echo $ECHO_N "(cached) $ECHO_C" >&6
15668 else
15669 eval "$as_ac_Header=\$ac_header_preproc"
15670 fi
15671 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15672 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15673
15674 fi
15675 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15676 cat >>confdefs.h <<_ACEOF
15677 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15678 _ACEOF
15679
15680 fi
15681
15682 done
15683
15684
15685 for ac_header in unistd.h
15686 do
15687 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15688 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15689 echo "$as_me:$LINENO: checking for $ac_header" >&5
15690 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15691 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15692 echo $ECHO_N "(cached) $ECHO_C" >&6
15693 fi
15694 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15695 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15696 else
15697 # Is the header compilable?
15698 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15699 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15700 cat >conftest.$ac_ext <<_ACEOF
15701 /* confdefs.h. */
15702 _ACEOF
15703 cat confdefs.h >>conftest.$ac_ext
15704 cat >>conftest.$ac_ext <<_ACEOF
15705 /* end confdefs.h. */
15706 $ac_includes_default
15707 #include <$ac_header>
15708 _ACEOF
15709 rm -f conftest.$ac_objext
15710 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15711 (eval $ac_compile) 2>conftest.er1
15712 ac_status=$?
15713 grep -v '^ *+' conftest.er1 >conftest.err
15714 rm -f conftest.er1
15715 cat conftest.err >&5
15716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15717 (exit $ac_status); } &&
15718 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15720 (eval $ac_try) 2>&5
15721 ac_status=$?
15722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15723 (exit $ac_status); }; } &&
15724 { ac_try='test -s conftest.$ac_objext'
15725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15726 (eval $ac_try) 2>&5
15727 ac_status=$?
15728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15729 (exit $ac_status); }; }; then
15730 ac_header_compiler=yes
15731 else
15732 echo "$as_me: failed program was:" >&5
15733 sed 's/^/| /' conftest.$ac_ext >&5
15734
15735 ac_header_compiler=no
15736 fi
15737 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15738 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15739 echo "${ECHO_T}$ac_header_compiler" >&6
15740
15741 # Is the header present?
15742 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15743 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15744 cat >conftest.$ac_ext <<_ACEOF
15745 /* confdefs.h. */
15746 _ACEOF
15747 cat confdefs.h >>conftest.$ac_ext
15748 cat >>conftest.$ac_ext <<_ACEOF
15749 /* end confdefs.h. */
15750 #include <$ac_header>
15751 _ACEOF
15752 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15753 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15754 ac_status=$?
15755 grep -v '^ *+' conftest.er1 >conftest.err
15756 rm -f conftest.er1
15757 cat conftest.err >&5
15758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15759 (exit $ac_status); } >/dev/null; then
15760 if test -s conftest.err; then
15761 ac_cpp_err=$ac_c_preproc_warn_flag
15762 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15763 else
15764 ac_cpp_err=
15765 fi
15766 else
15767 ac_cpp_err=yes
15768 fi
15769 if test -z "$ac_cpp_err"; then
15770 ac_header_preproc=yes
15771 else
15772 echo "$as_me: failed program was:" >&5
15773 sed 's/^/| /' conftest.$ac_ext >&5
15774
15775 ac_header_preproc=no
15776 fi
15777 rm -f conftest.err conftest.$ac_ext
15778 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15779 echo "${ECHO_T}$ac_header_preproc" >&6
15780
15781 # So? What about this header?
15782 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15783 yes:no: )
15784 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15785 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15786 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15787 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15788 ac_header_preproc=yes
15789 ;;
15790 no:yes:* )
15791 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15792 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15793 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15794 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15795 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15796 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15797 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15798 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15799 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15800 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15801 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15802 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15803 (
15804 cat <<\_ASBOX
15805 ## ----------------------------------------- ##
15806 ## Report this to wx-dev@lists.wxwidgets.org ##
15807 ## ----------------------------------------- ##
15808 _ASBOX
15809 ) |
15810 sed "s/^/$as_me: WARNING: /" >&2
15811 ;;
15812 esac
15813 echo "$as_me:$LINENO: checking for $ac_header" >&5
15814 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15815 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15816 echo $ECHO_N "(cached) $ECHO_C" >&6
15817 else
15818 eval "$as_ac_Header=\$ac_header_preproc"
15819 fi
15820 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15821 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15822
15823 fi
15824 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15825 cat >>confdefs.h <<_ACEOF
15826 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15827 _ACEOF
15828
15829 fi
15830
15831 done
15832
15833
15834 for ac_header in wchar.h
15835 do
15836 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15837 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15838 echo "$as_me:$LINENO: checking for $ac_header" >&5
15839 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15840 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15841 echo $ECHO_N "(cached) $ECHO_C" >&6
15842 fi
15843 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15844 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15845 else
15846 # Is the header compilable?
15847 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15848 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15849 cat >conftest.$ac_ext <<_ACEOF
15850 /* confdefs.h. */
15851 _ACEOF
15852 cat confdefs.h >>conftest.$ac_ext
15853 cat >>conftest.$ac_ext <<_ACEOF
15854 /* end confdefs.h. */
15855 $ac_includes_default
15856 #include <$ac_header>
15857 _ACEOF
15858 rm -f conftest.$ac_objext
15859 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15860 (eval $ac_compile) 2>conftest.er1
15861 ac_status=$?
15862 grep -v '^ *+' conftest.er1 >conftest.err
15863 rm -f conftest.er1
15864 cat conftest.err >&5
15865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15866 (exit $ac_status); } &&
15867 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15869 (eval $ac_try) 2>&5
15870 ac_status=$?
15871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15872 (exit $ac_status); }; } &&
15873 { ac_try='test -s conftest.$ac_objext'
15874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15875 (eval $ac_try) 2>&5
15876 ac_status=$?
15877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15878 (exit $ac_status); }; }; then
15879 ac_header_compiler=yes
15880 else
15881 echo "$as_me: failed program was:" >&5
15882 sed 's/^/| /' conftest.$ac_ext >&5
15883
15884 ac_header_compiler=no
15885 fi
15886 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15887 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15888 echo "${ECHO_T}$ac_header_compiler" >&6
15889
15890 # Is the header present?
15891 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15892 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15893 cat >conftest.$ac_ext <<_ACEOF
15894 /* confdefs.h. */
15895 _ACEOF
15896 cat confdefs.h >>conftest.$ac_ext
15897 cat >>conftest.$ac_ext <<_ACEOF
15898 /* end confdefs.h. */
15899 #include <$ac_header>
15900 _ACEOF
15901 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15902 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15903 ac_status=$?
15904 grep -v '^ *+' conftest.er1 >conftest.err
15905 rm -f conftest.er1
15906 cat conftest.err >&5
15907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15908 (exit $ac_status); } >/dev/null; then
15909 if test -s conftest.err; then
15910 ac_cpp_err=$ac_c_preproc_warn_flag
15911 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15912 else
15913 ac_cpp_err=
15914 fi
15915 else
15916 ac_cpp_err=yes
15917 fi
15918 if test -z "$ac_cpp_err"; then
15919 ac_header_preproc=yes
15920 else
15921 echo "$as_me: failed program was:" >&5
15922 sed 's/^/| /' conftest.$ac_ext >&5
15923
15924 ac_header_preproc=no
15925 fi
15926 rm -f conftest.err conftest.$ac_ext
15927 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15928 echo "${ECHO_T}$ac_header_preproc" >&6
15929
15930 # So? What about this header?
15931 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15932 yes:no: )
15933 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15934 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15935 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15936 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15937 ac_header_preproc=yes
15938 ;;
15939 no:yes:* )
15940 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15941 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15942 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15943 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15944 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15945 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15946 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15947 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15948 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15949 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15950 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15951 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15952 (
15953 cat <<\_ASBOX
15954 ## ----------------------------------------- ##
15955 ## Report this to wx-dev@lists.wxwidgets.org ##
15956 ## ----------------------------------------- ##
15957 _ASBOX
15958 ) |
15959 sed "s/^/$as_me: WARNING: /" >&2
15960 ;;
15961 esac
15962 echo "$as_me:$LINENO: checking for $ac_header" >&5
15963 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15964 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15965 echo $ECHO_N "(cached) $ECHO_C" >&6
15966 else
15967 eval "$as_ac_Header=\$ac_header_preproc"
15968 fi
15969 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15970 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15971
15972 fi
15973 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15974 cat >>confdefs.h <<_ACEOF
15975 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15976 _ACEOF
15977
15978 fi
15979
15980 done
15981
15982
15983 if test "$ac_cv_header_wchar_h" != "yes"; then
15984
15985 for ac_header in wcstr.h
15986 do
15987 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15988 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15989 echo "$as_me:$LINENO: checking for $ac_header" >&5
15990 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15991 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15992 echo $ECHO_N "(cached) $ECHO_C" >&6
15993 fi
15994 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15995 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15996 else
15997 # Is the header compilable?
15998 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15999 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16000 cat >conftest.$ac_ext <<_ACEOF
16001 /* confdefs.h. */
16002 _ACEOF
16003 cat confdefs.h >>conftest.$ac_ext
16004 cat >>conftest.$ac_ext <<_ACEOF
16005 /* end confdefs.h. */
16006 $ac_includes_default
16007 #include <$ac_header>
16008 _ACEOF
16009 rm -f conftest.$ac_objext
16010 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16011 (eval $ac_compile) 2>conftest.er1
16012 ac_status=$?
16013 grep -v '^ *+' conftest.er1 >conftest.err
16014 rm -f conftest.er1
16015 cat conftest.err >&5
16016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16017 (exit $ac_status); } &&
16018 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16020 (eval $ac_try) 2>&5
16021 ac_status=$?
16022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16023 (exit $ac_status); }; } &&
16024 { ac_try='test -s conftest.$ac_objext'
16025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16026 (eval $ac_try) 2>&5
16027 ac_status=$?
16028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16029 (exit $ac_status); }; }; then
16030 ac_header_compiler=yes
16031 else
16032 echo "$as_me: failed program was:" >&5
16033 sed 's/^/| /' conftest.$ac_ext >&5
16034
16035 ac_header_compiler=no
16036 fi
16037 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16038 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16039 echo "${ECHO_T}$ac_header_compiler" >&6
16040
16041 # Is the header present?
16042 echo "$as_me:$LINENO: checking $ac_header presence" >&5
16043 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16044 cat >conftest.$ac_ext <<_ACEOF
16045 /* confdefs.h. */
16046 _ACEOF
16047 cat confdefs.h >>conftest.$ac_ext
16048 cat >>conftest.$ac_ext <<_ACEOF
16049 /* end confdefs.h. */
16050 #include <$ac_header>
16051 _ACEOF
16052 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16053 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16054 ac_status=$?
16055 grep -v '^ *+' conftest.er1 >conftest.err
16056 rm -f conftest.er1
16057 cat conftest.err >&5
16058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16059 (exit $ac_status); } >/dev/null; then
16060 if test -s conftest.err; then
16061 ac_cpp_err=$ac_c_preproc_warn_flag
16062 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16063 else
16064 ac_cpp_err=
16065 fi
16066 else
16067 ac_cpp_err=yes
16068 fi
16069 if test -z "$ac_cpp_err"; then
16070 ac_header_preproc=yes
16071 else
16072 echo "$as_me: failed program was:" >&5
16073 sed 's/^/| /' conftest.$ac_ext >&5
16074
16075 ac_header_preproc=no
16076 fi
16077 rm -f conftest.err conftest.$ac_ext
16078 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16079 echo "${ECHO_T}$ac_header_preproc" >&6
16080
16081 # So? What about this header?
16082 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16083 yes:no: )
16084 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16085 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16086 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16087 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16088 ac_header_preproc=yes
16089 ;;
16090 no:yes:* )
16091 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16092 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16093 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16094 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16095 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16096 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16097 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16098 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16099 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16100 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16101 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16102 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16103 (
16104 cat <<\_ASBOX
16105 ## ----------------------------------------- ##
16106 ## Report this to wx-dev@lists.wxwidgets.org ##
16107 ## ----------------------------------------- ##
16108 _ASBOX
16109 ) |
16110 sed "s/^/$as_me: WARNING: /" >&2
16111 ;;
16112 esac
16113 echo "$as_me:$LINENO: checking for $ac_header" >&5
16114 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16115 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16116 echo $ECHO_N "(cached) $ECHO_C" >&6
16117 else
16118 eval "$as_ac_Header=\$ac_header_preproc"
16119 fi
16120 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16121 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16122
16123 fi
16124 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16125 cat >>confdefs.h <<_ACEOF
16126 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16127 _ACEOF
16128
16129 fi
16130
16131 done
16132
16133 fi
16134
16135
16136 for ac_header in fnmatch.h
16137 do
16138 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16139 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16140 echo "$as_me:$LINENO: checking for $ac_header" >&5
16141 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16142 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16143 echo $ECHO_N "(cached) $ECHO_C" >&6
16144 fi
16145 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16146 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16147 else
16148 # Is the header compilable?
16149 echo "$as_me:$LINENO: checking $ac_header usability" >&5
16150 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16151 cat >conftest.$ac_ext <<_ACEOF
16152 /* confdefs.h. */
16153 _ACEOF
16154 cat confdefs.h >>conftest.$ac_ext
16155 cat >>conftest.$ac_ext <<_ACEOF
16156 /* end confdefs.h. */
16157 $ac_includes_default
16158 #include <$ac_header>
16159 _ACEOF
16160 rm -f conftest.$ac_objext
16161 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16162 (eval $ac_compile) 2>conftest.er1
16163 ac_status=$?
16164 grep -v '^ *+' conftest.er1 >conftest.err
16165 rm -f conftest.er1
16166 cat conftest.err >&5
16167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16168 (exit $ac_status); } &&
16169 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16171 (eval $ac_try) 2>&5
16172 ac_status=$?
16173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16174 (exit $ac_status); }; } &&
16175 { ac_try='test -s conftest.$ac_objext'
16176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16177 (eval $ac_try) 2>&5
16178 ac_status=$?
16179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16180 (exit $ac_status); }; }; then
16181 ac_header_compiler=yes
16182 else
16183 echo "$as_me: failed program was:" >&5
16184 sed 's/^/| /' conftest.$ac_ext >&5
16185
16186 ac_header_compiler=no
16187 fi
16188 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16189 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16190 echo "${ECHO_T}$ac_header_compiler" >&6
16191
16192 # Is the header present?
16193 echo "$as_me:$LINENO: checking $ac_header presence" >&5
16194 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16195 cat >conftest.$ac_ext <<_ACEOF
16196 /* confdefs.h. */
16197 _ACEOF
16198 cat confdefs.h >>conftest.$ac_ext
16199 cat >>conftest.$ac_ext <<_ACEOF
16200 /* end confdefs.h. */
16201 #include <$ac_header>
16202 _ACEOF
16203 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16204 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16205 ac_status=$?
16206 grep -v '^ *+' conftest.er1 >conftest.err
16207 rm -f conftest.er1
16208 cat conftest.err >&5
16209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16210 (exit $ac_status); } >/dev/null; then
16211 if test -s conftest.err; then
16212 ac_cpp_err=$ac_c_preproc_warn_flag
16213 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16214 else
16215 ac_cpp_err=
16216 fi
16217 else
16218 ac_cpp_err=yes
16219 fi
16220 if test -z "$ac_cpp_err"; then
16221 ac_header_preproc=yes
16222 else
16223 echo "$as_me: failed program was:" >&5
16224 sed 's/^/| /' conftest.$ac_ext >&5
16225
16226 ac_header_preproc=no
16227 fi
16228 rm -f conftest.err conftest.$ac_ext
16229 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16230 echo "${ECHO_T}$ac_header_preproc" >&6
16231
16232 # So? What about this header?
16233 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16234 yes:no: )
16235 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16236 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16237 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16238 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16239 ac_header_preproc=yes
16240 ;;
16241 no:yes:* )
16242 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16243 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16244 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16245 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16246 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16247 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16248 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16249 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16250 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16251 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16252 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16253 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16254 (
16255 cat <<\_ASBOX
16256 ## ----------------------------------------- ##
16257 ## Report this to wx-dev@lists.wxwidgets.org ##
16258 ## ----------------------------------------- ##
16259 _ASBOX
16260 ) |
16261 sed "s/^/$as_me: WARNING: /" >&2
16262 ;;
16263 esac
16264 echo "$as_me:$LINENO: checking for $ac_header" >&5
16265 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16266 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16267 echo $ECHO_N "(cached) $ECHO_C" >&6
16268 else
16269 eval "$as_ac_Header=\$ac_header_preproc"
16270 fi
16271 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16272 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16273
16274 fi
16275 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16276 cat >>confdefs.h <<_ACEOF
16277 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16278 _ACEOF
16279
16280 fi
16281
16282 done
16283
16284
16285
16286 for ac_header in langinfo.h
16287 do
16288 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16289 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16290 echo "$as_me:$LINENO: checking for $ac_header" >&5
16291 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16292 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16293 echo $ECHO_N "(cached) $ECHO_C" >&6
16294 fi
16295 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16296 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16297 else
16298 # Is the header compilable?
16299 echo "$as_me:$LINENO: checking $ac_header usability" >&5
16300 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16301 cat >conftest.$ac_ext <<_ACEOF
16302 /* confdefs.h. */
16303 _ACEOF
16304 cat confdefs.h >>conftest.$ac_ext
16305 cat >>conftest.$ac_ext <<_ACEOF
16306 /* end confdefs.h. */
16307 $ac_includes_default
16308 #include <$ac_header>
16309 _ACEOF
16310 rm -f conftest.$ac_objext
16311 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16312 (eval $ac_compile) 2>conftest.er1
16313 ac_status=$?
16314 grep -v '^ *+' conftest.er1 >conftest.err
16315 rm -f conftest.er1
16316 cat conftest.err >&5
16317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16318 (exit $ac_status); } &&
16319 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16321 (eval $ac_try) 2>&5
16322 ac_status=$?
16323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16324 (exit $ac_status); }; } &&
16325 { ac_try='test -s conftest.$ac_objext'
16326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16327 (eval $ac_try) 2>&5
16328 ac_status=$?
16329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16330 (exit $ac_status); }; }; then
16331 ac_header_compiler=yes
16332 else
16333 echo "$as_me: failed program was:" >&5
16334 sed 's/^/| /' conftest.$ac_ext >&5
16335
16336 ac_header_compiler=no
16337 fi
16338 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16339 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16340 echo "${ECHO_T}$ac_header_compiler" >&6
16341
16342 # Is the header present?
16343 echo "$as_me:$LINENO: checking $ac_header presence" >&5
16344 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16345 cat >conftest.$ac_ext <<_ACEOF
16346 /* confdefs.h. */
16347 _ACEOF
16348 cat confdefs.h >>conftest.$ac_ext
16349 cat >>conftest.$ac_ext <<_ACEOF
16350 /* end confdefs.h. */
16351 #include <$ac_header>
16352 _ACEOF
16353 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16354 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16355 ac_status=$?
16356 grep -v '^ *+' conftest.er1 >conftest.err
16357 rm -f conftest.er1
16358 cat conftest.err >&5
16359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16360 (exit $ac_status); } >/dev/null; then
16361 if test -s conftest.err; then
16362 ac_cpp_err=$ac_c_preproc_warn_flag
16363 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16364 else
16365 ac_cpp_err=
16366 fi
16367 else
16368 ac_cpp_err=yes
16369 fi
16370 if test -z "$ac_cpp_err"; then
16371 ac_header_preproc=yes
16372 else
16373 echo "$as_me: failed program was:" >&5
16374 sed 's/^/| /' conftest.$ac_ext >&5
16375
16376 ac_header_preproc=no
16377 fi
16378 rm -f conftest.err conftest.$ac_ext
16379 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16380 echo "${ECHO_T}$ac_header_preproc" >&6
16381
16382 # So? What about this header?
16383 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16384 yes:no: )
16385 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16386 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16387 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16388 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16389 ac_header_preproc=yes
16390 ;;
16391 no:yes:* )
16392 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16393 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16394 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16395 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16396 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16397 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16398 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16399 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16400 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16401 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16402 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16403 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16404 (
16405 cat <<\_ASBOX
16406 ## ----------------------------------------- ##
16407 ## Report this to wx-dev@lists.wxwidgets.org ##
16408 ## ----------------------------------------- ##
16409 _ASBOX
16410 ) |
16411 sed "s/^/$as_me: WARNING: /" >&2
16412 ;;
16413 esac
16414 echo "$as_me:$LINENO: checking for $ac_header" >&5
16415 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16416 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16417 echo $ECHO_N "(cached) $ECHO_C" >&6
16418 else
16419 eval "$as_ac_Header=\$ac_header_preproc"
16420 fi
16421 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16422 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16423
16424 fi
16425 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16426 cat >>confdefs.h <<_ACEOF
16427 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16428 _ACEOF
16429
16430 fi
16431
16432 done
16433
16434
16435 case "${host}" in
16436 *-pc-os2_emx | *-pc-os2-emx )
16437 if test $ac_cv_header_langinfo_h = "yes" \
16438 -a \( "$wx_cv_gccversion" = "EMX2" \
16439 -o "$wx_cv_gccversion" = "EMX3" \
16440 -o "$wx_cv_gccversion" = "Innotek5" \); then
16441 LIBS="$LIBS -lintl"
16442 fi
16443 ;;
16444 esac
16445
16446
16447 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
16448 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
16449 if test "${ac_cv_c_const+set}" = set; then
16450 echo $ECHO_N "(cached) $ECHO_C" >&6
16451 else
16452 cat >conftest.$ac_ext <<_ACEOF
16453 /* confdefs.h. */
16454 _ACEOF
16455 cat confdefs.h >>conftest.$ac_ext
16456 cat >>conftest.$ac_ext <<_ACEOF
16457 /* end confdefs.h. */
16458
16459 int
16460 main ()
16461 {
16462 /* FIXME: Include the comments suggested by Paul. */
16463 #ifndef __cplusplus
16464 /* Ultrix mips cc rejects this. */
16465 typedef int charset[2];
16466 const charset x;
16467 /* SunOS 4.1.1 cc rejects this. */
16468 char const *const *ccp;
16469 char **p;
16470 /* NEC SVR4.0.2 mips cc rejects this. */
16471 struct point {int x, y;};
16472 static struct point const zero = {0,0};
16473 /* AIX XL C 1.02.0.0 rejects this.
16474 It does not let you subtract one const X* pointer from another in
16475 an arm of an if-expression whose if-part is not a constant
16476 expression */
16477 const char *g = "string";
16478 ccp = &g + (g ? g-g : 0);
16479 /* HPUX 7.0 cc rejects these. */
16480 ++ccp;
16481 p = (char**) ccp;
16482 ccp = (char const *const *) p;
16483 { /* SCO 3.2v4 cc rejects this. */
16484 char *t;
16485 char const *s = 0 ? (char *) 0 : (char const *) 0;
16486
16487 *t++ = 0;
16488 }
16489 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
16490 int x[] = {25, 17};
16491 const int *foo = &x[0];
16492 ++foo;
16493 }
16494 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
16495 typedef const int *iptr;
16496 iptr p = 0;
16497 ++p;
16498 }
16499 { /* AIX XL C 1.02.0.0 rejects this saying
16500 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
16501 struct s { int j; const int *ap[3]; };
16502 struct s *b; b->j = 5;
16503 }
16504 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
16505 const int foo = 10;
16506 }
16507 #endif
16508
16509 ;
16510 return 0;
16511 }
16512 _ACEOF
16513 rm -f conftest.$ac_objext
16514 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16515 (eval $ac_compile) 2>conftest.er1
16516 ac_status=$?
16517 grep -v '^ *+' conftest.er1 >conftest.err
16518 rm -f conftest.er1
16519 cat conftest.err >&5
16520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16521 (exit $ac_status); } &&
16522 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16524 (eval $ac_try) 2>&5
16525 ac_status=$?
16526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16527 (exit $ac_status); }; } &&
16528 { ac_try='test -s conftest.$ac_objext'
16529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16530 (eval $ac_try) 2>&5
16531 ac_status=$?
16532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16533 (exit $ac_status); }; }; then
16534 ac_cv_c_const=yes
16535 else
16536 echo "$as_me: failed program was:" >&5
16537 sed 's/^/| /' conftest.$ac_ext >&5
16538
16539 ac_cv_c_const=no
16540 fi
16541 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16542 fi
16543 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
16544 echo "${ECHO_T}$ac_cv_c_const" >&6
16545 if test $ac_cv_c_const = no; then
16546
16547 cat >>confdefs.h <<\_ACEOF
16548 #define const
16549 _ACEOF
16550
16551 fi
16552
16553 echo "$as_me:$LINENO: checking for inline" >&5
16554 echo $ECHO_N "checking for inline... $ECHO_C" >&6
16555 if test "${ac_cv_c_inline+set}" = set; then
16556 echo $ECHO_N "(cached) $ECHO_C" >&6
16557 else
16558 ac_cv_c_inline=no
16559 for ac_kw in inline __inline__ __inline; do
16560 cat >conftest.$ac_ext <<_ACEOF
16561 /* confdefs.h. */
16562 _ACEOF
16563 cat confdefs.h >>conftest.$ac_ext
16564 cat >>conftest.$ac_ext <<_ACEOF
16565 /* end confdefs.h. */
16566 #ifndef __cplusplus
16567 typedef int foo_t;
16568 static $ac_kw foo_t static_foo () {return 0; }
16569 $ac_kw foo_t foo () {return 0; }
16570 #endif
16571
16572 _ACEOF
16573 rm -f conftest.$ac_objext
16574 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16575 (eval $ac_compile) 2>conftest.er1
16576 ac_status=$?
16577 grep -v '^ *+' conftest.er1 >conftest.err
16578 rm -f conftest.er1
16579 cat conftest.err >&5
16580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16581 (exit $ac_status); } &&
16582 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16584 (eval $ac_try) 2>&5
16585 ac_status=$?
16586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16587 (exit $ac_status); }; } &&
16588 { ac_try='test -s conftest.$ac_objext'
16589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16590 (eval $ac_try) 2>&5
16591 ac_status=$?
16592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16593 (exit $ac_status); }; }; then
16594 ac_cv_c_inline=$ac_kw; break
16595 else
16596 echo "$as_me: failed program was:" >&5
16597 sed 's/^/| /' conftest.$ac_ext >&5
16598
16599 fi
16600 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16601 done
16602
16603 fi
16604 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
16605 echo "${ECHO_T}$ac_cv_c_inline" >&6
16606
16607
16608 case $ac_cv_c_inline in
16609 inline | yes) ;;
16610 *)
16611 case $ac_cv_c_inline in
16612 no) ac_val=;;
16613 *) ac_val=$ac_cv_c_inline;;
16614 esac
16615 cat >>confdefs.h <<_ACEOF
16616 #ifndef __cplusplus
16617 #define inline $ac_val
16618 #endif
16619 _ACEOF
16620 ;;
16621 esac
16622
16623
16624 echo "$as_me:$LINENO: checking for char" >&5
16625 echo $ECHO_N "checking for char... $ECHO_C" >&6
16626 if test "${ac_cv_type_char+set}" = set; then
16627 echo $ECHO_N "(cached) $ECHO_C" >&6
16628 else
16629 cat >conftest.$ac_ext <<_ACEOF
16630 /* confdefs.h. */
16631 _ACEOF
16632 cat confdefs.h >>conftest.$ac_ext
16633 cat >>conftest.$ac_ext <<_ACEOF
16634 /* end confdefs.h. */
16635 $ac_includes_default
16636 int
16637 main ()
16638 {
16639 if ((char *) 0)
16640 return 0;
16641 if (sizeof (char))
16642 return 0;
16643 ;
16644 return 0;
16645 }
16646 _ACEOF
16647 rm -f conftest.$ac_objext
16648 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16649 (eval $ac_compile) 2>conftest.er1
16650 ac_status=$?
16651 grep -v '^ *+' conftest.er1 >conftest.err
16652 rm -f conftest.er1
16653 cat conftest.err >&5
16654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16655 (exit $ac_status); } &&
16656 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
16662 { ac_try='test -s conftest.$ac_objext'
16663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16664 (eval $ac_try) 2>&5
16665 ac_status=$?
16666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16667 (exit $ac_status); }; }; then
16668 ac_cv_type_char=yes
16669 else
16670 echo "$as_me: failed program was:" >&5
16671 sed 's/^/| /' conftest.$ac_ext >&5
16672
16673 ac_cv_type_char=no
16674 fi
16675 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16676 fi
16677 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
16678 echo "${ECHO_T}$ac_cv_type_char" >&6
16679
16680 echo "$as_me:$LINENO: checking size of char" >&5
16681 echo $ECHO_N "checking size of char... $ECHO_C" >&6
16682 if test "${ac_cv_sizeof_char+set}" = set; then
16683 echo $ECHO_N "(cached) $ECHO_C" >&6
16684 else
16685 if test "$ac_cv_type_char" = yes; then
16686 # The cast to unsigned long works around a bug in the HP C Compiler
16687 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16688 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16689 # This bug is HP SR number 8606223364.
16690 if test "$cross_compiling" = yes; then
16691 # Depending upon the size, compute the lo and hi bounds.
16692 cat >conftest.$ac_ext <<_ACEOF
16693 /* confdefs.h. */
16694 _ACEOF
16695 cat confdefs.h >>conftest.$ac_ext
16696 cat >>conftest.$ac_ext <<_ACEOF
16697 /* end confdefs.h. */
16698 $ac_includes_default
16699 int
16700 main ()
16701 {
16702 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
16703 test_array [0] = 0
16704
16705 ;
16706 return 0;
16707 }
16708 _ACEOF
16709 rm -f conftest.$ac_objext
16710 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16711 (eval $ac_compile) 2>conftest.er1
16712 ac_status=$?
16713 grep -v '^ *+' conftest.er1 >conftest.err
16714 rm -f conftest.er1
16715 cat conftest.err >&5
16716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16717 (exit $ac_status); } &&
16718 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16720 (eval $ac_try) 2>&5
16721 ac_status=$?
16722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16723 (exit $ac_status); }; } &&
16724 { ac_try='test -s conftest.$ac_objext'
16725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16726 (eval $ac_try) 2>&5
16727 ac_status=$?
16728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16729 (exit $ac_status); }; }; then
16730 ac_lo=0 ac_mid=0
16731 while :; do
16732 cat >conftest.$ac_ext <<_ACEOF
16733 /* confdefs.h. */
16734 _ACEOF
16735 cat confdefs.h >>conftest.$ac_ext
16736 cat >>conftest.$ac_ext <<_ACEOF
16737 /* end confdefs.h. */
16738 $ac_includes_default
16739 int
16740 main ()
16741 {
16742 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
16743 test_array [0] = 0
16744
16745 ;
16746 return 0;
16747 }
16748 _ACEOF
16749 rm -f conftest.$ac_objext
16750 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16751 (eval $ac_compile) 2>conftest.er1
16752 ac_status=$?
16753 grep -v '^ *+' conftest.er1 >conftest.err
16754 rm -f conftest.er1
16755 cat conftest.err >&5
16756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16757 (exit $ac_status); } &&
16758 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16760 (eval $ac_try) 2>&5
16761 ac_status=$?
16762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16763 (exit $ac_status); }; } &&
16764 { ac_try='test -s conftest.$ac_objext'
16765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16766 (eval $ac_try) 2>&5
16767 ac_status=$?
16768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16769 (exit $ac_status); }; }; then
16770 ac_hi=$ac_mid; break
16771 else
16772 echo "$as_me: failed program was:" >&5
16773 sed 's/^/| /' conftest.$ac_ext >&5
16774
16775 ac_lo=`expr $ac_mid + 1`
16776 if test $ac_lo -le $ac_mid; then
16777 ac_lo= ac_hi=
16778 break
16779 fi
16780 ac_mid=`expr 2 '*' $ac_mid + 1`
16781 fi
16782 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16783 done
16784 else
16785 echo "$as_me: failed program was:" >&5
16786 sed 's/^/| /' conftest.$ac_ext >&5
16787
16788 cat >conftest.$ac_ext <<_ACEOF
16789 /* confdefs.h. */
16790 _ACEOF
16791 cat confdefs.h >>conftest.$ac_ext
16792 cat >>conftest.$ac_ext <<_ACEOF
16793 /* end confdefs.h. */
16794 $ac_includes_default
16795 int
16796 main ()
16797 {
16798 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
16799 test_array [0] = 0
16800
16801 ;
16802 return 0;
16803 }
16804 _ACEOF
16805 rm -f conftest.$ac_objext
16806 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16807 (eval $ac_compile) 2>conftest.er1
16808 ac_status=$?
16809 grep -v '^ *+' conftest.er1 >conftest.err
16810 rm -f conftest.er1
16811 cat conftest.err >&5
16812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16813 (exit $ac_status); } &&
16814 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16816 (eval $ac_try) 2>&5
16817 ac_status=$?
16818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16819 (exit $ac_status); }; } &&
16820 { ac_try='test -s conftest.$ac_objext'
16821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16822 (eval $ac_try) 2>&5
16823 ac_status=$?
16824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16825 (exit $ac_status); }; }; then
16826 ac_hi=-1 ac_mid=-1
16827 while :; do
16828 cat >conftest.$ac_ext <<_ACEOF
16829 /* confdefs.h. */
16830 _ACEOF
16831 cat confdefs.h >>conftest.$ac_ext
16832 cat >>conftest.$ac_ext <<_ACEOF
16833 /* end confdefs.h. */
16834 $ac_includes_default
16835 int
16836 main ()
16837 {
16838 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
16839 test_array [0] = 0
16840
16841 ;
16842 return 0;
16843 }
16844 _ACEOF
16845 rm -f conftest.$ac_objext
16846 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16847 (eval $ac_compile) 2>conftest.er1
16848 ac_status=$?
16849 grep -v '^ *+' conftest.er1 >conftest.err
16850 rm -f conftest.er1
16851 cat conftest.err >&5
16852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16853 (exit $ac_status); } &&
16854 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16856 (eval $ac_try) 2>&5
16857 ac_status=$?
16858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16859 (exit $ac_status); }; } &&
16860 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
16866 ac_lo=$ac_mid; break
16867 else
16868 echo "$as_me: failed program was:" >&5
16869 sed 's/^/| /' conftest.$ac_ext >&5
16870
16871 ac_hi=`expr '(' $ac_mid ')' - 1`
16872 if test $ac_mid -le $ac_hi; then
16873 ac_lo= ac_hi=
16874 break
16875 fi
16876 ac_mid=`expr 2 '*' $ac_mid`
16877 fi
16878 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16879 done
16880 else
16881 echo "$as_me: failed program was:" >&5
16882 sed 's/^/| /' conftest.$ac_ext >&5
16883
16884 ac_lo= ac_hi=
16885 fi
16886 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16887 fi
16888 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16889 # Binary search between lo and hi bounds.
16890 while test "x$ac_lo" != "x$ac_hi"; do
16891 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16892 cat >conftest.$ac_ext <<_ACEOF
16893 /* confdefs.h. */
16894 _ACEOF
16895 cat confdefs.h >>conftest.$ac_ext
16896 cat >>conftest.$ac_ext <<_ACEOF
16897 /* end confdefs.h. */
16898 $ac_includes_default
16899 int
16900 main ()
16901 {
16902 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
16903 test_array [0] = 0
16904
16905 ;
16906 return 0;
16907 }
16908 _ACEOF
16909 rm -f conftest.$ac_objext
16910 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16911 (eval $ac_compile) 2>conftest.er1
16912 ac_status=$?
16913 grep -v '^ *+' conftest.er1 >conftest.err
16914 rm -f conftest.er1
16915 cat conftest.err >&5
16916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16917 (exit $ac_status); } &&
16918 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16920 (eval $ac_try) 2>&5
16921 ac_status=$?
16922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16923 (exit $ac_status); }; } &&
16924 { ac_try='test -s conftest.$ac_objext'
16925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16926 (eval $ac_try) 2>&5
16927 ac_status=$?
16928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16929 (exit $ac_status); }; }; then
16930 ac_hi=$ac_mid
16931 else
16932 echo "$as_me: failed program was:" >&5
16933 sed 's/^/| /' conftest.$ac_ext >&5
16934
16935 ac_lo=`expr '(' $ac_mid ')' + 1`
16936 fi
16937 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16938 done
16939 case $ac_lo in
16940 ?*) ac_cv_sizeof_char=$ac_lo;;
16941 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
16942 See \`config.log' for more details." >&5
16943 echo "$as_me: error: cannot compute sizeof (char), 77
16944 See \`config.log' for more details." >&2;}
16945 { (exit 1); exit 1; }; } ;;
16946 esac
16947 else
16948 if test "$cross_compiling" = yes; then
16949 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16950 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
16951 { (exit 1); exit 1; }; }
16952 else
16953 cat >conftest.$ac_ext <<_ACEOF
16954 /* confdefs.h. */
16955 _ACEOF
16956 cat confdefs.h >>conftest.$ac_ext
16957 cat >>conftest.$ac_ext <<_ACEOF
16958 /* end confdefs.h. */
16959 $ac_includes_default
16960 long longval () { return (long) (sizeof (char)); }
16961 unsigned long ulongval () { return (long) (sizeof (char)); }
16962 #include <stdio.h>
16963 #include <stdlib.h>
16964 int
16965 main ()
16966 {
16967
16968 FILE *f = fopen ("conftest.val", "w");
16969 if (! f)
16970 exit (1);
16971 if (((long) (sizeof (char))) < 0)
16972 {
16973 long i = longval ();
16974 if (i != ((long) (sizeof (char))))
16975 exit (1);
16976 fprintf (f, "%ld\n", i);
16977 }
16978 else
16979 {
16980 unsigned long i = ulongval ();
16981 if (i != ((long) (sizeof (char))))
16982 exit (1);
16983 fprintf (f, "%lu\n", i);
16984 }
16985 exit (ferror (f) || fclose (f) != 0);
16986
16987 ;
16988 return 0;
16989 }
16990 _ACEOF
16991 rm -f conftest$ac_exeext
16992 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16993 (eval $ac_link) 2>&5
16994 ac_status=$?
16995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16996 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16998 (eval $ac_try) 2>&5
16999 ac_status=$?
17000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17001 (exit $ac_status); }; }; then
17002 ac_cv_sizeof_char=`cat conftest.val`
17003 else
17004 echo "$as_me: program exited with status $ac_status" >&5
17005 echo "$as_me: failed program was:" >&5
17006 sed 's/^/| /' conftest.$ac_ext >&5
17007
17008 ( exit $ac_status )
17009 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
17010 See \`config.log' for more details." >&5
17011 echo "$as_me: error: cannot compute sizeof (char), 77
17012 See \`config.log' for more details." >&2;}
17013 { (exit 1); exit 1; }; }
17014 fi
17015 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17016 fi
17017 fi
17018 rm -f conftest.val
17019 else
17020 ac_cv_sizeof_char=0
17021 fi
17022 fi
17023 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
17024 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
17025 cat >>confdefs.h <<_ACEOF
17026 #define SIZEOF_CHAR $ac_cv_sizeof_char
17027 _ACEOF
17028
17029
17030 echo "$as_me:$LINENO: checking for short" >&5
17031 echo $ECHO_N "checking for short... $ECHO_C" >&6
17032 if test "${ac_cv_type_short+set}" = set; then
17033 echo $ECHO_N "(cached) $ECHO_C" >&6
17034 else
17035 cat >conftest.$ac_ext <<_ACEOF
17036 /* confdefs.h. */
17037 _ACEOF
17038 cat confdefs.h >>conftest.$ac_ext
17039 cat >>conftest.$ac_ext <<_ACEOF
17040 /* end confdefs.h. */
17041 $ac_includes_default
17042 int
17043 main ()
17044 {
17045 if ((short *) 0)
17046 return 0;
17047 if (sizeof (short))
17048 return 0;
17049 ;
17050 return 0;
17051 }
17052 _ACEOF
17053 rm -f conftest.$ac_objext
17054 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17055 (eval $ac_compile) 2>conftest.er1
17056 ac_status=$?
17057 grep -v '^ *+' conftest.er1 >conftest.err
17058 rm -f conftest.er1
17059 cat conftest.err >&5
17060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17061 (exit $ac_status); } &&
17062 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17064 (eval $ac_try) 2>&5
17065 ac_status=$?
17066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17067 (exit $ac_status); }; } &&
17068 { ac_try='test -s conftest.$ac_objext'
17069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17070 (eval $ac_try) 2>&5
17071 ac_status=$?
17072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17073 (exit $ac_status); }; }; then
17074 ac_cv_type_short=yes
17075 else
17076 echo "$as_me: failed program was:" >&5
17077 sed 's/^/| /' conftest.$ac_ext >&5
17078
17079 ac_cv_type_short=no
17080 fi
17081 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17082 fi
17083 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
17084 echo "${ECHO_T}$ac_cv_type_short" >&6
17085
17086 echo "$as_me:$LINENO: checking size of short" >&5
17087 echo $ECHO_N "checking size of short... $ECHO_C" >&6
17088 if test "${ac_cv_sizeof_short+set}" = set; then
17089 echo $ECHO_N "(cached) $ECHO_C" >&6
17090 else
17091 if test "$ac_cv_type_short" = yes; then
17092 # The cast to unsigned long works around a bug in the HP C Compiler
17093 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17094 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17095 # This bug is HP SR number 8606223364.
17096 if test "$cross_compiling" = yes; then
17097 # Depending upon the size, compute the lo and hi bounds.
17098 cat >conftest.$ac_ext <<_ACEOF
17099 /* confdefs.h. */
17100 _ACEOF
17101 cat confdefs.h >>conftest.$ac_ext
17102 cat >>conftest.$ac_ext <<_ACEOF
17103 /* end confdefs.h. */
17104 $ac_includes_default
17105 int
17106 main ()
17107 {
17108 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
17109 test_array [0] = 0
17110
17111 ;
17112 return 0;
17113 }
17114 _ACEOF
17115 rm -f conftest.$ac_objext
17116 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17117 (eval $ac_compile) 2>conftest.er1
17118 ac_status=$?
17119 grep -v '^ *+' conftest.er1 >conftest.err
17120 rm -f conftest.er1
17121 cat conftest.err >&5
17122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17123 (exit $ac_status); } &&
17124 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17126 (eval $ac_try) 2>&5
17127 ac_status=$?
17128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17129 (exit $ac_status); }; } &&
17130 { ac_try='test -s conftest.$ac_objext'
17131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17132 (eval $ac_try) 2>&5
17133 ac_status=$?
17134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17135 (exit $ac_status); }; }; then
17136 ac_lo=0 ac_mid=0
17137 while :; do
17138 cat >conftest.$ac_ext <<_ACEOF
17139 /* confdefs.h. */
17140 _ACEOF
17141 cat confdefs.h >>conftest.$ac_ext
17142 cat >>conftest.$ac_ext <<_ACEOF
17143 /* end confdefs.h. */
17144 $ac_includes_default
17145 int
17146 main ()
17147 {
17148 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
17149 test_array [0] = 0
17150
17151 ;
17152 return 0;
17153 }
17154 _ACEOF
17155 rm -f conftest.$ac_objext
17156 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17157 (eval $ac_compile) 2>conftest.er1
17158 ac_status=$?
17159 grep -v '^ *+' conftest.er1 >conftest.err
17160 rm -f conftest.er1
17161 cat conftest.err >&5
17162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17163 (exit $ac_status); } &&
17164 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17166 (eval $ac_try) 2>&5
17167 ac_status=$?
17168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17169 (exit $ac_status); }; } &&
17170 { ac_try='test -s conftest.$ac_objext'
17171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17172 (eval $ac_try) 2>&5
17173 ac_status=$?
17174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17175 (exit $ac_status); }; }; then
17176 ac_hi=$ac_mid; break
17177 else
17178 echo "$as_me: failed program was:" >&5
17179 sed 's/^/| /' conftest.$ac_ext >&5
17180
17181 ac_lo=`expr $ac_mid + 1`
17182 if test $ac_lo -le $ac_mid; then
17183 ac_lo= ac_hi=
17184 break
17185 fi
17186 ac_mid=`expr 2 '*' $ac_mid + 1`
17187 fi
17188 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17189 done
17190 else
17191 echo "$as_me: failed program was:" >&5
17192 sed 's/^/| /' conftest.$ac_ext >&5
17193
17194 cat >conftest.$ac_ext <<_ACEOF
17195 /* confdefs.h. */
17196 _ACEOF
17197 cat confdefs.h >>conftest.$ac_ext
17198 cat >>conftest.$ac_ext <<_ACEOF
17199 /* end confdefs.h. */
17200 $ac_includes_default
17201 int
17202 main ()
17203 {
17204 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
17205 test_array [0] = 0
17206
17207 ;
17208 return 0;
17209 }
17210 _ACEOF
17211 rm -f conftest.$ac_objext
17212 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17213 (eval $ac_compile) 2>conftest.er1
17214 ac_status=$?
17215 grep -v '^ *+' conftest.er1 >conftest.err
17216 rm -f conftest.er1
17217 cat conftest.err >&5
17218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17219 (exit $ac_status); } &&
17220 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17222 (eval $ac_try) 2>&5
17223 ac_status=$?
17224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17225 (exit $ac_status); }; } &&
17226 { ac_try='test -s conftest.$ac_objext'
17227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17228 (eval $ac_try) 2>&5
17229 ac_status=$?
17230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17231 (exit $ac_status); }; }; then
17232 ac_hi=-1 ac_mid=-1
17233 while :; do
17234 cat >conftest.$ac_ext <<_ACEOF
17235 /* confdefs.h. */
17236 _ACEOF
17237 cat confdefs.h >>conftest.$ac_ext
17238 cat >>conftest.$ac_ext <<_ACEOF
17239 /* end confdefs.h. */
17240 $ac_includes_default
17241 int
17242 main ()
17243 {
17244 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
17245 test_array [0] = 0
17246
17247 ;
17248 return 0;
17249 }
17250 _ACEOF
17251 rm -f conftest.$ac_objext
17252 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17253 (eval $ac_compile) 2>conftest.er1
17254 ac_status=$?
17255 grep -v '^ *+' conftest.er1 >conftest.err
17256 rm -f conftest.er1
17257 cat conftest.err >&5
17258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17259 (exit $ac_status); } &&
17260 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17262 (eval $ac_try) 2>&5
17263 ac_status=$?
17264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17265 (exit $ac_status); }; } &&
17266 { ac_try='test -s conftest.$ac_objext'
17267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17268 (eval $ac_try) 2>&5
17269 ac_status=$?
17270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17271 (exit $ac_status); }; }; then
17272 ac_lo=$ac_mid; break
17273 else
17274 echo "$as_me: failed program was:" >&5
17275 sed 's/^/| /' conftest.$ac_ext >&5
17276
17277 ac_hi=`expr '(' $ac_mid ')' - 1`
17278 if test $ac_mid -le $ac_hi; then
17279 ac_lo= ac_hi=
17280 break
17281 fi
17282 ac_mid=`expr 2 '*' $ac_mid`
17283 fi
17284 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17285 done
17286 else
17287 echo "$as_me: failed program was:" >&5
17288 sed 's/^/| /' conftest.$ac_ext >&5
17289
17290 ac_lo= ac_hi=
17291 fi
17292 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17293 fi
17294 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17295 # Binary search between lo and hi bounds.
17296 while test "x$ac_lo" != "x$ac_hi"; do
17297 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17298 cat >conftest.$ac_ext <<_ACEOF
17299 /* confdefs.h. */
17300 _ACEOF
17301 cat confdefs.h >>conftest.$ac_ext
17302 cat >>conftest.$ac_ext <<_ACEOF
17303 /* end confdefs.h. */
17304 $ac_includes_default
17305 int
17306 main ()
17307 {
17308 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
17309 test_array [0] = 0
17310
17311 ;
17312 return 0;
17313 }
17314 _ACEOF
17315 rm -f conftest.$ac_objext
17316 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17317 (eval $ac_compile) 2>conftest.er1
17318 ac_status=$?
17319 grep -v '^ *+' conftest.er1 >conftest.err
17320 rm -f conftest.er1
17321 cat conftest.err >&5
17322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17323 (exit $ac_status); } &&
17324 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17326 (eval $ac_try) 2>&5
17327 ac_status=$?
17328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17329 (exit $ac_status); }; } &&
17330 { ac_try='test -s conftest.$ac_objext'
17331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17332 (eval $ac_try) 2>&5
17333 ac_status=$?
17334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17335 (exit $ac_status); }; }; then
17336 ac_hi=$ac_mid
17337 else
17338 echo "$as_me: failed program was:" >&5
17339 sed 's/^/| /' conftest.$ac_ext >&5
17340
17341 ac_lo=`expr '(' $ac_mid ')' + 1`
17342 fi
17343 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17344 done
17345 case $ac_lo in
17346 ?*) ac_cv_sizeof_short=$ac_lo;;
17347 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
17348 See \`config.log' for more details." >&5
17349 echo "$as_me: error: cannot compute sizeof (short), 77
17350 See \`config.log' for more details." >&2;}
17351 { (exit 1); exit 1; }; } ;;
17352 esac
17353 else
17354 if test "$cross_compiling" = yes; then
17355 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17356 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17357 { (exit 1); exit 1; }; }
17358 else
17359 cat >conftest.$ac_ext <<_ACEOF
17360 /* confdefs.h. */
17361 _ACEOF
17362 cat confdefs.h >>conftest.$ac_ext
17363 cat >>conftest.$ac_ext <<_ACEOF
17364 /* end confdefs.h. */
17365 $ac_includes_default
17366 long longval () { return (long) (sizeof (short)); }
17367 unsigned long ulongval () { return (long) (sizeof (short)); }
17368 #include <stdio.h>
17369 #include <stdlib.h>
17370 int
17371 main ()
17372 {
17373
17374 FILE *f = fopen ("conftest.val", "w");
17375 if (! f)
17376 exit (1);
17377 if (((long) (sizeof (short))) < 0)
17378 {
17379 long i = longval ();
17380 if (i != ((long) (sizeof (short))))
17381 exit (1);
17382 fprintf (f, "%ld\n", i);
17383 }
17384 else
17385 {
17386 unsigned long i = ulongval ();
17387 if (i != ((long) (sizeof (short))))
17388 exit (1);
17389 fprintf (f, "%lu\n", i);
17390 }
17391 exit (ferror (f) || fclose (f) != 0);
17392
17393 ;
17394 return 0;
17395 }
17396 _ACEOF
17397 rm -f conftest$ac_exeext
17398 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17399 (eval $ac_link) 2>&5
17400 ac_status=$?
17401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17402 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17404 (eval $ac_try) 2>&5
17405 ac_status=$?
17406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17407 (exit $ac_status); }; }; then
17408 ac_cv_sizeof_short=`cat conftest.val`
17409 else
17410 echo "$as_me: program exited with status $ac_status" >&5
17411 echo "$as_me: failed program was:" >&5
17412 sed 's/^/| /' conftest.$ac_ext >&5
17413
17414 ( exit $ac_status )
17415 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
17416 See \`config.log' for more details." >&5
17417 echo "$as_me: error: cannot compute sizeof (short), 77
17418 See \`config.log' for more details." >&2;}
17419 { (exit 1); exit 1; }; }
17420 fi
17421 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17422 fi
17423 fi
17424 rm -f conftest.val
17425 else
17426 ac_cv_sizeof_short=0
17427 fi
17428 fi
17429 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
17430 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
17431 cat >>confdefs.h <<_ACEOF
17432 #define SIZEOF_SHORT $ac_cv_sizeof_short
17433 _ACEOF
17434
17435
17436 echo "$as_me:$LINENO: checking for void *" >&5
17437 echo $ECHO_N "checking for void *... $ECHO_C" >&6
17438 if test "${ac_cv_type_void_p+set}" = set; then
17439 echo $ECHO_N "(cached) $ECHO_C" >&6
17440 else
17441 cat >conftest.$ac_ext <<_ACEOF
17442 /* confdefs.h. */
17443 _ACEOF
17444 cat confdefs.h >>conftest.$ac_ext
17445 cat >>conftest.$ac_ext <<_ACEOF
17446 /* end confdefs.h. */
17447 $ac_includes_default
17448 int
17449 main ()
17450 {
17451 if ((void * *) 0)
17452 return 0;
17453 if (sizeof (void *))
17454 return 0;
17455 ;
17456 return 0;
17457 }
17458 _ACEOF
17459 rm -f conftest.$ac_objext
17460 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17461 (eval $ac_compile) 2>conftest.er1
17462 ac_status=$?
17463 grep -v '^ *+' conftest.er1 >conftest.err
17464 rm -f conftest.er1
17465 cat conftest.err >&5
17466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17467 (exit $ac_status); } &&
17468 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17470 (eval $ac_try) 2>&5
17471 ac_status=$?
17472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17473 (exit $ac_status); }; } &&
17474 { ac_try='test -s conftest.$ac_objext'
17475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17476 (eval $ac_try) 2>&5
17477 ac_status=$?
17478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17479 (exit $ac_status); }; }; then
17480 ac_cv_type_void_p=yes
17481 else
17482 echo "$as_me: failed program was:" >&5
17483 sed 's/^/| /' conftest.$ac_ext >&5
17484
17485 ac_cv_type_void_p=no
17486 fi
17487 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17488 fi
17489 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
17490 echo "${ECHO_T}$ac_cv_type_void_p" >&6
17491
17492 echo "$as_me:$LINENO: checking size of void *" >&5
17493 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
17494 if test "${ac_cv_sizeof_void_p+set}" = set; then
17495 echo $ECHO_N "(cached) $ECHO_C" >&6
17496 else
17497 if test "$ac_cv_type_void_p" = yes; then
17498 # The cast to unsigned long works around a bug in the HP C Compiler
17499 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17500 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17501 # This bug is HP SR number 8606223364.
17502 if test "$cross_compiling" = yes; then
17503 # Depending upon the size, compute the lo and hi bounds.
17504 cat >conftest.$ac_ext <<_ACEOF
17505 /* confdefs.h. */
17506 _ACEOF
17507 cat confdefs.h >>conftest.$ac_ext
17508 cat >>conftest.$ac_ext <<_ACEOF
17509 /* end confdefs.h. */
17510 $ac_includes_default
17511 int
17512 main ()
17513 {
17514 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
17515 test_array [0] = 0
17516
17517 ;
17518 return 0;
17519 }
17520 _ACEOF
17521 rm -f conftest.$ac_objext
17522 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17523 (eval $ac_compile) 2>conftest.er1
17524 ac_status=$?
17525 grep -v '^ *+' conftest.er1 >conftest.err
17526 rm -f conftest.er1
17527 cat conftest.err >&5
17528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17529 (exit $ac_status); } &&
17530 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17532 (eval $ac_try) 2>&5
17533 ac_status=$?
17534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17535 (exit $ac_status); }; } &&
17536 { ac_try='test -s conftest.$ac_objext'
17537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17538 (eval $ac_try) 2>&5
17539 ac_status=$?
17540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17541 (exit $ac_status); }; }; then
17542 ac_lo=0 ac_mid=0
17543 while :; do
17544 cat >conftest.$ac_ext <<_ACEOF
17545 /* confdefs.h. */
17546 _ACEOF
17547 cat confdefs.h >>conftest.$ac_ext
17548 cat >>conftest.$ac_ext <<_ACEOF
17549 /* end confdefs.h. */
17550 $ac_includes_default
17551 int
17552 main ()
17553 {
17554 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
17555 test_array [0] = 0
17556
17557 ;
17558 return 0;
17559 }
17560 _ACEOF
17561 rm -f conftest.$ac_objext
17562 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17563 (eval $ac_compile) 2>conftest.er1
17564 ac_status=$?
17565 grep -v '^ *+' conftest.er1 >conftest.err
17566 rm -f conftest.er1
17567 cat conftest.err >&5
17568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17569 (exit $ac_status); } &&
17570 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17572 (eval $ac_try) 2>&5
17573 ac_status=$?
17574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17575 (exit $ac_status); }; } &&
17576 { ac_try='test -s conftest.$ac_objext'
17577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17578 (eval $ac_try) 2>&5
17579 ac_status=$?
17580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17581 (exit $ac_status); }; }; then
17582 ac_hi=$ac_mid; break
17583 else
17584 echo "$as_me: failed program was:" >&5
17585 sed 's/^/| /' conftest.$ac_ext >&5
17586
17587 ac_lo=`expr $ac_mid + 1`
17588 if test $ac_lo -le $ac_mid; then
17589 ac_lo= ac_hi=
17590 break
17591 fi
17592 ac_mid=`expr 2 '*' $ac_mid + 1`
17593 fi
17594 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17595 done
17596 else
17597 echo "$as_me: failed program was:" >&5
17598 sed 's/^/| /' conftest.$ac_ext >&5
17599
17600 cat >conftest.$ac_ext <<_ACEOF
17601 /* confdefs.h. */
17602 _ACEOF
17603 cat confdefs.h >>conftest.$ac_ext
17604 cat >>conftest.$ac_ext <<_ACEOF
17605 /* end confdefs.h. */
17606 $ac_includes_default
17607 int
17608 main ()
17609 {
17610 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
17611 test_array [0] = 0
17612
17613 ;
17614 return 0;
17615 }
17616 _ACEOF
17617 rm -f conftest.$ac_objext
17618 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17619 (eval $ac_compile) 2>conftest.er1
17620 ac_status=$?
17621 grep -v '^ *+' conftest.er1 >conftest.err
17622 rm -f conftest.er1
17623 cat conftest.err >&5
17624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17625 (exit $ac_status); } &&
17626 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17628 (eval $ac_try) 2>&5
17629 ac_status=$?
17630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17631 (exit $ac_status); }; } &&
17632 { ac_try='test -s conftest.$ac_objext'
17633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17634 (eval $ac_try) 2>&5
17635 ac_status=$?
17636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17637 (exit $ac_status); }; }; then
17638 ac_hi=-1 ac_mid=-1
17639 while :; do
17640 cat >conftest.$ac_ext <<_ACEOF
17641 /* confdefs.h. */
17642 _ACEOF
17643 cat confdefs.h >>conftest.$ac_ext
17644 cat >>conftest.$ac_ext <<_ACEOF
17645 /* end confdefs.h. */
17646 $ac_includes_default
17647 int
17648 main ()
17649 {
17650 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
17651 test_array [0] = 0
17652
17653 ;
17654 return 0;
17655 }
17656 _ACEOF
17657 rm -f conftest.$ac_objext
17658 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17659 (eval $ac_compile) 2>conftest.er1
17660 ac_status=$?
17661 grep -v '^ *+' conftest.er1 >conftest.err
17662 rm -f conftest.er1
17663 cat conftest.err >&5
17664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17665 (exit $ac_status); } &&
17666 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17668 (eval $ac_try) 2>&5
17669 ac_status=$?
17670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17671 (exit $ac_status); }; } &&
17672 { ac_try='test -s conftest.$ac_objext'
17673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17674 (eval $ac_try) 2>&5
17675 ac_status=$?
17676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17677 (exit $ac_status); }; }; then
17678 ac_lo=$ac_mid; break
17679 else
17680 echo "$as_me: failed program was:" >&5
17681 sed 's/^/| /' conftest.$ac_ext >&5
17682
17683 ac_hi=`expr '(' $ac_mid ')' - 1`
17684 if test $ac_mid -le $ac_hi; then
17685 ac_lo= ac_hi=
17686 break
17687 fi
17688 ac_mid=`expr 2 '*' $ac_mid`
17689 fi
17690 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17691 done
17692 else
17693 echo "$as_me: failed program was:" >&5
17694 sed 's/^/| /' conftest.$ac_ext >&5
17695
17696 ac_lo= ac_hi=
17697 fi
17698 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17699 fi
17700 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17701 # Binary search between lo and hi bounds.
17702 while test "x$ac_lo" != "x$ac_hi"; do
17703 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17704 cat >conftest.$ac_ext <<_ACEOF
17705 /* confdefs.h. */
17706 _ACEOF
17707 cat confdefs.h >>conftest.$ac_ext
17708 cat >>conftest.$ac_ext <<_ACEOF
17709 /* end confdefs.h. */
17710 $ac_includes_default
17711 int
17712 main ()
17713 {
17714 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
17715 test_array [0] = 0
17716
17717 ;
17718 return 0;
17719 }
17720 _ACEOF
17721 rm -f conftest.$ac_objext
17722 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17723 (eval $ac_compile) 2>conftest.er1
17724 ac_status=$?
17725 grep -v '^ *+' conftest.er1 >conftest.err
17726 rm -f conftest.er1
17727 cat conftest.err >&5
17728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17729 (exit $ac_status); } &&
17730 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17732 (eval $ac_try) 2>&5
17733 ac_status=$?
17734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17735 (exit $ac_status); }; } &&
17736 { ac_try='test -s conftest.$ac_objext'
17737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17738 (eval $ac_try) 2>&5
17739 ac_status=$?
17740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17741 (exit $ac_status); }; }; then
17742 ac_hi=$ac_mid
17743 else
17744 echo "$as_me: failed program was:" >&5
17745 sed 's/^/| /' conftest.$ac_ext >&5
17746
17747 ac_lo=`expr '(' $ac_mid ')' + 1`
17748 fi
17749 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17750 done
17751 case $ac_lo in
17752 ?*) ac_cv_sizeof_void_p=$ac_lo;;
17753 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
17754 See \`config.log' for more details." >&5
17755 echo "$as_me: error: cannot compute sizeof (void *), 77
17756 See \`config.log' for more details." >&2;}
17757 { (exit 1); exit 1; }; } ;;
17758 esac
17759 else
17760 if test "$cross_compiling" = yes; then
17761 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17762 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17763 { (exit 1); exit 1; }; }
17764 else
17765 cat >conftest.$ac_ext <<_ACEOF
17766 /* confdefs.h. */
17767 _ACEOF
17768 cat confdefs.h >>conftest.$ac_ext
17769 cat >>conftest.$ac_ext <<_ACEOF
17770 /* end confdefs.h. */
17771 $ac_includes_default
17772 long longval () { return (long) (sizeof (void *)); }
17773 unsigned long ulongval () { return (long) (sizeof (void *)); }
17774 #include <stdio.h>
17775 #include <stdlib.h>
17776 int
17777 main ()
17778 {
17779
17780 FILE *f = fopen ("conftest.val", "w");
17781 if (! f)
17782 exit (1);
17783 if (((long) (sizeof (void *))) < 0)
17784 {
17785 long i = longval ();
17786 if (i != ((long) (sizeof (void *))))
17787 exit (1);
17788 fprintf (f, "%ld\n", i);
17789 }
17790 else
17791 {
17792 unsigned long i = ulongval ();
17793 if (i != ((long) (sizeof (void *))))
17794 exit (1);
17795 fprintf (f, "%lu\n", i);
17796 }
17797 exit (ferror (f) || fclose (f) != 0);
17798
17799 ;
17800 return 0;
17801 }
17802 _ACEOF
17803 rm -f conftest$ac_exeext
17804 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17805 (eval $ac_link) 2>&5
17806 ac_status=$?
17807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17808 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17810 (eval $ac_try) 2>&5
17811 ac_status=$?
17812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17813 (exit $ac_status); }; }; then
17814 ac_cv_sizeof_void_p=`cat conftest.val`
17815 else
17816 echo "$as_me: program exited with status $ac_status" >&5
17817 echo "$as_me: failed program was:" >&5
17818 sed 's/^/| /' conftest.$ac_ext >&5
17819
17820 ( exit $ac_status )
17821 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
17822 See \`config.log' for more details." >&5
17823 echo "$as_me: error: cannot compute sizeof (void *), 77
17824 See \`config.log' for more details." >&2;}
17825 { (exit 1); exit 1; }; }
17826 fi
17827 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17828 fi
17829 fi
17830 rm -f conftest.val
17831 else
17832 ac_cv_sizeof_void_p=0
17833 fi
17834 fi
17835 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
17836 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
17837 cat >>confdefs.h <<_ACEOF
17838 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
17839 _ACEOF
17840
17841
17842 echo "$as_me:$LINENO: checking for int" >&5
17843 echo $ECHO_N "checking for int... $ECHO_C" >&6
17844 if test "${ac_cv_type_int+set}" = set; then
17845 echo $ECHO_N "(cached) $ECHO_C" >&6
17846 else
17847 cat >conftest.$ac_ext <<_ACEOF
17848 /* confdefs.h. */
17849 _ACEOF
17850 cat confdefs.h >>conftest.$ac_ext
17851 cat >>conftest.$ac_ext <<_ACEOF
17852 /* end confdefs.h. */
17853 $ac_includes_default
17854 int
17855 main ()
17856 {
17857 if ((int *) 0)
17858 return 0;
17859 if (sizeof (int))
17860 return 0;
17861 ;
17862 return 0;
17863 }
17864 _ACEOF
17865 rm -f conftest.$ac_objext
17866 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17867 (eval $ac_compile) 2>conftest.er1
17868 ac_status=$?
17869 grep -v '^ *+' conftest.er1 >conftest.err
17870 rm -f conftest.er1
17871 cat conftest.err >&5
17872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17873 (exit $ac_status); } &&
17874 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17876 (eval $ac_try) 2>&5
17877 ac_status=$?
17878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17879 (exit $ac_status); }; } &&
17880 { ac_try='test -s conftest.$ac_objext'
17881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17882 (eval $ac_try) 2>&5
17883 ac_status=$?
17884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17885 (exit $ac_status); }; }; then
17886 ac_cv_type_int=yes
17887 else
17888 echo "$as_me: failed program was:" >&5
17889 sed 's/^/| /' conftest.$ac_ext >&5
17890
17891 ac_cv_type_int=no
17892 fi
17893 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17894 fi
17895 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
17896 echo "${ECHO_T}$ac_cv_type_int" >&6
17897
17898 echo "$as_me:$LINENO: checking size of int" >&5
17899 echo $ECHO_N "checking size of int... $ECHO_C" >&6
17900 if test "${ac_cv_sizeof_int+set}" = set; then
17901 echo $ECHO_N "(cached) $ECHO_C" >&6
17902 else
17903 if test "$ac_cv_type_int" = yes; then
17904 # The cast to unsigned long works around a bug in the HP C Compiler
17905 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17906 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17907 # This bug is HP SR number 8606223364.
17908 if test "$cross_compiling" = yes; then
17909 # Depending upon the size, compute the lo and hi bounds.
17910 cat >conftest.$ac_ext <<_ACEOF
17911 /* confdefs.h. */
17912 _ACEOF
17913 cat confdefs.h >>conftest.$ac_ext
17914 cat >>conftest.$ac_ext <<_ACEOF
17915 /* end confdefs.h. */
17916 $ac_includes_default
17917 int
17918 main ()
17919 {
17920 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
17921 test_array [0] = 0
17922
17923 ;
17924 return 0;
17925 }
17926 _ACEOF
17927 rm -f conftest.$ac_objext
17928 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17929 (eval $ac_compile) 2>conftest.er1
17930 ac_status=$?
17931 grep -v '^ *+' conftest.er1 >conftest.err
17932 rm -f conftest.er1
17933 cat conftest.err >&5
17934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17935 (exit $ac_status); } &&
17936 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17938 (eval $ac_try) 2>&5
17939 ac_status=$?
17940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17941 (exit $ac_status); }; } &&
17942 { ac_try='test -s conftest.$ac_objext'
17943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17944 (eval $ac_try) 2>&5
17945 ac_status=$?
17946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17947 (exit $ac_status); }; }; then
17948 ac_lo=0 ac_mid=0
17949 while :; do
17950 cat >conftest.$ac_ext <<_ACEOF
17951 /* confdefs.h. */
17952 _ACEOF
17953 cat confdefs.h >>conftest.$ac_ext
17954 cat >>conftest.$ac_ext <<_ACEOF
17955 /* end confdefs.h. */
17956 $ac_includes_default
17957 int
17958 main ()
17959 {
17960 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
17961 test_array [0] = 0
17962
17963 ;
17964 return 0;
17965 }
17966 _ACEOF
17967 rm -f conftest.$ac_objext
17968 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17969 (eval $ac_compile) 2>conftest.er1
17970 ac_status=$?
17971 grep -v '^ *+' conftest.er1 >conftest.err
17972 rm -f conftest.er1
17973 cat conftest.err >&5
17974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17975 (exit $ac_status); } &&
17976 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17978 (eval $ac_try) 2>&5
17979 ac_status=$?
17980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17981 (exit $ac_status); }; } &&
17982 { ac_try='test -s conftest.$ac_objext'
17983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17984 (eval $ac_try) 2>&5
17985 ac_status=$?
17986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17987 (exit $ac_status); }; }; then
17988 ac_hi=$ac_mid; break
17989 else
17990 echo "$as_me: failed program was:" >&5
17991 sed 's/^/| /' conftest.$ac_ext >&5
17992
17993 ac_lo=`expr $ac_mid + 1`
17994 if test $ac_lo -le $ac_mid; then
17995 ac_lo= ac_hi=
17996 break
17997 fi
17998 ac_mid=`expr 2 '*' $ac_mid + 1`
17999 fi
18000 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18001 done
18002 else
18003 echo "$as_me: failed program was:" >&5
18004 sed 's/^/| /' conftest.$ac_ext >&5
18005
18006 cat >conftest.$ac_ext <<_ACEOF
18007 /* confdefs.h. */
18008 _ACEOF
18009 cat confdefs.h >>conftest.$ac_ext
18010 cat >>conftest.$ac_ext <<_ACEOF
18011 /* end confdefs.h. */
18012 $ac_includes_default
18013 int
18014 main ()
18015 {
18016 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
18017 test_array [0] = 0
18018
18019 ;
18020 return 0;
18021 }
18022 _ACEOF
18023 rm -f conftest.$ac_objext
18024 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18025 (eval $ac_compile) 2>conftest.er1
18026 ac_status=$?
18027 grep -v '^ *+' conftest.er1 >conftest.err
18028 rm -f conftest.er1
18029 cat conftest.err >&5
18030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18031 (exit $ac_status); } &&
18032 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18034 (eval $ac_try) 2>&5
18035 ac_status=$?
18036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18037 (exit $ac_status); }; } &&
18038 { ac_try='test -s conftest.$ac_objext'
18039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18040 (eval $ac_try) 2>&5
18041 ac_status=$?
18042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18043 (exit $ac_status); }; }; then
18044 ac_hi=-1 ac_mid=-1
18045 while :; do
18046 cat >conftest.$ac_ext <<_ACEOF
18047 /* confdefs.h. */
18048 _ACEOF
18049 cat confdefs.h >>conftest.$ac_ext
18050 cat >>conftest.$ac_ext <<_ACEOF
18051 /* end confdefs.h. */
18052 $ac_includes_default
18053 int
18054 main ()
18055 {
18056 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
18057 test_array [0] = 0
18058
18059 ;
18060 return 0;
18061 }
18062 _ACEOF
18063 rm -f conftest.$ac_objext
18064 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18065 (eval $ac_compile) 2>conftest.er1
18066 ac_status=$?
18067 grep -v '^ *+' conftest.er1 >conftest.err
18068 rm -f conftest.er1
18069 cat conftest.err >&5
18070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18071 (exit $ac_status); } &&
18072 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18074 (eval $ac_try) 2>&5
18075 ac_status=$?
18076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18077 (exit $ac_status); }; } &&
18078 { ac_try='test -s conftest.$ac_objext'
18079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18080 (eval $ac_try) 2>&5
18081 ac_status=$?
18082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18083 (exit $ac_status); }; }; then
18084 ac_lo=$ac_mid; break
18085 else
18086 echo "$as_me: failed program was:" >&5
18087 sed 's/^/| /' conftest.$ac_ext >&5
18088
18089 ac_hi=`expr '(' $ac_mid ')' - 1`
18090 if test $ac_mid -le $ac_hi; then
18091 ac_lo= ac_hi=
18092 break
18093 fi
18094 ac_mid=`expr 2 '*' $ac_mid`
18095 fi
18096 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18097 done
18098 else
18099 echo "$as_me: failed program was:" >&5
18100 sed 's/^/| /' conftest.$ac_ext >&5
18101
18102 ac_lo= ac_hi=
18103 fi
18104 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18105 fi
18106 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18107 # Binary search between lo and hi bounds.
18108 while test "x$ac_lo" != "x$ac_hi"; do
18109 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18110 cat >conftest.$ac_ext <<_ACEOF
18111 /* confdefs.h. */
18112 _ACEOF
18113 cat confdefs.h >>conftest.$ac_ext
18114 cat >>conftest.$ac_ext <<_ACEOF
18115 /* end confdefs.h. */
18116 $ac_includes_default
18117 int
18118 main ()
18119 {
18120 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
18121 test_array [0] = 0
18122
18123 ;
18124 return 0;
18125 }
18126 _ACEOF
18127 rm -f conftest.$ac_objext
18128 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18129 (eval $ac_compile) 2>conftest.er1
18130 ac_status=$?
18131 grep -v '^ *+' conftest.er1 >conftest.err
18132 rm -f conftest.er1
18133 cat conftest.err >&5
18134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18135 (exit $ac_status); } &&
18136 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18138 (eval $ac_try) 2>&5
18139 ac_status=$?
18140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18141 (exit $ac_status); }; } &&
18142 { ac_try='test -s conftest.$ac_objext'
18143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18144 (eval $ac_try) 2>&5
18145 ac_status=$?
18146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18147 (exit $ac_status); }; }; then
18148 ac_hi=$ac_mid
18149 else
18150 echo "$as_me: failed program was:" >&5
18151 sed 's/^/| /' conftest.$ac_ext >&5
18152
18153 ac_lo=`expr '(' $ac_mid ')' + 1`
18154 fi
18155 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18156 done
18157 case $ac_lo in
18158 ?*) ac_cv_sizeof_int=$ac_lo;;
18159 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
18160 See \`config.log' for more details." >&5
18161 echo "$as_me: error: cannot compute sizeof (int), 77
18162 See \`config.log' for more details." >&2;}
18163 { (exit 1); exit 1; }; } ;;
18164 esac
18165 else
18166 if test "$cross_compiling" = yes; then
18167 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18168 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18169 { (exit 1); exit 1; }; }
18170 else
18171 cat >conftest.$ac_ext <<_ACEOF
18172 /* confdefs.h. */
18173 _ACEOF
18174 cat confdefs.h >>conftest.$ac_ext
18175 cat >>conftest.$ac_ext <<_ACEOF
18176 /* end confdefs.h. */
18177 $ac_includes_default
18178 long longval () { return (long) (sizeof (int)); }
18179 unsigned long ulongval () { return (long) (sizeof (int)); }
18180 #include <stdio.h>
18181 #include <stdlib.h>
18182 int
18183 main ()
18184 {
18185
18186 FILE *f = fopen ("conftest.val", "w");
18187 if (! f)
18188 exit (1);
18189 if (((long) (sizeof (int))) < 0)
18190 {
18191 long i = longval ();
18192 if (i != ((long) (sizeof (int))))
18193 exit (1);
18194 fprintf (f, "%ld\n", i);
18195 }
18196 else
18197 {
18198 unsigned long i = ulongval ();
18199 if (i != ((long) (sizeof (int))))
18200 exit (1);
18201 fprintf (f, "%lu\n", i);
18202 }
18203 exit (ferror (f) || fclose (f) != 0);
18204
18205 ;
18206 return 0;
18207 }
18208 _ACEOF
18209 rm -f conftest$ac_exeext
18210 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18211 (eval $ac_link) 2>&5
18212 ac_status=$?
18213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18214 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18216 (eval $ac_try) 2>&5
18217 ac_status=$?
18218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18219 (exit $ac_status); }; }; then
18220 ac_cv_sizeof_int=`cat conftest.val`
18221 else
18222 echo "$as_me: program exited with status $ac_status" >&5
18223 echo "$as_me: failed program was:" >&5
18224 sed 's/^/| /' conftest.$ac_ext >&5
18225
18226 ( exit $ac_status )
18227 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
18228 See \`config.log' for more details." >&5
18229 echo "$as_me: error: cannot compute sizeof (int), 77
18230 See \`config.log' for more details." >&2;}
18231 { (exit 1); exit 1; }; }
18232 fi
18233 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18234 fi
18235 fi
18236 rm -f conftest.val
18237 else
18238 ac_cv_sizeof_int=0
18239 fi
18240 fi
18241 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
18242 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
18243 cat >>confdefs.h <<_ACEOF
18244 #define SIZEOF_INT $ac_cv_sizeof_int
18245 _ACEOF
18246
18247
18248 echo "$as_me:$LINENO: checking for long" >&5
18249 echo $ECHO_N "checking for long... $ECHO_C" >&6
18250 if test "${ac_cv_type_long+set}" = set; then
18251 echo $ECHO_N "(cached) $ECHO_C" >&6
18252 else
18253 cat >conftest.$ac_ext <<_ACEOF
18254 /* confdefs.h. */
18255 _ACEOF
18256 cat confdefs.h >>conftest.$ac_ext
18257 cat >>conftest.$ac_ext <<_ACEOF
18258 /* end confdefs.h. */
18259 $ac_includes_default
18260 int
18261 main ()
18262 {
18263 if ((long *) 0)
18264 return 0;
18265 if (sizeof (long))
18266 return 0;
18267 ;
18268 return 0;
18269 }
18270 _ACEOF
18271 rm -f conftest.$ac_objext
18272 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18273 (eval $ac_compile) 2>conftest.er1
18274 ac_status=$?
18275 grep -v '^ *+' conftest.er1 >conftest.err
18276 rm -f conftest.er1
18277 cat conftest.err >&5
18278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18279 (exit $ac_status); } &&
18280 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18282 (eval $ac_try) 2>&5
18283 ac_status=$?
18284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18285 (exit $ac_status); }; } &&
18286 { ac_try='test -s conftest.$ac_objext'
18287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18288 (eval $ac_try) 2>&5
18289 ac_status=$?
18290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18291 (exit $ac_status); }; }; then
18292 ac_cv_type_long=yes
18293 else
18294 echo "$as_me: failed program was:" >&5
18295 sed 's/^/| /' conftest.$ac_ext >&5
18296
18297 ac_cv_type_long=no
18298 fi
18299 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18300 fi
18301 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
18302 echo "${ECHO_T}$ac_cv_type_long" >&6
18303
18304 echo "$as_me:$LINENO: checking size of long" >&5
18305 echo $ECHO_N "checking size of long... $ECHO_C" >&6
18306 if test "${ac_cv_sizeof_long+set}" = set; then
18307 echo $ECHO_N "(cached) $ECHO_C" >&6
18308 else
18309 if test "$ac_cv_type_long" = yes; then
18310 # The cast to unsigned long works around a bug in the HP C Compiler
18311 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18312 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18313 # This bug is HP SR number 8606223364.
18314 if test "$cross_compiling" = yes; then
18315 # Depending upon the size, compute the lo and hi bounds.
18316 cat >conftest.$ac_ext <<_ACEOF
18317 /* confdefs.h. */
18318 _ACEOF
18319 cat confdefs.h >>conftest.$ac_ext
18320 cat >>conftest.$ac_ext <<_ACEOF
18321 /* end confdefs.h. */
18322 $ac_includes_default
18323 int
18324 main ()
18325 {
18326 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
18327 test_array [0] = 0
18328
18329 ;
18330 return 0;
18331 }
18332 _ACEOF
18333 rm -f conftest.$ac_objext
18334 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18335 (eval $ac_compile) 2>conftest.er1
18336 ac_status=$?
18337 grep -v '^ *+' conftest.er1 >conftest.err
18338 rm -f conftest.er1
18339 cat conftest.err >&5
18340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18341 (exit $ac_status); } &&
18342 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18344 (eval $ac_try) 2>&5
18345 ac_status=$?
18346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18347 (exit $ac_status); }; } &&
18348 { ac_try='test -s conftest.$ac_objext'
18349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18350 (eval $ac_try) 2>&5
18351 ac_status=$?
18352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18353 (exit $ac_status); }; }; then
18354 ac_lo=0 ac_mid=0
18355 while :; do
18356 cat >conftest.$ac_ext <<_ACEOF
18357 /* confdefs.h. */
18358 _ACEOF
18359 cat confdefs.h >>conftest.$ac_ext
18360 cat >>conftest.$ac_ext <<_ACEOF
18361 /* end confdefs.h. */
18362 $ac_includes_default
18363 int
18364 main ()
18365 {
18366 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
18367 test_array [0] = 0
18368
18369 ;
18370 return 0;
18371 }
18372 _ACEOF
18373 rm -f conftest.$ac_objext
18374 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18375 (eval $ac_compile) 2>conftest.er1
18376 ac_status=$?
18377 grep -v '^ *+' conftest.er1 >conftest.err
18378 rm -f conftest.er1
18379 cat conftest.err >&5
18380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18381 (exit $ac_status); } &&
18382 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18384 (eval $ac_try) 2>&5
18385 ac_status=$?
18386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18387 (exit $ac_status); }; } &&
18388 { ac_try='test -s conftest.$ac_objext'
18389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18390 (eval $ac_try) 2>&5
18391 ac_status=$?
18392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18393 (exit $ac_status); }; }; then
18394 ac_hi=$ac_mid; break
18395 else
18396 echo "$as_me: failed program was:" >&5
18397 sed 's/^/| /' conftest.$ac_ext >&5
18398
18399 ac_lo=`expr $ac_mid + 1`
18400 if test $ac_lo -le $ac_mid; then
18401 ac_lo= ac_hi=
18402 break
18403 fi
18404 ac_mid=`expr 2 '*' $ac_mid + 1`
18405 fi
18406 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18407 done
18408 else
18409 echo "$as_me: failed program was:" >&5
18410 sed 's/^/| /' conftest.$ac_ext >&5
18411
18412 cat >conftest.$ac_ext <<_ACEOF
18413 /* confdefs.h. */
18414 _ACEOF
18415 cat confdefs.h >>conftest.$ac_ext
18416 cat >>conftest.$ac_ext <<_ACEOF
18417 /* end confdefs.h. */
18418 $ac_includes_default
18419 int
18420 main ()
18421 {
18422 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
18423 test_array [0] = 0
18424
18425 ;
18426 return 0;
18427 }
18428 _ACEOF
18429 rm -f conftest.$ac_objext
18430 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18431 (eval $ac_compile) 2>conftest.er1
18432 ac_status=$?
18433 grep -v '^ *+' conftest.er1 >conftest.err
18434 rm -f conftest.er1
18435 cat conftest.err >&5
18436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18437 (exit $ac_status); } &&
18438 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18440 (eval $ac_try) 2>&5
18441 ac_status=$?
18442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18443 (exit $ac_status); }; } &&
18444 { ac_try='test -s conftest.$ac_objext'
18445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18446 (eval $ac_try) 2>&5
18447 ac_status=$?
18448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18449 (exit $ac_status); }; }; then
18450 ac_hi=-1 ac_mid=-1
18451 while :; do
18452 cat >conftest.$ac_ext <<_ACEOF
18453 /* confdefs.h. */
18454 _ACEOF
18455 cat confdefs.h >>conftest.$ac_ext
18456 cat >>conftest.$ac_ext <<_ACEOF
18457 /* end confdefs.h. */
18458 $ac_includes_default
18459 int
18460 main ()
18461 {
18462 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
18463 test_array [0] = 0
18464
18465 ;
18466 return 0;
18467 }
18468 _ACEOF
18469 rm -f conftest.$ac_objext
18470 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18471 (eval $ac_compile) 2>conftest.er1
18472 ac_status=$?
18473 grep -v '^ *+' conftest.er1 >conftest.err
18474 rm -f conftest.er1
18475 cat conftest.err >&5
18476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18477 (exit $ac_status); } &&
18478 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18480 (eval $ac_try) 2>&5
18481 ac_status=$?
18482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18483 (exit $ac_status); }; } &&
18484 { ac_try='test -s conftest.$ac_objext'
18485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18486 (eval $ac_try) 2>&5
18487 ac_status=$?
18488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18489 (exit $ac_status); }; }; then
18490 ac_lo=$ac_mid; break
18491 else
18492 echo "$as_me: failed program was:" >&5
18493 sed 's/^/| /' conftest.$ac_ext >&5
18494
18495 ac_hi=`expr '(' $ac_mid ')' - 1`
18496 if test $ac_mid -le $ac_hi; then
18497 ac_lo= ac_hi=
18498 break
18499 fi
18500 ac_mid=`expr 2 '*' $ac_mid`
18501 fi
18502 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18503 done
18504 else
18505 echo "$as_me: failed program was:" >&5
18506 sed 's/^/| /' conftest.$ac_ext >&5
18507
18508 ac_lo= ac_hi=
18509 fi
18510 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18511 fi
18512 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18513 # Binary search between lo and hi bounds.
18514 while test "x$ac_lo" != "x$ac_hi"; do
18515 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18516 cat >conftest.$ac_ext <<_ACEOF
18517 /* confdefs.h. */
18518 _ACEOF
18519 cat confdefs.h >>conftest.$ac_ext
18520 cat >>conftest.$ac_ext <<_ACEOF
18521 /* end confdefs.h. */
18522 $ac_includes_default
18523 int
18524 main ()
18525 {
18526 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
18527 test_array [0] = 0
18528
18529 ;
18530 return 0;
18531 }
18532 _ACEOF
18533 rm -f conftest.$ac_objext
18534 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18535 (eval $ac_compile) 2>conftest.er1
18536 ac_status=$?
18537 grep -v '^ *+' conftest.er1 >conftest.err
18538 rm -f conftest.er1
18539 cat conftest.err >&5
18540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18541 (exit $ac_status); } &&
18542 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18544 (eval $ac_try) 2>&5
18545 ac_status=$?
18546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18547 (exit $ac_status); }; } &&
18548 { ac_try='test -s conftest.$ac_objext'
18549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18550 (eval $ac_try) 2>&5
18551 ac_status=$?
18552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18553 (exit $ac_status); }; }; then
18554 ac_hi=$ac_mid
18555 else
18556 echo "$as_me: failed program was:" >&5
18557 sed 's/^/| /' conftest.$ac_ext >&5
18558
18559 ac_lo=`expr '(' $ac_mid ')' + 1`
18560 fi
18561 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18562 done
18563 case $ac_lo in
18564 ?*) ac_cv_sizeof_long=$ac_lo;;
18565 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
18566 See \`config.log' for more details." >&5
18567 echo "$as_me: error: cannot compute sizeof (long), 77
18568 See \`config.log' for more details." >&2;}
18569 { (exit 1); exit 1; }; } ;;
18570 esac
18571 else
18572 if test "$cross_compiling" = yes; then
18573 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18574 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18575 { (exit 1); exit 1; }; }
18576 else
18577 cat >conftest.$ac_ext <<_ACEOF
18578 /* confdefs.h. */
18579 _ACEOF
18580 cat confdefs.h >>conftest.$ac_ext
18581 cat >>conftest.$ac_ext <<_ACEOF
18582 /* end confdefs.h. */
18583 $ac_includes_default
18584 long longval () { return (long) (sizeof (long)); }
18585 unsigned long ulongval () { return (long) (sizeof (long)); }
18586 #include <stdio.h>
18587 #include <stdlib.h>
18588 int
18589 main ()
18590 {
18591
18592 FILE *f = fopen ("conftest.val", "w");
18593 if (! f)
18594 exit (1);
18595 if (((long) (sizeof (long))) < 0)
18596 {
18597 long i = longval ();
18598 if (i != ((long) (sizeof (long))))
18599 exit (1);
18600 fprintf (f, "%ld\n", i);
18601 }
18602 else
18603 {
18604 unsigned long i = ulongval ();
18605 if (i != ((long) (sizeof (long))))
18606 exit (1);
18607 fprintf (f, "%lu\n", i);
18608 }
18609 exit (ferror (f) || fclose (f) != 0);
18610
18611 ;
18612 return 0;
18613 }
18614 _ACEOF
18615 rm -f conftest$ac_exeext
18616 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18617 (eval $ac_link) 2>&5
18618 ac_status=$?
18619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18620 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18622 (eval $ac_try) 2>&5
18623 ac_status=$?
18624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18625 (exit $ac_status); }; }; then
18626 ac_cv_sizeof_long=`cat conftest.val`
18627 else
18628 echo "$as_me: program exited with status $ac_status" >&5
18629 echo "$as_me: failed program was:" >&5
18630 sed 's/^/| /' conftest.$ac_ext >&5
18631
18632 ( exit $ac_status )
18633 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
18634 See \`config.log' for more details." >&5
18635 echo "$as_me: error: cannot compute sizeof (long), 77
18636 See \`config.log' for more details." >&2;}
18637 { (exit 1); exit 1; }; }
18638 fi
18639 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18640 fi
18641 fi
18642 rm -f conftest.val
18643 else
18644 ac_cv_sizeof_long=0
18645 fi
18646 fi
18647 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
18648 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
18649 cat >>confdefs.h <<_ACEOF
18650 #define SIZEOF_LONG $ac_cv_sizeof_long
18651 _ACEOF
18652
18653
18654 echo "$as_me:$LINENO: checking for size_t" >&5
18655 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
18656 if test "${ac_cv_type_size_t+set}" = set; then
18657 echo $ECHO_N "(cached) $ECHO_C" >&6
18658 else
18659 cat >conftest.$ac_ext <<_ACEOF
18660 /* confdefs.h. */
18661 _ACEOF
18662 cat confdefs.h >>conftest.$ac_ext
18663 cat >>conftest.$ac_ext <<_ACEOF
18664 /* end confdefs.h. */
18665 $ac_includes_default
18666 int
18667 main ()
18668 {
18669 if ((size_t *) 0)
18670 return 0;
18671 if (sizeof (size_t))
18672 return 0;
18673 ;
18674 return 0;
18675 }
18676 _ACEOF
18677 rm -f conftest.$ac_objext
18678 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18679 (eval $ac_compile) 2>conftest.er1
18680 ac_status=$?
18681 grep -v '^ *+' conftest.er1 >conftest.err
18682 rm -f conftest.er1
18683 cat conftest.err >&5
18684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18685 (exit $ac_status); } &&
18686 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18688 (eval $ac_try) 2>&5
18689 ac_status=$?
18690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18691 (exit $ac_status); }; } &&
18692 { ac_try='test -s conftest.$ac_objext'
18693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18694 (eval $ac_try) 2>&5
18695 ac_status=$?
18696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18697 (exit $ac_status); }; }; then
18698 ac_cv_type_size_t=yes
18699 else
18700 echo "$as_me: failed program was:" >&5
18701 sed 's/^/| /' conftest.$ac_ext >&5
18702
18703 ac_cv_type_size_t=no
18704 fi
18705 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18706 fi
18707 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18708 echo "${ECHO_T}$ac_cv_type_size_t" >&6
18709
18710 echo "$as_me:$LINENO: checking size of size_t" >&5
18711 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
18712 if test "${ac_cv_sizeof_size_t+set}" = set; then
18713 echo $ECHO_N "(cached) $ECHO_C" >&6
18714 else
18715 if test "$ac_cv_type_size_t" = yes; then
18716 # The cast to unsigned long works around a bug in the HP C Compiler
18717 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18718 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18719 # This bug is HP SR number 8606223364.
18720 if test "$cross_compiling" = yes; then
18721 # Depending upon the size, compute the lo and hi bounds.
18722 cat >conftest.$ac_ext <<_ACEOF
18723 /* confdefs.h. */
18724 _ACEOF
18725 cat confdefs.h >>conftest.$ac_ext
18726 cat >>conftest.$ac_ext <<_ACEOF
18727 /* end confdefs.h. */
18728 $ac_includes_default
18729 int
18730 main ()
18731 {
18732 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
18733 test_array [0] = 0
18734
18735 ;
18736 return 0;
18737 }
18738 _ACEOF
18739 rm -f conftest.$ac_objext
18740 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18741 (eval $ac_compile) 2>conftest.er1
18742 ac_status=$?
18743 grep -v '^ *+' conftest.er1 >conftest.err
18744 rm -f conftest.er1
18745 cat conftest.err >&5
18746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18747 (exit $ac_status); } &&
18748 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18750 (eval $ac_try) 2>&5
18751 ac_status=$?
18752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18753 (exit $ac_status); }; } &&
18754 { ac_try='test -s conftest.$ac_objext'
18755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18756 (eval $ac_try) 2>&5
18757 ac_status=$?
18758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18759 (exit $ac_status); }; }; then
18760 ac_lo=0 ac_mid=0
18761 while :; do
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 int
18770 main ()
18771 {
18772 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
18773 test_array [0] = 0
18774
18775 ;
18776 return 0;
18777 }
18778 _ACEOF
18779 rm -f conftest.$ac_objext
18780 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18781 (eval $ac_compile) 2>conftest.er1
18782 ac_status=$?
18783 grep -v '^ *+' conftest.er1 >conftest.err
18784 rm -f conftest.er1
18785 cat conftest.err >&5
18786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18787 (exit $ac_status); } &&
18788 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18790 (eval $ac_try) 2>&5
18791 ac_status=$?
18792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18793 (exit $ac_status); }; } &&
18794 { ac_try='test -s conftest.$ac_objext'
18795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18796 (eval $ac_try) 2>&5
18797 ac_status=$?
18798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18799 (exit $ac_status); }; }; then
18800 ac_hi=$ac_mid; break
18801 else
18802 echo "$as_me: failed program was:" >&5
18803 sed 's/^/| /' conftest.$ac_ext >&5
18804
18805 ac_lo=`expr $ac_mid + 1`
18806 if test $ac_lo -le $ac_mid; then
18807 ac_lo= ac_hi=
18808 break
18809 fi
18810 ac_mid=`expr 2 '*' $ac_mid + 1`
18811 fi
18812 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18813 done
18814 else
18815 echo "$as_me: failed program was:" >&5
18816 sed 's/^/| /' conftest.$ac_ext >&5
18817
18818 cat >conftest.$ac_ext <<_ACEOF
18819 /* confdefs.h. */
18820 _ACEOF
18821 cat confdefs.h >>conftest.$ac_ext
18822 cat >>conftest.$ac_ext <<_ACEOF
18823 /* end confdefs.h. */
18824 $ac_includes_default
18825 int
18826 main ()
18827 {
18828 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
18829 test_array [0] = 0
18830
18831 ;
18832 return 0;
18833 }
18834 _ACEOF
18835 rm -f conftest.$ac_objext
18836 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18837 (eval $ac_compile) 2>conftest.er1
18838 ac_status=$?
18839 grep -v '^ *+' conftest.er1 >conftest.err
18840 rm -f conftest.er1
18841 cat conftest.err >&5
18842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18843 (exit $ac_status); } &&
18844 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18846 (eval $ac_try) 2>&5
18847 ac_status=$?
18848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18849 (exit $ac_status); }; } &&
18850 { ac_try='test -s conftest.$ac_objext'
18851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18852 (eval $ac_try) 2>&5
18853 ac_status=$?
18854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18855 (exit $ac_status); }; }; then
18856 ac_hi=-1 ac_mid=-1
18857 while :; do
18858 cat >conftest.$ac_ext <<_ACEOF
18859 /* confdefs.h. */
18860 _ACEOF
18861 cat confdefs.h >>conftest.$ac_ext
18862 cat >>conftest.$ac_ext <<_ACEOF
18863 /* end confdefs.h. */
18864 $ac_includes_default
18865 int
18866 main ()
18867 {
18868 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
18869 test_array [0] = 0
18870
18871 ;
18872 return 0;
18873 }
18874 _ACEOF
18875 rm -f conftest.$ac_objext
18876 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18877 (eval $ac_compile) 2>conftest.er1
18878 ac_status=$?
18879 grep -v '^ *+' conftest.er1 >conftest.err
18880 rm -f conftest.er1
18881 cat conftest.err >&5
18882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18883 (exit $ac_status); } &&
18884 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18886 (eval $ac_try) 2>&5
18887 ac_status=$?
18888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18889 (exit $ac_status); }; } &&
18890 { ac_try='test -s conftest.$ac_objext'
18891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18892 (eval $ac_try) 2>&5
18893 ac_status=$?
18894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18895 (exit $ac_status); }; }; then
18896 ac_lo=$ac_mid; break
18897 else
18898 echo "$as_me: failed program was:" >&5
18899 sed 's/^/| /' conftest.$ac_ext >&5
18900
18901 ac_hi=`expr '(' $ac_mid ')' - 1`
18902 if test $ac_mid -le $ac_hi; then
18903 ac_lo= ac_hi=
18904 break
18905 fi
18906 ac_mid=`expr 2 '*' $ac_mid`
18907 fi
18908 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18909 done
18910 else
18911 echo "$as_me: failed program was:" >&5
18912 sed 's/^/| /' conftest.$ac_ext >&5
18913
18914 ac_lo= ac_hi=
18915 fi
18916 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18917 fi
18918 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18919 # Binary search between lo and hi bounds.
18920 while test "x$ac_lo" != "x$ac_hi"; do
18921 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18922 cat >conftest.$ac_ext <<_ACEOF
18923 /* confdefs.h. */
18924 _ACEOF
18925 cat confdefs.h >>conftest.$ac_ext
18926 cat >>conftest.$ac_ext <<_ACEOF
18927 /* end confdefs.h. */
18928 $ac_includes_default
18929 int
18930 main ()
18931 {
18932 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
18933 test_array [0] = 0
18934
18935 ;
18936 return 0;
18937 }
18938 _ACEOF
18939 rm -f conftest.$ac_objext
18940 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18941 (eval $ac_compile) 2>conftest.er1
18942 ac_status=$?
18943 grep -v '^ *+' conftest.er1 >conftest.err
18944 rm -f conftest.er1
18945 cat conftest.err >&5
18946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18947 (exit $ac_status); } &&
18948 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18950 (eval $ac_try) 2>&5
18951 ac_status=$?
18952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18953 (exit $ac_status); }; } &&
18954 { ac_try='test -s conftest.$ac_objext'
18955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18956 (eval $ac_try) 2>&5
18957 ac_status=$?
18958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18959 (exit $ac_status); }; }; then
18960 ac_hi=$ac_mid
18961 else
18962 echo "$as_me: failed program was:" >&5
18963 sed 's/^/| /' conftest.$ac_ext >&5
18964
18965 ac_lo=`expr '(' $ac_mid ')' + 1`
18966 fi
18967 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18968 done
18969 case $ac_lo in
18970 ?*) ac_cv_sizeof_size_t=$ac_lo;;
18971 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
18972 See \`config.log' for more details." >&5
18973 echo "$as_me: error: cannot compute sizeof (size_t), 77
18974 See \`config.log' for more details." >&2;}
18975 { (exit 1); exit 1; }; } ;;
18976 esac
18977 else
18978 if test "$cross_compiling" = yes; then
18979 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18980 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18981 { (exit 1); exit 1; }; }
18982 else
18983 cat >conftest.$ac_ext <<_ACEOF
18984 /* confdefs.h. */
18985 _ACEOF
18986 cat confdefs.h >>conftest.$ac_ext
18987 cat >>conftest.$ac_ext <<_ACEOF
18988 /* end confdefs.h. */
18989 $ac_includes_default
18990 long longval () { return (long) (sizeof (size_t)); }
18991 unsigned long ulongval () { return (long) (sizeof (size_t)); }
18992 #include <stdio.h>
18993 #include <stdlib.h>
18994 int
18995 main ()
18996 {
18997
18998 FILE *f = fopen ("conftest.val", "w");
18999 if (! f)
19000 exit (1);
19001 if (((long) (sizeof (size_t))) < 0)
19002 {
19003 long i = longval ();
19004 if (i != ((long) (sizeof (size_t))))
19005 exit (1);
19006 fprintf (f, "%ld\n", i);
19007 }
19008 else
19009 {
19010 unsigned long i = ulongval ();
19011 if (i != ((long) (sizeof (size_t))))
19012 exit (1);
19013 fprintf (f, "%lu\n", i);
19014 }
19015 exit (ferror (f) || fclose (f) != 0);
19016
19017 ;
19018 return 0;
19019 }
19020 _ACEOF
19021 rm -f conftest$ac_exeext
19022 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19023 (eval $ac_link) 2>&5
19024 ac_status=$?
19025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19026 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19028 (eval $ac_try) 2>&5
19029 ac_status=$?
19030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19031 (exit $ac_status); }; }; then
19032 ac_cv_sizeof_size_t=`cat conftest.val`
19033 else
19034 echo "$as_me: program exited with status $ac_status" >&5
19035 echo "$as_me: failed program was:" >&5
19036 sed 's/^/| /' conftest.$ac_ext >&5
19037
19038 ( exit $ac_status )
19039 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
19040 See \`config.log' for more details." >&5
19041 echo "$as_me: error: cannot compute sizeof (size_t), 77
19042 See \`config.log' for more details." >&2;}
19043 { (exit 1); exit 1; }; }
19044 fi
19045 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19046 fi
19047 fi
19048 rm -f conftest.val
19049 else
19050 ac_cv_sizeof_size_t=0
19051 fi
19052 fi
19053 echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
19054 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
19055 cat >>confdefs.h <<_ACEOF
19056 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
19057 _ACEOF
19058
19059
19060
19061 case "${host}" in
19062 arm-*-linux* )
19063 echo "$as_me:$LINENO: checking for long long" >&5
19064 echo $ECHO_N "checking for long long... $ECHO_C" >&6
19065 if test "${ac_cv_type_long_long+set}" = set; then
19066 echo $ECHO_N "(cached) $ECHO_C" >&6
19067 else
19068 cat >conftest.$ac_ext <<_ACEOF
19069 /* confdefs.h. */
19070 _ACEOF
19071 cat confdefs.h >>conftest.$ac_ext
19072 cat >>conftest.$ac_ext <<_ACEOF
19073 /* end confdefs.h. */
19074 $ac_includes_default
19075 int
19076 main ()
19077 {
19078 if ((long long *) 0)
19079 return 0;
19080 if (sizeof (long long))
19081 return 0;
19082 ;
19083 return 0;
19084 }
19085 _ACEOF
19086 rm -f conftest.$ac_objext
19087 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19088 (eval $ac_compile) 2>conftest.er1
19089 ac_status=$?
19090 grep -v '^ *+' conftest.er1 >conftest.err
19091 rm -f conftest.er1
19092 cat conftest.err >&5
19093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19094 (exit $ac_status); } &&
19095 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19097 (eval $ac_try) 2>&5
19098 ac_status=$?
19099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19100 (exit $ac_status); }; } &&
19101 { ac_try='test -s conftest.$ac_objext'
19102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19103 (eval $ac_try) 2>&5
19104 ac_status=$?
19105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19106 (exit $ac_status); }; }; then
19107 ac_cv_type_long_long=yes
19108 else
19109 echo "$as_me: failed program was:" >&5
19110 sed 's/^/| /' conftest.$ac_ext >&5
19111
19112 ac_cv_type_long_long=no
19113 fi
19114 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19115 fi
19116 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19117 echo "${ECHO_T}$ac_cv_type_long_long" >&6
19118
19119 echo "$as_me:$LINENO: checking size of long long" >&5
19120 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
19121 if test "${ac_cv_sizeof_long_long+set}" = set; then
19122 echo $ECHO_N "(cached) $ECHO_C" >&6
19123 else
19124 if test "$ac_cv_type_long_long" = yes; then
19125 # The cast to unsigned long works around a bug in the HP C Compiler
19126 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19127 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19128 # This bug is HP SR number 8606223364.
19129 if test "$cross_compiling" = yes; then
19130 # Depending upon the size, compute the lo and hi bounds.
19131 cat >conftest.$ac_ext <<_ACEOF
19132 /* confdefs.h. */
19133 _ACEOF
19134 cat confdefs.h >>conftest.$ac_ext
19135 cat >>conftest.$ac_ext <<_ACEOF
19136 /* end confdefs.h. */
19137 $ac_includes_default
19138 int
19139 main ()
19140 {
19141 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
19142 test_array [0] = 0
19143
19144 ;
19145 return 0;
19146 }
19147 _ACEOF
19148 rm -f conftest.$ac_objext
19149 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19150 (eval $ac_compile) 2>conftest.er1
19151 ac_status=$?
19152 grep -v '^ *+' conftest.er1 >conftest.err
19153 rm -f conftest.er1
19154 cat conftest.err >&5
19155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19156 (exit $ac_status); } &&
19157 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19159 (eval $ac_try) 2>&5
19160 ac_status=$?
19161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19162 (exit $ac_status); }; } &&
19163 { ac_try='test -s conftest.$ac_objext'
19164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19165 (eval $ac_try) 2>&5
19166 ac_status=$?
19167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19168 (exit $ac_status); }; }; then
19169 ac_lo=0 ac_mid=0
19170 while :; do
19171 cat >conftest.$ac_ext <<_ACEOF
19172 /* confdefs.h. */
19173 _ACEOF
19174 cat confdefs.h >>conftest.$ac_ext
19175 cat >>conftest.$ac_ext <<_ACEOF
19176 /* end confdefs.h. */
19177 $ac_includes_default
19178 int
19179 main ()
19180 {
19181 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19182 test_array [0] = 0
19183
19184 ;
19185 return 0;
19186 }
19187 _ACEOF
19188 rm -f conftest.$ac_objext
19189 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19190 (eval $ac_compile) 2>conftest.er1
19191 ac_status=$?
19192 grep -v '^ *+' conftest.er1 >conftest.err
19193 rm -f conftest.er1
19194 cat conftest.err >&5
19195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19196 (exit $ac_status); } &&
19197 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19199 (eval $ac_try) 2>&5
19200 ac_status=$?
19201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19202 (exit $ac_status); }; } &&
19203 { ac_try='test -s conftest.$ac_objext'
19204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19205 (eval $ac_try) 2>&5
19206 ac_status=$?
19207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19208 (exit $ac_status); }; }; then
19209 ac_hi=$ac_mid; break
19210 else
19211 echo "$as_me: failed program was:" >&5
19212 sed 's/^/| /' conftest.$ac_ext >&5
19213
19214 ac_lo=`expr $ac_mid + 1`
19215 if test $ac_lo -le $ac_mid; then
19216 ac_lo= ac_hi=
19217 break
19218 fi
19219 ac_mid=`expr 2 '*' $ac_mid + 1`
19220 fi
19221 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19222 done
19223 else
19224 echo "$as_me: failed program was:" >&5
19225 sed 's/^/| /' conftest.$ac_ext >&5
19226
19227 cat >conftest.$ac_ext <<_ACEOF
19228 /* confdefs.h. */
19229 _ACEOF
19230 cat confdefs.h >>conftest.$ac_ext
19231 cat >>conftest.$ac_ext <<_ACEOF
19232 /* end confdefs.h. */
19233 $ac_includes_default
19234 int
19235 main ()
19236 {
19237 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
19238 test_array [0] = 0
19239
19240 ;
19241 return 0;
19242 }
19243 _ACEOF
19244 rm -f conftest.$ac_objext
19245 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19246 (eval $ac_compile) 2>conftest.er1
19247 ac_status=$?
19248 grep -v '^ *+' conftest.er1 >conftest.err
19249 rm -f conftest.er1
19250 cat conftest.err >&5
19251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19252 (exit $ac_status); } &&
19253 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19255 (eval $ac_try) 2>&5
19256 ac_status=$?
19257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19258 (exit $ac_status); }; } &&
19259 { ac_try='test -s conftest.$ac_objext'
19260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19261 (eval $ac_try) 2>&5
19262 ac_status=$?
19263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19264 (exit $ac_status); }; }; then
19265 ac_hi=-1 ac_mid=-1
19266 while :; do
19267 cat >conftest.$ac_ext <<_ACEOF
19268 /* confdefs.h. */
19269 _ACEOF
19270 cat confdefs.h >>conftest.$ac_ext
19271 cat >>conftest.$ac_ext <<_ACEOF
19272 /* end confdefs.h. */
19273 $ac_includes_default
19274 int
19275 main ()
19276 {
19277 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
19278 test_array [0] = 0
19279
19280 ;
19281 return 0;
19282 }
19283 _ACEOF
19284 rm -f conftest.$ac_objext
19285 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19286 (eval $ac_compile) 2>conftest.er1
19287 ac_status=$?
19288 grep -v '^ *+' conftest.er1 >conftest.err
19289 rm -f conftest.er1
19290 cat conftest.err >&5
19291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19292 (exit $ac_status); } &&
19293 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19295 (eval $ac_try) 2>&5
19296 ac_status=$?
19297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19298 (exit $ac_status); }; } &&
19299 { ac_try='test -s conftest.$ac_objext'
19300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19301 (eval $ac_try) 2>&5
19302 ac_status=$?
19303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19304 (exit $ac_status); }; }; then
19305 ac_lo=$ac_mid; break
19306 else
19307 echo "$as_me: failed program was:" >&5
19308 sed 's/^/| /' conftest.$ac_ext >&5
19309
19310 ac_hi=`expr '(' $ac_mid ')' - 1`
19311 if test $ac_mid -le $ac_hi; then
19312 ac_lo= ac_hi=
19313 break
19314 fi
19315 ac_mid=`expr 2 '*' $ac_mid`
19316 fi
19317 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19318 done
19319 else
19320 echo "$as_me: failed program was:" >&5
19321 sed 's/^/| /' conftest.$ac_ext >&5
19322
19323 ac_lo= ac_hi=
19324 fi
19325 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19326 fi
19327 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19328 # Binary search between lo and hi bounds.
19329 while test "x$ac_lo" != "x$ac_hi"; do
19330 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19331 cat >conftest.$ac_ext <<_ACEOF
19332 /* confdefs.h. */
19333 _ACEOF
19334 cat confdefs.h >>conftest.$ac_ext
19335 cat >>conftest.$ac_ext <<_ACEOF
19336 /* end confdefs.h. */
19337 $ac_includes_default
19338 int
19339 main ()
19340 {
19341 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19342 test_array [0] = 0
19343
19344 ;
19345 return 0;
19346 }
19347 _ACEOF
19348 rm -f conftest.$ac_objext
19349 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19350 (eval $ac_compile) 2>conftest.er1
19351 ac_status=$?
19352 grep -v '^ *+' conftest.er1 >conftest.err
19353 rm -f conftest.er1
19354 cat conftest.err >&5
19355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19356 (exit $ac_status); } &&
19357 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19359 (eval $ac_try) 2>&5
19360 ac_status=$?
19361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19362 (exit $ac_status); }; } &&
19363 { ac_try='test -s conftest.$ac_objext'
19364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19365 (eval $ac_try) 2>&5
19366 ac_status=$?
19367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19368 (exit $ac_status); }; }; then
19369 ac_hi=$ac_mid
19370 else
19371 echo "$as_me: failed program was:" >&5
19372 sed 's/^/| /' conftest.$ac_ext >&5
19373
19374 ac_lo=`expr '(' $ac_mid ')' + 1`
19375 fi
19376 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19377 done
19378 case $ac_lo in
19379 ?*) ac_cv_sizeof_long_long=$ac_lo;;
19380 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19381 See \`config.log' for more details." >&5
19382 echo "$as_me: error: cannot compute sizeof (long long), 77
19383 See \`config.log' for more details." >&2;}
19384 { (exit 1); exit 1; }; } ;;
19385 esac
19386 else
19387 if test "$cross_compiling" = yes; then
19388 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19389 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19390 { (exit 1); exit 1; }; }
19391 else
19392 cat >conftest.$ac_ext <<_ACEOF
19393 /* confdefs.h. */
19394 _ACEOF
19395 cat confdefs.h >>conftest.$ac_ext
19396 cat >>conftest.$ac_ext <<_ACEOF
19397 /* end confdefs.h. */
19398 $ac_includes_default
19399 long longval () { return (long) (sizeof (long long)); }
19400 unsigned long ulongval () { return (long) (sizeof (long long)); }
19401 #include <stdio.h>
19402 #include <stdlib.h>
19403 int
19404 main ()
19405 {
19406
19407 FILE *f = fopen ("conftest.val", "w");
19408 if (! f)
19409 exit (1);
19410 if (((long) (sizeof (long long))) < 0)
19411 {
19412 long i = longval ();
19413 if (i != ((long) (sizeof (long long))))
19414 exit (1);
19415 fprintf (f, "%ld\n", i);
19416 }
19417 else
19418 {
19419 unsigned long i = ulongval ();
19420 if (i != ((long) (sizeof (long long))))
19421 exit (1);
19422 fprintf (f, "%lu\n", i);
19423 }
19424 exit (ferror (f) || fclose (f) != 0);
19425
19426 ;
19427 return 0;
19428 }
19429 _ACEOF
19430 rm -f conftest$ac_exeext
19431 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19432 (eval $ac_link) 2>&5
19433 ac_status=$?
19434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19435 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19437 (eval $ac_try) 2>&5
19438 ac_status=$?
19439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19440 (exit $ac_status); }; }; then
19441 ac_cv_sizeof_long_long=`cat conftest.val`
19442 else
19443 echo "$as_me: program exited with status $ac_status" >&5
19444 echo "$as_me: failed program was:" >&5
19445 sed 's/^/| /' conftest.$ac_ext >&5
19446
19447 ( exit $ac_status )
19448 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19449 See \`config.log' for more details." >&5
19450 echo "$as_me: error: cannot compute sizeof (long long), 77
19451 See \`config.log' for more details." >&2;}
19452 { (exit 1); exit 1; }; }
19453 fi
19454 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19455 fi
19456 fi
19457 rm -f conftest.val
19458 else
19459 ac_cv_sizeof_long_long=0
19460 fi
19461 fi
19462 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19463 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19464 cat >>confdefs.h <<_ACEOF
19465 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19466 _ACEOF
19467
19468
19469 ;;
19470 *-hp-hpux* )
19471 echo "$as_me:$LINENO: checking for long long" >&5
19472 echo $ECHO_N "checking for long long... $ECHO_C" >&6
19473 if test "${ac_cv_type_long_long+set}" = set; then
19474 echo $ECHO_N "(cached) $ECHO_C" >&6
19475 else
19476 cat >conftest.$ac_ext <<_ACEOF
19477 /* confdefs.h. */
19478 _ACEOF
19479 cat confdefs.h >>conftest.$ac_ext
19480 cat >>conftest.$ac_ext <<_ACEOF
19481 /* end confdefs.h. */
19482 $ac_includes_default
19483 int
19484 main ()
19485 {
19486 if ((long long *) 0)
19487 return 0;
19488 if (sizeof (long long))
19489 return 0;
19490 ;
19491 return 0;
19492 }
19493 _ACEOF
19494 rm -f conftest.$ac_objext
19495 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19496 (eval $ac_compile) 2>conftest.er1
19497 ac_status=$?
19498 grep -v '^ *+' conftest.er1 >conftest.err
19499 rm -f conftest.er1
19500 cat conftest.err >&5
19501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19502 (exit $ac_status); } &&
19503 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19505 (eval $ac_try) 2>&5
19506 ac_status=$?
19507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19508 (exit $ac_status); }; } &&
19509 { ac_try='test -s conftest.$ac_objext'
19510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19511 (eval $ac_try) 2>&5
19512 ac_status=$?
19513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19514 (exit $ac_status); }; }; then
19515 ac_cv_type_long_long=yes
19516 else
19517 echo "$as_me: failed program was:" >&5
19518 sed 's/^/| /' conftest.$ac_ext >&5
19519
19520 ac_cv_type_long_long=no
19521 fi
19522 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19523 fi
19524 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19525 echo "${ECHO_T}$ac_cv_type_long_long" >&6
19526
19527 echo "$as_me:$LINENO: checking size of long long" >&5
19528 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
19529 if test "${ac_cv_sizeof_long_long+set}" = set; then
19530 echo $ECHO_N "(cached) $ECHO_C" >&6
19531 else
19532 if test "$ac_cv_type_long_long" = yes; then
19533 # The cast to unsigned long works around a bug in the HP C Compiler
19534 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19535 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19536 # This bug is HP SR number 8606223364.
19537 if test "$cross_compiling" = yes; then
19538 # Depending upon the size, compute the lo and hi bounds.
19539 cat >conftest.$ac_ext <<_ACEOF
19540 /* confdefs.h. */
19541 _ACEOF
19542 cat confdefs.h >>conftest.$ac_ext
19543 cat >>conftest.$ac_ext <<_ACEOF
19544 /* end confdefs.h. */
19545 $ac_includes_default
19546 int
19547 main ()
19548 {
19549 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
19550 test_array [0] = 0
19551
19552 ;
19553 return 0;
19554 }
19555 _ACEOF
19556 rm -f conftest.$ac_objext
19557 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19558 (eval $ac_compile) 2>conftest.er1
19559 ac_status=$?
19560 grep -v '^ *+' conftest.er1 >conftest.err
19561 rm -f conftest.er1
19562 cat conftest.err >&5
19563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19564 (exit $ac_status); } &&
19565 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19567 (eval $ac_try) 2>&5
19568 ac_status=$?
19569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19570 (exit $ac_status); }; } &&
19571 { ac_try='test -s conftest.$ac_objext'
19572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19573 (eval $ac_try) 2>&5
19574 ac_status=$?
19575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19576 (exit $ac_status); }; }; then
19577 ac_lo=0 ac_mid=0
19578 while :; do
19579 cat >conftest.$ac_ext <<_ACEOF
19580 /* confdefs.h. */
19581 _ACEOF
19582 cat confdefs.h >>conftest.$ac_ext
19583 cat >>conftest.$ac_ext <<_ACEOF
19584 /* end confdefs.h. */
19585 $ac_includes_default
19586 int
19587 main ()
19588 {
19589 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19590 test_array [0] = 0
19591
19592 ;
19593 return 0;
19594 }
19595 _ACEOF
19596 rm -f conftest.$ac_objext
19597 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19598 (eval $ac_compile) 2>conftest.er1
19599 ac_status=$?
19600 grep -v '^ *+' conftest.er1 >conftest.err
19601 rm -f conftest.er1
19602 cat conftest.err >&5
19603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19604 (exit $ac_status); } &&
19605 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19607 (eval $ac_try) 2>&5
19608 ac_status=$?
19609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19610 (exit $ac_status); }; } &&
19611 { ac_try='test -s conftest.$ac_objext'
19612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19613 (eval $ac_try) 2>&5
19614 ac_status=$?
19615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19616 (exit $ac_status); }; }; then
19617 ac_hi=$ac_mid; break
19618 else
19619 echo "$as_me: failed program was:" >&5
19620 sed 's/^/| /' conftest.$ac_ext >&5
19621
19622 ac_lo=`expr $ac_mid + 1`
19623 if test $ac_lo -le $ac_mid; then
19624 ac_lo= ac_hi=
19625 break
19626 fi
19627 ac_mid=`expr 2 '*' $ac_mid + 1`
19628 fi
19629 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19630 done
19631 else
19632 echo "$as_me: failed program was:" >&5
19633 sed 's/^/| /' conftest.$ac_ext >&5
19634
19635 cat >conftest.$ac_ext <<_ACEOF
19636 /* confdefs.h. */
19637 _ACEOF
19638 cat confdefs.h >>conftest.$ac_ext
19639 cat >>conftest.$ac_ext <<_ACEOF
19640 /* end confdefs.h. */
19641 $ac_includes_default
19642 int
19643 main ()
19644 {
19645 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
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" || test ! -s conftest.err'
19662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19663 (eval $ac_try) 2>&5
19664 ac_status=$?
19665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19666 (exit $ac_status); }; } &&
19667 { ac_try='test -s conftest.$ac_objext'
19668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19669 (eval $ac_try) 2>&5
19670 ac_status=$?
19671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19672 (exit $ac_status); }; }; then
19673 ac_hi=-1 ac_mid=-1
19674 while :; do
19675 cat >conftest.$ac_ext <<_ACEOF
19676 /* confdefs.h. */
19677 _ACEOF
19678 cat confdefs.h >>conftest.$ac_ext
19679 cat >>conftest.$ac_ext <<_ACEOF
19680 /* end confdefs.h. */
19681 $ac_includes_default
19682 int
19683 main ()
19684 {
19685 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
19686 test_array [0] = 0
19687
19688 ;
19689 return 0;
19690 }
19691 _ACEOF
19692 rm -f conftest.$ac_objext
19693 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19694 (eval $ac_compile) 2>conftest.er1
19695 ac_status=$?
19696 grep -v '^ *+' conftest.er1 >conftest.err
19697 rm -f conftest.er1
19698 cat conftest.err >&5
19699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19700 (exit $ac_status); } &&
19701 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19703 (eval $ac_try) 2>&5
19704 ac_status=$?
19705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19706 (exit $ac_status); }; } &&
19707 { ac_try='test -s conftest.$ac_objext'
19708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19709 (eval $ac_try) 2>&5
19710 ac_status=$?
19711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19712 (exit $ac_status); }; }; then
19713 ac_lo=$ac_mid; break
19714 else
19715 echo "$as_me: failed program was:" >&5
19716 sed 's/^/| /' conftest.$ac_ext >&5
19717
19718 ac_hi=`expr '(' $ac_mid ')' - 1`
19719 if test $ac_mid -le $ac_hi; then
19720 ac_lo= ac_hi=
19721 break
19722 fi
19723 ac_mid=`expr 2 '*' $ac_mid`
19724 fi
19725 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19726 done
19727 else
19728 echo "$as_me: failed program was:" >&5
19729 sed 's/^/| /' conftest.$ac_ext >&5
19730
19731 ac_lo= ac_hi=
19732 fi
19733 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19734 fi
19735 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19736 # Binary search between lo and hi bounds.
19737 while test "x$ac_lo" != "x$ac_hi"; do
19738 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19739 cat >conftest.$ac_ext <<_ACEOF
19740 /* confdefs.h. */
19741 _ACEOF
19742 cat confdefs.h >>conftest.$ac_ext
19743 cat >>conftest.$ac_ext <<_ACEOF
19744 /* end confdefs.h. */
19745 $ac_includes_default
19746 int
19747 main ()
19748 {
19749 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19750 test_array [0] = 0
19751
19752 ;
19753 return 0;
19754 }
19755 _ACEOF
19756 rm -f conftest.$ac_objext
19757 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19758 (eval $ac_compile) 2>conftest.er1
19759 ac_status=$?
19760 grep -v '^ *+' conftest.er1 >conftest.err
19761 rm -f conftest.er1
19762 cat conftest.err >&5
19763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19764 (exit $ac_status); } &&
19765 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19767 (eval $ac_try) 2>&5
19768 ac_status=$?
19769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19770 (exit $ac_status); }; } &&
19771 { ac_try='test -s conftest.$ac_objext'
19772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19773 (eval $ac_try) 2>&5
19774 ac_status=$?
19775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19776 (exit $ac_status); }; }; then
19777 ac_hi=$ac_mid
19778 else
19779 echo "$as_me: failed program was:" >&5
19780 sed 's/^/| /' conftest.$ac_ext >&5
19781
19782 ac_lo=`expr '(' $ac_mid ')' + 1`
19783 fi
19784 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19785 done
19786 case $ac_lo in
19787 ?*) ac_cv_sizeof_long_long=$ac_lo;;
19788 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19789 See \`config.log' for more details." >&5
19790 echo "$as_me: error: cannot compute sizeof (long long), 77
19791 See \`config.log' for more details." >&2;}
19792 { (exit 1); exit 1; }; } ;;
19793 esac
19794 else
19795 if test "$cross_compiling" = yes; then
19796 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19797 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19798 { (exit 1); exit 1; }; }
19799 else
19800 cat >conftest.$ac_ext <<_ACEOF
19801 /* confdefs.h. */
19802 _ACEOF
19803 cat confdefs.h >>conftest.$ac_ext
19804 cat >>conftest.$ac_ext <<_ACEOF
19805 /* end confdefs.h. */
19806 $ac_includes_default
19807 long longval () { return (long) (sizeof (long long)); }
19808 unsigned long ulongval () { return (long) (sizeof (long long)); }
19809 #include <stdio.h>
19810 #include <stdlib.h>
19811 int
19812 main ()
19813 {
19814
19815 FILE *f = fopen ("conftest.val", "w");
19816 if (! f)
19817 exit (1);
19818 if (((long) (sizeof (long long))) < 0)
19819 {
19820 long i = longval ();
19821 if (i != ((long) (sizeof (long long))))
19822 exit (1);
19823 fprintf (f, "%ld\n", i);
19824 }
19825 else
19826 {
19827 unsigned long i = ulongval ();
19828 if (i != ((long) (sizeof (long long))))
19829 exit (1);
19830 fprintf (f, "%lu\n", i);
19831 }
19832 exit (ferror (f) || fclose (f) != 0);
19833
19834 ;
19835 return 0;
19836 }
19837 _ACEOF
19838 rm -f conftest$ac_exeext
19839 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19840 (eval $ac_link) 2>&5
19841 ac_status=$?
19842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19843 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19845 (eval $ac_try) 2>&5
19846 ac_status=$?
19847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19848 (exit $ac_status); }; }; then
19849 ac_cv_sizeof_long_long=`cat conftest.val`
19850 else
19851 echo "$as_me: program exited with status $ac_status" >&5
19852 echo "$as_me: failed program was:" >&5
19853 sed 's/^/| /' conftest.$ac_ext >&5
19854
19855 ( exit $ac_status )
19856 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19857 See \`config.log' for more details." >&5
19858 echo "$as_me: error: cannot compute sizeof (long long), 77
19859 See \`config.log' for more details." >&2;}
19860 { (exit 1); exit 1; }; }
19861 fi
19862 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19863 fi
19864 fi
19865 rm -f conftest.val
19866 else
19867 ac_cv_sizeof_long_long=0
19868 fi
19869 fi
19870 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19871 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19872 cat >>confdefs.h <<_ACEOF
19873 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19874 _ACEOF
19875
19876
19877 if test "$ac_cv_sizeof_long_long" != "0"; then
19878 CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG"
19879 fi
19880 ;;
19881 * )
19882 echo "$as_me:$LINENO: checking for long long" >&5
19883 echo $ECHO_N "checking for long long... $ECHO_C" >&6
19884 if test "${ac_cv_type_long_long+set}" = set; then
19885 echo $ECHO_N "(cached) $ECHO_C" >&6
19886 else
19887 cat >conftest.$ac_ext <<_ACEOF
19888 /* confdefs.h. */
19889 _ACEOF
19890 cat confdefs.h >>conftest.$ac_ext
19891 cat >>conftest.$ac_ext <<_ACEOF
19892 /* end confdefs.h. */
19893 $ac_includes_default
19894 int
19895 main ()
19896 {
19897 if ((long long *) 0)
19898 return 0;
19899 if (sizeof (long long))
19900 return 0;
19901 ;
19902 return 0;
19903 }
19904 _ACEOF
19905 rm -f conftest.$ac_objext
19906 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19907 (eval $ac_compile) 2>conftest.er1
19908 ac_status=$?
19909 grep -v '^ *+' conftest.er1 >conftest.err
19910 rm -f conftest.er1
19911 cat conftest.err >&5
19912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19913 (exit $ac_status); } &&
19914 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19916 (eval $ac_try) 2>&5
19917 ac_status=$?
19918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19919 (exit $ac_status); }; } &&
19920 { ac_try='test -s conftest.$ac_objext'
19921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19922 (eval $ac_try) 2>&5
19923 ac_status=$?
19924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19925 (exit $ac_status); }; }; then
19926 ac_cv_type_long_long=yes
19927 else
19928 echo "$as_me: failed program was:" >&5
19929 sed 's/^/| /' conftest.$ac_ext >&5
19930
19931 ac_cv_type_long_long=no
19932 fi
19933 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19934 fi
19935 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19936 echo "${ECHO_T}$ac_cv_type_long_long" >&6
19937
19938 echo "$as_me:$LINENO: checking size of long long" >&5
19939 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
19940 if test "${ac_cv_sizeof_long_long+set}" = set; then
19941 echo $ECHO_N "(cached) $ECHO_C" >&6
19942 else
19943 if test "$ac_cv_type_long_long" = yes; then
19944 # The cast to unsigned long works around a bug in the HP C Compiler
19945 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19946 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19947 # This bug is HP SR number 8606223364.
19948 if test "$cross_compiling" = yes; then
19949 # Depending upon the size, compute the lo and hi bounds.
19950 cat >conftest.$ac_ext <<_ACEOF
19951 /* confdefs.h. */
19952 _ACEOF
19953 cat confdefs.h >>conftest.$ac_ext
19954 cat >>conftest.$ac_ext <<_ACEOF
19955 /* end confdefs.h. */
19956 $ac_includes_default
19957 int
19958 main ()
19959 {
19960 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
19961 test_array [0] = 0
19962
19963 ;
19964 return 0;
19965 }
19966 _ACEOF
19967 rm -f conftest.$ac_objext
19968 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19969 (eval $ac_compile) 2>conftest.er1
19970 ac_status=$?
19971 grep -v '^ *+' conftest.er1 >conftest.err
19972 rm -f conftest.er1
19973 cat conftest.err >&5
19974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19975 (exit $ac_status); } &&
19976 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19978 (eval $ac_try) 2>&5
19979 ac_status=$?
19980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19981 (exit $ac_status); }; } &&
19982 { ac_try='test -s conftest.$ac_objext'
19983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19984 (eval $ac_try) 2>&5
19985 ac_status=$?
19986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19987 (exit $ac_status); }; }; then
19988 ac_lo=0 ac_mid=0
19989 while :; do
19990 cat >conftest.$ac_ext <<_ACEOF
19991 /* confdefs.h. */
19992 _ACEOF
19993 cat confdefs.h >>conftest.$ac_ext
19994 cat >>conftest.$ac_ext <<_ACEOF
19995 /* end confdefs.h. */
19996 $ac_includes_default
19997 int
19998 main ()
19999 {
20000 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
20001 test_array [0] = 0
20002
20003 ;
20004 return 0;
20005 }
20006 _ACEOF
20007 rm -f conftest.$ac_objext
20008 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20009 (eval $ac_compile) 2>conftest.er1
20010 ac_status=$?
20011 grep -v '^ *+' conftest.er1 >conftest.err
20012 rm -f conftest.er1
20013 cat conftest.err >&5
20014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20015 (exit $ac_status); } &&
20016 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20018 (eval $ac_try) 2>&5
20019 ac_status=$?
20020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20021 (exit $ac_status); }; } &&
20022 { ac_try='test -s conftest.$ac_objext'
20023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20024 (eval $ac_try) 2>&5
20025 ac_status=$?
20026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20027 (exit $ac_status); }; }; then
20028 ac_hi=$ac_mid; break
20029 else
20030 echo "$as_me: failed program was:" >&5
20031 sed 's/^/| /' conftest.$ac_ext >&5
20032
20033 ac_lo=`expr $ac_mid + 1`
20034 if test $ac_lo -le $ac_mid; then
20035 ac_lo= ac_hi=
20036 break
20037 fi
20038 ac_mid=`expr 2 '*' $ac_mid + 1`
20039 fi
20040 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20041 done
20042 else
20043 echo "$as_me: failed program was:" >&5
20044 sed 's/^/| /' conftest.$ac_ext >&5
20045
20046 cat >conftest.$ac_ext <<_ACEOF
20047 /* confdefs.h. */
20048 _ACEOF
20049 cat confdefs.h >>conftest.$ac_ext
20050 cat >>conftest.$ac_ext <<_ACEOF
20051 /* end confdefs.h. */
20052 $ac_includes_default
20053 int
20054 main ()
20055 {
20056 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
20057 test_array [0] = 0
20058
20059 ;
20060 return 0;
20061 }
20062 _ACEOF
20063 rm -f conftest.$ac_objext
20064 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20065 (eval $ac_compile) 2>conftest.er1
20066 ac_status=$?
20067 grep -v '^ *+' conftest.er1 >conftest.err
20068 rm -f conftest.er1
20069 cat conftest.err >&5
20070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20071 (exit $ac_status); } &&
20072 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20074 (eval $ac_try) 2>&5
20075 ac_status=$?
20076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20077 (exit $ac_status); }; } &&
20078 { ac_try='test -s conftest.$ac_objext'
20079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20080 (eval $ac_try) 2>&5
20081 ac_status=$?
20082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20083 (exit $ac_status); }; }; then
20084 ac_hi=-1 ac_mid=-1
20085 while :; do
20086 cat >conftest.$ac_ext <<_ACEOF
20087 /* confdefs.h. */
20088 _ACEOF
20089 cat confdefs.h >>conftest.$ac_ext
20090 cat >>conftest.$ac_ext <<_ACEOF
20091 /* end confdefs.h. */
20092 $ac_includes_default
20093 int
20094 main ()
20095 {
20096 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
20097 test_array [0] = 0
20098
20099 ;
20100 return 0;
20101 }
20102 _ACEOF
20103 rm -f conftest.$ac_objext
20104 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20105 (eval $ac_compile) 2>conftest.er1
20106 ac_status=$?
20107 grep -v '^ *+' conftest.er1 >conftest.err
20108 rm -f conftest.er1
20109 cat conftest.err >&5
20110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20111 (exit $ac_status); } &&
20112 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20114 (eval $ac_try) 2>&5
20115 ac_status=$?
20116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20117 (exit $ac_status); }; } &&
20118 { ac_try='test -s conftest.$ac_objext'
20119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20120 (eval $ac_try) 2>&5
20121 ac_status=$?
20122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20123 (exit $ac_status); }; }; then
20124 ac_lo=$ac_mid; break
20125 else
20126 echo "$as_me: failed program was:" >&5
20127 sed 's/^/| /' conftest.$ac_ext >&5
20128
20129 ac_hi=`expr '(' $ac_mid ')' - 1`
20130 if test $ac_mid -le $ac_hi; then
20131 ac_lo= ac_hi=
20132 break
20133 fi
20134 ac_mid=`expr 2 '*' $ac_mid`
20135 fi
20136 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20137 done
20138 else
20139 echo "$as_me: failed program was:" >&5
20140 sed 's/^/| /' conftest.$ac_ext >&5
20141
20142 ac_lo= ac_hi=
20143 fi
20144 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20145 fi
20146 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20147 # Binary search between lo and hi bounds.
20148 while test "x$ac_lo" != "x$ac_hi"; do
20149 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20150 cat >conftest.$ac_ext <<_ACEOF
20151 /* confdefs.h. */
20152 _ACEOF
20153 cat confdefs.h >>conftest.$ac_ext
20154 cat >>conftest.$ac_ext <<_ACEOF
20155 /* end confdefs.h. */
20156 $ac_includes_default
20157 int
20158 main ()
20159 {
20160 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
20161 test_array [0] = 0
20162
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" || test ! -s conftest.err'
20177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20178 (eval $ac_try) 2>&5
20179 ac_status=$?
20180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20181 (exit $ac_status); }; } &&
20182 { ac_try='test -s conftest.$ac_objext'
20183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20184 (eval $ac_try) 2>&5
20185 ac_status=$?
20186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20187 (exit $ac_status); }; }; then
20188 ac_hi=$ac_mid
20189 else
20190 echo "$as_me: failed program was:" >&5
20191 sed 's/^/| /' conftest.$ac_ext >&5
20192
20193 ac_lo=`expr '(' $ac_mid ')' + 1`
20194 fi
20195 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20196 done
20197 case $ac_lo in
20198 ?*) ac_cv_sizeof_long_long=$ac_lo;;
20199 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
20200 See \`config.log' for more details." >&5
20201 echo "$as_me: error: cannot compute sizeof (long long), 77
20202 See \`config.log' for more details." >&2;}
20203 { (exit 1); exit 1; }; } ;;
20204 esac
20205 else
20206 if test "$cross_compiling" = yes; then
20207 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
20208 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
20209 { (exit 1); exit 1; }; }
20210 else
20211 cat >conftest.$ac_ext <<_ACEOF
20212 /* confdefs.h. */
20213 _ACEOF
20214 cat confdefs.h >>conftest.$ac_ext
20215 cat >>conftest.$ac_ext <<_ACEOF
20216 /* end confdefs.h. */
20217 $ac_includes_default
20218 long longval () { return (long) (sizeof (long long)); }
20219 unsigned long ulongval () { return (long) (sizeof (long long)); }
20220 #include <stdio.h>
20221 #include <stdlib.h>
20222 int
20223 main ()
20224 {
20225
20226 FILE *f = fopen ("conftest.val", "w");
20227 if (! f)
20228 exit (1);
20229 if (((long) (sizeof (long long))) < 0)
20230 {
20231 long i = longval ();
20232 if (i != ((long) (sizeof (long long))))
20233 exit (1);
20234 fprintf (f, "%ld\n", i);
20235 }
20236 else
20237 {
20238 unsigned long i = ulongval ();
20239 if (i != ((long) (sizeof (long long))))
20240 exit (1);
20241 fprintf (f, "%lu\n", i);
20242 }
20243 exit (ferror (f) || fclose (f) != 0);
20244
20245 ;
20246 return 0;
20247 }
20248 _ACEOF
20249 rm -f conftest$ac_exeext
20250 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20251 (eval $ac_link) 2>&5
20252 ac_status=$?
20253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20254 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20256 (eval $ac_try) 2>&5
20257 ac_status=$?
20258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20259 (exit $ac_status); }; }; then
20260 ac_cv_sizeof_long_long=`cat conftest.val`
20261 else
20262 echo "$as_me: program exited with status $ac_status" >&5
20263 echo "$as_me: failed program was:" >&5
20264 sed 's/^/| /' conftest.$ac_ext >&5
20265
20266 ( exit $ac_status )
20267 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
20268 See \`config.log' for more details." >&5
20269 echo "$as_me: error: cannot compute sizeof (long long), 77
20270 See \`config.log' for more details." >&2;}
20271 { (exit 1); exit 1; }; }
20272 fi
20273 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20274 fi
20275 fi
20276 rm -f conftest.val
20277 else
20278 ac_cv_sizeof_long_long=0
20279 fi
20280 fi
20281 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
20282 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
20283 cat >>confdefs.h <<_ACEOF
20284 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20285 _ACEOF
20286
20287
20288 esac
20289
20290 echo "$as_me:$LINENO: checking for wchar_t" >&5
20291 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
20292 if test "${ac_cv_type_wchar_t+set}" = set; then
20293 echo $ECHO_N "(cached) $ECHO_C" >&6
20294 else
20295 cat >conftest.$ac_ext <<_ACEOF
20296 /* confdefs.h. */
20297 _ACEOF
20298 cat confdefs.h >>conftest.$ac_ext
20299 cat >>conftest.$ac_ext <<_ACEOF
20300 /* end confdefs.h. */
20301
20302 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20303 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20304 # error "fake wchar_t"
20305 #endif
20306 #ifdef HAVE_WCHAR_H
20307 # ifdef __CYGWIN__
20308 # include <stddef.h>
20309 # endif
20310 # include <wchar.h>
20311 #endif
20312 #ifdef HAVE_STDLIB_H
20313 # include <stdlib.h>
20314 #endif
20315 #include <stdio.h>
20316
20317
20318
20319 int
20320 main ()
20321 {
20322 if ((wchar_t *) 0)
20323 return 0;
20324 if (sizeof (wchar_t))
20325 return 0;
20326 ;
20327 return 0;
20328 }
20329 _ACEOF
20330 rm -f conftest.$ac_objext
20331 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20332 (eval $ac_compile) 2>conftest.er1
20333 ac_status=$?
20334 grep -v '^ *+' conftest.er1 >conftest.err
20335 rm -f conftest.er1
20336 cat conftest.err >&5
20337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20338 (exit $ac_status); } &&
20339 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20341 (eval $ac_try) 2>&5
20342 ac_status=$?
20343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20344 (exit $ac_status); }; } &&
20345 { ac_try='test -s conftest.$ac_objext'
20346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20347 (eval $ac_try) 2>&5
20348 ac_status=$?
20349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20350 (exit $ac_status); }; }; then
20351 ac_cv_type_wchar_t=yes
20352 else
20353 echo "$as_me: failed program was:" >&5
20354 sed 's/^/| /' conftest.$ac_ext >&5
20355
20356 ac_cv_type_wchar_t=no
20357 fi
20358 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20359 fi
20360 echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
20361 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6
20362
20363 echo "$as_me:$LINENO: checking size of wchar_t" >&5
20364 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
20365 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
20366 echo $ECHO_N "(cached) $ECHO_C" >&6
20367 else
20368 if test "$ac_cv_type_wchar_t" = yes; then
20369 # The cast to unsigned long works around a bug in the HP C Compiler
20370 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20371 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20372 # This bug is HP SR number 8606223364.
20373 if test "$cross_compiling" = yes; then
20374 # Depending upon the size, compute the lo and hi bounds.
20375 cat >conftest.$ac_ext <<_ACEOF
20376 /* confdefs.h. */
20377 _ACEOF
20378 cat confdefs.h >>conftest.$ac_ext
20379 cat >>conftest.$ac_ext <<_ACEOF
20380 /* end confdefs.h. */
20381
20382 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20383 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20384 # error "fake wchar_t"
20385 #endif
20386 #ifdef HAVE_WCHAR_H
20387 # ifdef __CYGWIN__
20388 # include <stddef.h>
20389 # endif
20390 # include <wchar.h>
20391 #endif
20392 #ifdef HAVE_STDLIB_H
20393 # include <stdlib.h>
20394 #endif
20395 #include <stdio.h>
20396
20397
20398
20399 int
20400 main ()
20401 {
20402 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)];
20403 test_array [0] = 0
20404
20405 ;
20406 return 0;
20407 }
20408 _ACEOF
20409 rm -f conftest.$ac_objext
20410 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20411 (eval $ac_compile) 2>conftest.er1
20412 ac_status=$?
20413 grep -v '^ *+' conftest.er1 >conftest.err
20414 rm -f conftest.er1
20415 cat conftest.err >&5
20416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20417 (exit $ac_status); } &&
20418 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20420 (eval $ac_try) 2>&5
20421 ac_status=$?
20422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20423 (exit $ac_status); }; } &&
20424 { ac_try='test -s conftest.$ac_objext'
20425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20426 (eval $ac_try) 2>&5
20427 ac_status=$?
20428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20429 (exit $ac_status); }; }; then
20430 ac_lo=0 ac_mid=0
20431 while :; do
20432 cat >conftest.$ac_ext <<_ACEOF
20433 /* confdefs.h. */
20434 _ACEOF
20435 cat confdefs.h >>conftest.$ac_ext
20436 cat >>conftest.$ac_ext <<_ACEOF
20437 /* end confdefs.h. */
20438
20439 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20440 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20441 # error "fake wchar_t"
20442 #endif
20443 #ifdef HAVE_WCHAR_H
20444 # ifdef __CYGWIN__
20445 # include <stddef.h>
20446 # endif
20447 # include <wchar.h>
20448 #endif
20449 #ifdef HAVE_STDLIB_H
20450 # include <stdlib.h>
20451 #endif
20452 #include <stdio.h>
20453
20454
20455
20456 int
20457 main ()
20458 {
20459 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
20460 test_array [0] = 0
20461
20462 ;
20463 return 0;
20464 }
20465 _ACEOF
20466 rm -f conftest.$ac_objext
20467 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20468 (eval $ac_compile) 2>conftest.er1
20469 ac_status=$?
20470 grep -v '^ *+' conftest.er1 >conftest.err
20471 rm -f conftest.er1
20472 cat conftest.err >&5
20473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20474 (exit $ac_status); } &&
20475 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20477 (eval $ac_try) 2>&5
20478 ac_status=$?
20479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20480 (exit $ac_status); }; } &&
20481 { ac_try='test -s conftest.$ac_objext'
20482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20483 (eval $ac_try) 2>&5
20484 ac_status=$?
20485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20486 (exit $ac_status); }; }; then
20487 ac_hi=$ac_mid; break
20488 else
20489 echo "$as_me: failed program was:" >&5
20490 sed 's/^/| /' conftest.$ac_ext >&5
20491
20492 ac_lo=`expr $ac_mid + 1`
20493 if test $ac_lo -le $ac_mid; then
20494 ac_lo= ac_hi=
20495 break
20496 fi
20497 ac_mid=`expr 2 '*' $ac_mid + 1`
20498 fi
20499 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20500 done
20501 else
20502 echo "$as_me: failed program was:" >&5
20503 sed 's/^/| /' conftest.$ac_ext >&5
20504
20505 cat >conftest.$ac_ext <<_ACEOF
20506 /* confdefs.h. */
20507 _ACEOF
20508 cat confdefs.h >>conftest.$ac_ext
20509 cat >>conftest.$ac_ext <<_ACEOF
20510 /* end confdefs.h. */
20511
20512 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20513 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20514 # error "fake wchar_t"
20515 #endif
20516 #ifdef HAVE_WCHAR_H
20517 # ifdef __CYGWIN__
20518 # include <stddef.h>
20519 # endif
20520 # include <wchar.h>
20521 #endif
20522 #ifdef HAVE_STDLIB_H
20523 # include <stdlib.h>
20524 #endif
20525 #include <stdio.h>
20526
20527
20528
20529 int
20530 main ()
20531 {
20532 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)];
20533 test_array [0] = 0
20534
20535 ;
20536 return 0;
20537 }
20538 _ACEOF
20539 rm -f conftest.$ac_objext
20540 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20541 (eval $ac_compile) 2>conftest.er1
20542 ac_status=$?
20543 grep -v '^ *+' conftest.er1 >conftest.err
20544 rm -f conftest.er1
20545 cat conftest.err >&5
20546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20547 (exit $ac_status); } &&
20548 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20550 (eval $ac_try) 2>&5
20551 ac_status=$?
20552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20553 (exit $ac_status); }; } &&
20554 { ac_try='test -s conftest.$ac_objext'
20555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20556 (eval $ac_try) 2>&5
20557 ac_status=$?
20558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20559 (exit $ac_status); }; }; then
20560 ac_hi=-1 ac_mid=-1
20561 while :; do
20562 cat >conftest.$ac_ext <<_ACEOF
20563 /* confdefs.h. */
20564 _ACEOF
20565 cat confdefs.h >>conftest.$ac_ext
20566 cat >>conftest.$ac_ext <<_ACEOF
20567 /* end confdefs.h. */
20568
20569 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20570 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20571 # error "fake wchar_t"
20572 #endif
20573 #ifdef HAVE_WCHAR_H
20574 # ifdef __CYGWIN__
20575 # include <stddef.h>
20576 # endif
20577 # include <wchar.h>
20578 #endif
20579 #ifdef HAVE_STDLIB_H
20580 # include <stdlib.h>
20581 #endif
20582 #include <stdio.h>
20583
20584
20585
20586 int
20587 main ()
20588 {
20589 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= $ac_mid)];
20590 test_array [0] = 0
20591
20592 ;
20593 return 0;
20594 }
20595 _ACEOF
20596 rm -f conftest.$ac_objext
20597 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20598 (eval $ac_compile) 2>conftest.er1
20599 ac_status=$?
20600 grep -v '^ *+' conftest.er1 >conftest.err
20601 rm -f conftest.er1
20602 cat conftest.err >&5
20603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20604 (exit $ac_status); } &&
20605 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20607 (eval $ac_try) 2>&5
20608 ac_status=$?
20609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20610 (exit $ac_status); }; } &&
20611 { ac_try='test -s conftest.$ac_objext'
20612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20613 (eval $ac_try) 2>&5
20614 ac_status=$?
20615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20616 (exit $ac_status); }; }; then
20617 ac_lo=$ac_mid; break
20618 else
20619 echo "$as_me: failed program was:" >&5
20620 sed 's/^/| /' conftest.$ac_ext >&5
20621
20622 ac_hi=`expr '(' $ac_mid ')' - 1`
20623 if test $ac_mid -le $ac_hi; then
20624 ac_lo= ac_hi=
20625 break
20626 fi
20627 ac_mid=`expr 2 '*' $ac_mid`
20628 fi
20629 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20630 done
20631 else
20632 echo "$as_me: failed program was:" >&5
20633 sed 's/^/| /' conftest.$ac_ext >&5
20634
20635 ac_lo= ac_hi=
20636 fi
20637 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20638 fi
20639 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20640 # Binary search between lo and hi bounds.
20641 while test "x$ac_lo" != "x$ac_hi"; do
20642 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20643 cat >conftest.$ac_ext <<_ACEOF
20644 /* confdefs.h. */
20645 _ACEOF
20646 cat confdefs.h >>conftest.$ac_ext
20647 cat >>conftest.$ac_ext <<_ACEOF
20648 /* end confdefs.h. */
20649
20650 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20651 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20652 # error "fake wchar_t"
20653 #endif
20654 #ifdef HAVE_WCHAR_H
20655 # ifdef __CYGWIN__
20656 # include <stddef.h>
20657 # endif
20658 # include <wchar.h>
20659 #endif
20660 #ifdef HAVE_STDLIB_H
20661 # include <stdlib.h>
20662 #endif
20663 #include <stdio.h>
20664
20665
20666
20667 int
20668 main ()
20669 {
20670 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
20671 test_array [0] = 0
20672
20673 ;
20674 return 0;
20675 }
20676 _ACEOF
20677 rm -f conftest.$ac_objext
20678 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20679 (eval $ac_compile) 2>conftest.er1
20680 ac_status=$?
20681 grep -v '^ *+' conftest.er1 >conftest.err
20682 rm -f conftest.er1
20683 cat conftest.err >&5
20684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20685 (exit $ac_status); } &&
20686 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20688 (eval $ac_try) 2>&5
20689 ac_status=$?
20690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20691 (exit $ac_status); }; } &&
20692 { ac_try='test -s conftest.$ac_objext'
20693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20694 (eval $ac_try) 2>&5
20695 ac_status=$?
20696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20697 (exit $ac_status); }; }; then
20698 ac_hi=$ac_mid
20699 else
20700 echo "$as_me: failed program was:" >&5
20701 sed 's/^/| /' conftest.$ac_ext >&5
20702
20703 ac_lo=`expr '(' $ac_mid ')' + 1`
20704 fi
20705 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20706 done
20707 case $ac_lo in
20708 ?*) ac_cv_sizeof_wchar_t=$ac_lo;;
20709 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
20710 See \`config.log' for more details." >&5
20711 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
20712 See \`config.log' for more details." >&2;}
20713 { (exit 1); exit 1; }; } ;;
20714 esac
20715 else
20716 if test "$cross_compiling" = yes; then
20717 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
20718 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
20719 { (exit 1); exit 1; }; }
20720 else
20721 cat >conftest.$ac_ext <<_ACEOF
20722 /* confdefs.h. */
20723 _ACEOF
20724 cat confdefs.h >>conftest.$ac_ext
20725 cat >>conftest.$ac_ext <<_ACEOF
20726 /* end confdefs.h. */
20727
20728 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20729 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20730 # error "fake wchar_t"
20731 #endif
20732 #ifdef HAVE_WCHAR_H
20733 # ifdef __CYGWIN__
20734 # include <stddef.h>
20735 # endif
20736 # include <wchar.h>
20737 #endif
20738 #ifdef HAVE_STDLIB_H
20739 # include <stdlib.h>
20740 #endif
20741 #include <stdio.h>
20742
20743
20744
20745 long longval () { return (long) (sizeof (wchar_t)); }
20746 unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
20747 #include <stdio.h>
20748 #include <stdlib.h>
20749 int
20750 main ()
20751 {
20752
20753 FILE *f = fopen ("conftest.val", "w");
20754 if (! f)
20755 exit (1);
20756 if (((long) (sizeof (wchar_t))) < 0)
20757 {
20758 long i = longval ();
20759 if (i != ((long) (sizeof (wchar_t))))
20760 exit (1);
20761 fprintf (f, "%ld\n", i);
20762 }
20763 else
20764 {
20765 unsigned long i = ulongval ();
20766 if (i != ((long) (sizeof (wchar_t))))
20767 exit (1);
20768 fprintf (f, "%lu\n", i);
20769 }
20770 exit (ferror (f) || fclose (f) != 0);
20771
20772 ;
20773 return 0;
20774 }
20775 _ACEOF
20776 rm -f conftest$ac_exeext
20777 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20778 (eval $ac_link) 2>&5
20779 ac_status=$?
20780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20781 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20783 (eval $ac_try) 2>&5
20784 ac_status=$?
20785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20786 (exit $ac_status); }; }; then
20787 ac_cv_sizeof_wchar_t=`cat conftest.val`
20788 else
20789 echo "$as_me: program exited with status $ac_status" >&5
20790 echo "$as_me: failed program was:" >&5
20791 sed 's/^/| /' conftest.$ac_ext >&5
20792
20793 ( exit $ac_status )
20794 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
20795 See \`config.log' for more details." >&5
20796 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
20797 See \`config.log' for more details." >&2;}
20798 { (exit 1); exit 1; }; }
20799 fi
20800 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20801 fi
20802 fi
20803 rm -f conftest.val
20804 else
20805 ac_cv_sizeof_wchar_t=0
20806 fi
20807 fi
20808 echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
20809 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6
20810 cat >>confdefs.h <<_ACEOF
20811 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
20812 _ACEOF
20813
20814
20815 if test "$ac_cv_sizeof_wchar_t" != "0"; then
20816 wxUSE_WCHAR_T=yes
20817 else
20818 wxUSE_WCHAR_T=no
20819 fi
20820
20821 echo "$as_me:$LINENO: checking for va_copy" >&5
20822 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
20823 if test "${wx_cv_func_va_copy+set}" = set; then
20824 echo $ECHO_N "(cached) $ECHO_C" >&6
20825 else
20826
20827 cat >conftest.$ac_ext <<_ACEOF
20828
20829 #include <stdarg.h>
20830 void foo(char *f, ...)
20831 {
20832 va_list ap1, ap2;
20833 va_start(ap1, f);
20834 va_copy(ap2, ap1);
20835 va_end(ap2);
20836 va_end(ap1);
20837 }
20838 int main()
20839 {
20840 foo("hi", 17);
20841 return 0;
20842 }
20843 _ACEOF
20844 rm -f conftest.$ac_objext conftest$ac_exeext
20845 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20846 (eval $ac_link) 2>conftest.er1
20847 ac_status=$?
20848 grep -v '^ *+' conftest.er1 >conftest.err
20849 rm -f conftest.er1
20850 cat conftest.err >&5
20851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20852 (exit $ac_status); } &&
20853 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20855 (eval $ac_try) 2>&5
20856 ac_status=$?
20857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20858 (exit $ac_status); }; } &&
20859 { ac_try='test -s conftest$ac_exeext'
20860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20861 (eval $ac_try) 2>&5
20862 ac_status=$?
20863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20864 (exit $ac_status); }; }; then
20865 wx_cv_func_va_copy=yes
20866 else
20867 echo "$as_me: failed program was:" >&5
20868 sed 's/^/| /' conftest.$ac_ext >&5
20869
20870 wx_cv_func_va_copy=no
20871
20872 fi
20873 rm -f conftest.err conftest.$ac_objext \
20874 conftest$ac_exeext conftest.$ac_ext
20875
20876
20877 fi
20878 echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
20879 echo "${ECHO_T}$wx_cv_func_va_copy" >&6
20880
20881 if test $wx_cv_func_va_copy = "yes"; then
20882 cat >>confdefs.h <<\_ACEOF
20883 #define HAVE_VA_COPY 1
20884 _ACEOF
20885
20886 else
20887 echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
20888 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6
20889 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
20890 echo $ECHO_N "(cached) $ECHO_C" >&6
20891 else
20892
20893 if test "$cross_compiling" = yes; then
20894 wx_cv_type_va_list_lvalue=yes
20895
20896 else
20897 cat >conftest.$ac_ext <<_ACEOF
20898
20899 #include <stdarg.h>
20900 int foo(char *f, ...)
20901 {
20902 va_list ap1, ap2;
20903 va_start(ap1, f);
20904 ap2 = ap1;
20905 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
20906 return 1;
20907 va_end(ap2);
20908 va_end(ap1);
20909 return 0;
20910 }
20911 int main()
20912 {
20913 return foo("hi", 17);
20914 }
20915 _ACEOF
20916 rm -f conftest$ac_exeext
20917 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20918 (eval $ac_link) 2>&5
20919 ac_status=$?
20920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20921 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20923 (eval $ac_try) 2>&5
20924 ac_status=$?
20925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20926 (exit $ac_status); }; }; then
20927 wx_cv_type_va_list_lvalue=yes
20928 else
20929 echo "$as_me: program exited with status $ac_status" >&5
20930 echo "$as_me: failed program was:" >&5
20931 sed 's/^/| /' conftest.$ac_ext >&5
20932
20933 ( exit $ac_status )
20934 wx_cv_type_va_list_lvalue=no
20935 fi
20936 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20937 fi
20938
20939
20940 fi
20941 echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
20942 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6
20943
20944 if test $wx_cv_type_va_list_lvalue != "yes"; then
20945 cat >>confdefs.h <<\_ACEOF
20946 #define VA_LIST_IS_ARRAY 1
20947 _ACEOF
20948
20949 fi
20950 fi
20951
20952 # Check whether --enable-largefile or --disable-largefile was given.
20953 if test "${enable_largefile+set}" = set; then
20954 enableval="$enable_largefile"
20955
20956 fi;
20957 if test "$enable_largefile" != no; then
20958 wx_largefile=no
20959
20960 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
20961 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
20962 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
20963 echo $ECHO_N "(cached) $ECHO_C" >&6
20964 else
20965
20966 cat >conftest.$ac_ext <<_ACEOF
20967 /* confdefs.h. */
20968 _ACEOF
20969 cat confdefs.h >>conftest.$ac_ext
20970 cat >>conftest.$ac_ext <<_ACEOF
20971 /* end confdefs.h. */
20972 #define _FILE_OFFSET_BITS 64
20973 #include <sys/types.h>
20974 int
20975 main ()
20976 {
20977 typedef struct {
20978 unsigned int field: sizeof(off_t) == 8;
20979 } wxlf;
20980
20981 ;
20982 return 0;
20983 }
20984 _ACEOF
20985 rm -f conftest.$ac_objext
20986 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20987 (eval $ac_compile) 2>conftest.er1
20988 ac_status=$?
20989 grep -v '^ *+' conftest.er1 >conftest.err
20990 rm -f conftest.er1
20991 cat conftest.err >&5
20992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20993 (exit $ac_status); } &&
20994 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20996 (eval $ac_try) 2>&5
20997 ac_status=$?
20998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20999 (exit $ac_status); }; } &&
21000 { ac_try='test -s conftest.$ac_objext'
21001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21002 (eval $ac_try) 2>&5
21003 ac_status=$?
21004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21005 (exit $ac_status); }; }; then
21006 ac_cv_sys_file_offset_bits=64
21007 else
21008 echo "$as_me: failed program was:" >&5
21009 sed 's/^/| /' conftest.$ac_ext >&5
21010
21011 ac_cv_sys_file_offset_bits=no
21012 fi
21013 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21014
21015
21016 fi
21017 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
21018 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
21019
21020 if test "$ac_cv_sys_file_offset_bits" != no; then
21021 wx_largefile=yes
21022 cat >>confdefs.h <<_ACEOF
21023 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
21024 _ACEOF
21025
21026 fi
21027
21028 if test "x$wx_largefile" != "xyes"; then
21029
21030 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
21031 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
21032 if test "${ac_cv_sys_large_files+set}" = set; then
21033 echo $ECHO_N "(cached) $ECHO_C" >&6
21034 else
21035
21036 cat >conftest.$ac_ext <<_ACEOF
21037 /* confdefs.h. */
21038 _ACEOF
21039 cat confdefs.h >>conftest.$ac_ext
21040 cat >>conftest.$ac_ext <<_ACEOF
21041 /* end confdefs.h. */
21042 #define _LARGE_FILES 1
21043 #include <sys/types.h>
21044 int
21045 main ()
21046 {
21047 typedef struct {
21048 unsigned int field: sizeof(off_t) == 8;
21049 } wxlf;
21050
21051 ;
21052 return 0;
21053 }
21054 _ACEOF
21055 rm -f conftest.$ac_objext
21056 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21057 (eval $ac_compile) 2>conftest.er1
21058 ac_status=$?
21059 grep -v '^ *+' conftest.er1 >conftest.err
21060 rm -f conftest.er1
21061 cat conftest.err >&5
21062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21063 (exit $ac_status); } &&
21064 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21066 (eval $ac_try) 2>&5
21067 ac_status=$?
21068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21069 (exit $ac_status); }; } &&
21070 { ac_try='test -s conftest.$ac_objext'
21071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21072 (eval $ac_try) 2>&5
21073 ac_status=$?
21074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21075 (exit $ac_status); }; }; then
21076 ac_cv_sys_large_files=1
21077 else
21078 echo "$as_me: failed program was:" >&5
21079 sed 's/^/| /' conftest.$ac_ext >&5
21080
21081 ac_cv_sys_large_files=no
21082 fi
21083 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21084
21085
21086 fi
21087 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
21088 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
21089
21090 if test "$ac_cv_sys_large_files" != no; then
21091 wx_largefile=yes
21092 cat >>confdefs.h <<_ACEOF
21093 #define _LARGE_FILES $ac_cv_sys_large_files
21094 _ACEOF
21095
21096 fi
21097
21098 fi
21099
21100 echo "$as_me:$LINENO: checking if large file support is available" >&5
21101 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
21102 if test "x$wx_largefile" = "xyes"; then
21103 cat >>confdefs.h <<\_ACEOF
21104 #define HAVE_LARGEFILE_SUPPORT 1
21105 _ACEOF
21106
21107 fi
21108 echo "$as_me:$LINENO: result: $wx_largefile" >&5
21109 echo "${ECHO_T}$wx_largefile" >&6
21110 fi
21111
21112
21113 if test "x$wx_largefile" = "xyes"; then
21114 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
21115 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
21116
21117 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
21118 echo "$as_me:$LINENO: checking if -D__STDC_EXT__ is required" >&5
21119 echo $ECHO_N "checking if -D__STDC_EXT__ is required... $ECHO_C" >&6
21120 if test "${wx_cv_STDC_EXT_required+set}" = set; then
21121 echo $ECHO_N "(cached) $ECHO_C" >&6
21122 else
21123
21124
21125
21126 ac_ext=cc
21127 ac_cpp='$CXXCPP $CPPFLAGS'
21128 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21129 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21130 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21131
21132 cat >conftest.$ac_ext <<_ACEOF
21133 /* confdefs.h. */
21134 _ACEOF
21135 cat confdefs.h >>conftest.$ac_ext
21136 cat >>conftest.$ac_ext <<_ACEOF
21137 /* end confdefs.h. */
21138
21139 int
21140 main ()
21141 {
21142
21143 #ifndef __STDC_EXT__
21144 choke me
21145 #endif
21146
21147 ;
21148 return 0;
21149 }
21150 _ACEOF
21151 rm -f conftest.$ac_objext
21152 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21153 (eval $ac_compile) 2>conftest.er1
21154 ac_status=$?
21155 grep -v '^ *+' conftest.er1 >conftest.err
21156 rm -f conftest.er1
21157 cat conftest.err >&5
21158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21159 (exit $ac_status); } &&
21160 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21162 (eval $ac_try) 2>&5
21163 ac_status=$?
21164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21165 (exit $ac_status); }; } &&
21166 { ac_try='test -s conftest.$ac_objext'
21167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21168 (eval $ac_try) 2>&5
21169 ac_status=$?
21170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21171 (exit $ac_status); }; }; then
21172 wx_cv_STDC_EXT_required=no
21173 else
21174 echo "$as_me: failed program was:" >&5
21175 sed 's/^/| /' conftest.$ac_ext >&5
21176
21177 wx_cv_STDC_EXT_required=yes
21178
21179 fi
21180 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21181 ac_ext=c
21182 ac_cpp='$CPP $CPPFLAGS'
21183 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21184 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21185 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21186
21187
21188
21189 fi
21190 echo "$as_me:$LINENO: result: $wx_cv_STDC_EXT_required" >&5
21191 echo "${ECHO_T}$wx_cv_STDC_EXT_required" >&6
21192 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
21193 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -D__STDC_EXT__"
21194 fi
21195 fi
21196 else
21197 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_LARGE_FILES"
21198 fi
21199 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
21200 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
21201 if test "${ac_cv_sys_largefile_source+set}" = set; then
21202 echo $ECHO_N "(cached) $ECHO_C" >&6
21203 else
21204 while :; do
21205 ac_cv_sys_largefile_source=no
21206 cat >conftest.$ac_ext <<_ACEOF
21207 /* confdefs.h. */
21208 _ACEOF
21209 cat confdefs.h >>conftest.$ac_ext
21210 cat >>conftest.$ac_ext <<_ACEOF
21211 /* end confdefs.h. */
21212 #include <stdio.h>
21213 int
21214 main ()
21215 {
21216 return !fseeko;
21217 ;
21218 return 0;
21219 }
21220 _ACEOF
21221 rm -f conftest.$ac_objext
21222 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21223 (eval $ac_compile) 2>conftest.er1
21224 ac_status=$?
21225 grep -v '^ *+' conftest.er1 >conftest.err
21226 rm -f conftest.er1
21227 cat conftest.err >&5
21228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21229 (exit $ac_status); } &&
21230 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21232 (eval $ac_try) 2>&5
21233 ac_status=$?
21234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21235 (exit $ac_status); }; } &&
21236 { ac_try='test -s conftest.$ac_objext'
21237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21238 (eval $ac_try) 2>&5
21239 ac_status=$?
21240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21241 (exit $ac_status); }; }; then
21242 break
21243 else
21244 echo "$as_me: failed program was:" >&5
21245 sed 's/^/| /' conftest.$ac_ext >&5
21246
21247 fi
21248 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21249 cat >conftest.$ac_ext <<_ACEOF
21250 /* confdefs.h. */
21251 _ACEOF
21252 cat confdefs.h >>conftest.$ac_ext
21253 cat >>conftest.$ac_ext <<_ACEOF
21254 /* end confdefs.h. */
21255 #define _LARGEFILE_SOURCE 1
21256 #include <stdio.h>
21257 int
21258 main ()
21259 {
21260 return !fseeko;
21261 ;
21262 return 0;
21263 }
21264 _ACEOF
21265 rm -f conftest.$ac_objext
21266 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21267 (eval $ac_compile) 2>conftest.er1
21268 ac_status=$?
21269 grep -v '^ *+' conftest.er1 >conftest.err
21270 rm -f conftest.er1
21271 cat conftest.err >&5
21272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21273 (exit $ac_status); } &&
21274 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21276 (eval $ac_try) 2>&5
21277 ac_status=$?
21278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21279 (exit $ac_status); }; } &&
21280 { ac_try='test -s conftest.$ac_objext'
21281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21282 (eval $ac_try) 2>&5
21283 ac_status=$?
21284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21285 (exit $ac_status); }; }; then
21286 ac_cv_sys_largefile_source=1; break
21287 else
21288 echo "$as_me: failed program was:" >&5
21289 sed 's/^/| /' conftest.$ac_ext >&5
21290
21291 fi
21292 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21293 break
21294 done
21295 fi
21296 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
21297 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
21298 if test "$ac_cv_sys_largefile_source" != no; then
21299
21300 cat >>confdefs.h <<_ACEOF
21301 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
21302 _ACEOF
21303
21304 fi
21305 rm -f conftest*
21306
21307 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
21308 # in glibc 2.1.3, but that breaks too many other things.
21309 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
21310 echo "$as_me:$LINENO: checking for fseeko" >&5
21311 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
21312 if test "${ac_cv_func_fseeko+set}" = set; then
21313 echo $ECHO_N "(cached) $ECHO_C" >&6
21314 else
21315 cat >conftest.$ac_ext <<_ACEOF
21316 /* confdefs.h. */
21317 _ACEOF
21318 cat confdefs.h >>conftest.$ac_ext
21319 cat >>conftest.$ac_ext <<_ACEOF
21320 /* end confdefs.h. */
21321 #include <stdio.h>
21322 int
21323 main ()
21324 {
21325 return fseeko && fseeko (stdin, 0, 0);
21326 ;
21327 return 0;
21328 }
21329 _ACEOF
21330 rm -f conftest.$ac_objext conftest$ac_exeext
21331 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21332 (eval $ac_link) 2>conftest.er1
21333 ac_status=$?
21334 grep -v '^ *+' conftest.er1 >conftest.err
21335 rm -f conftest.er1
21336 cat conftest.err >&5
21337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21338 (exit $ac_status); } &&
21339 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21341 (eval $ac_try) 2>&5
21342 ac_status=$?
21343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21344 (exit $ac_status); }; } &&
21345 { ac_try='test -s conftest$ac_exeext'
21346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21347 (eval $ac_try) 2>&5
21348 ac_status=$?
21349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21350 (exit $ac_status); }; }; then
21351 ac_cv_func_fseeko=yes
21352 else
21353 echo "$as_me: failed program was:" >&5
21354 sed 's/^/| /' conftest.$ac_ext >&5
21355
21356 ac_cv_func_fseeko=no
21357 fi
21358 rm -f conftest.err conftest.$ac_objext \
21359 conftest$ac_exeext conftest.$ac_ext
21360 fi
21361 echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
21362 echo "${ECHO_T}$ac_cv_func_fseeko" >&6
21363 if test $ac_cv_func_fseeko = yes; then
21364
21365 cat >>confdefs.h <<\_ACEOF
21366 #define HAVE_FSEEKO 1
21367 _ACEOF
21368
21369 fi
21370
21371 if test "$ac_cv_sys_largefile_source" != no; then
21372 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
21373 fi
21374 fi
21375
21376 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
21377 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
21378 if test "${ac_cv_c_bigendian+set}" = set; then
21379 echo $ECHO_N "(cached) $ECHO_C" >&6
21380 else
21381 ac_cv_c_bigendian=unknown
21382 # See if sys/param.h defines the BYTE_ORDER macro.
21383 cat >conftest.$ac_ext <<_ACEOF
21384 /* confdefs.h. */
21385 _ACEOF
21386 cat confdefs.h >>conftest.$ac_ext
21387 cat >>conftest.$ac_ext <<_ACEOF
21388 /* end confdefs.h. */
21389 #include <sys/types.h>
21390 #include <sys/param.h>
21391 int
21392 main ()
21393 {
21394
21395 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
21396 bogus endian macros
21397 #endif
21398 ;
21399 return 0;
21400 }
21401 _ACEOF
21402 rm -f conftest.$ac_objext
21403 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21404 (eval $ac_compile) 2>conftest.er1
21405 ac_status=$?
21406 grep -v '^ *+' conftest.er1 >conftest.err
21407 rm -f conftest.er1
21408 cat conftest.err >&5
21409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21410 (exit $ac_status); } &&
21411 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21413 (eval $ac_try) 2>&5
21414 ac_status=$?
21415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21416 (exit $ac_status); }; } &&
21417 { ac_try='test -s conftest.$ac_objext'
21418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21419 (eval $ac_try) 2>&5
21420 ac_status=$?
21421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21422 (exit $ac_status); }; }; then
21423 # It does; now see whether it defined to BIG_ENDIAN or not.
21424 cat >conftest.$ac_ext <<_ACEOF
21425 /* confdefs.h. */
21426 _ACEOF
21427 cat confdefs.h >>conftest.$ac_ext
21428 cat >>conftest.$ac_ext <<_ACEOF
21429 /* end confdefs.h. */
21430 #include <sys/types.h>
21431 #include <sys/param.h>
21432 int
21433 main ()
21434 {
21435
21436 #if BYTE_ORDER != BIG_ENDIAN
21437 not big endian
21438 #endif
21439 ;
21440 return 0;
21441 }
21442 _ACEOF
21443 rm -f conftest.$ac_objext
21444 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21445 (eval $ac_compile) 2>conftest.er1
21446 ac_status=$?
21447 grep -v '^ *+' conftest.er1 >conftest.err
21448 rm -f conftest.er1
21449 cat conftest.err >&5
21450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21451 (exit $ac_status); } &&
21452 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21454 (eval $ac_try) 2>&5
21455 ac_status=$?
21456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21457 (exit $ac_status); }; } &&
21458 { ac_try='test -s conftest.$ac_objext'
21459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21460 (eval $ac_try) 2>&5
21461 ac_status=$?
21462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21463 (exit $ac_status); }; }; then
21464 ac_cv_c_bigendian=yes
21465 else
21466 echo "$as_me: failed program was:" >&5
21467 sed 's/^/| /' conftest.$ac_ext >&5
21468
21469 ac_cv_c_bigendian=no
21470 fi
21471 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21472 else
21473 echo "$as_me: failed program was:" >&5
21474 sed 's/^/| /' conftest.$ac_ext >&5
21475
21476 fi
21477 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21478 if test $ac_cv_c_bigendian = unknown; then
21479 if test "$cross_compiling" = yes; then
21480 ac_cv_c_bigendian=unknown
21481 else
21482 cat >conftest.$ac_ext <<_ACEOF
21483 /* confdefs.h. */
21484 _ACEOF
21485 cat confdefs.h >>conftest.$ac_ext
21486 cat >>conftest.$ac_ext <<_ACEOF
21487 /* end confdefs.h. */
21488 main () {
21489 /* Are we little or big endian? From Harbison&Steele. */
21490 union
21491 {
21492 long l;
21493 char c[sizeof (long)];
21494 } u;
21495 u.l = 1;
21496 exit (u.c[sizeof (long) - 1] == 1);
21497 }
21498 _ACEOF
21499 rm -f conftest$ac_exeext
21500 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21501 (eval $ac_link) 2>&5
21502 ac_status=$?
21503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21504 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21506 (eval $ac_try) 2>&5
21507 ac_status=$?
21508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21509 (exit $ac_status); }; }; then
21510 ac_cv_c_bigendian=no
21511 else
21512 echo "$as_me: program exited with status $ac_status" >&5
21513 echo "$as_me: failed program was:" >&5
21514 sed 's/^/| /' conftest.$ac_ext >&5
21515
21516 ( exit $ac_status )
21517 ac_cv_c_bigendian=yes
21518 fi
21519 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21520 fi
21521 fi
21522 fi
21523 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
21524 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
21525 if test $ac_cv_c_bigendian = unknown; then
21526 { 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
21527 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;}
21528 fi
21529 if test $ac_cv_c_bigendian = yes; then
21530 cat >>confdefs.h <<\_ACEOF
21531 #define WORDS_BIGENDIAN 1
21532 _ACEOF
21533
21534 fi
21535
21536
21537 ac_ext=cc
21538 ac_cpp='$CXXCPP $CPPFLAGS'
21539 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21540 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21541 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21542 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
21543 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
21544 if test -z "$CXXCPP"; then
21545 if test "${ac_cv_prog_CXXCPP+set}" = set; then
21546 echo $ECHO_N "(cached) $ECHO_C" >&6
21547 else
21548 # Double quotes because CXXCPP needs to be expanded
21549 for CXXCPP in "$CXX -E" "/lib/cpp"
21550 do
21551 ac_preproc_ok=false
21552 for ac_cxx_preproc_warn_flag in '' yes
21553 do
21554 # Use a header file that comes with gcc, so configuring glibc
21555 # with a fresh cross-compiler works.
21556 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21557 # <limits.h> exists even on freestanding compilers.
21558 # On the NeXT, cc -E runs the code through the compiler's parser,
21559 # not just through cpp. "Syntax error" is here to catch this case.
21560 cat >conftest.$ac_ext <<_ACEOF
21561 /* confdefs.h. */
21562 _ACEOF
21563 cat confdefs.h >>conftest.$ac_ext
21564 cat >>conftest.$ac_ext <<_ACEOF
21565 /* end confdefs.h. */
21566 #ifdef __STDC__
21567 # include <limits.h>
21568 #else
21569 # include <assert.h>
21570 #endif
21571 Syntax error
21572 _ACEOF
21573 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21574 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21575 ac_status=$?
21576 grep -v '^ *+' conftest.er1 >conftest.err
21577 rm -f conftest.er1
21578 cat conftest.err >&5
21579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21580 (exit $ac_status); } >/dev/null; then
21581 if test -s conftest.err; then
21582 ac_cpp_err=$ac_cxx_preproc_warn_flag
21583 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
21584 else
21585 ac_cpp_err=
21586 fi
21587 else
21588 ac_cpp_err=yes
21589 fi
21590 if test -z "$ac_cpp_err"; then
21591 :
21592 else
21593 echo "$as_me: failed program was:" >&5
21594 sed 's/^/| /' conftest.$ac_ext >&5
21595
21596 # Broken: fails on valid input.
21597 continue
21598 fi
21599 rm -f conftest.err conftest.$ac_ext
21600
21601 # OK, works on sane cases. Now check whether non-existent headers
21602 # can be detected and how.
21603 cat >conftest.$ac_ext <<_ACEOF
21604 /* confdefs.h. */
21605 _ACEOF
21606 cat confdefs.h >>conftest.$ac_ext
21607 cat >>conftest.$ac_ext <<_ACEOF
21608 /* end confdefs.h. */
21609 #include <ac_nonexistent.h>
21610 _ACEOF
21611 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21612 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21613 ac_status=$?
21614 grep -v '^ *+' conftest.er1 >conftest.err
21615 rm -f conftest.er1
21616 cat conftest.err >&5
21617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21618 (exit $ac_status); } >/dev/null; then
21619 if test -s conftest.err; then
21620 ac_cpp_err=$ac_cxx_preproc_warn_flag
21621 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
21622 else
21623 ac_cpp_err=
21624 fi
21625 else
21626 ac_cpp_err=yes
21627 fi
21628 if test -z "$ac_cpp_err"; then
21629 # Broken: success on invalid input.
21630 continue
21631 else
21632 echo "$as_me: failed program was:" >&5
21633 sed 's/^/| /' conftest.$ac_ext >&5
21634
21635 # Passes both tests.
21636 ac_preproc_ok=:
21637 break
21638 fi
21639 rm -f conftest.err conftest.$ac_ext
21640
21641 done
21642 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
21643 rm -f conftest.err conftest.$ac_ext
21644 if $ac_preproc_ok; then
21645 break
21646 fi
21647
21648 done
21649 ac_cv_prog_CXXCPP=$CXXCPP
21650
21651 fi
21652 CXXCPP=$ac_cv_prog_CXXCPP
21653 else
21654 ac_cv_prog_CXXCPP=$CXXCPP
21655 fi
21656 echo "$as_me:$LINENO: result: $CXXCPP" >&5
21657 echo "${ECHO_T}$CXXCPP" >&6
21658 ac_preproc_ok=false
21659 for ac_cxx_preproc_warn_flag in '' yes
21660 do
21661 # Use a header file that comes with gcc, so configuring glibc
21662 # with a fresh cross-compiler works.
21663 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21664 # <limits.h> exists even on freestanding compilers.
21665 # On the NeXT, cc -E runs the code through the compiler's parser,
21666 # not just through cpp. "Syntax error" is here to catch this case.
21667 cat >conftest.$ac_ext <<_ACEOF
21668 /* confdefs.h. */
21669 _ACEOF
21670 cat confdefs.h >>conftest.$ac_ext
21671 cat >>conftest.$ac_ext <<_ACEOF
21672 /* end confdefs.h. */
21673 #ifdef __STDC__
21674 # include <limits.h>
21675 #else
21676 # include <assert.h>
21677 #endif
21678 Syntax error
21679 _ACEOF
21680 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21681 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21682 ac_status=$?
21683 grep -v '^ *+' conftest.er1 >conftest.err
21684 rm -f conftest.er1
21685 cat conftest.err >&5
21686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21687 (exit $ac_status); } >/dev/null; then
21688 if test -s conftest.err; then
21689 ac_cpp_err=$ac_cxx_preproc_warn_flag
21690 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
21691 else
21692 ac_cpp_err=
21693 fi
21694 else
21695 ac_cpp_err=yes
21696 fi
21697 if test -z "$ac_cpp_err"; then
21698 :
21699 else
21700 echo "$as_me: failed program was:" >&5
21701 sed 's/^/| /' conftest.$ac_ext >&5
21702
21703 # Broken: fails on valid input.
21704 continue
21705 fi
21706 rm -f conftest.err conftest.$ac_ext
21707
21708 # OK, works on sane cases. Now check whether non-existent headers
21709 # can be detected and how.
21710 cat >conftest.$ac_ext <<_ACEOF
21711 /* confdefs.h. */
21712 _ACEOF
21713 cat confdefs.h >>conftest.$ac_ext
21714 cat >>conftest.$ac_ext <<_ACEOF
21715 /* end confdefs.h. */
21716 #include <ac_nonexistent.h>
21717 _ACEOF
21718 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21719 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21720 ac_status=$?
21721 grep -v '^ *+' conftest.er1 >conftest.err
21722 rm -f conftest.er1
21723 cat conftest.err >&5
21724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21725 (exit $ac_status); } >/dev/null; then
21726 if test -s conftest.err; then
21727 ac_cpp_err=$ac_cxx_preproc_warn_flag
21728 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
21729 else
21730 ac_cpp_err=
21731 fi
21732 else
21733 ac_cpp_err=yes
21734 fi
21735 if test -z "$ac_cpp_err"; then
21736 # Broken: success on invalid input.
21737 continue
21738 else
21739 echo "$as_me: failed program was:" >&5
21740 sed 's/^/| /' conftest.$ac_ext >&5
21741
21742 # Passes both tests.
21743 ac_preproc_ok=:
21744 break
21745 fi
21746 rm -f conftest.err conftest.$ac_ext
21747
21748 done
21749 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
21750 rm -f conftest.err conftest.$ac_ext
21751 if $ac_preproc_ok; then
21752 :
21753 else
21754 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
21755 See \`config.log' for more details." >&5
21756 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
21757 See \`config.log' for more details." >&2;}
21758 { (exit 1); exit 1; }; }
21759 fi
21760
21761 ac_ext=cc
21762 ac_cpp='$CXXCPP $CPPFLAGS'
21763 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21764 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21765 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21766
21767
21768
21769
21770
21771 ac_ext=cc
21772 ac_cpp='$CXXCPP $CPPFLAGS'
21773 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21774 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21775 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21776
21777
21778
21779 for ac_header in iostream
21780 do
21781 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21782 if eval "test \"\${$as_ac_Header+set}\" = set"; then
21783 echo "$as_me:$LINENO: checking for $ac_header" >&5
21784 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21785 if eval "test \"\${$as_ac_Header+set}\" = set"; then
21786 echo $ECHO_N "(cached) $ECHO_C" >&6
21787 fi
21788 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21789 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21790 else
21791 # Is the header compilable?
21792 echo "$as_me:$LINENO: checking $ac_header usability" >&5
21793 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
21794 cat >conftest.$ac_ext <<_ACEOF
21795 /* confdefs.h. */
21796 _ACEOF
21797 cat confdefs.h >>conftest.$ac_ext
21798 cat >>conftest.$ac_ext <<_ACEOF
21799 /* end confdefs.h. */
21800 $ac_includes_default
21801 #include <$ac_header>
21802 _ACEOF
21803 rm -f conftest.$ac_objext
21804 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21805 (eval $ac_compile) 2>conftest.er1
21806 ac_status=$?
21807 grep -v '^ *+' conftest.er1 >conftest.err
21808 rm -f conftest.er1
21809 cat conftest.err >&5
21810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21811 (exit $ac_status); } &&
21812 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21814 (eval $ac_try) 2>&5
21815 ac_status=$?
21816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21817 (exit $ac_status); }; } &&
21818 { ac_try='test -s conftest.$ac_objext'
21819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21820 (eval $ac_try) 2>&5
21821 ac_status=$?
21822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21823 (exit $ac_status); }; }; then
21824 ac_header_compiler=yes
21825 else
21826 echo "$as_me: failed program was:" >&5
21827 sed 's/^/| /' conftest.$ac_ext >&5
21828
21829 ac_header_compiler=no
21830 fi
21831 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21832 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21833 echo "${ECHO_T}$ac_header_compiler" >&6
21834
21835 # Is the header present?
21836 echo "$as_me:$LINENO: checking $ac_header presence" >&5
21837 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
21838 cat >conftest.$ac_ext <<_ACEOF
21839 /* confdefs.h. */
21840 _ACEOF
21841 cat confdefs.h >>conftest.$ac_ext
21842 cat >>conftest.$ac_ext <<_ACEOF
21843 /* end confdefs.h. */
21844 #include <$ac_header>
21845 _ACEOF
21846 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21847 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21848 ac_status=$?
21849 grep -v '^ *+' conftest.er1 >conftest.err
21850 rm -f conftest.er1
21851 cat conftest.err >&5
21852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21853 (exit $ac_status); } >/dev/null; then
21854 if test -s conftest.err; then
21855 ac_cpp_err=$ac_cxx_preproc_warn_flag
21856 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
21857 else
21858 ac_cpp_err=
21859 fi
21860 else
21861 ac_cpp_err=yes
21862 fi
21863 if test -z "$ac_cpp_err"; then
21864 ac_header_preproc=yes
21865 else
21866 echo "$as_me: failed program was:" >&5
21867 sed 's/^/| /' conftest.$ac_ext >&5
21868
21869 ac_header_preproc=no
21870 fi
21871 rm -f conftest.err conftest.$ac_ext
21872 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21873 echo "${ECHO_T}$ac_header_preproc" >&6
21874
21875 # So? What about this header?
21876 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
21877 yes:no: )
21878 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21879 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21880 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21881 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21882 ac_header_preproc=yes
21883 ;;
21884 no:yes:* )
21885 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21886 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21887 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21888 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21889 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21890 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21891 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21892 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21893 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21894 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21895 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21896 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21897 (
21898 cat <<\_ASBOX
21899 ## ----------------------------------------- ##
21900 ## Report this to wx-dev@lists.wxwidgets.org ##
21901 ## ----------------------------------------- ##
21902 _ASBOX
21903 ) |
21904 sed "s/^/$as_me: WARNING: /" >&2
21905 ;;
21906 esac
21907 echo "$as_me:$LINENO: checking for $ac_header" >&5
21908 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21909 if eval "test \"\${$as_ac_Header+set}\" = set"; then
21910 echo $ECHO_N "(cached) $ECHO_C" >&6
21911 else
21912 eval "$as_ac_Header=\$ac_header_preproc"
21913 fi
21914 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21915 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21916
21917 fi
21918 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21919 cat >>confdefs.h <<_ACEOF
21920 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21921 _ACEOF
21922
21923 fi
21924
21925 done
21926
21927
21928 if test "$ac_cv_header_iostream" = "yes" ; then
21929 :
21930 else
21931 cat >>confdefs.h <<\_ACEOF
21932 #define wxUSE_IOSTREAMH 1
21933 _ACEOF
21934
21935 fi
21936
21937 ac_ext=c
21938 ac_cpp='$CPP $CPPFLAGS'
21939 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21940 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21941 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21942
21943
21944
21945
21946 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
21947 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
21948 if test "${wx_cv_cpp_bool+set}" = set; then
21949 echo $ECHO_N "(cached) $ECHO_C" >&6
21950 else
21951
21952
21953
21954 ac_ext=cc
21955 ac_cpp='$CXXCPP $CPPFLAGS'
21956 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21957 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21958 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21959
21960
21961 cat >conftest.$ac_ext <<_ACEOF
21962 /* confdefs.h. */
21963 _ACEOF
21964 cat confdefs.h >>conftest.$ac_ext
21965 cat >>conftest.$ac_ext <<_ACEOF
21966 /* end confdefs.h. */
21967
21968
21969 int
21970 main ()
21971 {
21972
21973 bool b = true;
21974
21975 return 0;
21976
21977 ;
21978 return 0;
21979 }
21980 _ACEOF
21981 rm -f conftest.$ac_objext
21982 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21983 (eval $ac_compile) 2>conftest.er1
21984 ac_status=$?
21985 grep -v '^ *+' conftest.er1 >conftest.err
21986 rm -f conftest.er1
21987 cat conftest.err >&5
21988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21989 (exit $ac_status); } &&
21990 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21992 (eval $ac_try) 2>&5
21993 ac_status=$?
21994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21995 (exit $ac_status); }; } &&
21996 { ac_try='test -s conftest.$ac_objext'
21997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21998 (eval $ac_try) 2>&5
21999 ac_status=$?
22000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22001 (exit $ac_status); }; }; then
22002
22003 wx_cv_cpp_bool=yes
22004
22005 else
22006 echo "$as_me: failed program was:" >&5
22007 sed 's/^/| /' conftest.$ac_ext >&5
22008
22009
22010 wx_cv_cpp_bool=no
22011
22012
22013 fi
22014 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22015
22016 ac_ext=c
22017 ac_cpp='$CPP $CPPFLAGS'
22018 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22019 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22020 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22021
22022
22023 fi
22024 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
22025 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
22026
22027 if test "$wx_cv_cpp_bool" = "yes"; then
22028 cat >>confdefs.h <<\_ACEOF
22029 #define HAVE_BOOL 1
22030 _ACEOF
22031
22032 fi
22033
22034
22035
22036 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
22037 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
22038 if test "${wx_cv_explicit+set}" = set; then
22039 echo $ECHO_N "(cached) $ECHO_C" >&6
22040 else
22041
22042
22043
22044 ac_ext=cc
22045 ac_cpp='$CXXCPP $CPPFLAGS'
22046 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22047 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22048 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22049
22050
22051 cat >conftest.$ac_ext <<_ACEOF
22052 /* confdefs.h. */
22053 _ACEOF
22054 cat confdefs.h >>conftest.$ac_ext
22055 cat >>conftest.$ac_ext <<_ACEOF
22056 /* end confdefs.h. */
22057
22058 class Foo { public: explicit Foo(int) {} };
22059
22060 int
22061 main ()
22062 {
22063
22064 return 0;
22065
22066 ;
22067 return 0;
22068 }
22069 _ACEOF
22070 rm -f conftest.$ac_objext
22071 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22072 (eval $ac_compile) 2>conftest.er1
22073 ac_status=$?
22074 grep -v '^ *+' conftest.er1 >conftest.err
22075 rm -f conftest.er1
22076 cat conftest.err >&5
22077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22078 (exit $ac_status); } &&
22079 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22081 (eval $ac_try) 2>&5
22082 ac_status=$?
22083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22084 (exit $ac_status); }; } &&
22085 { ac_try='test -s conftest.$ac_objext'
22086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22087 (eval $ac_try) 2>&5
22088 ac_status=$?
22089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22090 (exit $ac_status); }; }; then
22091
22092 cat >conftest.$ac_ext <<_ACEOF
22093 /* confdefs.h. */
22094 _ACEOF
22095 cat confdefs.h >>conftest.$ac_ext
22096 cat >>conftest.$ac_ext <<_ACEOF
22097 /* end confdefs.h. */
22098
22099 class Foo { public: explicit Foo(int) {} };
22100 static void TakeFoo(const Foo& foo) { }
22101
22102 int
22103 main ()
22104 {
22105
22106 TakeFoo(17);
22107 return 0;
22108
22109 ;
22110 return 0;
22111 }
22112 _ACEOF
22113 rm -f conftest.$ac_objext
22114 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22115 (eval $ac_compile) 2>conftest.er1
22116 ac_status=$?
22117 grep -v '^ *+' conftest.er1 >conftest.err
22118 rm -f conftest.er1
22119 cat conftest.err >&5
22120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22121 (exit $ac_status); } &&
22122 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22124 (eval $ac_try) 2>&5
22125 ac_status=$?
22126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22127 (exit $ac_status); }; } &&
22128 { ac_try='test -s conftest.$ac_objext'
22129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22130 (eval $ac_try) 2>&5
22131 ac_status=$?
22132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22133 (exit $ac_status); }; }; then
22134 wx_cv_explicit=no
22135 else
22136 echo "$as_me: failed program was:" >&5
22137 sed 's/^/| /' conftest.$ac_ext >&5
22138
22139 wx_cv_explicit=yes
22140
22141 fi
22142 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22143
22144 else
22145 echo "$as_me: failed program was:" >&5
22146 sed 's/^/| /' conftest.$ac_ext >&5
22147
22148 wx_cv_explicit=no
22149
22150 fi
22151 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22152
22153 ac_ext=c
22154 ac_cpp='$CPP $CPPFLAGS'
22155 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22156 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22157 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22158
22159
22160 fi
22161 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
22162 echo "${ECHO_T}$wx_cv_explicit" >&6
22163
22164 if test "$wx_cv_explicit" = "yes"; then
22165 cat >>confdefs.h <<\_ACEOF
22166 #define HAVE_EXPLICIT 1
22167 _ACEOF
22168
22169 fi
22170
22171
22172 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
22173 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
22174 if test "${ac_cv_cxx_const_cast+set}" = set; then
22175 echo $ECHO_N "(cached) $ECHO_C" >&6
22176 else
22177
22178
22179 ac_ext=cc
22180 ac_cpp='$CXXCPP $CPPFLAGS'
22181 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22182 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22183 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22184
22185 cat >conftest.$ac_ext <<_ACEOF
22186 /* confdefs.h. */
22187 _ACEOF
22188 cat confdefs.h >>conftest.$ac_ext
22189 cat >>conftest.$ac_ext <<_ACEOF
22190 /* end confdefs.h. */
22191
22192 int
22193 main ()
22194 {
22195 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
22196 ;
22197 return 0;
22198 }
22199 _ACEOF
22200 rm -f conftest.$ac_objext
22201 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22202 (eval $ac_compile) 2>conftest.er1
22203 ac_status=$?
22204 grep -v '^ *+' conftest.er1 >conftest.err
22205 rm -f conftest.er1
22206 cat conftest.err >&5
22207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22208 (exit $ac_status); } &&
22209 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22211 (eval $ac_try) 2>&5
22212 ac_status=$?
22213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22214 (exit $ac_status); }; } &&
22215 { ac_try='test -s conftest.$ac_objext'
22216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22217 (eval $ac_try) 2>&5
22218 ac_status=$?
22219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22220 (exit $ac_status); }; }; then
22221 ac_cv_cxx_const_cast=yes
22222 else
22223 echo "$as_me: failed program was:" >&5
22224 sed 's/^/| /' conftest.$ac_ext >&5
22225
22226 ac_cv_cxx_const_cast=no
22227 fi
22228 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22229 ac_ext=c
22230 ac_cpp='$CPP $CPPFLAGS'
22231 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22232 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22233 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22234
22235
22236 fi
22237 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
22238 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
22239 if test "$ac_cv_cxx_const_cast" = yes; then
22240
22241 cat >>confdefs.h <<\_ACEOF
22242 #define HAVE_CONST_CAST
22243 _ACEOF
22244
22245 fi
22246
22247 echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
22248 echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6
22249 if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
22250 echo $ECHO_N "(cached) $ECHO_C" >&6
22251 else
22252
22253
22254 ac_ext=cc
22255 ac_cpp='$CXXCPP $CPPFLAGS'
22256 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22257 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22258 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22259
22260 cat >conftest.$ac_ext <<_ACEOF
22261 /* confdefs.h. */
22262 _ACEOF
22263 cat confdefs.h >>conftest.$ac_ext
22264 cat >>conftest.$ac_ext <<_ACEOF
22265 /* end confdefs.h. */
22266 #include <typeinfo>
22267 class Base { public : Base () {} virtual void f () = 0;};
22268 class Derived : public Base { public : Derived () {} virtual void f () {} };
22269 class Unrelated { public : Unrelated () {} };
22270 int g (Unrelated&) { return 0; }
22271 int
22272 main ()
22273 {
22274
22275 Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
22276 ;
22277 return 0;
22278 }
22279 _ACEOF
22280 rm -f conftest.$ac_objext
22281 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22282 (eval $ac_compile) 2>conftest.er1
22283 ac_status=$?
22284 grep -v '^ *+' conftest.er1 >conftest.err
22285 rm -f conftest.er1
22286 cat conftest.err >&5
22287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22288 (exit $ac_status); } &&
22289 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22291 (eval $ac_try) 2>&5
22292 ac_status=$?
22293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22294 (exit $ac_status); }; } &&
22295 { ac_try='test -s conftest.$ac_objext'
22296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22297 (eval $ac_try) 2>&5
22298 ac_status=$?
22299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22300 (exit $ac_status); }; }; then
22301 ac_cv_cxx_reinterpret_cast=yes
22302 else
22303 echo "$as_me: failed program was:" >&5
22304 sed 's/^/| /' conftest.$ac_ext >&5
22305
22306 ac_cv_cxx_reinterpret_cast=no
22307 fi
22308 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22309 ac_ext=c
22310 ac_cpp='$CPP $CPPFLAGS'
22311 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22312 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22313 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22314
22315
22316 fi
22317 echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
22318 echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6
22319 if test "$ac_cv_cxx_reinterpret_cast" = yes; then
22320
22321 cat >>confdefs.h <<\_ACEOF
22322 #define HAVE_REINTERPRET_CAST
22323 _ACEOF
22324
22325 fi
22326
22327 echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
22328 echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
22329 if test "${ac_cv_cxx_static_cast+set}" = set; then
22330 echo $ECHO_N "(cached) $ECHO_C" >&6
22331 else
22332
22333
22334 ac_ext=cc
22335 ac_cpp='$CXXCPP $CPPFLAGS'
22336 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22337 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22338 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22339
22340 cat >conftest.$ac_ext <<_ACEOF
22341 /* confdefs.h. */
22342 _ACEOF
22343 cat confdefs.h >>conftest.$ac_ext
22344 cat >>conftest.$ac_ext <<_ACEOF
22345 /* end confdefs.h. */
22346 #include <typeinfo>
22347 class Base { public : Base () {} virtual void f () = 0; };
22348 class Derived : public Base { public : Derived () {} virtual void f () {} };
22349 int g (Derived&) { return 0; }
22350 int
22351 main ()
22352 {
22353
22354 Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
22355 ;
22356 return 0;
22357 }
22358 _ACEOF
22359 rm -f conftest.$ac_objext
22360 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22361 (eval $ac_compile) 2>conftest.er1
22362 ac_status=$?
22363 grep -v '^ *+' conftest.er1 >conftest.err
22364 rm -f conftest.er1
22365 cat conftest.err >&5
22366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22367 (exit $ac_status); } &&
22368 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22370 (eval $ac_try) 2>&5
22371 ac_status=$?
22372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22373 (exit $ac_status); }; } &&
22374 { ac_try='test -s conftest.$ac_objext'
22375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22376 (eval $ac_try) 2>&5
22377 ac_status=$?
22378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22379 (exit $ac_status); }; }; then
22380 ac_cv_cxx_static_cast=yes
22381 else
22382 echo "$as_me: failed program was:" >&5
22383 sed 's/^/| /' conftest.$ac_ext >&5
22384
22385 ac_cv_cxx_static_cast=no
22386 fi
22387 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22388 ac_ext=c
22389 ac_cpp='$CPP $CPPFLAGS'
22390 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22391 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22392 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22393
22394
22395 fi
22396 echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
22397 echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
22398 if test "$ac_cv_cxx_static_cast" = yes; then
22399
22400 cat >>confdefs.h <<\_ACEOF
22401 #define HAVE_STATIC_CAST
22402 _ACEOF
22403
22404 fi
22405
22406
22407 if test "x$SUNCXX" = xyes; then
22408 CXXFLAGS="$CXXFLAGS -features=tmplife"
22409 fi
22410
22411 if test "x$SUNCC" = xyes; then
22412 CFLAGS="$CFLAGS -erroff=E_NO_EXPLICIT_TYPE_GIVEN"
22413 fi
22414
22415 if test "x$SGICC" = "xyes"; then
22416 CFLAGS="$CFLAGS -woff 3970"
22417 fi
22418 if test "x$SGICXX" = "xyes"; then
22419 CXXFLAGS="$CXXFLAGS -woff 3970"
22420 fi
22421
22422 if test "x$HPCC" = "xyes"; then
22423 CFLAGS="$CFLAGS +W 2011,2450"
22424 fi
22425 if test "x$HPCXX" = "xyes"; then
22426 CXXFLAGS="$CXXFLAGS +W 2340"
22427 fi
22428
22429 if test "x$COMPAQCXX" = "xyes"; then
22430 CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
22431 fi
22432
22433 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
22434 ac_ext=cc
22435 ac_cpp='$CXXCPP $CPPFLAGS'
22436 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22437 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22438 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22439
22440
22441 if test "$wxUSE_UNICODE" = "yes"; then
22442 std_string="std::wstring"
22443 char_type="wchar_t"
22444 else
22445 std_string="std::string"
22446 char_type="char"
22447 fi
22448
22449 echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
22450 echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6
22451 cat >conftest.$ac_ext <<_ACEOF
22452 /* confdefs.h. */
22453 _ACEOF
22454 cat confdefs.h >>conftest.$ac_ext
22455 cat >>conftest.$ac_ext <<_ACEOF
22456 /* end confdefs.h. */
22457 #include <string>
22458 int
22459 main ()
22460 {
22461 $std_string foo;
22462 ;
22463 return 0;
22464 }
22465 _ACEOF
22466 rm -f conftest.$ac_objext
22467 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22468 (eval $ac_compile) 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); } &&
22475 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22477 (eval $ac_try) 2>&5
22478 ac_status=$?
22479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22480 (exit $ac_status); }; } &&
22481 { ac_try='test -s conftest.$ac_objext'
22482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22483 (eval $ac_try) 2>&5
22484 ac_status=$?
22485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22486 (exit $ac_status); }; }; then
22487 echo "$as_me:$LINENO: result: yes" >&5
22488 echo "${ECHO_T}yes" >&6
22489 cat >>confdefs.h <<\_ACEOF
22490 #define HAVE_STD_WSTRING 1
22491 _ACEOF
22492
22493 else
22494 echo "$as_me: failed program was:" >&5
22495 sed 's/^/| /' conftest.$ac_ext >&5
22496
22497 echo "$as_me:$LINENO: result: no" >&5
22498 echo "${ECHO_T}no" >&6
22499 echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
22500 echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6
22501 cat >conftest.$ac_ext <<_ACEOF
22502 /* confdefs.h. */
22503 _ACEOF
22504 cat confdefs.h >>conftest.$ac_ext
22505 cat >>conftest.$ac_ext <<_ACEOF
22506 /* end confdefs.h. */
22507
22508 #ifdef HAVE_WCHAR_H
22509 # ifdef __CYGWIN__
22510 # include <stddef.h>
22511 # endif
22512 # include <wchar.h>
22513 #endif
22514 #ifdef HAVE_STDLIB_H
22515 # include <stdlib.h>
22516 #endif
22517 #include <stdio.h>
22518 #include <string>
22519
22520 int
22521 main ()
22522 {
22523 std::basic_string<$char_type> foo;
22524 const $char_type* dummy = foo.c_str();
22525 ;
22526 return 0;
22527 }
22528 _ACEOF
22529 rm -f conftest.$ac_objext
22530 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22531 (eval $ac_compile) 2>conftest.er1
22532 ac_status=$?
22533 grep -v '^ *+' conftest.er1 >conftest.err
22534 rm -f conftest.er1
22535 cat conftest.err >&5
22536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22537 (exit $ac_status); } &&
22538 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22540 (eval $ac_try) 2>&5
22541 ac_status=$?
22542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22543 (exit $ac_status); }; } &&
22544 { ac_try='test -s conftest.$ac_objext'
22545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22546 (eval $ac_try) 2>&5
22547 ac_status=$?
22548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22549 (exit $ac_status); }; }; then
22550 echo "$as_me:$LINENO: result: yes" >&5
22551 echo "${ECHO_T}yes" >&6
22552 else
22553 echo "$as_me: failed program was:" >&5
22554 sed 's/^/| /' conftest.$ac_ext >&5
22555
22556 echo "$as_me:$LINENO: result: no" >&5
22557 echo "${ECHO_T}no" >&6
22558 if test "$wxUSE_STL" = "yes"; then
22559 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
22560 echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
22561 { (exit 1); exit 1; }; }
22562 elif grep wxUSE_STD_STRING $wx_arg_cache_file >/dev/null; then
22563 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
22564 echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
22565 { (exit 1); exit 1; }; }
22566 else
22567 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
22568 echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
22569 wxUSE_STD_STRING=no
22570 fi
22571
22572
22573 fi
22574 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22575
22576 fi
22577 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22578
22579 ac_ext=c
22580 ac_cpp='$CPP $CPPFLAGS'
22581 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22582 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22583 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22584
22585 fi
22586
22587 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
22588 ac_ext=cc
22589 ac_cpp='$CXXCPP $CPPFLAGS'
22590 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22591 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22592 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22593
22594
22595 echo "$as_me:$LINENO: checking for std::istream" >&5
22596 echo $ECHO_N "checking for std::istream... $ECHO_C" >&6
22597 if test "${ac_cv_type_std__istream+set}" = set; then
22598 echo $ECHO_N "(cached) $ECHO_C" >&6
22599 else
22600 cat >conftest.$ac_ext <<_ACEOF
22601 /* confdefs.h. */
22602 _ACEOF
22603 cat confdefs.h >>conftest.$ac_ext
22604 cat >>conftest.$ac_ext <<_ACEOF
22605 /* end confdefs.h. */
22606 #include <iostream>
22607
22608 int
22609 main ()
22610 {
22611 if ((std::istream *) 0)
22612 return 0;
22613 if (sizeof (std::istream))
22614 return 0;
22615 ;
22616 return 0;
22617 }
22618 _ACEOF
22619 rm -f conftest.$ac_objext
22620 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22621 (eval $ac_compile) 2>conftest.er1
22622 ac_status=$?
22623 grep -v '^ *+' conftest.er1 >conftest.err
22624 rm -f conftest.er1
22625 cat conftest.err >&5
22626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22627 (exit $ac_status); } &&
22628 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22630 (eval $ac_try) 2>&5
22631 ac_status=$?
22632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22633 (exit $ac_status); }; } &&
22634 { ac_try='test -s conftest.$ac_objext'
22635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22636 (eval $ac_try) 2>&5
22637 ac_status=$?
22638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22639 (exit $ac_status); }; }; then
22640 ac_cv_type_std__istream=yes
22641 else
22642 echo "$as_me: failed program was:" >&5
22643 sed 's/^/| /' conftest.$ac_ext >&5
22644
22645 ac_cv_type_std__istream=no
22646 fi
22647 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22648 fi
22649 echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
22650 echo "${ECHO_T}$ac_cv_type_std__istream" >&6
22651 if test $ac_cv_type_std__istream = yes; then
22652
22653 cat >>confdefs.h <<_ACEOF
22654 #define HAVE_STD__ISTREAM 1
22655 _ACEOF
22656
22657
22658 else
22659 wxUSE_STD_IOSTREAM=no
22660 fi
22661 echo "$as_me:$LINENO: checking for std::ostream" >&5
22662 echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6
22663 if test "${ac_cv_type_std__ostream+set}" = set; then
22664 echo $ECHO_N "(cached) $ECHO_C" >&6
22665 else
22666 cat >conftest.$ac_ext <<_ACEOF
22667 /* confdefs.h. */
22668 _ACEOF
22669 cat confdefs.h >>conftest.$ac_ext
22670 cat >>conftest.$ac_ext <<_ACEOF
22671 /* end confdefs.h. */
22672 #include <iostream>
22673
22674 int
22675 main ()
22676 {
22677 if ((std::ostream *) 0)
22678 return 0;
22679 if (sizeof (std::ostream))
22680 return 0;
22681 ;
22682 return 0;
22683 }
22684 _ACEOF
22685 rm -f conftest.$ac_objext
22686 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22687 (eval $ac_compile) 2>conftest.er1
22688 ac_status=$?
22689 grep -v '^ *+' conftest.er1 >conftest.err
22690 rm -f conftest.er1
22691 cat conftest.err >&5
22692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22693 (exit $ac_status); } &&
22694 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22696 (eval $ac_try) 2>&5
22697 ac_status=$?
22698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22699 (exit $ac_status); }; } &&
22700 { ac_try='test -s conftest.$ac_objext'
22701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22702 (eval $ac_try) 2>&5
22703 ac_status=$?
22704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22705 (exit $ac_status); }; }; then
22706 ac_cv_type_std__ostream=yes
22707 else
22708 echo "$as_me: failed program was:" >&5
22709 sed 's/^/| /' conftest.$ac_ext >&5
22710
22711 ac_cv_type_std__ostream=no
22712 fi
22713 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22714 fi
22715 echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
22716 echo "${ECHO_T}$ac_cv_type_std__ostream" >&6
22717 if test $ac_cv_type_std__ostream = yes; then
22718
22719 cat >>confdefs.h <<_ACEOF
22720 #define HAVE_STD__OSTREAM 1
22721 _ACEOF
22722
22723
22724 else
22725 wxUSE_STD_IOSTREAM=no
22726 fi
22727
22728
22729 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
22730 if grep wxUSE_STD_IOSTREAM $wx_arg_cache_file >/dev/null; then
22731 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
22732 echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
22733 { (exit 1); exit 1; }; }
22734 else
22735 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
22736 echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
22737 fi
22738 fi
22739
22740 ac_ext=c
22741 ac_cpp='$CPP $CPPFLAGS'
22742 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22743 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22744 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22745
22746 fi
22747
22748 if test "$wxUSE_STL" = "yes"; then
22749 ac_ext=cc
22750 ac_cpp='$CXXCPP $CPPFLAGS'
22751 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22752 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22753 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22754
22755
22756 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
22757 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
22758 cat >conftest.$ac_ext <<_ACEOF
22759 /* confdefs.h. */
22760 _ACEOF
22761 cat confdefs.h >>conftest.$ac_ext
22762 cat >>conftest.$ac_ext <<_ACEOF
22763 /* end confdefs.h. */
22764 #include <string>
22765 #include <functional>
22766 #include <algorithm>
22767 #include <vector>
22768 #include <list>
22769 int
22770 main ()
22771 {
22772 std::vector<int> moo;
22773 std::list<int> foo;
22774 std::vector<int>::iterator it =
22775 std::find_if(moo.begin(), moo.end(),
22776 std::bind2nd(std::less<int>(), 3));
22777 ;
22778 return 0;
22779 }
22780 _ACEOF
22781 rm -f conftest.$ac_objext
22782 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22783 (eval $ac_compile) 2>conftest.er1
22784 ac_status=$?
22785 grep -v '^ *+' conftest.er1 >conftest.err
22786 rm -f conftest.er1
22787 cat conftest.err >&5
22788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22789 (exit $ac_status); } &&
22790 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22792 (eval $ac_try) 2>&5
22793 ac_status=$?
22794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22795 (exit $ac_status); }; } &&
22796 { ac_try='test -s conftest.$ac_objext'
22797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22798 (eval $ac_try) 2>&5
22799 ac_status=$?
22800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22801 (exit $ac_status); }; }; then
22802 echo "$as_me:$LINENO: result: yes" >&5
22803 echo "${ECHO_T}yes" >&6
22804 else
22805 echo "$as_me: failed program was:" >&5
22806 sed 's/^/| /' conftest.$ac_ext >&5
22807
22808 echo "$as_me:$LINENO: result: no" >&5
22809 echo "${ECHO_T}no" >&6
22810 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
22811 echo "$as_me: error: Basic STL functionality missing" >&2;}
22812 { (exit 1); exit 1; }; }
22813 fi
22814 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22815
22816 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
22817 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
22818 cat >conftest.$ac_ext <<_ACEOF
22819 /* confdefs.h. */
22820 _ACEOF
22821 cat confdefs.h >>conftest.$ac_ext
22822 cat >>conftest.$ac_ext <<_ACEOF
22823 /* end confdefs.h. */
22824 #include <string>
22825 int
22826 main ()
22827 {
22828 std::string foo, bar;
22829 foo.compare(bar);
22830 foo.compare(1, 1, bar);
22831 foo.compare(1, 1, bar, 1, 1);
22832 foo.compare("");
22833 foo.compare(1, 1, "");
22834 foo.compare(1, 1, "", 2);
22835 ;
22836 return 0;
22837 }
22838 _ACEOF
22839 rm -f conftest.$ac_objext
22840 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22841 (eval $ac_compile) 2>conftest.er1
22842 ac_status=$?
22843 grep -v '^ *+' conftest.er1 >conftest.err
22844 rm -f conftest.er1
22845 cat conftest.err >&5
22846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22847 (exit $ac_status); } &&
22848 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22850 (eval $ac_try) 2>&5
22851 ac_status=$?
22852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22853 (exit $ac_status); }; } &&
22854 { ac_try='test -s conftest.$ac_objext'
22855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22856 (eval $ac_try) 2>&5
22857 ac_status=$?
22858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22859 (exit $ac_status); }; }; then
22860 echo "$as_me:$LINENO: result: yes" >&5
22861 echo "${ECHO_T}yes" >&6
22862 cat >>confdefs.h <<\_ACEOF
22863 #define HAVE_STD_STRING_COMPARE 1
22864 _ACEOF
22865
22866 else
22867 echo "$as_me: failed program was:" >&5
22868 sed 's/^/| /' conftest.$ac_ext >&5
22869
22870 echo "$as_me:$LINENO: result: no" >&5
22871 echo "${ECHO_T}no" >&6
22872 fi
22873 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22874
22875 if test "${ac_cv_header_hash_map+set}" = set; then
22876 echo "$as_me:$LINENO: checking for hash_map" >&5
22877 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
22878 if test "${ac_cv_header_hash_map+set}" = set; then
22879 echo $ECHO_N "(cached) $ECHO_C" >&6
22880 fi
22881 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
22882 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
22883 else
22884 # Is the header compilable?
22885 echo "$as_me:$LINENO: checking hash_map usability" >&5
22886 echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
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 $ac_includes_default
22894 #include <hash_map>
22895 _ACEOF
22896 rm -f conftest.$ac_objext
22897 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22898 (eval $ac_compile) 2>conftest.er1
22899 ac_status=$?
22900 grep -v '^ *+' conftest.er1 >conftest.err
22901 rm -f conftest.er1
22902 cat conftest.err >&5
22903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22904 (exit $ac_status); } &&
22905 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22907 (eval $ac_try) 2>&5
22908 ac_status=$?
22909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22910 (exit $ac_status); }; } &&
22911 { ac_try='test -s conftest.$ac_objext'
22912 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22913 (eval $ac_try) 2>&5
22914 ac_status=$?
22915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22916 (exit $ac_status); }; }; then
22917 ac_header_compiler=yes
22918 else
22919 echo "$as_me: failed program was:" >&5
22920 sed 's/^/| /' conftest.$ac_ext >&5
22921
22922 ac_header_compiler=no
22923 fi
22924 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22925 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22926 echo "${ECHO_T}$ac_header_compiler" >&6
22927
22928 # Is the header present?
22929 echo "$as_me:$LINENO: checking hash_map presence" >&5
22930 echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
22931 cat >conftest.$ac_ext <<_ACEOF
22932 /* confdefs.h. */
22933 _ACEOF
22934 cat confdefs.h >>conftest.$ac_ext
22935 cat >>conftest.$ac_ext <<_ACEOF
22936 /* end confdefs.h. */
22937 #include <hash_map>
22938 _ACEOF
22939 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22940 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22941 ac_status=$?
22942 grep -v '^ *+' conftest.er1 >conftest.err
22943 rm -f conftest.er1
22944 cat conftest.err >&5
22945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22946 (exit $ac_status); } >/dev/null; then
22947 if test -s conftest.err; then
22948 ac_cpp_err=$ac_cxx_preproc_warn_flag
22949 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
22950 else
22951 ac_cpp_err=
22952 fi
22953 else
22954 ac_cpp_err=yes
22955 fi
22956 if test -z "$ac_cpp_err"; then
22957 ac_header_preproc=yes
22958 else
22959 echo "$as_me: failed program was:" >&5
22960 sed 's/^/| /' conftest.$ac_ext >&5
22961
22962 ac_header_preproc=no
22963 fi
22964 rm -f conftest.err conftest.$ac_ext
22965 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22966 echo "${ECHO_T}$ac_header_preproc" >&6
22967
22968 # So? What about this header?
22969 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
22970 yes:no: )
22971 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
22972 echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
22973 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
22974 echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
22975 ac_header_preproc=yes
22976 ;;
22977 no:yes:* )
22978 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
22979 echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
22980 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
22981 echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
22982 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
22983 echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
22984 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
22985 echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
22986 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
22987 echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
22988 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
22989 echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
22990 (
22991 cat <<\_ASBOX
22992 ## ----------------------------------------- ##
22993 ## Report this to wx-dev@lists.wxwidgets.org ##
22994 ## ----------------------------------------- ##
22995 _ASBOX
22996 ) |
22997 sed "s/^/$as_me: WARNING: /" >&2
22998 ;;
22999 esac
23000 echo "$as_me:$LINENO: checking for hash_map" >&5
23001 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
23002 if test "${ac_cv_header_hash_map+set}" = set; then
23003 echo $ECHO_N "(cached) $ECHO_C" >&6
23004 else
23005 ac_cv_header_hash_map=$ac_header_preproc
23006 fi
23007 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
23008 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
23009
23010 fi
23011 if test $ac_cv_header_hash_map = yes; then
23012 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
23013 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
23014 cat >conftest.$ac_ext <<_ACEOF
23015 /* confdefs.h. */
23016 _ACEOF
23017 cat confdefs.h >>conftest.$ac_ext
23018 cat >>conftest.$ac_ext <<_ACEOF
23019 /* end confdefs.h. */
23020 #include <hash_map>
23021 #include <hash_set>
23022 int
23023 main ()
23024 {
23025 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
23026 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
23027 ;
23028 return 0;
23029 }
23030 _ACEOF
23031 rm -f conftest.$ac_objext
23032 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23033 (eval $ac_compile) 2>conftest.er1
23034 ac_status=$?
23035 grep -v '^ *+' conftest.er1 >conftest.err
23036 rm -f conftest.er1
23037 cat conftest.err >&5
23038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23039 (exit $ac_status); } &&
23040 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23042 (eval $ac_try) 2>&5
23043 ac_status=$?
23044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23045 (exit $ac_status); }; } &&
23046 { ac_try='test -s conftest.$ac_objext'
23047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23048 (eval $ac_try) 2>&5
23049 ac_status=$?
23050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23051 (exit $ac_status); }; }; then
23052 echo "$as_me:$LINENO: result: yes" >&5
23053 echo "${ECHO_T}yes" >&6
23054 cat >>confdefs.h <<\_ACEOF
23055 #define HAVE_HASH_MAP 1
23056 _ACEOF
23057
23058 cat >>confdefs.h <<\_ACEOF
23059 #define HAVE_STD_HASH_MAP 1
23060 _ACEOF
23061
23062 else
23063 echo "$as_me: failed program was:" >&5
23064 sed 's/^/| /' conftest.$ac_ext >&5
23065
23066 echo "$as_me:$LINENO: result: no" >&5
23067 echo "${ECHO_T}no" >&6
23068 fi
23069 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23070
23071 fi
23072
23073
23074
23075 if test "${ac_cv_header_ext_hash_map+set}" = set; then
23076 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
23077 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
23078 if test "${ac_cv_header_ext_hash_map+set}" = set; then
23079 echo $ECHO_N "(cached) $ECHO_C" >&6
23080 fi
23081 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
23082 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
23083 else
23084 # Is the header compilable?
23085 echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
23086 echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
23087 cat >conftest.$ac_ext <<_ACEOF
23088 /* confdefs.h. */
23089 _ACEOF
23090 cat confdefs.h >>conftest.$ac_ext
23091 cat >>conftest.$ac_ext <<_ACEOF
23092 /* end confdefs.h. */
23093 $ac_includes_default
23094 #include <ext/hash_map>
23095 _ACEOF
23096 rm -f conftest.$ac_objext
23097 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23098 (eval $ac_compile) 2>conftest.er1
23099 ac_status=$?
23100 grep -v '^ *+' conftest.er1 >conftest.err
23101 rm -f conftest.er1
23102 cat conftest.err >&5
23103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23104 (exit $ac_status); } &&
23105 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23107 (eval $ac_try) 2>&5
23108 ac_status=$?
23109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23110 (exit $ac_status); }; } &&
23111 { ac_try='test -s conftest.$ac_objext'
23112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23113 (eval $ac_try) 2>&5
23114 ac_status=$?
23115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23116 (exit $ac_status); }; }; then
23117 ac_header_compiler=yes
23118 else
23119 echo "$as_me: failed program was:" >&5
23120 sed 's/^/| /' conftest.$ac_ext >&5
23121
23122 ac_header_compiler=no
23123 fi
23124 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23125 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23126 echo "${ECHO_T}$ac_header_compiler" >&6
23127
23128 # Is the header present?
23129 echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
23130 echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
23131 cat >conftest.$ac_ext <<_ACEOF
23132 /* confdefs.h. */
23133 _ACEOF
23134 cat confdefs.h >>conftest.$ac_ext
23135 cat >>conftest.$ac_ext <<_ACEOF
23136 /* end confdefs.h. */
23137 #include <ext/hash_map>
23138 _ACEOF
23139 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23140 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23141 ac_status=$?
23142 grep -v '^ *+' conftest.er1 >conftest.err
23143 rm -f conftest.er1
23144 cat conftest.err >&5
23145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23146 (exit $ac_status); } >/dev/null; then
23147 if test -s conftest.err; then
23148 ac_cpp_err=$ac_cxx_preproc_warn_flag
23149 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
23150 else
23151 ac_cpp_err=
23152 fi
23153 else
23154 ac_cpp_err=yes
23155 fi
23156 if test -z "$ac_cpp_err"; then
23157 ac_header_preproc=yes
23158 else
23159 echo "$as_me: failed program was:" >&5
23160 sed 's/^/| /' conftest.$ac_ext >&5
23161
23162 ac_header_preproc=no
23163 fi
23164 rm -f conftest.err conftest.$ac_ext
23165 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23166 echo "${ECHO_T}$ac_header_preproc" >&6
23167
23168 # So? What about this header?
23169 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
23170 yes:no: )
23171 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
23172 echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
23173 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
23174 echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
23175 ac_header_preproc=yes
23176 ;;
23177 no:yes:* )
23178 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
23179 echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
23180 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
23181 echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
23182 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
23183 echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
23184 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
23185 echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
23186 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
23187 echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
23188 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
23189 echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
23190 (
23191 cat <<\_ASBOX
23192 ## ----------------------------------------- ##
23193 ## Report this to wx-dev@lists.wxwidgets.org ##
23194 ## ----------------------------------------- ##
23195 _ASBOX
23196 ) |
23197 sed "s/^/$as_me: WARNING: /" >&2
23198 ;;
23199 esac
23200 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
23201 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
23202 if test "${ac_cv_header_ext_hash_map+set}" = set; then
23203 echo $ECHO_N "(cached) $ECHO_C" >&6
23204 else
23205 ac_cv_header_ext_hash_map=$ac_header_preproc
23206 fi
23207 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
23208 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
23209
23210 fi
23211 if test $ac_cv_header_ext_hash_map = yes; then
23212 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
23213 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
23214 cat >conftest.$ac_ext <<_ACEOF
23215 /* confdefs.h. */
23216 _ACEOF
23217 cat confdefs.h >>conftest.$ac_ext
23218 cat >>conftest.$ac_ext <<_ACEOF
23219 /* end confdefs.h. */
23220 #include <ext/hash_map>
23221 #include <ext/hash_set>
23222 int
23223 main ()
23224 {
23225 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
23226 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
23227 ;
23228 return 0;
23229 }
23230 _ACEOF
23231 rm -f conftest.$ac_objext
23232 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23233 (eval $ac_compile) 2>conftest.er1
23234 ac_status=$?
23235 grep -v '^ *+' conftest.er1 >conftest.err
23236 rm -f conftest.er1
23237 cat conftest.err >&5
23238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23239 (exit $ac_status); } &&
23240 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23242 (eval $ac_try) 2>&5
23243 ac_status=$?
23244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23245 (exit $ac_status); }; } &&
23246 { ac_try='test -s conftest.$ac_objext'
23247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23248 (eval $ac_try) 2>&5
23249 ac_status=$?
23250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23251 (exit $ac_status); }; }; then
23252 echo "$as_me:$LINENO: result: yes" >&5
23253 echo "${ECHO_T}yes" >&6
23254 cat >>confdefs.h <<\_ACEOF
23255 #define HAVE_EXT_HASH_MAP 1
23256 _ACEOF
23257
23258 cat >>confdefs.h <<\_ACEOF
23259 #define HAVE_GNU_CXX_HASH_MAP 1
23260 _ACEOF
23261
23262 else
23263 echo "$as_me: failed program was:" >&5
23264 sed 's/^/| /' conftest.$ac_ext >&5
23265
23266 echo "$as_me:$LINENO: result: no" >&5
23267 echo "${ECHO_T}no" >&6
23268 fi
23269 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23270
23271 fi
23272
23273
23274
23275 ac_ext=c
23276 ac_cpp='$CPP $CPPFLAGS'
23277 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23278 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23279 ac_compiler_gnu=$ac_cv_c_compiler_gnu
23280
23281 fi
23282
23283
23284 SEARCH_INCLUDE="\
23285 /usr/local/include \
23286 \
23287 /usr/Motif-2.1/include \
23288 /usr/Motif-1.2/include \
23289 /usr/include/Motif1.2 \
23290 \
23291 /usr/dt/include \
23292 /usr/openwin/include \
23293 \
23294 /usr/include/Xm \
23295 \
23296 /usr/X11R6/include \
23297 /usr/X11R6.4/include \
23298 /usr/X11R5/include \
23299 /usr/X11R4/include \
23300 \
23301 /usr/include/X11R6 \
23302 /usr/include/X11R5 \
23303 /usr/include/X11R4 \
23304 \
23305 /usr/local/X11R6/include \
23306 /usr/local/X11R5/include \
23307 /usr/local/X11R4/include \
23308 \
23309 /usr/local/include/X11R6 \
23310 /usr/local/include/X11R5 \
23311 /usr/local/include/X11R4 \
23312 \
23313 /usr/X11/include \
23314 /usr/include/X11 \
23315 /usr/local/X11/include \
23316 /usr/local/include/X11 \
23317 \
23318 /usr/XFree86/include/X11 \
23319 /usr/pkg/include \
23320 \
23321 /usr/openwin/share/include"
23322
23323 echo "$as_me:$LINENO: checking for libraries directory" >&5
23324 echo $ECHO_N "checking for libraries directory... $ECHO_C" >&6
23325
23326 case "${host}" in
23327 *-*-irix6* )
23328 if test "${wx_cv_std_libpath+set}" = set; then
23329 echo $ECHO_N "(cached) $ECHO_C" >&6
23330 else
23331
23332 for d in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64; do
23333 for e in a so sl dylib dll.a; do
23334 libc="$d/libc.$e"
23335 if test -f $libc; then
23336 save_LIBS="$LIBS"
23337 LIBS="$libc"
23338 cat >conftest.$ac_ext <<_ACEOF
23339 int main() { return 0; }
23340 _ACEOF
23341 rm -f conftest.$ac_objext conftest$ac_exeext
23342 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23343 (eval $ac_link) 2>conftest.er1
23344 ac_status=$?
23345 grep -v '^ *+' conftest.er1 >conftest.err
23346 rm -f conftest.er1
23347 cat conftest.err >&5
23348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23349 (exit $ac_status); } &&
23350 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23352 (eval $ac_try) 2>&5
23353 ac_status=$?
23354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23355 (exit $ac_status); }; } &&
23356 { ac_try='test -s conftest$ac_exeext'
23357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23358 (eval $ac_try) 2>&5
23359 ac_status=$?
23360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23361 (exit $ac_status); }; }; then
23362 wx_cv_std_libpath=`echo $d | sed s@/usr/@@`
23363 else
23364 echo "$as_me: failed program was:" >&5
23365 sed 's/^/| /' conftest.$ac_ext >&5
23366
23367 fi
23368 rm -f conftest.err conftest.$ac_objext \
23369 conftest$ac_exeext conftest.$ac_ext
23370 LIBS="$save_LIBS"
23371 if test "x$wx_cv_std_libpath" != "x"; then
23372 break 2
23373 fi
23374 fi
23375 done
23376 done
23377 if test "x$wx_cv_std_libpath" = "x"; then
23378 wx_cv_std_libpath="lib"
23379 fi
23380
23381
23382 fi
23383
23384 ;;
23385
23386 *-*-solaris2* )
23387 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
23388 wx_cv_std_libpath="lib/64"
23389 else
23390 wx_cv_std_libpath="lib"
23391 fi
23392 ;;
23393
23394 *-*-linux* )
23395 if test "$ac_cv_sizeof_void_p" = 8 -a \
23396 -d "/usr/lib64" -a ! -h "/usr/lib64"; then
23397 wx_cv_std_libpath="lib64"
23398 else
23399 wx_cv_std_libpath="lib"
23400 fi
23401 ;;
23402
23403 *)
23404 wx_cv_std_libpath="lib";
23405 ;;
23406 esac
23407
23408 echo "$as_me:$LINENO: result: $wx_cv_std_libpath" >&5
23409 echo "${ECHO_T}$wx_cv_std_libpath" >&6
23410
23411 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` /usr/$wx_cv_std_libpath"
23412
23413 if test "$build" != "$host" -a "$GCC" = yes; then
23414 if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then
23415 cross_root=`dirname $cross_root`
23416 cross_root=`dirname $cross_root`
23417
23418 SEARCH_LIB=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
23419 SEARCH_INCLUDE=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
23420 SEARCH_INCLUDE="$SEARCH_INCLUDE $cross_root/include"
23421
23422 if test -z "$PKG_CONFIG_PATH"; then
23423 PKG_CONFIG_PATH="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
23424 export PKG_CONFIG_PATH
23425 fi
23426
23427 if test -z "$x_includes" -o "$x_includes" = NONE; then
23428
23429 ac_find_includes=
23430 for ac_dir in $SEARCH_INCLUDE /usr/include;
23431 do
23432 if test -f "$ac_dir/X11/Intrinsic.h"; then
23433 ac_find_includes=$ac_dir
23434 break
23435 fi
23436 done
23437
23438 x_includes=$ac_find_includes
23439 fi
23440 if test -z "$x_libraries" -o "$x_libraries" = NONE; then
23441
23442 ac_find_libraries=
23443 for ac_dir in $SEARCH_LIB;
23444 do
23445 for ac_extension in a so sl dylib dll.a; do
23446 if test -f "$ac_dir/libXt.$ac_extension"; then
23447 ac_find_libraries=$ac_dir
23448 break 2
23449 fi
23450 done
23451 done
23452
23453 x_libraries=$ac_find_libraries
23454 fi
23455 fi
23456 fi
23457
23458
23459 cat >confcache <<\_ACEOF
23460 # This file is a shell script that caches the results of configure
23461 # tests run on this system so they can be shared between configure
23462 # scripts and configure runs, see configure's option --config-cache.
23463 # It is not useful on other systems. If it contains results you don't
23464 # want to keep, you may remove or edit it.
23465 #
23466 # config.status only pays attention to the cache file if you give it
23467 # the --recheck option to rerun configure.
23468 #
23469 # `ac_cv_env_foo' variables (set or unset) will be overridden when
23470 # loading this file, other *unset* `ac_cv_foo' will be assigned the
23471 # following values.
23472
23473 _ACEOF
23474
23475 # The following way of writing the cache mishandles newlines in values,
23476 # but we know of no workaround that is simple, portable, and efficient.
23477 # So, don't put newlines in cache variables' values.
23478 # Ultrix sh set writes to stderr and can't be redirected directly,
23479 # and sets the high bit in the cache file unless we assign to the vars.
23480 {
23481 (set) 2>&1 |
23482 case `(ac_space=' '; set | grep ac_space) 2>&1` in
23483 *ac_space=\ *)
23484 # `set' does not quote correctly, so add quotes (double-quote
23485 # substitution turns \\\\ into \\, and sed turns \\ into \).
23486 sed -n \
23487 "s/'/'\\\\''/g;
23488 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
23489 ;;
23490 *)
23491 # `set' quotes correctly as required by POSIX, so do not add quotes.
23492 sed -n \
23493 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
23494 ;;
23495 esac;
23496 } |
23497 sed '
23498 t clear
23499 : clear
23500 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
23501 t end
23502 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
23503 : end' >>confcache
23504 if diff $cache_file confcache >/dev/null 2>&1; then :; else
23505 if test -w $cache_file; then
23506 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
23507 cat confcache >$cache_file
23508 else
23509 echo "not updating unwritable cache $cache_file"
23510 fi
23511 fi
23512 rm -f confcache
23513
23514 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
23515 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
23516 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
23517 if test "${wx_cv_lib_glibc21+set}" = set; then
23518 echo $ECHO_N "(cached) $ECHO_C" >&6
23519 else
23520
23521 cat >conftest.$ac_ext <<_ACEOF
23522 /* confdefs.h. */
23523 _ACEOF
23524 cat confdefs.h >>conftest.$ac_ext
23525 cat >>conftest.$ac_ext <<_ACEOF
23526 /* end confdefs.h. */
23527 #include <features.h>
23528 int
23529 main ()
23530 {
23531
23532 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
23533 not glibc 2.1
23534 #endif
23535
23536 ;
23537 return 0;
23538 }
23539 _ACEOF
23540 rm -f conftest.$ac_objext
23541 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23542 (eval $ac_compile) 2>conftest.er1
23543 ac_status=$?
23544 grep -v '^ *+' conftest.er1 >conftest.err
23545 rm -f conftest.er1
23546 cat conftest.err >&5
23547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23548 (exit $ac_status); } &&
23549 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23551 (eval $ac_try) 2>&5
23552 ac_status=$?
23553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23554 (exit $ac_status); }; } &&
23555 { ac_try='test -s conftest.$ac_objext'
23556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23557 (eval $ac_try) 2>&5
23558 ac_status=$?
23559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23560 (exit $ac_status); }; }; then
23561
23562 wx_cv_lib_glibc21=yes
23563
23564 else
23565 echo "$as_me: failed program was:" >&5
23566 sed 's/^/| /' conftest.$ac_ext >&5
23567
23568
23569 wx_cv_lib_glibc21=no
23570
23571
23572 fi
23573 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23574
23575 fi
23576 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
23577 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
23578 if test "$wx_cv_lib_glibc21" = "yes"; then
23579 cat >>confdefs.h <<\_ACEOF
23580 #define wxHAVE_GLIBC2 1
23581 _ACEOF
23582
23583 fi
23584 fi
23585
23586 if test "x$wx_cv_lib_glibc21" = "xyes"; then
23587 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
23588 cat >>confdefs.h <<\_ACEOF
23589 #define _GNU_SOURCE 1
23590 _ACEOF
23591
23592 fi
23593 fi
23594
23595
23596
23597 if test "$wxUSE_REGEX" != "no"; then
23598 cat >>confdefs.h <<\_ACEOF
23599 #define wxUSE_REGEX 1
23600 _ACEOF
23601
23602
23603 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
23604 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
23605 echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
23606 wxUSE_REGEX=builtin
23607 fi
23608
23609 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
23610 if test "${ac_cv_header_regex_h+set}" = set; then
23611 echo "$as_me:$LINENO: checking for regex.h" >&5
23612 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
23613 if test "${ac_cv_header_regex_h+set}" = set; then
23614 echo $ECHO_N "(cached) $ECHO_C" >&6
23615 fi
23616 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
23617 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
23618 else
23619 # Is the header compilable?
23620 echo "$as_me:$LINENO: checking regex.h usability" >&5
23621 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
23622 cat >conftest.$ac_ext <<_ACEOF
23623 /* confdefs.h. */
23624 _ACEOF
23625 cat confdefs.h >>conftest.$ac_ext
23626 cat >>conftest.$ac_ext <<_ACEOF
23627 /* end confdefs.h. */
23628 $ac_includes_default
23629 #include <regex.h>
23630 _ACEOF
23631 rm -f conftest.$ac_objext
23632 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23633 (eval $ac_compile) 2>conftest.er1
23634 ac_status=$?
23635 grep -v '^ *+' conftest.er1 >conftest.err
23636 rm -f conftest.er1
23637 cat conftest.err >&5
23638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23639 (exit $ac_status); } &&
23640 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23642 (eval $ac_try) 2>&5
23643 ac_status=$?
23644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23645 (exit $ac_status); }; } &&
23646 { ac_try='test -s conftest.$ac_objext'
23647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23648 (eval $ac_try) 2>&5
23649 ac_status=$?
23650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23651 (exit $ac_status); }; }; then
23652 ac_header_compiler=yes
23653 else
23654 echo "$as_me: failed program was:" >&5
23655 sed 's/^/| /' conftest.$ac_ext >&5
23656
23657 ac_header_compiler=no
23658 fi
23659 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23660 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23661 echo "${ECHO_T}$ac_header_compiler" >&6
23662
23663 # Is the header present?
23664 echo "$as_me:$LINENO: checking regex.h presence" >&5
23665 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
23666 cat >conftest.$ac_ext <<_ACEOF
23667 /* confdefs.h. */
23668 _ACEOF
23669 cat confdefs.h >>conftest.$ac_ext
23670 cat >>conftest.$ac_ext <<_ACEOF
23671 /* end confdefs.h. */
23672 #include <regex.h>
23673 _ACEOF
23674 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23675 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23676 ac_status=$?
23677 grep -v '^ *+' conftest.er1 >conftest.err
23678 rm -f conftest.er1
23679 cat conftest.err >&5
23680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23681 (exit $ac_status); } >/dev/null; then
23682 if test -s conftest.err; then
23683 ac_cpp_err=$ac_c_preproc_warn_flag
23684 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
23685 else
23686 ac_cpp_err=
23687 fi
23688 else
23689 ac_cpp_err=yes
23690 fi
23691 if test -z "$ac_cpp_err"; then
23692 ac_header_preproc=yes
23693 else
23694 echo "$as_me: failed program was:" >&5
23695 sed 's/^/| /' conftest.$ac_ext >&5
23696
23697 ac_header_preproc=no
23698 fi
23699 rm -f conftest.err conftest.$ac_ext
23700 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23701 echo "${ECHO_T}$ac_header_preproc" >&6
23702
23703 # So? What about this header?
23704 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23705 yes:no: )
23706 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
23707 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23708 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
23709 echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
23710 ac_header_preproc=yes
23711 ;;
23712 no:yes:* )
23713 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
23714 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
23715 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
23716 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
23717 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
23718 echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
23719 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
23720 echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
23721 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
23722 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
23723 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
23724 echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
23725 (
23726 cat <<\_ASBOX
23727 ## ----------------------------------------- ##
23728 ## Report this to wx-dev@lists.wxwidgets.org ##
23729 ## ----------------------------------------- ##
23730 _ASBOX
23731 ) |
23732 sed "s/^/$as_me: WARNING: /" >&2
23733 ;;
23734 esac
23735 echo "$as_me:$LINENO: checking for regex.h" >&5
23736 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
23737 if test "${ac_cv_header_regex_h+set}" = set; then
23738 echo $ECHO_N "(cached) $ECHO_C" >&6
23739 else
23740 ac_cv_header_regex_h=$ac_header_preproc
23741 fi
23742 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
23743 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
23744
23745 fi
23746 if test $ac_cv_header_regex_h = yes; then
23747
23748
23749 for ac_func in regcomp re_search
23750 do
23751 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23752 echo "$as_me:$LINENO: checking for $ac_func" >&5
23753 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
23754 if eval "test \"\${$as_ac_var+set}\" = set"; then
23755 echo $ECHO_N "(cached) $ECHO_C" >&6
23756 else
23757 cat >conftest.$ac_ext <<_ACEOF
23758 /* confdefs.h. */
23759 _ACEOF
23760 cat confdefs.h >>conftest.$ac_ext
23761 cat >>conftest.$ac_ext <<_ACEOF
23762 /* end confdefs.h. */
23763 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23764 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23765 #define $ac_func innocuous_$ac_func
23766
23767 /* System header to define __stub macros and hopefully few prototypes,
23768 which can conflict with char $ac_func (); below.
23769 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23770 <limits.h> exists even on freestanding compilers. */
23771
23772 #ifdef __STDC__
23773 # include <limits.h>
23774 #else
23775 # include <assert.h>
23776 #endif
23777
23778 #undef $ac_func
23779
23780 /* Override any gcc2 internal prototype to avoid an error. */
23781 #ifdef __cplusplus
23782 extern "C"
23783 {
23784 #endif
23785 /* We use char because int might match the return type of a gcc2
23786 builtin and then its argument prototype would still apply. */
23787 char $ac_func ();
23788 /* The GNU C library defines this for functions which it implements
23789 to always fail with ENOSYS. Some functions are actually named
23790 something starting with __ and the normal name is an alias. */
23791 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
23792 choke me
23793 #else
23794 char (*f) () = $ac_func;
23795 #endif
23796 #ifdef __cplusplus
23797 }
23798 #endif
23799
23800 int
23801 main ()
23802 {
23803 return f != $ac_func;
23804 ;
23805 return 0;
23806 }
23807 _ACEOF
23808 rm -f conftest.$ac_objext conftest$ac_exeext
23809 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23810 (eval $ac_link) 2>conftest.er1
23811 ac_status=$?
23812 grep -v '^ *+' conftest.er1 >conftest.err
23813 rm -f conftest.er1
23814 cat conftest.err >&5
23815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23816 (exit $ac_status); } &&
23817 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23819 (eval $ac_try) 2>&5
23820 ac_status=$?
23821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23822 (exit $ac_status); }; } &&
23823 { ac_try='test -s conftest$ac_exeext'
23824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23825 (eval $ac_try) 2>&5
23826 ac_status=$?
23827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23828 (exit $ac_status); }; }; then
23829 eval "$as_ac_var=yes"
23830 else
23831 echo "$as_me: failed program was:" >&5
23832 sed 's/^/| /' conftest.$ac_ext >&5
23833
23834 eval "$as_ac_var=no"
23835 fi
23836 rm -f conftest.err conftest.$ac_objext \
23837 conftest$ac_exeext conftest.$ac_ext
23838 fi
23839 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
23840 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
23841 if test `eval echo '${'$as_ac_var'}'` = yes; then
23842 cat >>confdefs.h <<_ACEOF
23843 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23844 _ACEOF
23845
23846 fi
23847 done
23848
23849 fi
23850
23851
23852
23853 if test "x$ac_cv_func_regcomp" != "xyes"; then
23854 if test "$wxUSE_REGEX" = "sys" ; then
23855 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
23856 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
23857 { (exit 1); exit 1; }; }
23858 else
23859 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
23860 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
23861 wxUSE_REGEX=builtin
23862 fi
23863 else
23864 wxUSE_REGEX=sys
23865 cat >>confdefs.h <<\_ACEOF
23866 #define WX_NO_REGEX_ADVANCED 1
23867 _ACEOF
23868
23869 fi
23870 fi
23871 fi
23872
23873
23874 ZLIB_LINK=
23875 if test "$wxUSE_ZLIB" != "no" ; then
23876 cat >>confdefs.h <<\_ACEOF
23877 #define wxUSE_ZLIB 1
23878 _ACEOF
23879
23880
23881 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
23882 if test "$USE_DARWIN" = 1; then
23883 system_zlib_h_ok="yes"
23884 else
23885 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
23886 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
23887 if test "${ac_cv_header_zlib_h+set}" = set; then
23888 echo $ECHO_N "(cached) $ECHO_C" >&6
23889 else
23890 if test "$cross_compiling" = yes; then
23891 unset ac_cv_header_zlib_h
23892
23893 else
23894 cat >conftest.$ac_ext <<_ACEOF
23895 /* confdefs.h. */
23896 _ACEOF
23897 cat confdefs.h >>conftest.$ac_ext
23898 cat >>conftest.$ac_ext <<_ACEOF
23899 /* end confdefs.h. */
23900
23901 #include <zlib.h>
23902 #include <stdio.h>
23903
23904 int main()
23905 {
23906 FILE *f=fopen("conftestval", "w");
23907 if (!f) exit(1);
23908 fprintf(f, "%s",
23909 ZLIB_VERSION[0] == '1' &&
23910 (ZLIB_VERSION[2] > '1' ||
23911 (ZLIB_VERSION[2] == '1' &&
23912 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
23913 exit(0);
23914 }
23915
23916 _ACEOF
23917 rm -f conftest$ac_exeext
23918 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23919 (eval $ac_link) 2>&5
23920 ac_status=$?
23921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23922 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23924 (eval $ac_try) 2>&5
23925 ac_status=$?
23926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23927 (exit $ac_status); }; }; then
23928 ac_cv_header_zlib_h=`cat conftestval`
23929 else
23930 echo "$as_me: program exited with status $ac_status" >&5
23931 echo "$as_me: failed program was:" >&5
23932 sed 's/^/| /' conftest.$ac_ext >&5
23933
23934 ( exit $ac_status )
23935 ac_cv_header_zlib_h=no
23936 fi
23937 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23938 fi
23939
23940 fi
23941 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
23942 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
23943 if test "${ac_cv_header_zlib_h+set}" = set; then
23944 echo "$as_me:$LINENO: checking for zlib.h" >&5
23945 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
23946 if test "${ac_cv_header_zlib_h+set}" = set; then
23947 echo $ECHO_N "(cached) $ECHO_C" >&6
23948 fi
23949 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
23950 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
23951 else
23952 # Is the header compilable?
23953 echo "$as_me:$LINENO: checking zlib.h usability" >&5
23954 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
23955 cat >conftest.$ac_ext <<_ACEOF
23956 /* confdefs.h. */
23957 _ACEOF
23958 cat confdefs.h >>conftest.$ac_ext
23959 cat >>conftest.$ac_ext <<_ACEOF
23960 /* end confdefs.h. */
23961 $ac_includes_default
23962 #include <zlib.h>
23963 _ACEOF
23964 rm -f conftest.$ac_objext
23965 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23966 (eval $ac_compile) 2>conftest.er1
23967 ac_status=$?
23968 grep -v '^ *+' conftest.er1 >conftest.err
23969 rm -f conftest.er1
23970 cat conftest.err >&5
23971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23972 (exit $ac_status); } &&
23973 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23975 (eval $ac_try) 2>&5
23976 ac_status=$?
23977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23978 (exit $ac_status); }; } &&
23979 { ac_try='test -s conftest.$ac_objext'
23980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23981 (eval $ac_try) 2>&5
23982 ac_status=$?
23983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23984 (exit $ac_status); }; }; then
23985 ac_header_compiler=yes
23986 else
23987 echo "$as_me: failed program was:" >&5
23988 sed 's/^/| /' conftest.$ac_ext >&5
23989
23990 ac_header_compiler=no
23991 fi
23992 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23993 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23994 echo "${ECHO_T}$ac_header_compiler" >&6
23995
23996 # Is the header present?
23997 echo "$as_me:$LINENO: checking zlib.h presence" >&5
23998 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
23999 cat >conftest.$ac_ext <<_ACEOF
24000 /* confdefs.h. */
24001 _ACEOF
24002 cat confdefs.h >>conftest.$ac_ext
24003 cat >>conftest.$ac_ext <<_ACEOF
24004 /* end confdefs.h. */
24005 #include <zlib.h>
24006 _ACEOF
24007 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24008 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24009 ac_status=$?
24010 grep -v '^ *+' conftest.er1 >conftest.err
24011 rm -f conftest.er1
24012 cat conftest.err >&5
24013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24014 (exit $ac_status); } >/dev/null; then
24015 if test -s conftest.err; then
24016 ac_cpp_err=$ac_c_preproc_warn_flag
24017 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
24018 else
24019 ac_cpp_err=
24020 fi
24021 else
24022 ac_cpp_err=yes
24023 fi
24024 if test -z "$ac_cpp_err"; then
24025 ac_header_preproc=yes
24026 else
24027 echo "$as_me: failed program was:" >&5
24028 sed 's/^/| /' conftest.$ac_ext >&5
24029
24030 ac_header_preproc=no
24031 fi
24032 rm -f conftest.err conftest.$ac_ext
24033 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24034 echo "${ECHO_T}$ac_header_preproc" >&6
24035
24036 # So? What about this header?
24037 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24038 yes:no: )
24039 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
24040 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24041 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
24042 echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
24043 ac_header_preproc=yes
24044 ;;
24045 no:yes:* )
24046 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
24047 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
24048 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
24049 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
24050 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
24051 echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
24052 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
24053 echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
24054 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
24055 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
24056 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
24057 echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
24058 (
24059 cat <<\_ASBOX
24060 ## ----------------------------------------- ##
24061 ## Report this to wx-dev@lists.wxwidgets.org ##
24062 ## ----------------------------------------- ##
24063 _ASBOX
24064 ) |
24065 sed "s/^/$as_me: WARNING: /" >&2
24066 ;;
24067 esac
24068 echo "$as_me:$LINENO: checking for zlib.h" >&5
24069 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
24070 if test "${ac_cv_header_zlib_h+set}" = set; then
24071 echo $ECHO_N "(cached) $ECHO_C" >&6
24072 else
24073 ac_cv_header_zlib_h=$ac_header_preproc
24074 fi
24075 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
24076 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
24077
24078 fi
24079
24080
24081
24082 system_zlib_h_ok=$ac_cv_header_zlib_h
24083 fi
24084
24085 if test "$system_zlib_h_ok" = "yes"; then
24086 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
24087 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
24088 if test "${ac_cv_lib_z_deflate+set}" = set; then
24089 echo $ECHO_N "(cached) $ECHO_C" >&6
24090 else
24091 ac_check_lib_save_LIBS=$LIBS
24092 LIBS="-lz $LIBS"
24093 cat >conftest.$ac_ext <<_ACEOF
24094 /* confdefs.h. */
24095 _ACEOF
24096 cat confdefs.h >>conftest.$ac_ext
24097 cat >>conftest.$ac_ext <<_ACEOF
24098 /* end confdefs.h. */
24099
24100 /* Override any gcc2 internal prototype to avoid an error. */
24101 #ifdef __cplusplus
24102 extern "C"
24103 #endif
24104 /* We use char because int might match the return type of a gcc2
24105 builtin and then its argument prototype would still apply. */
24106 char deflate ();
24107 int
24108 main ()
24109 {
24110 deflate ();
24111 ;
24112 return 0;
24113 }
24114 _ACEOF
24115 rm -f conftest.$ac_objext conftest$ac_exeext
24116 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24117 (eval $ac_link) 2>conftest.er1
24118 ac_status=$?
24119 grep -v '^ *+' conftest.er1 >conftest.err
24120 rm -f conftest.er1
24121 cat conftest.err >&5
24122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24123 (exit $ac_status); } &&
24124 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24126 (eval $ac_try) 2>&5
24127 ac_status=$?
24128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24129 (exit $ac_status); }; } &&
24130 { ac_try='test -s conftest$ac_exeext'
24131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24132 (eval $ac_try) 2>&5
24133 ac_status=$?
24134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24135 (exit $ac_status); }; }; then
24136 ac_cv_lib_z_deflate=yes
24137 else
24138 echo "$as_me: failed program was:" >&5
24139 sed 's/^/| /' conftest.$ac_ext >&5
24140
24141 ac_cv_lib_z_deflate=no
24142 fi
24143 rm -f conftest.err conftest.$ac_objext \
24144 conftest$ac_exeext conftest.$ac_ext
24145 LIBS=$ac_check_lib_save_LIBS
24146 fi
24147 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
24148 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
24149 if test $ac_cv_lib_z_deflate = yes; then
24150 ZLIB_LINK=" -lz"
24151 fi
24152
24153 fi
24154
24155 if test "x$ZLIB_LINK" = "x" ; then
24156 if test "$wxUSE_ZLIB" = "sys" ; then
24157 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
24158 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
24159 { (exit 1); exit 1; }; }
24160 else
24161 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
24162 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
24163 wxUSE_ZLIB=builtin
24164 fi
24165 else
24166 wxUSE_ZLIB=sys
24167 fi
24168 fi
24169 fi
24170
24171
24172 PNG_LINK=
24173 if test "$wxUSE_LIBPNG" != "no" ; then
24174 cat >>confdefs.h <<\_ACEOF
24175 #define wxUSE_LIBPNG 1
24176 _ACEOF
24177
24178
24179 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
24180 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
24181 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
24182 wxUSE_LIBPNG=sys
24183 fi
24184
24185 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
24186 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
24187 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
24188 wxUSE_LIBPNG=builtin
24189 fi
24190
24191 if test "$wxUSE_MGL" != 1 ; then
24192 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
24193 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
24194 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
24195 if test "${ac_cv_header_png_h+set}" = set; then
24196 echo $ECHO_N "(cached) $ECHO_C" >&6
24197 else
24198 if test "$cross_compiling" = yes; then
24199 unset ac_cv_header_png_h
24200
24201 else
24202 cat >conftest.$ac_ext <<_ACEOF
24203 /* confdefs.h. */
24204 _ACEOF
24205 cat confdefs.h >>conftest.$ac_ext
24206 cat >>conftest.$ac_ext <<_ACEOF
24207 /* end confdefs.h. */
24208
24209 #include <png.h>
24210 #include <stdio.h>
24211
24212 int main()
24213 {
24214 FILE *f=fopen("conftestval", "w");
24215 if (!f) exit(1);
24216 fprintf(f, "%s",
24217 PNG_LIBPNG_VER > 90 ? "yes" : "no");
24218 exit(0);
24219 }
24220
24221 _ACEOF
24222 rm -f conftest$ac_exeext
24223 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24224 (eval $ac_link) 2>&5
24225 ac_status=$?
24226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24227 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24229 (eval $ac_try) 2>&5
24230 ac_status=$?
24231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24232 (exit $ac_status); }; }; then
24233 ac_cv_header_png_h=`cat conftestval`
24234 else
24235 echo "$as_me: program exited with status $ac_status" >&5
24236 echo "$as_me: failed program was:" >&5
24237 sed 's/^/| /' conftest.$ac_ext >&5
24238
24239 ( exit $ac_status )
24240 ac_cv_header_png_h=no
24241 fi
24242 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24243 fi
24244
24245 fi
24246 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
24247 echo "${ECHO_T}$ac_cv_header_png_h" >&6
24248 if test "${ac_cv_header_png_h+set}" = set; then
24249 echo "$as_me:$LINENO: checking for png.h" >&5
24250 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
24251 if test "${ac_cv_header_png_h+set}" = set; then
24252 echo $ECHO_N "(cached) $ECHO_C" >&6
24253 fi
24254 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
24255 echo "${ECHO_T}$ac_cv_header_png_h" >&6
24256 else
24257 # Is the header compilable?
24258 echo "$as_me:$LINENO: checking png.h usability" >&5
24259 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
24260 cat >conftest.$ac_ext <<_ACEOF
24261 /* confdefs.h. */
24262 _ACEOF
24263 cat confdefs.h >>conftest.$ac_ext
24264 cat >>conftest.$ac_ext <<_ACEOF
24265 /* end confdefs.h. */
24266 $ac_includes_default
24267 #include <png.h>
24268 _ACEOF
24269 rm -f conftest.$ac_objext
24270 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24271 (eval $ac_compile) 2>conftest.er1
24272 ac_status=$?
24273 grep -v '^ *+' conftest.er1 >conftest.err
24274 rm -f conftest.er1
24275 cat conftest.err >&5
24276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24277 (exit $ac_status); } &&
24278 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24280 (eval $ac_try) 2>&5
24281 ac_status=$?
24282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24283 (exit $ac_status); }; } &&
24284 { ac_try='test -s conftest.$ac_objext'
24285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24286 (eval $ac_try) 2>&5
24287 ac_status=$?
24288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24289 (exit $ac_status); }; }; then
24290 ac_header_compiler=yes
24291 else
24292 echo "$as_me: failed program was:" >&5
24293 sed 's/^/| /' conftest.$ac_ext >&5
24294
24295 ac_header_compiler=no
24296 fi
24297 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24298 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24299 echo "${ECHO_T}$ac_header_compiler" >&6
24300
24301 # Is the header present?
24302 echo "$as_me:$LINENO: checking png.h presence" >&5
24303 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
24304 cat >conftest.$ac_ext <<_ACEOF
24305 /* confdefs.h. */
24306 _ACEOF
24307 cat confdefs.h >>conftest.$ac_ext
24308 cat >>conftest.$ac_ext <<_ACEOF
24309 /* end confdefs.h. */
24310 #include <png.h>
24311 _ACEOF
24312 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24313 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24314 ac_status=$?
24315 grep -v '^ *+' conftest.er1 >conftest.err
24316 rm -f conftest.er1
24317 cat conftest.err >&5
24318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24319 (exit $ac_status); } >/dev/null; then
24320 if test -s conftest.err; then
24321 ac_cpp_err=$ac_c_preproc_warn_flag
24322 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
24323 else
24324 ac_cpp_err=
24325 fi
24326 else
24327 ac_cpp_err=yes
24328 fi
24329 if test -z "$ac_cpp_err"; then
24330 ac_header_preproc=yes
24331 else
24332 echo "$as_me: failed program was:" >&5
24333 sed 's/^/| /' conftest.$ac_ext >&5
24334
24335 ac_header_preproc=no
24336 fi
24337 rm -f conftest.err conftest.$ac_ext
24338 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24339 echo "${ECHO_T}$ac_header_preproc" >&6
24340
24341 # So? What about this header?
24342 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24343 yes:no: )
24344 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
24345 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24346 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
24347 echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
24348 ac_header_preproc=yes
24349 ;;
24350 no:yes:* )
24351 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
24352 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
24353 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
24354 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
24355 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
24356 echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
24357 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
24358 echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
24359 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
24360 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
24361 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
24362 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
24363 (
24364 cat <<\_ASBOX
24365 ## ----------------------------------------- ##
24366 ## Report this to wx-dev@lists.wxwidgets.org ##
24367 ## ----------------------------------------- ##
24368 _ASBOX
24369 ) |
24370 sed "s/^/$as_me: WARNING: /" >&2
24371 ;;
24372 esac
24373 echo "$as_me:$LINENO: checking for png.h" >&5
24374 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
24375 if test "${ac_cv_header_png_h+set}" = set; then
24376 echo $ECHO_N "(cached) $ECHO_C" >&6
24377 else
24378 ac_cv_header_png_h=$ac_header_preproc
24379 fi
24380 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
24381 echo "${ECHO_T}$ac_cv_header_png_h" >&6
24382
24383 fi
24384
24385
24386
24387 if test "$ac_cv_header_png_h" = "yes"; then
24388 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
24389 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
24390 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
24391 echo $ECHO_N "(cached) $ECHO_C" >&6
24392 else
24393 ac_check_lib_save_LIBS=$LIBS
24394 LIBS="-lpng -lz -lm $LIBS"
24395 cat >conftest.$ac_ext <<_ACEOF
24396 /* confdefs.h. */
24397 _ACEOF
24398 cat confdefs.h >>conftest.$ac_ext
24399 cat >>conftest.$ac_ext <<_ACEOF
24400 /* end confdefs.h. */
24401
24402 /* Override any gcc2 internal prototype to avoid an error. */
24403 #ifdef __cplusplus
24404 extern "C"
24405 #endif
24406 /* We use char because int might match the return type of a gcc2
24407 builtin and then its argument prototype would still apply. */
24408 char png_check_sig ();
24409 int
24410 main ()
24411 {
24412 png_check_sig ();
24413 ;
24414 return 0;
24415 }
24416 _ACEOF
24417 rm -f conftest.$ac_objext conftest$ac_exeext
24418 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24419 (eval $ac_link) 2>conftest.er1
24420 ac_status=$?
24421 grep -v '^ *+' conftest.er1 >conftest.err
24422 rm -f conftest.er1
24423 cat conftest.err >&5
24424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24425 (exit $ac_status); } &&
24426 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24428 (eval $ac_try) 2>&5
24429 ac_status=$?
24430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24431 (exit $ac_status); }; } &&
24432 { ac_try='test -s conftest$ac_exeext'
24433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24434 (eval $ac_try) 2>&5
24435 ac_status=$?
24436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24437 (exit $ac_status); }; }; then
24438 ac_cv_lib_png_png_check_sig=yes
24439 else
24440 echo "$as_me: failed program was:" >&5
24441 sed 's/^/| /' conftest.$ac_ext >&5
24442
24443 ac_cv_lib_png_png_check_sig=no
24444 fi
24445 rm -f conftest.err conftest.$ac_objext \
24446 conftest$ac_exeext conftest.$ac_ext
24447 LIBS=$ac_check_lib_save_LIBS
24448 fi
24449 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
24450 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
24451 if test $ac_cv_lib_png_png_check_sig = yes; then
24452 PNG_LINK=" -lpng -lz"
24453 fi
24454
24455 fi
24456
24457 if test "x$PNG_LINK" = "x" ; then
24458 if test "$wxUSE_LIBPNG" = "sys" ; then
24459 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
24460 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
24461 { (exit 1); exit 1; }; }
24462 else
24463 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
24464 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
24465 wxUSE_LIBPNG=builtin
24466 fi
24467 else
24468 wxUSE_LIBPNG=sys
24469 fi
24470 fi
24471 fi
24472
24473 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
24474 fi
24475
24476
24477 JPEG_LINK=
24478 if test "$wxUSE_LIBJPEG" != "no" ; then
24479 cat >>confdefs.h <<\_ACEOF
24480 #define wxUSE_LIBJPEG 1
24481 _ACEOF
24482
24483
24484 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
24485 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
24486 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
24487 wxUSE_LIBJPEG=sys
24488 fi
24489
24490 if test "$wxUSE_MGL" != 1 ; then
24491 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
24492 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
24493 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
24494 if test "${ac_cv_header_jpeglib_h+set}" = set; then
24495 echo $ECHO_N "(cached) $ECHO_C" >&6
24496 else
24497 cat >conftest.$ac_ext <<_ACEOF
24498 /* confdefs.h. */
24499 _ACEOF
24500 cat confdefs.h >>conftest.$ac_ext
24501 cat >>conftest.$ac_ext <<_ACEOF
24502 /* end confdefs.h. */
24503
24504 #undef HAVE_STDLIB_H
24505 #include <stdio.h>
24506 #include <jpeglib.h>
24507
24508 int
24509 main ()
24510 {
24511
24512
24513 ;
24514 return 0;
24515 }
24516 _ACEOF
24517 rm -f conftest.$ac_objext
24518 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24519 (eval $ac_compile) 2>conftest.er1
24520 ac_status=$?
24521 grep -v '^ *+' conftest.er1 >conftest.err
24522 rm -f conftest.er1
24523 cat conftest.err >&5
24524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24525 (exit $ac_status); } &&
24526 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24528 (eval $ac_try) 2>&5
24529 ac_status=$?
24530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24531 (exit $ac_status); }; } &&
24532 { ac_try='test -s conftest.$ac_objext'
24533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24534 (eval $ac_try) 2>&5
24535 ac_status=$?
24536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24537 (exit $ac_status); }; }; then
24538 ac_cv_header_jpeglib_h=yes
24539 else
24540 echo "$as_me: failed program was:" >&5
24541 sed 's/^/| /' conftest.$ac_ext >&5
24542
24543 ac_cv_header_jpeglib_h=no
24544
24545 fi
24546 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24547
24548 fi
24549
24550 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
24551 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
24552
24553 if test "$ac_cv_header_jpeglib_h" = "yes"; then
24554 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
24555 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
24556 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
24557 echo $ECHO_N "(cached) $ECHO_C" >&6
24558 else
24559 ac_check_lib_save_LIBS=$LIBS
24560 LIBS="-ljpeg $LIBS"
24561 cat >conftest.$ac_ext <<_ACEOF
24562 /* confdefs.h. */
24563 _ACEOF
24564 cat confdefs.h >>conftest.$ac_ext
24565 cat >>conftest.$ac_ext <<_ACEOF
24566 /* end confdefs.h. */
24567
24568 /* Override any gcc2 internal prototype to avoid an error. */
24569 #ifdef __cplusplus
24570 extern "C"
24571 #endif
24572 /* We use char because int might match the return type of a gcc2
24573 builtin and then its argument prototype would still apply. */
24574 char jpeg_read_header ();
24575 int
24576 main ()
24577 {
24578 jpeg_read_header ();
24579 ;
24580 return 0;
24581 }
24582 _ACEOF
24583 rm -f conftest.$ac_objext conftest$ac_exeext
24584 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24585 (eval $ac_link) 2>conftest.er1
24586 ac_status=$?
24587 grep -v '^ *+' conftest.er1 >conftest.err
24588 rm -f conftest.er1
24589 cat conftest.err >&5
24590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24591 (exit $ac_status); } &&
24592 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24594 (eval $ac_try) 2>&5
24595 ac_status=$?
24596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24597 (exit $ac_status); }; } &&
24598 { ac_try='test -s conftest$ac_exeext'
24599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24600 (eval $ac_try) 2>&5
24601 ac_status=$?
24602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24603 (exit $ac_status); }; }; then
24604 ac_cv_lib_jpeg_jpeg_read_header=yes
24605 else
24606 echo "$as_me: failed program was:" >&5
24607 sed 's/^/| /' conftest.$ac_ext >&5
24608
24609 ac_cv_lib_jpeg_jpeg_read_header=no
24610 fi
24611 rm -f conftest.err conftest.$ac_objext \
24612 conftest$ac_exeext conftest.$ac_ext
24613 LIBS=$ac_check_lib_save_LIBS
24614 fi
24615 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
24616 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
24617 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
24618 JPEG_LINK=" -ljpeg"
24619 fi
24620
24621 fi
24622
24623 if test "x$JPEG_LINK" = "x" ; then
24624 if test "$wxUSE_LIBJPEG" = "sys" ; then
24625 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
24626 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
24627 { (exit 1); exit 1; }; }
24628 else
24629 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
24630 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
24631 wxUSE_LIBJPEG=builtin
24632 fi
24633 else
24634 wxUSE_LIBJPEG=sys
24635 fi
24636 fi
24637 fi
24638 fi
24639
24640
24641 TIFF_LINK=
24642 TIFF_PREREQ_LINKS=-lm
24643 if test "$wxUSE_LIBTIFF" != "no" ; then
24644 cat >>confdefs.h <<\_ACEOF
24645 #define wxUSE_LIBTIFF 1
24646 _ACEOF
24647
24648
24649 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
24650 if test "$wxUSE_LIBJPEG" = "sys"; then
24651 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
24652 fi
24653 if test "$wxUSE_ZLIB" = "sys"; then
24654 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
24655 fi
24656 if test "${ac_cv_header_tiffio_h+set}" = set; then
24657 echo "$as_me:$LINENO: checking for tiffio.h" >&5
24658 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
24659 if test "${ac_cv_header_tiffio_h+set}" = set; then
24660 echo $ECHO_N "(cached) $ECHO_C" >&6
24661 fi
24662 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
24663 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
24664 else
24665 # Is the header compilable?
24666 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
24667 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
24668 cat >conftest.$ac_ext <<_ACEOF
24669 /* confdefs.h. */
24670 _ACEOF
24671 cat confdefs.h >>conftest.$ac_ext
24672 cat >>conftest.$ac_ext <<_ACEOF
24673 /* end confdefs.h. */
24674 $ac_includes_default
24675 #include <tiffio.h>
24676 _ACEOF
24677 rm -f conftest.$ac_objext
24678 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24679 (eval $ac_compile) 2>conftest.er1
24680 ac_status=$?
24681 grep -v '^ *+' conftest.er1 >conftest.err
24682 rm -f conftest.er1
24683 cat conftest.err >&5
24684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24685 (exit $ac_status); } &&
24686 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24688 (eval $ac_try) 2>&5
24689 ac_status=$?
24690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24691 (exit $ac_status); }; } &&
24692 { ac_try='test -s conftest.$ac_objext'
24693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24694 (eval $ac_try) 2>&5
24695 ac_status=$?
24696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24697 (exit $ac_status); }; }; then
24698 ac_header_compiler=yes
24699 else
24700 echo "$as_me: failed program was:" >&5
24701 sed 's/^/| /' conftest.$ac_ext >&5
24702
24703 ac_header_compiler=no
24704 fi
24705 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24706 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24707 echo "${ECHO_T}$ac_header_compiler" >&6
24708
24709 # Is the header present?
24710 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
24711 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
24712 cat >conftest.$ac_ext <<_ACEOF
24713 /* confdefs.h. */
24714 _ACEOF
24715 cat confdefs.h >>conftest.$ac_ext
24716 cat >>conftest.$ac_ext <<_ACEOF
24717 /* end confdefs.h. */
24718 #include <tiffio.h>
24719 _ACEOF
24720 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24721 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24722 ac_status=$?
24723 grep -v '^ *+' conftest.er1 >conftest.err
24724 rm -f conftest.er1
24725 cat conftest.err >&5
24726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24727 (exit $ac_status); } >/dev/null; then
24728 if test -s conftest.err; then
24729 ac_cpp_err=$ac_c_preproc_warn_flag
24730 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
24731 else
24732 ac_cpp_err=
24733 fi
24734 else
24735 ac_cpp_err=yes
24736 fi
24737 if test -z "$ac_cpp_err"; then
24738 ac_header_preproc=yes
24739 else
24740 echo "$as_me: failed program was:" >&5
24741 sed 's/^/| /' conftest.$ac_ext >&5
24742
24743 ac_header_preproc=no
24744 fi
24745 rm -f conftest.err conftest.$ac_ext
24746 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24747 echo "${ECHO_T}$ac_header_preproc" >&6
24748
24749 # So? What about this header?
24750 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24751 yes:no: )
24752 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
24753 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24754 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
24755 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
24756 ac_header_preproc=yes
24757 ;;
24758 no:yes:* )
24759 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
24760 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
24761 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
24762 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
24763 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
24764 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
24765 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
24766 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
24767 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
24768 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
24769 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
24770 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
24771 (
24772 cat <<\_ASBOX
24773 ## ----------------------------------------- ##
24774 ## Report this to wx-dev@lists.wxwidgets.org ##
24775 ## ----------------------------------------- ##
24776 _ASBOX
24777 ) |
24778 sed "s/^/$as_me: WARNING: /" >&2
24779 ;;
24780 esac
24781 echo "$as_me:$LINENO: checking for tiffio.h" >&5
24782 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
24783 if test "${ac_cv_header_tiffio_h+set}" = set; then
24784 echo $ECHO_N "(cached) $ECHO_C" >&6
24785 else
24786 ac_cv_header_tiffio_h=$ac_header_preproc
24787 fi
24788 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
24789 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
24790
24791 fi
24792 if test $ac_cv_header_tiffio_h = yes; then
24793
24794 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
24795 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
24796 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
24797 echo $ECHO_N "(cached) $ECHO_C" >&6
24798 else
24799 ac_check_lib_save_LIBS=$LIBS
24800 LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
24801 cat >conftest.$ac_ext <<_ACEOF
24802 /* confdefs.h. */
24803 _ACEOF
24804 cat confdefs.h >>conftest.$ac_ext
24805 cat >>conftest.$ac_ext <<_ACEOF
24806 /* end confdefs.h. */
24807
24808 /* Override any gcc2 internal prototype to avoid an error. */
24809 #ifdef __cplusplus
24810 extern "C"
24811 #endif
24812 /* We use char because int might match the return type of a gcc2
24813 builtin and then its argument prototype would still apply. */
24814 char TIFFError ();
24815 int
24816 main ()
24817 {
24818 TIFFError ();
24819 ;
24820 return 0;
24821 }
24822 _ACEOF
24823 rm -f conftest.$ac_objext conftest$ac_exeext
24824 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24825 (eval $ac_link) 2>conftest.er1
24826 ac_status=$?
24827 grep -v '^ *+' conftest.er1 >conftest.err
24828 rm -f conftest.er1
24829 cat conftest.err >&5
24830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24831 (exit $ac_status); } &&
24832 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24834 (eval $ac_try) 2>&5
24835 ac_status=$?
24836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24837 (exit $ac_status); }; } &&
24838 { ac_try='test -s conftest$ac_exeext'
24839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24840 (eval $ac_try) 2>&5
24841 ac_status=$?
24842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24843 (exit $ac_status); }; }; then
24844 ac_cv_lib_tiff_TIFFError=yes
24845 else
24846 echo "$as_me: failed program was:" >&5
24847 sed 's/^/| /' conftest.$ac_ext >&5
24848
24849 ac_cv_lib_tiff_TIFFError=no
24850 fi
24851 rm -f conftest.err conftest.$ac_objext \
24852 conftest$ac_exeext conftest.$ac_ext
24853 LIBS=$ac_check_lib_save_LIBS
24854 fi
24855 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
24856 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
24857 if test $ac_cv_lib_tiff_TIFFError = yes; then
24858 TIFF_LINK=" -ltiff"
24859 fi
24860
24861
24862
24863 fi
24864
24865
24866
24867 if test "x$TIFF_LINK" = "x" ; then
24868 if test "$wxUSE_LIBTIFF" = "sys" ; then
24869 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
24870 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
24871 { (exit 1); exit 1; }; }
24872 else
24873 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
24874 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
24875 wxUSE_LIBTIFF=builtin
24876 fi
24877 else
24878 wxUSE_LIBTIFF=sys
24879 fi
24880 fi
24881 fi
24882
24883
24884 if test "$wxUSE_WCHAR_T" != "yes"; then
24885 if test "$wxUSE_EXPAT" != "no"; then
24886 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
24887 echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
24888 wxUSE_EXPAT=no
24889 fi
24890 if test "$wxUSE_XML" != "no"; then
24891 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
24892 echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
24893 wxUSE_XML=no
24894 fi
24895 fi
24896
24897 if test "$wxUSE_EXPAT" != "no"; then
24898 wxUSE_XML=yes
24899 cat >>confdefs.h <<\_ACEOF
24900 #define wxUSE_EXPAT 1
24901 _ACEOF
24902
24903 cat >>confdefs.h <<\_ACEOF
24904 #define wxUSE_XML 1
24905 _ACEOF
24906
24907
24908 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
24909 if test "${ac_cv_header_expat_h+set}" = set; then
24910 echo "$as_me:$LINENO: checking for expat.h" >&5
24911 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
24912 if test "${ac_cv_header_expat_h+set}" = set; then
24913 echo $ECHO_N "(cached) $ECHO_C" >&6
24914 fi
24915 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
24916 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
24917 else
24918 # Is the header compilable?
24919 echo "$as_me:$LINENO: checking expat.h usability" >&5
24920 echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
24921 cat >conftest.$ac_ext <<_ACEOF
24922 /* confdefs.h. */
24923 _ACEOF
24924 cat confdefs.h >>conftest.$ac_ext
24925 cat >>conftest.$ac_ext <<_ACEOF
24926 /* end confdefs.h. */
24927 $ac_includes_default
24928 #include <expat.h>
24929 _ACEOF
24930 rm -f conftest.$ac_objext
24931 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24932 (eval $ac_compile) 2>conftest.er1
24933 ac_status=$?
24934 grep -v '^ *+' conftest.er1 >conftest.err
24935 rm -f conftest.er1
24936 cat conftest.err >&5
24937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24938 (exit $ac_status); } &&
24939 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24941 (eval $ac_try) 2>&5
24942 ac_status=$?
24943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24944 (exit $ac_status); }; } &&
24945 { ac_try='test -s conftest.$ac_objext'
24946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24947 (eval $ac_try) 2>&5
24948 ac_status=$?
24949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24950 (exit $ac_status); }; }; then
24951 ac_header_compiler=yes
24952 else
24953 echo "$as_me: failed program was:" >&5
24954 sed 's/^/| /' conftest.$ac_ext >&5
24955
24956 ac_header_compiler=no
24957 fi
24958 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24959 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24960 echo "${ECHO_T}$ac_header_compiler" >&6
24961
24962 # Is the header present?
24963 echo "$as_me:$LINENO: checking expat.h presence" >&5
24964 echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
24965 cat >conftest.$ac_ext <<_ACEOF
24966 /* confdefs.h. */
24967 _ACEOF
24968 cat confdefs.h >>conftest.$ac_ext
24969 cat >>conftest.$ac_ext <<_ACEOF
24970 /* end confdefs.h. */
24971 #include <expat.h>
24972 _ACEOF
24973 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24974 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24975 ac_status=$?
24976 grep -v '^ *+' conftest.er1 >conftest.err
24977 rm -f conftest.er1
24978 cat conftest.err >&5
24979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24980 (exit $ac_status); } >/dev/null; then
24981 if test -s conftest.err; then
24982 ac_cpp_err=$ac_c_preproc_warn_flag
24983 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
24984 else
24985 ac_cpp_err=
24986 fi
24987 else
24988 ac_cpp_err=yes
24989 fi
24990 if test -z "$ac_cpp_err"; then
24991 ac_header_preproc=yes
24992 else
24993 echo "$as_me: failed program was:" >&5
24994 sed 's/^/| /' conftest.$ac_ext >&5
24995
24996 ac_header_preproc=no
24997 fi
24998 rm -f conftest.err conftest.$ac_ext
24999 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25000 echo "${ECHO_T}$ac_header_preproc" >&6
25001
25002 # So? What about this header?
25003 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25004 yes:no: )
25005 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
25006 echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25007 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
25008 echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
25009 ac_header_preproc=yes
25010 ;;
25011 no:yes:* )
25012 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
25013 echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
25014 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
25015 echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
25016 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
25017 echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
25018 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
25019 echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
25020 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
25021 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
25022 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
25023 echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
25024 (
25025 cat <<\_ASBOX
25026 ## ----------------------------------------- ##
25027 ## Report this to wx-dev@lists.wxwidgets.org ##
25028 ## ----------------------------------------- ##
25029 _ASBOX
25030 ) |
25031 sed "s/^/$as_me: WARNING: /" >&2
25032 ;;
25033 esac
25034 echo "$as_me:$LINENO: checking for expat.h" >&5
25035 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
25036 if test "${ac_cv_header_expat_h+set}" = set; then
25037 echo $ECHO_N "(cached) $ECHO_C" >&6
25038 else
25039 ac_cv_header_expat_h=$ac_header_preproc
25040 fi
25041 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
25042 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
25043
25044 fi
25045 if test $ac_cv_header_expat_h = yes; then
25046 found_expat_h=1
25047 fi
25048
25049
25050 if test "x$found_expat_h" = "x1"; then
25051 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
25052 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
25053 if test "${wx_cv_expat_is_not_broken+set}" = set; then
25054 echo $ECHO_N "(cached) $ECHO_C" >&6
25055 else
25056
25057
25058
25059 ac_ext=cc
25060 ac_cpp='$CXXCPP $CPPFLAGS'
25061 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25062 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25063 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25064
25065 cat >conftest.$ac_ext <<_ACEOF
25066 /* confdefs.h. */
25067 _ACEOF
25068 cat confdefs.h >>conftest.$ac_ext
25069 cat >>conftest.$ac_ext <<_ACEOF
25070 /* end confdefs.h. */
25071 #include <expat.h>
25072 int
25073 main ()
25074 {
25075
25076 ;
25077 return 0;
25078 }
25079 _ACEOF
25080 rm -f conftest.$ac_objext
25081 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25082 (eval $ac_compile) 2>conftest.er1
25083 ac_status=$?
25084 grep -v '^ *+' conftest.er1 >conftest.err
25085 rm -f conftest.er1
25086 cat conftest.err >&5
25087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25088 (exit $ac_status); } &&
25089 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
25090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25091 (eval $ac_try) 2>&5
25092 ac_status=$?
25093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25094 (exit $ac_status); }; } &&
25095 { ac_try='test -s conftest.$ac_objext'
25096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25097 (eval $ac_try) 2>&5
25098 ac_status=$?
25099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25100 (exit $ac_status); }; }; then
25101 wx_cv_expat_is_not_broken=yes
25102 else
25103 echo "$as_me: failed program was:" >&5
25104 sed 's/^/| /' conftest.$ac_ext >&5
25105
25106 wx_cv_expat_is_not_broken=no
25107
25108 fi
25109 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25110 ac_ext=c
25111 ac_cpp='$CPP $CPPFLAGS'
25112 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25113 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25114 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25115
25116
25117
25118 fi
25119 echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
25120 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
25121 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
25122 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
25123 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
25124 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
25125 echo $ECHO_N "(cached) $ECHO_C" >&6
25126 else
25127 ac_check_lib_save_LIBS=$LIBS
25128 LIBS="-lexpat $LIBS"
25129 cat >conftest.$ac_ext <<_ACEOF
25130 /* confdefs.h. */
25131 _ACEOF
25132 cat confdefs.h >>conftest.$ac_ext
25133 cat >>conftest.$ac_ext <<_ACEOF
25134 /* end confdefs.h. */
25135
25136 /* Override any gcc2 internal prototype to avoid an error. */
25137 #ifdef __cplusplus
25138 extern "C"
25139 #endif
25140 /* We use char because int might match the return type of a gcc2
25141 builtin and then its argument prototype would still apply. */
25142 char XML_ParserCreate ();
25143 int
25144 main ()
25145 {
25146 XML_ParserCreate ();
25147 ;
25148 return 0;
25149 }
25150 _ACEOF
25151 rm -f conftest.$ac_objext conftest$ac_exeext
25152 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25153 (eval $ac_link) 2>conftest.er1
25154 ac_status=$?
25155 grep -v '^ *+' conftest.er1 >conftest.err
25156 rm -f conftest.er1
25157 cat conftest.err >&5
25158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25159 (exit $ac_status); } &&
25160 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25162 (eval $ac_try) 2>&5
25163 ac_status=$?
25164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25165 (exit $ac_status); }; } &&
25166 { ac_try='test -s conftest$ac_exeext'
25167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25168 (eval $ac_try) 2>&5
25169 ac_status=$?
25170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25171 (exit $ac_status); }; }; then
25172 ac_cv_lib_expat_XML_ParserCreate=yes
25173 else
25174 echo "$as_me: failed program was:" >&5
25175 sed 's/^/| /' conftest.$ac_ext >&5
25176
25177 ac_cv_lib_expat_XML_ParserCreate=no
25178 fi
25179 rm -f conftest.err conftest.$ac_objext \
25180 conftest$ac_exeext conftest.$ac_ext
25181 LIBS=$ac_check_lib_save_LIBS
25182 fi
25183 echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
25184 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
25185 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
25186 EXPAT_LINK=" -lexpat"
25187 fi
25188
25189 fi
25190 fi
25191 if test "x$EXPAT_LINK" = "x" ; then
25192 if test "$wxUSE_EXPAT" = "sys" ; then
25193 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
25194 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
25195 { (exit 1); exit 1; }; }
25196 else
25197 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
25198 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
25199 wxUSE_EXPAT=builtin
25200 fi
25201 else
25202 wxUSE_EXPAT=sys
25203 fi
25204 fi
25205 if test "$wxUSE_EXPAT" = "builtin" ; then
25206
25207
25208 subdirs="$subdirs src/expat"
25209
25210 fi
25211 fi
25212
25213
25214
25215 if test "$wxUSE_LIBMSPACK" != "no"; then
25216 if test "${ac_cv_header_mspack_h+set}" = set; then
25217 echo "$as_me:$LINENO: checking for mspack.h" >&5
25218 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
25219 if test "${ac_cv_header_mspack_h+set}" = set; then
25220 echo $ECHO_N "(cached) $ECHO_C" >&6
25221 fi
25222 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
25223 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
25224 else
25225 # Is the header compilable?
25226 echo "$as_me:$LINENO: checking mspack.h usability" >&5
25227 echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
25228 cat >conftest.$ac_ext <<_ACEOF
25229 /* confdefs.h. */
25230 _ACEOF
25231 cat confdefs.h >>conftest.$ac_ext
25232 cat >>conftest.$ac_ext <<_ACEOF
25233 /* end confdefs.h. */
25234 $ac_includes_default
25235 #include <mspack.h>
25236 _ACEOF
25237 rm -f conftest.$ac_objext
25238 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25239 (eval $ac_compile) 2>conftest.er1
25240 ac_status=$?
25241 grep -v '^ *+' conftest.er1 >conftest.err
25242 rm -f conftest.er1
25243 cat conftest.err >&5
25244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25245 (exit $ac_status); } &&
25246 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25248 (eval $ac_try) 2>&5
25249 ac_status=$?
25250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25251 (exit $ac_status); }; } &&
25252 { ac_try='test -s conftest.$ac_objext'
25253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25254 (eval $ac_try) 2>&5
25255 ac_status=$?
25256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25257 (exit $ac_status); }; }; then
25258 ac_header_compiler=yes
25259 else
25260 echo "$as_me: failed program was:" >&5
25261 sed 's/^/| /' conftest.$ac_ext >&5
25262
25263 ac_header_compiler=no
25264 fi
25265 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25266 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25267 echo "${ECHO_T}$ac_header_compiler" >&6
25268
25269 # Is the header present?
25270 echo "$as_me:$LINENO: checking mspack.h presence" >&5
25271 echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
25272 cat >conftest.$ac_ext <<_ACEOF
25273 /* confdefs.h. */
25274 _ACEOF
25275 cat confdefs.h >>conftest.$ac_ext
25276 cat >>conftest.$ac_ext <<_ACEOF
25277 /* end confdefs.h. */
25278 #include <mspack.h>
25279 _ACEOF
25280 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25281 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25282 ac_status=$?
25283 grep -v '^ *+' conftest.er1 >conftest.err
25284 rm -f conftest.er1
25285 cat conftest.err >&5
25286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25287 (exit $ac_status); } >/dev/null; then
25288 if test -s conftest.err; then
25289 ac_cpp_err=$ac_c_preproc_warn_flag
25290 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
25291 else
25292 ac_cpp_err=
25293 fi
25294 else
25295 ac_cpp_err=yes
25296 fi
25297 if test -z "$ac_cpp_err"; then
25298 ac_header_preproc=yes
25299 else
25300 echo "$as_me: failed program was:" >&5
25301 sed 's/^/| /' conftest.$ac_ext >&5
25302
25303 ac_header_preproc=no
25304 fi
25305 rm -f conftest.err conftest.$ac_ext
25306 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25307 echo "${ECHO_T}$ac_header_preproc" >&6
25308
25309 # So? What about this header?
25310 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25311 yes:no: )
25312 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
25313 echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25314 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
25315 echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
25316 ac_header_preproc=yes
25317 ;;
25318 no:yes:* )
25319 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
25320 echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
25321 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
25322 echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
25323 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
25324 echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
25325 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
25326 echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
25327 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
25328 echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
25329 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
25330 echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
25331 (
25332 cat <<\_ASBOX
25333 ## ----------------------------------------- ##
25334 ## Report this to wx-dev@lists.wxwidgets.org ##
25335 ## ----------------------------------------- ##
25336 _ASBOX
25337 ) |
25338 sed "s/^/$as_me: WARNING: /" >&2
25339 ;;
25340 esac
25341 echo "$as_me:$LINENO: checking for mspack.h" >&5
25342 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
25343 if test "${ac_cv_header_mspack_h+set}" = set; then
25344 echo $ECHO_N "(cached) $ECHO_C" >&6
25345 else
25346 ac_cv_header_mspack_h=$ac_header_preproc
25347 fi
25348 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
25349 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
25350
25351 fi
25352 if test $ac_cv_header_mspack_h = yes; then
25353 found_mspack_h=1
25354 fi
25355
25356
25357 if test "x$found_mspack_h" = "x1"; then
25358 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
25359 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
25360 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
25361 echo $ECHO_N "(cached) $ECHO_C" >&6
25362 else
25363 ac_check_lib_save_LIBS=$LIBS
25364 LIBS="-lmspack $LIBS"
25365 cat >conftest.$ac_ext <<_ACEOF
25366 /* confdefs.h. */
25367 _ACEOF
25368 cat confdefs.h >>conftest.$ac_ext
25369 cat >>conftest.$ac_ext <<_ACEOF
25370 /* end confdefs.h. */
25371
25372 /* Override any gcc2 internal prototype to avoid an error. */
25373 #ifdef __cplusplus
25374 extern "C"
25375 #endif
25376 /* We use char because int might match the return type of a gcc2
25377 builtin and then its argument prototype would still apply. */
25378 char mspack_create_chm_decompressor ();
25379 int
25380 main ()
25381 {
25382 mspack_create_chm_decompressor ();
25383 ;
25384 return 0;
25385 }
25386 _ACEOF
25387 rm -f conftest.$ac_objext conftest$ac_exeext
25388 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25389 (eval $ac_link) 2>conftest.er1
25390 ac_status=$?
25391 grep -v '^ *+' conftest.er1 >conftest.err
25392 rm -f conftest.er1
25393 cat conftest.err >&5
25394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25395 (exit $ac_status); } &&
25396 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25398 (eval $ac_try) 2>&5
25399 ac_status=$?
25400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25401 (exit $ac_status); }; } &&
25402 { ac_try='test -s conftest$ac_exeext'
25403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25404 (eval $ac_try) 2>&5
25405 ac_status=$?
25406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25407 (exit $ac_status); }; }; then
25408 ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
25409 else
25410 echo "$as_me: failed program was:" >&5
25411 sed 's/^/| /' conftest.$ac_ext >&5
25412
25413 ac_cv_lib_mspack_mspack_create_chm_decompressor=no
25414 fi
25415 rm -f conftest.err conftest.$ac_objext \
25416 conftest$ac_exeext conftest.$ac_ext
25417 LIBS=$ac_check_lib_save_LIBS
25418 fi
25419 echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
25420 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
25421 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
25422 MSPACK_LINK=" -lmspack"
25423 fi
25424
25425 fi
25426 if test "x$MSPACK_LINK" = "x" ; then
25427 wxUSE_LIBMSPACK=no
25428 fi
25429 fi
25430
25431 if test "$wxUSE_LIBMSPACK" != "no"; then
25432 cat >>confdefs.h <<\_ACEOF
25433 #define wxUSE_LIBMSPACK 1
25434 _ACEOF
25435
25436 fi
25437
25438
25439
25440 AFMINSTALL=
25441 WIN32INSTALL=
25442
25443 TOOLKIT=
25444 TOOLKIT_INCLUDE=
25445 WIDGET_SET=
25446
25447 if test "$USE_WIN32" = 1 ; then
25448
25449 for ac_header in w32api.h
25450 do
25451 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
25452 if eval "test \"\${$as_ac_Header+set}\" = set"; then
25453 echo "$as_me:$LINENO: checking for $ac_header" >&5
25454 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
25455 if eval "test \"\${$as_ac_Header+set}\" = set"; then
25456 echo $ECHO_N "(cached) $ECHO_C" >&6
25457 fi
25458 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
25459 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
25460 else
25461 # Is the header compilable?
25462 echo "$as_me:$LINENO: checking $ac_header usability" >&5
25463 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
25464 cat >conftest.$ac_ext <<_ACEOF
25465 /* confdefs.h. */
25466 _ACEOF
25467 cat confdefs.h >>conftest.$ac_ext
25468 cat >>conftest.$ac_ext <<_ACEOF
25469 /* end confdefs.h. */
25470 $ac_includes_default
25471 #include <$ac_header>
25472 _ACEOF
25473 rm -f conftest.$ac_objext
25474 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25475 (eval $ac_compile) 2>conftest.er1
25476 ac_status=$?
25477 grep -v '^ *+' conftest.er1 >conftest.err
25478 rm -f conftest.er1
25479 cat conftest.err >&5
25480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25481 (exit $ac_status); } &&
25482 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25484 (eval $ac_try) 2>&5
25485 ac_status=$?
25486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25487 (exit $ac_status); }; } &&
25488 { ac_try='test -s conftest.$ac_objext'
25489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25490 (eval $ac_try) 2>&5
25491 ac_status=$?
25492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25493 (exit $ac_status); }; }; then
25494 ac_header_compiler=yes
25495 else
25496 echo "$as_me: failed program was:" >&5
25497 sed 's/^/| /' conftest.$ac_ext >&5
25498
25499 ac_header_compiler=no
25500 fi
25501 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25502 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25503 echo "${ECHO_T}$ac_header_compiler" >&6
25504
25505 # Is the header present?
25506 echo "$as_me:$LINENO: checking $ac_header presence" >&5
25507 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
25508 cat >conftest.$ac_ext <<_ACEOF
25509 /* confdefs.h. */
25510 _ACEOF
25511 cat confdefs.h >>conftest.$ac_ext
25512 cat >>conftest.$ac_ext <<_ACEOF
25513 /* end confdefs.h. */
25514 #include <$ac_header>
25515 _ACEOF
25516 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25517 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25518 ac_status=$?
25519 grep -v '^ *+' conftest.er1 >conftest.err
25520 rm -f conftest.er1
25521 cat conftest.err >&5
25522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25523 (exit $ac_status); } >/dev/null; then
25524 if test -s conftest.err; then
25525 ac_cpp_err=$ac_c_preproc_warn_flag
25526 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
25527 else
25528 ac_cpp_err=
25529 fi
25530 else
25531 ac_cpp_err=yes
25532 fi
25533 if test -z "$ac_cpp_err"; then
25534 ac_header_preproc=yes
25535 else
25536 echo "$as_me: failed program was:" >&5
25537 sed 's/^/| /' conftest.$ac_ext >&5
25538
25539 ac_header_preproc=no
25540 fi
25541 rm -f conftest.err conftest.$ac_ext
25542 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25543 echo "${ECHO_T}$ac_header_preproc" >&6
25544
25545 # So? What about this header?
25546 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25547 yes:no: )
25548 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
25549 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
25550 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
25551 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
25552 ac_header_preproc=yes
25553 ;;
25554 no:yes:* )
25555 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
25556 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
25557 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
25558 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
25559 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
25560 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
25561 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
25562 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
25563 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
25564 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
25565 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
25566 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
25567 (
25568 cat <<\_ASBOX
25569 ## ----------------------------------------- ##
25570 ## Report this to wx-dev@lists.wxwidgets.org ##
25571 ## ----------------------------------------- ##
25572 _ASBOX
25573 ) |
25574 sed "s/^/$as_me: WARNING: /" >&2
25575 ;;
25576 esac
25577 echo "$as_me:$LINENO: checking for $ac_header" >&5
25578 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
25579 if eval "test \"\${$as_ac_Header+set}\" = set"; then
25580 echo $ECHO_N "(cached) $ECHO_C" >&6
25581 else
25582 eval "$as_ac_Header=\$ac_header_preproc"
25583 fi
25584 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
25585 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
25586
25587 fi
25588 if test `eval echo '${'$as_ac_Header'}'` = yes; then
25589 cat >>confdefs.h <<_ACEOF
25590 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
25591 _ACEOF
25592
25593 fi
25594
25595 done
25596
25597 if test "${ac_cv_header_windows_h+set}" = set; then
25598 echo "$as_me:$LINENO: checking for windows.h" >&5
25599 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
25600 if test "${ac_cv_header_windows_h+set}" = set; then
25601 echo $ECHO_N "(cached) $ECHO_C" >&6
25602 fi
25603 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
25604 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
25605 else
25606 # Is the header compilable?
25607 echo "$as_me:$LINENO: checking windows.h usability" >&5
25608 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
25609 cat >conftest.$ac_ext <<_ACEOF
25610 /* confdefs.h. */
25611 _ACEOF
25612 cat confdefs.h >>conftest.$ac_ext
25613 cat >>conftest.$ac_ext <<_ACEOF
25614 /* end confdefs.h. */
25615 $ac_includes_default
25616 #include <windows.h>
25617 _ACEOF
25618 rm -f conftest.$ac_objext
25619 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25620 (eval $ac_compile) 2>conftest.er1
25621 ac_status=$?
25622 grep -v '^ *+' conftest.er1 >conftest.err
25623 rm -f conftest.er1
25624 cat conftest.err >&5
25625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25626 (exit $ac_status); } &&
25627 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25629 (eval $ac_try) 2>&5
25630 ac_status=$?
25631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25632 (exit $ac_status); }; } &&
25633 { ac_try='test -s conftest.$ac_objext'
25634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25635 (eval $ac_try) 2>&5
25636 ac_status=$?
25637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25638 (exit $ac_status); }; }; then
25639 ac_header_compiler=yes
25640 else
25641 echo "$as_me: failed program was:" >&5
25642 sed 's/^/| /' conftest.$ac_ext >&5
25643
25644 ac_header_compiler=no
25645 fi
25646 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25647 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25648 echo "${ECHO_T}$ac_header_compiler" >&6
25649
25650 # Is the header present?
25651 echo "$as_me:$LINENO: checking windows.h presence" >&5
25652 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
25653 cat >conftest.$ac_ext <<_ACEOF
25654 /* confdefs.h. */
25655 _ACEOF
25656 cat confdefs.h >>conftest.$ac_ext
25657 cat >>conftest.$ac_ext <<_ACEOF
25658 /* end confdefs.h. */
25659 #include <windows.h>
25660 _ACEOF
25661 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25662 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25663 ac_status=$?
25664 grep -v '^ *+' conftest.er1 >conftest.err
25665 rm -f conftest.er1
25666 cat conftest.err >&5
25667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25668 (exit $ac_status); } >/dev/null; then
25669 if test -s conftest.err; then
25670 ac_cpp_err=$ac_c_preproc_warn_flag
25671 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
25672 else
25673 ac_cpp_err=
25674 fi
25675 else
25676 ac_cpp_err=yes
25677 fi
25678 if test -z "$ac_cpp_err"; then
25679 ac_header_preproc=yes
25680 else
25681 echo "$as_me: failed program was:" >&5
25682 sed 's/^/| /' conftest.$ac_ext >&5
25683
25684 ac_header_preproc=no
25685 fi
25686 rm -f conftest.err conftest.$ac_ext
25687 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25688 echo "${ECHO_T}$ac_header_preproc" >&6
25689
25690 # So? What about this header?
25691 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25692 yes:no: )
25693 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
25694 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25695 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
25696 echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
25697 ac_header_preproc=yes
25698 ;;
25699 no:yes:* )
25700 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
25701 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
25702 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
25703 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
25704 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
25705 echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
25706 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
25707 echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
25708 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
25709 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
25710 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
25711 echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
25712 (
25713 cat <<\_ASBOX
25714 ## ----------------------------------------- ##
25715 ## Report this to wx-dev@lists.wxwidgets.org ##
25716 ## ----------------------------------------- ##
25717 _ASBOX
25718 ) |
25719 sed "s/^/$as_me: WARNING: /" >&2
25720 ;;
25721 esac
25722 echo "$as_me:$LINENO: checking for windows.h" >&5
25723 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
25724 if test "${ac_cv_header_windows_h+set}" = set; then
25725 echo $ECHO_N "(cached) $ECHO_C" >&6
25726 else
25727 ac_cv_header_windows_h=$ac_header_preproc
25728 fi
25729 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
25730 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
25731
25732 fi
25733 if test $ac_cv_header_windows_h = yes; then
25734 :
25735 else
25736
25737 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
25738 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
25739 { (exit 1); exit 1; }; }
25740
25741 fi
25742
25743
25744
25745 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
25746
25747 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
25748 LIBS="$LIBS -loleacc"
25749 fi
25750
25751 case "${host}" in
25752 *-*-cygwin* )
25753 LIBS="$LIBS -lkernel32 -luser32"
25754 esac
25755
25756 if test "$wxUSE_ODBC" = "sys" ; then
25757 wxUSE_ODBC = "yes"
25758 fi
25759 if test "$wxUSE_ODBC" = "yes" ; then
25760 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
25761 cat >>confdefs.h <<\_ACEOF
25762 #define wxUSE_ODBC 1
25763 _ACEOF
25764
25765 fi
25766
25767 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
25768 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
25769
25770 WXCONFIG_RESFLAGS="--include-dir \$includedir --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
25771
25772 WIN32INSTALL=win32install
25773 fi
25774
25775 if test "$wxUSE_GUI" = "yes"; then
25776 USE_GUI=1
25777
25778 GUI_TK_LIBRARY=
25779
25780 WXGTK12=
25781 WXGTK127=
25782 WXGTK20=
25783 WXGPE=
25784
25785 if test "$wxUSE_COCOA" = 1 ; then
25786 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
25787 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
25788 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
25789 wxUSE_PRINTING_ARCHITECTURE=no
25790 fi
25791 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
25792 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
25793 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
25794 wxUSE_DRAG_AND_DROP=no
25795 fi
25796 if test "$wxUSE_DRAGIMAGE" = "yes"; then
25797 { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
25798 echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
25799 wxUSE_DRAGIMAGE=no
25800 fi
25801 fi
25802
25803 if test "$wxUSE_MSW" = 1 ; then
25804 TOOLKIT=MSW
25805 GUIDIST=MSW_DIST
25806
25807 case "${host}" in
25808 *-*-mingw32* )
25809 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
25810 esac
25811 fi
25812
25813 if test "$wxUSE_GTK" = 1; then
25814 echo "$as_me:$LINENO: checking for GTK+ version" >&5
25815 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
25816
25817 gtk_version_cached=1
25818 if test "${wx_cv_lib_gtk+set}" = set; then
25819 echo $ECHO_N "(cached) $ECHO_C" >&6
25820 else
25821
25822 gtk_version_cached=0
25823 echo "$as_me:$LINENO: result: " >&5
25824 echo "${ECHO_T}" >&6
25825
25826 GTK_MODULES=
25827 if test "$wxUSE_THREADS" = "yes"; then
25828 GTK_MODULES=gthread
25829 fi
25830
25831 wx_cv_lib_gtk=
25832 if test "x$wxGTK_VERSION" != "x1"
25833 then
25834 case "${host}" in
25835 *-*-solaris2* )
25836 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
25837 enable_gtktest=no
25838 fi
25839 esac
25840
25841 # Check whether --enable-gtktest or --disable-gtktest was given.
25842 if test "${enable_gtktest+set}" = set; then
25843 enableval="$enable_gtktest"
25844
25845 else
25846 enable_gtktest=yes
25847 fi;
25848
25849 pkg_config_args=gtk+-2.0
25850 for module in . $GTK_MODULES
25851 do
25852 case "$module" in
25853 gthread)
25854 pkg_config_args="$pkg_config_args gthread-2.0"
25855 ;;
25856 esac
25857 done
25858
25859 no_gtk=""
25860
25861 # Extract the first word of "pkg-config", so it can be a program name with args.
25862 set dummy pkg-config; ac_word=$2
25863 echo "$as_me:$LINENO: checking for $ac_word" >&5
25864 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25865 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
25866 echo $ECHO_N "(cached) $ECHO_C" >&6
25867 else
25868 case $PKG_CONFIG in
25869 [\\/]* | ?:[\\/]*)
25870 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
25871 ;;
25872 *)
25873 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25874 for as_dir in $PATH
25875 do
25876 IFS=$as_save_IFS
25877 test -z "$as_dir" && as_dir=.
25878 for ac_exec_ext in '' $ac_executable_extensions; do
25879 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25880 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25881 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25882 break 2
25883 fi
25884 done
25885 done
25886
25887 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
25888 ;;
25889 esac
25890 fi
25891 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
25892
25893 if test -n "$PKG_CONFIG"; then
25894 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
25895 echo "${ECHO_T}$PKG_CONFIG" >&6
25896 else
25897 echo "$as_me:$LINENO: result: no" >&5
25898 echo "${ECHO_T}no" >&6
25899 fi
25900
25901
25902 if test x$PKG_CONFIG != xno ; then
25903 if pkg-config --atleast-pkgconfig-version 0.7 ; then
25904 :
25905 else
25906 echo "*** pkg-config too old; version 0.7 or better required."
25907 no_gtk=yes
25908 PKG_CONFIG=no
25909 fi
25910 else
25911 no_gtk=yes
25912 fi
25913
25914 min_gtk_version=2.0.0
25915 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
25916 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
25917
25918 if test x$PKG_CONFIG != xno ; then
25919 ## don't try to run the test against uninstalled libtool libs
25920 if $PKG_CONFIG --uninstalled $pkg_config_args; then
25921 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
25922 enable_gtktest=no
25923 fi
25924
25925 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
25926 :
25927 else
25928 no_gtk=yes
25929 fi
25930 fi
25931
25932 if test x"$no_gtk" = x ; then
25933 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
25934 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
25935 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
25936 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
25937 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
25938 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
25939 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
25940 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
25941 if test "x$enable_gtktest" = "xyes" ; then
25942 ac_save_CFLAGS="$CFLAGS"
25943 ac_save_LIBS="$LIBS"
25944 CFLAGS="$CFLAGS $GTK_CFLAGS"
25945 LIBS="$GTK_LIBS $LIBS"
25946 rm -f conf.gtktest
25947 if test "$cross_compiling" = yes; then
25948 echo $ac_n "cross compiling; assumed OK... $ac_c"
25949 else
25950 cat >conftest.$ac_ext <<_ACEOF
25951 /* confdefs.h. */
25952 _ACEOF
25953 cat confdefs.h >>conftest.$ac_ext
25954 cat >>conftest.$ac_ext <<_ACEOF
25955 /* end confdefs.h. */
25956
25957 #include <gtk/gtk.h>
25958 #include <stdio.h>
25959 #include <stdlib.h>
25960
25961 int
25962 main ()
25963 {
25964 int major, minor, micro;
25965 char *tmp_version;
25966
25967 system ("touch conf.gtktest");
25968
25969 /* HP/UX 9 (%@#!) writes to sscanf strings */
25970 tmp_version = g_strdup("$min_gtk_version");
25971 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
25972 printf("%s, bad version string\n", "$min_gtk_version");
25973 exit(1);
25974 }
25975
25976 if ((gtk_major_version != $gtk_config_major_version) ||
25977 (gtk_minor_version != $gtk_config_minor_version) ||
25978 (gtk_micro_version != $gtk_config_micro_version))
25979 {
25980 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
25981 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
25982 gtk_major_version, gtk_minor_version, gtk_micro_version);
25983 printf ("*** was found! If pkg-config was correct, then it is best\n");
25984 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
25985 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
25986 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
25987 printf("*** required on your system.\n");
25988 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
25989 printf("*** to point to the correct configuration files\n");
25990 }
25991 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
25992 (gtk_minor_version != GTK_MINOR_VERSION) ||
25993 (gtk_micro_version != GTK_MICRO_VERSION))
25994 {
25995 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
25996 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25997 printf("*** library (version %d.%d.%d)\n",
25998 gtk_major_version, gtk_minor_version, gtk_micro_version);
25999 }
26000 else
26001 {
26002 if ((gtk_major_version > major) ||
26003 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
26004 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
26005 {
26006 return 0;
26007 }
26008 else
26009 {
26010 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
26011 gtk_major_version, gtk_minor_version, gtk_micro_version);
26012 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
26013 major, minor, micro);
26014 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
26015 printf("***\n");
26016 printf("*** If you have already installed a sufficiently new version, this error\n");
26017 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
26018 printf("*** being found. The easiest way to fix this is to remove the old version\n");
26019 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
26020 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
26021 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
26022 printf("*** so that the correct libraries are found at run-time))\n");
26023 }
26024 }
26025 return 1;
26026 }
26027
26028 _ACEOF
26029 rm -f conftest$ac_exeext
26030 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26031 (eval $ac_link) 2>&5
26032 ac_status=$?
26033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26034 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26036 (eval $ac_try) 2>&5
26037 ac_status=$?
26038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26039 (exit $ac_status); }; }; then
26040 :
26041 else
26042 echo "$as_me: program exited with status $ac_status" >&5
26043 echo "$as_me: failed program was:" >&5
26044 sed 's/^/| /' conftest.$ac_ext >&5
26045
26046 ( exit $ac_status )
26047 no_gtk=yes
26048 fi
26049 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26050 fi
26051 CFLAGS="$ac_save_CFLAGS"
26052 LIBS="$ac_save_LIBS"
26053 fi
26054 fi
26055 if test "x$no_gtk" = x ; then
26056 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
26057 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
26058 wx_cv_lib_gtk=2.0
26059 else
26060 echo "$as_me:$LINENO: result: no" >&5
26061 echo "${ECHO_T}no" >&6
26062 if test "$PKG_CONFIG" = "no" ; then
26063 echo "*** A new enough version of pkg-config was not found."
26064 echo "*** See http://pkgconfig.sourceforge.net"
26065 else
26066 if test -f conf.gtktest ; then
26067 :
26068 else
26069 echo "*** Could not run GTK+ test program, checking why..."
26070 ac_save_CFLAGS="$CFLAGS"
26071 ac_save_LIBS="$LIBS"
26072 CFLAGS="$CFLAGS $GTK_CFLAGS"
26073 LIBS="$LIBS $GTK_LIBS"
26074 cat >conftest.$ac_ext <<_ACEOF
26075 /* confdefs.h. */
26076 _ACEOF
26077 cat confdefs.h >>conftest.$ac_ext
26078 cat >>conftest.$ac_ext <<_ACEOF
26079 /* end confdefs.h. */
26080
26081 #include <gtk/gtk.h>
26082 #include <stdio.h>
26083
26084 int
26085 main ()
26086 {
26087 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
26088 ;
26089 return 0;
26090 }
26091 _ACEOF
26092 rm -f conftest.$ac_objext conftest$ac_exeext
26093 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26094 (eval $ac_link) 2>conftest.er1
26095 ac_status=$?
26096 grep -v '^ *+' conftest.er1 >conftest.err
26097 rm -f conftest.er1
26098 cat conftest.err >&5
26099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26100 (exit $ac_status); } &&
26101 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26103 (eval $ac_try) 2>&5
26104 ac_status=$?
26105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26106 (exit $ac_status); }; } &&
26107 { ac_try='test -s conftest$ac_exeext'
26108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26109 (eval $ac_try) 2>&5
26110 ac_status=$?
26111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26112 (exit $ac_status); }; }; then
26113 echo "*** The test program compiled, but did not run. This usually means"
26114 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
26115 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
26116 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
26117 echo "*** to the installed location Also, make sure you have run ldconfig if that"
26118 echo "*** is required on your system"
26119 echo "***"
26120 echo "*** If you have an old version installed, it is best to remove it, although"
26121 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
26122 else
26123 echo "$as_me: failed program was:" >&5
26124 sed 's/^/| /' conftest.$ac_ext >&5
26125
26126 echo "*** The test program failed to compile or link. See the file config.log for the"
26127 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
26128 fi
26129 rm -f conftest.err conftest.$ac_objext \
26130 conftest$ac_exeext conftest.$ac_ext
26131 CFLAGS="$ac_save_CFLAGS"
26132 LIBS="$ac_save_LIBS"
26133 fi
26134 fi
26135 GTK_CFLAGS=""
26136 GTK_LIBS=""
26137 :
26138 fi
26139
26140
26141 rm -f conf.gtktest
26142
26143
26144 case "${host}" in
26145 *-*-solaris2* )
26146 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
26147 GTK_CFLAGS=`echo $GTK_CFLAGS | sed 's/-mt//'`
26148 GTK_LIBS=`echo $GTK_LIBS | sed 's/-mt//'`
26149 fi
26150 if test "$wxUSE_SHARED" != "yes"; then
26151 GTK_LIBS="$GTK_LIBS -lX11"
26152 fi
26153 esac
26154 fi
26155
26156 if test -z "$wx_cv_lib_gtk"; then
26157 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
26158
26159 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
26160 if test "${with_gtk_prefix+set}" = set; then
26161 withval="$with_gtk_prefix"
26162 gtk_config_prefix="$withval"
26163 else
26164 gtk_config_prefix=""
26165 fi;
26166
26167 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
26168 if test "${with_gtk_exec_prefix+set}" = set; then
26169 withval="$with_gtk_exec_prefix"
26170 gtk_config_exec_prefix="$withval"
26171 else
26172 gtk_config_exec_prefix=""
26173 fi;
26174 # Check whether --enable-gtktest or --disable-gtktest was given.
26175 if test "${enable_gtktest+set}" = set; then
26176 enableval="$enable_gtktest"
26177
26178 else
26179 enable_gtktest=yes
26180 fi;
26181
26182 for module in . $GTK_MODULES
26183 do
26184 case "$module" in
26185 gthread)
26186 gtk_config_args="$gtk_config_args gthread"
26187 ;;
26188 esac
26189 done
26190
26191 if test x$gtk_config_exec_prefix != x ; then
26192 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
26193 if test x${GTK_CONFIG+set} != xset ; then
26194 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
26195 fi
26196 fi
26197 if test x$gtk_config_prefix != x ; then
26198 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
26199 if test x${GTK_CONFIG+set} != xset ; then
26200 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
26201 fi
26202 fi
26203
26204 # Extract the first word of "gtk-config", so it can be a program name with args.
26205 set dummy gtk-config; ac_word=$2
26206 echo "$as_me:$LINENO: checking for $ac_word" >&5
26207 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
26208 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
26209 echo $ECHO_N "(cached) $ECHO_C" >&6
26210 else
26211 case $GTK_CONFIG in
26212 [\\/]* | ?:[\\/]*)
26213 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
26214 ;;
26215 *)
26216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26217 for as_dir in $PATH
26218 do
26219 IFS=$as_save_IFS
26220 test -z "$as_dir" && as_dir=.
26221 for ac_exec_ext in '' $ac_executable_extensions; do
26222 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
26223 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
26224 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26225 break 2
26226 fi
26227 done
26228 done
26229
26230 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
26231 ;;
26232 esac
26233 fi
26234 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
26235
26236 if test -n "$GTK_CONFIG"; then
26237 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
26238 echo "${ECHO_T}$GTK_CONFIG" >&6
26239 else
26240 echo "$as_me:$LINENO: result: no" >&5
26241 echo "${ECHO_T}no" >&6
26242 fi
26243
26244 min_gtk_version=1.2.7
26245 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
26246 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
26247 no_gtk=""
26248 if test "$GTK_CONFIG" = "no" ; then
26249 no_gtk=yes
26250 else
26251 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
26252 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
26253 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
26254 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
26255 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
26256 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
26257 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
26258 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
26259 if test "x$enable_gtktest" = "xyes" ; then
26260 ac_save_CFLAGS="$CFLAGS"
26261 ac_save_LIBS="$LIBS"
26262 CFLAGS="$CFLAGS $GTK_CFLAGS"
26263 LIBS="$GTK_LIBS $LIBS"
26264 rm -f conf.gtktest
26265 if test "$cross_compiling" = yes; then
26266 echo $ac_n "cross compiling; assumed OK... $ac_c"
26267 else
26268 cat >conftest.$ac_ext <<_ACEOF
26269 /* confdefs.h. */
26270 _ACEOF
26271 cat confdefs.h >>conftest.$ac_ext
26272 cat >>conftest.$ac_ext <<_ACEOF
26273 /* end confdefs.h. */
26274
26275 #include <gtk/gtk.h>
26276 #include <stdio.h>
26277 #include <stdlib.h>
26278
26279 int
26280 main ()
26281 {
26282 int major, minor, micro;
26283 char *tmp_version;
26284
26285 system ("touch conf.gtktest");
26286
26287 /* HP/UX 9 (%@#!) writes to sscanf strings */
26288 tmp_version = g_strdup("$min_gtk_version");
26289 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
26290 printf("%s, bad version string\n", "$min_gtk_version");
26291 exit(1);
26292 }
26293
26294 if ((gtk_major_version != $gtk_config_major_version) ||
26295 (gtk_minor_version != $gtk_config_minor_version) ||
26296 (gtk_micro_version != $gtk_config_micro_version))
26297 {
26298 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
26299 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
26300 gtk_major_version, gtk_minor_version, gtk_micro_version);
26301 printf ("*** was found! If gtk-config was correct, then it is best\n");
26302 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
26303 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
26304 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
26305 printf("*** required on your system.\n");
26306 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
26307 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
26308 printf("*** before re-running configure\n");
26309 }
26310 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
26311 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
26312 (gtk_minor_version != GTK_MINOR_VERSION) ||
26313 (gtk_micro_version != GTK_MICRO_VERSION))
26314 {
26315 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
26316 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
26317 printf("*** library (version %d.%d.%d)\n",
26318 gtk_major_version, gtk_minor_version, gtk_micro_version);
26319 }
26320 #endif /* defined (GTK_MAJOR_VERSION) ... */
26321 else
26322 {
26323 if ((gtk_major_version > major) ||
26324 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
26325 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
26326 {
26327 return 0;
26328 }
26329 else
26330 {
26331 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
26332 gtk_major_version, gtk_minor_version, gtk_micro_version);
26333 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
26334 major, minor, micro);
26335 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
26336 printf("***\n");
26337 printf("*** If you have already installed a sufficiently new version, this error\n");
26338 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
26339 printf("*** being found. The easiest way to fix this is to remove the old version\n");
26340 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
26341 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
26342 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
26343 printf("*** so that the correct libraries are found at run-time))\n");
26344 }
26345 }
26346 return 1;
26347 }
26348
26349 _ACEOF
26350 rm -f conftest$ac_exeext
26351 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26352 (eval $ac_link) 2>&5
26353 ac_status=$?
26354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26355 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26357 (eval $ac_try) 2>&5
26358 ac_status=$?
26359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26360 (exit $ac_status); }; }; then
26361 :
26362 else
26363 echo "$as_me: program exited with status $ac_status" >&5
26364 echo "$as_me: failed program was:" >&5
26365 sed 's/^/| /' conftest.$ac_ext >&5
26366
26367 ( exit $ac_status )
26368 no_gtk=yes
26369 fi
26370 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26371 fi
26372 CFLAGS="$ac_save_CFLAGS"
26373 LIBS="$ac_save_LIBS"
26374 fi
26375 fi
26376 if test "x$no_gtk" = x ; then
26377 echo "$as_me:$LINENO: result: yes" >&5
26378 echo "${ECHO_T}yes" >&6
26379 wx_cv_lib_gtk=1.2.7
26380 else
26381 echo "$as_me:$LINENO: result: no" >&5
26382 echo "${ECHO_T}no" >&6
26383 if test "$GTK_CONFIG" = "no" ; then
26384 echo "*** The gtk-config script installed by GTK could not be found"
26385 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
26386 echo "*** your path, or set the GTK_CONFIG environment variable to the"
26387 echo "*** full path to gtk-config."
26388 else
26389 if test -f conf.gtktest ; then
26390 :
26391 else
26392 echo "*** Could not run GTK test program, checking why..."
26393 CFLAGS="$CFLAGS $GTK_CFLAGS"
26394 LIBS="$LIBS $GTK_LIBS"
26395 cat >conftest.$ac_ext <<_ACEOF
26396 /* confdefs.h. */
26397 _ACEOF
26398 cat confdefs.h >>conftest.$ac_ext
26399 cat >>conftest.$ac_ext <<_ACEOF
26400 /* end confdefs.h. */
26401
26402 #include <gtk/gtk.h>
26403 #include <stdio.h>
26404
26405 int
26406 main ()
26407 {
26408 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
26409 ;
26410 return 0;
26411 }
26412 _ACEOF
26413 rm -f conftest.$ac_objext conftest$ac_exeext
26414 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26415 (eval $ac_link) 2>conftest.er1
26416 ac_status=$?
26417 grep -v '^ *+' conftest.er1 >conftest.err
26418 rm -f conftest.er1
26419 cat conftest.err >&5
26420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26421 (exit $ac_status); } &&
26422 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26424 (eval $ac_try) 2>&5
26425 ac_status=$?
26426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26427 (exit $ac_status); }; } &&
26428 { ac_try='test -s conftest$ac_exeext'
26429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26430 (eval $ac_try) 2>&5
26431 ac_status=$?
26432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26433 (exit $ac_status); }; }; then
26434 echo "*** The test program compiled, but did not run. This usually means"
26435 echo "*** that the run-time linker is not finding GTK or finding the wrong"
26436 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
26437 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
26438 echo "*** to the installed location Also, make sure you have run ldconfig if that"
26439 echo "*** is required on your system"
26440 echo "***"
26441 echo "*** If you have an old version installed, it is best to remove it, although"
26442 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
26443 echo "***"
26444 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
26445 echo "*** came with the system with the command"
26446 echo "***"
26447 echo "*** rpm --erase --nodeps gtk gtk-devel"
26448 else
26449 echo "$as_me: failed program was:" >&5
26450 sed 's/^/| /' conftest.$ac_ext >&5
26451
26452 echo "*** The test program failed to compile or link. See the file config.log for the"
26453 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
26454 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
26455 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
26456 fi
26457 rm -f conftest.err conftest.$ac_objext \
26458 conftest$ac_exeext conftest.$ac_ext
26459 CFLAGS="$ac_save_CFLAGS"
26460 LIBS="$ac_save_LIBS"
26461 fi
26462 fi
26463 GTK_CFLAGS=""
26464 GTK_LIBS=""
26465 :
26466 fi
26467
26468
26469 rm -f conf.gtktest
26470
26471
26472 if test -z "$wx_cv_lib_gtk"; then
26473
26474 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
26475 if test "${with_gtk_prefix+set}" = set; then
26476 withval="$with_gtk_prefix"
26477 gtk_config_prefix="$withval"
26478 else
26479 gtk_config_prefix=""
26480 fi;
26481
26482 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
26483 if test "${with_gtk_exec_prefix+set}" = set; then
26484 withval="$with_gtk_exec_prefix"
26485 gtk_config_exec_prefix="$withval"
26486 else
26487 gtk_config_exec_prefix=""
26488 fi;
26489 # Check whether --enable-gtktest or --disable-gtktest was given.
26490 if test "${enable_gtktest+set}" = set; then
26491 enableval="$enable_gtktest"
26492
26493 else
26494 enable_gtktest=yes
26495 fi;
26496
26497 for module in . $GTK_MODULES
26498 do
26499 case "$module" in
26500 gthread)
26501 gtk_config_args="$gtk_config_args gthread"
26502 ;;
26503 esac
26504 done
26505
26506 if test x$gtk_config_exec_prefix != x ; then
26507 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
26508 if test x${GTK_CONFIG+set} != xset ; then
26509 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
26510 fi
26511 fi
26512 if test x$gtk_config_prefix != x ; then
26513 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
26514 if test x${GTK_CONFIG+set} != xset ; then
26515 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
26516 fi
26517 fi
26518
26519 # Extract the first word of "gtk-config", so it can be a program name with args.
26520 set dummy gtk-config; ac_word=$2
26521 echo "$as_me:$LINENO: checking for $ac_word" >&5
26522 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
26523 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
26524 echo $ECHO_N "(cached) $ECHO_C" >&6
26525 else
26526 case $GTK_CONFIG in
26527 [\\/]* | ?:[\\/]*)
26528 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
26529 ;;
26530 *)
26531 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26532 for as_dir in $PATH
26533 do
26534 IFS=$as_save_IFS
26535 test -z "$as_dir" && as_dir=.
26536 for ac_exec_ext in '' $ac_executable_extensions; do
26537 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
26538 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
26539 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26540 break 2
26541 fi
26542 done
26543 done
26544
26545 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
26546 ;;
26547 esac
26548 fi
26549 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
26550
26551 if test -n "$GTK_CONFIG"; then
26552 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
26553 echo "${ECHO_T}$GTK_CONFIG" >&6
26554 else
26555 echo "$as_me:$LINENO: result: no" >&5
26556 echo "${ECHO_T}no" >&6
26557 fi
26558
26559 min_gtk_version=1.2.3
26560 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
26561 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
26562 no_gtk=""
26563 if test "$GTK_CONFIG" = "no" ; then
26564 no_gtk=yes
26565 else
26566 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
26567 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
26568 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
26569 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
26570 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
26571 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
26572 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
26573 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
26574 if test "x$enable_gtktest" = "xyes" ; then
26575 ac_save_CFLAGS="$CFLAGS"
26576 ac_save_LIBS="$LIBS"
26577 CFLAGS="$CFLAGS $GTK_CFLAGS"
26578 LIBS="$GTK_LIBS $LIBS"
26579 rm -f conf.gtktest
26580 if test "$cross_compiling" = yes; then
26581 echo $ac_n "cross compiling; assumed OK... $ac_c"
26582 else
26583 cat >conftest.$ac_ext <<_ACEOF
26584 /* confdefs.h. */
26585 _ACEOF
26586 cat confdefs.h >>conftest.$ac_ext
26587 cat >>conftest.$ac_ext <<_ACEOF
26588 /* end confdefs.h. */
26589
26590 #include <gtk/gtk.h>
26591 #include <stdio.h>
26592 #include <stdlib.h>
26593
26594 int
26595 main ()
26596 {
26597 int major, minor, micro;
26598 char *tmp_version;
26599
26600 system ("touch conf.gtktest");
26601
26602 /* HP/UX 9 (%@#!) writes to sscanf strings */
26603 tmp_version = g_strdup("$min_gtk_version");
26604 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
26605 printf("%s, bad version string\n", "$min_gtk_version");
26606 exit(1);
26607 }
26608
26609 if ((gtk_major_version != $gtk_config_major_version) ||
26610 (gtk_minor_version != $gtk_config_minor_version) ||
26611 (gtk_micro_version != $gtk_config_micro_version))
26612 {
26613 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
26614 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
26615 gtk_major_version, gtk_minor_version, gtk_micro_version);
26616 printf ("*** was found! If gtk-config was correct, then it is best\n");
26617 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
26618 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
26619 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
26620 printf("*** required on your system.\n");
26621 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
26622 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
26623 printf("*** before re-running configure\n");
26624 }
26625 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
26626 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
26627 (gtk_minor_version != GTK_MINOR_VERSION) ||
26628 (gtk_micro_version != GTK_MICRO_VERSION))
26629 {
26630 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
26631 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
26632 printf("*** library (version %d.%d.%d)\n",
26633 gtk_major_version, gtk_minor_version, gtk_micro_version);
26634 }
26635 #endif /* defined (GTK_MAJOR_VERSION) ... */
26636 else
26637 {
26638 if ((gtk_major_version > major) ||
26639 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
26640 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
26641 {
26642 return 0;
26643 }
26644 else
26645 {
26646 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
26647 gtk_major_version, gtk_minor_version, gtk_micro_version);
26648 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
26649 major, minor, micro);
26650 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
26651 printf("***\n");
26652 printf("*** If you have already installed a sufficiently new version, this error\n");
26653 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
26654 printf("*** being found. The easiest way to fix this is to remove the old version\n");
26655 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
26656 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
26657 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
26658 printf("*** so that the correct libraries are found at run-time))\n");
26659 }
26660 }
26661 return 1;
26662 }
26663
26664 _ACEOF
26665 rm -f conftest$ac_exeext
26666 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26667 (eval $ac_link) 2>&5
26668 ac_status=$?
26669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26670 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26672 (eval $ac_try) 2>&5
26673 ac_status=$?
26674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26675 (exit $ac_status); }; }; then
26676 :
26677 else
26678 echo "$as_me: program exited with status $ac_status" >&5
26679 echo "$as_me: failed program was:" >&5
26680 sed 's/^/| /' conftest.$ac_ext >&5
26681
26682 ( exit $ac_status )
26683 no_gtk=yes
26684 fi
26685 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26686 fi
26687 CFLAGS="$ac_save_CFLAGS"
26688 LIBS="$ac_save_LIBS"
26689 fi
26690 fi
26691 if test "x$no_gtk" = x ; then
26692 echo "$as_me:$LINENO: result: yes" >&5
26693 echo "${ECHO_T}yes" >&6
26694 wx_cv_lib_gtk=1.2.3
26695 else
26696 echo "$as_me:$LINENO: result: no" >&5
26697 echo "${ECHO_T}no" >&6
26698 if test "$GTK_CONFIG" = "no" ; then
26699 echo "*** The gtk-config script installed by GTK could not be found"
26700 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
26701 echo "*** your path, or set the GTK_CONFIG environment variable to the"
26702 echo "*** full path to gtk-config."
26703 else
26704 if test -f conf.gtktest ; then
26705 :
26706 else
26707 echo "*** Could not run GTK test program, checking why..."
26708 CFLAGS="$CFLAGS $GTK_CFLAGS"
26709 LIBS="$LIBS $GTK_LIBS"
26710 cat >conftest.$ac_ext <<_ACEOF
26711 /* confdefs.h. */
26712 _ACEOF
26713 cat confdefs.h >>conftest.$ac_ext
26714 cat >>conftest.$ac_ext <<_ACEOF
26715 /* end confdefs.h. */
26716
26717 #include <gtk/gtk.h>
26718 #include <stdio.h>
26719
26720 int
26721 main ()
26722 {
26723 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
26724 ;
26725 return 0;
26726 }
26727 _ACEOF
26728 rm -f conftest.$ac_objext conftest$ac_exeext
26729 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26730 (eval $ac_link) 2>conftest.er1
26731 ac_status=$?
26732 grep -v '^ *+' conftest.er1 >conftest.err
26733 rm -f conftest.er1
26734 cat conftest.err >&5
26735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26736 (exit $ac_status); } &&
26737 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26739 (eval $ac_try) 2>&5
26740 ac_status=$?
26741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26742 (exit $ac_status); }; } &&
26743 { ac_try='test -s conftest$ac_exeext'
26744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26745 (eval $ac_try) 2>&5
26746 ac_status=$?
26747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26748 (exit $ac_status); }; }; then
26749 echo "*** The test program compiled, but did not run. This usually means"
26750 echo "*** that the run-time linker is not finding GTK or finding the wrong"
26751 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
26752 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
26753 echo "*** to the installed location Also, make sure you have run ldconfig if that"
26754 echo "*** is required on your system"
26755 echo "***"
26756 echo "*** If you have an old version installed, it is best to remove it, although"
26757 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
26758 echo "***"
26759 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
26760 echo "*** came with the system with the command"
26761 echo "***"
26762 echo "*** rpm --erase --nodeps gtk gtk-devel"
26763 else
26764 echo "$as_me: failed program was:" >&5
26765 sed 's/^/| /' conftest.$ac_ext >&5
26766
26767 echo "*** The test program failed to compile or link. See the file config.log for the"
26768 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
26769 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
26770 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
26771 fi
26772 rm -f conftest.err conftest.$ac_objext \
26773 conftest$ac_exeext conftest.$ac_ext
26774 CFLAGS="$ac_save_CFLAGS"
26775 LIBS="$ac_save_LIBS"
26776 fi
26777 fi
26778 GTK_CFLAGS=""
26779 GTK_LIBS=""
26780 :
26781 fi
26782
26783
26784 rm -f conf.gtktest
26785
26786 fi
26787 fi
26788 fi
26789
26790 if test -z "$wx_cv_lib_gtk"; then
26791 wx_cv_lib_gtk=none
26792 else
26793 wx_cv_cflags_gtk=$GTK_CFLAGS
26794 wx_cv_libs_gtk=`echo $GTK_LIBS | sed -e 's/ -l[^ ]*cairo[^ ]*//g'`
26795 fi
26796
26797
26798 fi
26799
26800
26801 if test "$gtk_version_cached" = 1; then
26802 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
26803 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
26804 fi
26805
26806 case "$wx_cv_lib_gtk" in
26807 2.0) WXGTK20=1
26808 TOOLKIT_VERSION=2
26809 ;;
26810 1.2.7) WXGTK127=1
26811 WXGTK12=1
26812 ;;
26813 1.2.3) WXGTK12=1
26814 ;;
26815 *) { { echo "$as_me:$LINENO: error:
26816 The development files for GTK+ were not found. For GTK+ 2, please
26817 ensure that pkg-config is in the path and that gtk+-2.0.pc is
26818 installed. For GTK+ 1.2 please check that gtk-config is in the path,
26819 and that the version is 1.2.3 or above. Also check that the
26820 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
26821 --libs' are in the LD_LIBRARY_PATH or equivalent.
26822 " >&5
26823 echo "$as_me: error:
26824 The development files for GTK+ were not found. For GTK+ 2, please
26825 ensure that pkg-config is in the path and that gtk+-2.0.pc is
26826 installed. For GTK+ 1.2 please check that gtk-config is in the path,
26827 and that the version is 1.2.3 or above. Also check that the
26828 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
26829 --libs' are in the LD_LIBRARY_PATH or equivalent.
26830 " >&2;}
26831 { (exit 1); exit 1; }; }
26832 ;;
26833 esac
26834
26835 if test "$WXGTK20" = 1; then
26836 save_CFLAGS="$CFLAGS"
26837 save_LIBS="$LIBS"
26838 CFLAGS="$CFLAGS $wx_cv_cflags_gtk"
26839 LIBS="$LIBS $wx_cv_libs_gtk"
26840
26841 echo "$as_me:$LINENO: checking if gtk_icon_size_lookup is missing" >&5
26842 echo $ECHO_N "checking if gtk_icon_size_lookup is missing... $ECHO_C" >&6
26843 cat >conftest.$ac_ext <<_ACEOF
26844 /* confdefs.h. */
26845 _ACEOF
26846 cat confdefs.h >>conftest.$ac_ext
26847 cat >>conftest.$ac_ext <<_ACEOF
26848 /* end confdefs.h. */
26849
26850 #include <gtk/gtk.h>
26851
26852 int
26853 main ()
26854 {
26855
26856 void *f = gtk_icon_size_lookup;
26857
26858 ;
26859 return 0;
26860 }
26861 _ACEOF
26862 rm -f conftest.$ac_objext
26863 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26864 (eval $ac_compile) 2>conftest.er1
26865 ac_status=$?
26866 grep -v '^ *+' conftest.er1 >conftest.err
26867 rm -f conftest.er1
26868 cat conftest.err >&5
26869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26870 (exit $ac_status); } &&
26871 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26873 (eval $ac_try) 2>&5
26874 ac_status=$?
26875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26876 (exit $ac_status); }; } &&
26877 { ac_try='test -s conftest.$ac_objext'
26878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26879 (eval $ac_try) 2>&5
26880 ac_status=$?
26881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26882 (exit $ac_status); }; }; then
26883
26884 echo "$as_me:$LINENO: result: no" >&5
26885 echo "${ECHO_T}no" >&6
26886
26887 else
26888 echo "$as_me: failed program was:" >&5
26889 sed 's/^/| /' conftest.$ac_ext >&5
26890
26891
26892 cat >>confdefs.h <<\_ACEOF
26893 #define NEED_GTK_ICON_SIZE_LOOKUP 1
26894 _ACEOF
26895
26896 echo "$as_me:$LINENO: result: yes" >&5
26897 echo "${ECHO_T}yes" >&6
26898
26899 fi
26900 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
26901
26902 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
26903 echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6
26904 cat >conftest.$ac_ext <<_ACEOF
26905 /* confdefs.h. */
26906 _ACEOF
26907 cat confdefs.h >>conftest.$ac_ext
26908 cat >>conftest.$ac_ext <<_ACEOF
26909 /* end confdefs.h. */
26910
26911 #include <gtk/gtk.h>
26912
26913 int
26914 main ()
26915 {
26916
26917 #if !GTK_CHECK_VERSION(2,4,0)
26918 Not GTK+ 2.4
26919 #endif
26920
26921 ;
26922 return 0;
26923 }
26924 _ACEOF
26925 rm -f conftest.$ac_objext
26926 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26927 (eval $ac_compile) 2>conftest.er1
26928 ac_status=$?
26929 grep -v '^ *+' conftest.er1 >conftest.err
26930 rm -f conftest.er1
26931 cat conftest.err >&5
26932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26933 (exit $ac_status); } &&
26934 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26936 (eval $ac_try) 2>&5
26937 ac_status=$?
26938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26939 (exit $ac_status); }; } &&
26940 { ac_try='test -s conftest.$ac_objext'
26941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26942 (eval $ac_try) 2>&5
26943 ac_status=$?
26944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26945 (exit $ac_status); }; }; then
26946
26947 cat >>confdefs.h <<\_ACEOF
26948 #define __WXGTK24__ 1
26949 _ACEOF
26950
26951 echo "$as_me:$LINENO: result: yes" >&5
26952 echo "${ECHO_T}yes" >&6
26953
26954 else
26955 echo "$as_me: failed program was:" >&5
26956 sed 's/^/| /' conftest.$ac_ext >&5
26957
26958
26959 echo "$as_me:$LINENO: result: no" >&5
26960 echo "${ECHO_T}no" >&6
26961
26962 fi
26963 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
26964
26965 CFLAGS="$save_CFLAGS"
26966 LIBS="$save_LIBS"
26967 else
26968 if test "$wxUSE_UNICODE" = "yes"; then
26969 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
26970 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
26971 wxUSE_UNICODE=no
26972 fi
26973 fi
26974
26975 if test "$USE_DARWIN" != 1; then
26976
26977 for ac_func in poll
26978 do
26979 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26980 echo "$as_me:$LINENO: checking for $ac_func" >&5
26981 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26982 if eval "test \"\${$as_ac_var+set}\" = set"; then
26983 echo $ECHO_N "(cached) $ECHO_C" >&6
26984 else
26985 cat >conftest.$ac_ext <<_ACEOF
26986 /* confdefs.h. */
26987 _ACEOF
26988 cat confdefs.h >>conftest.$ac_ext
26989 cat >>conftest.$ac_ext <<_ACEOF
26990 /* end confdefs.h. */
26991 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
26992 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26993 #define $ac_func innocuous_$ac_func
26994
26995 /* System header to define __stub macros and hopefully few prototypes,
26996 which can conflict with char $ac_func (); below.
26997 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26998 <limits.h> exists even on freestanding compilers. */
26999
27000 #ifdef __STDC__
27001 # include <limits.h>
27002 #else
27003 # include <assert.h>
27004 #endif
27005
27006 #undef $ac_func
27007
27008 /* Override any gcc2 internal prototype to avoid an error. */
27009 #ifdef __cplusplus
27010 extern "C"
27011 {
27012 #endif
27013 /* We use char because int might match the return type of a gcc2
27014 builtin and then its argument prototype would still apply. */
27015 char $ac_func ();
27016 /* The GNU C library defines this for functions which it implements
27017 to always fail with ENOSYS. Some functions are actually named
27018 something starting with __ and the normal name is an alias. */
27019 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27020 choke me
27021 #else
27022 char (*f) () = $ac_func;
27023 #endif
27024 #ifdef __cplusplus
27025 }
27026 #endif
27027
27028 int
27029 main ()
27030 {
27031 return f != $ac_func;
27032 ;
27033 return 0;
27034 }
27035 _ACEOF
27036 rm -f conftest.$ac_objext conftest$ac_exeext
27037 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27038 (eval $ac_link) 2>conftest.er1
27039 ac_status=$?
27040 grep -v '^ *+' conftest.er1 >conftest.err
27041 rm -f conftest.er1
27042 cat conftest.err >&5
27043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27044 (exit $ac_status); } &&
27045 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27047 (eval $ac_try) 2>&5
27048 ac_status=$?
27049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27050 (exit $ac_status); }; } &&
27051 { ac_try='test -s conftest$ac_exeext'
27052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27053 (eval $ac_try) 2>&5
27054 ac_status=$?
27055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27056 (exit $ac_status); }; }; then
27057 eval "$as_ac_var=yes"
27058 else
27059 echo "$as_me: failed program was:" >&5
27060 sed 's/^/| /' conftest.$ac_ext >&5
27061
27062 eval "$as_ac_var=no"
27063 fi
27064 rm -f conftest.err conftest.$ac_objext \
27065 conftest$ac_exeext conftest.$ac_ext
27066 fi
27067 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27068 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27069 if test `eval echo '${'$as_ac_var'}'` = yes; then
27070 cat >>confdefs.h <<_ACEOF
27071 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27072 _ACEOF
27073
27074 fi
27075 done
27076
27077 fi
27078
27079 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
27080 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
27081
27082 AFMINSTALL=afminstall
27083 TOOLKIT=GTK
27084 GUIDIST=GTK_DIST
27085
27086 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
27087 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
27088 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
27089 echo $ECHO_N "(cached) $ECHO_C" >&6
27090 else
27091 ac_check_lib_save_LIBS=$LIBS
27092 LIBS="-lgdk $LIBS"
27093 cat >conftest.$ac_ext <<_ACEOF
27094 /* confdefs.h. */
27095 _ACEOF
27096 cat confdefs.h >>conftest.$ac_ext
27097 cat >>conftest.$ac_ext <<_ACEOF
27098 /* end confdefs.h. */
27099
27100 /* Override any gcc2 internal prototype to avoid an error. */
27101 #ifdef __cplusplus
27102 extern "C"
27103 #endif
27104 /* We use char because int might match the return type of a gcc2
27105 builtin and then its argument prototype would still apply. */
27106 char gdk_im_open ();
27107 int
27108 main ()
27109 {
27110 gdk_im_open ();
27111 ;
27112 return 0;
27113 }
27114 _ACEOF
27115 rm -f conftest.$ac_objext conftest$ac_exeext
27116 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27117 (eval $ac_link) 2>conftest.er1
27118 ac_status=$?
27119 grep -v '^ *+' conftest.er1 >conftest.err
27120 rm -f conftest.er1
27121 cat conftest.err >&5
27122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27123 (exit $ac_status); } &&
27124 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27126 (eval $ac_try) 2>&5
27127 ac_status=$?
27128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27129 (exit $ac_status); }; } &&
27130 { ac_try='test -s conftest$ac_exeext'
27131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27132 (eval $ac_try) 2>&5
27133 ac_status=$?
27134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27135 (exit $ac_status); }; }; then
27136 ac_cv_lib_gdk_gdk_im_open=yes
27137 else
27138 echo "$as_me: failed program was:" >&5
27139 sed 's/^/| /' conftest.$ac_ext >&5
27140
27141 ac_cv_lib_gdk_gdk_im_open=no
27142 fi
27143 rm -f conftest.err conftest.$ac_objext \
27144 conftest$ac_exeext conftest.$ac_ext
27145 LIBS=$ac_check_lib_save_LIBS
27146 fi
27147 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
27148 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
27149 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
27150 cat >>confdefs.h <<\_ACEOF
27151 #define HAVE_XIM 1
27152 _ACEOF
27153
27154 fi
27155
27156
27157
27158 if test "$wxUSE_GPE" = "yes"; then
27159 echo "$as_me:$LINENO: checking for gpewidget library" >&5
27160 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
27161
27162 ac_find_libraries=
27163 for ac_dir in $SEARCH_LIB;
27164 do
27165 for ac_extension in a so sl dylib dll.a; do
27166 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
27167 ac_find_libraries=$ac_dir
27168 break 2
27169 fi
27170 done
27171 done
27172
27173 if test "$ac_find_libraries" != "" ; then
27174
27175 if test "$ac_find_libraries" = "default location"; then
27176 ac_path_to_link=""
27177 else
27178 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
27179 result=$?
27180 if test $result = 0; then
27181 ac_path_to_link=""
27182 else
27183 ac_path_to_link=" -L$ac_find_libraries"
27184 fi
27185 fi
27186
27187 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
27188 WXGPE=1
27189 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
27190 echo "${ECHO_T}found in $ac_find_libraries" >&6
27191 else
27192 echo "$as_me:$LINENO: result: not found" >&5
27193 echo "${ECHO_T}not found" >&6
27194 fi
27195
27196 fi
27197 fi
27198
27199 if test "$wxUSE_MGL" = 1; then
27200 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
27201 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
27202 if test "x$MGL_ROOT" = x ; then
27203 echo "$as_me:$LINENO: result: not found" >&5
27204 echo "${ECHO_T}not found" >&6
27205 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
27206 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
27207 { (exit 1); exit 1; }; }
27208 else
27209 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
27210 echo "${ECHO_T}$MGL_ROOT" >&6
27211 fi
27212
27213 echo "$as_me:$LINENO: checking for libmgl location" >&5
27214 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
27215 case "${host}" in
27216 *-*-linux* )
27217 if test "x$wxUSE_SHARED" = xyes ; then
27218 mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
27219 else
27220 mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
27221 fi
27222 ;;
27223 *-pc-msdosdjgpp )
27224 mgl_os_candidates="dos32/dj2"
27225 ;;
27226 *)
27227 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
27228 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
27229 { (exit 1); exit 1; }; }
27230 esac
27231
27232 mgl_lib_type=""
27233 mgl_os=""
27234
27235 for mgl_os_i in $mgl_os_candidates ; do
27236 if test "x$mgl_os" = x ; then
27237 if test "$wxUSE_DEBUG_FLAG" = yes ; then
27238 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
27239 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
27240 mgl_lib_type=debug
27241 mgl_os=$mgl_os_i
27242 fi
27243 fi
27244 if test "x$mgl_lib_type" = x ; then
27245 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
27246 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
27247 mgl_lib_type=release
27248 mgl_os=$mgl_os_i
27249 fi
27250 fi
27251 fi
27252 done
27253
27254 if test "x$mgl_os" = x ; then
27255 echo "$as_me:$LINENO: result: not found" >&5
27256 echo "${ECHO_T}not found" >&6
27257 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
27258 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
27259 { (exit 1); exit 1; }; }
27260 fi
27261 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
27262 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
27263
27264 wxUSE_UNIVERSAL="yes"
27265
27266 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
27267 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
27268
27269 AFMINSTALL=afminstall
27270 TOOLKIT=MGL
27271 GUIDIST=MGL_DIST
27272 fi
27273
27274 if test "$wxUSE_MICROWIN" = 1; then
27275 echo "$as_me:$LINENO: checking for MicroWindows" >&5
27276 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
27277 if test "x$MICROWINDOWS" = x ; then
27278 echo "$as_me:$LINENO: result: not found" >&5
27279 echo "${ECHO_T}not found" >&6
27280 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
27281 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
27282 { (exit 1); exit 1; }; }
27283 else
27284 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
27285 echo "${ECHO_T}$MICROWINDOWS" >&6
27286 fi
27287
27288 if test -f $MICROWINDOWS/lib/libmwin.a; then
27289 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
27290 echo "${ECHO_T}MicroWindows' libraries found." >&6
27291 else
27292 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
27293 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
27294 { (exit 1); exit 1; }; }
27295 fi
27296
27297 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
27298 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
27299
27300 wxUSE_UNIVERSAL="yes"
27301
27302 AFMINSTALL=afminstall
27303 TOOLKIT=MICROWIN
27304 GUIDIST=MICROWIN_DIST
27305
27306 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
27307 fi
27308
27309 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
27310
27311 if test "x$ac_path_x_has_been_run" != xyes; then
27312 echo "$as_me:$LINENO: checking for X" >&5
27313 echo $ECHO_N "checking for X... $ECHO_C" >&6
27314
27315 ac_path_x_has_been_run=yes
27316
27317 # Check whether --with-x or --without-x was given.
27318 if test "${with_x+set}" = set; then
27319 withval="$with_x"
27320
27321 fi;
27322 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
27323 if test "x$with_x" = xno; then
27324 # The user explicitly disabled X.
27325 have_x=disabled
27326 else
27327 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
27328 # Both variables are already set.
27329 have_x=yes
27330 else
27331 if test "${ac_cv_have_x+set}" = set; then
27332 echo $ECHO_N "(cached) $ECHO_C" >&6
27333 else
27334 # One or both of the vars are not set, and there is no cached value.
27335 ac_x_includes=no ac_x_libraries=no
27336 rm -fr conftest.dir
27337 if mkdir conftest.dir; then
27338 cd conftest.dir
27339 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
27340 cat >Imakefile <<'_ACEOF'
27341 acfindx:
27342 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
27343 _ACEOF
27344 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
27345 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
27346 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
27347 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
27348 for ac_extension in a so sl; do
27349 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
27350 test -f $ac_im_libdir/libX11.$ac_extension; then
27351 ac_im_usrlibdir=$ac_im_libdir; break
27352 fi
27353 done
27354 # Screen out bogus values from the imake configuration. They are
27355 # bogus both because they are the default anyway, and because
27356 # using them would break gcc on systems where it needs fixed includes.
27357 case $ac_im_incroot in
27358 /usr/include) ;;
27359 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
27360 esac
27361 case $ac_im_usrlibdir in
27362 /usr/lib | /lib) ;;
27363 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
27364 esac
27365 fi
27366 cd ..
27367 rm -fr conftest.dir
27368 fi
27369
27370 # Standard set of common directories for X headers.
27371 # Check X11 before X11Rn because it is often a symlink to the current release.
27372 ac_x_header_dirs='
27373 /usr/X11/include
27374 /usr/X11R6/include
27375 /usr/X11R5/include
27376 /usr/X11R4/include
27377
27378 /usr/include/X11
27379 /usr/include/X11R6
27380 /usr/include/X11R5
27381 /usr/include/X11R4
27382
27383 /usr/local/X11/include
27384 /usr/local/X11R6/include
27385 /usr/local/X11R5/include
27386 /usr/local/X11R4/include
27387
27388 /usr/local/include/X11
27389 /usr/local/include/X11R6
27390 /usr/local/include/X11R5
27391 /usr/local/include/X11R4
27392
27393 /usr/X386/include
27394 /usr/x386/include
27395 /usr/XFree86/include/X11
27396
27397 /usr/include
27398 /usr/local/include
27399 /usr/unsupported/include
27400 /usr/athena/include
27401 /usr/local/x11r5/include
27402 /usr/lpp/Xamples/include
27403
27404 /usr/openwin/include
27405 /usr/openwin/share/include'
27406
27407 if test "$ac_x_includes" = no; then
27408 # Guess where to find include files, by looking for a specified header file.
27409 # First, try using that file with no special directory specified.
27410 cat >conftest.$ac_ext <<_ACEOF
27411 /* confdefs.h. */
27412 _ACEOF
27413 cat confdefs.h >>conftest.$ac_ext
27414 cat >>conftest.$ac_ext <<_ACEOF
27415 /* end confdefs.h. */
27416 #include <X11/Intrinsic.h>
27417 _ACEOF
27418 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
27419 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
27420 ac_status=$?
27421 grep -v '^ *+' conftest.er1 >conftest.err
27422 rm -f conftest.er1
27423 cat conftest.err >&5
27424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27425 (exit $ac_status); } >/dev/null; then
27426 if test -s conftest.err; then
27427 ac_cpp_err=$ac_c_preproc_warn_flag
27428 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
27429 else
27430 ac_cpp_err=
27431 fi
27432 else
27433 ac_cpp_err=yes
27434 fi
27435 if test -z "$ac_cpp_err"; then
27436 # We can compile using X headers with no special include directory.
27437 ac_x_includes=
27438 else
27439 echo "$as_me: failed program was:" >&5
27440 sed 's/^/| /' conftest.$ac_ext >&5
27441
27442 for ac_dir in $ac_x_header_dirs; do
27443 if test -r "$ac_dir/X11/Intrinsic.h"; then
27444 ac_x_includes=$ac_dir
27445 break
27446 fi
27447 done
27448 fi
27449 rm -f conftest.err conftest.$ac_ext
27450 fi # $ac_x_includes = no
27451
27452 if test "$ac_x_libraries" = no; then
27453 # Check for the libraries.
27454 # See if we find them without any special options.
27455 # Don't add to $LIBS permanently.
27456 ac_save_LIBS=$LIBS
27457 LIBS="-lXt $LIBS"
27458 cat >conftest.$ac_ext <<_ACEOF
27459 /* confdefs.h. */
27460 _ACEOF
27461 cat confdefs.h >>conftest.$ac_ext
27462 cat >>conftest.$ac_ext <<_ACEOF
27463 /* end confdefs.h. */
27464 #include <X11/Intrinsic.h>
27465 int
27466 main ()
27467 {
27468 XtMalloc (0)
27469 ;
27470 return 0;
27471 }
27472 _ACEOF
27473 rm -f conftest.$ac_objext conftest$ac_exeext
27474 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27475 (eval $ac_link) 2>conftest.er1
27476 ac_status=$?
27477 grep -v '^ *+' conftest.er1 >conftest.err
27478 rm -f conftest.er1
27479 cat conftest.err >&5
27480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27481 (exit $ac_status); } &&
27482 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27484 (eval $ac_try) 2>&5
27485 ac_status=$?
27486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27487 (exit $ac_status); }; } &&
27488 { ac_try='test -s conftest$ac_exeext'
27489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27490 (eval $ac_try) 2>&5
27491 ac_status=$?
27492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27493 (exit $ac_status); }; }; then
27494 LIBS=$ac_save_LIBS
27495 # We can link X programs with no special library path.
27496 ac_x_libraries=
27497 else
27498 echo "$as_me: failed program was:" >&5
27499 sed 's/^/| /' conftest.$ac_ext >&5
27500
27501 LIBS=$ac_save_LIBS
27502 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
27503 do
27504 # Don't even attempt the hair of trying to link an X program!
27505 for ac_extension in a so sl; do
27506 if test -r $ac_dir/libXt.$ac_extension; then
27507 ac_x_libraries=$ac_dir
27508 break 2
27509 fi
27510 done
27511 done
27512 fi
27513 rm -f conftest.err conftest.$ac_objext \
27514 conftest$ac_exeext conftest.$ac_ext
27515 fi # $ac_x_libraries = no
27516
27517 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
27518 # Didn't find X anywhere. Cache the known absence of X.
27519 ac_cv_have_x="have_x=no"
27520 else
27521 # Record where we found X for the cache.
27522 ac_cv_have_x="have_x=yes \
27523 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
27524 fi
27525 fi
27526
27527 fi
27528 eval "$ac_cv_have_x"
27529 fi # $with_x != no
27530
27531 if test "$have_x" != yes; then
27532 echo "$as_me:$LINENO: result: $have_x" >&5
27533 echo "${ECHO_T}$have_x" >&6
27534 no_x=yes
27535 else
27536 # If each of the values was on the command line, it overrides each guess.
27537 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
27538 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
27539 # Update the cache value to reflect the command line values.
27540 ac_cv_have_x="have_x=yes \
27541 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
27542 # It might be that x_includes is empty (headers are found in the
27543 # standard search path. Then output the corresponding message
27544 ac_out_x_includes=$x_includes
27545 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
27546 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
27547 echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
27548 fi
27549
27550 fi
27551 if test "$no_x" = yes; then
27552 # Not all programs may use this symbol, but it does not hurt to define it.
27553
27554 cat >>confdefs.h <<\_ACEOF
27555 #define X_DISPLAY_MISSING 1
27556 _ACEOF
27557
27558 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
27559 else
27560 if test -n "$x_includes"; then
27561 X_CFLAGS="$X_CFLAGS -I$x_includes"
27562 fi
27563
27564 # It would also be nice to do this for all -L options, not just this one.
27565 if test -n "$x_libraries"; then
27566 X_LIBS="$X_LIBS -L$x_libraries"
27567 # For Solaris; some versions of Sun CC require a space after -R and
27568 # others require no space. Words are not sufficient . . . .
27569 case `(uname -sr) 2>/dev/null` in
27570 "SunOS 5"*)
27571 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
27572 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
27573 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
27574 cat >conftest.$ac_ext <<_ACEOF
27575 /* confdefs.h. */
27576 _ACEOF
27577 cat confdefs.h >>conftest.$ac_ext
27578 cat >>conftest.$ac_ext <<_ACEOF
27579 /* end confdefs.h. */
27580
27581 int
27582 main ()
27583 {
27584
27585 ;
27586 return 0;
27587 }
27588 _ACEOF
27589 rm -f conftest.$ac_objext conftest$ac_exeext
27590 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27591 (eval $ac_link) 2>conftest.er1
27592 ac_status=$?
27593 grep -v '^ *+' conftest.er1 >conftest.err
27594 rm -f conftest.er1
27595 cat conftest.err >&5
27596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27597 (exit $ac_status); } &&
27598 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27600 (eval $ac_try) 2>&5
27601 ac_status=$?
27602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27603 (exit $ac_status); }; } &&
27604 { ac_try='test -s conftest$ac_exeext'
27605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27606 (eval $ac_try) 2>&5
27607 ac_status=$?
27608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27609 (exit $ac_status); }; }; then
27610 ac_R_nospace=yes
27611 else
27612 echo "$as_me: failed program was:" >&5
27613 sed 's/^/| /' conftest.$ac_ext >&5
27614
27615 ac_R_nospace=no
27616 fi
27617 rm -f conftest.err conftest.$ac_objext \
27618 conftest$ac_exeext conftest.$ac_ext
27619 if test $ac_R_nospace = yes; then
27620 echo "$as_me:$LINENO: result: no" >&5
27621 echo "${ECHO_T}no" >&6
27622 X_LIBS="$X_LIBS -R$x_libraries"
27623 else
27624 LIBS="$ac_xsave_LIBS -R $x_libraries"
27625 cat >conftest.$ac_ext <<_ACEOF
27626 /* confdefs.h. */
27627 _ACEOF
27628 cat confdefs.h >>conftest.$ac_ext
27629 cat >>conftest.$ac_ext <<_ACEOF
27630 /* end confdefs.h. */
27631
27632 int
27633 main ()
27634 {
27635
27636 ;
27637 return 0;
27638 }
27639 _ACEOF
27640 rm -f conftest.$ac_objext conftest$ac_exeext
27641 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27642 (eval $ac_link) 2>conftest.er1
27643 ac_status=$?
27644 grep -v '^ *+' conftest.er1 >conftest.err
27645 rm -f conftest.er1
27646 cat conftest.err >&5
27647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27648 (exit $ac_status); } &&
27649 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27651 (eval $ac_try) 2>&5
27652 ac_status=$?
27653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27654 (exit $ac_status); }; } &&
27655 { ac_try='test -s conftest$ac_exeext'
27656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27657 (eval $ac_try) 2>&5
27658 ac_status=$?
27659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27660 (exit $ac_status); }; }; then
27661 ac_R_space=yes
27662 else
27663 echo "$as_me: failed program was:" >&5
27664 sed 's/^/| /' conftest.$ac_ext >&5
27665
27666 ac_R_space=no
27667 fi
27668 rm -f conftest.err conftest.$ac_objext \
27669 conftest$ac_exeext conftest.$ac_ext
27670 if test $ac_R_space = yes; then
27671 echo "$as_me:$LINENO: result: yes" >&5
27672 echo "${ECHO_T}yes" >&6
27673 X_LIBS="$X_LIBS -R $x_libraries"
27674 else
27675 echo "$as_me:$LINENO: result: neither works" >&5
27676 echo "${ECHO_T}neither works" >&6
27677 fi
27678 fi
27679 LIBS=$ac_xsave_LIBS
27680 esac
27681 fi
27682
27683 # Check for system-dependent libraries X programs must link with.
27684 # Do this before checking for the system-independent R6 libraries
27685 # (-lICE), since we may need -lsocket or whatever for X linking.
27686
27687 if test "$ISC" = yes; then
27688 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
27689 else
27690 # Martyn Johnson says this is needed for Ultrix, if the X
27691 # libraries were built with DECnet support. And Karl Berry says
27692 # the Alpha needs dnet_stub (dnet does not exist).
27693 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
27694 cat >conftest.$ac_ext <<_ACEOF
27695 /* confdefs.h. */
27696 _ACEOF
27697 cat confdefs.h >>conftest.$ac_ext
27698 cat >>conftest.$ac_ext <<_ACEOF
27699 /* end confdefs.h. */
27700
27701 /* Override any gcc2 internal prototype to avoid an error. */
27702 #ifdef __cplusplus
27703 extern "C"
27704 #endif
27705 /* We use char because int might match the return type of a gcc2
27706 builtin and then its argument prototype would still apply. */
27707 char XOpenDisplay ();
27708 int
27709 main ()
27710 {
27711 XOpenDisplay ();
27712 ;
27713 return 0;
27714 }
27715 _ACEOF
27716 rm -f conftest.$ac_objext conftest$ac_exeext
27717 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27718 (eval $ac_link) 2>conftest.er1
27719 ac_status=$?
27720 grep -v '^ *+' conftest.er1 >conftest.err
27721 rm -f conftest.er1
27722 cat conftest.err >&5
27723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27724 (exit $ac_status); } &&
27725 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27727 (eval $ac_try) 2>&5
27728 ac_status=$?
27729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27730 (exit $ac_status); }; } &&
27731 { ac_try='test -s conftest$ac_exeext'
27732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27733 (eval $ac_try) 2>&5
27734 ac_status=$?
27735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27736 (exit $ac_status); }; }; then
27737 :
27738 else
27739 echo "$as_me: failed program was:" >&5
27740 sed 's/^/| /' conftest.$ac_ext >&5
27741
27742 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
27743 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
27744 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
27745 echo $ECHO_N "(cached) $ECHO_C" >&6
27746 else
27747 ac_check_lib_save_LIBS=$LIBS
27748 LIBS="-ldnet $LIBS"
27749 cat >conftest.$ac_ext <<_ACEOF
27750 /* confdefs.h. */
27751 _ACEOF
27752 cat confdefs.h >>conftest.$ac_ext
27753 cat >>conftest.$ac_ext <<_ACEOF
27754 /* end confdefs.h. */
27755
27756 /* Override any gcc2 internal prototype to avoid an error. */
27757 #ifdef __cplusplus
27758 extern "C"
27759 #endif
27760 /* We use char because int might match the return type of a gcc2
27761 builtin and then its argument prototype would still apply. */
27762 char dnet_ntoa ();
27763 int
27764 main ()
27765 {
27766 dnet_ntoa ();
27767 ;
27768 return 0;
27769 }
27770 _ACEOF
27771 rm -f conftest.$ac_objext conftest$ac_exeext
27772 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27773 (eval $ac_link) 2>conftest.er1
27774 ac_status=$?
27775 grep -v '^ *+' conftest.er1 >conftest.err
27776 rm -f conftest.er1
27777 cat conftest.err >&5
27778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27779 (exit $ac_status); } &&
27780 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27782 (eval $ac_try) 2>&5
27783 ac_status=$?
27784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27785 (exit $ac_status); }; } &&
27786 { ac_try='test -s conftest$ac_exeext'
27787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27788 (eval $ac_try) 2>&5
27789 ac_status=$?
27790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27791 (exit $ac_status); }; }; then
27792 ac_cv_lib_dnet_dnet_ntoa=yes
27793 else
27794 echo "$as_me: failed program was:" >&5
27795 sed 's/^/| /' conftest.$ac_ext >&5
27796
27797 ac_cv_lib_dnet_dnet_ntoa=no
27798 fi
27799 rm -f conftest.err conftest.$ac_objext \
27800 conftest$ac_exeext conftest.$ac_ext
27801 LIBS=$ac_check_lib_save_LIBS
27802 fi
27803 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
27804 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
27805 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
27806 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
27807 fi
27808
27809 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
27810 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
27811 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
27812 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
27813 echo $ECHO_N "(cached) $ECHO_C" >&6
27814 else
27815 ac_check_lib_save_LIBS=$LIBS
27816 LIBS="-ldnet_stub $LIBS"
27817 cat >conftest.$ac_ext <<_ACEOF
27818 /* confdefs.h. */
27819 _ACEOF
27820 cat confdefs.h >>conftest.$ac_ext
27821 cat >>conftest.$ac_ext <<_ACEOF
27822 /* end confdefs.h. */
27823
27824 /* Override any gcc2 internal prototype to avoid an error. */
27825 #ifdef __cplusplus
27826 extern "C"
27827 #endif
27828 /* We use char because int might match the return type of a gcc2
27829 builtin and then its argument prototype would still apply. */
27830 char dnet_ntoa ();
27831 int
27832 main ()
27833 {
27834 dnet_ntoa ();
27835 ;
27836 return 0;
27837 }
27838 _ACEOF
27839 rm -f conftest.$ac_objext conftest$ac_exeext
27840 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27841 (eval $ac_link) 2>conftest.er1
27842 ac_status=$?
27843 grep -v '^ *+' conftest.er1 >conftest.err
27844 rm -f conftest.er1
27845 cat conftest.err >&5
27846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27847 (exit $ac_status); } &&
27848 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27850 (eval $ac_try) 2>&5
27851 ac_status=$?
27852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27853 (exit $ac_status); }; } &&
27854 { ac_try='test -s conftest$ac_exeext'
27855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27856 (eval $ac_try) 2>&5
27857 ac_status=$?
27858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27859 (exit $ac_status); }; }; then
27860 ac_cv_lib_dnet_stub_dnet_ntoa=yes
27861 else
27862 echo "$as_me: failed program was:" >&5
27863 sed 's/^/| /' conftest.$ac_ext >&5
27864
27865 ac_cv_lib_dnet_stub_dnet_ntoa=no
27866 fi
27867 rm -f conftest.err conftest.$ac_objext \
27868 conftest$ac_exeext conftest.$ac_ext
27869 LIBS=$ac_check_lib_save_LIBS
27870 fi
27871 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
27872 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
27873 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
27874 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
27875 fi
27876
27877 fi
27878 fi
27879 rm -f conftest.err conftest.$ac_objext \
27880 conftest$ac_exeext conftest.$ac_ext
27881 LIBS="$ac_xsave_LIBS"
27882
27883 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
27884 # to get the SysV transport functions.
27885 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
27886 # needs -lnsl.
27887 # The nsl library prevents programs from opening the X display
27888 # on Irix 5.2, according to T.E. Dickey.
27889 # The functions gethostbyname, getservbyname, and inet_addr are
27890 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
27891 echo "$as_me:$LINENO: checking for gethostbyname" >&5
27892 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
27893 if test "${ac_cv_func_gethostbyname+set}" = set; then
27894 echo $ECHO_N "(cached) $ECHO_C" >&6
27895 else
27896 cat >conftest.$ac_ext <<_ACEOF
27897 /* confdefs.h. */
27898 _ACEOF
27899 cat confdefs.h >>conftest.$ac_ext
27900 cat >>conftest.$ac_ext <<_ACEOF
27901 /* end confdefs.h. */
27902 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
27903 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27904 #define gethostbyname innocuous_gethostbyname
27905
27906 /* System header to define __stub macros and hopefully few prototypes,
27907 which can conflict with char gethostbyname (); below.
27908 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27909 <limits.h> exists even on freestanding compilers. */
27910
27911 #ifdef __STDC__
27912 # include <limits.h>
27913 #else
27914 # include <assert.h>
27915 #endif
27916
27917 #undef gethostbyname
27918
27919 /* Override any gcc2 internal prototype to avoid an error. */
27920 #ifdef __cplusplus
27921 extern "C"
27922 {
27923 #endif
27924 /* We use char because int might match the return type of a gcc2
27925 builtin and then its argument prototype would still apply. */
27926 char gethostbyname ();
27927 /* The GNU C library defines this for functions which it implements
27928 to always fail with ENOSYS. Some functions are actually named
27929 something starting with __ and the normal name is an alias. */
27930 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
27931 choke me
27932 #else
27933 char (*f) () = gethostbyname;
27934 #endif
27935 #ifdef __cplusplus
27936 }
27937 #endif
27938
27939 int
27940 main ()
27941 {
27942 return f != gethostbyname;
27943 ;
27944 return 0;
27945 }
27946 _ACEOF
27947 rm -f conftest.$ac_objext conftest$ac_exeext
27948 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27949 (eval $ac_link) 2>conftest.er1
27950 ac_status=$?
27951 grep -v '^ *+' conftest.er1 >conftest.err
27952 rm -f conftest.er1
27953 cat conftest.err >&5
27954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27955 (exit $ac_status); } &&
27956 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27958 (eval $ac_try) 2>&5
27959 ac_status=$?
27960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27961 (exit $ac_status); }; } &&
27962 { ac_try='test -s conftest$ac_exeext'
27963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27964 (eval $ac_try) 2>&5
27965 ac_status=$?
27966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27967 (exit $ac_status); }; }; then
27968 ac_cv_func_gethostbyname=yes
27969 else
27970 echo "$as_me: failed program was:" >&5
27971 sed 's/^/| /' conftest.$ac_ext >&5
27972
27973 ac_cv_func_gethostbyname=no
27974 fi
27975 rm -f conftest.err conftest.$ac_objext \
27976 conftest$ac_exeext conftest.$ac_ext
27977 fi
27978 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
27979 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
27980
27981 if test $ac_cv_func_gethostbyname = no; then
27982 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
27983 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
27984 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
27985 echo $ECHO_N "(cached) $ECHO_C" >&6
27986 else
27987 ac_check_lib_save_LIBS=$LIBS
27988 LIBS="-lnsl $LIBS"
27989 cat >conftest.$ac_ext <<_ACEOF
27990 /* confdefs.h. */
27991 _ACEOF
27992 cat confdefs.h >>conftest.$ac_ext
27993 cat >>conftest.$ac_ext <<_ACEOF
27994 /* end confdefs.h. */
27995
27996 /* Override any gcc2 internal prototype to avoid an error. */
27997 #ifdef __cplusplus
27998 extern "C"
27999 #endif
28000 /* We use char because int might match the return type of a gcc2
28001 builtin and then its argument prototype would still apply. */
28002 char gethostbyname ();
28003 int
28004 main ()
28005 {
28006 gethostbyname ();
28007 ;
28008 return 0;
28009 }
28010 _ACEOF
28011 rm -f conftest.$ac_objext conftest$ac_exeext
28012 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28013 (eval $ac_link) 2>conftest.er1
28014 ac_status=$?
28015 grep -v '^ *+' conftest.er1 >conftest.err
28016 rm -f conftest.er1
28017 cat conftest.err >&5
28018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28019 (exit $ac_status); } &&
28020 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28022 (eval $ac_try) 2>&5
28023 ac_status=$?
28024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28025 (exit $ac_status); }; } &&
28026 { ac_try='test -s conftest$ac_exeext'
28027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28028 (eval $ac_try) 2>&5
28029 ac_status=$?
28030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28031 (exit $ac_status); }; }; then
28032 ac_cv_lib_nsl_gethostbyname=yes
28033 else
28034 echo "$as_me: failed program was:" >&5
28035 sed 's/^/| /' conftest.$ac_ext >&5
28036
28037 ac_cv_lib_nsl_gethostbyname=no
28038 fi
28039 rm -f conftest.err conftest.$ac_objext \
28040 conftest$ac_exeext conftest.$ac_ext
28041 LIBS=$ac_check_lib_save_LIBS
28042 fi
28043 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
28044 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
28045 if test $ac_cv_lib_nsl_gethostbyname = yes; then
28046 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
28047 fi
28048
28049 if test $ac_cv_lib_nsl_gethostbyname = no; then
28050 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
28051 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
28052 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
28053 echo $ECHO_N "(cached) $ECHO_C" >&6
28054 else
28055 ac_check_lib_save_LIBS=$LIBS
28056 LIBS="-lbsd $LIBS"
28057 cat >conftest.$ac_ext <<_ACEOF
28058 /* confdefs.h. */
28059 _ACEOF
28060 cat confdefs.h >>conftest.$ac_ext
28061 cat >>conftest.$ac_ext <<_ACEOF
28062 /* end confdefs.h. */
28063
28064 /* Override any gcc2 internal prototype to avoid an error. */
28065 #ifdef __cplusplus
28066 extern "C"
28067 #endif
28068 /* We use char because int might match the return type of a gcc2
28069 builtin and then its argument prototype would still apply. */
28070 char gethostbyname ();
28071 int
28072 main ()
28073 {
28074 gethostbyname ();
28075 ;
28076 return 0;
28077 }
28078 _ACEOF
28079 rm -f conftest.$ac_objext conftest$ac_exeext
28080 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28081 (eval $ac_link) 2>conftest.er1
28082 ac_status=$?
28083 grep -v '^ *+' conftest.er1 >conftest.err
28084 rm -f conftest.er1
28085 cat conftest.err >&5
28086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28087 (exit $ac_status); } &&
28088 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28090 (eval $ac_try) 2>&5
28091 ac_status=$?
28092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28093 (exit $ac_status); }; } &&
28094 { ac_try='test -s conftest$ac_exeext'
28095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28096 (eval $ac_try) 2>&5
28097 ac_status=$?
28098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28099 (exit $ac_status); }; }; then
28100 ac_cv_lib_bsd_gethostbyname=yes
28101 else
28102 echo "$as_me: failed program was:" >&5
28103 sed 's/^/| /' conftest.$ac_ext >&5
28104
28105 ac_cv_lib_bsd_gethostbyname=no
28106 fi
28107 rm -f conftest.err conftest.$ac_objext \
28108 conftest$ac_exeext conftest.$ac_ext
28109 LIBS=$ac_check_lib_save_LIBS
28110 fi
28111 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
28112 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
28113 if test $ac_cv_lib_bsd_gethostbyname = yes; then
28114 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
28115 fi
28116
28117 fi
28118 fi
28119
28120 # lieder@skyler.mavd.honeywell.com says without -lsocket,
28121 # socket/setsockopt and other routines are undefined under SCO ODT
28122 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
28123 # on later versions), says Simon Leinen: it contains gethostby*
28124 # variants that don't use the name server (or something). -lsocket
28125 # must be given before -lnsl if both are needed. We assume that
28126 # if connect needs -lnsl, so does gethostbyname.
28127 echo "$as_me:$LINENO: checking for connect" >&5
28128 echo $ECHO_N "checking for connect... $ECHO_C" >&6
28129 if test "${ac_cv_func_connect+set}" = set; then
28130 echo $ECHO_N "(cached) $ECHO_C" >&6
28131 else
28132 cat >conftest.$ac_ext <<_ACEOF
28133 /* confdefs.h. */
28134 _ACEOF
28135 cat confdefs.h >>conftest.$ac_ext
28136 cat >>conftest.$ac_ext <<_ACEOF
28137 /* end confdefs.h. */
28138 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
28139 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28140 #define connect innocuous_connect
28141
28142 /* System header to define __stub macros and hopefully few prototypes,
28143 which can conflict with char connect (); below.
28144 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28145 <limits.h> exists even on freestanding compilers. */
28146
28147 #ifdef __STDC__
28148 # include <limits.h>
28149 #else
28150 # include <assert.h>
28151 #endif
28152
28153 #undef connect
28154
28155 /* Override any gcc2 internal prototype to avoid an error. */
28156 #ifdef __cplusplus
28157 extern "C"
28158 {
28159 #endif
28160 /* We use char because int might match the return type of a gcc2
28161 builtin and then its argument prototype would still apply. */
28162 char connect ();
28163 /* The GNU C library defines this for functions which it implements
28164 to always fail with ENOSYS. Some functions are actually named
28165 something starting with __ and the normal name is an alias. */
28166 #if defined (__stub_connect) || defined (__stub___connect)
28167 choke me
28168 #else
28169 char (*f) () = connect;
28170 #endif
28171 #ifdef __cplusplus
28172 }
28173 #endif
28174
28175 int
28176 main ()
28177 {
28178 return f != connect;
28179 ;
28180 return 0;
28181 }
28182 _ACEOF
28183 rm -f conftest.$ac_objext conftest$ac_exeext
28184 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28185 (eval $ac_link) 2>conftest.er1
28186 ac_status=$?
28187 grep -v '^ *+' conftest.er1 >conftest.err
28188 rm -f conftest.er1
28189 cat conftest.err >&5
28190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28191 (exit $ac_status); } &&
28192 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28194 (eval $ac_try) 2>&5
28195 ac_status=$?
28196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28197 (exit $ac_status); }; } &&
28198 { ac_try='test -s conftest$ac_exeext'
28199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28200 (eval $ac_try) 2>&5
28201 ac_status=$?
28202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28203 (exit $ac_status); }; }; then
28204 ac_cv_func_connect=yes
28205 else
28206 echo "$as_me: failed program was:" >&5
28207 sed 's/^/| /' conftest.$ac_ext >&5
28208
28209 ac_cv_func_connect=no
28210 fi
28211 rm -f conftest.err conftest.$ac_objext \
28212 conftest$ac_exeext conftest.$ac_ext
28213 fi
28214 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
28215 echo "${ECHO_T}$ac_cv_func_connect" >&6
28216
28217 if test $ac_cv_func_connect = no; then
28218 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
28219 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
28220 if test "${ac_cv_lib_socket_connect+set}" = set; then
28221 echo $ECHO_N "(cached) $ECHO_C" >&6
28222 else
28223 ac_check_lib_save_LIBS=$LIBS
28224 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
28225 cat >conftest.$ac_ext <<_ACEOF
28226 /* confdefs.h. */
28227 _ACEOF
28228 cat confdefs.h >>conftest.$ac_ext
28229 cat >>conftest.$ac_ext <<_ACEOF
28230 /* end confdefs.h. */
28231
28232 /* Override any gcc2 internal prototype to avoid an error. */
28233 #ifdef __cplusplus
28234 extern "C"
28235 #endif
28236 /* We use char because int might match the return type of a gcc2
28237 builtin and then its argument prototype would still apply. */
28238 char connect ();
28239 int
28240 main ()
28241 {
28242 connect ();
28243 ;
28244 return 0;
28245 }
28246 _ACEOF
28247 rm -f conftest.$ac_objext conftest$ac_exeext
28248 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28249 (eval $ac_link) 2>conftest.er1
28250 ac_status=$?
28251 grep -v '^ *+' conftest.er1 >conftest.err
28252 rm -f conftest.er1
28253 cat conftest.err >&5
28254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28255 (exit $ac_status); } &&
28256 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
28262 { ac_try='test -s conftest$ac_exeext'
28263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28264 (eval $ac_try) 2>&5
28265 ac_status=$?
28266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28267 (exit $ac_status); }; }; then
28268 ac_cv_lib_socket_connect=yes
28269 else
28270 echo "$as_me: failed program was:" >&5
28271 sed 's/^/| /' conftest.$ac_ext >&5
28272
28273 ac_cv_lib_socket_connect=no
28274 fi
28275 rm -f conftest.err conftest.$ac_objext \
28276 conftest$ac_exeext conftest.$ac_ext
28277 LIBS=$ac_check_lib_save_LIBS
28278 fi
28279 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
28280 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
28281 if test $ac_cv_lib_socket_connect = yes; then
28282 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
28283 fi
28284
28285 fi
28286
28287 # Guillermo Gomez says -lposix is necessary on A/UX.
28288 echo "$as_me:$LINENO: checking for remove" >&5
28289 echo $ECHO_N "checking for remove... $ECHO_C" >&6
28290 if test "${ac_cv_func_remove+set}" = set; then
28291 echo $ECHO_N "(cached) $ECHO_C" >&6
28292 else
28293 cat >conftest.$ac_ext <<_ACEOF
28294 /* confdefs.h. */
28295 _ACEOF
28296 cat confdefs.h >>conftest.$ac_ext
28297 cat >>conftest.$ac_ext <<_ACEOF
28298 /* end confdefs.h. */
28299 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
28300 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28301 #define remove innocuous_remove
28302
28303 /* System header to define __stub macros and hopefully few prototypes,
28304 which can conflict with char remove (); below.
28305 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28306 <limits.h> exists even on freestanding compilers. */
28307
28308 #ifdef __STDC__
28309 # include <limits.h>
28310 #else
28311 # include <assert.h>
28312 #endif
28313
28314 #undef remove
28315
28316 /* Override any gcc2 internal prototype to avoid an error. */
28317 #ifdef __cplusplus
28318 extern "C"
28319 {
28320 #endif
28321 /* We use char because int might match the return type of a gcc2
28322 builtin and then its argument prototype would still apply. */
28323 char remove ();
28324 /* The GNU C library defines this for functions which it implements
28325 to always fail with ENOSYS. Some functions are actually named
28326 something starting with __ and the normal name is an alias. */
28327 #if defined (__stub_remove) || defined (__stub___remove)
28328 choke me
28329 #else
28330 char (*f) () = remove;
28331 #endif
28332 #ifdef __cplusplus
28333 }
28334 #endif
28335
28336 int
28337 main ()
28338 {
28339 return f != remove;
28340 ;
28341 return 0;
28342 }
28343 _ACEOF
28344 rm -f conftest.$ac_objext conftest$ac_exeext
28345 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28346 (eval $ac_link) 2>conftest.er1
28347 ac_status=$?
28348 grep -v '^ *+' conftest.er1 >conftest.err
28349 rm -f conftest.er1
28350 cat conftest.err >&5
28351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28352 (exit $ac_status); } &&
28353 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28355 (eval $ac_try) 2>&5
28356 ac_status=$?
28357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28358 (exit $ac_status); }; } &&
28359 { ac_try='test -s conftest$ac_exeext'
28360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28361 (eval $ac_try) 2>&5
28362 ac_status=$?
28363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28364 (exit $ac_status); }; }; then
28365 ac_cv_func_remove=yes
28366 else
28367 echo "$as_me: failed program was:" >&5
28368 sed 's/^/| /' conftest.$ac_ext >&5
28369
28370 ac_cv_func_remove=no
28371 fi
28372 rm -f conftest.err conftest.$ac_objext \
28373 conftest$ac_exeext conftest.$ac_ext
28374 fi
28375 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
28376 echo "${ECHO_T}$ac_cv_func_remove" >&6
28377
28378 if test $ac_cv_func_remove = no; then
28379 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
28380 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
28381 if test "${ac_cv_lib_posix_remove+set}" = set; then
28382 echo $ECHO_N "(cached) $ECHO_C" >&6
28383 else
28384 ac_check_lib_save_LIBS=$LIBS
28385 LIBS="-lposix $LIBS"
28386 cat >conftest.$ac_ext <<_ACEOF
28387 /* confdefs.h. */
28388 _ACEOF
28389 cat confdefs.h >>conftest.$ac_ext
28390 cat >>conftest.$ac_ext <<_ACEOF
28391 /* end confdefs.h. */
28392
28393 /* Override any gcc2 internal prototype to avoid an error. */
28394 #ifdef __cplusplus
28395 extern "C"
28396 #endif
28397 /* We use char because int might match the return type of a gcc2
28398 builtin and then its argument prototype would still apply. */
28399 char remove ();
28400 int
28401 main ()
28402 {
28403 remove ();
28404 ;
28405 return 0;
28406 }
28407 _ACEOF
28408 rm -f conftest.$ac_objext conftest$ac_exeext
28409 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28410 (eval $ac_link) 2>conftest.er1
28411 ac_status=$?
28412 grep -v '^ *+' conftest.er1 >conftest.err
28413 rm -f conftest.er1
28414 cat conftest.err >&5
28415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28416 (exit $ac_status); } &&
28417 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28419 (eval $ac_try) 2>&5
28420 ac_status=$?
28421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28422 (exit $ac_status); }; } &&
28423 { ac_try='test -s conftest$ac_exeext'
28424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28425 (eval $ac_try) 2>&5
28426 ac_status=$?
28427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28428 (exit $ac_status); }; }; then
28429 ac_cv_lib_posix_remove=yes
28430 else
28431 echo "$as_me: failed program was:" >&5
28432 sed 's/^/| /' conftest.$ac_ext >&5
28433
28434 ac_cv_lib_posix_remove=no
28435 fi
28436 rm -f conftest.err conftest.$ac_objext \
28437 conftest$ac_exeext conftest.$ac_ext
28438 LIBS=$ac_check_lib_save_LIBS
28439 fi
28440 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
28441 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
28442 if test $ac_cv_lib_posix_remove = yes; then
28443 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
28444 fi
28445
28446 fi
28447
28448 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
28449 echo "$as_me:$LINENO: checking for shmat" >&5
28450 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
28451 if test "${ac_cv_func_shmat+set}" = set; then
28452 echo $ECHO_N "(cached) $ECHO_C" >&6
28453 else
28454 cat >conftest.$ac_ext <<_ACEOF
28455 /* confdefs.h. */
28456 _ACEOF
28457 cat confdefs.h >>conftest.$ac_ext
28458 cat >>conftest.$ac_ext <<_ACEOF
28459 /* end confdefs.h. */
28460 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
28461 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28462 #define shmat innocuous_shmat
28463
28464 /* System header to define __stub macros and hopefully few prototypes,
28465 which can conflict with char shmat (); below.
28466 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28467 <limits.h> exists even on freestanding compilers. */
28468
28469 #ifdef __STDC__
28470 # include <limits.h>
28471 #else
28472 # include <assert.h>
28473 #endif
28474
28475 #undef shmat
28476
28477 /* Override any gcc2 internal prototype to avoid an error. */
28478 #ifdef __cplusplus
28479 extern "C"
28480 {
28481 #endif
28482 /* We use char because int might match the return type of a gcc2
28483 builtin and then its argument prototype would still apply. */
28484 char shmat ();
28485 /* The GNU C library defines this for functions which it implements
28486 to always fail with ENOSYS. Some functions are actually named
28487 something starting with __ and the normal name is an alias. */
28488 #if defined (__stub_shmat) || defined (__stub___shmat)
28489 choke me
28490 #else
28491 char (*f) () = shmat;
28492 #endif
28493 #ifdef __cplusplus
28494 }
28495 #endif
28496
28497 int
28498 main ()
28499 {
28500 return f != shmat;
28501 ;
28502 return 0;
28503 }
28504 _ACEOF
28505 rm -f conftest.$ac_objext conftest$ac_exeext
28506 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28507 (eval $ac_link) 2>conftest.er1
28508 ac_status=$?
28509 grep -v '^ *+' conftest.er1 >conftest.err
28510 rm -f conftest.er1
28511 cat conftest.err >&5
28512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28513 (exit $ac_status); } &&
28514 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28516 (eval $ac_try) 2>&5
28517 ac_status=$?
28518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28519 (exit $ac_status); }; } &&
28520 { ac_try='test -s conftest$ac_exeext'
28521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28522 (eval $ac_try) 2>&5
28523 ac_status=$?
28524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28525 (exit $ac_status); }; }; then
28526 ac_cv_func_shmat=yes
28527 else
28528 echo "$as_me: failed program was:" >&5
28529 sed 's/^/| /' conftest.$ac_ext >&5
28530
28531 ac_cv_func_shmat=no
28532 fi
28533 rm -f conftest.err conftest.$ac_objext \
28534 conftest$ac_exeext conftest.$ac_ext
28535 fi
28536 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
28537 echo "${ECHO_T}$ac_cv_func_shmat" >&6
28538
28539 if test $ac_cv_func_shmat = no; then
28540 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
28541 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
28542 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
28543 echo $ECHO_N "(cached) $ECHO_C" >&6
28544 else
28545 ac_check_lib_save_LIBS=$LIBS
28546 LIBS="-lipc $LIBS"
28547 cat >conftest.$ac_ext <<_ACEOF
28548 /* confdefs.h. */
28549 _ACEOF
28550 cat confdefs.h >>conftest.$ac_ext
28551 cat >>conftest.$ac_ext <<_ACEOF
28552 /* end confdefs.h. */
28553
28554 /* Override any gcc2 internal prototype to avoid an error. */
28555 #ifdef __cplusplus
28556 extern "C"
28557 #endif
28558 /* We use char because int might match the return type of a gcc2
28559 builtin and then its argument prototype would still apply. */
28560 char shmat ();
28561 int
28562 main ()
28563 {
28564 shmat ();
28565 ;
28566 return 0;
28567 }
28568 _ACEOF
28569 rm -f conftest.$ac_objext conftest$ac_exeext
28570 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28571 (eval $ac_link) 2>conftest.er1
28572 ac_status=$?
28573 grep -v '^ *+' conftest.er1 >conftest.err
28574 rm -f conftest.er1
28575 cat conftest.err >&5
28576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28577 (exit $ac_status); } &&
28578 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28580 (eval $ac_try) 2>&5
28581 ac_status=$?
28582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28583 (exit $ac_status); }; } &&
28584 { ac_try='test -s conftest$ac_exeext'
28585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28586 (eval $ac_try) 2>&5
28587 ac_status=$?
28588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28589 (exit $ac_status); }; }; then
28590 ac_cv_lib_ipc_shmat=yes
28591 else
28592 echo "$as_me: failed program was:" >&5
28593 sed 's/^/| /' conftest.$ac_ext >&5
28594
28595 ac_cv_lib_ipc_shmat=no
28596 fi
28597 rm -f conftest.err conftest.$ac_objext \
28598 conftest$ac_exeext conftest.$ac_ext
28599 LIBS=$ac_check_lib_save_LIBS
28600 fi
28601 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
28602 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
28603 if test $ac_cv_lib_ipc_shmat = yes; then
28604 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
28605 fi
28606
28607 fi
28608 fi
28609
28610 # Check for libraries that X11R6 Xt/Xaw programs need.
28611 ac_save_LDFLAGS=$LDFLAGS
28612 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
28613 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
28614 # check for ICE first), but we must link in the order -lSM -lICE or
28615 # we get undefined symbols. So assume we have SM if we have ICE.
28616 # These have to be linked with before -lX11, unlike the other
28617 # libraries we check for below, so use a different variable.
28618 # John Interrante, Karl Berry
28619 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
28620 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
28621 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
28622 echo $ECHO_N "(cached) $ECHO_C" >&6
28623 else
28624 ac_check_lib_save_LIBS=$LIBS
28625 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
28626 cat >conftest.$ac_ext <<_ACEOF
28627 /* confdefs.h. */
28628 _ACEOF
28629 cat confdefs.h >>conftest.$ac_ext
28630 cat >>conftest.$ac_ext <<_ACEOF
28631 /* end confdefs.h. */
28632
28633 /* Override any gcc2 internal prototype to avoid an error. */
28634 #ifdef __cplusplus
28635 extern "C"
28636 #endif
28637 /* We use char because int might match the return type of a gcc2
28638 builtin and then its argument prototype would still apply. */
28639 char IceConnectionNumber ();
28640 int
28641 main ()
28642 {
28643 IceConnectionNumber ();
28644 ;
28645 return 0;
28646 }
28647 _ACEOF
28648 rm -f conftest.$ac_objext conftest$ac_exeext
28649 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28650 (eval $ac_link) 2>conftest.er1
28651 ac_status=$?
28652 grep -v '^ *+' conftest.er1 >conftest.err
28653 rm -f conftest.er1
28654 cat conftest.err >&5
28655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28656 (exit $ac_status); } &&
28657 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28659 (eval $ac_try) 2>&5
28660 ac_status=$?
28661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28662 (exit $ac_status); }; } &&
28663 { ac_try='test -s conftest$ac_exeext'
28664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28665 (eval $ac_try) 2>&5
28666 ac_status=$?
28667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28668 (exit $ac_status); }; }; then
28669 ac_cv_lib_ICE_IceConnectionNumber=yes
28670 else
28671 echo "$as_me: failed program was:" >&5
28672 sed 's/^/| /' conftest.$ac_ext >&5
28673
28674 ac_cv_lib_ICE_IceConnectionNumber=no
28675 fi
28676 rm -f conftest.err conftest.$ac_objext \
28677 conftest$ac_exeext conftest.$ac_ext
28678 LIBS=$ac_check_lib_save_LIBS
28679 fi
28680 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
28681 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
28682 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
28683 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
28684 fi
28685
28686 LDFLAGS=$ac_save_LDFLAGS
28687
28688 fi
28689
28690
28691 if test "$no_x" = "yes"; then
28692 { { echo "$as_me:$LINENO: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&5
28693 echo "$as_me: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&2;}
28694 { (exit 1); exit 1; }; }
28695 fi
28696
28697 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
28698 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
28699 AFMINSTALL=afminstall
28700 COMPILED_X_PROGRAM=0
28701
28702 fi
28703
28704 if test "$wxUSE_X11" = 1; then
28705 if test "$wxUSE_NANOX" = "yes"; then
28706 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
28707 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
28708 if test "x$MICROWIN" = x ; then
28709 echo "$as_me:$LINENO: result: not found" >&5
28710 echo "${ECHO_T}not found" >&6
28711 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
28712 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
28713 { (exit 1); exit 1; }; }
28714 else
28715 echo "$as_me:$LINENO: result: $MICROWIN" >&5
28716 echo "${ECHO_T}$MICROWIN" >&6
28717 cat >>confdefs.h <<\_ACEOF
28718 #define wxUSE_NANOX 1
28719 _ACEOF
28720
28721 fi
28722 fi
28723
28724 if test "$wxUSE_UNICODE" = "yes"; then
28725
28726 succeeded=no
28727
28728 if test -z "$PKG_CONFIG"; then
28729 # Extract the first word of "pkg-config", so it can be a program name with args.
28730 set dummy pkg-config; ac_word=$2
28731 echo "$as_me:$LINENO: checking for $ac_word" >&5
28732 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28733 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28734 echo $ECHO_N "(cached) $ECHO_C" >&6
28735 else
28736 case $PKG_CONFIG in
28737 [\\/]* | ?:[\\/]*)
28738 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
28739 ;;
28740 *)
28741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28742 for as_dir in $PATH
28743 do
28744 IFS=$as_save_IFS
28745 test -z "$as_dir" && as_dir=.
28746 for ac_exec_ext in '' $ac_executable_extensions; do
28747 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28748 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28749 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28750 break 2
28751 fi
28752 done
28753 done
28754
28755 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
28756 ;;
28757 esac
28758 fi
28759 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
28760
28761 if test -n "$PKG_CONFIG"; then
28762 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28763 echo "${ECHO_T}$PKG_CONFIG" >&6
28764 else
28765 echo "$as_me:$LINENO: result: no" >&5
28766 echo "${ECHO_T}no" >&6
28767 fi
28768
28769 fi
28770
28771 if test "$PKG_CONFIG" = "no" ; then
28772 echo "*** The pkg-config script could not be found. Make sure it is"
28773 echo "*** in your path, or set the PKG_CONFIG environment variable"
28774 echo "*** to the full path to pkg-config."
28775 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
28776 else
28777 PKG_CONFIG_MIN_VERSION=0.9.0
28778 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
28779 echo "$as_me:$LINENO: checking for pangox" >&5
28780 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
28781
28782 if $PKG_CONFIG --exists "pangox" ; then
28783 echo "$as_me:$LINENO: result: yes" >&5
28784 echo "${ECHO_T}yes" >&6
28785 succeeded=yes
28786
28787 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
28788 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
28789 PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"`
28790 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
28791 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
28792
28793 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
28794 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
28795 PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"`
28796 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
28797 echo "${ECHO_T}$PANGOX_LIBS" >&6
28798 else
28799 PANGOX_CFLAGS=""
28800 PANGOX_LIBS=""
28801 ## If we have a custom action on failure, don't print errors, but
28802 ## do set a variable so people can do so.
28803 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
28804
28805 fi
28806
28807
28808
28809 else
28810 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
28811 echo "*** See http://www.freedesktop.org/software/pkgconfig"
28812 fi
28813 fi
28814
28815 if test $succeeded = yes; then
28816
28817 CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS"
28818 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
28819
28820 else
28821
28822 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
28823 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
28824 { (exit 1); exit 1; }; }
28825
28826
28827 fi
28828
28829
28830 succeeded=no
28831
28832 if test -z "$PKG_CONFIG"; then
28833 # Extract the first word of "pkg-config", so it can be a program name with args.
28834 set dummy pkg-config; ac_word=$2
28835 echo "$as_me:$LINENO: checking for $ac_word" >&5
28836 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28837 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28838 echo $ECHO_N "(cached) $ECHO_C" >&6
28839 else
28840 case $PKG_CONFIG in
28841 [\\/]* | ?:[\\/]*)
28842 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
28843 ;;
28844 *)
28845 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28846 for as_dir in $PATH
28847 do
28848 IFS=$as_save_IFS
28849 test -z "$as_dir" && as_dir=.
28850 for ac_exec_ext in '' $ac_executable_extensions; do
28851 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28852 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28853 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28854 break 2
28855 fi
28856 done
28857 done
28858
28859 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
28860 ;;
28861 esac
28862 fi
28863 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
28864
28865 if test -n "$PKG_CONFIG"; then
28866 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28867 echo "${ECHO_T}$PKG_CONFIG" >&6
28868 else
28869 echo "$as_me:$LINENO: result: no" >&5
28870 echo "${ECHO_T}no" >&6
28871 fi
28872
28873 fi
28874
28875 if test "$PKG_CONFIG" = "no" ; then
28876 echo "*** The pkg-config script could not be found. Make sure it is"
28877 echo "*** in your path, or set the PKG_CONFIG environment variable"
28878 echo "*** to the full path to pkg-config."
28879 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
28880 else
28881 PKG_CONFIG_MIN_VERSION=0.9.0
28882 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
28883 echo "$as_me:$LINENO: checking for pangoft2" >&5
28884 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
28885
28886 if $PKG_CONFIG --exists "pangoft2" ; then
28887 echo "$as_me:$LINENO: result: yes" >&5
28888 echo "${ECHO_T}yes" >&6
28889 succeeded=yes
28890
28891 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
28892 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
28893 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
28894 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
28895 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
28896
28897 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
28898 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
28899 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
28900 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
28901 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
28902 else
28903 PANGOFT2_CFLAGS=""
28904 PANGOFT2_LIBS=""
28905 ## If we have a custom action on failure, don't print errors, but
28906 ## do set a variable so people can do so.
28907 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
28908
28909 fi
28910
28911
28912
28913 else
28914 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
28915 echo "*** See http://www.freedesktop.org/software/pkgconfig"
28916 fi
28917 fi
28918
28919 if test $succeeded = yes; then
28920
28921 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
28922 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
28923
28924 else
28925
28926 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
28927 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
28928 wxUSE_PRINTING_ARCHITECTURE="no"
28929
28930
28931 fi
28932
28933
28934 succeeded=no
28935
28936 if test -z "$PKG_CONFIG"; then
28937 # Extract the first word of "pkg-config", so it can be a program name with args.
28938 set dummy pkg-config; ac_word=$2
28939 echo "$as_me:$LINENO: checking for $ac_word" >&5
28940 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28941 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28942 echo $ECHO_N "(cached) $ECHO_C" >&6
28943 else
28944 case $PKG_CONFIG in
28945 [\\/]* | ?:[\\/]*)
28946 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
28947 ;;
28948 *)
28949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28950 for as_dir in $PATH
28951 do
28952 IFS=$as_save_IFS
28953 test -z "$as_dir" && as_dir=.
28954 for ac_exec_ext in '' $ac_executable_extensions; do
28955 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28956 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28957 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28958 break 2
28959 fi
28960 done
28961 done
28962
28963 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
28964 ;;
28965 esac
28966 fi
28967 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
28968
28969 if test -n "$PKG_CONFIG"; then
28970 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28971 echo "${ECHO_T}$PKG_CONFIG" >&6
28972 else
28973 echo "$as_me:$LINENO: result: no" >&5
28974 echo "${ECHO_T}no" >&6
28975 fi
28976
28977 fi
28978
28979 if test "$PKG_CONFIG" = "no" ; then
28980 echo "*** The pkg-config script could not be found. Make sure it is"
28981 echo "*** in your path, or set the PKG_CONFIG environment variable"
28982 echo "*** to the full path to pkg-config."
28983 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
28984 else
28985 PKG_CONFIG_MIN_VERSION=0.9.0
28986 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
28987 echo "$as_me:$LINENO: checking for pangoxft" >&5
28988 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
28989
28990 if $PKG_CONFIG --exists "pangoxft" ; then
28991 echo "$as_me:$LINENO: result: yes" >&5
28992 echo "${ECHO_T}yes" >&6
28993 succeeded=yes
28994
28995 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
28996 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
28997 PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"`
28998 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
28999 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
29000
29001 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
29002 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
29003 PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"`
29004 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
29005 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
29006 else
29007 PANGOXFT_CFLAGS=""
29008 PANGOXFT_LIBS=""
29009 ## If we have a custom action on failure, don't print errors, but
29010 ## do set a variable so people can do so.
29011 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
29012
29013 fi
29014
29015
29016
29017 else
29018 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
29019 echo "*** See http://www.freedesktop.org/software/pkgconfig"
29020 fi
29021 fi
29022
29023 if test $succeeded = yes; then
29024
29025 cat >>confdefs.h <<\_ACEOF
29026 #define HAVE_PANGO_XFT 1
29027 _ACEOF
29028
29029 CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS"
29030 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
29031
29032 else
29033
29034 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
29035 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
29036
29037
29038 fi
29039
29040 save_CFLAGS="$CFLAGS"
29041 save_LIBS="$LIBS"
29042 CFLAGS="$CFLAGS $PANGOX_CFLAGS"
29043 LIBS="$LIBS $PANGOX_LIBS"
29044
29045 for ac_func in pango_font_family_is_monospace
29046 do
29047 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29048 echo "$as_me:$LINENO: checking for $ac_func" >&5
29049 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29050 if eval "test \"\${$as_ac_var+set}\" = set"; then
29051 echo $ECHO_N "(cached) $ECHO_C" >&6
29052 else
29053 cat >conftest.$ac_ext <<_ACEOF
29054 /* confdefs.h. */
29055 _ACEOF
29056 cat confdefs.h >>conftest.$ac_ext
29057 cat >>conftest.$ac_ext <<_ACEOF
29058 /* end confdefs.h. */
29059 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29060 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29061 #define $ac_func innocuous_$ac_func
29062
29063 /* System header to define __stub macros and hopefully few prototypes,
29064 which can conflict with char $ac_func (); below.
29065 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29066 <limits.h> exists even on freestanding compilers. */
29067
29068 #ifdef __STDC__
29069 # include <limits.h>
29070 #else
29071 # include <assert.h>
29072 #endif
29073
29074 #undef $ac_func
29075
29076 /* Override any gcc2 internal prototype to avoid an error. */
29077 #ifdef __cplusplus
29078 extern "C"
29079 {
29080 #endif
29081 /* We use char because int might match the return type of a gcc2
29082 builtin and then its argument prototype would still apply. */
29083 char $ac_func ();
29084 /* The GNU C library defines this for functions which it implements
29085 to always fail with ENOSYS. Some functions are actually named
29086 something starting with __ and the normal name is an alias. */
29087 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29088 choke me
29089 #else
29090 char (*f) () = $ac_func;
29091 #endif
29092 #ifdef __cplusplus
29093 }
29094 #endif
29095
29096 int
29097 main ()
29098 {
29099 return f != $ac_func;
29100 ;
29101 return 0;
29102 }
29103 _ACEOF
29104 rm -f conftest.$ac_objext conftest$ac_exeext
29105 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29106 (eval $ac_link) 2>conftest.er1
29107 ac_status=$?
29108 grep -v '^ *+' conftest.er1 >conftest.err
29109 rm -f conftest.er1
29110 cat conftest.err >&5
29111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29112 (exit $ac_status); } &&
29113 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29115 (eval $ac_try) 2>&5
29116 ac_status=$?
29117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29118 (exit $ac_status); }; } &&
29119 { ac_try='test -s conftest$ac_exeext'
29120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29121 (eval $ac_try) 2>&5
29122 ac_status=$?
29123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29124 (exit $ac_status); }; }; then
29125 eval "$as_ac_var=yes"
29126 else
29127 echo "$as_me: failed program was:" >&5
29128 sed 's/^/| /' conftest.$ac_ext >&5
29129
29130 eval "$as_ac_var=no"
29131 fi
29132 rm -f conftest.err conftest.$ac_objext \
29133 conftest$ac_exeext conftest.$ac_ext
29134 fi
29135 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29136 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29137 if test `eval echo '${'$as_ac_var'}'` = yes; then
29138 cat >>confdefs.h <<_ACEOF
29139 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29140 _ACEOF
29141
29142 fi
29143 done
29144
29145 CFLAGS="$save_CFLAGS"
29146 LIBS="$save_LIBS"
29147 fi
29148
29149 wxUSE_UNIVERSAL="yes"
29150
29151 if test "$wxUSE_NANOX" = "yes"; then
29152 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
29153 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"
29154 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
29155 else
29156 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
29157 fi
29158
29159 TOOLKIT=X11
29160 GUIDIST=X11_DIST
29161 fi
29162
29163 if test "$wxUSE_MOTIF" = 1; then
29164 if test "$wxUSE_UNICODE" = "yes"; then
29165 { { echo "$as_me:$LINENO: error: Unicode configuration not supported with Motif" >&5
29166 echo "$as_me: error: Unicode configuration not supported with Motif" >&2;}
29167 { (exit 1); exit 1; }; }
29168 fi
29169
29170 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
29171 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
29172
29173 ac_find_includes=
29174 for ac_dir in $SEARCH_INCLUDE /usr/include;
29175 do
29176 if test -f "$ac_dir/Xm/Xm.h"; then
29177 ac_find_includes=$ac_dir
29178 break
29179 fi
29180 done
29181
29182 if test "$ac_find_includes" != "" ; then
29183 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
29184 echo "${ECHO_T}found in $ac_find_includes" >&6
29185
29186 if test "x$ac_find_includes" = "x/usr/include"; then
29187 ac_path_to_include=""
29188 else
29189 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
29190 result=$?
29191 if test $result = 0; then
29192 ac_path_to_include=""
29193 else
29194 ac_path_to_include=" -I$ac_find_includes"
29195 fi
29196 fi
29197
29198 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
29199 else
29200 save_CFLAGS=$CFLAGS
29201 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29202
29203 cat >conftest.$ac_ext <<_ACEOF
29204 /* confdefs.h. */
29205 _ACEOF
29206 cat confdefs.h >>conftest.$ac_ext
29207 cat >>conftest.$ac_ext <<_ACEOF
29208 /* end confdefs.h. */
29209
29210 #include <Xm/Xm.h>
29211
29212 int
29213 main ()
29214 {
29215
29216 int version;
29217 version = xmUseVersion;
29218
29219 ;
29220 return 0;
29221 }
29222 _ACEOF
29223 rm -f conftest.$ac_objext
29224 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29225 (eval $ac_compile) 2>conftest.er1
29226 ac_status=$?
29227 grep -v '^ *+' conftest.er1 >conftest.err
29228 rm -f conftest.er1
29229 cat conftest.err >&5
29230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29231 (exit $ac_status); } &&
29232 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29234 (eval $ac_try) 2>&5
29235 ac_status=$?
29236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29237 (exit $ac_status); }; } &&
29238 { ac_try='test -s conftest.$ac_objext'
29239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29240 (eval $ac_try) 2>&5
29241 ac_status=$?
29242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29243 (exit $ac_status); }; }; then
29244
29245 echo "$as_me:$LINENO: result: found in default search path" >&5
29246 echo "${ECHO_T}found in default search path" >&6
29247 COMPILED_X_PROGRAM=1
29248
29249 else
29250 echo "$as_me: failed program was:" >&5
29251 sed 's/^/| /' conftest.$ac_ext >&5
29252
29253
29254 echo "$as_me:$LINENO: result: no" >&5
29255 echo "${ECHO_T}no" >&6
29256 { { echo "$as_me:$LINENO: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&5
29257 echo "$as_me: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&2;}
29258 { (exit 1); exit 1; }; }
29259
29260
29261 fi
29262 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29263
29264 CFLAGS=$save_CFLAGS
29265 fi
29266
29267
29268 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
29269 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
29270
29271 ac_find_libraries=
29272 for ac_dir in $SEARCH_LIB;
29273 do
29274 for ac_extension in a so sl dylib dll.a; do
29275 if test -f "$ac_dir/libXm.$ac_extension"; then
29276 ac_find_libraries=$ac_dir
29277 break 2
29278 fi
29279 done
29280 done
29281
29282
29283 if test "x$ac_find_libraries" != "x" ; then
29284 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
29285 echo "${ECHO_T}found in $ac_find_libraries" >&6
29286
29287
29288 if test "$ac_find_libraries" = "default location"; then
29289 ac_path_to_link=""
29290 else
29291 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
29292 result=$?
29293 if test $result = 0; then
29294 ac_path_to_link=""
29295 else
29296 ac_path_to_link=" -L$ac_find_libraries"
29297 fi
29298 fi
29299
29300 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
29301 else
29302 save_CFLAGS=$CFLAGS
29303 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29304 save_LIBS="$LIBS"
29305 LIBS="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
29306
29307 cat >conftest.$ac_ext <<_ACEOF
29308 /* confdefs.h. */
29309 _ACEOF
29310 cat confdefs.h >>conftest.$ac_ext
29311 cat >>conftest.$ac_ext <<_ACEOF
29312 /* end confdefs.h. */
29313
29314 #include <Xm/Xm.h>
29315
29316 int
29317 main ()
29318 {
29319
29320 int version;
29321 version = xmUseVersion;
29322
29323 ;
29324 return 0;
29325 }
29326 _ACEOF
29327 rm -f conftest.$ac_objext conftest$ac_exeext
29328 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29329 (eval $ac_link) 2>conftest.er1
29330 ac_status=$?
29331 grep -v '^ *+' conftest.er1 >conftest.err
29332 rm -f conftest.er1
29333 cat conftest.err >&5
29334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29335 (exit $ac_status); } &&
29336 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29338 (eval $ac_try) 2>&5
29339 ac_status=$?
29340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29341 (exit $ac_status); }; } &&
29342 { ac_try='test -s conftest$ac_exeext'
29343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29344 (eval $ac_try) 2>&5
29345 ac_status=$?
29346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29347 (exit $ac_status); }; }; then
29348
29349 echo "$as_me:$LINENO: result: found in default search path" >&5
29350 echo "${ECHO_T}found in default search path" >&6
29351 COMPILED_X_PROGRAM=1
29352
29353 else
29354 echo "$as_me: failed program was:" >&5
29355 sed 's/^/| /' conftest.$ac_ext >&5
29356
29357
29358 echo "$as_me:$LINENO: result: no" >&5
29359 echo "${ECHO_T}no" >&6
29360 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
29361 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
29362 { (exit 1); exit 1; }; }
29363
29364
29365 fi
29366 rm -f conftest.err conftest.$ac_objext \
29367 conftest$ac_exeext conftest.$ac_ext
29368
29369 CFLAGS=$save_CFLAGS
29370 LIBS="$save_LIBS"
29371 fi
29372
29373 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
29374 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
29375 libp_link=""
29376 libsm_ice_link=""
29377 libs_found=0
29378 for libp in "" " -lXp"; do
29379 if test "$libs_found" = "0"; then
29380 for libsm_ice in "" " -lSM -lICE"; do
29381 if test "$libs_found" = "0"; then
29382 save_LIBS="$LIBS"
29383 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
29384 save_CFLAGS=$CFLAGS
29385 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29386
29387 cat >conftest.$ac_ext <<_ACEOF
29388 /* confdefs.h. */
29389 _ACEOF
29390 cat confdefs.h >>conftest.$ac_ext
29391 cat >>conftest.$ac_ext <<_ACEOF
29392 /* end confdefs.h. */
29393
29394 #include <Xm/Xm.h>
29395 #include <Xm/List.h>
29396
29397 int
29398 main ()
29399 {
29400
29401 XmString string = NULL;
29402 Widget w = NULL;
29403 int position = 0;
29404 XmListAddItem(w, string, position);
29405
29406 ;
29407 return 0;
29408 }
29409 _ACEOF
29410 rm -f conftest.$ac_objext conftest$ac_exeext
29411 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29412 (eval $ac_link) 2>conftest.er1
29413 ac_status=$?
29414 grep -v '^ *+' conftest.er1 >conftest.err
29415 rm -f conftest.er1
29416 cat conftest.err >&5
29417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29418 (exit $ac_status); } &&
29419 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29421 (eval $ac_try) 2>&5
29422 ac_status=$?
29423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29424 (exit $ac_status); }; } &&
29425 { ac_try='test -s conftest$ac_exeext'
29426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29427 (eval $ac_try) 2>&5
29428 ac_status=$?
29429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29430 (exit $ac_status); }; }; then
29431
29432 libp_link="$libp"
29433 libsm_ice_link="$libsm_ice"
29434 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
29435 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
29436 libs_found=1
29437
29438 else
29439 echo "$as_me: failed program was:" >&5
29440 sed 's/^/| /' conftest.$ac_ext >&5
29441
29442
29443
29444 fi
29445 rm -f conftest.err conftest.$ac_objext \
29446 conftest$ac_exeext conftest.$ac_ext
29447
29448 LIBS="$save_LIBS"
29449 CFLAGS=$save_CFLAGS
29450 fi
29451 done
29452 fi
29453 done
29454
29455 if test "$libs_found" = "0"; then
29456 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
29457 echo "${ECHO_T}can't find the right libraries" >&6
29458 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
29459 echo "$as_me: error: can't link a simple motif program" >&2;}
29460 { (exit 1); exit 1; }; }
29461 fi
29462
29463 echo "$as_me:$LINENO: checking for SgCreateList in -lSgm" >&5
29464 echo $ECHO_N "checking for SgCreateList in -lSgm... $ECHO_C" >&6
29465 if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then
29466 echo $ECHO_N "(cached) $ECHO_C" >&6
29467 else
29468 ac_check_lib_save_LIBS=$LIBS
29469 LIBS="-lSgm $LIBS"
29470 cat >conftest.$ac_ext <<_ACEOF
29471 /* confdefs.h. */
29472 _ACEOF
29473 cat confdefs.h >>conftest.$ac_ext
29474 cat >>conftest.$ac_ext <<_ACEOF
29475 /* end confdefs.h. */
29476
29477 /* Override any gcc2 internal prototype to avoid an error. */
29478 #ifdef __cplusplus
29479 extern "C"
29480 #endif
29481 /* We use char because int might match the return type of a gcc2
29482 builtin and then its argument prototype would still apply. */
29483 char SgCreateList ();
29484 int
29485 main ()
29486 {
29487 SgCreateList ();
29488 ;
29489 return 0;
29490 }
29491 _ACEOF
29492 rm -f conftest.$ac_objext conftest$ac_exeext
29493 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29494 (eval $ac_link) 2>conftest.er1
29495 ac_status=$?
29496 grep -v '^ *+' conftest.er1 >conftest.err
29497 rm -f conftest.er1
29498 cat conftest.err >&5
29499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29500 (exit $ac_status); } &&
29501 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29503 (eval $ac_try) 2>&5
29504 ac_status=$?
29505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29506 (exit $ac_status); }; } &&
29507 { ac_try='test -s conftest$ac_exeext'
29508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29509 (eval $ac_try) 2>&5
29510 ac_status=$?
29511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29512 (exit $ac_status); }; }; then
29513 ac_cv_lib_Sgm_SgCreateList=yes
29514 else
29515 echo "$as_me: failed program was:" >&5
29516 sed 's/^/| /' conftest.$ac_ext >&5
29517
29518 ac_cv_lib_Sgm_SgCreateList=no
29519 fi
29520 rm -f conftest.err conftest.$ac_objext \
29521 conftest$ac_exeext conftest.$ac_ext
29522 LIBS=$ac_check_lib_save_LIBS
29523 fi
29524 echo "$as_me:$LINENO: result: $ac_cv_lib_Sgm_SgCreateList" >&5
29525 echo "${ECHO_T}$ac_cv_lib_Sgm_SgCreateList" >&6
29526 if test $ac_cv_lib_Sgm_SgCreateList = yes; then
29527 libsgm_link=" -lSgm"
29528 fi
29529
29530
29531 save_CFLAGS=$CFLAGS
29532 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29533
29534 echo "$as_me:$LINENO: checking for Motif 2" >&5
29535 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
29536 if test "${wx_cv_lib_motif2+set}" = set; then
29537 echo $ECHO_N "(cached) $ECHO_C" >&6
29538 else
29539 cat >conftest.$ac_ext <<_ACEOF
29540 /* confdefs.h. */
29541 _ACEOF
29542 cat confdefs.h >>conftest.$ac_ext
29543 cat >>conftest.$ac_ext <<_ACEOF
29544 /* end confdefs.h. */
29545
29546 #include <Xm/Xm.h>
29547
29548 int
29549 main ()
29550 {
29551
29552 #if XmVersion < 2000
29553 Not Motif 2
29554 #endif
29555
29556 ;
29557 return 0;
29558 }
29559 _ACEOF
29560 rm -f conftest.$ac_objext
29561 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29562 (eval $ac_compile) 2>conftest.er1
29563 ac_status=$?
29564 grep -v '^ *+' conftest.er1 >conftest.err
29565 rm -f conftest.er1
29566 cat conftest.err >&5
29567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29568 (exit $ac_status); } &&
29569 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29571 (eval $ac_try) 2>&5
29572 ac_status=$?
29573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29574 (exit $ac_status); }; } &&
29575 { ac_try='test -s conftest.$ac_objext'
29576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29577 (eval $ac_try) 2>&5
29578 ac_status=$?
29579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29580 (exit $ac_status); }; }; then
29581 wx_cv_lib_motif2="yes"
29582 else
29583 echo "$as_me: failed program was:" >&5
29584 sed 's/^/| /' conftest.$ac_ext >&5
29585
29586 wx_cv_lib_motif2="no"
29587 fi
29588 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29589 fi
29590 echo "$as_me:$LINENO: result: $wx_cv_lib_motif2" >&5
29591 echo "${ECHO_T}$wx_cv_lib_motif2" >&6
29592 if test "$wx_cv_lib_motif2" = "yes"; then
29593 cat >>confdefs.h <<\_ACEOF
29594 #define __WXMOTIF20__ 1
29595 _ACEOF
29596
29597 else
29598 cat >>confdefs.h <<\_ACEOF
29599 #define __WXMOTIF20__ 0
29600 _ACEOF
29601
29602 fi
29603
29604 echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
29605 echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6
29606 if test "${wx_cv_lib_lesstif+set}" = set; then
29607 echo $ECHO_N "(cached) $ECHO_C" >&6
29608 else
29609 cat >conftest.$ac_ext <<_ACEOF
29610 /* confdefs.h. */
29611 _ACEOF
29612 cat confdefs.h >>conftest.$ac_ext
29613 cat >>conftest.$ac_ext <<_ACEOF
29614 /* end confdefs.h. */
29615
29616 #include <Xm/Xm.h>
29617
29618 int
29619 main ()
29620 {
29621
29622 #if !defined(LesstifVersion) || LesstifVersion <= 0
29623 Not Lesstif
29624 #endif
29625
29626 ;
29627 return 0;
29628 }
29629 _ACEOF
29630 rm -f conftest.$ac_objext
29631 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29632 (eval $ac_compile) 2>conftest.er1
29633 ac_status=$?
29634 grep -v '^ *+' conftest.er1 >conftest.err
29635 rm -f conftest.er1
29636 cat conftest.err >&5
29637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29638 (exit $ac_status); } &&
29639 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29641 (eval $ac_try) 2>&5
29642 ac_status=$?
29643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29644 (exit $ac_status); }; } &&
29645 { ac_try='test -s conftest.$ac_objext'
29646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29647 (eval $ac_try) 2>&5
29648 ac_status=$?
29649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29650 (exit $ac_status); }; }; then
29651 wx_cv_lib_lesstif="yes"
29652 else
29653 echo "$as_me: failed program was:" >&5
29654 sed 's/^/| /' conftest.$ac_ext >&5
29655
29656 wx_cv_lib_lesstif="no"
29657 fi
29658 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29659
29660 fi
29661 echo "$as_me:$LINENO: result: $wx_cv_lib_lesstif" >&5
29662 echo "${ECHO_T}$wx_cv_lib_lesstif" >&6
29663 if test "$wx_cv_lib_lesstif" = "yes"; then
29664 cat >>confdefs.h <<\_ACEOF
29665 #define __WXLESSTIF__ 1
29666 _ACEOF
29667
29668 else
29669 cat >>confdefs.h <<\_ACEOF
29670 #define __WXLESSTIF__ 0
29671 _ACEOF
29672
29673 fi
29674
29675 CFLAGS=$save_CFLAGS
29676
29677 GUI_TK_LIBRARY="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
29678 TOOLKIT=MOTIF
29679 GUIDIST=MOTIF_DIST
29680 fi
29681
29682 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
29683 if test "$wxUSE_LIBXPM" = "sys"; then
29684 echo "$as_me:$LINENO: checking for Xpm library" >&5
29685 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
29686
29687 ac_find_libraries=
29688 for ac_dir in $SEARCH_LIB;
29689 do
29690 for ac_extension in a so sl dylib dll.a; do
29691 if test -f "$ac_dir/libXpm.$ac_extension"; then
29692 ac_find_libraries=$ac_dir
29693 break 2
29694 fi
29695 done
29696 done
29697
29698 if test "$ac_find_libraries" != "" ; then
29699
29700 if test "$ac_find_libraries" = "default location"; then
29701 ac_path_to_link=""
29702 else
29703 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
29704 result=$?
29705 if test $result = 0; then
29706 ac_path_to_link=""
29707 else
29708 ac_path_to_link=" -L$ac_find_libraries"
29709 fi
29710 fi
29711
29712 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
29713 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
29714 echo "${ECHO_T}found in $ac_find_libraries" >&6
29715
29716 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
29717 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
29718 if test "${wx_cv_x11_xpm_h+set}" = set; then
29719 echo $ECHO_N "(cached) $ECHO_C" >&6
29720 else
29721
29722 save_CFLAGS=$CFLAGS
29723 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29724
29725 cat >conftest.$ac_ext <<_ACEOF
29726 /* confdefs.h. */
29727 _ACEOF
29728 cat confdefs.h >>conftest.$ac_ext
29729 cat >>conftest.$ac_ext <<_ACEOF
29730 /* end confdefs.h. */
29731
29732 #include <X11/xpm.h>
29733
29734 int
29735 main ()
29736 {
29737
29738 int version;
29739 version = XpmLibraryVersion();
29740
29741 ;
29742 return 0;
29743 }
29744 _ACEOF
29745 rm -f conftest.$ac_objext
29746 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29747 (eval $ac_compile) 2>conftest.er1
29748 ac_status=$?
29749 grep -v '^ *+' conftest.er1 >conftest.err
29750 rm -f conftest.er1
29751 cat conftest.err >&5
29752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29753 (exit $ac_status); } &&
29754 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29756 (eval $ac_try) 2>&5
29757 ac_status=$?
29758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29759 (exit $ac_status); }; } &&
29760 { ac_try='test -s conftest.$ac_objext'
29761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29762 (eval $ac_try) 2>&5
29763 ac_status=$?
29764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29765 (exit $ac_status); }; }; then
29766 wx_cv_x11_xpm_h=yes
29767 else
29768 echo "$as_me: failed program was:" >&5
29769 sed 's/^/| /' conftest.$ac_ext >&5
29770
29771 wx_cv_x11_xpm_h=no
29772
29773 fi
29774 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29775
29776 CFLAGS=$save_CFLAGS
29777
29778
29779 fi
29780 echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
29781 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
29782
29783 if test $wx_cv_x11_xpm_h = "yes"; then
29784 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
29785 cat >>confdefs.h <<\_ACEOF
29786 #define wxHAVE_LIB_XPM 1
29787 _ACEOF
29788
29789 else
29790 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
29791 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
29792 fi
29793 fi
29794
29795 fi
29796
29797 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
29798 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
29799 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
29800 echo $ECHO_N "(cached) $ECHO_C" >&6
29801 else
29802 ac_check_lib_save_LIBS=$LIBS
29803 LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
29804 cat >conftest.$ac_ext <<_ACEOF
29805 /* confdefs.h. */
29806 _ACEOF
29807 cat confdefs.h >>conftest.$ac_ext
29808 cat >>conftest.$ac_ext <<_ACEOF
29809 /* end confdefs.h. */
29810
29811 /* Override any gcc2 internal prototype to avoid an error. */
29812 #ifdef __cplusplus
29813 extern "C"
29814 #endif
29815 /* We use char because int might match the return type of a gcc2
29816 builtin and then its argument prototype would still apply. */
29817 char XShapeQueryExtension ();
29818 int
29819 main ()
29820 {
29821 XShapeQueryExtension ();
29822 ;
29823 return 0;
29824 }
29825 _ACEOF
29826 rm -f conftest.$ac_objext conftest$ac_exeext
29827 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29828 (eval $ac_link) 2>conftest.er1
29829 ac_status=$?
29830 grep -v '^ *+' conftest.er1 >conftest.err
29831 rm -f conftest.er1
29832 cat conftest.err >&5
29833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29834 (exit $ac_status); } &&
29835 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29837 (eval $ac_try) 2>&5
29838 ac_status=$?
29839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29840 (exit $ac_status); }; } &&
29841 { ac_try='test -s conftest$ac_exeext'
29842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29843 (eval $ac_try) 2>&5
29844 ac_status=$?
29845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29846 (exit $ac_status); }; }; then
29847 ac_cv_lib_Xext_XShapeQueryExtension=yes
29848 else
29849 echo "$as_me: failed program was:" >&5
29850 sed 's/^/| /' conftest.$ac_ext >&5
29851
29852 ac_cv_lib_Xext_XShapeQueryExtension=no
29853 fi
29854 rm -f conftest.err conftest.$ac_objext \
29855 conftest$ac_exeext conftest.$ac_ext
29856 LIBS=$ac_check_lib_save_LIBS
29857 fi
29858 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
29859 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
29860 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
29861
29862 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
29863 wxHAVE_XEXT_LIB=1
29864
29865 fi
29866
29867
29868 if test "$wxHAVE_XEXT_LIB" = 1; then
29869 save_CFLAGS="$CFLAGS"
29870 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29871
29872 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
29873 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
29874 cat >conftest.$ac_ext <<_ACEOF
29875 /* confdefs.h. */
29876 _ACEOF
29877 cat confdefs.h >>conftest.$ac_ext
29878 cat >>conftest.$ac_ext <<_ACEOF
29879 /* end confdefs.h. */
29880
29881 #include <X11/Xlib.h>
29882 #include <X11/extensions/shape.h>
29883
29884 int
29885 main ()
29886 {
29887
29888 int dummy1, dummy2;
29889 XShapeQueryExtension((Display*)NULL,
29890 (int*)NULL, (int*)NULL);
29891
29892 ;
29893 return 0;
29894 }
29895 _ACEOF
29896 rm -f conftest.$ac_objext
29897 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29898 (eval $ac_compile) 2>conftest.er1
29899 ac_status=$?
29900 grep -v '^ *+' conftest.er1 >conftest.err
29901 rm -f conftest.er1
29902 cat conftest.err >&5
29903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29904 (exit $ac_status); } &&
29905 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29907 (eval $ac_try) 2>&5
29908 ac_status=$?
29909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29910 (exit $ac_status); }; } &&
29911 { ac_try='test -s conftest.$ac_objext'
29912 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29913 (eval $ac_try) 2>&5
29914 ac_status=$?
29915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29916 (exit $ac_status); }; }; then
29917
29918 cat >>confdefs.h <<\_ACEOF
29919 #define HAVE_XSHAPE 1
29920 _ACEOF
29921
29922 echo "$as_me:$LINENO: result: found" >&5
29923 echo "${ECHO_T}found" >&6
29924
29925 else
29926 echo "$as_me: failed program was:" >&5
29927 sed 's/^/| /' conftest.$ac_ext >&5
29928
29929
29930 echo "$as_me:$LINENO: result: not found" >&5
29931 echo "${ECHO_T}not found" >&6
29932
29933 fi
29934 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29935 CFLAGS="$save_CFLAGS"
29936
29937 fi
29938 fi
29939
29940 if test "$wxUSE_MAC" = 1; then
29941 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
29942 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
29943 if test "$GCC" = yes; then
29944 echo "$as_me:$LINENO: result: gcc" >&5
29945 echo "${ECHO_T}gcc" >&6
29946 CPPFLAGS_PASCAL="-fpascal-strings"
29947 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
29948 echo "$as_me:$LINENO: result: xlc" >&5
29949 echo "${ECHO_T}xlc" >&6
29950 CPPFLAGS_PASCAL="-qmacpstr"
29951 else
29952 echo "$as_me:$LINENO: result: none" >&5
29953 echo "${ECHO_T}none" >&6
29954 fi
29955
29956 if test "x$wxUSE_UNIX" = "xyes"; then
29957 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon"
29958 else
29959 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON"
29960 fi
29961
29962 TOOLKIT=MAC
29963 GUIDIST=MACX_DIST
29964 WXBASEPORT="_carbon"
29965 fi
29966
29967 if test "$wxUSE_COCOA" = 1; then
29968 TOOLKIT=COCOA
29969 GUIDIST=COCOA_DIST
29970 fi
29971
29972 if test "$wxUSE_PM" = 1; then
29973 TOOLKIT=PM
29974 GUIDIST=PM_DIST
29975 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
29976 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
29977 if test "${wx_cv_spbcdata+set}" = set; then
29978 echo $ECHO_N "(cached) $ECHO_C" >&6
29979 else
29980
29981 cat >conftest.$ac_ext <<_ACEOF
29982 /* confdefs.h. */
29983 _ACEOF
29984 cat confdefs.h >>conftest.$ac_ext
29985 cat >>conftest.$ac_ext <<_ACEOF
29986 /* end confdefs.h. */
29987
29988 #define INCL_PM
29989 #include <os2.h>
29990
29991 int
29992 main ()
29993 {
29994
29995 SPBCDATA test;
29996
29997 ;
29998 return 0;
29999 }
30000 _ACEOF
30001 rm -f conftest.$ac_objext
30002 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30003 (eval $ac_compile) 2>conftest.er1
30004 ac_status=$?
30005 grep -v '^ *+' conftest.er1 >conftest.err
30006 rm -f conftest.er1
30007 cat conftest.err >&5
30008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30009 (exit $ac_status); } &&
30010 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30012 (eval $ac_try) 2>&5
30013 ac_status=$?
30014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30015 (exit $ac_status); }; } &&
30016 { ac_try='test -s conftest.$ac_objext'
30017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30018 (eval $ac_try) 2>&5
30019 ac_status=$?
30020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30021 (exit $ac_status); }; }; then
30022 wx_cv_spbcdata=yes
30023 else
30024 echo "$as_me: failed program was:" >&5
30025 sed 's/^/| /' conftest.$ac_ext >&5
30026
30027 wx_cv_spbcdata=no
30028
30029 fi
30030 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30031
30032
30033 fi
30034 echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
30035 echo "${ECHO_T}$wx_cv_spbcdata" >&6
30036
30037 if test $wx_cv_spbcdata = "yes"; then
30038 cat >>confdefs.h <<\_ACEOF
30039 #define HAVE_SPBCDATA 1
30040 _ACEOF
30041
30042 fi
30043 fi
30044
30045 if test "$TOOLKIT" = "PM" ; then
30046 TOOLKIT_DIR="os2"
30047 else
30048 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
30049 fi
30050
30051 if test "$wxUSE_UNIVERSAL" = "yes"; then
30052 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
30053 WIDGET_SET=univ
30054 fi
30055
30056 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
30057 DISTDIR="wx\$(TOOLKIT)"
30058 else
30059 USE_GUI=0
30060
30061 TOOLKIT_DIR="base"
30062
30063 if test "$USE_WIN32" = 1 ; then
30064 TOOLKIT="MSW"
30065 fi
30066
30067 GUIDIST="BASE_DIST"
30068 DISTDIR="wxBase"
30069 fi
30070
30071
30072 if test "$wxUSE_GUI" = "yes"; then
30073 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
30074
30075 for ac_header in X11/Xlib.h
30076 do
30077 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30078 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30079 echo "$as_me:$LINENO: checking for $ac_header" >&5
30080 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30081 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30082 echo $ECHO_N "(cached) $ECHO_C" >&6
30083 fi
30084 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30085 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30086 else
30087 # Is the header compilable?
30088 echo "$as_me:$LINENO: checking $ac_header usability" >&5
30089 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
30090 cat >conftest.$ac_ext <<_ACEOF
30091 /* confdefs.h. */
30092 _ACEOF
30093 cat confdefs.h >>conftest.$ac_ext
30094 cat >>conftest.$ac_ext <<_ACEOF
30095 /* end confdefs.h. */
30096 $ac_includes_default
30097 #include <$ac_header>
30098 _ACEOF
30099 rm -f conftest.$ac_objext
30100 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30101 (eval $ac_compile) 2>conftest.er1
30102 ac_status=$?
30103 grep -v '^ *+' conftest.er1 >conftest.err
30104 rm -f conftest.er1
30105 cat conftest.err >&5
30106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30107 (exit $ac_status); } &&
30108 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30110 (eval $ac_try) 2>&5
30111 ac_status=$?
30112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30113 (exit $ac_status); }; } &&
30114 { ac_try='test -s conftest.$ac_objext'
30115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30116 (eval $ac_try) 2>&5
30117 ac_status=$?
30118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30119 (exit $ac_status); }; }; then
30120 ac_header_compiler=yes
30121 else
30122 echo "$as_me: failed program was:" >&5
30123 sed 's/^/| /' conftest.$ac_ext >&5
30124
30125 ac_header_compiler=no
30126 fi
30127 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30128 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30129 echo "${ECHO_T}$ac_header_compiler" >&6
30130
30131 # Is the header present?
30132 echo "$as_me:$LINENO: checking $ac_header presence" >&5
30133 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
30134 cat >conftest.$ac_ext <<_ACEOF
30135 /* confdefs.h. */
30136 _ACEOF
30137 cat confdefs.h >>conftest.$ac_ext
30138 cat >>conftest.$ac_ext <<_ACEOF
30139 /* end confdefs.h. */
30140 #include <$ac_header>
30141 _ACEOF
30142 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
30143 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
30144 ac_status=$?
30145 grep -v '^ *+' conftest.er1 >conftest.err
30146 rm -f conftest.er1
30147 cat conftest.err >&5
30148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30149 (exit $ac_status); } >/dev/null; then
30150 if test -s conftest.err; then
30151 ac_cpp_err=$ac_c_preproc_warn_flag
30152 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
30153 else
30154 ac_cpp_err=
30155 fi
30156 else
30157 ac_cpp_err=yes
30158 fi
30159 if test -z "$ac_cpp_err"; then
30160 ac_header_preproc=yes
30161 else
30162 echo "$as_me: failed program was:" >&5
30163 sed 's/^/| /' conftest.$ac_ext >&5
30164
30165 ac_header_preproc=no
30166 fi
30167 rm -f conftest.err conftest.$ac_ext
30168 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30169 echo "${ECHO_T}$ac_header_preproc" >&6
30170
30171 # So? What about this header?
30172 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30173 yes:no: )
30174 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
30175 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
30176 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
30177 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
30178 ac_header_preproc=yes
30179 ;;
30180 no:yes:* )
30181 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
30182 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
30183 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
30184 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
30185 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
30186 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
30187 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
30188 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
30189 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
30190 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
30191 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
30192 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
30193 (
30194 cat <<\_ASBOX
30195 ## ----------------------------------------- ##
30196 ## Report this to wx-dev@lists.wxwidgets.org ##
30197 ## ----------------------------------------- ##
30198 _ASBOX
30199 ) |
30200 sed "s/^/$as_me: WARNING: /" >&2
30201 ;;
30202 esac
30203 echo "$as_me:$LINENO: checking for $ac_header" >&5
30204 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30205 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30206 echo $ECHO_N "(cached) $ECHO_C" >&6
30207 else
30208 eval "$as_ac_Header=\$ac_header_preproc"
30209 fi
30210 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30211 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30212
30213 fi
30214 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30215 cat >>confdefs.h <<_ACEOF
30216 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30217 _ACEOF
30218
30219 fi
30220
30221 done
30222
30223
30224 for ac_header in X11/XKBlib.h
30225 do
30226 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30227 echo "$as_me:$LINENO: checking for $ac_header" >&5
30228 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30229 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30230 echo $ECHO_N "(cached) $ECHO_C" >&6
30231 else
30232 cat >conftest.$ac_ext <<_ACEOF
30233 /* confdefs.h. */
30234 _ACEOF
30235 cat confdefs.h >>conftest.$ac_ext
30236 cat >>conftest.$ac_ext <<_ACEOF
30237 /* end confdefs.h. */
30238
30239 #if HAVE_X11_XLIB_H
30240 #include <X11/Xlib.h>
30241 #endif
30242
30243
30244 #include <$ac_header>
30245 _ACEOF
30246 rm -f conftest.$ac_objext
30247 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30248 (eval $ac_compile) 2>conftest.er1
30249 ac_status=$?
30250 grep -v '^ *+' conftest.er1 >conftest.err
30251 rm -f conftest.er1
30252 cat conftest.err >&5
30253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30254 (exit $ac_status); } &&
30255 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30257 (eval $ac_try) 2>&5
30258 ac_status=$?
30259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30260 (exit $ac_status); }; } &&
30261 { ac_try='test -s conftest.$ac_objext'
30262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30263 (eval $ac_try) 2>&5
30264 ac_status=$?
30265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30266 (exit $ac_status); }; }; then
30267 eval "$as_ac_Header=yes"
30268 else
30269 echo "$as_me: failed program was:" >&5
30270 sed 's/^/| /' conftest.$ac_ext >&5
30271
30272 eval "$as_ac_Header=no"
30273 fi
30274 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30275 fi
30276 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30277 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30278 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30279 cat >>confdefs.h <<_ACEOF
30280 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30281 _ACEOF
30282
30283 fi
30284
30285 done
30286
30287 fi
30288 fi
30289
30290
30291
30292 IODBC_C_SRC=""
30293
30294
30295 if test "$TOOLKIT" != "MSW" ; then
30296
30297 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
30298
30299 if test "${ac_cv_header_sql_h+set}" = set; then
30300 echo "$as_me:$LINENO: checking for sql.h" >&5
30301 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
30302 if test "${ac_cv_header_sql_h+set}" = set; then
30303 echo $ECHO_N "(cached) $ECHO_C" >&6
30304 fi
30305 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
30306 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
30307 else
30308 # Is the header compilable?
30309 echo "$as_me:$LINENO: checking sql.h usability" >&5
30310 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
30311 cat >conftest.$ac_ext <<_ACEOF
30312 /* confdefs.h. */
30313 _ACEOF
30314 cat confdefs.h >>conftest.$ac_ext
30315 cat >>conftest.$ac_ext <<_ACEOF
30316 /* end confdefs.h. */
30317 $ac_includes_default
30318 #include <sql.h>
30319 _ACEOF
30320 rm -f conftest.$ac_objext
30321 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30322 (eval $ac_compile) 2>conftest.er1
30323 ac_status=$?
30324 grep -v '^ *+' conftest.er1 >conftest.err
30325 rm -f conftest.er1
30326 cat conftest.err >&5
30327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30328 (exit $ac_status); } &&
30329 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30331 (eval $ac_try) 2>&5
30332 ac_status=$?
30333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30334 (exit $ac_status); }; } &&
30335 { ac_try='test -s conftest.$ac_objext'
30336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30337 (eval $ac_try) 2>&5
30338 ac_status=$?
30339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30340 (exit $ac_status); }; }; then
30341 ac_header_compiler=yes
30342 else
30343 echo "$as_me: failed program was:" >&5
30344 sed 's/^/| /' conftest.$ac_ext >&5
30345
30346 ac_header_compiler=no
30347 fi
30348 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30349 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30350 echo "${ECHO_T}$ac_header_compiler" >&6
30351
30352 # Is the header present?
30353 echo "$as_me:$LINENO: checking sql.h presence" >&5
30354 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
30355 cat >conftest.$ac_ext <<_ACEOF
30356 /* confdefs.h. */
30357 _ACEOF
30358 cat confdefs.h >>conftest.$ac_ext
30359 cat >>conftest.$ac_ext <<_ACEOF
30360 /* end confdefs.h. */
30361 #include <sql.h>
30362 _ACEOF
30363 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
30364 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
30365 ac_status=$?
30366 grep -v '^ *+' conftest.er1 >conftest.err
30367 rm -f conftest.er1
30368 cat conftest.err >&5
30369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30370 (exit $ac_status); } >/dev/null; then
30371 if test -s conftest.err; then
30372 ac_cpp_err=$ac_c_preproc_warn_flag
30373 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
30374 else
30375 ac_cpp_err=
30376 fi
30377 else
30378 ac_cpp_err=yes
30379 fi
30380 if test -z "$ac_cpp_err"; then
30381 ac_header_preproc=yes
30382 else
30383 echo "$as_me: failed program was:" >&5
30384 sed 's/^/| /' conftest.$ac_ext >&5
30385
30386 ac_header_preproc=no
30387 fi
30388 rm -f conftest.err conftest.$ac_ext
30389 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30390 echo "${ECHO_T}$ac_header_preproc" >&6
30391
30392 # So? What about this header?
30393 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30394 yes:no: )
30395 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
30396 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
30397 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
30398 echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
30399 ac_header_preproc=yes
30400 ;;
30401 no:yes:* )
30402 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
30403 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
30404 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
30405 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
30406 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
30407 echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
30408 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
30409 echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
30410 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
30411 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
30412 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
30413 echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
30414 (
30415 cat <<\_ASBOX
30416 ## ----------------------------------------- ##
30417 ## Report this to wx-dev@lists.wxwidgets.org ##
30418 ## ----------------------------------------- ##
30419 _ASBOX
30420 ) |
30421 sed "s/^/$as_me: WARNING: /" >&2
30422 ;;
30423 esac
30424 echo "$as_me:$LINENO: checking for sql.h" >&5
30425 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
30426 if test "${ac_cv_header_sql_h+set}" = set; then
30427 echo $ECHO_N "(cached) $ECHO_C" >&6
30428 else
30429 ac_cv_header_sql_h=$ac_header_preproc
30430 fi
30431 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
30432 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
30433
30434 fi
30435 if test $ac_cv_header_sql_h = yes; then
30436 found_sql_h=1
30437 fi
30438
30439
30440 if test "x$found_sql_h" = "x1" ; then
30441 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
30442 echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
30443 if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
30444 echo $ECHO_N "(cached) $ECHO_C" >&6
30445 else
30446 ac_check_lib_save_LIBS=$LIBS
30447 LIBS="-liodbc $LIBS"
30448 cat >conftest.$ac_ext <<_ACEOF
30449 /* confdefs.h. */
30450 _ACEOF
30451 cat confdefs.h >>conftest.$ac_ext
30452 cat >>conftest.$ac_ext <<_ACEOF
30453 /* end confdefs.h. */
30454
30455 /* Override any gcc2 internal prototype to avoid an error. */
30456 #ifdef __cplusplus
30457 extern "C"
30458 #endif
30459 /* We use char because int might match the return type of a gcc2
30460 builtin and then its argument prototype would still apply. */
30461 char SQLAllocEnv ();
30462 int
30463 main ()
30464 {
30465 SQLAllocEnv ();
30466 ;
30467 return 0;
30468 }
30469 _ACEOF
30470 rm -f conftest.$ac_objext conftest$ac_exeext
30471 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30472 (eval $ac_link) 2>conftest.er1
30473 ac_status=$?
30474 grep -v '^ *+' conftest.er1 >conftest.err
30475 rm -f conftest.er1
30476 cat conftest.err >&5
30477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30478 (exit $ac_status); } &&
30479 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30481 (eval $ac_try) 2>&5
30482 ac_status=$?
30483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30484 (exit $ac_status); }; } &&
30485 { ac_try='test -s conftest$ac_exeext'
30486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30487 (eval $ac_try) 2>&5
30488 ac_status=$?
30489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30490 (exit $ac_status); }; }; then
30491 ac_cv_lib_iodbc_SQLAllocEnv=yes
30492 else
30493 echo "$as_me: failed program was:" >&5
30494 sed 's/^/| /' conftest.$ac_ext >&5
30495
30496 ac_cv_lib_iodbc_SQLAllocEnv=no
30497 fi
30498 rm -f conftest.err conftest.$ac_objext \
30499 conftest$ac_exeext conftest.$ac_ext
30500 LIBS=$ac_check_lib_save_LIBS
30501 fi
30502 echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
30503 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
30504 if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
30505 ODBC_LINK=" -liodbc"
30506 else
30507
30508 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
30509 echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
30510 if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
30511 echo $ECHO_N "(cached) $ECHO_C" >&6
30512 else
30513 ac_check_lib_save_LIBS=$LIBS
30514 LIBS="-lunixodbc $LIBS"
30515 cat >conftest.$ac_ext <<_ACEOF
30516 /* confdefs.h. */
30517 _ACEOF
30518 cat confdefs.h >>conftest.$ac_ext
30519 cat >>conftest.$ac_ext <<_ACEOF
30520 /* end confdefs.h. */
30521
30522 /* Override any gcc2 internal prototype to avoid an error. */
30523 #ifdef __cplusplus
30524 extern "C"
30525 #endif
30526 /* We use char because int might match the return type of a gcc2
30527 builtin and then its argument prototype would still apply. */
30528 char SQLAllocEnv ();
30529 int
30530 main ()
30531 {
30532 SQLAllocEnv ();
30533 ;
30534 return 0;
30535 }
30536 _ACEOF
30537 rm -f conftest.$ac_objext conftest$ac_exeext
30538 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30539 (eval $ac_link) 2>conftest.er1
30540 ac_status=$?
30541 grep -v '^ *+' conftest.er1 >conftest.err
30542 rm -f conftest.er1
30543 cat conftest.err >&5
30544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30545 (exit $ac_status); } &&
30546 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30548 (eval $ac_try) 2>&5
30549 ac_status=$?
30550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30551 (exit $ac_status); }; } &&
30552 { ac_try='test -s conftest$ac_exeext'
30553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30554 (eval $ac_try) 2>&5
30555 ac_status=$?
30556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30557 (exit $ac_status); }; }; then
30558 ac_cv_lib_unixodbc_SQLAllocEnv=yes
30559 else
30560 echo "$as_me: failed program was:" >&5
30561 sed 's/^/| /' conftest.$ac_ext >&5
30562
30563 ac_cv_lib_unixodbc_SQLAllocEnv=no
30564 fi
30565 rm -f conftest.err conftest.$ac_objext \
30566 conftest$ac_exeext conftest.$ac_ext
30567 LIBS=$ac_check_lib_save_LIBS
30568 fi
30569 echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
30570 echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
30571 if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
30572 ODBC_LINK=" -lunixodbc"
30573 else
30574
30575 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
30576 echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
30577 if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
30578 echo $ECHO_N "(cached) $ECHO_C" >&6
30579 else
30580 ac_check_lib_save_LIBS=$LIBS
30581 LIBS="-lodbc $LIBS"
30582 cat >conftest.$ac_ext <<_ACEOF
30583 /* confdefs.h. */
30584 _ACEOF
30585 cat confdefs.h >>conftest.$ac_ext
30586 cat >>conftest.$ac_ext <<_ACEOF
30587 /* end confdefs.h. */
30588
30589 /* Override any gcc2 internal prototype to avoid an error. */
30590 #ifdef __cplusplus
30591 extern "C"
30592 #endif
30593 /* We use char because int might match the return type of a gcc2
30594 builtin and then its argument prototype would still apply. */
30595 char SQLAllocEnv ();
30596 int
30597 main ()
30598 {
30599 SQLAllocEnv ();
30600 ;
30601 return 0;
30602 }
30603 _ACEOF
30604 rm -f conftest.$ac_objext conftest$ac_exeext
30605 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30606 (eval $ac_link) 2>conftest.er1
30607 ac_status=$?
30608 grep -v '^ *+' conftest.er1 >conftest.err
30609 rm -f conftest.er1
30610 cat conftest.err >&5
30611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30612 (exit $ac_status); } &&
30613 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30615 (eval $ac_try) 2>&5
30616 ac_status=$?
30617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30618 (exit $ac_status); }; } &&
30619 { ac_try='test -s conftest$ac_exeext'
30620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30621 (eval $ac_try) 2>&5
30622 ac_status=$?
30623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30624 (exit $ac_status); }; }; then
30625 ac_cv_lib_odbc_SQLAllocEnv=yes
30626 else
30627 echo "$as_me: failed program was:" >&5
30628 sed 's/^/| /' conftest.$ac_ext >&5
30629
30630 ac_cv_lib_odbc_SQLAllocEnv=no
30631 fi
30632 rm -f conftest.err conftest.$ac_objext \
30633 conftest$ac_exeext conftest.$ac_ext
30634 LIBS=$ac_check_lib_save_LIBS
30635 fi
30636 echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
30637 echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
30638 if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
30639 ODBC_LINK=" -lodbc"
30640 fi
30641
30642
30643 fi
30644
30645
30646 fi
30647
30648 fi
30649 if test "x$ODBC_LINK" = "x" ; then
30650 if test "$wxUSE_ODBC" = "sys" ; then
30651 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
30652 echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
30653 { (exit 1); exit 1; }; }
30654 else
30655 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
30656 echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
30657 wxUSE_ODBC=builtin
30658 fi
30659 else
30660 wxUSE_ODBC=sys
30661 fi
30662 fi
30663
30664 if test "$wxUSE_ODBC" = "builtin" ; then
30665 cat >>confdefs.h <<\_ACEOF
30666 #define wxUSE_BUILTIN_IODBC 1
30667 _ACEOF
30668
30669 fi
30670 fi
30671
30672 if test "$wxUSE_ODBC" != "no" ; then
30673 cat >>confdefs.h <<\_ACEOF
30674 #define wxUSE_ODBC 1
30675 _ACEOF
30676
30677 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
30678
30679 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_IODBC_"
30680 fi
30681
30682
30683 if test "$wxUSE_DISPLAY" = "yes"; then
30684 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
30685 echo "$as_me:$LINENO: checking for Xinerama" >&5
30686 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
30687
30688 ac_find_libraries=
30689 for ac_dir in $SEARCH_LIB;
30690 do
30691 for ac_extension in a so sl dylib dll.a; do
30692 if test -f "$ac_dir/libXinerama.$ac_extension"; then
30693 ac_find_libraries=$ac_dir
30694 break 2
30695 fi
30696 done
30697 done
30698
30699 if test "$ac_find_libraries" != "" ; then
30700
30701 if test "$ac_find_libraries" = "default location"; then
30702 ac_path_to_link=""
30703 else
30704 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
30705 result=$?
30706 if test $result = 0; then
30707 ac_path_to_link=""
30708 else
30709 ac_path_to_link=" -L$ac_find_libraries"
30710 fi
30711 fi
30712
30713 if test "$ac_path_to_link" != " -L/usr/lib" ; then
30714 LDFLAGS="$LDFLAGS $ac_path_to_link"
30715 fi
30716 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
30717 echo "$as_me:$LINENO: result: yes" >&5
30718 echo "${ECHO_T}yes" >&6
30719
30720 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
30721 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
30722
30723 ac_find_libraries=
30724 for ac_dir in $SEARCH_LIB;
30725 do
30726 for ac_extension in a so sl dylib dll.a; do
30727 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
30728 ac_find_libraries=$ac_dir
30729 break 2
30730 fi
30731 done
30732 done
30733
30734 if test "$ac_find_libraries" != "" ; then
30735 echo "$as_me:$LINENO: result: yes" >&5
30736 echo "${ECHO_T}yes" >&6
30737
30738 for ac_header in X11/extensions/xf86vmode.h
30739 do
30740 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30741 echo "$as_me:$LINENO: checking for $ac_header" >&5
30742 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30743 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30744 echo $ECHO_N "(cached) $ECHO_C" >&6
30745 else
30746 cat >conftest.$ac_ext <<_ACEOF
30747 /* confdefs.h. */
30748 _ACEOF
30749 cat confdefs.h >>conftest.$ac_ext
30750 cat >>conftest.$ac_ext <<_ACEOF
30751 /* end confdefs.h. */
30752
30753 #if HAVE_X11_XLIB_H
30754 #include <X11/Xlib.h>
30755 #endif
30756
30757
30758 #include <$ac_header>
30759 _ACEOF
30760 rm -f conftest.$ac_objext
30761 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30762 (eval $ac_compile) 2>conftest.er1
30763 ac_status=$?
30764 grep -v '^ *+' conftest.er1 >conftest.err
30765 rm -f conftest.er1
30766 cat conftest.err >&5
30767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30768 (exit $ac_status); } &&
30769 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30771 (eval $ac_try) 2>&5
30772 ac_status=$?
30773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30774 (exit $ac_status); }; } &&
30775 { ac_try='test -s conftest.$ac_objext'
30776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30777 (eval $ac_try) 2>&5
30778 ac_status=$?
30779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30780 (exit $ac_status); }; }; then
30781 eval "$as_ac_Header=yes"
30782 else
30783 echo "$as_me: failed program was:" >&5
30784 sed 's/^/| /' conftest.$ac_ext >&5
30785
30786 eval "$as_ac_Header=no"
30787 fi
30788 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30789 fi
30790 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30791 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30792 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30793 cat >>confdefs.h <<_ACEOF
30794 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30795 _ACEOF
30796
30797 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
30798
30799 fi
30800
30801 done
30802
30803 else
30804 echo "$as_me:$LINENO: result: no" >&5
30805 echo "${ECHO_T}no" >&6
30806 fi
30807
30808 else
30809 echo "$as_me:$LINENO: result: no" >&5
30810 echo "${ECHO_T}no" >&6
30811 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
30812 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
30813 wxUSE_DISPLAY="no"
30814 fi
30815 elif test "$wxUSE_MSW" = 1; then
30816
30817
30818 for ac_header in multimon.h ddraw.h
30819 do
30820 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30821 echo "$as_me:$LINENO: checking for $ac_header" >&5
30822 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30823 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30824 echo $ECHO_N "(cached) $ECHO_C" >&6
30825 else
30826 cat >conftest.$ac_ext <<_ACEOF
30827 /* confdefs.h. */
30828 _ACEOF
30829 cat confdefs.h >>conftest.$ac_ext
30830 cat >>conftest.$ac_ext <<_ACEOF
30831 /* end confdefs.h. */
30832 #include <windows.h>
30833
30834 #include <$ac_header>
30835 _ACEOF
30836 rm -f conftest.$ac_objext
30837 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30838 (eval $ac_compile) 2>conftest.er1
30839 ac_status=$?
30840 grep -v '^ *+' conftest.er1 >conftest.err
30841 rm -f conftest.er1
30842 cat conftest.err >&5
30843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30844 (exit $ac_status); } &&
30845 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30847 (eval $ac_try) 2>&5
30848 ac_status=$?
30849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30850 (exit $ac_status); }; } &&
30851 { ac_try='test -s conftest.$ac_objext'
30852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30853 (eval $ac_try) 2>&5
30854 ac_status=$?
30855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30856 (exit $ac_status); }; }; then
30857 eval "$as_ac_Header=yes"
30858 else
30859 echo "$as_me: failed program was:" >&5
30860 sed 's/^/| /' conftest.$ac_ext >&5
30861
30862 eval "$as_ac_Header=no"
30863 fi
30864 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30865 fi
30866 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30867 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30868 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30869 cat >>confdefs.h <<_ACEOF
30870 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30871 _ACEOF
30872
30873 else
30874
30875 wxUSE_DISPLAY="no"
30876 { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5
30877 echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;}
30878
30879 fi
30880
30881 done
30882
30883 fi
30884 fi
30885
30886
30887 USE_OPENGL=0
30888 if test "$wxUSE_OPENGL" = "yes"; then
30889 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
30890 OPENGL_LIBS="-framework OpenGL -framework AGL"
30891 elif test "$wxUSE_MSW" = 1; then
30892 OPENGL_LIBS="-lopengl32 -lglu32"
30893 else
30894
30895
30896 ac_find_includes=
30897 for ac_dir in $SEARCH_INCLUDE /usr/include;
30898 do
30899 if test -f "$ac_dir/GL/gl.h"; then
30900 ac_find_includes=$ac_dir
30901 break
30902 fi
30903 done
30904
30905 if test "$ac_find_includes" != "" ; then
30906 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
30907 echo "${ECHO_T}found in $ac_find_includes" >&6
30908
30909 if test "x$ac_find_includes" = "x/usr/include"; then
30910 ac_path_to_include=""
30911 else
30912 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
30913 result=$?
30914 if test $result = 0; then
30915 ac_path_to_include=""
30916 else
30917 ac_path_to_include=" -I$ac_find_includes"
30918 fi
30919 fi
30920
30921 CPPFLAGS="$CPPFLAGS$ac_path_to_include"
30922 fi
30923
30924 if test "${ac_cv_header_GL_gl_h+set}" = set; then
30925 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
30926 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
30927 if test "${ac_cv_header_GL_gl_h+set}" = set; then
30928 echo $ECHO_N "(cached) $ECHO_C" >&6
30929 fi
30930 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
30931 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
30932 else
30933 # Is the header compilable?
30934 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
30935 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
30936 cat >conftest.$ac_ext <<_ACEOF
30937 /* confdefs.h. */
30938 _ACEOF
30939 cat confdefs.h >>conftest.$ac_ext
30940 cat >>conftest.$ac_ext <<_ACEOF
30941 /* end confdefs.h. */
30942 $ac_includes_default
30943 #include <GL/gl.h>
30944 _ACEOF
30945 rm -f conftest.$ac_objext
30946 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30947 (eval $ac_compile) 2>conftest.er1
30948 ac_status=$?
30949 grep -v '^ *+' conftest.er1 >conftest.err
30950 rm -f conftest.er1
30951 cat conftest.err >&5
30952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30953 (exit $ac_status); } &&
30954 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30956 (eval $ac_try) 2>&5
30957 ac_status=$?
30958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30959 (exit $ac_status); }; } &&
30960 { ac_try='test -s conftest.$ac_objext'
30961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30962 (eval $ac_try) 2>&5
30963 ac_status=$?
30964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30965 (exit $ac_status); }; }; then
30966 ac_header_compiler=yes
30967 else
30968 echo "$as_me: failed program was:" >&5
30969 sed 's/^/| /' conftest.$ac_ext >&5
30970
30971 ac_header_compiler=no
30972 fi
30973 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30974 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30975 echo "${ECHO_T}$ac_header_compiler" >&6
30976
30977 # Is the header present?
30978 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
30979 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
30980 cat >conftest.$ac_ext <<_ACEOF
30981 /* confdefs.h. */
30982 _ACEOF
30983 cat confdefs.h >>conftest.$ac_ext
30984 cat >>conftest.$ac_ext <<_ACEOF
30985 /* end confdefs.h. */
30986 #include <GL/gl.h>
30987 _ACEOF
30988 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
30989 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
30990 ac_status=$?
30991 grep -v '^ *+' conftest.er1 >conftest.err
30992 rm -f conftest.er1
30993 cat conftest.err >&5
30994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30995 (exit $ac_status); } >/dev/null; then
30996 if test -s conftest.err; then
30997 ac_cpp_err=$ac_c_preproc_warn_flag
30998 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
30999 else
31000 ac_cpp_err=
31001 fi
31002 else
31003 ac_cpp_err=yes
31004 fi
31005 if test -z "$ac_cpp_err"; then
31006 ac_header_preproc=yes
31007 else
31008 echo "$as_me: failed program was:" >&5
31009 sed 's/^/| /' conftest.$ac_ext >&5
31010
31011 ac_header_preproc=no
31012 fi
31013 rm -f conftest.err conftest.$ac_ext
31014 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31015 echo "${ECHO_T}$ac_header_preproc" >&6
31016
31017 # So? What about this header?
31018 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31019 yes:no: )
31020 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
31021 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
31022 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
31023 echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
31024 ac_header_preproc=yes
31025 ;;
31026 no:yes:* )
31027 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
31028 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
31029 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
31030 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
31031 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
31032 echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
31033 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
31034 echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
31035 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
31036 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
31037 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
31038 echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
31039 (
31040 cat <<\_ASBOX
31041 ## ----------------------------------------- ##
31042 ## Report this to wx-dev@lists.wxwidgets.org ##
31043 ## ----------------------------------------- ##
31044 _ASBOX
31045 ) |
31046 sed "s/^/$as_me: WARNING: /" >&2
31047 ;;
31048 esac
31049 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
31050 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
31051 if test "${ac_cv_header_GL_gl_h+set}" = set; then
31052 echo $ECHO_N "(cached) $ECHO_C" >&6
31053 else
31054 ac_cv_header_GL_gl_h=$ac_header_preproc
31055 fi
31056 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
31057 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
31058
31059 fi
31060 if test $ac_cv_header_GL_gl_h = yes; then
31061
31062 found_gl=0
31063
31064 echo "$as_me:$LINENO: checking for -lGL" >&5
31065 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
31066
31067 ac_find_libraries=
31068 for ac_dir in $SEARCH_LIB;
31069 do
31070 for ac_extension in a so sl dylib dll.a; do
31071 if test -f "$ac_dir/libGL.$ac_extension"; then
31072 ac_find_libraries=$ac_dir
31073 break 2
31074 fi
31075 done
31076 done
31077
31078 if test "$ac_find_libraries" != "" ; then
31079 echo "$as_me:$LINENO: result: yes" >&5
31080 echo "${ECHO_T}yes" >&6
31081
31082
31083 if test "$ac_find_libraries" = "default location"; then
31084 ac_path_to_link=""
31085 else
31086 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
31087 result=$?
31088 if test $result = 0; then
31089 ac_path_to_link=""
31090 else
31091 ac_path_to_link=" -L$ac_find_libraries"
31092 fi
31093 fi
31094
31095 if test "$ac_path_to_link" != " -L/usr/lib" ; then
31096 LDFLAGS_GL="$ac_path_to_link"
31097 fi
31098
31099 echo "$as_me:$LINENO: checking for -lGLU" >&5
31100 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6
31101
31102 ac_find_libraries=
31103 for ac_dir in $SEARCH_LIB;
31104 do
31105 for ac_extension in a so sl dylib dll.a; do
31106 if test -f "$ac_dir/libGLU.$ac_extension"; then
31107 ac_find_libraries=$ac_dir
31108 break 2
31109 fi
31110 done
31111 done
31112
31113 if test "$ac_find_libraries" != "" ; then
31114
31115 if test "$ac_find_libraries" = "default location"; then
31116 ac_path_to_link=""
31117 else
31118 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
31119 result=$?
31120 if test $result = 0; then
31121 ac_path_to_link=""
31122 else
31123 ac_path_to_link=" -L$ac_find_libraries"
31124 fi
31125 fi
31126
31127 if test "$ac_path_to_link" != " -L/usr/lib" -a \
31128 "$ac_path_to_link" != "$LDFLAGS_GL"; then
31129 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
31130 fi
31131
31132 found_gl=1
31133 OPENGL_LIBS="-lGL -lGLU"
31134 echo "$as_me:$LINENO: result: yes" >&5
31135 echo "${ECHO_T}yes" >&6
31136 else
31137 echo "$as_me:$LINENO: result: no" >&5
31138 echo "${ECHO_T}no" >&6
31139 fi
31140 else
31141 echo "$as_me:$LINENO: result: no" >&5
31142 echo "${ECHO_T}no" >&6
31143 fi
31144
31145 if test "$found_gl" != 1; then
31146 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
31147 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
31148
31149 ac_find_libraries=
31150 for ac_dir in $SEARCH_LIB;
31151 do
31152 for ac_extension in a so sl dylib dll.a; do
31153 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
31154 ac_find_libraries=$ac_dir
31155 break 2
31156 fi
31157 done
31158 done
31159
31160 if test "$ac_find_libraries" != "" ; then
31161
31162 if test "$ac_find_libraries" = "default location"; then
31163 ac_path_to_link=""
31164 else
31165 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
31166 result=$?
31167 if test $result = 0; then
31168 ac_path_to_link=""
31169 else
31170 ac_path_to_link=" -L$ac_find_libraries"
31171 fi
31172 fi
31173
31174 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
31175 OPENGL_LIBS="-lMesaGL -lMesaGLU"
31176 echo "$as_me:$LINENO: result: yes" >&5
31177 echo "${ECHO_T}yes" >&6
31178 else
31179 echo "$as_me:$LINENO: result: no" >&5
31180 echo "${ECHO_T}no" >&6
31181 fi
31182 fi
31183
31184 fi
31185
31186
31187
31188 if test "x$OPENGL_LIBS" = "x"; then
31189 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
31190 echo "$as_me: error: OpenGL libraries not available" >&2;}
31191 { (exit 1); exit 1; }; }
31192 fi
31193 fi
31194
31195 if test "$wxUSE_OPENGL" = "yes"; then
31196 USE_OPENGL=1
31197 cat >>confdefs.h <<\_ACEOF
31198 #define wxUSE_OPENGL 1
31199 _ACEOF
31200
31201 cat >>confdefs.h <<\_ACEOF
31202 #define wxUSE_GLCANVAS 1
31203 _ACEOF
31204
31205 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
31206 fi
31207 fi
31208
31209
31210 if test -n "$TOOLKIT" ; then
31211 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
31212 fi
31213
31214
31215
31216 if test "$wxUSE_SHARED" = "yes"; then
31217 case "${host}" in
31218 *-pc-msdosdjgpp )
31219 wxUSE_SHARED=no
31220 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
31221 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
31222 ;;
31223 esac
31224 fi
31225
31226 if test "$wxUSE_SHARED" = "yes"; then
31227
31228
31229 found_versioning=no
31230
31231
31232 if test $found_versioning = no ; then
31233 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
31234 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
31235 if test "${wx_cv_version_script+set}" = set; then
31236 echo $ECHO_N "(cached) $ECHO_C" >&6
31237 else
31238
31239 echo "VER_1 { *; };" >conftest.sym
31240 echo "int main() { return 0; }" >conftest.cpp
31241
31242 if { ac_try='
31243 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
31244 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
31245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31246 (eval $ac_try) 2>&5
31247 ac_status=$?
31248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31249 (exit $ac_status); }; } ; then
31250 if test -s conftest.stderr ; then
31251 wx_cv_version_script=no
31252 else
31253 wx_cv_version_script=yes
31254 fi
31255 else
31256 wx_cv_version_script=no
31257 fi
31258
31259 if test $wx_cv_version_script = yes
31260 then
31261 echo "struct B { virtual ~B() { } }; \
31262 struct D : public B { }; \
31263 void F() { D d; }" > conftest.cpp
31264
31265 if { ac_try='
31266 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
31267 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
31268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31269 (eval $ac_try) 2>&5
31270 ac_status=$?
31271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31272 (exit $ac_status); }; } &&
31273 { ac_try='
31274 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
31275 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
31276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31277 (eval $ac_try) 2>&5
31278 ac_status=$?
31279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31280 (exit $ac_status); }; }
31281 then
31282 if { ac_try='
31283 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
31284 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
31285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31286 (eval $ac_try) 2>&5
31287 ac_status=$?
31288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31289 (exit $ac_status); }; }
31290 then
31291 wx_cv_version_script=yes
31292 else
31293 wx_cv_version_script=no
31294 fi
31295 fi
31296 fi
31297
31298 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
31299 rm -f conftest1.output conftest2.output conftest3.output
31300
31301 fi
31302 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
31303 echo "${ECHO_T}$wx_cv_version_script" >&6
31304 if test $wx_cv_version_script = yes ; then
31305 LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script"
31306 fi
31307 fi
31308
31309
31310 case "${host}" in
31311 *-*-linux* | *-*-gnu* )
31312 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
31313 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
31314 ;;
31315
31316 *-*-solaris2* )
31317 if test "$GCC" = yes ; then
31318 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
31319
31320 saveLdflags="$LDFLAGS"
31321 LDFLAGS="$saveLdflags -Wl,-rpath,/"
31322 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
31323 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
31324 cat >conftest.$ac_ext <<_ACEOF
31325 /* confdefs.h. */
31326 _ACEOF
31327 cat confdefs.h >>conftest.$ac_ext
31328 cat >>conftest.$ac_ext <<_ACEOF
31329 /* end confdefs.h. */
31330
31331 int
31332 main ()
31333 {
31334
31335 ;
31336 return 0;
31337 }
31338 _ACEOF
31339 rm -f conftest.$ac_objext conftest$ac_exeext
31340 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31341 (eval $ac_link) 2>conftest.er1
31342 ac_status=$?
31343 grep -v '^ *+' conftest.er1 >conftest.err
31344 rm -f conftest.er1
31345 cat conftest.err >&5
31346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31347 (exit $ac_status); } &&
31348 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31350 (eval $ac_try) 2>&5
31351 ac_status=$?
31352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31353 (exit $ac_status); }; } &&
31354 { ac_try='test -s conftest$ac_exeext'
31355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31356 (eval $ac_try) 2>&5
31357 ac_status=$?
31358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31359 (exit $ac_status); }; }; then
31360
31361 echo "$as_me:$LINENO: result: yes" >&5
31362 echo "${ECHO_T}yes" >&6
31363 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
31364 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
31365
31366 else
31367 echo "$as_me: failed program was:" >&5
31368 sed 's/^/| /' conftest.$ac_ext >&5
31369
31370
31371 echo "$as_me:$LINENO: result: no" >&5
31372 echo "${ECHO_T}no" >&6
31373 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
31374 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
31375 LDFLAGS="$saveLdflags -Wl,-R,/"
31376 cat >conftest.$ac_ext <<_ACEOF
31377 /* confdefs.h. */
31378 _ACEOF
31379 cat confdefs.h >>conftest.$ac_ext
31380 cat >>conftest.$ac_ext <<_ACEOF
31381 /* end confdefs.h. */
31382
31383 int
31384 main ()
31385 {
31386
31387 ;
31388 return 0;
31389 }
31390 _ACEOF
31391 rm -f conftest.$ac_objext conftest$ac_exeext
31392 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31393 (eval $ac_link) 2>conftest.er1
31394 ac_status=$?
31395 grep -v '^ *+' conftest.er1 >conftest.err
31396 rm -f conftest.er1
31397 cat conftest.err >&5
31398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31399 (exit $ac_status); } &&
31400 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31402 (eval $ac_try) 2>&5
31403 ac_status=$?
31404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31405 (exit $ac_status); }; } &&
31406 { ac_try='test -s conftest$ac_exeext'
31407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31408 (eval $ac_try) 2>&5
31409 ac_status=$?
31410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31411 (exit $ac_status); }; }; then
31412
31413 echo "$as_me:$LINENO: result: yes" >&5
31414 echo "${ECHO_T}yes" >&6
31415 SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib"
31416 WXCONFIG_RPATH="-Wl,-R,\$libdir"
31417
31418 else
31419 echo "$as_me: failed program was:" >&5
31420 sed 's/^/| /' conftest.$ac_ext >&5
31421
31422
31423 echo "$as_me:$LINENO: result: no" >&5
31424 echo "${ECHO_T}no" >&6
31425
31426 fi
31427 rm -f conftest.err conftest.$ac_objext \
31428 conftest$ac_exeext conftest.$ac_ext
31429
31430 fi
31431 rm -f conftest.err conftest.$ac_objext \
31432 conftest$ac_exeext conftest.$ac_ext
31433 LDFLAGS="$saveLdflags"
31434 else
31435 SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib"
31436 WXCONFIG_RPATH="-R\$libdir"
31437 fi
31438 ;;
31439
31440 *-*-darwin* )
31441 install_name_tool=`which install_name_tool`
31442 if test "$install_name_tool" -a -x "$install_name_tool"; then
31443 SAMPLES_RPATH_POSTLINK="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
31444 cat <<EOF >change-install-names
31445 #!/bin/sh
31446 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
31447 inst_cmd="install_name_tool "
31448 for i in \${libnames} ; do
31449 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
31450 done
31451 \${inst_cmd} \${3}
31452 EOF
31453 chmod +x change-install-names
31454 fi
31455 ;;
31456
31457 *-*-cygwin* | *-*-mingw32* )
31458 WXCONFIG_ONLY_CPPFLAGS="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
31459 ;;
31460
31461 *-*-hpux* )
31462 SAMPLES_RPATH_FLAG="-Wl,+b,\$(top_builddir)lib"
31463 WXCONFIG_RPATH="-Wl,+b,\$libdir"
31464 ;;
31465
31466 esac
31467
31468 if test $wxUSE_RPATH = "no"; then
31469 SAMPLES_RPATH_FLAG=''
31470 SAMPLES_RPATH_POSTLINK=''
31471 WXCONFIG_RPATH=''
31472 fi
31473
31474 SHARED=1
31475
31476 else
31477
31478 config_linkage_component="-static"
31479 SHARED=0
31480
31481 fi
31482
31483
31484 UNICODE=0
31485 lib_unicode_suffix=
31486 WX_CHARTYPE="ansi"
31487 if test "$wxUSE_UNICODE" = "yes"; then
31488 lib_unicode_suffix=u
31489 WX_CHARTYPE="unicode"
31490 UNICODE=1
31491 fi
31492
31493 lib_debug_suffix=
31494 WX_DEBUGTYPE="release"
31495 DEBUG_FLAG=0
31496 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
31497 lib_debug_suffix=d
31498 WX_DEBUGTYPE="debug"
31499 DEBUG_FLAG=1
31500 fi
31501
31502 WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
31503 WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
31504
31505 DEBUG_INFO=0
31506 if test "$wxUSE_DEBUG_INFO" = "yes"; then
31507 DEBUG_INFO=1
31508 fi
31509
31510 WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
31511
31512 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
31513
31514 TOOLCHAIN_FULLNAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
31515
31516 if test "$cross_compiling" = "yes"; then
31517 HOST_SUFFIX="-$host_alias"
31518 TOOLCHAIN_NAME="$TOOLCHAIN_NAME$HOST_SUFFIX"
31519 TOOLCHAIN_FULLNAME="${host_alias}-$TOOLCHAIN_FULLNAME"
31520 fi
31521
31522 WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
31523 if test "${TOOLKIT_DIR}" = "os2"; then
31524 WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
31525 else
31526 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
31527 fi
31528
31529
31530
31531 if test "$wxUSE_COCOA" = 1; then
31532
31533
31534 ac_ext=c
31535 ac_cpp='$CPP $CPPFLAGS'
31536 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31537 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31538 ac_compiler_gnu=$ac_cv_c_compiler_gnu
31539
31540 ac_ext=m
31541
31542 echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
31543 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6
31544 cat >conftest.$ac_ext <<_ACEOF
31545 /* confdefs.h. */
31546 _ACEOF
31547 cat confdefs.h >>conftest.$ac_ext
31548 cat >>conftest.$ac_ext <<_ACEOF
31549 /* end confdefs.h. */
31550 #include <AppKit/NSEvent.h>
31551 #include <CoreFoundation/CoreFoundation.h>
31552
31553 int
31554 main ()
31555 {
31556
31557 ;
31558 return 0;
31559 }
31560 _ACEOF
31561 rm -f conftest.$ac_objext
31562 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31563 (eval $ac_compile) 2>conftest.er1
31564 ac_status=$?
31565 grep -v '^ *+' conftest.er1 >conftest.err
31566 rm -f conftest.er1
31567 cat conftest.err >&5
31568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31569 (exit $ac_status); } &&
31570 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31572 (eval $ac_try) 2>&5
31573 ac_status=$?
31574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31575 (exit $ac_status); }; } &&
31576 { ac_try='test -s conftest.$ac_objext'
31577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31578 (eval $ac_try) 2>&5
31579 ac_status=$?
31580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31581 (exit $ac_status); }; }; then
31582 echo "$as_me:$LINENO: result: no" >&5
31583 echo "${ECHO_T}no" >&6
31584 else
31585 echo "$as_me: failed program was:" >&5
31586 sed 's/^/| /' conftest.$ac_ext >&5
31587
31588 echo "$as_me:$LINENO: result: yes" >&5
31589 echo "${ECHO_T}yes" >&6
31590 echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
31591 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6
31592 cat >conftest.$ac_ext <<_ACEOF
31593 /* confdefs.h. */
31594 _ACEOF
31595 cat confdefs.h >>conftest.$ac_ext
31596 cat >>conftest.$ac_ext <<_ACEOF
31597 /* end confdefs.h. */
31598 #define __Point__ 1
31599 #include <AppKit/NSEvent.h>
31600 #include <CoreFoundation/CoreFoundation.h>
31601
31602 int
31603 main ()
31604 {
31605
31606 ;
31607 return 0;
31608 }
31609 _ACEOF
31610 rm -f conftest.$ac_objext
31611 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31612 (eval $ac_compile) 2>conftest.er1
31613 ac_status=$?
31614 grep -v '^ *+' conftest.er1 >conftest.err
31615 rm -f conftest.er1
31616 cat conftest.err >&5
31617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31618 (exit $ac_status); } &&
31619 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31621 (eval $ac_try) 2>&5
31622 ac_status=$?
31623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31624 (exit $ac_status); }; } &&
31625 { ac_try='test -s conftest.$ac_objext'
31626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31627 (eval $ac_try) 2>&5
31628 ac_status=$?
31629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31630 (exit $ac_status); }; }; then
31631 echo "$as_me:$LINENO: result: yes" >&5
31632 echo "${ECHO_T}yes" >&6
31633 cat >>confdefs.h <<\_ACEOF
31634 #define __Point__ 1
31635 _ACEOF
31636
31637
31638 else
31639 echo "$as_me: failed program was:" >&5
31640 sed 's/^/| /' conftest.$ac_ext >&5
31641
31642 { { echo "$as_me:$LINENO: error: no
31643 See \`config.log' for more details." >&5
31644 echo "$as_me: error: no
31645 See \`config.log' for more details." >&2;}
31646 { (exit 1); exit 1; }; }
31647
31648 fi
31649 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31650
31651 fi
31652 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31653 ac_ext=c
31654 ac_cpp='$CPP $CPPFLAGS'
31655 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31656 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31657 ac_compiler_gnu=$ac_cv_c_compiler_gnu
31658
31659 fi
31660
31661 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
31662 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
31663 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
31664
31665 LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
31666
31667 # Extract the first word of "Rez", so it can be a program name with args.
31668 set dummy Rez; ac_word=$2
31669 echo "$as_me:$LINENO: checking for $ac_word" >&5
31670 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31671 if test "${ac_cv_prog_REZ+set}" = set; then
31672 echo $ECHO_N "(cached) $ECHO_C" >&6
31673 else
31674 if test -n "$REZ"; then
31675 ac_cv_prog_REZ="$REZ" # Let the user override the test.
31676 else
31677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31678 for as_dir in $PATH
31679 do
31680 IFS=$as_save_IFS
31681 test -z "$as_dir" && as_dir=.
31682 for ac_exec_ext in '' $ac_executable_extensions; do
31683 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31684 ac_cv_prog_REZ="Rez"
31685 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31686 break 2
31687 fi
31688 done
31689 done
31690
31691 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez"
31692 fi
31693 fi
31694 REZ=$ac_cv_prog_REZ
31695 if test -n "$REZ"; then
31696 echo "$as_me:$LINENO: result: $REZ" >&5
31697 echo "${ECHO_T}$REZ" >&6
31698 else
31699 echo "$as_me:$LINENO: result: no" >&5
31700 echo "${ECHO_T}no" >&6
31701 fi
31702
31703 # Extract the first word of "DeRez", so it can be a program name with args.
31704 set dummy DeRez; ac_word=$2
31705 echo "$as_me:$LINENO: checking for $ac_word" >&5
31706 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31707 if test "${ac_cv_prog_DEREZ+set}" = set; then
31708 echo $ECHO_N "(cached) $ECHO_C" >&6
31709 else
31710 if test -n "$DEREZ"; then
31711 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
31712 else
31713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31714 for as_dir in $PATH
31715 do
31716 IFS=$as_save_IFS
31717 test -z "$as_dir" && as_dir=.
31718 for ac_exec_ext in '' $ac_executable_extensions; do
31719 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31720 ac_cv_prog_DEREZ="DeRez"
31721 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31722 break 2
31723 fi
31724 done
31725 done
31726
31727 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
31728 fi
31729 fi
31730 DEREZ=$ac_cv_prog_DEREZ
31731 if test -n "$DEREZ"; then
31732 echo "$as_me:$LINENO: result: $DEREZ" >&5
31733 echo "${ECHO_T}$DEREZ" >&6
31734 else
31735 echo "$as_me:$LINENO: result: no" >&5
31736 echo "${ECHO_T}no" >&6
31737 fi
31738
31739 # Extract the first word of "SetFile", so it can be a program name with args.
31740 set dummy SetFile; ac_word=$2
31741 echo "$as_me:$LINENO: checking for $ac_word" >&5
31742 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31743 if test "${ac_cv_prog_SETFILE+set}" = set; then
31744 echo $ECHO_N "(cached) $ECHO_C" >&6
31745 else
31746 if test -n "$SETFILE"; then
31747 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
31748 else
31749 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31750 for as_dir in $PATH
31751 do
31752 IFS=$as_save_IFS
31753 test -z "$as_dir" && as_dir=.
31754 for ac_exec_ext in '' $ac_executable_extensions; do
31755 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31756 ac_cv_prog_SETFILE="SetFile"
31757 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31758 break 2
31759 fi
31760 done
31761 done
31762
31763 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
31764 fi
31765 fi
31766 SETFILE=$ac_cv_prog_SETFILE
31767 if test -n "$SETFILE"; then
31768 echo "$as_me:$LINENO: result: $SETFILE" >&5
31769 echo "${ECHO_T}$SETFILE" >&6
31770 else
31771 echo "$as_me:$LINENO: result: no" >&5
31772 echo "${ECHO_T}no" >&6
31773 fi
31774
31775
31776 MACSETFILE="\$(SETFILE)"
31777
31778 if test "$wxUSE_MAC" = 1; then
31779 POSTLINK_COMMAND="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o"
31780
31781 WXCONFIG_POSTLINK_COMMAND="${REZ} -d __DARWIN__ -t APPL Carbon.r -o"
31782 else
31783 POSTLINK_COMMAND="echo -n | \$(REZ) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
31784 WXCONFIG_POSTLINK_COMMAND="echo -n \\\| ${REZ} -d __DARWIN__ -t APPL \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
31785 fi
31786 else
31787 MACSETFILE="@true"
31788 WXCONFIG_POSTLINK_COMMAND="@true"
31789
31790 if test "$wxUSE_PM" = 1; then
31791 POSTLINK_COMMAND="emxbind -ep"
31792 else
31793 POSTLINK_COMMAND="@true"
31794 fi
31795 fi
31796
31797
31798
31799 echo "$as_me:$LINENO: checking for mode_t" >&5
31800 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
31801 if test "${ac_cv_type_mode_t+set}" = set; then
31802 echo $ECHO_N "(cached) $ECHO_C" >&6
31803 else
31804 cat >conftest.$ac_ext <<_ACEOF
31805 /* confdefs.h. */
31806 _ACEOF
31807 cat confdefs.h >>conftest.$ac_ext
31808 cat >>conftest.$ac_ext <<_ACEOF
31809 /* end confdefs.h. */
31810 $ac_includes_default
31811 int
31812 main ()
31813 {
31814 if ((mode_t *) 0)
31815 return 0;
31816 if (sizeof (mode_t))
31817 return 0;
31818 ;
31819 return 0;
31820 }
31821 _ACEOF
31822 rm -f conftest.$ac_objext
31823 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31824 (eval $ac_compile) 2>conftest.er1
31825 ac_status=$?
31826 grep -v '^ *+' conftest.er1 >conftest.err
31827 rm -f conftest.er1
31828 cat conftest.err >&5
31829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31830 (exit $ac_status); } &&
31831 { ac_try='test -z "$ac_c_werror_flag" || 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 ac_cv_type_mode_t=yes
31844 else
31845 echo "$as_me: failed program was:" >&5
31846 sed 's/^/| /' conftest.$ac_ext >&5
31847
31848 ac_cv_type_mode_t=no
31849 fi
31850 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31851 fi
31852 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
31853 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
31854 if test $ac_cv_type_mode_t = yes; then
31855 :
31856 else
31857
31858 cat >>confdefs.h <<_ACEOF
31859 #define mode_t int
31860 _ACEOF
31861
31862 fi
31863
31864 echo "$as_me:$LINENO: checking for off_t" >&5
31865 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
31866 if test "${ac_cv_type_off_t+set}" = set; then
31867 echo $ECHO_N "(cached) $ECHO_C" >&6
31868 else
31869 cat >conftest.$ac_ext <<_ACEOF
31870 /* confdefs.h. */
31871 _ACEOF
31872 cat confdefs.h >>conftest.$ac_ext
31873 cat >>conftest.$ac_ext <<_ACEOF
31874 /* end confdefs.h. */
31875 $ac_includes_default
31876 int
31877 main ()
31878 {
31879 if ((off_t *) 0)
31880 return 0;
31881 if (sizeof (off_t))
31882 return 0;
31883 ;
31884 return 0;
31885 }
31886 _ACEOF
31887 rm -f conftest.$ac_objext
31888 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31889 (eval $ac_compile) 2>conftest.er1
31890 ac_status=$?
31891 grep -v '^ *+' conftest.er1 >conftest.err
31892 rm -f conftest.er1
31893 cat conftest.err >&5
31894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31895 (exit $ac_status); } &&
31896 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31898 (eval $ac_try) 2>&5
31899 ac_status=$?
31900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31901 (exit $ac_status); }; } &&
31902 { ac_try='test -s conftest.$ac_objext'
31903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31904 (eval $ac_try) 2>&5
31905 ac_status=$?
31906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31907 (exit $ac_status); }; }; then
31908 ac_cv_type_off_t=yes
31909 else
31910 echo "$as_me: failed program was:" >&5
31911 sed 's/^/| /' conftest.$ac_ext >&5
31912
31913 ac_cv_type_off_t=no
31914 fi
31915 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31916 fi
31917 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
31918 echo "${ECHO_T}$ac_cv_type_off_t" >&6
31919 if test $ac_cv_type_off_t = yes; then
31920 :
31921 else
31922
31923 cat >>confdefs.h <<_ACEOF
31924 #define off_t long
31925 _ACEOF
31926
31927 fi
31928
31929 echo "$as_me:$LINENO: checking for pid_t" >&5
31930 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
31931 if test "${ac_cv_type_pid_t+set}" = set; then
31932 echo $ECHO_N "(cached) $ECHO_C" >&6
31933 else
31934 cat >conftest.$ac_ext <<_ACEOF
31935 /* confdefs.h. */
31936 _ACEOF
31937 cat confdefs.h >>conftest.$ac_ext
31938 cat >>conftest.$ac_ext <<_ACEOF
31939 /* end confdefs.h. */
31940 $ac_includes_default
31941 int
31942 main ()
31943 {
31944 if ((pid_t *) 0)
31945 return 0;
31946 if (sizeof (pid_t))
31947 return 0;
31948 ;
31949 return 0;
31950 }
31951 _ACEOF
31952 rm -f conftest.$ac_objext
31953 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31954 (eval $ac_compile) 2>conftest.er1
31955 ac_status=$?
31956 grep -v '^ *+' conftest.er1 >conftest.err
31957 rm -f conftest.er1
31958 cat conftest.err >&5
31959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31960 (exit $ac_status); } &&
31961 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31963 (eval $ac_try) 2>&5
31964 ac_status=$?
31965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31966 (exit $ac_status); }; } &&
31967 { ac_try='test -s conftest.$ac_objext'
31968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31969 (eval $ac_try) 2>&5
31970 ac_status=$?
31971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31972 (exit $ac_status); }; }; then
31973 ac_cv_type_pid_t=yes
31974 else
31975 echo "$as_me: failed program was:" >&5
31976 sed 's/^/| /' conftest.$ac_ext >&5
31977
31978 ac_cv_type_pid_t=no
31979 fi
31980 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31981 fi
31982 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
31983 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
31984 if test $ac_cv_type_pid_t = yes; then
31985 :
31986 else
31987
31988 cat >>confdefs.h <<_ACEOF
31989 #define pid_t int
31990 _ACEOF
31991
31992 fi
31993
31994 echo "$as_me:$LINENO: checking for size_t" >&5
31995 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
31996 if test "${ac_cv_type_size_t+set}" = set; then
31997 echo $ECHO_N "(cached) $ECHO_C" >&6
31998 else
31999 cat >conftest.$ac_ext <<_ACEOF
32000 /* confdefs.h. */
32001 _ACEOF
32002 cat confdefs.h >>conftest.$ac_ext
32003 cat >>conftest.$ac_ext <<_ACEOF
32004 /* end confdefs.h. */
32005 $ac_includes_default
32006 int
32007 main ()
32008 {
32009 if ((size_t *) 0)
32010 return 0;
32011 if (sizeof (size_t))
32012 return 0;
32013 ;
32014 return 0;
32015 }
32016 _ACEOF
32017 rm -f conftest.$ac_objext
32018 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32019 (eval $ac_compile) 2>conftest.er1
32020 ac_status=$?
32021 grep -v '^ *+' conftest.er1 >conftest.err
32022 rm -f conftest.er1
32023 cat conftest.err >&5
32024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32025 (exit $ac_status); } &&
32026 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32028 (eval $ac_try) 2>&5
32029 ac_status=$?
32030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32031 (exit $ac_status); }; } &&
32032 { ac_try='test -s conftest.$ac_objext'
32033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32034 (eval $ac_try) 2>&5
32035 ac_status=$?
32036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32037 (exit $ac_status); }; }; then
32038 ac_cv_type_size_t=yes
32039 else
32040 echo "$as_me: failed program was:" >&5
32041 sed 's/^/| /' conftest.$ac_ext >&5
32042
32043 ac_cv_type_size_t=no
32044 fi
32045 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32046 fi
32047 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
32048 echo "${ECHO_T}$ac_cv_type_size_t" >&6
32049 if test $ac_cv_type_size_t = yes; then
32050 :
32051 else
32052
32053 cat >>confdefs.h <<_ACEOF
32054 #define size_t unsigned
32055 _ACEOF
32056
32057 fi
32058
32059 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
32060 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
32061 if test "${ac_cv_type_uid_t+set}" = set; then
32062 echo $ECHO_N "(cached) $ECHO_C" >&6
32063 else
32064 cat >conftest.$ac_ext <<_ACEOF
32065 /* confdefs.h. */
32066 _ACEOF
32067 cat confdefs.h >>conftest.$ac_ext
32068 cat >>conftest.$ac_ext <<_ACEOF
32069 /* end confdefs.h. */
32070 #include <sys/types.h>
32071
32072 _ACEOF
32073 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
32074 $EGREP "uid_t" >/dev/null 2>&1; then
32075 ac_cv_type_uid_t=yes
32076 else
32077 ac_cv_type_uid_t=no
32078 fi
32079 rm -f conftest*
32080
32081 fi
32082 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
32083 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
32084 if test $ac_cv_type_uid_t = no; then
32085
32086 cat >>confdefs.h <<\_ACEOF
32087 #define uid_t int
32088 _ACEOF
32089
32090
32091 cat >>confdefs.h <<\_ACEOF
32092 #define gid_t int
32093 _ACEOF
32094
32095 fi
32096
32097
32098 echo "$as_me:$LINENO: checking for ssize_t" >&5
32099 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
32100 if test "${ac_cv_type_ssize_t+set}" = set; then
32101 echo $ECHO_N "(cached) $ECHO_C" >&6
32102 else
32103 cat >conftest.$ac_ext <<_ACEOF
32104 /* confdefs.h. */
32105 _ACEOF
32106 cat confdefs.h >>conftest.$ac_ext
32107 cat >>conftest.$ac_ext <<_ACEOF
32108 /* end confdefs.h. */
32109 $ac_includes_default
32110 int
32111 main ()
32112 {
32113 if ((ssize_t *) 0)
32114 return 0;
32115 if (sizeof (ssize_t))
32116 return 0;
32117 ;
32118 return 0;
32119 }
32120 _ACEOF
32121 rm -f conftest.$ac_objext
32122 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32123 (eval $ac_compile) 2>conftest.er1
32124 ac_status=$?
32125 grep -v '^ *+' conftest.er1 >conftest.err
32126 rm -f conftest.er1
32127 cat conftest.err >&5
32128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32129 (exit $ac_status); } &&
32130 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32132 (eval $ac_try) 2>&5
32133 ac_status=$?
32134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32135 (exit $ac_status); }; } &&
32136 { ac_try='test -s conftest.$ac_objext'
32137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32138 (eval $ac_try) 2>&5
32139 ac_status=$?
32140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32141 (exit $ac_status); }; }; then
32142 ac_cv_type_ssize_t=yes
32143 else
32144 echo "$as_me: failed program was:" >&5
32145 sed 's/^/| /' conftest.$ac_ext >&5
32146
32147 ac_cv_type_ssize_t=no
32148 fi
32149 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32150 fi
32151 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
32152 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
32153 if test $ac_cv_type_ssize_t = yes; then
32154
32155 cat >>confdefs.h <<_ACEOF
32156 #define HAVE_SSIZE_T 1
32157 _ACEOF
32158
32159
32160 fi
32161
32162
32163
32164
32165 ac_ext=cc
32166 ac_cpp='$CXXCPP $CPPFLAGS'
32167 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32168 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32169 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32170
32171 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
32172 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
32173 if test "${wx_cv_size_t_is_uint+set}" = set; then
32174 echo $ECHO_N "(cached) $ECHO_C" >&6
32175 else
32176
32177 cat >conftest.$ac_ext <<_ACEOF
32178 /* confdefs.h. */
32179 _ACEOF
32180 cat confdefs.h >>conftest.$ac_ext
32181 cat >>conftest.$ac_ext <<_ACEOF
32182 /* end confdefs.h. */
32183 #include <stddef.h>
32184 int
32185 main ()
32186 {
32187
32188 return 0; }
32189
32190 struct Foo { void foo(size_t); void foo(unsigned int); };
32191
32192 int bar() {
32193
32194 ;
32195 return 0;
32196 }
32197 _ACEOF
32198 rm -f conftest.$ac_objext
32199 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32200 (eval $ac_compile) 2>conftest.er1
32201 ac_status=$?
32202 grep -v '^ *+' conftest.er1 >conftest.err
32203 rm -f conftest.er1
32204 cat conftest.err >&5
32205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32206 (exit $ac_status); } &&
32207 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32209 (eval $ac_try) 2>&5
32210 ac_status=$?
32211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32212 (exit $ac_status); }; } &&
32213 { ac_try='test -s conftest.$ac_objext'
32214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32215 (eval $ac_try) 2>&5
32216 ac_status=$?
32217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32218 (exit $ac_status); }; }; then
32219 wx_cv_size_t_is_uint=no
32220 else
32221 echo "$as_me: failed program was:" >&5
32222 sed 's/^/| /' conftest.$ac_ext >&5
32223
32224 wx_cv_size_t_is_uint=yes
32225
32226 fi
32227 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32228
32229
32230 fi
32231 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
32232 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
32233
32234 if test "$wx_cv_size_t_is_uint" = "yes"; then
32235 cat >>confdefs.h <<\_ACEOF
32236 #define wxSIZE_T_IS_UINT 1
32237 _ACEOF
32238
32239 else
32240 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
32241 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
32242 if test "${wx_cv_size_t_is_ulong+set}" = set; then
32243 echo $ECHO_N "(cached) $ECHO_C" >&6
32244 else
32245 cat >conftest.$ac_ext <<_ACEOF
32246 /* confdefs.h. */
32247 _ACEOF
32248 cat confdefs.h >>conftest.$ac_ext
32249 cat >>conftest.$ac_ext <<_ACEOF
32250 /* end confdefs.h. */
32251 #include <stddef.h>
32252 int
32253 main ()
32254 {
32255
32256 return 0; }
32257
32258 struct Foo { void foo(size_t); void foo(unsigned long); };
32259
32260 int bar() {
32261
32262 ;
32263 return 0;
32264 }
32265 _ACEOF
32266 rm -f conftest.$ac_objext
32267 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32268 (eval $ac_compile) 2>conftest.er1
32269 ac_status=$?
32270 grep -v '^ *+' conftest.er1 >conftest.err
32271 rm -f conftest.er1
32272 cat conftest.err >&5
32273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32274 (exit $ac_status); } &&
32275 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32277 (eval $ac_try) 2>&5
32278 ac_status=$?
32279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32280 (exit $ac_status); }; } &&
32281 { ac_try='test -s conftest.$ac_objext'
32282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32283 (eval $ac_try) 2>&5
32284 ac_status=$?
32285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32286 (exit $ac_status); }; }; then
32287 wx_cv_size_t_is_ulong=no
32288 else
32289 echo "$as_me: failed program was:" >&5
32290 sed 's/^/| /' conftest.$ac_ext >&5
32291
32292 wx_cv_size_t_is_ulong=yes
32293
32294 fi
32295 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32296
32297 fi
32298 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
32299 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
32300
32301 if test "$wx_cv_size_t_is_ulong" = "yes"; then
32302 cat >>confdefs.h <<\_ACEOF
32303 #define wxSIZE_T_IS_ULONG 1
32304 _ACEOF
32305
32306 fi
32307 fi
32308
32309 ac_ext=c
32310 ac_cpp='$CPP $CPPFLAGS'
32311 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32312 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32313 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32314
32315
32316
32317 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
32318 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
32319 if test "${wx_cv_struct_pw_gecos+set}" = set; then
32320 echo $ECHO_N "(cached) $ECHO_C" >&6
32321 else
32322
32323 cat >conftest.$ac_ext <<_ACEOF
32324 /* confdefs.h. */
32325 _ACEOF
32326 cat confdefs.h >>conftest.$ac_ext
32327 cat >>conftest.$ac_ext <<_ACEOF
32328 /* end confdefs.h. */
32329 #include <pwd.h>
32330 int
32331 main ()
32332 {
32333
32334 char *p;
32335 struct passwd *pw;
32336 p = pw->pw_gecos;
32337
32338 ;
32339 return 0;
32340 }
32341 _ACEOF
32342 rm -f conftest.$ac_objext
32343 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32344 (eval $ac_compile) 2>conftest.er1
32345 ac_status=$?
32346 grep -v '^ *+' conftest.er1 >conftest.err
32347 rm -f conftest.er1
32348 cat conftest.err >&5
32349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32350 (exit $ac_status); } &&
32351 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32353 (eval $ac_try) 2>&5
32354 ac_status=$?
32355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32356 (exit $ac_status); }; } &&
32357 { ac_try='test -s conftest.$ac_objext'
32358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32359 (eval $ac_try) 2>&5
32360 ac_status=$?
32361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32362 (exit $ac_status); }; }; then
32363
32364 wx_cv_struct_pw_gecos=yes
32365
32366 else
32367 echo "$as_me: failed program was:" >&5
32368 sed 's/^/| /' conftest.$ac_ext >&5
32369
32370
32371 wx_cv_struct_pw_gecos=no
32372
32373
32374 fi
32375 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32376
32377
32378 fi
32379 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
32380 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
32381
32382 if test "$wx_cv_struct_pw_gecos" = "yes"; then
32383 cat >>confdefs.h <<\_ACEOF
32384 #define HAVE_PW_GECOS 1
32385 _ACEOF
32386
32387 fi
32388
32389
32390 if test "$wxUSE_WCHAR_T" = "yes"; then
32391 cat >>confdefs.h <<\_ACEOF
32392 #define wxUSE_WCHAR_T 1
32393 _ACEOF
32394
32395
32396 WCSLEN_FOUND=0
32397 WCHAR_LINK=
32398
32399 for ac_func in wcslen
32400 do
32401 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32402 echo "$as_me:$LINENO: checking for $ac_func" >&5
32403 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32404 if eval "test \"\${$as_ac_var+set}\" = set"; then
32405 echo $ECHO_N "(cached) $ECHO_C" >&6
32406 else
32407 cat >conftest.$ac_ext <<_ACEOF
32408 /* confdefs.h. */
32409 _ACEOF
32410 cat confdefs.h >>conftest.$ac_ext
32411 cat >>conftest.$ac_ext <<_ACEOF
32412 /* end confdefs.h. */
32413 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32414 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32415 #define $ac_func innocuous_$ac_func
32416
32417 /* System header to define __stub macros and hopefully few prototypes,
32418 which can conflict with char $ac_func (); below.
32419 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32420 <limits.h> exists even on freestanding compilers. */
32421
32422 #ifdef __STDC__
32423 # include <limits.h>
32424 #else
32425 # include <assert.h>
32426 #endif
32427
32428 #undef $ac_func
32429
32430 /* Override any gcc2 internal prototype to avoid an error. */
32431 #ifdef __cplusplus
32432 extern "C"
32433 {
32434 #endif
32435 /* We use char because int might match the return type of a gcc2
32436 builtin and then its argument prototype would still apply. */
32437 char $ac_func ();
32438 /* The GNU C library defines this for functions which it implements
32439 to always fail with ENOSYS. Some functions are actually named
32440 something starting with __ and the normal name is an alias. */
32441 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32442 choke me
32443 #else
32444 char (*f) () = $ac_func;
32445 #endif
32446 #ifdef __cplusplus
32447 }
32448 #endif
32449
32450 int
32451 main ()
32452 {
32453 return f != $ac_func;
32454 ;
32455 return 0;
32456 }
32457 _ACEOF
32458 rm -f conftest.$ac_objext conftest$ac_exeext
32459 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32460 (eval $ac_link) 2>conftest.er1
32461 ac_status=$?
32462 grep -v '^ *+' conftest.er1 >conftest.err
32463 rm -f conftest.er1
32464 cat conftest.err >&5
32465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32466 (exit $ac_status); } &&
32467 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32469 (eval $ac_try) 2>&5
32470 ac_status=$?
32471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32472 (exit $ac_status); }; } &&
32473 { ac_try='test -s conftest$ac_exeext'
32474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32475 (eval $ac_try) 2>&5
32476 ac_status=$?
32477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32478 (exit $ac_status); }; }; then
32479 eval "$as_ac_var=yes"
32480 else
32481 echo "$as_me: failed program was:" >&5
32482 sed 's/^/| /' conftest.$ac_ext >&5
32483
32484 eval "$as_ac_var=no"
32485 fi
32486 rm -f conftest.err conftest.$ac_objext \
32487 conftest$ac_exeext conftest.$ac_ext
32488 fi
32489 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32490 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32491 if test `eval echo '${'$as_ac_var'}'` = yes; then
32492 cat >>confdefs.h <<_ACEOF
32493 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32494 _ACEOF
32495 WCSLEN_FOUND=1
32496 fi
32497 done
32498
32499
32500 if test "$WCSLEN_FOUND" = 0; then
32501 if test "$TOOLKIT" = "MSW"; then
32502 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
32503 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
32504 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
32505 echo $ECHO_N "(cached) $ECHO_C" >&6
32506 else
32507 ac_check_lib_save_LIBS=$LIBS
32508 LIBS="-lmsvcrt $LIBS"
32509 cat >conftest.$ac_ext <<_ACEOF
32510 /* confdefs.h. */
32511 _ACEOF
32512 cat confdefs.h >>conftest.$ac_ext
32513 cat >>conftest.$ac_ext <<_ACEOF
32514 /* end confdefs.h. */
32515
32516 /* Override any gcc2 internal prototype to avoid an error. */
32517 #ifdef __cplusplus
32518 extern "C"
32519 #endif
32520 /* We use char because int might match the return type of a gcc2
32521 builtin and then its argument prototype would still apply. */
32522 char wcslen ();
32523 int
32524 main ()
32525 {
32526 wcslen ();
32527 ;
32528 return 0;
32529 }
32530 _ACEOF
32531 rm -f conftest.$ac_objext conftest$ac_exeext
32532 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32533 (eval $ac_link) 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_c_werror_flag" || test ! -s conftest.err'
32541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32542 (eval $ac_try) 2>&5
32543 ac_status=$?
32544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32545 (exit $ac_status); }; } &&
32546 { ac_try='test -s conftest$ac_exeext'
32547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32548 (eval $ac_try) 2>&5
32549 ac_status=$?
32550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32551 (exit $ac_status); }; }; then
32552 ac_cv_lib_msvcrt_wcslen=yes
32553 else
32554 echo "$as_me: failed program was:" >&5
32555 sed 's/^/| /' conftest.$ac_ext >&5
32556
32557 ac_cv_lib_msvcrt_wcslen=no
32558 fi
32559 rm -f conftest.err conftest.$ac_objext \
32560 conftest$ac_exeext conftest.$ac_ext
32561 LIBS=$ac_check_lib_save_LIBS
32562 fi
32563 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
32564 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
32565 if test $ac_cv_lib_msvcrt_wcslen = yes; then
32566 WCHAR_OK=1
32567 fi
32568
32569 else
32570 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
32571 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
32572 if test "${ac_cv_lib_w_wcslen+set}" = set; then
32573 echo $ECHO_N "(cached) $ECHO_C" >&6
32574 else
32575 ac_check_lib_save_LIBS=$LIBS
32576 LIBS="-lw $LIBS"
32577 cat >conftest.$ac_ext <<_ACEOF
32578 /* confdefs.h. */
32579 _ACEOF
32580 cat confdefs.h >>conftest.$ac_ext
32581 cat >>conftest.$ac_ext <<_ACEOF
32582 /* end confdefs.h. */
32583
32584 /* Override any gcc2 internal prototype to avoid an error. */
32585 #ifdef __cplusplus
32586 extern "C"
32587 #endif
32588 /* We use char because int might match the return type of a gcc2
32589 builtin and then its argument prototype would still apply. */
32590 char wcslen ();
32591 int
32592 main ()
32593 {
32594 wcslen ();
32595 ;
32596 return 0;
32597 }
32598 _ACEOF
32599 rm -f conftest.$ac_objext conftest$ac_exeext
32600 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32601 (eval $ac_link) 2>conftest.er1
32602 ac_status=$?
32603 grep -v '^ *+' conftest.er1 >conftest.err
32604 rm -f conftest.er1
32605 cat conftest.err >&5
32606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32607 (exit $ac_status); } &&
32608 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32610 (eval $ac_try) 2>&5
32611 ac_status=$?
32612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32613 (exit $ac_status); }; } &&
32614 { ac_try='test -s conftest$ac_exeext'
32615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32616 (eval $ac_try) 2>&5
32617 ac_status=$?
32618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32619 (exit $ac_status); }; }; then
32620 ac_cv_lib_w_wcslen=yes
32621 else
32622 echo "$as_me: failed program was:" >&5
32623 sed 's/^/| /' conftest.$ac_ext >&5
32624
32625 ac_cv_lib_w_wcslen=no
32626 fi
32627 rm -f conftest.err conftest.$ac_objext \
32628 conftest$ac_exeext conftest.$ac_ext
32629 LIBS=$ac_check_lib_save_LIBS
32630 fi
32631 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
32632 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
32633 if test $ac_cv_lib_w_wcslen = yes; then
32634
32635 WCHAR_LINK=" -lw"
32636 WCSLEN_FOUND=1
32637
32638 fi
32639
32640 fi
32641 fi
32642
32643 if test "$WCSLEN_FOUND" = 1; then
32644 cat >>confdefs.h <<\_ACEOF
32645 #define HAVE_WCSLEN 1
32646 _ACEOF
32647
32648 fi
32649
32650 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
32651 CPPFLAGS="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE "
32652 fi
32653
32654 echo "$as_me:$LINENO: checking for mbstate_t" >&5
32655 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6
32656 if test "${ac_cv_type_mbstate_t+set}" = set; then
32657 echo $ECHO_N "(cached) $ECHO_C" >&6
32658 else
32659 cat >conftest.$ac_ext <<_ACEOF
32660 /* confdefs.h. */
32661 _ACEOF
32662 cat confdefs.h >>conftest.$ac_ext
32663 cat >>conftest.$ac_ext <<_ACEOF
32664 /* end confdefs.h. */
32665 #include <wchar.h>
32666
32667 int
32668 main ()
32669 {
32670 if ((mbstate_t *) 0)
32671 return 0;
32672 if (sizeof (mbstate_t))
32673 return 0;
32674 ;
32675 return 0;
32676 }
32677 _ACEOF
32678 rm -f conftest.$ac_objext
32679 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32680 (eval $ac_compile) 2>conftest.er1
32681 ac_status=$?
32682 grep -v '^ *+' conftest.er1 >conftest.err
32683 rm -f conftest.er1
32684 cat conftest.err >&5
32685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32686 (exit $ac_status); } &&
32687 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32689 (eval $ac_try) 2>&5
32690 ac_status=$?
32691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32692 (exit $ac_status); }; } &&
32693 { ac_try='test -s conftest.$ac_objext'
32694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32695 (eval $ac_try) 2>&5
32696 ac_status=$?
32697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32698 (exit $ac_status); }; }; then
32699 ac_cv_type_mbstate_t=yes
32700 else
32701 echo "$as_me: failed program was:" >&5
32702 sed 's/^/| /' conftest.$ac_ext >&5
32703
32704 ac_cv_type_mbstate_t=no
32705 fi
32706 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32707 fi
32708 echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
32709 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6
32710 if test $ac_cv_type_mbstate_t = yes; then
32711
32712 cat >>confdefs.h <<_ACEOF
32713 #define HAVE_MBSTATE_T 1
32714 _ACEOF
32715
32716
32717 for ac_func in wcsrtombs
32718 do
32719 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32720 echo "$as_me:$LINENO: checking for $ac_func" >&5
32721 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32722 if eval "test \"\${$as_ac_var+set}\" = set"; then
32723 echo $ECHO_N "(cached) $ECHO_C" >&6
32724 else
32725 cat >conftest.$ac_ext <<_ACEOF
32726 /* confdefs.h. */
32727 _ACEOF
32728 cat confdefs.h >>conftest.$ac_ext
32729 cat >>conftest.$ac_ext <<_ACEOF
32730 /* end confdefs.h. */
32731 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32732 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32733 #define $ac_func innocuous_$ac_func
32734
32735 /* System header to define __stub macros and hopefully few prototypes,
32736 which can conflict with char $ac_func (); below.
32737 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32738 <limits.h> exists even on freestanding compilers. */
32739
32740 #ifdef __STDC__
32741 # include <limits.h>
32742 #else
32743 # include <assert.h>
32744 #endif
32745
32746 #undef $ac_func
32747
32748 /* Override any gcc2 internal prototype to avoid an error. */
32749 #ifdef __cplusplus
32750 extern "C"
32751 {
32752 #endif
32753 /* We use char because int might match the return type of a gcc2
32754 builtin and then its argument prototype would still apply. */
32755 char $ac_func ();
32756 /* The GNU C library defines this for functions which it implements
32757 to always fail with ENOSYS. Some functions are actually named
32758 something starting with __ and the normal name is an alias. */
32759 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32760 choke me
32761 #else
32762 char (*f) () = $ac_func;
32763 #endif
32764 #ifdef __cplusplus
32765 }
32766 #endif
32767
32768 int
32769 main ()
32770 {
32771 return f != $ac_func;
32772 ;
32773 return 0;
32774 }
32775 _ACEOF
32776 rm -f conftest.$ac_objext conftest$ac_exeext
32777 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32778 (eval $ac_link) 2>conftest.er1
32779 ac_status=$?
32780 grep -v '^ *+' conftest.er1 >conftest.err
32781 rm -f conftest.er1
32782 cat conftest.err >&5
32783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32784 (exit $ac_status); } &&
32785 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32787 (eval $ac_try) 2>&5
32788 ac_status=$?
32789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32790 (exit $ac_status); }; } &&
32791 { ac_try='test -s conftest$ac_exeext'
32792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32793 (eval $ac_try) 2>&5
32794 ac_status=$?
32795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32796 (exit $ac_status); }; }; then
32797 eval "$as_ac_var=yes"
32798 else
32799 echo "$as_me: failed program was:" >&5
32800 sed 's/^/| /' conftest.$ac_ext >&5
32801
32802 eval "$as_ac_var=no"
32803 fi
32804 rm -f conftest.err conftest.$ac_objext \
32805 conftest$ac_exeext conftest.$ac_ext
32806 fi
32807 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32808 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32809 if test `eval echo '${'$as_ac_var'}'` = yes; then
32810 cat >>confdefs.h <<_ACEOF
32811 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32812 _ACEOF
32813
32814 fi
32815 done
32816
32817 fi
32818
32819 else
32820 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
32821 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
32822 fi
32823
32824
32825
32826 ac_ext=cc
32827 ac_cpp='$CXXCPP $CPPFLAGS'
32828 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32829 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32830 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32831
32832
32833
32834
32835 for ac_func in snprintf vsnprintf
32836 do
32837 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32838 echo "$as_me:$LINENO: checking for $ac_func" >&5
32839 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32840 if eval "test \"\${$as_ac_var+set}\" = set"; then
32841 echo $ECHO_N "(cached) $ECHO_C" >&6
32842 else
32843 cat >conftest.$ac_ext <<_ACEOF
32844 /* confdefs.h. */
32845 _ACEOF
32846 cat confdefs.h >>conftest.$ac_ext
32847 cat >>conftest.$ac_ext <<_ACEOF
32848 /* end confdefs.h. */
32849 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32850 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32851 #define $ac_func innocuous_$ac_func
32852
32853 /* System header to define __stub macros and hopefully few prototypes,
32854 which can conflict with char $ac_func (); below.
32855 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32856 <limits.h> exists even on freestanding compilers. */
32857
32858 #ifdef __STDC__
32859 # include <limits.h>
32860 #else
32861 # include <assert.h>
32862 #endif
32863
32864 #undef $ac_func
32865
32866 /* Override any gcc2 internal prototype to avoid an error. */
32867 #ifdef __cplusplus
32868 extern "C"
32869 {
32870 #endif
32871 /* We use char because int might match the return type of a gcc2
32872 builtin and then its argument prototype would still apply. */
32873 char $ac_func ();
32874 /* The GNU C library defines this for functions which it implements
32875 to always fail with ENOSYS. Some functions are actually named
32876 something starting with __ and the normal name is an alias. */
32877 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32878 choke me
32879 #else
32880 char (*f) () = $ac_func;
32881 #endif
32882 #ifdef __cplusplus
32883 }
32884 #endif
32885
32886 int
32887 main ()
32888 {
32889 return f != $ac_func;
32890 ;
32891 return 0;
32892 }
32893 _ACEOF
32894 rm -f conftest.$ac_objext conftest$ac_exeext
32895 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32896 (eval $ac_link) 2>conftest.er1
32897 ac_status=$?
32898 grep -v '^ *+' conftest.er1 >conftest.err
32899 rm -f conftest.er1
32900 cat conftest.err >&5
32901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32902 (exit $ac_status); } &&
32903 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32905 (eval $ac_try) 2>&5
32906 ac_status=$?
32907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32908 (exit $ac_status); }; } &&
32909 { ac_try='test -s conftest$ac_exeext'
32910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32911 (eval $ac_try) 2>&5
32912 ac_status=$?
32913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32914 (exit $ac_status); }; }; then
32915 eval "$as_ac_var=yes"
32916 else
32917 echo "$as_me: failed program was:" >&5
32918 sed 's/^/| /' conftest.$ac_ext >&5
32919
32920 eval "$as_ac_var=no"
32921 fi
32922 rm -f conftest.err conftest.$ac_objext \
32923 conftest$ac_exeext conftest.$ac_ext
32924 fi
32925 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32926 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32927 if test `eval echo '${'$as_ac_var'}'` = yes; then
32928 cat >>confdefs.h <<_ACEOF
32929 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32930 _ACEOF
32931
32932 fi
32933 done
32934
32935
32936 if test "$ac_cv_func_vsnprintf" = "yes"; then
32937 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
32938 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
32939 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
32940 echo $ECHO_N "(cached) $ECHO_C" >&6
32941 else
32942
32943 cat >conftest.$ac_ext <<_ACEOF
32944 /* confdefs.h. */
32945 _ACEOF
32946 cat confdefs.h >>conftest.$ac_ext
32947 cat >>conftest.$ac_ext <<_ACEOF
32948 /* end confdefs.h. */
32949
32950 #include <stdio.h>
32951 #include <stdarg.h>
32952 #ifdef __MSL__
32953 #if __MSL__ >= 0x6000
32954 namespace std {}
32955 using namespace std;
32956 #endif
32957 #endif
32958
32959 int
32960 main ()
32961 {
32962
32963 char *buf;
32964 va_list ap;
32965 vsnprintf(buf, 10u, "%s", ap);
32966
32967 ;
32968 return 0;
32969 }
32970 _ACEOF
32971 rm -f conftest.$ac_objext
32972 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32973 (eval $ac_compile) 2>conftest.er1
32974 ac_status=$?
32975 grep -v '^ *+' conftest.er1 >conftest.err
32976 rm -f conftest.er1
32977 cat conftest.err >&5
32978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32979 (exit $ac_status); } &&
32980 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32982 (eval $ac_try) 2>&5
32983 ac_status=$?
32984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32985 (exit $ac_status); }; } &&
32986 { ac_try='test -s conftest.$ac_objext'
32987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32988 (eval $ac_try) 2>&5
32989 ac_status=$?
32990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32991 (exit $ac_status); }; }; then
32992 wx_cv_func_vsnprintf_decl=yes
32993 else
32994 echo "$as_me: failed program was:" >&5
32995 sed 's/^/| /' conftest.$ac_ext >&5
32996
32997 wx_cv_func_vsnprintf_decl=no
32998
32999 fi
33000 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33001
33002
33003 fi
33004 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
33005 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
33006
33007 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
33008 cat >>confdefs.h <<\_ACEOF
33009 #define HAVE_VSNPRINTF_DECL 1
33010 _ACEOF
33011
33012
33013 echo "$as_me:$LINENO: checking if vsnprintf declaration is broken" >&5
33014 echo $ECHO_N "checking if vsnprintf declaration is broken... $ECHO_C" >&6
33015 if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then
33016 echo $ECHO_N "(cached) $ECHO_C" >&6
33017 else
33018
33019 cat >conftest.$ac_ext <<_ACEOF
33020 /* confdefs.h. */
33021 _ACEOF
33022 cat confdefs.h >>conftest.$ac_ext
33023 cat >>conftest.$ac_ext <<_ACEOF
33024 /* end confdefs.h. */
33025
33026 #include <stdio.h>
33027 #include <stdarg.h>
33028 #ifdef __MSL__
33029 #if __MSL__ >= 0x6000
33030 namespace std {}
33031 using namespace std;
33032 #endif
33033 #endif
33034
33035 int
33036 main ()
33037 {
33038
33039 char *buf;
33040 va_list ap;
33041 const char *fmt = "%s";
33042 vsnprintf(buf, 10u, fmt, ap);
33043
33044 ;
33045 return 0;
33046 }
33047 _ACEOF
33048 rm -f conftest.$ac_objext
33049 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33050 (eval $ac_compile) 2>conftest.er1
33051 ac_status=$?
33052 grep -v '^ *+' conftest.er1 >conftest.err
33053 rm -f conftest.er1
33054 cat conftest.err >&5
33055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33056 (exit $ac_status); } &&
33057 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33059 (eval $ac_try) 2>&5
33060 ac_status=$?
33061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33062 (exit $ac_status); }; } &&
33063 { ac_try='test -s conftest.$ac_objext'
33064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33065 (eval $ac_try) 2>&5
33066 ac_status=$?
33067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33068 (exit $ac_status); }; }; then
33069 wx_cv_func_broken_vsnprintf_decl=no
33070 else
33071 echo "$as_me: failed program was:" >&5
33072 sed 's/^/| /' conftest.$ac_ext >&5
33073
33074 wx_cv_func_broken_vsnprintf_decl=yes
33075
33076 fi
33077 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33078
33079
33080 fi
33081 echo "$as_me:$LINENO: result: $wx_cv_func_broken_vsnprintf_decl" >&5
33082 echo "${ECHO_T}$wx_cv_func_broken_vsnprintf_decl" >&6
33083
33084 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
33085 cat >>confdefs.h <<\_ACEOF
33086 #define HAVE_BROKEN_VSNPRINTF_DECL 1
33087 _ACEOF
33088
33089 fi
33090 fi
33091 fi
33092
33093 if test "$ac_cv_func_snprintf" = "yes"; then
33094 echo "$as_me:$LINENO: checking for snprintf declaration" >&5
33095 echo $ECHO_N "checking for snprintf declaration... $ECHO_C" >&6
33096 if test "${wx_cv_func_snprintf_decl+set}" = set; then
33097 echo $ECHO_N "(cached) $ECHO_C" >&6
33098 else
33099
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 #include <stdio.h>
33108 #include <stdarg.h>
33109 #ifdef __MSL__
33110 #if __MSL__ >= 0x6000
33111 namespace std {}
33112 using namespace std;
33113 #endif
33114 #endif
33115
33116 int
33117 main ()
33118 {
33119
33120 char *buf;
33121 snprintf(buf, 10u, "%s", "wx");
33122
33123 ;
33124 return 0;
33125 }
33126 _ACEOF
33127 rm -f conftest.$ac_objext
33128 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33129 (eval $ac_compile) 2>conftest.er1
33130 ac_status=$?
33131 grep -v '^ *+' conftest.er1 >conftest.err
33132 rm -f conftest.er1
33133 cat conftest.err >&5
33134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33135 (exit $ac_status); } &&
33136 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33138 (eval $ac_try) 2>&5
33139 ac_status=$?
33140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33141 (exit $ac_status); }; } &&
33142 { ac_try='test -s conftest.$ac_objext'
33143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33144 (eval $ac_try) 2>&5
33145 ac_status=$?
33146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33147 (exit $ac_status); }; }; then
33148 wx_cv_func_snprintf_decl=yes
33149 else
33150 echo "$as_me: failed program was:" >&5
33151 sed 's/^/| /' conftest.$ac_ext >&5
33152
33153 wx_cv_func_snprintf_decl=no
33154
33155 fi
33156 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33157
33158
33159 fi
33160 echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_decl" >&5
33161 echo "${ECHO_T}$wx_cv_func_snprintf_decl" >&6
33162
33163 if test "$wx_cv_func_snprintf_decl" = "yes"; then
33164 cat >>confdefs.h <<\_ACEOF
33165 #define HAVE_SNPRINTF_DECL 1
33166 _ACEOF
33167
33168
33169 echo "$as_me:$LINENO: checking if snprintf declaration is broken" >&5
33170 echo $ECHO_N "checking if snprintf declaration is broken... $ECHO_C" >&6
33171 if test "${wx_cv_func_broken_snprintf_decl+set}" = set; then
33172 echo $ECHO_N "(cached) $ECHO_C" >&6
33173 else
33174
33175 cat >conftest.$ac_ext <<_ACEOF
33176 /* confdefs.h. */
33177 _ACEOF
33178 cat confdefs.h >>conftest.$ac_ext
33179 cat >>conftest.$ac_ext <<_ACEOF
33180 /* end confdefs.h. */
33181
33182 #include <stdio.h>
33183 #include <stdarg.h>
33184 #ifdef __MSL__
33185 #if __MSL__ >= 0x6000
33186 namespace std {}
33187 using namespace std;
33188 #endif
33189 #endif
33190
33191 int
33192 main ()
33193 {
33194
33195 char *buf;
33196 const char *fmt = "%s";
33197 snprintf(buf, 10u, fmt, "wx");
33198
33199 ;
33200 return 0;
33201 }
33202 _ACEOF
33203 rm -f conftest.$ac_objext
33204 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33205 (eval $ac_compile) 2>conftest.er1
33206 ac_status=$?
33207 grep -v '^ *+' conftest.er1 >conftest.err
33208 rm -f conftest.er1
33209 cat conftest.err >&5
33210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33211 (exit $ac_status); } &&
33212 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33214 (eval $ac_try) 2>&5
33215 ac_status=$?
33216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33217 (exit $ac_status); }; } &&
33218 { ac_try='test -s conftest.$ac_objext'
33219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33220 (eval $ac_try) 2>&5
33221 ac_status=$?
33222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33223 (exit $ac_status); }; }; then
33224 wx_cv_func_broken_snprintf_decl=no
33225 else
33226 echo "$as_me: failed program was:" >&5
33227 sed 's/^/| /' conftest.$ac_ext >&5
33228
33229 wx_cv_func_broken_snprintf_decl=yes
33230
33231 fi
33232 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33233
33234
33235 fi
33236 echo "$as_me:$LINENO: result: $wx_cv_func_broken_snprintf_decl" >&5
33237 echo "${ECHO_T}$wx_cv_func_broken_snprintf_decl" >&6
33238
33239 if test "$wx_cv_func_broken_snprintf_decl" = "yes"; then
33240 cat >>confdefs.h <<\_ACEOF
33241 #define HAVE_BROKEN_SNPRINTF_DECL 1
33242 _ACEOF
33243
33244 fi
33245 fi
33246 fi
33247
33248 if test "$wxUSE_UNICODE" = yes; then
33249
33250
33251
33252
33253
33254
33255 for ac_func in wputc wputchar putws fputws wprintf vswprintf
33256 do
33257 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33258 echo "$as_me:$LINENO: checking for $ac_func" >&5
33259 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33260 if eval "test \"\${$as_ac_var+set}\" = set"; then
33261 echo $ECHO_N "(cached) $ECHO_C" >&6
33262 else
33263 cat >conftest.$ac_ext <<_ACEOF
33264 /* confdefs.h. */
33265 _ACEOF
33266 cat confdefs.h >>conftest.$ac_ext
33267 cat >>conftest.$ac_ext <<_ACEOF
33268 /* end confdefs.h. */
33269 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33270 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33271 #define $ac_func innocuous_$ac_func
33272
33273 /* System header to define __stub macros and hopefully few prototypes,
33274 which can conflict with char $ac_func (); below.
33275 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33276 <limits.h> exists even on freestanding compilers. */
33277
33278 #ifdef __STDC__
33279 # include <limits.h>
33280 #else
33281 # include <assert.h>
33282 #endif
33283
33284 #undef $ac_func
33285
33286 /* Override any gcc2 internal prototype to avoid an error. */
33287 #ifdef __cplusplus
33288 extern "C"
33289 {
33290 #endif
33291 /* We use char because int might match the return type of a gcc2
33292 builtin and then its argument prototype would still apply. */
33293 char $ac_func ();
33294 /* The GNU C library defines this for functions which it implements
33295 to always fail with ENOSYS. Some functions are actually named
33296 something starting with __ and the normal name is an alias. */
33297 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33298 choke me
33299 #else
33300 char (*f) () = $ac_func;
33301 #endif
33302 #ifdef __cplusplus
33303 }
33304 #endif
33305
33306 int
33307 main ()
33308 {
33309 return f != $ac_func;
33310 ;
33311 return 0;
33312 }
33313 _ACEOF
33314 rm -f conftest.$ac_objext conftest$ac_exeext
33315 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33316 (eval $ac_link) 2>conftest.er1
33317 ac_status=$?
33318 grep -v '^ *+' conftest.er1 >conftest.err
33319 rm -f conftest.er1
33320 cat conftest.err >&5
33321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33322 (exit $ac_status); } &&
33323 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33325 (eval $ac_try) 2>&5
33326 ac_status=$?
33327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33328 (exit $ac_status); }; } &&
33329 { ac_try='test -s conftest$ac_exeext'
33330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33331 (eval $ac_try) 2>&5
33332 ac_status=$?
33333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33334 (exit $ac_status); }; }; then
33335 eval "$as_ac_var=yes"
33336 else
33337 echo "$as_me: failed program was:" >&5
33338 sed 's/^/| /' conftest.$ac_ext >&5
33339
33340 eval "$as_ac_var=no"
33341 fi
33342 rm -f conftest.err conftest.$ac_objext \
33343 conftest$ac_exeext conftest.$ac_ext
33344 fi
33345 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33346 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33347 if test `eval echo '${'$as_ac_var'}'` = yes; then
33348 cat >>confdefs.h <<_ACEOF
33349 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33350 _ACEOF
33351
33352 fi
33353 done
33354
33355
33356 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
33357 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
33358 cat >conftest.$ac_ext <<_ACEOF
33359 /* confdefs.h. */
33360 _ACEOF
33361 cat confdefs.h >>conftest.$ac_ext
33362 cat >>conftest.$ac_ext <<_ACEOF
33363 /* end confdefs.h. */
33364 #include <wchar.h>
33365 int
33366 main ()
33367 {
33368 &_vsnwprintf;
33369 ;
33370 return 0;
33371 }
33372 _ACEOF
33373 rm -f conftest.$ac_objext
33374 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33375 (eval $ac_compile) 2>conftest.er1
33376 ac_status=$?
33377 grep -v '^ *+' conftest.er1 >conftest.err
33378 rm -f conftest.er1
33379 cat conftest.err >&5
33380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33381 (exit $ac_status); } &&
33382 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33384 (eval $ac_try) 2>&5
33385 ac_status=$?
33386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33387 (exit $ac_status); }; } &&
33388 { ac_try='test -s conftest.$ac_objext'
33389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33390 (eval $ac_try) 2>&5
33391 ac_status=$?
33392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33393 (exit $ac_status); }; }; then
33394 echo "$as_me:$LINENO: result: yes" >&5
33395 echo "${ECHO_T}yes" >&6
33396 cat >>confdefs.h <<\_ACEOF
33397 #define HAVE__VSNWPRINTF 1
33398 _ACEOF
33399
33400 else
33401 echo "$as_me: failed program was:" >&5
33402 sed 's/^/| /' conftest.$ac_ext >&5
33403
33404 echo "$as_me:$LINENO: result: no" >&5
33405 echo "${ECHO_T}no" >&6
33406 fi
33407 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext;
33408 fi
33409
33410 ac_ext=c
33411 ac_cpp='$CPP $CPPFLAGS'
33412 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33413 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33414 ac_compiler_gnu=$ac_cv_c_compiler_gnu
33415
33416
33417 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
33418
33419 for ac_func in fnmatch
33420 do
33421 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33422 echo "$as_me:$LINENO: checking for $ac_func" >&5
33423 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33424 if eval "test \"\${$as_ac_var+set}\" = set"; then
33425 echo $ECHO_N "(cached) $ECHO_C" >&6
33426 else
33427 cat >conftest.$ac_ext <<_ACEOF
33428 /* confdefs.h. */
33429 _ACEOF
33430 cat confdefs.h >>conftest.$ac_ext
33431 cat >>conftest.$ac_ext <<_ACEOF
33432 /* end confdefs.h. */
33433 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33434 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33435 #define $ac_func innocuous_$ac_func
33436
33437 /* System header to define __stub macros and hopefully few prototypes,
33438 which can conflict with char $ac_func (); below.
33439 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33440 <limits.h> exists even on freestanding compilers. */
33441
33442 #ifdef __STDC__
33443 # include <limits.h>
33444 #else
33445 # include <assert.h>
33446 #endif
33447
33448 #undef $ac_func
33449
33450 /* Override any gcc2 internal prototype to avoid an error. */
33451 #ifdef __cplusplus
33452 extern "C"
33453 {
33454 #endif
33455 /* We use char because int might match the return type of a gcc2
33456 builtin and then its argument prototype would still apply. */
33457 char $ac_func ();
33458 /* The GNU C library defines this for functions which it implements
33459 to always fail with ENOSYS. Some functions are actually named
33460 something starting with __ and the normal name is an alias. */
33461 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33462 choke me
33463 #else
33464 char (*f) () = $ac_func;
33465 #endif
33466 #ifdef __cplusplus
33467 }
33468 #endif
33469
33470 int
33471 main ()
33472 {
33473 return f != $ac_func;
33474 ;
33475 return 0;
33476 }
33477 _ACEOF
33478 rm -f conftest.$ac_objext conftest$ac_exeext
33479 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33480 (eval $ac_link) 2>conftest.er1
33481 ac_status=$?
33482 grep -v '^ *+' conftest.er1 >conftest.err
33483 rm -f conftest.er1
33484 cat conftest.err >&5
33485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33486 (exit $ac_status); } &&
33487 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33489 (eval $ac_try) 2>&5
33490 ac_status=$?
33491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33492 (exit $ac_status); }; } &&
33493 { ac_try='test -s conftest$ac_exeext'
33494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33495 (eval $ac_try) 2>&5
33496 ac_status=$?
33497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33498 (exit $ac_status); }; }; then
33499 eval "$as_ac_var=yes"
33500 else
33501 echo "$as_me: failed program was:" >&5
33502 sed 's/^/| /' conftest.$ac_ext >&5
33503
33504 eval "$as_ac_var=no"
33505 fi
33506 rm -f conftest.err conftest.$ac_objext \
33507 conftest$ac_exeext conftest.$ac_ext
33508 fi
33509 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33510 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33511 if test `eval echo '${'$as_ac_var'}'` = yes; then
33512 cat >>confdefs.h <<_ACEOF
33513 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33514 _ACEOF
33515
33516 fi
33517 done
33518
33519 fi
33520
33521 if test "$wxUSE_FILE" = "yes"; then
33522
33523 for ac_func in fsync
33524 do
33525 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33526 echo "$as_me:$LINENO: checking for $ac_func" >&5
33527 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33528 if eval "test \"\${$as_ac_var+set}\" = set"; then
33529 echo $ECHO_N "(cached) $ECHO_C" >&6
33530 else
33531 cat >conftest.$ac_ext <<_ACEOF
33532 /* confdefs.h. */
33533 _ACEOF
33534 cat confdefs.h >>conftest.$ac_ext
33535 cat >>conftest.$ac_ext <<_ACEOF
33536 /* end confdefs.h. */
33537 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33538 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33539 #define $ac_func innocuous_$ac_func
33540
33541 /* System header to define __stub macros and hopefully few prototypes,
33542 which can conflict with char $ac_func (); below.
33543 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33544 <limits.h> exists even on freestanding compilers. */
33545
33546 #ifdef __STDC__
33547 # include <limits.h>
33548 #else
33549 # include <assert.h>
33550 #endif
33551
33552 #undef $ac_func
33553
33554 /* Override any gcc2 internal prototype to avoid an error. */
33555 #ifdef __cplusplus
33556 extern "C"
33557 {
33558 #endif
33559 /* We use char because int might match the return type of a gcc2
33560 builtin and then its argument prototype would still apply. */
33561 char $ac_func ();
33562 /* The GNU C library defines this for functions which it implements
33563 to always fail with ENOSYS. Some functions are actually named
33564 something starting with __ and the normal name is an alias. */
33565 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33566 choke me
33567 #else
33568 char (*f) () = $ac_func;
33569 #endif
33570 #ifdef __cplusplus
33571 }
33572 #endif
33573
33574 int
33575 main ()
33576 {
33577 return f != $ac_func;
33578 ;
33579 return 0;
33580 }
33581 _ACEOF
33582 rm -f conftest.$ac_objext conftest$ac_exeext
33583 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33584 (eval $ac_link) 2>conftest.er1
33585 ac_status=$?
33586 grep -v '^ *+' conftest.er1 >conftest.err
33587 rm -f conftest.er1
33588 cat conftest.err >&5
33589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33590 (exit $ac_status); } &&
33591 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33593 (eval $ac_try) 2>&5
33594 ac_status=$?
33595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33596 (exit $ac_status); }; } &&
33597 { ac_try='test -s conftest$ac_exeext'
33598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33599 (eval $ac_try) 2>&5
33600 ac_status=$?
33601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33602 (exit $ac_status); }; }; then
33603 eval "$as_ac_var=yes"
33604 else
33605 echo "$as_me: failed program was:" >&5
33606 sed 's/^/| /' conftest.$ac_ext >&5
33607
33608 eval "$as_ac_var=no"
33609 fi
33610 rm -f conftest.err conftest.$ac_objext \
33611 conftest$ac_exeext conftest.$ac_ext
33612 fi
33613 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33614 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33615 if test `eval echo '${'$as_ac_var'}'` = yes; then
33616 cat >>confdefs.h <<_ACEOF
33617 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33618 _ACEOF
33619
33620 fi
33621 done
33622
33623 fi
33624
33625
33626 if test "$TOOLKIT" != "MSW"; then
33627
33628
33629
33630
33631 ac_ext=cc
33632 ac_cpp='$CXXCPP $CPPFLAGS'
33633 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33634 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33635 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33636
33637
33638
33639
33640 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
33641 if test "${with_libiconv_prefix+set}" = set; then
33642 withval="$with_libiconv_prefix"
33643
33644 for dir in `echo "$withval" | tr : ' '`; do
33645 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
33646 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
33647 done
33648
33649 fi;
33650
33651 echo "$as_me:$LINENO: checking for iconv" >&5
33652 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
33653 if test "${am_cv_func_iconv+set}" = set; then
33654 echo $ECHO_N "(cached) $ECHO_C" >&6
33655 else
33656
33657 am_cv_func_iconv="no, consider installing GNU libiconv"
33658 am_cv_lib_iconv=no
33659 cat >conftest.$ac_ext <<_ACEOF
33660 /* confdefs.h. */
33661 _ACEOF
33662 cat confdefs.h >>conftest.$ac_ext
33663 cat >>conftest.$ac_ext <<_ACEOF
33664 /* end confdefs.h. */
33665 #include <stdlib.h>
33666 #include <iconv.h>
33667 int
33668 main ()
33669 {
33670 iconv_t cd = iconv_open("","");
33671 iconv(cd,NULL,NULL,NULL,NULL);
33672 iconv_close(cd);
33673 ;
33674 return 0;
33675 }
33676 _ACEOF
33677 rm -f conftest.$ac_objext conftest$ac_exeext
33678 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33679 (eval $ac_link) 2>conftest.er1
33680 ac_status=$?
33681 grep -v '^ *+' conftest.er1 >conftest.err
33682 rm -f conftest.er1
33683 cat conftest.err >&5
33684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33685 (exit $ac_status); } &&
33686 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33688 (eval $ac_try) 2>&5
33689 ac_status=$?
33690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33691 (exit $ac_status); }; } &&
33692 { ac_try='test -s conftest$ac_exeext'
33693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33694 (eval $ac_try) 2>&5
33695 ac_status=$?
33696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33697 (exit $ac_status); }; }; then
33698 am_cv_func_iconv=yes
33699 else
33700 echo "$as_me: failed program was:" >&5
33701 sed 's/^/| /' conftest.$ac_ext >&5
33702
33703 fi
33704 rm -f conftest.err conftest.$ac_objext \
33705 conftest$ac_exeext conftest.$ac_ext
33706 if test "$am_cv_func_iconv" != yes; then
33707 am_save_LIBS="$LIBS"
33708 LIBS="$LIBS -liconv"
33709 cat >conftest.$ac_ext <<_ACEOF
33710 /* confdefs.h. */
33711 _ACEOF
33712 cat confdefs.h >>conftest.$ac_ext
33713 cat >>conftest.$ac_ext <<_ACEOF
33714 /* end confdefs.h. */
33715 #include <stdlib.h>
33716 #include <iconv.h>
33717 int
33718 main ()
33719 {
33720 iconv_t cd = iconv_open("","");
33721 iconv(cd,NULL,NULL,NULL,NULL);
33722 iconv_close(cd);
33723 ;
33724 return 0;
33725 }
33726 _ACEOF
33727 rm -f conftest.$ac_objext conftest$ac_exeext
33728 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33729 (eval $ac_link) 2>conftest.er1
33730 ac_status=$?
33731 grep -v '^ *+' conftest.er1 >conftest.err
33732 rm -f conftest.er1
33733 cat conftest.err >&5
33734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33735 (exit $ac_status); } &&
33736 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33738 (eval $ac_try) 2>&5
33739 ac_status=$?
33740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33741 (exit $ac_status); }; } &&
33742 { ac_try='test -s conftest$ac_exeext'
33743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33744 (eval $ac_try) 2>&5
33745 ac_status=$?
33746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33747 (exit $ac_status); }; }; then
33748 am_cv_lib_iconv=yes
33749 am_cv_func_iconv=yes
33750 else
33751 echo "$as_me: failed program was:" >&5
33752 sed 's/^/| /' conftest.$ac_ext >&5
33753
33754 fi
33755 rm -f conftest.err conftest.$ac_objext \
33756 conftest$ac_exeext conftest.$ac_ext
33757 LIBS="$am_save_LIBS"
33758 fi
33759
33760 fi
33761 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
33762 echo "${ECHO_T}$am_cv_func_iconv" >&6
33763 if test "$am_cv_func_iconv" = yes; then
33764
33765 cat >>confdefs.h <<\_ACEOF
33766 #define HAVE_ICONV 1
33767 _ACEOF
33768
33769 echo "$as_me:$LINENO: checking if iconv needs const" >&5
33770 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
33771 if test "${wx_cv_func_iconv_const+set}" = set; then
33772 echo $ECHO_N "(cached) $ECHO_C" >&6
33773 else
33774 cat >conftest.$ac_ext <<_ACEOF
33775 /* confdefs.h. */
33776 _ACEOF
33777 cat confdefs.h >>conftest.$ac_ext
33778 cat >>conftest.$ac_ext <<_ACEOF
33779 /* end confdefs.h. */
33780
33781 #include <stdlib.h>
33782 #include <iconv.h>
33783 extern
33784 #ifdef __cplusplus
33785 "C"
33786 #endif
33787 #if defined(__STDC__) || defined(__cplusplus)
33788 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
33789 #else
33790 size_t iconv();
33791 #endif
33792
33793 int
33794 main ()
33795 {
33796
33797 ;
33798 return 0;
33799 }
33800 _ACEOF
33801 rm -f conftest.$ac_objext
33802 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33803 (eval $ac_compile) 2>conftest.er1
33804 ac_status=$?
33805 grep -v '^ *+' conftest.er1 >conftest.err
33806 rm -f conftest.er1
33807 cat conftest.err >&5
33808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33809 (exit $ac_status); } &&
33810 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33812 (eval $ac_try) 2>&5
33813 ac_status=$?
33814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33815 (exit $ac_status); }; } &&
33816 { ac_try='test -s conftest.$ac_objext'
33817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33818 (eval $ac_try) 2>&5
33819 ac_status=$?
33820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33821 (exit $ac_status); }; }; then
33822 wx_cv_func_iconv_const="no"
33823 else
33824 echo "$as_me: failed program was:" >&5
33825 sed 's/^/| /' conftest.$ac_ext >&5
33826
33827 wx_cv_func_iconv_const="yes"
33828
33829 fi
33830 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33831
33832 fi
33833 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
33834 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
33835
33836 iconv_const=
33837 if test "x$wx_cv_func_iconv_const" = "xyes"; then
33838 iconv_const="const"
33839 fi
33840
33841
33842 cat >>confdefs.h <<_ACEOF
33843 #define ICONV_CONST $iconv_const
33844 _ACEOF
33845
33846 fi
33847 LIBICONV=
33848 if test "$am_cv_lib_iconv" = yes; then
33849 LIBICONV="-liconv"
33850 fi
33851
33852
33853 LIBS="$LIBICONV $LIBS"
33854 ac_ext=c
33855 ac_cpp='$CPP $CPPFLAGS'
33856 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33857 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33858 ac_compiler_gnu=$ac_cv_c_compiler_gnu
33859
33860
33861 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
33862
33863 for ac_func in sigaction
33864 do
33865 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33866 echo "$as_me:$LINENO: checking for $ac_func" >&5
33867 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33868 if eval "test \"\${$as_ac_var+set}\" = set"; then
33869 echo $ECHO_N "(cached) $ECHO_C" >&6
33870 else
33871 cat >conftest.$ac_ext <<_ACEOF
33872 /* confdefs.h. */
33873 _ACEOF
33874 cat confdefs.h >>conftest.$ac_ext
33875 cat >>conftest.$ac_ext <<_ACEOF
33876 /* end confdefs.h. */
33877 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33878 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33879 #define $ac_func innocuous_$ac_func
33880
33881 /* System header to define __stub macros and hopefully few prototypes,
33882 which can conflict with char $ac_func (); below.
33883 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33884 <limits.h> exists even on freestanding compilers. */
33885
33886 #ifdef __STDC__
33887 # include <limits.h>
33888 #else
33889 # include <assert.h>
33890 #endif
33891
33892 #undef $ac_func
33893
33894 /* Override any gcc2 internal prototype to avoid an error. */
33895 #ifdef __cplusplus
33896 extern "C"
33897 {
33898 #endif
33899 /* We use char because int might match the return type of a gcc2
33900 builtin and then its argument prototype would still apply. */
33901 char $ac_func ();
33902 /* The GNU C library defines this for functions which it implements
33903 to always fail with ENOSYS. Some functions are actually named
33904 something starting with __ and the normal name is an alias. */
33905 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33906 choke me
33907 #else
33908 char (*f) () = $ac_func;
33909 #endif
33910 #ifdef __cplusplus
33911 }
33912 #endif
33913
33914 int
33915 main ()
33916 {
33917 return f != $ac_func;
33918 ;
33919 return 0;
33920 }
33921 _ACEOF
33922 rm -f conftest.$ac_objext conftest$ac_exeext
33923 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33924 (eval $ac_link) 2>conftest.er1
33925 ac_status=$?
33926 grep -v '^ *+' conftest.er1 >conftest.err
33927 rm -f conftest.er1
33928 cat conftest.err >&5
33929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33930 (exit $ac_status); } &&
33931 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33933 (eval $ac_try) 2>&5
33934 ac_status=$?
33935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33936 (exit $ac_status); }; } &&
33937 { ac_try='test -s conftest$ac_exeext'
33938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33939 (eval $ac_try) 2>&5
33940 ac_status=$?
33941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33942 (exit $ac_status); }; }; then
33943 eval "$as_ac_var=yes"
33944 else
33945 echo "$as_me: failed program was:" >&5
33946 sed 's/^/| /' conftest.$ac_ext >&5
33947
33948 eval "$as_ac_var=no"
33949 fi
33950 rm -f conftest.err conftest.$ac_objext \
33951 conftest$ac_exeext conftest.$ac_ext
33952 fi
33953 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33954 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33955 if test `eval echo '${'$as_ac_var'}'` = yes; then
33956 cat >>confdefs.h <<_ACEOF
33957 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33958 _ACEOF
33959
33960 fi
33961 done
33962
33963
33964 if test "$ac_cv_func_sigaction" = "no"; then
33965 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
33966 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
33967 wxUSE_ON_FATAL_EXCEPTION=no
33968 fi
33969
33970 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
33971
33972
33973 ac_ext=cc
33974 ac_cpp='$CXXCPP $CPPFLAGS'
33975 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33976 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33977 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33978
33979
33980 echo "$as_me:$LINENO: checking for sa_handler type" >&5
33981 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
33982 if test "${wx_cv_type_sa_handler+set}" = set; then
33983 echo $ECHO_N "(cached) $ECHO_C" >&6
33984 else
33985
33986 cat >conftest.$ac_ext <<_ACEOF
33987 /* confdefs.h. */
33988 _ACEOF
33989 cat confdefs.h >>conftest.$ac_ext
33990 cat >>conftest.$ac_ext <<_ACEOF
33991 /* end confdefs.h. */
33992 #include <signal.h>
33993 int
33994 main ()
33995 {
33996
33997 extern void testSigHandler(int);
33998
33999 struct sigaction sa;
34000 sa.sa_handler = testSigHandler;
34001
34002 ;
34003 return 0;
34004 }
34005 _ACEOF
34006 rm -f conftest.$ac_objext
34007 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34008 (eval $ac_compile) 2>conftest.er1
34009 ac_status=$?
34010 grep -v '^ *+' conftest.er1 >conftest.err
34011 rm -f conftest.er1
34012 cat conftest.err >&5
34013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34014 (exit $ac_status); } &&
34015 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34017 (eval $ac_try) 2>&5
34018 ac_status=$?
34019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34020 (exit $ac_status); }; } &&
34021 { ac_try='test -s conftest.$ac_objext'
34022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34023 (eval $ac_try) 2>&5
34024 ac_status=$?
34025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34026 (exit $ac_status); }; }; then
34027
34028 wx_cv_type_sa_handler=int
34029
34030 else
34031 echo "$as_me: failed program was:" >&5
34032 sed 's/^/| /' conftest.$ac_ext >&5
34033
34034
34035 wx_cv_type_sa_handler=void
34036
34037 fi
34038 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34039
34040 fi
34041 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
34042 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
34043
34044 ac_ext=c
34045 ac_cpp='$CPP $CPPFLAGS'
34046 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34047 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34048 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34049
34050
34051 cat >>confdefs.h <<_ACEOF
34052 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
34053 _ACEOF
34054
34055 fi
34056 fi
34057
34058 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
34059
34060
34061 ac_ext=cc
34062 ac_cpp='$CXXCPP $CPPFLAGS'
34063 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34064 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34065 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34066
34067
34068 echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
34069 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6
34070 if test "${wx_cv_func_backtrace+set}" = set; then
34071 echo $ECHO_N "(cached) $ECHO_C" >&6
34072 else
34073
34074 cat >conftest.$ac_ext <<_ACEOF
34075 /* confdefs.h. */
34076 _ACEOF
34077 cat confdefs.h >>conftest.$ac_ext
34078 cat >>conftest.$ac_ext <<_ACEOF
34079 /* end confdefs.h. */
34080 #include <execinfo.h>
34081 int
34082 main ()
34083 {
34084
34085 void *trace[1];
34086 char **messages;
34087
34088 backtrace(trace, 1);
34089 messages = backtrace_symbols(trace, 1);
34090
34091 ;
34092 return 0;
34093 }
34094 _ACEOF
34095 rm -f conftest.$ac_objext
34096 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34097 (eval $ac_compile) 2>conftest.er1
34098 ac_status=$?
34099 grep -v '^ *+' conftest.er1 >conftest.err
34100 rm -f conftest.er1
34101 cat conftest.err >&5
34102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34103 (exit $ac_status); } &&
34104 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34106 (eval $ac_try) 2>&5
34107 ac_status=$?
34108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34109 (exit $ac_status); }; } &&
34110 { ac_try='test -s conftest.$ac_objext'
34111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34112 (eval $ac_try) 2>&5
34113 ac_status=$?
34114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34115 (exit $ac_status); }; }; then
34116 wx_cv_func_backtrace=yes
34117 else
34118 echo "$as_me: failed program was:" >&5
34119 sed 's/^/| /' conftest.$ac_ext >&5
34120
34121 wx_cv_func_backtrace=no
34122
34123 fi
34124 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34125
34126
34127 fi
34128 echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
34129 echo "${ECHO_T}$wx_cv_func_backtrace" >&6
34130
34131
34132 if test "$wx_cv_func_backtrace" = "no"; then
34133 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
34134 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
34135 wxUSE_STACKWALKER=no
34136 else
34137 echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
34138 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6
34139 if test "${wx_cv_func_cxa_demangle+set}" = set; then
34140 echo $ECHO_N "(cached) $ECHO_C" >&6
34141 else
34142
34143 cat >conftest.$ac_ext <<_ACEOF
34144 /* confdefs.h. */
34145 _ACEOF
34146 cat confdefs.h >>conftest.$ac_ext
34147 cat >>conftest.$ac_ext <<_ACEOF
34148 /* end confdefs.h. */
34149 #include <cxxabi.h>
34150 int
34151 main ()
34152 {
34153
34154 int rc;
34155 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
34156
34157 ;
34158 return 0;
34159 }
34160 _ACEOF
34161 rm -f conftest.$ac_objext conftest$ac_exeext
34162 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34163 (eval $ac_link) 2>conftest.er1
34164 ac_status=$?
34165 grep -v '^ *+' conftest.er1 >conftest.err
34166 rm -f conftest.er1
34167 cat conftest.err >&5
34168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34169 (exit $ac_status); } &&
34170 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34172 (eval $ac_try) 2>&5
34173 ac_status=$?
34174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34175 (exit $ac_status); }; } &&
34176 { ac_try='test -s conftest$ac_exeext'
34177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34178 (eval $ac_try) 2>&5
34179 ac_status=$?
34180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34181 (exit $ac_status); }; }; then
34182 wx_cv_func_cxa_demangle=yes
34183 else
34184 echo "$as_me: failed program was:" >&5
34185 sed 's/^/| /' conftest.$ac_ext >&5
34186
34187 wx_cv_func_cxa_demangle=no
34188
34189 fi
34190 rm -f conftest.err conftest.$ac_objext \
34191 conftest$ac_exeext conftest.$ac_ext
34192
34193
34194 fi
34195 echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
34196 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6
34197
34198 if test "$wx_cv_func_cxa_demangle" = "yes"; then
34199 cat >>confdefs.h <<\_ACEOF
34200 #define HAVE_CXA_DEMANGLE 1
34201 _ACEOF
34202
34203 fi
34204 fi
34205
34206 ac_ext=c
34207 ac_cpp='$CPP $CPPFLAGS'
34208 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34209 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34210 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34211
34212 fi
34213
34214 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
34215 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
34216 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
34217 wxUSE_STACKWALKER=no
34218 fi
34219
34220
34221
34222
34223 for ac_func in mkstemp mktemp
34224 do
34225 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34226 echo "$as_me:$LINENO: checking for $ac_func" >&5
34227 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34228 if eval "test \"\${$as_ac_var+set}\" = set"; then
34229 echo $ECHO_N "(cached) $ECHO_C" >&6
34230 else
34231 cat >conftest.$ac_ext <<_ACEOF
34232 /* confdefs.h. */
34233 _ACEOF
34234 cat confdefs.h >>conftest.$ac_ext
34235 cat >>conftest.$ac_ext <<_ACEOF
34236 /* end confdefs.h. */
34237 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34238 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34239 #define $ac_func innocuous_$ac_func
34240
34241 /* System header to define __stub macros and hopefully few prototypes,
34242 which can conflict with char $ac_func (); below.
34243 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34244 <limits.h> exists even on freestanding compilers. */
34245
34246 #ifdef __STDC__
34247 # include <limits.h>
34248 #else
34249 # include <assert.h>
34250 #endif
34251
34252 #undef $ac_func
34253
34254 /* Override any gcc2 internal prototype to avoid an error. */
34255 #ifdef __cplusplus
34256 extern "C"
34257 {
34258 #endif
34259 /* We use char because int might match the return type of a gcc2
34260 builtin and then its argument prototype would still apply. */
34261 char $ac_func ();
34262 /* The GNU C library defines this for functions which it implements
34263 to always fail with ENOSYS. Some functions are actually named
34264 something starting with __ and the normal name is an alias. */
34265 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34266 choke me
34267 #else
34268 char (*f) () = $ac_func;
34269 #endif
34270 #ifdef __cplusplus
34271 }
34272 #endif
34273
34274 int
34275 main ()
34276 {
34277 return f != $ac_func;
34278 ;
34279 return 0;
34280 }
34281 _ACEOF
34282 rm -f conftest.$ac_objext conftest$ac_exeext
34283 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34284 (eval $ac_link) 2>conftest.er1
34285 ac_status=$?
34286 grep -v '^ *+' conftest.er1 >conftest.err
34287 rm -f conftest.er1
34288 cat conftest.err >&5
34289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34290 (exit $ac_status); } &&
34291 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34293 (eval $ac_try) 2>&5
34294 ac_status=$?
34295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34296 (exit $ac_status); }; } &&
34297 { ac_try='test -s conftest$ac_exeext'
34298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34299 (eval $ac_try) 2>&5
34300 ac_status=$?
34301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34302 (exit $ac_status); }; }; then
34303 eval "$as_ac_var=yes"
34304 else
34305 echo "$as_me: failed program was:" >&5
34306 sed 's/^/| /' conftest.$ac_ext >&5
34307
34308 eval "$as_ac_var=no"
34309 fi
34310 rm -f conftest.err conftest.$ac_objext \
34311 conftest$ac_exeext conftest.$ac_ext
34312 fi
34313 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34314 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34315 if test `eval echo '${'$as_ac_var'}'` = yes; then
34316 cat >>confdefs.h <<_ACEOF
34317 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34318 _ACEOF
34319 break
34320 fi
34321 done
34322
34323
34324 echo "$as_me:$LINENO: checking for statfs" >&5
34325 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
34326 if test "${wx_cv_func_statfs+set}" = set; then
34327 echo $ECHO_N "(cached) $ECHO_C" >&6
34328 else
34329 cat >conftest.$ac_ext <<_ACEOF
34330 /* confdefs.h. */
34331 _ACEOF
34332 cat confdefs.h >>conftest.$ac_ext
34333 cat >>conftest.$ac_ext <<_ACEOF
34334 /* end confdefs.h. */
34335
34336 #if defined(__BSD__)
34337 #include <sys/param.h>
34338 #include <sys/mount.h>
34339 #else
34340 #include <sys/vfs.h>
34341 #endif
34342
34343 int
34344 main ()
34345 {
34346
34347 long l;
34348 struct statfs fs;
34349 statfs("/", &fs);
34350 l = fs.f_bsize;
34351 l += fs.f_blocks;
34352 l += fs.f_bavail;
34353
34354 ;
34355 return 0;
34356 }
34357 _ACEOF
34358 rm -f conftest.$ac_objext
34359 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34360 (eval $ac_compile) 2>conftest.er1
34361 ac_status=$?
34362 grep -v '^ *+' conftest.er1 >conftest.err
34363 rm -f conftest.er1
34364 cat conftest.err >&5
34365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34366 (exit $ac_status); } &&
34367 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34369 (eval $ac_try) 2>&5
34370 ac_status=$?
34371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34372 (exit $ac_status); }; } &&
34373 { ac_try='test -s conftest.$ac_objext'
34374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34375 (eval $ac_try) 2>&5
34376 ac_status=$?
34377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34378 (exit $ac_status); }; }; then
34379 wx_cv_func_statfs=yes
34380 else
34381 echo "$as_me: failed program was:" >&5
34382 sed 's/^/| /' conftest.$ac_ext >&5
34383
34384 wx_cv_func_statfs=no
34385
34386 fi
34387 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34388
34389 fi
34390 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
34391 echo "${ECHO_T}$wx_cv_func_statfs" >&6
34392
34393 if test "$wx_cv_func_statfs" = "yes"; then
34394
34395
34396 ac_ext=cc
34397 ac_cpp='$CXXCPP $CPPFLAGS'
34398 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34399 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34400 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34401
34402 echo "$as_me:$LINENO: checking for statfs declaration" >&5
34403 echo $ECHO_N "checking for statfs declaration... $ECHO_C" >&6
34404 if test "${wx_cv_func_statfs_decl+set}" = set; then
34405 echo $ECHO_N "(cached) $ECHO_C" >&6
34406 else
34407 cat >conftest.$ac_ext <<_ACEOF
34408 /* confdefs.h. */
34409 _ACEOF
34410 cat confdefs.h >>conftest.$ac_ext
34411 cat >>conftest.$ac_ext <<_ACEOF
34412 /* end confdefs.h. */
34413
34414 #if defined(__BSD__)
34415 #include <sys/param.h>
34416 #include <sys/mount.h>
34417 #else
34418 #include <sys/vfs.h>
34419 #endif
34420
34421 int
34422 main ()
34423 {
34424
34425 struct statfs fs;
34426 statfs("", &fs);
34427
34428 ;
34429 return 0;
34430 }
34431 _ACEOF
34432 rm -f conftest.$ac_objext
34433 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34434 (eval $ac_compile) 2>conftest.er1
34435 ac_status=$?
34436 grep -v '^ *+' conftest.er1 >conftest.err
34437 rm -f conftest.er1
34438 cat conftest.err >&5
34439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34440 (exit $ac_status); } &&
34441 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34443 (eval $ac_try) 2>&5
34444 ac_status=$?
34445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34446 (exit $ac_status); }; } &&
34447 { ac_try='test -s conftest.$ac_objext'
34448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34449 (eval $ac_try) 2>&5
34450 ac_status=$?
34451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34452 (exit $ac_status); }; }; then
34453 wx_cv_func_statfs_decl=yes
34454 else
34455 echo "$as_me: failed program was:" >&5
34456 sed 's/^/| /' conftest.$ac_ext >&5
34457
34458 wx_cv_func_statfs_decl=no
34459
34460 fi
34461 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34462
34463 fi
34464 echo "$as_me:$LINENO: result: $wx_cv_func_statfs_decl" >&5
34465 echo "${ECHO_T}$wx_cv_func_statfs_decl" >&6
34466 ac_ext=c
34467 ac_cpp='$CPP $CPPFLAGS'
34468 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34469 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34470 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34471
34472
34473 if test "$wx_cv_func_statfs_decl" = "yes"; then
34474 cat >>confdefs.h <<\_ACEOF
34475 #define HAVE_STATFS_DECL 1
34476 _ACEOF
34477
34478 fi
34479
34480 wx_cv_type_statvfs_t="struct statfs"
34481 cat >>confdefs.h <<\_ACEOF
34482 #define HAVE_STATFS 1
34483 _ACEOF
34484
34485 else
34486 echo "$as_me:$LINENO: checking for statvfs" >&5
34487 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
34488 if test "${wx_cv_func_statvfs+set}" = set; then
34489 echo $ECHO_N "(cached) $ECHO_C" >&6
34490 else
34491 cat >conftest.$ac_ext <<_ACEOF
34492 /* confdefs.h. */
34493 _ACEOF
34494 cat confdefs.h >>conftest.$ac_ext
34495 cat >>conftest.$ac_ext <<_ACEOF
34496 /* end confdefs.h. */
34497
34498 #include <stddef.h>
34499 #include <sys/statvfs.h>
34500
34501 int
34502 main ()
34503 {
34504
34505 statvfs("/", NULL);
34506
34507 ;
34508 return 0;
34509 }
34510 _ACEOF
34511 rm -f conftest.$ac_objext
34512 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34513 (eval $ac_compile) 2>conftest.er1
34514 ac_status=$?
34515 grep -v '^ *+' conftest.er1 >conftest.err
34516 rm -f conftest.er1
34517 cat conftest.err >&5
34518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34519 (exit $ac_status); } &&
34520 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34522 (eval $ac_try) 2>&5
34523 ac_status=$?
34524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34525 (exit $ac_status); }; } &&
34526 { ac_try='test -s conftest.$ac_objext'
34527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34528 (eval $ac_try) 2>&5
34529 ac_status=$?
34530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34531 (exit $ac_status); }; }; then
34532 wx_cv_func_statvfs=yes
34533 else
34534 echo "$as_me: failed program was:" >&5
34535 sed 's/^/| /' conftest.$ac_ext >&5
34536
34537 wx_cv_func_statvfs=no
34538
34539 fi
34540 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34541
34542 fi
34543 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
34544 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
34545
34546 if test "$wx_cv_func_statvfs" = "yes"; then
34547
34548
34549 ac_ext=cc
34550 ac_cpp='$CXXCPP $CPPFLAGS'
34551 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34552 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34553 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34554
34555
34556 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
34557 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
34558 if test "${wx_cv_type_statvfs_t+set}" = set; then
34559 echo $ECHO_N "(cached) $ECHO_C" >&6
34560 else
34561 cat >conftest.$ac_ext <<_ACEOF
34562 /* confdefs.h. */
34563 _ACEOF
34564 cat confdefs.h >>conftest.$ac_ext
34565 cat >>conftest.$ac_ext <<_ACEOF
34566 /* end confdefs.h. */
34567
34568 #include <sys/statvfs.h>
34569
34570 int
34571 main ()
34572 {
34573
34574 long l;
34575 statvfs_t fs;
34576 statvfs("/", &fs);
34577 l = fs.f_bsize;
34578 l += fs.f_blocks;
34579 l += fs.f_bavail;
34580
34581 ;
34582 return 0;
34583 }
34584 _ACEOF
34585 rm -f conftest.$ac_objext
34586 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34587 (eval $ac_compile) 2>conftest.er1
34588 ac_status=$?
34589 grep -v '^ *+' conftest.er1 >conftest.err
34590 rm -f conftest.er1
34591 cat conftest.err >&5
34592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34593 (exit $ac_status); } &&
34594 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34596 (eval $ac_try) 2>&5
34597 ac_status=$?
34598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34599 (exit $ac_status); }; } &&
34600 { ac_try='test -s conftest.$ac_objext'
34601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34602 (eval $ac_try) 2>&5
34603 ac_status=$?
34604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34605 (exit $ac_status); }; }; then
34606 wx_cv_type_statvfs_t=statvfs_t
34607 else
34608 echo "$as_me: failed program was:" >&5
34609 sed 's/^/| /' conftest.$ac_ext >&5
34610
34611
34612 cat >conftest.$ac_ext <<_ACEOF
34613 /* confdefs.h. */
34614 _ACEOF
34615 cat confdefs.h >>conftest.$ac_ext
34616 cat >>conftest.$ac_ext <<_ACEOF
34617 /* end confdefs.h. */
34618
34619 #include <sys/statvfs.h>
34620
34621 int
34622 main ()
34623 {
34624
34625 long l;
34626 struct statvfs fs;
34627 statvfs("/", &fs);
34628 l = fs.f_bsize;
34629 l += fs.f_blocks;
34630 l += fs.f_bavail;
34631
34632 ;
34633 return 0;
34634 }
34635 _ACEOF
34636 rm -f conftest.$ac_objext
34637 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34638 (eval $ac_compile) 2>conftest.er1
34639 ac_status=$?
34640 grep -v '^ *+' conftest.er1 >conftest.err
34641 rm -f conftest.er1
34642 cat conftest.err >&5
34643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34644 (exit $ac_status); } &&
34645 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34647 (eval $ac_try) 2>&5
34648 ac_status=$?
34649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34650 (exit $ac_status); }; } &&
34651 { ac_try='test -s conftest.$ac_objext'
34652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34653 (eval $ac_try) 2>&5
34654 ac_status=$?
34655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34656 (exit $ac_status); }; }; then
34657 wx_cv_type_statvfs_t="struct statvfs"
34658 else
34659 echo "$as_me: failed program was:" >&5
34660 sed 's/^/| /' conftest.$ac_ext >&5
34661
34662 wx_cv_type_statvfs_t="unknown"
34663
34664 fi
34665 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34666
34667
34668 fi
34669 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34670
34671 fi
34672 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
34673 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
34674
34675 ac_ext=c
34676 ac_cpp='$CPP $CPPFLAGS'
34677 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34678 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34679 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34680
34681
34682 if test "$wx_cv_type_statvfs_t" != "unknown"; then
34683 cat >>confdefs.h <<\_ACEOF
34684 #define HAVE_STATVFS 1
34685 _ACEOF
34686
34687 fi
34688 else
34689 wx_cv_type_statvfs_t="unknown"
34690 fi
34691 fi
34692
34693 if test "$wx_cv_type_statvfs_t" != "unknown"; then
34694 cat >>confdefs.h <<_ACEOF
34695 #define WX_STATFS_T $wx_cv_type_statvfs_t
34696 _ACEOF
34697
34698 else
34699 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
34700 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
34701 fi
34702
34703 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
34704
34705
34706 for ac_func in fcntl flock
34707 do
34708 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34709 echo "$as_me:$LINENO: checking for $ac_func" >&5
34710 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34711 if eval "test \"\${$as_ac_var+set}\" = set"; then
34712 echo $ECHO_N "(cached) $ECHO_C" >&6
34713 else
34714 cat >conftest.$ac_ext <<_ACEOF
34715 /* confdefs.h. */
34716 _ACEOF
34717 cat confdefs.h >>conftest.$ac_ext
34718 cat >>conftest.$ac_ext <<_ACEOF
34719 /* end confdefs.h. */
34720 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34721 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34722 #define $ac_func innocuous_$ac_func
34723
34724 /* System header to define __stub macros and hopefully few prototypes,
34725 which can conflict with char $ac_func (); below.
34726 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34727 <limits.h> exists even on freestanding compilers. */
34728
34729 #ifdef __STDC__
34730 # include <limits.h>
34731 #else
34732 # include <assert.h>
34733 #endif
34734
34735 #undef $ac_func
34736
34737 /* Override any gcc2 internal prototype to avoid an error. */
34738 #ifdef __cplusplus
34739 extern "C"
34740 {
34741 #endif
34742 /* We use char because int might match the return type of a gcc2
34743 builtin and then its argument prototype would still apply. */
34744 char $ac_func ();
34745 /* The GNU C library defines this for functions which it implements
34746 to always fail with ENOSYS. Some functions are actually named
34747 something starting with __ and the normal name is an alias. */
34748 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34749 choke me
34750 #else
34751 char (*f) () = $ac_func;
34752 #endif
34753 #ifdef __cplusplus
34754 }
34755 #endif
34756
34757 int
34758 main ()
34759 {
34760 return f != $ac_func;
34761 ;
34762 return 0;
34763 }
34764 _ACEOF
34765 rm -f conftest.$ac_objext conftest$ac_exeext
34766 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34767 (eval $ac_link) 2>conftest.er1
34768 ac_status=$?
34769 grep -v '^ *+' conftest.er1 >conftest.err
34770 rm -f conftest.er1
34771 cat conftest.err >&5
34772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34773 (exit $ac_status); } &&
34774 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34776 (eval $ac_try) 2>&5
34777 ac_status=$?
34778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34779 (exit $ac_status); }; } &&
34780 { ac_try='test -s conftest$ac_exeext'
34781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34782 (eval $ac_try) 2>&5
34783 ac_status=$?
34784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34785 (exit $ac_status); }; }; then
34786 eval "$as_ac_var=yes"
34787 else
34788 echo "$as_me: failed program was:" >&5
34789 sed 's/^/| /' conftest.$ac_ext >&5
34790
34791 eval "$as_ac_var=no"
34792 fi
34793 rm -f conftest.err conftest.$ac_objext \
34794 conftest$ac_exeext conftest.$ac_ext
34795 fi
34796 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34797 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34798 if test `eval echo '${'$as_ac_var'}'` = yes; then
34799 cat >>confdefs.h <<_ACEOF
34800 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34801 _ACEOF
34802 break
34803 fi
34804 done
34805
34806
34807 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
34808 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
34809 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
34810 wxUSE_SNGLINST_CHECKER=no
34811 fi
34812 fi
34813
34814
34815 for ac_func in timegm
34816 do
34817 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34818 echo "$as_me:$LINENO: checking for $ac_func" >&5
34819 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34820 if eval "test \"\${$as_ac_var+set}\" = set"; then
34821 echo $ECHO_N "(cached) $ECHO_C" >&6
34822 else
34823 cat >conftest.$ac_ext <<_ACEOF
34824 /* confdefs.h. */
34825 _ACEOF
34826 cat confdefs.h >>conftest.$ac_ext
34827 cat >>conftest.$ac_ext <<_ACEOF
34828 /* end confdefs.h. */
34829 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34830 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34831 #define $ac_func innocuous_$ac_func
34832
34833 /* System header to define __stub macros and hopefully few prototypes,
34834 which can conflict with char $ac_func (); below.
34835 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34836 <limits.h> exists even on freestanding compilers. */
34837
34838 #ifdef __STDC__
34839 # include <limits.h>
34840 #else
34841 # include <assert.h>
34842 #endif
34843
34844 #undef $ac_func
34845
34846 /* Override any gcc2 internal prototype to avoid an error. */
34847 #ifdef __cplusplus
34848 extern "C"
34849 {
34850 #endif
34851 /* We use char because int might match the return type of a gcc2
34852 builtin and then its argument prototype would still apply. */
34853 char $ac_func ();
34854 /* The GNU C library defines this for functions which it implements
34855 to always fail with ENOSYS. Some functions are actually named
34856 something starting with __ and the normal name is an alias. */
34857 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34858 choke me
34859 #else
34860 char (*f) () = $ac_func;
34861 #endif
34862 #ifdef __cplusplus
34863 }
34864 #endif
34865
34866 int
34867 main ()
34868 {
34869 return f != $ac_func;
34870 ;
34871 return 0;
34872 }
34873 _ACEOF
34874 rm -f conftest.$ac_objext conftest$ac_exeext
34875 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34876 (eval $ac_link) 2>conftest.er1
34877 ac_status=$?
34878 grep -v '^ *+' conftest.er1 >conftest.err
34879 rm -f conftest.er1
34880 cat conftest.err >&5
34881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34882 (exit $ac_status); } &&
34883 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34885 (eval $ac_try) 2>&5
34886 ac_status=$?
34887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34888 (exit $ac_status); }; } &&
34889 { ac_try='test -s conftest$ac_exeext'
34890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34891 (eval $ac_try) 2>&5
34892 ac_status=$?
34893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34894 (exit $ac_status); }; }; then
34895 eval "$as_ac_var=yes"
34896 else
34897 echo "$as_me: failed program was:" >&5
34898 sed 's/^/| /' conftest.$ac_ext >&5
34899
34900 eval "$as_ac_var=no"
34901 fi
34902 rm -f conftest.err conftest.$ac_objext \
34903 conftest$ac_exeext conftest.$ac_ext
34904 fi
34905 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34906 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34907 if test `eval echo '${'$as_ac_var'}'` = yes; then
34908 cat >>confdefs.h <<_ACEOF
34909 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34910 _ACEOF
34911
34912 fi
34913 done
34914
34915
34916
34917
34918 for ac_func in putenv setenv
34919 do
34920 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34921 echo "$as_me:$LINENO: checking for $ac_func" >&5
34922 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34923 if eval "test \"\${$as_ac_var+set}\" = set"; then
34924 echo $ECHO_N "(cached) $ECHO_C" >&6
34925 else
34926 cat >conftest.$ac_ext <<_ACEOF
34927 /* confdefs.h. */
34928 _ACEOF
34929 cat confdefs.h >>conftest.$ac_ext
34930 cat >>conftest.$ac_ext <<_ACEOF
34931 /* end confdefs.h. */
34932 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34933 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34934 #define $ac_func innocuous_$ac_func
34935
34936 /* System header to define __stub macros and hopefully few prototypes,
34937 which can conflict with char $ac_func (); below.
34938 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34939 <limits.h> exists even on freestanding compilers. */
34940
34941 #ifdef __STDC__
34942 # include <limits.h>
34943 #else
34944 # include <assert.h>
34945 #endif
34946
34947 #undef $ac_func
34948
34949 /* Override any gcc2 internal prototype to avoid an error. */
34950 #ifdef __cplusplus
34951 extern "C"
34952 {
34953 #endif
34954 /* We use char because int might match the return type of a gcc2
34955 builtin and then its argument prototype would still apply. */
34956 char $ac_func ();
34957 /* The GNU C library defines this for functions which it implements
34958 to always fail with ENOSYS. Some functions are actually named
34959 something starting with __ and the normal name is an alias. */
34960 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34961 choke me
34962 #else
34963 char (*f) () = $ac_func;
34964 #endif
34965 #ifdef __cplusplus
34966 }
34967 #endif
34968
34969 int
34970 main ()
34971 {
34972 return f != $ac_func;
34973 ;
34974 return 0;
34975 }
34976 _ACEOF
34977 rm -f conftest.$ac_objext conftest$ac_exeext
34978 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34979 (eval $ac_link) 2>conftest.er1
34980 ac_status=$?
34981 grep -v '^ *+' conftest.er1 >conftest.err
34982 rm -f conftest.er1
34983 cat conftest.err >&5
34984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34985 (exit $ac_status); } &&
34986 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34988 (eval $ac_try) 2>&5
34989 ac_status=$?
34990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34991 (exit $ac_status); }; } &&
34992 { ac_try='test -s conftest$ac_exeext'
34993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34994 (eval $ac_try) 2>&5
34995 ac_status=$?
34996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34997 (exit $ac_status); }; }; then
34998 eval "$as_ac_var=yes"
34999 else
35000 echo "$as_me: failed program was:" >&5
35001 sed 's/^/| /' conftest.$ac_ext >&5
35002
35003 eval "$as_ac_var=no"
35004 fi
35005 rm -f conftest.err conftest.$ac_objext \
35006 conftest$ac_exeext conftest.$ac_ext
35007 fi
35008 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35009 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35010 if test `eval echo '${'$as_ac_var'}'` = yes; then
35011 cat >>confdefs.h <<_ACEOF
35012 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35013 _ACEOF
35014 break
35015 fi
35016 done
35017
35018
35019 HAVE_SOME_SLEEP_FUNC=0
35020 if test "$USE_BEOS" = 1; then
35021 cat >>confdefs.h <<\_ACEOF
35022 #define HAVE_SLEEP 1
35023 _ACEOF
35024
35025 HAVE_SOME_SLEEP_FUNC=1
35026 fi
35027
35028 if test "$USE_DARWIN" = 1; then
35029 cat >>confdefs.h <<\_ACEOF
35030 #define HAVE_USLEEP 1
35031 _ACEOF
35032
35033 HAVE_SOME_SLEEP_FUNC=1
35034 fi
35035
35036 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
35037 POSIX4_LINK=
35038
35039 for ac_func in nanosleep
35040 do
35041 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35042 echo "$as_me:$LINENO: checking for $ac_func" >&5
35043 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35044 if eval "test \"\${$as_ac_var+set}\" = set"; then
35045 echo $ECHO_N "(cached) $ECHO_C" >&6
35046 else
35047 cat >conftest.$ac_ext <<_ACEOF
35048 /* confdefs.h. */
35049 _ACEOF
35050 cat confdefs.h >>conftest.$ac_ext
35051 cat >>conftest.$ac_ext <<_ACEOF
35052 /* end confdefs.h. */
35053 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35054 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35055 #define $ac_func innocuous_$ac_func
35056
35057 /* System header to define __stub macros and hopefully few prototypes,
35058 which can conflict with char $ac_func (); below.
35059 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35060 <limits.h> exists even on freestanding compilers. */
35061
35062 #ifdef __STDC__
35063 # include <limits.h>
35064 #else
35065 # include <assert.h>
35066 #endif
35067
35068 #undef $ac_func
35069
35070 /* Override any gcc2 internal prototype to avoid an error. */
35071 #ifdef __cplusplus
35072 extern "C"
35073 {
35074 #endif
35075 /* We use char because int might match the return type of a gcc2
35076 builtin and then its argument prototype would still apply. */
35077 char $ac_func ();
35078 /* The GNU C library defines this for functions which it implements
35079 to always fail with ENOSYS. Some functions are actually named
35080 something starting with __ and the normal name is an alias. */
35081 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35082 choke me
35083 #else
35084 char (*f) () = $ac_func;
35085 #endif
35086 #ifdef __cplusplus
35087 }
35088 #endif
35089
35090 int
35091 main ()
35092 {
35093 return f != $ac_func;
35094 ;
35095 return 0;
35096 }
35097 _ACEOF
35098 rm -f conftest.$ac_objext conftest$ac_exeext
35099 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35100 (eval $ac_link) 2>conftest.er1
35101 ac_status=$?
35102 grep -v '^ *+' conftest.er1 >conftest.err
35103 rm -f conftest.er1
35104 cat conftest.err >&5
35105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35106 (exit $ac_status); } &&
35107 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35109 (eval $ac_try) 2>&5
35110 ac_status=$?
35111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35112 (exit $ac_status); }; } &&
35113 { ac_try='test -s conftest$ac_exeext'
35114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35115 (eval $ac_try) 2>&5
35116 ac_status=$?
35117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35118 (exit $ac_status); }; }; then
35119 eval "$as_ac_var=yes"
35120 else
35121 echo "$as_me: failed program was:" >&5
35122 sed 's/^/| /' conftest.$ac_ext >&5
35123
35124 eval "$as_ac_var=no"
35125 fi
35126 rm -f conftest.err conftest.$ac_objext \
35127 conftest$ac_exeext conftest.$ac_ext
35128 fi
35129 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35130 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35131 if test `eval echo '${'$as_ac_var'}'` = yes; then
35132 cat >>confdefs.h <<_ACEOF
35133 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35134 _ACEOF
35135 cat >>confdefs.h <<\_ACEOF
35136 #define HAVE_NANOSLEEP 1
35137 _ACEOF
35138
35139 else
35140
35141 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
35142 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
35143 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
35144 echo $ECHO_N "(cached) $ECHO_C" >&6
35145 else
35146 ac_check_lib_save_LIBS=$LIBS
35147 LIBS="-lposix4 $LIBS"
35148 cat >conftest.$ac_ext <<_ACEOF
35149 /* confdefs.h. */
35150 _ACEOF
35151 cat confdefs.h >>conftest.$ac_ext
35152 cat >>conftest.$ac_ext <<_ACEOF
35153 /* end confdefs.h. */
35154
35155 /* Override any gcc2 internal prototype to avoid an error. */
35156 #ifdef __cplusplus
35157 extern "C"
35158 #endif
35159 /* We use char because int might match the return type of a gcc2
35160 builtin and then its argument prototype would still apply. */
35161 char nanosleep ();
35162 int
35163 main ()
35164 {
35165 nanosleep ();
35166 ;
35167 return 0;
35168 }
35169 _ACEOF
35170 rm -f conftest.$ac_objext conftest$ac_exeext
35171 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35172 (eval $ac_link) 2>conftest.er1
35173 ac_status=$?
35174 grep -v '^ *+' conftest.er1 >conftest.err
35175 rm -f conftest.er1
35176 cat conftest.err >&5
35177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35178 (exit $ac_status); } &&
35179 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35181 (eval $ac_try) 2>&5
35182 ac_status=$?
35183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35184 (exit $ac_status); }; } &&
35185 { ac_try='test -s conftest$ac_exeext'
35186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35187 (eval $ac_try) 2>&5
35188 ac_status=$?
35189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35190 (exit $ac_status); }; }; then
35191 ac_cv_lib_posix4_nanosleep=yes
35192 else
35193 echo "$as_me: failed program was:" >&5
35194 sed 's/^/| /' conftest.$ac_ext >&5
35195
35196 ac_cv_lib_posix4_nanosleep=no
35197 fi
35198 rm -f conftest.err conftest.$ac_objext \
35199 conftest$ac_exeext conftest.$ac_ext
35200 LIBS=$ac_check_lib_save_LIBS
35201 fi
35202 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
35203 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
35204 if test $ac_cv_lib_posix4_nanosleep = yes; then
35205
35206 cat >>confdefs.h <<\_ACEOF
35207 #define HAVE_NANOSLEEP 1
35208 _ACEOF
35209
35210 POSIX4_LINK=" -lposix4"
35211
35212 else
35213
35214
35215 for ac_func in usleep
35216 do
35217 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35218 echo "$as_me:$LINENO: checking for $ac_func" >&5
35219 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35220 if eval "test \"\${$as_ac_var+set}\" = set"; then
35221 echo $ECHO_N "(cached) $ECHO_C" >&6
35222 else
35223 cat >conftest.$ac_ext <<_ACEOF
35224 /* confdefs.h. */
35225 _ACEOF
35226 cat confdefs.h >>conftest.$ac_ext
35227 cat >>conftest.$ac_ext <<_ACEOF
35228 /* end confdefs.h. */
35229 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35230 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35231 #define $ac_func innocuous_$ac_func
35232
35233 /* System header to define __stub macros and hopefully few prototypes,
35234 which can conflict with char $ac_func (); below.
35235 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35236 <limits.h> exists even on freestanding compilers. */
35237
35238 #ifdef __STDC__
35239 # include <limits.h>
35240 #else
35241 # include <assert.h>
35242 #endif
35243
35244 #undef $ac_func
35245
35246 /* Override any gcc2 internal prototype to avoid an error. */
35247 #ifdef __cplusplus
35248 extern "C"
35249 {
35250 #endif
35251 /* We use char because int might match the return type of a gcc2
35252 builtin and then its argument prototype would still apply. */
35253 char $ac_func ();
35254 /* The GNU C library defines this for functions which it implements
35255 to always fail with ENOSYS. Some functions are actually named
35256 something starting with __ and the normal name is an alias. */
35257 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35258 choke me
35259 #else
35260 char (*f) () = $ac_func;
35261 #endif
35262 #ifdef __cplusplus
35263 }
35264 #endif
35265
35266 int
35267 main ()
35268 {
35269 return f != $ac_func;
35270 ;
35271 return 0;
35272 }
35273 _ACEOF
35274 rm -f conftest.$ac_objext conftest$ac_exeext
35275 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35276 (eval $ac_link) 2>conftest.er1
35277 ac_status=$?
35278 grep -v '^ *+' conftest.er1 >conftest.err
35279 rm -f conftest.er1
35280 cat conftest.err >&5
35281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35282 (exit $ac_status); } &&
35283 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35285 (eval $ac_try) 2>&5
35286 ac_status=$?
35287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35288 (exit $ac_status); }; } &&
35289 { ac_try='test -s conftest$ac_exeext'
35290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35291 (eval $ac_try) 2>&5
35292 ac_status=$?
35293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35294 (exit $ac_status); }; }; then
35295 eval "$as_ac_var=yes"
35296 else
35297 echo "$as_me: failed program was:" >&5
35298 sed 's/^/| /' conftest.$ac_ext >&5
35299
35300 eval "$as_ac_var=no"
35301 fi
35302 rm -f conftest.err conftest.$ac_objext \
35303 conftest$ac_exeext conftest.$ac_ext
35304 fi
35305 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35306 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35307 if test `eval echo '${'$as_ac_var'}'` = yes; then
35308 cat >>confdefs.h <<_ACEOF
35309 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35310 _ACEOF
35311 cat >>confdefs.h <<\_ACEOF
35312 #define HAVE_USLEEP 1
35313 _ACEOF
35314
35315 else
35316 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
35317 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
35318
35319 fi
35320 done
35321
35322
35323
35324 fi
35325
35326
35327
35328 fi
35329 done
35330
35331 fi
35332
35333
35334
35335 for ac_func in uname gethostname
35336 do
35337 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35338 echo "$as_me:$LINENO: checking for $ac_func" >&5
35339 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35340 if eval "test \"\${$as_ac_var+set}\" = set"; then
35341 echo $ECHO_N "(cached) $ECHO_C" >&6
35342 else
35343 cat >conftest.$ac_ext <<_ACEOF
35344 /* confdefs.h. */
35345 _ACEOF
35346 cat confdefs.h >>conftest.$ac_ext
35347 cat >>conftest.$ac_ext <<_ACEOF
35348 /* end confdefs.h. */
35349 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35350 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35351 #define $ac_func innocuous_$ac_func
35352
35353 /* System header to define __stub macros and hopefully few prototypes,
35354 which can conflict with char $ac_func (); below.
35355 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35356 <limits.h> exists even on freestanding compilers. */
35357
35358 #ifdef __STDC__
35359 # include <limits.h>
35360 #else
35361 # include <assert.h>
35362 #endif
35363
35364 #undef $ac_func
35365
35366 /* Override any gcc2 internal prototype to avoid an error. */
35367 #ifdef __cplusplus
35368 extern "C"
35369 {
35370 #endif
35371 /* We use char because int might match the return type of a gcc2
35372 builtin and then its argument prototype would still apply. */
35373 char $ac_func ();
35374 /* The GNU C library defines this for functions which it implements
35375 to always fail with ENOSYS. Some functions are actually named
35376 something starting with __ and the normal name is an alias. */
35377 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35378 choke me
35379 #else
35380 char (*f) () = $ac_func;
35381 #endif
35382 #ifdef __cplusplus
35383 }
35384 #endif
35385
35386 int
35387 main ()
35388 {
35389 return f != $ac_func;
35390 ;
35391 return 0;
35392 }
35393 _ACEOF
35394 rm -f conftest.$ac_objext conftest$ac_exeext
35395 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35396 (eval $ac_link) 2>conftest.er1
35397 ac_status=$?
35398 grep -v '^ *+' conftest.er1 >conftest.err
35399 rm -f conftest.er1
35400 cat conftest.err >&5
35401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35402 (exit $ac_status); } &&
35403 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35405 (eval $ac_try) 2>&5
35406 ac_status=$?
35407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35408 (exit $ac_status); }; } &&
35409 { ac_try='test -s conftest$ac_exeext'
35410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35411 (eval $ac_try) 2>&5
35412 ac_status=$?
35413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35414 (exit $ac_status); }; }; then
35415 eval "$as_ac_var=yes"
35416 else
35417 echo "$as_me: failed program was:" >&5
35418 sed 's/^/| /' conftest.$ac_ext >&5
35419
35420 eval "$as_ac_var=no"
35421 fi
35422 rm -f conftest.err conftest.$ac_objext \
35423 conftest$ac_exeext conftest.$ac_ext
35424 fi
35425 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35426 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35427 if test `eval echo '${'$as_ac_var'}'` = yes; then
35428 cat >>confdefs.h <<_ACEOF
35429 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35430 _ACEOF
35431 break
35432 fi
35433 done
35434
35435
35436
35437
35438 ac_ext=cc
35439 ac_cpp='$CXXCPP $CPPFLAGS'
35440 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35441 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35442 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35443
35444
35445
35446 for ac_func in strtok_r
35447 do
35448 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35449 echo "$as_me:$LINENO: checking for $ac_func" >&5
35450 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35451 if eval "test \"\${$as_ac_var+set}\" = set"; then
35452 echo $ECHO_N "(cached) $ECHO_C" >&6
35453 else
35454 cat >conftest.$ac_ext <<_ACEOF
35455 /* confdefs.h. */
35456 _ACEOF
35457 cat confdefs.h >>conftest.$ac_ext
35458 cat >>conftest.$ac_ext <<_ACEOF
35459 /* end confdefs.h. */
35460 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35461 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35462 #define $ac_func innocuous_$ac_func
35463
35464 /* System header to define __stub macros and hopefully few prototypes,
35465 which can conflict with char $ac_func (); below.
35466 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35467 <limits.h> exists even on freestanding compilers. */
35468
35469 #ifdef __STDC__
35470 # include <limits.h>
35471 #else
35472 # include <assert.h>
35473 #endif
35474
35475 #undef $ac_func
35476
35477 /* Override any gcc2 internal prototype to avoid an error. */
35478 #ifdef __cplusplus
35479 extern "C"
35480 {
35481 #endif
35482 /* We use char because int might match the return type of a gcc2
35483 builtin and then its argument prototype would still apply. */
35484 char $ac_func ();
35485 /* The GNU C library defines this for functions which it implements
35486 to always fail with ENOSYS. Some functions are actually named
35487 something starting with __ and the normal name is an alias. */
35488 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35489 choke me
35490 #else
35491 char (*f) () = $ac_func;
35492 #endif
35493 #ifdef __cplusplus
35494 }
35495 #endif
35496
35497 int
35498 main ()
35499 {
35500 return f != $ac_func;
35501 ;
35502 return 0;
35503 }
35504 _ACEOF
35505 rm -f conftest.$ac_objext conftest$ac_exeext
35506 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35507 (eval $ac_link) 2>conftest.er1
35508 ac_status=$?
35509 grep -v '^ *+' conftest.er1 >conftest.err
35510 rm -f conftest.er1
35511 cat conftest.err >&5
35512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35513 (exit $ac_status); } &&
35514 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35516 (eval $ac_try) 2>&5
35517 ac_status=$?
35518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35519 (exit $ac_status); }; } &&
35520 { ac_try='test -s conftest$ac_exeext'
35521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35522 (eval $ac_try) 2>&5
35523 ac_status=$?
35524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35525 (exit $ac_status); }; }; then
35526 eval "$as_ac_var=yes"
35527 else
35528 echo "$as_me: failed program was:" >&5
35529 sed 's/^/| /' conftest.$ac_ext >&5
35530
35531 eval "$as_ac_var=no"
35532 fi
35533 rm -f conftest.err conftest.$ac_objext \
35534 conftest$ac_exeext conftest.$ac_ext
35535 fi
35536 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35537 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35538 if test `eval echo '${'$as_ac_var'}'` = yes; then
35539 cat >>confdefs.h <<_ACEOF
35540 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35541 _ACEOF
35542
35543 fi
35544 done
35545
35546
35547 ac_ext=c
35548 ac_cpp='$CPP $CPPFLAGS'
35549 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35550 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35551 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35552
35553
35554 INET_LINK=
35555
35556 for ac_func in inet_addr
35557 do
35558 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35559 echo "$as_me:$LINENO: checking for $ac_func" >&5
35560 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35561 if eval "test \"\${$as_ac_var+set}\" = set"; then
35562 echo $ECHO_N "(cached) $ECHO_C" >&6
35563 else
35564 cat >conftest.$ac_ext <<_ACEOF
35565 /* confdefs.h. */
35566 _ACEOF
35567 cat confdefs.h >>conftest.$ac_ext
35568 cat >>conftest.$ac_ext <<_ACEOF
35569 /* end confdefs.h. */
35570 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35571 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35572 #define $ac_func innocuous_$ac_func
35573
35574 /* System header to define __stub macros and hopefully few prototypes,
35575 which can conflict with char $ac_func (); below.
35576 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35577 <limits.h> exists even on freestanding compilers. */
35578
35579 #ifdef __STDC__
35580 # include <limits.h>
35581 #else
35582 # include <assert.h>
35583 #endif
35584
35585 #undef $ac_func
35586
35587 /* Override any gcc2 internal prototype to avoid an error. */
35588 #ifdef __cplusplus
35589 extern "C"
35590 {
35591 #endif
35592 /* We use char because int might match the return type of a gcc2
35593 builtin and then its argument prototype would still apply. */
35594 char $ac_func ();
35595 /* The GNU C library defines this for functions which it implements
35596 to always fail with ENOSYS. Some functions are actually named
35597 something starting with __ and the normal name is an alias. */
35598 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35599 choke me
35600 #else
35601 char (*f) () = $ac_func;
35602 #endif
35603 #ifdef __cplusplus
35604 }
35605 #endif
35606
35607 int
35608 main ()
35609 {
35610 return f != $ac_func;
35611 ;
35612 return 0;
35613 }
35614 _ACEOF
35615 rm -f conftest.$ac_objext conftest$ac_exeext
35616 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35617 (eval $ac_link) 2>conftest.er1
35618 ac_status=$?
35619 grep -v '^ *+' conftest.er1 >conftest.err
35620 rm -f conftest.er1
35621 cat conftest.err >&5
35622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35623 (exit $ac_status); } &&
35624 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35626 (eval $ac_try) 2>&5
35627 ac_status=$?
35628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35629 (exit $ac_status); }; } &&
35630 { ac_try='test -s conftest$ac_exeext'
35631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35632 (eval $ac_try) 2>&5
35633 ac_status=$?
35634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35635 (exit $ac_status); }; }; then
35636 eval "$as_ac_var=yes"
35637 else
35638 echo "$as_me: failed program was:" >&5
35639 sed 's/^/| /' conftest.$ac_ext >&5
35640
35641 eval "$as_ac_var=no"
35642 fi
35643 rm -f conftest.err conftest.$ac_objext \
35644 conftest$ac_exeext conftest.$ac_ext
35645 fi
35646 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35647 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35648 if test `eval echo '${'$as_ac_var'}'` = yes; then
35649 cat >>confdefs.h <<_ACEOF
35650 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35651 _ACEOF
35652 cat >>confdefs.h <<\_ACEOF
35653 #define HAVE_INET_ADDR 1
35654 _ACEOF
35655
35656 else
35657
35658 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
35659 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
35660 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
35661 echo $ECHO_N "(cached) $ECHO_C" >&6
35662 else
35663 ac_check_lib_save_LIBS=$LIBS
35664 LIBS="-lnsl $LIBS"
35665 cat >conftest.$ac_ext <<_ACEOF
35666 /* confdefs.h. */
35667 _ACEOF
35668 cat confdefs.h >>conftest.$ac_ext
35669 cat >>conftest.$ac_ext <<_ACEOF
35670 /* end confdefs.h. */
35671
35672 /* Override any gcc2 internal prototype to avoid an error. */
35673 #ifdef __cplusplus
35674 extern "C"
35675 #endif
35676 /* We use char because int might match the return type of a gcc2
35677 builtin and then its argument prototype would still apply. */
35678 char inet_addr ();
35679 int
35680 main ()
35681 {
35682 inet_addr ();
35683 ;
35684 return 0;
35685 }
35686 _ACEOF
35687 rm -f conftest.$ac_objext conftest$ac_exeext
35688 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35689 (eval $ac_link) 2>conftest.er1
35690 ac_status=$?
35691 grep -v '^ *+' conftest.er1 >conftest.err
35692 rm -f conftest.er1
35693 cat conftest.err >&5
35694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35695 (exit $ac_status); } &&
35696 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35698 (eval $ac_try) 2>&5
35699 ac_status=$?
35700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35701 (exit $ac_status); }; } &&
35702 { ac_try='test -s conftest$ac_exeext'
35703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35704 (eval $ac_try) 2>&5
35705 ac_status=$?
35706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35707 (exit $ac_status); }; }; then
35708 ac_cv_lib_nsl_inet_addr=yes
35709 else
35710 echo "$as_me: failed program was:" >&5
35711 sed 's/^/| /' conftest.$ac_ext >&5
35712
35713 ac_cv_lib_nsl_inet_addr=no
35714 fi
35715 rm -f conftest.err conftest.$ac_objext \
35716 conftest$ac_exeext conftest.$ac_ext
35717 LIBS=$ac_check_lib_save_LIBS
35718 fi
35719 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
35720 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
35721 if test $ac_cv_lib_nsl_inet_addr = yes; then
35722 INET_LINK="nsl"
35723 else
35724
35725 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
35726 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
35727 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
35728 echo $ECHO_N "(cached) $ECHO_C" >&6
35729 else
35730 ac_check_lib_save_LIBS=$LIBS
35731 LIBS="-lresolv $LIBS"
35732 cat >conftest.$ac_ext <<_ACEOF
35733 /* confdefs.h. */
35734 _ACEOF
35735 cat confdefs.h >>conftest.$ac_ext
35736 cat >>conftest.$ac_ext <<_ACEOF
35737 /* end confdefs.h. */
35738
35739 /* Override any gcc2 internal prototype to avoid an error. */
35740 #ifdef __cplusplus
35741 extern "C"
35742 #endif
35743 /* We use char because int might match the return type of a gcc2
35744 builtin and then its argument prototype would still apply. */
35745 char inet_addr ();
35746 int
35747 main ()
35748 {
35749 inet_addr ();
35750 ;
35751 return 0;
35752 }
35753 _ACEOF
35754 rm -f conftest.$ac_objext conftest$ac_exeext
35755 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35756 (eval $ac_link) 2>conftest.er1
35757 ac_status=$?
35758 grep -v '^ *+' conftest.er1 >conftest.err
35759 rm -f conftest.er1
35760 cat conftest.err >&5
35761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35762 (exit $ac_status); } &&
35763 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35765 (eval $ac_try) 2>&5
35766 ac_status=$?
35767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35768 (exit $ac_status); }; } &&
35769 { ac_try='test -s conftest$ac_exeext'
35770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35771 (eval $ac_try) 2>&5
35772 ac_status=$?
35773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35774 (exit $ac_status); }; }; then
35775 ac_cv_lib_resolv_inet_addr=yes
35776 else
35777 echo "$as_me: failed program was:" >&5
35778 sed 's/^/| /' conftest.$ac_ext >&5
35779
35780 ac_cv_lib_resolv_inet_addr=no
35781 fi
35782 rm -f conftest.err conftest.$ac_objext \
35783 conftest$ac_exeext conftest.$ac_ext
35784 LIBS=$ac_check_lib_save_LIBS
35785 fi
35786 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
35787 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
35788 if test $ac_cv_lib_resolv_inet_addr = yes; then
35789 INET_LINK="resolv"
35790 else
35791
35792 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
35793 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
35794 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
35795 echo $ECHO_N "(cached) $ECHO_C" >&6
35796 else
35797 ac_check_lib_save_LIBS=$LIBS
35798 LIBS="-lsocket $LIBS"
35799 cat >conftest.$ac_ext <<_ACEOF
35800 /* confdefs.h. */
35801 _ACEOF
35802 cat confdefs.h >>conftest.$ac_ext
35803 cat >>conftest.$ac_ext <<_ACEOF
35804 /* end confdefs.h. */
35805
35806 /* Override any gcc2 internal prototype to avoid an error. */
35807 #ifdef __cplusplus
35808 extern "C"
35809 #endif
35810 /* We use char because int might match the return type of a gcc2
35811 builtin and then its argument prototype would still apply. */
35812 char inet_addr ();
35813 int
35814 main ()
35815 {
35816 inet_addr ();
35817 ;
35818 return 0;
35819 }
35820 _ACEOF
35821 rm -f conftest.$ac_objext conftest$ac_exeext
35822 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35823 (eval $ac_link) 2>conftest.er1
35824 ac_status=$?
35825 grep -v '^ *+' conftest.er1 >conftest.err
35826 rm -f conftest.er1
35827 cat conftest.err >&5
35828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35829 (exit $ac_status); } &&
35830 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35832 (eval $ac_try) 2>&5
35833 ac_status=$?
35834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35835 (exit $ac_status); }; } &&
35836 { ac_try='test -s conftest$ac_exeext'
35837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35838 (eval $ac_try) 2>&5
35839 ac_status=$?
35840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35841 (exit $ac_status); }; }; then
35842 ac_cv_lib_socket_inet_addr=yes
35843 else
35844 echo "$as_me: failed program was:" >&5
35845 sed 's/^/| /' conftest.$ac_ext >&5
35846
35847 ac_cv_lib_socket_inet_addr=no
35848 fi
35849 rm -f conftest.err conftest.$ac_objext \
35850 conftest$ac_exeext conftest.$ac_ext
35851 LIBS=$ac_check_lib_save_LIBS
35852 fi
35853 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
35854 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
35855 if test $ac_cv_lib_socket_inet_addr = yes; then
35856 INET_LINK="socket"
35857
35858 fi
35859
35860
35861
35862 fi
35863
35864
35865
35866 fi
35867
35868
35869
35870 fi
35871 done
35872
35873
35874
35875 for ac_func in inet_aton
35876 do
35877 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35878 echo "$as_me:$LINENO: checking for $ac_func" >&5
35879 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35880 if eval "test \"\${$as_ac_var+set}\" = set"; then
35881 echo $ECHO_N "(cached) $ECHO_C" >&6
35882 else
35883 cat >conftest.$ac_ext <<_ACEOF
35884 /* confdefs.h. */
35885 _ACEOF
35886 cat confdefs.h >>conftest.$ac_ext
35887 cat >>conftest.$ac_ext <<_ACEOF
35888 /* end confdefs.h. */
35889 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35890 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35891 #define $ac_func innocuous_$ac_func
35892
35893 /* System header to define __stub macros and hopefully few prototypes,
35894 which can conflict with char $ac_func (); below.
35895 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35896 <limits.h> exists even on freestanding compilers. */
35897
35898 #ifdef __STDC__
35899 # include <limits.h>
35900 #else
35901 # include <assert.h>
35902 #endif
35903
35904 #undef $ac_func
35905
35906 /* Override any gcc2 internal prototype to avoid an error. */
35907 #ifdef __cplusplus
35908 extern "C"
35909 {
35910 #endif
35911 /* We use char because int might match the return type of a gcc2
35912 builtin and then its argument prototype would still apply. */
35913 char $ac_func ();
35914 /* The GNU C library defines this for functions which it implements
35915 to always fail with ENOSYS. Some functions are actually named
35916 something starting with __ and the normal name is an alias. */
35917 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35918 choke me
35919 #else
35920 char (*f) () = $ac_func;
35921 #endif
35922 #ifdef __cplusplus
35923 }
35924 #endif
35925
35926 int
35927 main ()
35928 {
35929 return f != $ac_func;
35930 ;
35931 return 0;
35932 }
35933 _ACEOF
35934 rm -f conftest.$ac_objext conftest$ac_exeext
35935 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35936 (eval $ac_link) 2>conftest.er1
35937 ac_status=$?
35938 grep -v '^ *+' conftest.er1 >conftest.err
35939 rm -f conftest.er1
35940 cat conftest.err >&5
35941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35942 (exit $ac_status); } &&
35943 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35945 (eval $ac_try) 2>&5
35946 ac_status=$?
35947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35948 (exit $ac_status); }; } &&
35949 { ac_try='test -s conftest$ac_exeext'
35950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35951 (eval $ac_try) 2>&5
35952 ac_status=$?
35953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35954 (exit $ac_status); }; }; then
35955 eval "$as_ac_var=yes"
35956 else
35957 echo "$as_me: failed program was:" >&5
35958 sed 's/^/| /' conftest.$ac_ext >&5
35959
35960 eval "$as_ac_var=no"
35961 fi
35962 rm -f conftest.err conftest.$ac_objext \
35963 conftest$ac_exeext conftest.$ac_ext
35964 fi
35965 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35966 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35967 if test `eval echo '${'$as_ac_var'}'` = yes; then
35968 cat >>confdefs.h <<_ACEOF
35969 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35970 _ACEOF
35971 cat >>confdefs.h <<\_ACEOF
35972 #define HAVE_INET_ATON 1
35973 _ACEOF
35974
35975 else
35976
35977 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
35978 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
35979 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
35980 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
35981 echo $ECHO_N "(cached) $ECHO_C" >&6
35982 else
35983 ac_check_lib_save_LIBS=$LIBS
35984 LIBS="-l$INET_LINK $LIBS"
35985 cat >conftest.$ac_ext <<_ACEOF
35986 /* confdefs.h. */
35987 _ACEOF
35988 cat confdefs.h >>conftest.$ac_ext
35989 cat >>conftest.$ac_ext <<_ACEOF
35990 /* end confdefs.h. */
35991
35992 /* Override any gcc2 internal prototype to avoid an error. */
35993 #ifdef __cplusplus
35994 extern "C"
35995 #endif
35996 /* We use char because int might match the return type of a gcc2
35997 builtin and then its argument prototype would still apply. */
35998 char inet_aton ();
35999 int
36000 main ()
36001 {
36002 inet_aton ();
36003 ;
36004 return 0;
36005 }
36006 _ACEOF
36007 rm -f conftest.$ac_objext conftest$ac_exeext
36008 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36009 (eval $ac_link) 2>conftest.er1
36010 ac_status=$?
36011 grep -v '^ *+' conftest.er1 >conftest.err
36012 rm -f conftest.er1
36013 cat conftest.err >&5
36014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36015 (exit $ac_status); } &&
36016 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36018 (eval $ac_try) 2>&5
36019 ac_status=$?
36020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36021 (exit $ac_status); }; } &&
36022 { ac_try='test -s conftest$ac_exeext'
36023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36024 (eval $ac_try) 2>&5
36025 ac_status=$?
36026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36027 (exit $ac_status); }; }; then
36028 eval "$as_ac_Lib=yes"
36029 else
36030 echo "$as_me: failed program was:" >&5
36031 sed 's/^/| /' conftest.$ac_ext >&5
36032
36033 eval "$as_ac_Lib=no"
36034 fi
36035 rm -f conftest.err conftest.$ac_objext \
36036 conftest$ac_exeext conftest.$ac_ext
36037 LIBS=$ac_check_lib_save_LIBS
36038 fi
36039 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
36040 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
36041 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
36042 cat >>confdefs.h <<\_ACEOF
36043 #define HAVE_INET_ATON 1
36044 _ACEOF
36045
36046 fi
36047
36048
36049 fi
36050 done
36051
36052
36053 if test "x$INET_LINK" != "x"; then
36054 cat >>confdefs.h <<\_ACEOF
36055 #define HAVE_INET_ADDR 1
36056 _ACEOF
36057
36058 INET_LINK=" -l$INET_LINK"
36059 fi
36060
36061 fi
36062
36063
36064
36065 EXTRALIBS_ESD=
36066 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
36067 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
36068 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
36069 echo $ECHO_N "(cached) $ECHO_C" >&6
36070 else
36071 ac_check_lib_save_LIBS=$LIBS
36072 LIBS="-lesd $LIBS"
36073 cat >conftest.$ac_ext <<_ACEOF
36074 /* confdefs.h. */
36075 _ACEOF
36076 cat confdefs.h >>conftest.$ac_ext
36077 cat >>conftest.$ac_ext <<_ACEOF
36078 /* end confdefs.h. */
36079
36080 /* Override any gcc2 internal prototype to avoid an error. */
36081 #ifdef __cplusplus
36082 extern "C"
36083 #endif
36084 /* We use char because int might match the return type of a gcc2
36085 builtin and then its argument prototype would still apply. */
36086 char esd_close ();
36087 int
36088 main ()
36089 {
36090 esd_close ();
36091 ;
36092 return 0;
36093 }
36094 _ACEOF
36095 rm -f conftest.$ac_objext conftest$ac_exeext
36096 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36097 (eval $ac_link) 2>conftest.er1
36098 ac_status=$?
36099 grep -v '^ *+' conftest.er1 >conftest.err
36100 rm -f conftest.er1
36101 cat conftest.err >&5
36102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36103 (exit $ac_status); } &&
36104 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36106 (eval $ac_try) 2>&5
36107 ac_status=$?
36108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36109 (exit $ac_status); }; } &&
36110 { ac_try='test -s conftest$ac_exeext'
36111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36112 (eval $ac_try) 2>&5
36113 ac_status=$?
36114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36115 (exit $ac_status); }; }; then
36116 ac_cv_lib_esd_esd_close=yes
36117 else
36118 echo "$as_me: failed program was:" >&5
36119 sed 's/^/| /' conftest.$ac_ext >&5
36120
36121 ac_cv_lib_esd_esd_close=no
36122 fi
36123 rm -f conftest.err conftest.$ac_objext \
36124 conftest$ac_exeext conftest.$ac_ext
36125 LIBS=$ac_check_lib_save_LIBS
36126 fi
36127 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
36128 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
36129 if test $ac_cv_lib_esd_esd_close = yes; then
36130
36131
36132 for ac_header in esd.h
36133 do
36134 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36135 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36136 echo "$as_me:$LINENO: checking for $ac_header" >&5
36137 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36138 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36139 echo $ECHO_N "(cached) $ECHO_C" >&6
36140 fi
36141 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36142 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36143 else
36144 # Is the header compilable?
36145 echo "$as_me:$LINENO: checking $ac_header usability" >&5
36146 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36147 cat >conftest.$ac_ext <<_ACEOF
36148 /* confdefs.h. */
36149 _ACEOF
36150 cat confdefs.h >>conftest.$ac_ext
36151 cat >>conftest.$ac_ext <<_ACEOF
36152 /* end confdefs.h. */
36153 $ac_includes_default
36154 #include <$ac_header>
36155 _ACEOF
36156 rm -f conftest.$ac_objext
36157 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36158 (eval $ac_compile) 2>conftest.er1
36159 ac_status=$?
36160 grep -v '^ *+' conftest.er1 >conftest.err
36161 rm -f conftest.er1
36162 cat conftest.err >&5
36163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36164 (exit $ac_status); } &&
36165 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36167 (eval $ac_try) 2>&5
36168 ac_status=$?
36169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36170 (exit $ac_status); }; } &&
36171 { ac_try='test -s conftest.$ac_objext'
36172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36173 (eval $ac_try) 2>&5
36174 ac_status=$?
36175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36176 (exit $ac_status); }; }; then
36177 ac_header_compiler=yes
36178 else
36179 echo "$as_me: failed program was:" >&5
36180 sed 's/^/| /' conftest.$ac_ext >&5
36181
36182 ac_header_compiler=no
36183 fi
36184 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36185 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36186 echo "${ECHO_T}$ac_header_compiler" >&6
36187
36188 # Is the header present?
36189 echo "$as_me:$LINENO: checking $ac_header presence" >&5
36190 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36191 cat >conftest.$ac_ext <<_ACEOF
36192 /* confdefs.h. */
36193 _ACEOF
36194 cat confdefs.h >>conftest.$ac_ext
36195 cat >>conftest.$ac_ext <<_ACEOF
36196 /* end confdefs.h. */
36197 #include <$ac_header>
36198 _ACEOF
36199 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36200 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
36201 ac_status=$?
36202 grep -v '^ *+' conftest.er1 >conftest.err
36203 rm -f conftest.er1
36204 cat conftest.err >&5
36205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36206 (exit $ac_status); } >/dev/null; then
36207 if test -s conftest.err; then
36208 ac_cpp_err=$ac_c_preproc_warn_flag
36209 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
36210 else
36211 ac_cpp_err=
36212 fi
36213 else
36214 ac_cpp_err=yes
36215 fi
36216 if test -z "$ac_cpp_err"; then
36217 ac_header_preproc=yes
36218 else
36219 echo "$as_me: failed program was:" >&5
36220 sed 's/^/| /' conftest.$ac_ext >&5
36221
36222 ac_header_preproc=no
36223 fi
36224 rm -f conftest.err conftest.$ac_ext
36225 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36226 echo "${ECHO_T}$ac_header_preproc" >&6
36227
36228 # So? What about this header?
36229 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36230 yes:no: )
36231 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36232 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
36233 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36234 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36235 ac_header_preproc=yes
36236 ;;
36237 no:yes:* )
36238 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36239 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
36240 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
36241 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
36242 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36243 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36244 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
36245 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
36246 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36247 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
36248 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36249 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
36250 (
36251 cat <<\_ASBOX
36252 ## ----------------------------------------- ##
36253 ## Report this to wx-dev@lists.wxwidgets.org ##
36254 ## ----------------------------------------- ##
36255 _ASBOX
36256 ) |
36257 sed "s/^/$as_me: WARNING: /" >&2
36258 ;;
36259 esac
36260 echo "$as_me:$LINENO: checking for $ac_header" >&5
36261 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36262 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36263 echo $ECHO_N "(cached) $ECHO_C" >&6
36264 else
36265 eval "$as_ac_Header=\$ac_header_preproc"
36266 fi
36267 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36268 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36269
36270 fi
36271 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36272 cat >>confdefs.h <<_ACEOF
36273 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36274 _ACEOF
36275
36276 EXTRALIBS_ESD="-lesd"
36277
36278 fi
36279
36280 done
36281
36282
36283 fi
36284
36285
36286
36287 echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
36288 echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
36289 cat >conftest.$ac_ext <<_ACEOF
36290 /* confdefs.h. */
36291 _ACEOF
36292 cat confdefs.h >>conftest.$ac_ext
36293 cat >>conftest.$ac_ext <<_ACEOF
36294 /* end confdefs.h. */
36295 #ifdef __linux__
36296 #include <linux/cdrom.h>
36297 #else
36298 /* For Solaris */
36299 #include <sys/cdio.h>
36300 #endif
36301
36302 int
36303 main ()
36304 {
36305 struct cdrom_tocentry entry, old_entry;
36306 ;
36307 return 0;
36308 }
36309 _ACEOF
36310 rm -f conftest.$ac_objext
36311 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36312 (eval $ac_compile) 2>conftest.er1
36313 ac_status=$?
36314 grep -v '^ *+' conftest.er1 >conftest.err
36315 rm -f conftest.er1
36316 cat conftest.err >&5
36317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36318 (exit $ac_status); } &&
36319 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36321 (eval $ac_try) 2>&5
36322 ac_status=$?
36323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36324 (exit $ac_status); }; } &&
36325 { ac_try='test -s conftest.$ac_objext'
36326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36327 (eval $ac_try) 2>&5
36328 ac_status=$?
36329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36330 (exit $ac_status); }; }; then
36331 echo "$as_me:$LINENO: result: yes" >&5
36332 echo "${ECHO_T}yes" >&6
36333 cat >>confdefs.h <<\_ACEOF
36334 #define HAVE_KNOWN_CDROM_INTERFACE 1
36335 _ACEOF
36336
36337 else
36338 echo "$as_me: failed program was:" >&5
36339 sed 's/^/| /' conftest.$ac_ext >&5
36340
36341 echo "$as_me:$LINENO: result: no" >&5
36342 echo "${ECHO_T}no" >&6
36343 fi
36344 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36345
36346
36347 cat >confcache <<\_ACEOF
36348 # This file is a shell script that caches the results of configure
36349 # tests run on this system so they can be shared between configure
36350 # scripts and configure runs, see configure's option --config-cache.
36351 # It is not useful on other systems. If it contains results you don't
36352 # want to keep, you may remove or edit it.
36353 #
36354 # config.status only pays attention to the cache file if you give it
36355 # the --recheck option to rerun configure.
36356 #
36357 # `ac_cv_env_foo' variables (set or unset) will be overridden when
36358 # loading this file, other *unset* `ac_cv_foo' will be assigned the
36359 # following values.
36360
36361 _ACEOF
36362
36363 # The following way of writing the cache mishandles newlines in values,
36364 # but we know of no workaround that is simple, portable, and efficient.
36365 # So, don't put newlines in cache variables' values.
36366 # Ultrix sh set writes to stderr and can't be redirected directly,
36367 # and sets the high bit in the cache file unless we assign to the vars.
36368 {
36369 (set) 2>&1 |
36370 case `(ac_space=' '; set | grep ac_space) 2>&1` in
36371 *ac_space=\ *)
36372 # `set' does not quote correctly, so add quotes (double-quote
36373 # substitution turns \\\\ into \\, and sed turns \\ into \).
36374 sed -n \
36375 "s/'/'\\\\''/g;
36376 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
36377 ;;
36378 *)
36379 # `set' quotes correctly as required by POSIX, so do not add quotes.
36380 sed -n \
36381 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
36382 ;;
36383 esac;
36384 } |
36385 sed '
36386 t clear
36387 : clear
36388 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
36389 t end
36390 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
36391 : end' >>confcache
36392 if diff $cache_file confcache >/dev/null 2>&1; then :; else
36393 if test -w $cache_file; then
36394 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
36395 cat confcache >$cache_file
36396 else
36397 echo "not updating unwritable cache $cache_file"
36398 fi
36399 fi
36400 rm -f confcache
36401
36402
36403 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
36404
36405
36406 THREADS_LINK=
36407 THREADS_CFLAGS=
36408
36409 if test "$wxUSE_THREADS" = "yes" ; then
36410 if test "$USE_BEOS" = 1; then
36411 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
36412 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
36413 wxUSE_THREADS="no"
36414 fi
36415 fi
36416
36417 if test "$wxUSE_THREADS" = "yes" ; then
36418
36419
36420 THREAD_OPTS="-pthread"
36421 case "${host}" in
36422 *-*-solaris2* | *-*-sunos4* )
36423 if test "x$GCC" = "xyes"; then
36424 THREAD_OPTS="-pthreads $THREAD_OPTS"
36425 else
36426 THREAD_OPTS="-mt $THREAD_OPTS"
36427 fi
36428 ;;
36429 *-*-freebsd*)
36430 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
36431 ;;
36432 *-*-darwin* | *-*-cygwin* )
36433 THREAD_OPTS=""
36434 ;;
36435 *-*-aix*)
36436 THREAD_OPTS="pthreads"
36437 ;;
36438 *-hp-hpux* )
36439 if test "x$GCC" = "xyes"; then
36440 $CXX -dumpspecs | grep 'pthread:' >/dev/null ||
36441 THREAD_OPTS=""
36442 else
36443 THREAD_OPTS="-mt"
36444 fi
36445 ;;
36446
36447 *-*-irix* )
36448 if test "x$GCC" = "xyes"; then
36449 THREAD_OPTS=""
36450 fi
36451 ;;
36452
36453 *-*-*UnixWare*)
36454 if test "x$GCC" != "xyes"; then
36455 THREAD_OPTS="-Ethread"
36456 fi
36457 ;;
36458 esac
36459
36460 THREAD_OPTS="$THREAD_OPTS pthread none"
36461
36462 THREADS_OK=no
36463 for flag in $THREAD_OPTS; do
36464 case $flag in
36465 none)
36466 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
36467 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
36468 ;;
36469
36470 -*)
36471 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
36472 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
36473 THREADS_CFLAGS="$flag"
36474 ;;
36475
36476 *)
36477 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
36478 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
36479 THREADS_LINK="-l$flag"
36480 ;;
36481 esac
36482
36483 save_LIBS="$LIBS"
36484 save_CFLAGS="$CFLAGS"
36485 LIBS="$THREADS_LINK $LIBS"
36486 CFLAGS="$THREADS_CFLAGS $CFLAGS"
36487
36488 cat >conftest.$ac_ext <<_ACEOF
36489 /* confdefs.h. */
36490 _ACEOF
36491 cat confdefs.h >>conftest.$ac_ext
36492 cat >>conftest.$ac_ext <<_ACEOF
36493 /* end confdefs.h. */
36494 #include <pthread.h>
36495 int
36496 main ()
36497 {
36498 pthread_create(0,0,0,0);
36499 ;
36500 return 0;
36501 }
36502 _ACEOF
36503 rm -f conftest.$ac_objext conftest$ac_exeext
36504 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36505 (eval $ac_link) 2>conftest.er1
36506 ac_status=$?
36507 grep -v '^ *+' conftest.er1 >conftest.err
36508 rm -f conftest.er1
36509 cat conftest.err >&5
36510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36511 (exit $ac_status); } &&
36512 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36514 (eval $ac_try) 2>&5
36515 ac_status=$?
36516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36517 (exit $ac_status); }; } &&
36518 { ac_try='test -s conftest$ac_exeext'
36519 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36520 (eval $ac_try) 2>&5
36521 ac_status=$?
36522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36523 (exit $ac_status); }; }; then
36524 THREADS_OK=yes
36525 else
36526 echo "$as_me: failed program was:" >&5
36527 sed 's/^/| /' conftest.$ac_ext >&5
36528
36529 fi
36530 rm -f conftest.err conftest.$ac_objext \
36531 conftest$ac_exeext conftest.$ac_ext
36532
36533 LIBS="$save_LIBS"
36534 CFLAGS="$save_CFLAGS"
36535
36536 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
36537 echo "${ECHO_T}$THREADS_OK" >&6
36538 if test "x$THREADS_OK" = "xyes"; then
36539 break;
36540 fi
36541
36542 THREADS_LINK=""
36543 THREADS_CFLAGS=""
36544 done
36545
36546 if test "x$THREADS_OK" != "xyes"; then
36547 wxUSE_THREADS=no
36548 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
36549 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
36550 else
36551 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
36552 LIBS="$THREADS_LINK $LIBS"
36553
36554 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
36555 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
36556 flag=no
36557 case "${host}" in
36558 *-aix*)
36559 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
36560 flag="-D_THREAD_SAFE"
36561 ;;
36562 *-freebsd*)
36563 flag="-D_THREAD_SAFE"
36564 ;;
36565 *-hp-hpux* )
36566 flag="-D_REENTRANT"
36567 if test "x$GCC" != "xyes"; then
36568 flag="$flag -D_RWSTD_MULTI_THREAD"
36569 fi
36570 ;;
36571 *solaris* | alpha*-osf*)
36572 flag="-D_REENTRANT"
36573 ;;
36574 esac
36575 echo "$as_me:$LINENO: result: ${flag}" >&5
36576 echo "${ECHO_T}${flag}" >&6
36577 if test "x$flag" != xno; then
36578 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
36579 fi
36580
36581 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS $THREADS_CFLAGS"
36582 fi
36583 fi
36584
36585 if test "$wxUSE_THREADS" = "yes" ; then
36586
36587 for ac_func in thr_setconcurrency
36588 do
36589 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36590 echo "$as_me:$LINENO: checking for $ac_func" >&5
36591 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36592 if eval "test \"\${$as_ac_var+set}\" = set"; then
36593 echo $ECHO_N "(cached) $ECHO_C" >&6
36594 else
36595 cat >conftest.$ac_ext <<_ACEOF
36596 /* confdefs.h. */
36597 _ACEOF
36598 cat confdefs.h >>conftest.$ac_ext
36599 cat >>conftest.$ac_ext <<_ACEOF
36600 /* end confdefs.h. */
36601 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36602 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36603 #define $ac_func innocuous_$ac_func
36604
36605 /* System header to define __stub macros and hopefully few prototypes,
36606 which can conflict with char $ac_func (); below.
36607 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36608 <limits.h> exists even on freestanding compilers. */
36609
36610 #ifdef __STDC__
36611 # include <limits.h>
36612 #else
36613 # include <assert.h>
36614 #endif
36615
36616 #undef $ac_func
36617
36618 /* Override any gcc2 internal prototype to avoid an error. */
36619 #ifdef __cplusplus
36620 extern "C"
36621 {
36622 #endif
36623 /* We use char because int might match the return type of a gcc2
36624 builtin and then its argument prototype would still apply. */
36625 char $ac_func ();
36626 /* The GNU C library defines this for functions which it implements
36627 to always fail with ENOSYS. Some functions are actually named
36628 something starting with __ and the normal name is an alias. */
36629 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36630 choke me
36631 #else
36632 char (*f) () = $ac_func;
36633 #endif
36634 #ifdef __cplusplus
36635 }
36636 #endif
36637
36638 int
36639 main ()
36640 {
36641 return f != $ac_func;
36642 ;
36643 return 0;
36644 }
36645 _ACEOF
36646 rm -f conftest.$ac_objext conftest$ac_exeext
36647 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36648 (eval $ac_link) 2>conftest.er1
36649 ac_status=$?
36650 grep -v '^ *+' conftest.er1 >conftest.err
36651 rm -f conftest.er1
36652 cat conftest.err >&5
36653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36654 (exit $ac_status); } &&
36655 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36657 (eval $ac_try) 2>&5
36658 ac_status=$?
36659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36660 (exit $ac_status); }; } &&
36661 { ac_try='test -s conftest$ac_exeext'
36662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36663 (eval $ac_try) 2>&5
36664 ac_status=$?
36665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36666 (exit $ac_status); }; }; then
36667 eval "$as_ac_var=yes"
36668 else
36669 echo "$as_me: failed program was:" >&5
36670 sed 's/^/| /' conftest.$ac_ext >&5
36671
36672 eval "$as_ac_var=no"
36673 fi
36674 rm -f conftest.err conftest.$ac_objext \
36675 conftest$ac_exeext conftest.$ac_ext
36676 fi
36677 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36678 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36679 if test `eval echo '${'$as_ac_var'}'` = yes; then
36680 cat >>confdefs.h <<_ACEOF
36681 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36682 _ACEOF
36683
36684 fi
36685 done
36686
36687
36688 echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
36689 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
36690 if test "${wx_cv_func_pthread_cleanup+set}" = set; then
36691 echo $ECHO_N "(cached) $ECHO_C" >&6
36692 else
36693
36694 cat >conftest.$ac_ext <<_ACEOF
36695 /* confdefs.h. */
36696 _ACEOF
36697 cat confdefs.h >>conftest.$ac_ext
36698 cat >>conftest.$ac_ext <<_ACEOF
36699 /* end confdefs.h. */
36700 #include <pthread.h>
36701 void ThreadCleanupFunc(void *p);
36702
36703 int
36704 main ()
36705 {
36706
36707 void *p;
36708 pthread_cleanup_push(ThreadCleanupFunc, p);
36709 pthread_cleanup_pop(0);
36710
36711 ;
36712 return 0;
36713 }
36714 _ACEOF
36715 rm -f conftest.$ac_objext
36716 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36717 (eval $ac_compile) 2>conftest.er1
36718 ac_status=$?
36719 grep -v '^ *+' conftest.er1 >conftest.err
36720 rm -f conftest.er1
36721 cat conftest.err >&5
36722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36723 (exit $ac_status); } &&
36724 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36726 (eval $ac_try) 2>&5
36727 ac_status=$?
36728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36729 (exit $ac_status); }; } &&
36730 { ac_try='test -s conftest.$ac_objext'
36731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36732 (eval $ac_try) 2>&5
36733 ac_status=$?
36734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36735 (exit $ac_status); }; }; then
36736
36737 wx_cv_func_pthread_cleanup=yes
36738
36739 else
36740 echo "$as_me: failed program was:" >&5
36741 sed 's/^/| /' conftest.$ac_ext >&5
36742
36743
36744 wx_cv_func_pthread_cleanup=no
36745
36746
36747 fi
36748 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36749
36750 fi
36751 echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
36752 echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6
36753 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
36754 cat >>confdefs.h <<\_ACEOF
36755 #define wxHAVE_PTHREAD_CLEANUP 1
36756 _ACEOF
36757
36758 fi
36759
36760
36761 for ac_header in sched.h
36762 do
36763 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36764 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36765 echo "$as_me:$LINENO: checking for $ac_header" >&5
36766 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36767 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36768 echo $ECHO_N "(cached) $ECHO_C" >&6
36769 fi
36770 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36771 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36772 else
36773 # Is the header compilable?
36774 echo "$as_me:$LINENO: checking $ac_header usability" >&5
36775 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36776 cat >conftest.$ac_ext <<_ACEOF
36777 /* confdefs.h. */
36778 _ACEOF
36779 cat confdefs.h >>conftest.$ac_ext
36780 cat >>conftest.$ac_ext <<_ACEOF
36781 /* end confdefs.h. */
36782 $ac_includes_default
36783 #include <$ac_header>
36784 _ACEOF
36785 rm -f conftest.$ac_objext
36786 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36787 (eval $ac_compile) 2>conftest.er1
36788 ac_status=$?
36789 grep -v '^ *+' conftest.er1 >conftest.err
36790 rm -f conftest.er1
36791 cat conftest.err >&5
36792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36793 (exit $ac_status); } &&
36794 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36796 (eval $ac_try) 2>&5
36797 ac_status=$?
36798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36799 (exit $ac_status); }; } &&
36800 { ac_try='test -s conftest.$ac_objext'
36801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36802 (eval $ac_try) 2>&5
36803 ac_status=$?
36804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36805 (exit $ac_status); }; }; then
36806 ac_header_compiler=yes
36807 else
36808 echo "$as_me: failed program was:" >&5
36809 sed 's/^/| /' conftest.$ac_ext >&5
36810
36811 ac_header_compiler=no
36812 fi
36813 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36814 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36815 echo "${ECHO_T}$ac_header_compiler" >&6
36816
36817 # Is the header present?
36818 echo "$as_me:$LINENO: checking $ac_header presence" >&5
36819 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36820 cat >conftest.$ac_ext <<_ACEOF
36821 /* confdefs.h. */
36822 _ACEOF
36823 cat confdefs.h >>conftest.$ac_ext
36824 cat >>conftest.$ac_ext <<_ACEOF
36825 /* end confdefs.h. */
36826 #include <$ac_header>
36827 _ACEOF
36828 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36829 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
36830 ac_status=$?
36831 grep -v '^ *+' conftest.er1 >conftest.err
36832 rm -f conftest.er1
36833 cat conftest.err >&5
36834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36835 (exit $ac_status); } >/dev/null; then
36836 if test -s conftest.err; then
36837 ac_cpp_err=$ac_c_preproc_warn_flag
36838 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
36839 else
36840 ac_cpp_err=
36841 fi
36842 else
36843 ac_cpp_err=yes
36844 fi
36845 if test -z "$ac_cpp_err"; then
36846 ac_header_preproc=yes
36847 else
36848 echo "$as_me: failed program was:" >&5
36849 sed 's/^/| /' conftest.$ac_ext >&5
36850
36851 ac_header_preproc=no
36852 fi
36853 rm -f conftest.err conftest.$ac_ext
36854 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36855 echo "${ECHO_T}$ac_header_preproc" >&6
36856
36857 # So? What about this header?
36858 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36859 yes:no: )
36860 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36861 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
36862 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36863 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36864 ac_header_preproc=yes
36865 ;;
36866 no:yes:* )
36867 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36868 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
36869 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
36870 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
36871 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36872 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36873 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
36874 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
36875 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36876 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
36877 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36878 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
36879 (
36880 cat <<\_ASBOX
36881 ## ----------------------------------------- ##
36882 ## Report this to wx-dev@lists.wxwidgets.org ##
36883 ## ----------------------------------------- ##
36884 _ASBOX
36885 ) |
36886 sed "s/^/$as_me: WARNING: /" >&2
36887 ;;
36888 esac
36889 echo "$as_me:$LINENO: checking for $ac_header" >&5
36890 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36891 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36892 echo $ECHO_N "(cached) $ECHO_C" >&6
36893 else
36894 eval "$as_ac_Header=\$ac_header_preproc"
36895 fi
36896 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36897 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36898
36899 fi
36900 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36901 cat >>confdefs.h <<_ACEOF
36902 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36903 _ACEOF
36904
36905 fi
36906
36907 done
36908
36909 if test "$ac_cv_header_sched_h" = "yes"; then
36910 echo "$as_me:$LINENO: checking for sched_yield" >&5
36911 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
36912 if test "${ac_cv_func_sched_yield+set}" = set; then
36913 echo $ECHO_N "(cached) $ECHO_C" >&6
36914 else
36915 cat >conftest.$ac_ext <<_ACEOF
36916 /* confdefs.h. */
36917 _ACEOF
36918 cat confdefs.h >>conftest.$ac_ext
36919 cat >>conftest.$ac_ext <<_ACEOF
36920 /* end confdefs.h. */
36921 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
36922 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36923 #define sched_yield innocuous_sched_yield
36924
36925 /* System header to define __stub macros and hopefully few prototypes,
36926 which can conflict with char sched_yield (); below.
36927 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36928 <limits.h> exists even on freestanding compilers. */
36929
36930 #ifdef __STDC__
36931 # include <limits.h>
36932 #else
36933 # include <assert.h>
36934 #endif
36935
36936 #undef sched_yield
36937
36938 /* Override any gcc2 internal prototype to avoid an error. */
36939 #ifdef __cplusplus
36940 extern "C"
36941 {
36942 #endif
36943 /* We use char because int might match the return type of a gcc2
36944 builtin and then its argument prototype would still apply. */
36945 char sched_yield ();
36946 /* The GNU C library defines this for functions which it implements
36947 to always fail with ENOSYS. Some functions are actually named
36948 something starting with __ and the normal name is an alias. */
36949 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
36950 choke me
36951 #else
36952 char (*f) () = sched_yield;
36953 #endif
36954 #ifdef __cplusplus
36955 }
36956 #endif
36957
36958 int
36959 main ()
36960 {
36961 return f != sched_yield;
36962 ;
36963 return 0;
36964 }
36965 _ACEOF
36966 rm -f conftest.$ac_objext conftest$ac_exeext
36967 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36968 (eval $ac_link) 2>conftest.er1
36969 ac_status=$?
36970 grep -v '^ *+' conftest.er1 >conftest.err
36971 rm -f conftest.er1
36972 cat conftest.err >&5
36973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36974 (exit $ac_status); } &&
36975 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36977 (eval $ac_try) 2>&5
36978 ac_status=$?
36979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36980 (exit $ac_status); }; } &&
36981 { ac_try='test -s conftest$ac_exeext'
36982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36983 (eval $ac_try) 2>&5
36984 ac_status=$?
36985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36986 (exit $ac_status); }; }; then
36987 ac_cv_func_sched_yield=yes
36988 else
36989 echo "$as_me: failed program was:" >&5
36990 sed 's/^/| /' conftest.$ac_ext >&5
36991
36992 ac_cv_func_sched_yield=no
36993 fi
36994 rm -f conftest.err conftest.$ac_objext \
36995 conftest$ac_exeext conftest.$ac_ext
36996 fi
36997 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
36998 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
36999 if test $ac_cv_func_sched_yield = yes; then
37000 cat >>confdefs.h <<\_ACEOF
37001 #define HAVE_SCHED_YIELD 1
37002 _ACEOF
37003
37004 else
37005
37006 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
37007 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
37008 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
37009 echo $ECHO_N "(cached) $ECHO_C" >&6
37010 else
37011 ac_check_lib_save_LIBS=$LIBS
37012 LIBS="-lposix4 $LIBS"
37013 cat >conftest.$ac_ext <<_ACEOF
37014 /* confdefs.h. */
37015 _ACEOF
37016 cat confdefs.h >>conftest.$ac_ext
37017 cat >>conftest.$ac_ext <<_ACEOF
37018 /* end confdefs.h. */
37019
37020 /* Override any gcc2 internal prototype to avoid an error. */
37021 #ifdef __cplusplus
37022 extern "C"
37023 #endif
37024 /* We use char because int might match the return type of a gcc2
37025 builtin and then its argument prototype would still apply. */
37026 char sched_yield ();
37027 int
37028 main ()
37029 {
37030 sched_yield ();
37031 ;
37032 return 0;
37033 }
37034 _ACEOF
37035 rm -f conftest.$ac_objext conftest$ac_exeext
37036 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37037 (eval $ac_link) 2>conftest.er1
37038 ac_status=$?
37039 grep -v '^ *+' conftest.er1 >conftest.err
37040 rm -f conftest.er1
37041 cat conftest.err >&5
37042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37043 (exit $ac_status); } &&
37044 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37046 (eval $ac_try) 2>&5
37047 ac_status=$?
37048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37049 (exit $ac_status); }; } &&
37050 { ac_try='test -s conftest$ac_exeext'
37051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37052 (eval $ac_try) 2>&5
37053 ac_status=$?
37054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37055 (exit $ac_status); }; }; then
37056 ac_cv_lib_posix4_sched_yield=yes
37057 else
37058 echo "$as_me: failed program was:" >&5
37059 sed 's/^/| /' conftest.$ac_ext >&5
37060
37061 ac_cv_lib_posix4_sched_yield=no
37062 fi
37063 rm -f conftest.err conftest.$ac_objext \
37064 conftest$ac_exeext conftest.$ac_ext
37065 LIBS=$ac_check_lib_save_LIBS
37066 fi
37067 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
37068 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
37069 if test $ac_cv_lib_posix4_sched_yield = yes; then
37070 cat >>confdefs.h <<\_ACEOF
37071 #define HAVE_SCHED_YIELD 1
37072 _ACEOF
37073 POSIX4_LINK=" -lposix4"
37074 else
37075 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
37076 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
37077
37078 fi
37079
37080
37081
37082 fi
37083
37084 fi
37085
37086 HAVE_PRIOR_FUNCS=0
37087 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
37088 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
37089 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
37090 echo $ECHO_N "(cached) $ECHO_C" >&6
37091 else
37092 cat >conftest.$ac_ext <<_ACEOF
37093 /* confdefs.h. */
37094 _ACEOF
37095 cat confdefs.h >>conftest.$ac_ext
37096 cat >>conftest.$ac_ext <<_ACEOF
37097 /* end confdefs.h. */
37098 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
37099 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37100 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
37101
37102 /* System header to define __stub macros and hopefully few prototypes,
37103 which can conflict with char pthread_attr_getschedpolicy (); below.
37104 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37105 <limits.h> exists even on freestanding compilers. */
37106
37107 #ifdef __STDC__
37108 # include <limits.h>
37109 #else
37110 # include <assert.h>
37111 #endif
37112
37113 #undef pthread_attr_getschedpolicy
37114
37115 /* Override any gcc2 internal prototype to avoid an error. */
37116 #ifdef __cplusplus
37117 extern "C"
37118 {
37119 #endif
37120 /* We use char because int might match the return type of a gcc2
37121 builtin and then its argument prototype would still apply. */
37122 char pthread_attr_getschedpolicy ();
37123 /* The GNU C library defines this for functions which it implements
37124 to always fail with ENOSYS. Some functions are actually named
37125 something starting with __ and the normal name is an alias. */
37126 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
37127 choke me
37128 #else
37129 char (*f) () = pthread_attr_getschedpolicy;
37130 #endif
37131 #ifdef __cplusplus
37132 }
37133 #endif
37134
37135 int
37136 main ()
37137 {
37138 return f != pthread_attr_getschedpolicy;
37139 ;
37140 return 0;
37141 }
37142 _ACEOF
37143 rm -f conftest.$ac_objext conftest$ac_exeext
37144 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37145 (eval $ac_link) 2>conftest.er1
37146 ac_status=$?
37147 grep -v '^ *+' conftest.er1 >conftest.err
37148 rm -f conftest.er1
37149 cat conftest.err >&5
37150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37151 (exit $ac_status); } &&
37152 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37154 (eval $ac_try) 2>&5
37155 ac_status=$?
37156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37157 (exit $ac_status); }; } &&
37158 { ac_try='test -s conftest$ac_exeext'
37159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37160 (eval $ac_try) 2>&5
37161 ac_status=$?
37162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37163 (exit $ac_status); }; }; then
37164 ac_cv_func_pthread_attr_getschedpolicy=yes
37165 else
37166 echo "$as_me: failed program was:" >&5
37167 sed 's/^/| /' conftest.$ac_ext >&5
37168
37169 ac_cv_func_pthread_attr_getschedpolicy=no
37170 fi
37171 rm -f conftest.err conftest.$ac_objext \
37172 conftest$ac_exeext conftest.$ac_ext
37173 fi
37174 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
37175 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
37176 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
37177 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
37178 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
37179 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
37180 echo $ECHO_N "(cached) $ECHO_C" >&6
37181 else
37182 cat >conftest.$ac_ext <<_ACEOF
37183 /* confdefs.h. */
37184 _ACEOF
37185 cat confdefs.h >>conftest.$ac_ext
37186 cat >>conftest.$ac_ext <<_ACEOF
37187 /* end confdefs.h. */
37188 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
37189 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37190 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
37191
37192 /* System header to define __stub macros and hopefully few prototypes,
37193 which can conflict with char pthread_attr_setschedparam (); below.
37194 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37195 <limits.h> exists even on freestanding compilers. */
37196
37197 #ifdef __STDC__
37198 # include <limits.h>
37199 #else
37200 # include <assert.h>
37201 #endif
37202
37203 #undef pthread_attr_setschedparam
37204
37205 /* Override any gcc2 internal prototype to avoid an error. */
37206 #ifdef __cplusplus
37207 extern "C"
37208 {
37209 #endif
37210 /* We use char because int might match the return type of a gcc2
37211 builtin and then its argument prototype would still apply. */
37212 char pthread_attr_setschedparam ();
37213 /* The GNU C library defines this for functions which it implements
37214 to always fail with ENOSYS. Some functions are actually named
37215 something starting with __ and the normal name is an alias. */
37216 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
37217 choke me
37218 #else
37219 char (*f) () = pthread_attr_setschedparam;
37220 #endif
37221 #ifdef __cplusplus
37222 }
37223 #endif
37224
37225 int
37226 main ()
37227 {
37228 return f != pthread_attr_setschedparam;
37229 ;
37230 return 0;
37231 }
37232 _ACEOF
37233 rm -f conftest.$ac_objext conftest$ac_exeext
37234 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37235 (eval $ac_link) 2>conftest.er1
37236 ac_status=$?
37237 grep -v '^ *+' conftest.er1 >conftest.err
37238 rm -f conftest.er1
37239 cat conftest.err >&5
37240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37241 (exit $ac_status); } &&
37242 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37244 (eval $ac_try) 2>&5
37245 ac_status=$?
37246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37247 (exit $ac_status); }; } &&
37248 { ac_try='test -s conftest$ac_exeext'
37249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37250 (eval $ac_try) 2>&5
37251 ac_status=$?
37252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37253 (exit $ac_status); }; }; then
37254 ac_cv_func_pthread_attr_setschedparam=yes
37255 else
37256 echo "$as_me: failed program was:" >&5
37257 sed 's/^/| /' conftest.$ac_ext >&5
37258
37259 ac_cv_func_pthread_attr_setschedparam=no
37260 fi
37261 rm -f conftest.err conftest.$ac_objext \
37262 conftest$ac_exeext conftest.$ac_ext
37263 fi
37264 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
37265 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
37266 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
37267 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
37268 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
37269 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
37270 echo $ECHO_N "(cached) $ECHO_C" >&6
37271 else
37272 cat >conftest.$ac_ext <<_ACEOF
37273 /* confdefs.h. */
37274 _ACEOF
37275 cat confdefs.h >>conftest.$ac_ext
37276 cat >>conftest.$ac_ext <<_ACEOF
37277 /* end confdefs.h. */
37278 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
37279 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37280 #define sched_get_priority_max innocuous_sched_get_priority_max
37281
37282 /* System header to define __stub macros and hopefully few prototypes,
37283 which can conflict with char sched_get_priority_max (); below.
37284 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37285 <limits.h> exists even on freestanding compilers. */
37286
37287 #ifdef __STDC__
37288 # include <limits.h>
37289 #else
37290 # include <assert.h>
37291 #endif
37292
37293 #undef sched_get_priority_max
37294
37295 /* Override any gcc2 internal prototype to avoid an error. */
37296 #ifdef __cplusplus
37297 extern "C"
37298 {
37299 #endif
37300 /* We use char because int might match the return type of a gcc2
37301 builtin and then its argument prototype would still apply. */
37302 char sched_get_priority_max ();
37303 /* The GNU C library defines this for functions which it implements
37304 to always fail with ENOSYS. Some functions are actually named
37305 something starting with __ and the normal name is an alias. */
37306 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
37307 choke me
37308 #else
37309 char (*f) () = sched_get_priority_max;
37310 #endif
37311 #ifdef __cplusplus
37312 }
37313 #endif
37314
37315 int
37316 main ()
37317 {
37318 return f != sched_get_priority_max;
37319 ;
37320 return 0;
37321 }
37322 _ACEOF
37323 rm -f conftest.$ac_objext conftest$ac_exeext
37324 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37325 (eval $ac_link) 2>conftest.er1
37326 ac_status=$?
37327 grep -v '^ *+' conftest.er1 >conftest.err
37328 rm -f conftest.er1
37329 cat conftest.err >&5
37330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37331 (exit $ac_status); } &&
37332 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37334 (eval $ac_try) 2>&5
37335 ac_status=$?
37336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37337 (exit $ac_status); }; } &&
37338 { ac_try='test -s conftest$ac_exeext'
37339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37340 (eval $ac_try) 2>&5
37341 ac_status=$?
37342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37343 (exit $ac_status); }; }; then
37344 ac_cv_func_sched_get_priority_max=yes
37345 else
37346 echo "$as_me: failed program was:" >&5
37347 sed 's/^/| /' conftest.$ac_ext >&5
37348
37349 ac_cv_func_sched_get_priority_max=no
37350 fi
37351 rm -f conftest.err conftest.$ac_objext \
37352 conftest$ac_exeext conftest.$ac_ext
37353 fi
37354 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
37355 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
37356 if test $ac_cv_func_sched_get_priority_max = yes; then
37357 HAVE_PRIOR_FUNCS=1
37358 else
37359 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
37360 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
37361 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
37362 echo $ECHO_N "(cached) $ECHO_C" >&6
37363 else
37364 ac_check_lib_save_LIBS=$LIBS
37365 LIBS="-lposix4 $LIBS"
37366 cat >conftest.$ac_ext <<_ACEOF
37367 /* confdefs.h. */
37368 _ACEOF
37369 cat confdefs.h >>conftest.$ac_ext
37370 cat >>conftest.$ac_ext <<_ACEOF
37371 /* end confdefs.h. */
37372
37373 /* Override any gcc2 internal prototype to avoid an error. */
37374 #ifdef __cplusplus
37375 extern "C"
37376 #endif
37377 /* We use char because int might match the return type of a gcc2
37378 builtin and then its argument prototype would still apply. */
37379 char sched_get_priority_max ();
37380 int
37381 main ()
37382 {
37383 sched_get_priority_max ();
37384 ;
37385 return 0;
37386 }
37387 _ACEOF
37388 rm -f conftest.$ac_objext conftest$ac_exeext
37389 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37390 (eval $ac_link) 2>conftest.er1
37391 ac_status=$?
37392 grep -v '^ *+' conftest.er1 >conftest.err
37393 rm -f conftest.er1
37394 cat conftest.err >&5
37395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37396 (exit $ac_status); } &&
37397 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37399 (eval $ac_try) 2>&5
37400 ac_status=$?
37401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37402 (exit $ac_status); }; } &&
37403 { ac_try='test -s conftest$ac_exeext'
37404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37405 (eval $ac_try) 2>&5
37406 ac_status=$?
37407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37408 (exit $ac_status); }; }; then
37409 ac_cv_lib_posix4_sched_get_priority_max=yes
37410 else
37411 echo "$as_me: failed program was:" >&5
37412 sed 's/^/| /' conftest.$ac_ext >&5
37413
37414 ac_cv_lib_posix4_sched_get_priority_max=no
37415 fi
37416 rm -f conftest.err conftest.$ac_objext \
37417 conftest$ac_exeext conftest.$ac_ext
37418 LIBS=$ac_check_lib_save_LIBS
37419 fi
37420 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
37421 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
37422 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
37423
37424 HAVE_PRIOR_FUNCS=1
37425 POSIX4_LINK=" -lposix4"
37426
37427 fi
37428
37429
37430 fi
37431
37432
37433 fi
37434
37435
37436 fi
37437
37438
37439 if test "$HAVE_PRIOR_FUNCS" = 1; then
37440 cat >>confdefs.h <<\_ACEOF
37441 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
37442 _ACEOF
37443
37444 else
37445 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
37446 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
37447 fi
37448
37449 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
37450 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
37451 if test "${ac_cv_func_pthread_cancel+set}" = set; then
37452 echo $ECHO_N "(cached) $ECHO_C" >&6
37453 else
37454 cat >conftest.$ac_ext <<_ACEOF
37455 /* confdefs.h. */
37456 _ACEOF
37457 cat confdefs.h >>conftest.$ac_ext
37458 cat >>conftest.$ac_ext <<_ACEOF
37459 /* end confdefs.h. */
37460 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
37461 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37462 #define pthread_cancel innocuous_pthread_cancel
37463
37464 /* System header to define __stub macros and hopefully few prototypes,
37465 which can conflict with char pthread_cancel (); below.
37466 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37467 <limits.h> exists even on freestanding compilers. */
37468
37469 #ifdef __STDC__
37470 # include <limits.h>
37471 #else
37472 # include <assert.h>
37473 #endif
37474
37475 #undef pthread_cancel
37476
37477 /* Override any gcc2 internal prototype to avoid an error. */
37478 #ifdef __cplusplus
37479 extern "C"
37480 {
37481 #endif
37482 /* We use char because int might match the return type of a gcc2
37483 builtin and then its argument prototype would still apply. */
37484 char pthread_cancel ();
37485 /* The GNU C library defines this for functions which it implements
37486 to always fail with ENOSYS. Some functions are actually named
37487 something starting with __ and the normal name is an alias. */
37488 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
37489 choke me
37490 #else
37491 char (*f) () = pthread_cancel;
37492 #endif
37493 #ifdef __cplusplus
37494 }
37495 #endif
37496
37497 int
37498 main ()
37499 {
37500 return f != pthread_cancel;
37501 ;
37502 return 0;
37503 }
37504 _ACEOF
37505 rm -f conftest.$ac_objext conftest$ac_exeext
37506 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37507 (eval $ac_link) 2>conftest.er1
37508 ac_status=$?
37509 grep -v '^ *+' conftest.er1 >conftest.err
37510 rm -f conftest.er1
37511 cat conftest.err >&5
37512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37513 (exit $ac_status); } &&
37514 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37516 (eval $ac_try) 2>&5
37517 ac_status=$?
37518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37519 (exit $ac_status); }; } &&
37520 { ac_try='test -s conftest$ac_exeext'
37521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37522 (eval $ac_try) 2>&5
37523 ac_status=$?
37524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37525 (exit $ac_status); }; }; then
37526 ac_cv_func_pthread_cancel=yes
37527 else
37528 echo "$as_me: failed program was:" >&5
37529 sed 's/^/| /' conftest.$ac_ext >&5
37530
37531 ac_cv_func_pthread_cancel=no
37532 fi
37533 rm -f conftest.err conftest.$ac_objext \
37534 conftest$ac_exeext conftest.$ac_ext
37535 fi
37536 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
37537 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
37538 if test $ac_cv_func_pthread_cancel = yes; then
37539 cat >>confdefs.h <<\_ACEOF
37540 #define HAVE_PTHREAD_CANCEL 1
37541 _ACEOF
37542
37543 else
37544 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
37545 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
37546 fi
37547
37548
37549 echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
37550 echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6
37551 if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
37552 echo $ECHO_N "(cached) $ECHO_C" >&6
37553 else
37554 cat >conftest.$ac_ext <<_ACEOF
37555 /* confdefs.h. */
37556 _ACEOF
37557 cat confdefs.h >>conftest.$ac_ext
37558 cat >>conftest.$ac_ext <<_ACEOF
37559 /* end confdefs.h. */
37560 /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
37561 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37562 #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
37563
37564 /* System header to define __stub macros and hopefully few prototypes,
37565 which can conflict with char pthread_attr_setstacksize (); below.
37566 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37567 <limits.h> exists even on freestanding compilers. */
37568
37569 #ifdef __STDC__
37570 # include <limits.h>
37571 #else
37572 # include <assert.h>
37573 #endif
37574
37575 #undef pthread_attr_setstacksize
37576
37577 /* Override any gcc2 internal prototype to avoid an error. */
37578 #ifdef __cplusplus
37579 extern "C"
37580 {
37581 #endif
37582 /* We use char because int might match the return type of a gcc2
37583 builtin and then its argument prototype would still apply. */
37584 char pthread_attr_setstacksize ();
37585 /* The GNU C library defines this for functions which it implements
37586 to always fail with ENOSYS. Some functions are actually named
37587 something starting with __ and the normal name is an alias. */
37588 #if defined (__stub_pthread_attr_setstacksize) || defined (__stub___pthread_attr_setstacksize)
37589 choke me
37590 #else
37591 char (*f) () = pthread_attr_setstacksize;
37592 #endif
37593 #ifdef __cplusplus
37594 }
37595 #endif
37596
37597 int
37598 main ()
37599 {
37600 return f != pthread_attr_setstacksize;
37601 ;
37602 return 0;
37603 }
37604 _ACEOF
37605 rm -f conftest.$ac_objext conftest$ac_exeext
37606 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37607 (eval $ac_link) 2>conftest.er1
37608 ac_status=$?
37609 grep -v '^ *+' conftest.er1 >conftest.err
37610 rm -f conftest.er1
37611 cat conftest.err >&5
37612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37613 (exit $ac_status); } &&
37614 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37616 (eval $ac_try) 2>&5
37617 ac_status=$?
37618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37619 (exit $ac_status); }; } &&
37620 { ac_try='test -s conftest$ac_exeext'
37621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37622 (eval $ac_try) 2>&5
37623 ac_status=$?
37624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37625 (exit $ac_status); }; }; then
37626 ac_cv_func_pthread_attr_setstacksize=yes
37627 else
37628 echo "$as_me: failed program was:" >&5
37629 sed 's/^/| /' conftest.$ac_ext >&5
37630
37631 ac_cv_func_pthread_attr_setstacksize=no
37632 fi
37633 rm -f conftest.err conftest.$ac_objext \
37634 conftest$ac_exeext conftest.$ac_ext
37635 fi
37636 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
37637 echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6
37638 if test $ac_cv_func_pthread_attr_setstacksize = yes; then
37639 cat >>confdefs.h <<\_ACEOF
37640 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
37641 _ACEOF
37642
37643 fi
37644
37645
37646
37647 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
37648 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
37649 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
37650 echo $ECHO_N "(cached) $ECHO_C" >&6
37651 else
37652
37653 cat >conftest.$ac_ext <<_ACEOF
37654 /* confdefs.h. */
37655 _ACEOF
37656 cat confdefs.h >>conftest.$ac_ext
37657 cat >>conftest.$ac_ext <<_ACEOF
37658 /* end confdefs.h. */
37659 #include <pthread.h>
37660 int
37661 main ()
37662 {
37663
37664 pthread_mutexattr_t attr;
37665 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
37666
37667 ;
37668 return 0;
37669 }
37670 _ACEOF
37671 rm -f conftest.$ac_objext
37672 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37673 (eval $ac_compile) 2>conftest.er1
37674 ac_status=$?
37675 grep -v '^ *+' conftest.er1 >conftest.err
37676 rm -f conftest.er1
37677 cat conftest.err >&5
37678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37679 (exit $ac_status); } &&
37680 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37682 (eval $ac_try) 2>&5
37683 ac_status=$?
37684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37685 (exit $ac_status); }; } &&
37686 { ac_try='test -s conftest.$ac_objext'
37687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37688 (eval $ac_try) 2>&5
37689 ac_status=$?
37690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37691 (exit $ac_status); }; }; then
37692 wx_cv_type_pthread_mutexattr_t=yes
37693 else
37694 echo "$as_me: failed program was:" >&5
37695 sed 's/^/| /' conftest.$ac_ext >&5
37696
37697 wx_cv_type_pthread_mutexattr_t=no
37698
37699 fi
37700 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37701
37702 fi
37703 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
37704 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
37705
37706 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
37707 cat >>confdefs.h <<\_ACEOF
37708 #define HAVE_PTHREAD_MUTEXATTR_T 1
37709 _ACEOF
37710
37711
37712 echo "$as_me:$LINENO: checking for pthread_mutexattr_settype declaration" >&5
37713 echo $ECHO_N "checking for pthread_mutexattr_settype declaration... $ECHO_C" >&6
37714 if test "${wx_cv_func_pthread_mutexattr_settype_decl+set}" = set; then
37715 echo $ECHO_N "(cached) $ECHO_C" >&6
37716 else
37717
37718 cat >conftest.$ac_ext <<_ACEOF
37719 /* confdefs.h. */
37720 _ACEOF
37721 cat confdefs.h >>conftest.$ac_ext
37722 cat >>conftest.$ac_ext <<_ACEOF
37723 /* end confdefs.h. */
37724 #include <pthread.h>
37725 int
37726 main ()
37727 {
37728
37729 pthread_mutexattr_t attr;
37730 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
37731
37732 ;
37733 return 0;
37734 }
37735 _ACEOF
37736 rm -f conftest.$ac_objext
37737 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37738 (eval $ac_compile) 2>conftest.er1
37739 ac_status=$?
37740 grep -v '^ *+' conftest.er1 >conftest.err
37741 rm -f conftest.er1
37742 cat conftest.err >&5
37743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37744 (exit $ac_status); } &&
37745 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37747 (eval $ac_try) 2>&5
37748 ac_status=$?
37749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37750 (exit $ac_status); }; } &&
37751 { ac_try='test -s conftest.$ac_objext'
37752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37753 (eval $ac_try) 2>&5
37754 ac_status=$?
37755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37756 (exit $ac_status); }; }; then
37757 wx_cv_func_pthread_mutexattr_settype_decl=yes
37758 else
37759 echo "$as_me: failed program was:" >&5
37760 sed 's/^/| /' conftest.$ac_ext >&5
37761
37762 wx_cv_func_pthread_mutexattr_settype_decl=no
37763
37764 fi
37765 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37766
37767 fi
37768 echo "$as_me:$LINENO: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
37769 echo "${ECHO_T}$wx_cv_func_pthread_mutexattr_settype_decl" >&6
37770 if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
37771 cat >>confdefs.h <<\_ACEOF
37772 #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
37773 _ACEOF
37774
37775 fi
37776 else
37777 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
37778 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
37779 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
37780 echo $ECHO_N "(cached) $ECHO_C" >&6
37781 else
37782
37783 cat >conftest.$ac_ext <<_ACEOF
37784 /* confdefs.h. */
37785 _ACEOF
37786 cat confdefs.h >>conftest.$ac_ext
37787 cat >>conftest.$ac_ext <<_ACEOF
37788 /* end confdefs.h. */
37789 #include <pthread.h>
37790 int
37791 main ()
37792 {
37793
37794 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
37795
37796 ;
37797 return 0;
37798 }
37799 _ACEOF
37800 rm -f conftest.$ac_objext
37801 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37802 (eval $ac_compile) 2>conftest.er1
37803 ac_status=$?
37804 grep -v '^ *+' conftest.er1 >conftest.err
37805 rm -f conftest.er1
37806 cat conftest.err >&5
37807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37808 (exit $ac_status); } &&
37809 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37811 (eval $ac_try) 2>&5
37812 ac_status=$?
37813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37814 (exit $ac_status); }; } &&
37815 { ac_try='test -s conftest.$ac_objext'
37816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37817 (eval $ac_try) 2>&5
37818 ac_status=$?
37819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37820 (exit $ac_status); }; }; then
37821
37822 wx_cv_type_pthread_rec_mutex_init=yes
37823
37824 else
37825 echo "$as_me: failed program was:" >&5
37826 sed 's/^/| /' conftest.$ac_ext >&5
37827
37828
37829 wx_cv_type_pthread_rec_mutex_init=no
37830
37831
37832 fi
37833 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37834
37835 fi
37836 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
37837 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
37838 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
37839 cat >>confdefs.h <<\_ACEOF
37840 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
37841 _ACEOF
37842
37843 else
37844 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
37845 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
37846 fi
37847 fi
37848 fi
37849
37850 else
37851 if test "$wxUSE_THREADS" = "yes" ; then
37852 case "${host}" in
37853 *-*-mingw32* )
37854 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
37855 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
37856 if test "${wx_cv_cflags_mthread+set}" = set; then
37857 echo $ECHO_N "(cached) $ECHO_C" >&6
37858 else
37859
37860 CFLAGS_OLD="$CFLAGS"
37861 CFLAGS="$CFLAGS -mthreads"
37862 cat >conftest.$ac_ext <<_ACEOF
37863 /* confdefs.h. */
37864 _ACEOF
37865 cat confdefs.h >>conftest.$ac_ext
37866 cat >>conftest.$ac_ext <<_ACEOF
37867 /* end confdefs.h. */
37868
37869 int
37870 main ()
37871 {
37872
37873 ;
37874 return 0;
37875 }
37876 _ACEOF
37877 rm -f conftest.$ac_objext
37878 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37879 (eval $ac_compile) 2>conftest.er1
37880 ac_status=$?
37881 grep -v '^ *+' conftest.er1 >conftest.err
37882 rm -f conftest.er1
37883 cat conftest.err >&5
37884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37885 (exit $ac_status); } &&
37886 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37888 (eval $ac_try) 2>&5
37889 ac_status=$?
37890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37891 (exit $ac_status); }; } &&
37892 { ac_try='test -s conftest.$ac_objext'
37893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37894 (eval $ac_try) 2>&5
37895 ac_status=$?
37896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37897 (exit $ac_status); }; }; then
37898 wx_cv_cflags_mthread=yes
37899 else
37900 echo "$as_me: failed program was:" >&5
37901 sed 's/^/| /' conftest.$ac_ext >&5
37902
37903 wx_cv_cflags_mthread=no
37904
37905 fi
37906 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37907
37908
37909 fi
37910 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
37911 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
37912
37913 if test "$wx_cv_cflags_mthread" = "yes"; then
37914 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mthreads"
37915 LDFLAGS="$LDFLAGS -mthreads"
37916 else
37917 CFLAGS="$CFLAGS_OLD"
37918 fi
37919 ;;
37920 *-pc-os2*emx )
37921 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
37922 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
37923 LDFLAGS="$LDFLAGS -Zmt"
37924 ;;
37925 esac
37926 fi
37927 fi
37928
37929 if test "$wxUSE_THREADS" = "yes"; then
37930 cat >>confdefs.h <<\_ACEOF
37931 #define wxUSE_THREADS 1
37932 _ACEOF
37933
37934
37935 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
37936 else
37937 if test "$ac_cv_func_strtok_r" = "yes"; then
37938 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
37939 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
37940 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
37941 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_REENTRANT"
37942 echo "$as_me:$LINENO: result: yes" >&5
37943 echo "${ECHO_T}yes" >&6
37944 else
37945 echo "$as_me:$LINENO: result: no" >&5
37946 echo "${ECHO_T}no" >&6
37947 fi
37948 fi
37949 fi
37950
37951 if test "$WXGTK20" = 1 ; then
37952 cat >>confdefs.h <<_ACEOF
37953 #define __WXGTK20__ $WXGTK20
37954 _ACEOF
37955
37956 WXGTK12=1
37957 fi
37958
37959 if test "$WXGTK12" = 1 ; then
37960 cat >>confdefs.h <<_ACEOF
37961 #define __WXGTK12__ $WXGTK12
37962 _ACEOF
37963
37964 fi
37965
37966 if test "$WXGTK127" = 1 ; then
37967 cat >>confdefs.h <<_ACEOF
37968 #define __WXGTK127__ $WXGTK127
37969 _ACEOF
37970
37971 fi
37972
37973 if test "$WXGPE" = 1 ; then
37974 cat >>confdefs.h <<_ACEOF
37975 #define __WXGPE__ $WXGPE
37976 _ACEOF
37977
37978 fi
37979
37980 DEBUG_FLAG=
37981 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
37982 DEBUG_FLAG="-g"
37983 wxUSE_OPTIMISE=no
37984 fi
37985
37986 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
37987 wxUSE_DEBUG_INFO=yes
37988 if test "$GCC" = yes; then
37989 DEBUG_FLAG="-ggdb"
37990 fi
37991 fi
37992
37993 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
37994 cat >>confdefs.h <<\_ACEOF
37995 #define WXDEBUG 1
37996 _ACEOF
37997
37998 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D__WXDEBUG__"
37999 else
38000 if test "$wxUSE_GTK" = 1 ; then
38001 CPPFLAGS="$CPPFLAGS -DGTK_NO_CHECK_CASTS"
38002 fi
38003 fi
38004
38005 if test "$wxUSE_MEM_TRACING" = "yes" ; then
38006 cat >>confdefs.h <<\_ACEOF
38007 #define wxUSE_MEMORY_TRACING 1
38008 _ACEOF
38009
38010 cat >>confdefs.h <<\_ACEOF
38011 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
38012 _ACEOF
38013
38014 cat >>confdefs.h <<\_ACEOF
38015 #define wxUSE_DEBUG_NEW_ALWAYS 1
38016 _ACEOF
38017
38018 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
38019 fi
38020
38021 if test "$wxUSE_DMALLOC" = "yes" ; then
38022 DMALLOC_LIBS="-ldmallocthcxx"
38023 fi
38024
38025 PROFILE_FLAG=
38026 if test "$wxUSE_PROFILE" = "yes" ; then
38027 PROFILE_FLAG=" -pg"
38028 fi
38029
38030 if test "$GCC" = "yes" ; then
38031 if test "$wxUSE_NO_RTTI" = "yes" ; then
38032 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-rtti"
38033 fi
38034 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
38035 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-exceptions"
38036 fi
38037 if test "$wxUSE_PERMISSIVE" = "yes" ; then
38038 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -fpermissive"
38039 fi
38040
38041 case "${host}" in
38042 powerpc*-*-aix* )
38043 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mminimal-toc"
38044 ;;
38045 *-hppa* )
38046 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -ffunction-sections"
38047 ;;
38048 esac
38049 fi
38050
38051 OPTIMISE_FLAG=
38052 if test "$wxUSE_OPTIMISE" = "no" ; then
38053 if test "$GCC" = yes ; then
38054 OPTIMISE_FLAG="-O0"
38055 fi
38056 else
38057 if test "$GCC" = yes ; then
38058 OPTIMISE_FLAG="-O2"
38059 else
38060 OPTIMISE_FLAG="-O"
38061 fi
38062 fi
38063
38064
38065 if test "x$WXWIN_COMPATIBILITY_2_4" = "xyes"; then
38066 cat >>confdefs.h <<\_ACEOF
38067 #define WXWIN_COMPATIBILITY_2_4 1
38068 _ACEOF
38069
38070
38071 WXWIN_COMPATIBILITY_2_6="yes"
38072 fi
38073
38074 if test "x$WXWIN_COMPATIBILITY_2_6" != "xno"; then
38075 cat >>confdefs.h <<\_ACEOF
38076 #define WXWIN_COMPATIBILITY_2_6 1
38077 _ACEOF
38078
38079 fi
38080
38081
38082 if test "$wxUSE_GUI" = "yes"; then
38083 cat >>confdefs.h <<\_ACEOF
38084 #define wxUSE_GUI 1
38085 _ACEOF
38086
38087
38088 fi
38089
38090
38091 if test "$wxUSE_UNIX" = "yes"; then
38092 cat >>confdefs.h <<\_ACEOF
38093 #define wxUSE_UNIX 1
38094 _ACEOF
38095
38096 fi
38097
38098
38099 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
38100
38101 HAVE_DL_FUNCS=0
38102 HAVE_SHL_FUNCS=0
38103 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
38104 if test "$USE_DARWIN" = 1; then
38105 HAVE_DL_FUNCS=1
38106 elif test "$USE_DOS" = 1; then
38107 HAVE_DL_FUNCS=0
38108 else
38109
38110 for ac_func in dlopen
38111 do
38112 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38113 echo "$as_me:$LINENO: checking for $ac_func" >&5
38114 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38115 if eval "test \"\${$as_ac_var+set}\" = set"; then
38116 echo $ECHO_N "(cached) $ECHO_C" >&6
38117 else
38118 cat >conftest.$ac_ext <<_ACEOF
38119 /* confdefs.h. */
38120 _ACEOF
38121 cat confdefs.h >>conftest.$ac_ext
38122 cat >>conftest.$ac_ext <<_ACEOF
38123 /* end confdefs.h. */
38124 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38125 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38126 #define $ac_func innocuous_$ac_func
38127
38128 /* System header to define __stub macros and hopefully few prototypes,
38129 which can conflict with char $ac_func (); below.
38130 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38131 <limits.h> exists even on freestanding compilers. */
38132
38133 #ifdef __STDC__
38134 # include <limits.h>
38135 #else
38136 # include <assert.h>
38137 #endif
38138
38139 #undef $ac_func
38140
38141 /* Override any gcc2 internal prototype to avoid an error. */
38142 #ifdef __cplusplus
38143 extern "C"
38144 {
38145 #endif
38146 /* We use char because int might match the return type of a gcc2
38147 builtin and then its argument prototype would still apply. */
38148 char $ac_func ();
38149 /* The GNU C library defines this for functions which it implements
38150 to always fail with ENOSYS. Some functions are actually named
38151 something starting with __ and the normal name is an alias. */
38152 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38153 choke me
38154 #else
38155 char (*f) () = $ac_func;
38156 #endif
38157 #ifdef __cplusplus
38158 }
38159 #endif
38160
38161 int
38162 main ()
38163 {
38164 return f != $ac_func;
38165 ;
38166 return 0;
38167 }
38168 _ACEOF
38169 rm -f conftest.$ac_objext conftest$ac_exeext
38170 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38171 (eval $ac_link) 2>conftest.er1
38172 ac_status=$?
38173 grep -v '^ *+' conftest.er1 >conftest.err
38174 rm -f conftest.er1
38175 cat conftest.err >&5
38176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38177 (exit $ac_status); } &&
38178 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38180 (eval $ac_try) 2>&5
38181 ac_status=$?
38182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38183 (exit $ac_status); }; } &&
38184 { ac_try='test -s conftest$ac_exeext'
38185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38186 (eval $ac_try) 2>&5
38187 ac_status=$?
38188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38189 (exit $ac_status); }; }; then
38190 eval "$as_ac_var=yes"
38191 else
38192 echo "$as_me: failed program was:" >&5
38193 sed 's/^/| /' conftest.$ac_ext >&5
38194
38195 eval "$as_ac_var=no"
38196 fi
38197 rm -f conftest.err conftest.$ac_objext \
38198 conftest$ac_exeext conftest.$ac_ext
38199 fi
38200 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38201 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38202 if test `eval echo '${'$as_ac_var'}'` = yes; then
38203 cat >>confdefs.h <<_ACEOF
38204 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38205 _ACEOF
38206
38207 cat >>confdefs.h <<\_ACEOF
38208 #define HAVE_DLOPEN 1
38209 _ACEOF
38210
38211 HAVE_DL_FUNCS=1
38212
38213 else
38214
38215 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
38216 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
38217 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
38218 echo $ECHO_N "(cached) $ECHO_C" >&6
38219 else
38220 ac_check_lib_save_LIBS=$LIBS
38221 LIBS="-ldl $LIBS"
38222 cat >conftest.$ac_ext <<_ACEOF
38223 /* confdefs.h. */
38224 _ACEOF
38225 cat confdefs.h >>conftest.$ac_ext
38226 cat >>conftest.$ac_ext <<_ACEOF
38227 /* end confdefs.h. */
38228
38229 /* Override any gcc2 internal prototype to avoid an error. */
38230 #ifdef __cplusplus
38231 extern "C"
38232 #endif
38233 /* We use char because int might match the return type of a gcc2
38234 builtin and then its argument prototype would still apply. */
38235 char dlopen ();
38236 int
38237 main ()
38238 {
38239 dlopen ();
38240 ;
38241 return 0;
38242 }
38243 _ACEOF
38244 rm -f conftest.$ac_objext conftest$ac_exeext
38245 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38246 (eval $ac_link) 2>conftest.er1
38247 ac_status=$?
38248 grep -v '^ *+' conftest.er1 >conftest.err
38249 rm -f conftest.er1
38250 cat conftest.err >&5
38251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38252 (exit $ac_status); } &&
38253 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38255 (eval $ac_try) 2>&5
38256 ac_status=$?
38257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38258 (exit $ac_status); }; } &&
38259 { ac_try='test -s conftest$ac_exeext'
38260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38261 (eval $ac_try) 2>&5
38262 ac_status=$?
38263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38264 (exit $ac_status); }; }; then
38265 ac_cv_lib_dl_dlopen=yes
38266 else
38267 echo "$as_me: failed program was:" >&5
38268 sed 's/^/| /' conftest.$ac_ext >&5
38269
38270 ac_cv_lib_dl_dlopen=no
38271 fi
38272 rm -f conftest.err conftest.$ac_objext \
38273 conftest$ac_exeext conftest.$ac_ext
38274 LIBS=$ac_check_lib_save_LIBS
38275 fi
38276 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
38277 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
38278 if test $ac_cv_lib_dl_dlopen = yes; then
38279
38280 cat >>confdefs.h <<\_ACEOF
38281 #define HAVE_DLOPEN 1
38282 _ACEOF
38283
38284 HAVE_DL_FUNCS=1
38285 DL_LINK=" -ldl$DL_LINK"
38286
38287 else
38288
38289
38290 for ac_func in shl_load
38291 do
38292 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38293 echo "$as_me:$LINENO: checking for $ac_func" >&5
38294 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38295 if eval "test \"\${$as_ac_var+set}\" = set"; then
38296 echo $ECHO_N "(cached) $ECHO_C" >&6
38297 else
38298 cat >conftest.$ac_ext <<_ACEOF
38299 /* confdefs.h. */
38300 _ACEOF
38301 cat confdefs.h >>conftest.$ac_ext
38302 cat >>conftest.$ac_ext <<_ACEOF
38303 /* end confdefs.h. */
38304 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38305 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38306 #define $ac_func innocuous_$ac_func
38307
38308 /* System header to define __stub macros and hopefully few prototypes,
38309 which can conflict with char $ac_func (); below.
38310 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38311 <limits.h> exists even on freestanding compilers. */
38312
38313 #ifdef __STDC__
38314 # include <limits.h>
38315 #else
38316 # include <assert.h>
38317 #endif
38318
38319 #undef $ac_func
38320
38321 /* Override any gcc2 internal prototype to avoid an error. */
38322 #ifdef __cplusplus
38323 extern "C"
38324 {
38325 #endif
38326 /* We use char because int might match the return type of a gcc2
38327 builtin and then its argument prototype would still apply. */
38328 char $ac_func ();
38329 /* The GNU C library defines this for functions which it implements
38330 to always fail with ENOSYS. Some functions are actually named
38331 something starting with __ and the normal name is an alias. */
38332 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38333 choke me
38334 #else
38335 char (*f) () = $ac_func;
38336 #endif
38337 #ifdef __cplusplus
38338 }
38339 #endif
38340
38341 int
38342 main ()
38343 {
38344 return f != $ac_func;
38345 ;
38346 return 0;
38347 }
38348 _ACEOF
38349 rm -f conftest.$ac_objext conftest$ac_exeext
38350 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38351 (eval $ac_link) 2>conftest.er1
38352 ac_status=$?
38353 grep -v '^ *+' conftest.er1 >conftest.err
38354 rm -f conftest.er1
38355 cat conftest.err >&5
38356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38357 (exit $ac_status); } &&
38358 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38360 (eval $ac_try) 2>&5
38361 ac_status=$?
38362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38363 (exit $ac_status); }; } &&
38364 { ac_try='test -s conftest$ac_exeext'
38365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38366 (eval $ac_try) 2>&5
38367 ac_status=$?
38368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38369 (exit $ac_status); }; }; then
38370 eval "$as_ac_var=yes"
38371 else
38372 echo "$as_me: failed program was:" >&5
38373 sed 's/^/| /' conftest.$ac_ext >&5
38374
38375 eval "$as_ac_var=no"
38376 fi
38377 rm -f conftest.err conftest.$ac_objext \
38378 conftest$ac_exeext conftest.$ac_ext
38379 fi
38380 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38381 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38382 if test `eval echo '${'$as_ac_var'}'` = yes; then
38383 cat >>confdefs.h <<_ACEOF
38384 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38385 _ACEOF
38386
38387 cat >>confdefs.h <<\_ACEOF
38388 #define HAVE_SHL_LOAD 1
38389 _ACEOF
38390
38391 HAVE_SHL_FUNCS=1
38392
38393 else
38394
38395 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
38396 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
38397 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
38398 echo $ECHO_N "(cached) $ECHO_C" >&6
38399 else
38400 ac_check_lib_save_LIBS=$LIBS
38401 LIBS="-lshl_load $LIBS"
38402 cat >conftest.$ac_ext <<_ACEOF
38403 /* confdefs.h. */
38404 _ACEOF
38405 cat confdefs.h >>conftest.$ac_ext
38406 cat >>conftest.$ac_ext <<_ACEOF
38407 /* end confdefs.h. */
38408
38409 /* Override any gcc2 internal prototype to avoid an error. */
38410 #ifdef __cplusplus
38411 extern "C"
38412 #endif
38413 /* We use char because int might match the return type of a gcc2
38414 builtin and then its argument prototype would still apply. */
38415 char dld ();
38416 int
38417 main ()
38418 {
38419 dld ();
38420 ;
38421 return 0;
38422 }
38423 _ACEOF
38424 rm -f conftest.$ac_objext conftest$ac_exeext
38425 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38426 (eval $ac_link) 2>conftest.er1
38427 ac_status=$?
38428 grep -v '^ *+' conftest.er1 >conftest.err
38429 rm -f conftest.er1
38430 cat conftest.err >&5
38431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38432 (exit $ac_status); } &&
38433 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38435 (eval $ac_try) 2>&5
38436 ac_status=$?
38437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38438 (exit $ac_status); }; } &&
38439 { ac_try='test -s conftest$ac_exeext'
38440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38441 (eval $ac_try) 2>&5
38442 ac_status=$?
38443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38444 (exit $ac_status); }; }; then
38445 ac_cv_lib_shl_load_dld=yes
38446 else
38447 echo "$as_me: failed program was:" >&5
38448 sed 's/^/| /' conftest.$ac_ext >&5
38449
38450 ac_cv_lib_shl_load_dld=no
38451 fi
38452 rm -f conftest.err conftest.$ac_objext \
38453 conftest$ac_exeext conftest.$ac_ext
38454 LIBS=$ac_check_lib_save_LIBS
38455 fi
38456 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
38457 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
38458 if test $ac_cv_lib_shl_load_dld = yes; then
38459
38460 HAVE_SHL_FUNCS=1
38461 DL_LINK=" -ldld$DL_LINK"
38462
38463 fi
38464
38465
38466 fi
38467 done
38468
38469
38470 fi
38471
38472
38473 fi
38474 done
38475
38476
38477 if test "$HAVE_DL_FUNCS" = 1; then
38478
38479 for ac_func in dlerror
38480 do
38481 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38482 echo "$as_me:$LINENO: checking for $ac_func" >&5
38483 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38484 if eval "test \"\${$as_ac_var+set}\" = set"; then
38485 echo $ECHO_N "(cached) $ECHO_C" >&6
38486 else
38487 cat >conftest.$ac_ext <<_ACEOF
38488 /* confdefs.h. */
38489 _ACEOF
38490 cat confdefs.h >>conftest.$ac_ext
38491 cat >>conftest.$ac_ext <<_ACEOF
38492 /* end confdefs.h. */
38493 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38494 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38495 #define $ac_func innocuous_$ac_func
38496
38497 /* System header to define __stub macros and hopefully few prototypes,
38498 which can conflict with char $ac_func (); below.
38499 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38500 <limits.h> exists even on freestanding compilers. */
38501
38502 #ifdef __STDC__
38503 # include <limits.h>
38504 #else
38505 # include <assert.h>
38506 #endif
38507
38508 #undef $ac_func
38509
38510 /* Override any gcc2 internal prototype to avoid an error. */
38511 #ifdef __cplusplus
38512 extern "C"
38513 {
38514 #endif
38515 /* We use char because int might match the return type of a gcc2
38516 builtin and then its argument prototype would still apply. */
38517 char $ac_func ();
38518 /* The GNU C library defines this for functions which it implements
38519 to always fail with ENOSYS. Some functions are actually named
38520 something starting with __ and the normal name is an alias. */
38521 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38522 choke me
38523 #else
38524 char (*f) () = $ac_func;
38525 #endif
38526 #ifdef __cplusplus
38527 }
38528 #endif
38529
38530 int
38531 main ()
38532 {
38533 return f != $ac_func;
38534 ;
38535 return 0;
38536 }
38537 _ACEOF
38538 rm -f conftest.$ac_objext conftest$ac_exeext
38539 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38540 (eval $ac_link) 2>conftest.er1
38541 ac_status=$?
38542 grep -v '^ *+' conftest.er1 >conftest.err
38543 rm -f conftest.er1
38544 cat conftest.err >&5
38545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38546 (exit $ac_status); } &&
38547 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38549 (eval $ac_try) 2>&5
38550 ac_status=$?
38551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38552 (exit $ac_status); }; } &&
38553 { ac_try='test -s conftest$ac_exeext'
38554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38555 (eval $ac_try) 2>&5
38556 ac_status=$?
38557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38558 (exit $ac_status); }; }; then
38559 eval "$as_ac_var=yes"
38560 else
38561 echo "$as_me: failed program was:" >&5
38562 sed 's/^/| /' conftest.$ac_ext >&5
38563
38564 eval "$as_ac_var=no"
38565 fi
38566 rm -f conftest.err conftest.$ac_objext \
38567 conftest$ac_exeext conftest.$ac_ext
38568 fi
38569 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38570 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38571 if test `eval echo '${'$as_ac_var'}'` = yes; then
38572 cat >>confdefs.h <<_ACEOF
38573 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38574 _ACEOF
38575 cat >>confdefs.h <<\_ACEOF
38576 #define HAVE_DLERROR 1
38577 _ACEOF
38578
38579 else
38580
38581 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
38582 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
38583 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
38584 echo $ECHO_N "(cached) $ECHO_C" >&6
38585 else
38586 ac_check_lib_save_LIBS=$LIBS
38587 LIBS="-ldl $LIBS"
38588 cat >conftest.$ac_ext <<_ACEOF
38589 /* confdefs.h. */
38590 _ACEOF
38591 cat confdefs.h >>conftest.$ac_ext
38592 cat >>conftest.$ac_ext <<_ACEOF
38593 /* end confdefs.h. */
38594
38595 /* Override any gcc2 internal prototype to avoid an error. */
38596 #ifdef __cplusplus
38597 extern "C"
38598 #endif
38599 /* We use char because int might match the return type of a gcc2
38600 builtin and then its argument prototype would still apply. */
38601 char dlerror ();
38602 int
38603 main ()
38604 {
38605 dlerror ();
38606 ;
38607 return 0;
38608 }
38609 _ACEOF
38610 rm -f conftest.$ac_objext conftest$ac_exeext
38611 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38612 (eval $ac_link) 2>conftest.er1
38613 ac_status=$?
38614 grep -v '^ *+' conftest.er1 >conftest.err
38615 rm -f conftest.er1
38616 cat conftest.err >&5
38617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38618 (exit $ac_status); } &&
38619 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38621 (eval $ac_try) 2>&5
38622 ac_status=$?
38623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38624 (exit $ac_status); }; } &&
38625 { ac_try='test -s conftest$ac_exeext'
38626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38627 (eval $ac_try) 2>&5
38628 ac_status=$?
38629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38630 (exit $ac_status); }; }; then
38631 ac_cv_lib_dl_dlerror=yes
38632 else
38633 echo "$as_me: failed program was:" >&5
38634 sed 's/^/| /' conftest.$ac_ext >&5
38635
38636 ac_cv_lib_dl_dlerror=no
38637 fi
38638 rm -f conftest.err conftest.$ac_objext \
38639 conftest$ac_exeext conftest.$ac_ext
38640 LIBS=$ac_check_lib_save_LIBS
38641 fi
38642 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
38643 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
38644 if test $ac_cv_lib_dl_dlerror = yes; then
38645 cat >>confdefs.h <<\_ACEOF
38646 #define HAVE_DLERROR 1
38647 _ACEOF
38648
38649 fi
38650
38651
38652
38653 fi
38654 done
38655
38656 fi
38657 fi
38658
38659 if test "$HAVE_DL_FUNCS" = 0; then
38660 if test "$HAVE_SHL_FUNCS" = 0; then
38661 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
38662 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
38663 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
38664 wxUSE_DYNAMIC_LOADER=no
38665 wxUSE_DYNLIB_CLASS=no
38666 else
38667 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
38668 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
38669 fi
38670 fi
38671 fi
38672 fi
38673 fi
38674
38675 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
38676 cat >>confdefs.h <<\_ACEOF
38677 #define wxUSE_DYNAMIC_LOADER 1
38678 _ACEOF
38679
38680 fi
38681 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
38682 cat >>confdefs.h <<\_ACEOF
38683 #define wxUSE_DYNLIB_CLASS 1
38684 _ACEOF
38685
38686 fi
38687
38688
38689
38690 if test "$wxUSE_PLUGINS" = "yes" ; then
38691 if test "$wxUSE_SHARED" = "no" ; then
38692 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
38693 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
38694 wxUSE_PLUGINS=no
38695 fi
38696 if test "$wxUSE_MONOLITHIC" = "yes" ; then
38697 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
38698 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
38699 wxUSE_PLUGINS=no
38700 fi
38701 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
38702 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
38703 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
38704 wxUSE_PLUGINS=no
38705 fi
38706 if test "$wxUSE_PLUGINS" = "yes" ; then
38707 cat >>confdefs.h <<\_ACEOF
38708 #define wxUSE_PLUGINS 1
38709 _ACEOF
38710
38711 fi
38712 fi
38713
38714
38715 if test "$wxUSE_STL" = "yes"; then
38716 cat >>confdefs.h <<\_ACEOF
38717 #define wxUSE_STL 1
38718 _ACEOF
38719
38720 fi
38721
38722 if test "$wxUSE_APPLE_IEEE" = "yes"; then
38723 cat >>confdefs.h <<\_ACEOF
38724 #define wxUSE_APPLE_IEEE 1
38725 _ACEOF
38726
38727 fi
38728
38729 if test "$wxUSE_TIMER" = "yes"; then
38730 cat >>confdefs.h <<\_ACEOF
38731 #define wxUSE_TIMER 1
38732 _ACEOF
38733
38734 fi
38735
38736 if test "$USE_UNIX" = "1" ; then
38737 echo "$as_me:$LINENO: checking for ioctl() in sys/soundcard.h" >&5
38738 echo $ECHO_N "checking for ioctl() in sys/soundcard.h... $ECHO_C" >&6
38739 if test "${ac_cv_header_sys_soundcard+set}" = set; then
38740 echo $ECHO_N "(cached) $ECHO_C" >&6
38741 else
38742
38743 cat >conftest.$ac_ext <<_ACEOF
38744 /* confdefs.h. */
38745 _ACEOF
38746 cat confdefs.h >>conftest.$ac_ext
38747 cat >>conftest.$ac_ext <<_ACEOF
38748 /* end confdefs.h. */
38749
38750 #include <sys/soundcard.h>
38751
38752 int
38753 main ()
38754 {
38755
38756 ioctl(0, SNDCTL_DSP_SYNC, 0);
38757
38758 ;
38759 return 0;
38760 }
38761 _ACEOF
38762 rm -f conftest.$ac_objext conftest$ac_exeext
38763 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38764 (eval $ac_link) 2>conftest.er1
38765 ac_status=$?
38766 grep -v '^ *+' conftest.er1 >conftest.err
38767 rm -f conftest.er1
38768 cat conftest.err >&5
38769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38770 (exit $ac_status); } &&
38771 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38773 (eval $ac_try) 2>&5
38774 ac_status=$?
38775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38776 (exit $ac_status); }; } &&
38777 { ac_try='test -s conftest$ac_exeext'
38778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38779 (eval $ac_try) 2>&5
38780 ac_status=$?
38781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38782 (exit $ac_status); }; }; then
38783 ac_cv_header_sys_soundcard=yes
38784 else
38785 echo "$as_me: failed program was:" >&5
38786 sed 's/^/| /' conftest.$ac_ext >&5
38787
38788
38789 saveLibs="$LIBS"
38790 LIBS="$saveLibs -lossaudio"
38791 cat >conftest.$ac_ext <<_ACEOF
38792 /* confdefs.h. */
38793 _ACEOF
38794 cat confdefs.h >>conftest.$ac_ext
38795 cat >>conftest.$ac_ext <<_ACEOF
38796 /* end confdefs.h. */
38797
38798 #include <sys/soundcard.h>
38799
38800 int
38801 main ()
38802 {
38803
38804 ioctl(0, SNDCTL_DSP_SYNC, 0);
38805
38806 ;
38807 return 0;
38808 }
38809 _ACEOF
38810 rm -f conftest.$ac_objext conftest$ac_exeext
38811 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38812 (eval $ac_link) 2>conftest.er1
38813 ac_status=$?
38814 grep -v '^ *+' conftest.er1 >conftest.err
38815 rm -f conftest.er1
38816 cat conftest.err >&5
38817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38818 (exit $ac_status); } &&
38819 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38821 (eval $ac_try) 2>&5
38822 ac_status=$?
38823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38824 (exit $ac_status); }; } &&
38825 { ac_try='test -s conftest$ac_exeext'
38826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38827 (eval $ac_try) 2>&5
38828 ac_status=$?
38829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38830 (exit $ac_status); }; }; then
38831 ac_cv_header_sys_soundcard=yes
38832 else
38833 echo "$as_me: failed program was:" >&5
38834 sed 's/^/| /' conftest.$ac_ext >&5
38835
38836
38837 LIBS="$saveLibs"
38838 ac_cv_header_sys_soundcard=no
38839
38840
38841 fi
38842 rm -f conftest.err conftest.$ac_objext \
38843 conftest$ac_exeext conftest.$ac_ext
38844
38845
38846 fi
38847 rm -f conftest.err conftest.$ac_objext \
38848 conftest$ac_exeext conftest.$ac_ext
38849
38850 fi
38851 echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard" >&5
38852 echo "${ECHO_T}$ac_cv_header_sys_soundcard" >&6
38853
38854 if test "$ac_cv_header_sys_soundcard" = "yes"; then
38855 cat >>confdefs.h <<\_ACEOF
38856 #define HAVE_SYS_SOUNDCARD_H 1
38857 _ACEOF
38858
38859 else
38860 DISABLED_CONTRIB="$DISABLED_CONTRIB mmedia"
38861 fi
38862 fi
38863 WITH_PLUGIN_SDL=0
38864 if test "$wxUSE_SOUND" = "yes"; then
38865 if test "$USE_UNIX" = "1" ; then
38866 if test "$wxUSE_LIBSDL" != "no"; then
38867
38868 # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
38869 if test "${with_sdl_prefix+set}" = set; then
38870 withval="$with_sdl_prefix"
38871 sdl_prefix="$withval"
38872 else
38873 sdl_prefix=""
38874 fi;
38875
38876 # Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
38877 if test "${with_sdl_exec_prefix+set}" = set; then
38878 withval="$with_sdl_exec_prefix"
38879 sdl_exec_prefix="$withval"
38880 else
38881 sdl_exec_prefix=""
38882 fi;
38883 # Check whether --enable-sdltest or --disable-sdltest was given.
38884 if test "${enable_sdltest+set}" = set; then
38885 enableval="$enable_sdltest"
38886
38887 else
38888 enable_sdltest=yes
38889 fi;
38890
38891 if test x$sdl_exec_prefix != x ; then
38892 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
38893 if test x${SDL_CONFIG+set} != xset ; then
38894 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
38895 fi
38896 fi
38897 if test x$sdl_prefix != x ; then
38898 sdl_args="$sdl_args --prefix=$sdl_prefix"
38899 if test x${SDL_CONFIG+set} != xset ; then
38900 SDL_CONFIG=$sdl_prefix/bin/sdl-config
38901 fi
38902 fi
38903
38904
38905 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
38906 # Extract the first word of "sdl-config", so it can be a program name with args.
38907 set dummy sdl-config; ac_word=$2
38908 echo "$as_me:$LINENO: checking for $ac_word" >&5
38909 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38910 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
38911 echo $ECHO_N "(cached) $ECHO_C" >&6
38912 else
38913 case $SDL_CONFIG in
38914 [\\/]* | ?:[\\/]*)
38915 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
38916 ;;
38917 *)
38918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38919 for as_dir in $PATH
38920 do
38921 IFS=$as_save_IFS
38922 test -z "$as_dir" && as_dir=.
38923 for ac_exec_ext in '' $ac_executable_extensions; do
38924 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38925 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
38926 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38927 break 2
38928 fi
38929 done
38930 done
38931
38932 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
38933 ;;
38934 esac
38935 fi
38936 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
38937
38938 if test -n "$SDL_CONFIG"; then
38939 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
38940 echo "${ECHO_T}$SDL_CONFIG" >&6
38941 else
38942 echo "$as_me:$LINENO: result: no" >&5
38943 echo "${ECHO_T}no" >&6
38944 fi
38945
38946 min_sdl_version=1.2.0
38947 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
38948 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
38949 no_sdl=""
38950 if test "$SDL_CONFIG" = "no" ; then
38951 no_sdl=yes
38952 else
38953 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
38954 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
38955
38956 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
38957 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
38958 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
38959 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
38960 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
38961 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
38962 if test "x$enable_sdltest" = "xyes" ; then
38963 ac_save_CFLAGS="$CFLAGS"
38964 ac_save_CXXFLAGS="$CXXFLAGS"
38965 ac_save_LIBS="$LIBS"
38966 CFLAGS="$CFLAGS $SDL_CFLAGS"
38967 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
38968 LIBS="$LIBS $SDL_LIBS"
38969 rm -f conf.sdltest
38970 if test "$cross_compiling" = yes; then
38971 echo $ac_n "cross compiling; assumed OK... $ac_c"
38972 else
38973 cat >conftest.$ac_ext <<_ACEOF
38974 /* confdefs.h. */
38975 _ACEOF
38976 cat confdefs.h >>conftest.$ac_ext
38977 cat >>conftest.$ac_ext <<_ACEOF
38978 /* end confdefs.h. */
38979
38980 #include <stdio.h>
38981 #include <stdlib.h>
38982 #include <string.h>
38983 #include "SDL.h"
38984
38985 char*
38986 my_strdup (char *str)
38987 {
38988 char *new_str;
38989
38990 if (str)
38991 {
38992 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
38993 strcpy (new_str, str);
38994 }
38995 else
38996 new_str = NULL;
38997
38998 return new_str;
38999 }
39000
39001 int main (int argc, char *argv[])
39002 {
39003 int major, minor, micro;
39004 char *tmp_version;
39005
39006 /* This hangs on some systems (?)
39007 system ("touch conf.sdltest");
39008 */
39009 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
39010
39011 /* HP/UX 9 (%@#!) writes to sscanf strings */
39012 tmp_version = my_strdup("$min_sdl_version");
39013 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
39014 printf("%s, bad version string\n", "$min_sdl_version");
39015 exit(1);
39016 }
39017
39018 if (($sdl_major_version > major) ||
39019 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
39020 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
39021 {
39022 return 0;
39023 }
39024 else
39025 {
39026 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
39027 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
39028 printf("*** best to upgrade to the required version.\n");
39029 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
39030 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
39031 printf("*** config.cache before re-running configure\n");
39032 return 1;
39033 }
39034 }
39035
39036
39037 _ACEOF
39038 rm -f conftest$ac_exeext
39039 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39040 (eval $ac_link) 2>&5
39041 ac_status=$?
39042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39043 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
39044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39045 (eval $ac_try) 2>&5
39046 ac_status=$?
39047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39048 (exit $ac_status); }; }; then
39049 :
39050 else
39051 echo "$as_me: program exited with status $ac_status" >&5
39052 echo "$as_me: failed program was:" >&5
39053 sed 's/^/| /' conftest.$ac_ext >&5
39054
39055 ( exit $ac_status )
39056 no_sdl=yes
39057 fi
39058 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
39059 fi
39060 CFLAGS="$ac_save_CFLAGS"
39061 CXXFLAGS="$ac_save_CXXFLAGS"
39062 LIBS="$ac_save_LIBS"
39063 fi
39064 fi
39065 if test "x$no_sdl" = x ; then
39066 echo "$as_me:$LINENO: result: yes" >&5
39067 echo "${ECHO_T}yes" >&6
39068
39069 EXTRALIBS_SDL="$SDL_LIBS"
39070 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
39071 cat >>confdefs.h <<\_ACEOF
39072 #define wxUSE_LIBSDL 1
39073 _ACEOF
39074
39075
39076 else
39077 echo "$as_me:$LINENO: result: no" >&5
39078 echo "${ECHO_T}no" >&6
39079 if test "$SDL_CONFIG" = "no" ; then
39080 echo "*** The sdl-config script installed by SDL could not be found"
39081 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
39082 echo "*** your path, or set the SDL_CONFIG environment variable to the"
39083 echo "*** full path to sdl-config."
39084 else
39085 if test -f conf.sdltest ; then
39086 :
39087 else
39088 echo "*** Could not run SDL test program, checking why..."
39089 CFLAGS="$CFLAGS $SDL_CFLAGS"
39090 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
39091 LIBS="$LIBS $SDL_LIBS"
39092 cat >conftest.$ac_ext <<_ACEOF
39093 /* confdefs.h. */
39094 _ACEOF
39095 cat confdefs.h >>conftest.$ac_ext
39096 cat >>conftest.$ac_ext <<_ACEOF
39097 /* end confdefs.h. */
39098
39099 #include <stdio.h>
39100 #include "SDL.h"
39101
39102 int main(int argc, char *argv[])
39103 { return 0; }
39104 #undef main
39105 #define main K_and_R_C_main
39106
39107 int
39108 main ()
39109 {
39110 return 0;
39111 ;
39112 return 0;
39113 }
39114 _ACEOF
39115 rm -f conftest.$ac_objext conftest$ac_exeext
39116 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39117 (eval $ac_link) 2>conftest.er1
39118 ac_status=$?
39119 grep -v '^ *+' conftest.er1 >conftest.err
39120 rm -f conftest.er1
39121 cat conftest.err >&5
39122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39123 (exit $ac_status); } &&
39124 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39126 (eval $ac_try) 2>&5
39127 ac_status=$?
39128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39129 (exit $ac_status); }; } &&
39130 { ac_try='test -s conftest$ac_exeext'
39131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39132 (eval $ac_try) 2>&5
39133 ac_status=$?
39134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39135 (exit $ac_status); }; }; then
39136 echo "*** The test program compiled, but did not run. This usually means"
39137 echo "*** that the run-time linker is not finding SDL or finding the wrong"
39138 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
39139 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
39140 echo "*** to the installed location Also, make sure you have run ldconfig if that"
39141 echo "*** is required on your system"
39142 echo "***"
39143 echo "*** If you have an old version installed, it is best to remove it, although"
39144 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
39145 else
39146 echo "$as_me: failed program was:" >&5
39147 sed 's/^/| /' conftest.$ac_ext >&5
39148
39149 echo "*** The test program failed to compile or link. See the file config.log for the"
39150 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
39151 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
39152 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
39153 fi
39154 rm -f conftest.err conftest.$ac_objext \
39155 conftest$ac_exeext conftest.$ac_ext
39156 CFLAGS="$ac_save_CFLAGS"
39157 CXXFLAGS="$ac_save_CXXFLAGS"
39158 LIBS="$ac_save_LIBS"
39159 fi
39160 fi
39161 SDL_CFLAGS=""
39162 SDL_LIBS=""
39163 wxUSE_LIBSDL="no"
39164 fi
39165
39166
39167 rm -f conf.sdltest
39168
39169 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
39170 WITH_PLUGIN_SDL=1
39171 fi
39172 fi
39173 fi
39174
39175 cat >>confdefs.h <<\_ACEOF
39176 #define wxUSE_SOUND 1
39177 _ACEOF
39178
39179 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
39180 fi
39181
39182 if test "$WXGTK20" = 1; then
39183 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
39184 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
39185
39186
39187 succeeded=no
39188
39189 if test -z "$PKG_CONFIG"; then
39190 # Extract the first word of "pkg-config", so it can be a program name with args.
39191 set dummy pkg-config; ac_word=$2
39192 echo "$as_me:$LINENO: checking for $ac_word" >&5
39193 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
39194 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
39195 echo $ECHO_N "(cached) $ECHO_C" >&6
39196 else
39197 case $PKG_CONFIG in
39198 [\\/]* | ?:[\\/]*)
39199 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
39200 ;;
39201 *)
39202 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39203 for as_dir in $PATH
39204 do
39205 IFS=$as_save_IFS
39206 test -z "$as_dir" && as_dir=.
39207 for ac_exec_ext in '' $ac_executable_extensions; do
39208 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39209 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
39210 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
39211 break 2
39212 fi
39213 done
39214 done
39215
39216 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
39217 ;;
39218 esac
39219 fi
39220 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
39221
39222 if test -n "$PKG_CONFIG"; then
39223 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
39224 echo "${ECHO_T}$PKG_CONFIG" >&6
39225 else
39226 echo "$as_me:$LINENO: result: no" >&5
39227 echo "${ECHO_T}no" >&6
39228 fi
39229
39230 fi
39231
39232 if test "$PKG_CONFIG" = "no" ; then
39233 echo "*** The pkg-config script could not be found. Make sure it is"
39234 echo "*** in your path, or set the PKG_CONFIG environment variable"
39235 echo "*** to the full path to pkg-config."
39236 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
39237 else
39238 PKG_CONFIG_MIN_VERSION=0.9.0
39239 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
39240 echo "$as_me:$LINENO: checking for libgnomeprintui-2.2 >= 2.8" >&5
39241 echo $ECHO_N "checking for libgnomeprintui-2.2 >= 2.8... $ECHO_C" >&6
39242
39243 if $PKG_CONFIG --exists "libgnomeprintui-2.2 >= 2.8" ; then
39244 echo "$as_me:$LINENO: result: yes" >&5
39245 echo "${ECHO_T}yes" >&6
39246 succeeded=yes
39247
39248 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_CFLAGS" >&5
39249 echo $ECHO_N "checking LIBGNOMEPRINTUI_CFLAGS... $ECHO_C" >&6
39250 LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8"`
39251 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_CFLAGS" >&5
39252 echo "${ECHO_T}$LIBGNOMEPRINTUI_CFLAGS" >&6
39253
39254 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_LIBS" >&5
39255 echo $ECHO_N "checking LIBGNOMEPRINTUI_LIBS... $ECHO_C" >&6
39256 LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8"`
39257 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_LIBS" >&5
39258 echo "${ECHO_T}$LIBGNOMEPRINTUI_LIBS" >&6
39259 else
39260 LIBGNOMEPRINTUI_CFLAGS=""
39261 LIBGNOMEPRINTUI_LIBS=""
39262 ## If we have a custom action on failure, don't print errors, but
39263 ## do set a variable so people can do so.
39264 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
39265
39266 fi
39267
39268
39269
39270 else
39271 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
39272 echo "*** See http://www.freedesktop.org/software/pkgconfig"
39273 fi
39274 fi
39275
39276 if test $succeeded = yes; then
39277
39278 CXXFLAGS="$CXXFLAGS $LIBGNOMEPRINTUI_CFLAGS"
39279 cat >>confdefs.h <<\_ACEOF
39280 #define wxUSE_LIBGNOMEPRINT 1
39281 _ACEOF
39282
39283
39284 else
39285
39286 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
39287 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
39288 wxUSE_LIBGNOMEPRINT="no"
39289
39290
39291 fi
39292
39293 fi
39294 fi
39295 fi
39296
39297
39298 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
39299 cat >>confdefs.h <<\_ACEOF
39300 #define wxUSE_CMDLINE_PARSER 1
39301 _ACEOF
39302
39303 fi
39304
39305 if test "$wxUSE_STOPWATCH" = "yes"; then
39306 cat >>confdefs.h <<\_ACEOF
39307 #define wxUSE_STOPWATCH 1
39308 _ACEOF
39309
39310 fi
39311
39312 if test "$wxUSE_DATETIME" = "yes"; then
39313 cat >>confdefs.h <<\_ACEOF
39314 #define wxUSE_DATETIME 1
39315 _ACEOF
39316
39317 fi
39318
39319 if test "$wxUSE_FILE" = "yes"; then
39320 cat >>confdefs.h <<\_ACEOF
39321 #define wxUSE_FILE 1
39322 _ACEOF
39323
39324 fi
39325
39326 if test "$wxUSE_FFILE" = "yes"; then
39327 cat >>confdefs.h <<\_ACEOF
39328 #define wxUSE_FFILE 1
39329 _ACEOF
39330
39331 fi
39332
39333 if test "$wxUSE_FILESYSTEM" = "yes"; then
39334 cat >>confdefs.h <<\_ACEOF
39335 #define wxUSE_FILESYSTEM 1
39336 _ACEOF
39337
39338 fi
39339
39340 if test "$wxUSE_FS_ZIP" = "yes"; then
39341 cat >>confdefs.h <<\_ACEOF
39342 #define wxUSE_FS_ZIP 1
39343 _ACEOF
39344
39345 fi
39346
39347 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
39348 cat >>confdefs.h <<\_ACEOF
39349 #define wxUSE_ARCHIVE_STREAMS 1
39350 _ACEOF
39351
39352 fi
39353
39354 if test "$wxUSE_ZIPSTREAM" = "yes"; then
39355 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
39356 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
39357 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
39358 elif test "$wxUSE_ZLIB" = "no"; then
39359 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
39360 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
39361 else
39362 cat >>confdefs.h <<\_ACEOF
39363 #define wxUSE_ZIPSTREAM 1
39364 _ACEOF
39365
39366 fi
39367 fi
39368
39369 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
39370 if test "$USE_UNIX" != 1; then
39371 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
39372 echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
39373 wxUSE_ON_FATAL_EXCEPTION=no
39374 else
39375 cat >>confdefs.h <<\_ACEOF
39376 #define wxUSE_ON_FATAL_EXCEPTION 1
39377 _ACEOF
39378
39379 fi
39380 fi
39381
39382 if test "$wxUSE_STACKWALKER" = "yes"; then
39383 cat >>confdefs.h <<\_ACEOF
39384 #define wxUSE_STACKWALKER 1
39385 _ACEOF
39386
39387 fi
39388
39389 if test "$wxUSE_DEBUGREPORT" = "yes"; then
39390 if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
39391 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
39392 echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
39393 wxUSE_DEBUGREPORT=no
39394 else
39395 cat >>confdefs.h <<\_ACEOF
39396 #define wxUSE_DEBUGREPORT 1
39397 _ACEOF
39398
39399 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
39400 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
39401 fi
39402 fi
39403 fi
39404
39405 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
39406 cat >>confdefs.h <<\_ACEOF
39407 #define wxUSE_SNGLINST_CHECKER 1
39408 _ACEOF
39409
39410 fi
39411
39412 if test "$wxUSE_BUSYINFO" = "yes"; then
39413 cat >>confdefs.h <<\_ACEOF
39414 #define wxUSE_BUSYINFO 1
39415 _ACEOF
39416
39417 fi
39418
39419 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
39420 cat >>confdefs.h <<\_ACEOF
39421 #define wxUSE_STD_IOSTREAM 1
39422 _ACEOF
39423
39424 fi
39425
39426 if test "$wxUSE_STD_STRING" = "yes"; then
39427 cat >>confdefs.h <<\_ACEOF
39428 #define wxUSE_STD_STRING 1
39429 _ACEOF
39430
39431 fi
39432
39433 if test "$wxUSE_STDPATHS" = "yes"; then
39434 cat >>confdefs.h <<\_ACEOF
39435 #define wxUSE_STDPATHS 1
39436 _ACEOF
39437
39438 fi
39439
39440 if test "$wxUSE_TEXTBUFFER" = "yes"; then
39441 cat >>confdefs.h <<\_ACEOF
39442 #define wxUSE_TEXTBUFFER 1
39443 _ACEOF
39444
39445 fi
39446
39447 if test "$wxUSE_TEXTFILE" = "yes"; then
39448 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
39449 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
39450 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
39451 else
39452 cat >>confdefs.h <<\_ACEOF
39453 #define wxUSE_TEXTFILE 1
39454 _ACEOF
39455
39456 fi
39457 fi
39458
39459 if test "$wxUSE_CONFIG" = "yes" ; then
39460 if test "$wxUSE_TEXTFILE" != "yes"; then
39461 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
39462 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
39463 else
39464 cat >>confdefs.h <<\_ACEOF
39465 #define wxUSE_CONFIG 1
39466 _ACEOF
39467
39468 cat >>confdefs.h <<\_ACEOF
39469 #define wxUSE_CONFIG_NATIVE 1
39470 _ACEOF
39471
39472 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
39473 fi
39474 fi
39475
39476 if test "$wxUSE_INTL" = "yes" ; then
39477 if test "$wxUSE_FILE" != "yes"; then
39478 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
39479 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
39480 else
39481 cat >>confdefs.h <<\_ACEOF
39482 #define wxUSE_INTL 1
39483 _ACEOF
39484
39485 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
39486 GUIDIST="$GUIDIST INTL_DIST"
39487 fi
39488 fi
39489
39490 if test "$wxUSE_LOG" = "yes"; then
39491 cat >>confdefs.h <<\_ACEOF
39492 #define wxUSE_LOG 1
39493 _ACEOF
39494
39495
39496 if test "$wxUSE_LOGGUI" = "yes"; then
39497 cat >>confdefs.h <<\_ACEOF
39498 #define wxUSE_LOGGUI 1
39499 _ACEOF
39500
39501 fi
39502
39503 if test "$wxUSE_LOGWINDOW" = "yes"; then
39504 cat >>confdefs.h <<\_ACEOF
39505 #define wxUSE_LOGWINDOW 1
39506 _ACEOF
39507
39508 fi
39509
39510 if test "$wxUSE_LOGDIALOG" = "yes"; then
39511 cat >>confdefs.h <<\_ACEOF
39512 #define wxUSE_LOG_DIALOG 1
39513 _ACEOF
39514
39515 fi
39516
39517 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
39518 fi
39519
39520 if test "$wxUSE_LONGLONG" = "yes"; then
39521 cat >>confdefs.h <<\_ACEOF
39522 #define wxUSE_LONGLONG 1
39523 _ACEOF
39524
39525 fi
39526
39527 if test "$wxUSE_GEOMETRY" = "yes"; then
39528 cat >>confdefs.h <<\_ACEOF
39529 #define wxUSE_GEOMETRY 1
39530 _ACEOF
39531
39532 fi
39533
39534 if test "$wxUSE_STREAMS" = "yes" ; then
39535 cat >>confdefs.h <<\_ACEOF
39536 #define wxUSE_STREAMS 1
39537 _ACEOF
39538
39539 fi
39540
39541
39542 if test "$wxUSE_DATETIME" = "yes"; then
39543
39544 for ac_func in strptime
39545 do
39546 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39547 echo "$as_me:$LINENO: checking for $ac_func" >&5
39548 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
39549 if eval "test \"\${$as_ac_var+set}\" = set"; then
39550 echo $ECHO_N "(cached) $ECHO_C" >&6
39551 else
39552 cat >conftest.$ac_ext <<_ACEOF
39553 /* confdefs.h. */
39554 _ACEOF
39555 cat confdefs.h >>conftest.$ac_ext
39556 cat >>conftest.$ac_ext <<_ACEOF
39557 /* end confdefs.h. */
39558 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39559 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39560 #define $ac_func innocuous_$ac_func
39561
39562 /* System header to define __stub macros and hopefully few prototypes,
39563 which can conflict with char $ac_func (); below.
39564 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39565 <limits.h> exists even on freestanding compilers. */
39566
39567 #ifdef __STDC__
39568 # include <limits.h>
39569 #else
39570 # include <assert.h>
39571 #endif
39572
39573 #undef $ac_func
39574
39575 /* Override any gcc2 internal prototype to avoid an error. */
39576 #ifdef __cplusplus
39577 extern "C"
39578 {
39579 #endif
39580 /* We use char because int might match the return type of a gcc2
39581 builtin and then its argument prototype would still apply. */
39582 char $ac_func ();
39583 /* The GNU C library defines this for functions which it implements
39584 to always fail with ENOSYS. Some functions are actually named
39585 something starting with __ and the normal name is an alias. */
39586 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
39587 choke me
39588 #else
39589 char (*f) () = $ac_func;
39590 #endif
39591 #ifdef __cplusplus
39592 }
39593 #endif
39594
39595 int
39596 main ()
39597 {
39598 return f != $ac_func;
39599 ;
39600 return 0;
39601 }
39602 _ACEOF
39603 rm -f conftest.$ac_objext conftest$ac_exeext
39604 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39605 (eval $ac_link) 2>conftest.er1
39606 ac_status=$?
39607 grep -v '^ *+' conftest.er1 >conftest.err
39608 rm -f conftest.er1
39609 cat conftest.err >&5
39610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39611 (exit $ac_status); } &&
39612 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39614 (eval $ac_try) 2>&5
39615 ac_status=$?
39616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39617 (exit $ac_status); }; } &&
39618 { ac_try='test -s conftest$ac_exeext'
39619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39620 (eval $ac_try) 2>&5
39621 ac_status=$?
39622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39623 (exit $ac_status); }; }; then
39624 eval "$as_ac_var=yes"
39625 else
39626 echo "$as_me: failed program was:" >&5
39627 sed 's/^/| /' conftest.$ac_ext >&5
39628
39629 eval "$as_ac_var=no"
39630 fi
39631 rm -f conftest.err conftest.$ac_objext \
39632 conftest$ac_exeext conftest.$ac_ext
39633 fi
39634 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
39635 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
39636 if test `eval echo '${'$as_ac_var'}'` = yes; then
39637 cat >>confdefs.h <<_ACEOF
39638 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39639 _ACEOF
39640
39641 fi
39642 done
39643
39644 if test "$ac_cv_func_strptime" = "yes"; then
39645 echo "$as_me:$LINENO: checking for strptime declaration" >&5
39646 echo $ECHO_N "checking for strptime declaration... $ECHO_C" >&6
39647 if test "${wx_cv_func_strptime_decl+set}" = set; then
39648 echo $ECHO_N "(cached) $ECHO_C" >&6
39649 else
39650
39651
39652
39653 ac_ext=cc
39654 ac_cpp='$CXXCPP $CPPFLAGS'
39655 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39656 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39657 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39658
39659 cat >conftest.$ac_ext <<_ACEOF
39660 /* confdefs.h. */
39661 _ACEOF
39662 cat confdefs.h >>conftest.$ac_ext
39663 cat >>conftest.$ac_ext <<_ACEOF
39664 /* end confdefs.h. */
39665
39666 #include <time.h>
39667
39668 int
39669 main ()
39670 {
39671
39672 struct tm t;
39673 strptime("foo", "bar", &t);
39674
39675 ;
39676 return 0;
39677 }
39678 _ACEOF
39679 rm -f conftest.$ac_objext
39680 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39681 (eval $ac_compile) 2>conftest.er1
39682 ac_status=$?
39683 grep -v '^ *+' conftest.er1 >conftest.err
39684 rm -f conftest.er1
39685 cat conftest.err >&5
39686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39687 (exit $ac_status); } &&
39688 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
39689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39690 (eval $ac_try) 2>&5
39691 ac_status=$?
39692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39693 (exit $ac_status); }; } &&
39694 { ac_try='test -s conftest.$ac_objext'
39695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39696 (eval $ac_try) 2>&5
39697 ac_status=$?
39698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39699 (exit $ac_status); }; }; then
39700 wx_cv_func_strptime_decl=yes
39701 else
39702 echo "$as_me: failed program was:" >&5
39703 sed 's/^/| /' conftest.$ac_ext >&5
39704
39705 wx_cv_func_strptime_decl=no
39706
39707 fi
39708 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39709 ac_ext=c
39710 ac_cpp='$CPP $CPPFLAGS'
39711 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39712 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39713 ac_compiler_gnu=$ac_cv_c_compiler_gnu
39714
39715
39716
39717 fi
39718 echo "$as_me:$LINENO: result: $wx_cv_func_strptime_decl" >&5
39719 echo "${ECHO_T}$wx_cv_func_strptime_decl" >&6
39720 fi
39721 if test "$wx_cv_func_strptime_decl" = "yes"; then
39722 cat >>confdefs.h <<\_ACEOF
39723 #define HAVE_STRPTIME_DECL 1
39724 _ACEOF
39725
39726 fi
39727
39728 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
39729 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
39730 if test "${wx_cv_var_timezone+set}" = set; then
39731 echo $ECHO_N "(cached) $ECHO_C" >&6
39732 else
39733
39734 cat >conftest.$ac_ext <<_ACEOF
39735 /* confdefs.h. */
39736 _ACEOF
39737 cat confdefs.h >>conftest.$ac_ext
39738 cat >>conftest.$ac_ext <<_ACEOF
39739 /* end confdefs.h. */
39740
39741 #include <time.h>
39742
39743 int
39744 main ()
39745 {
39746
39747 int tz;
39748 tz = timezone;
39749
39750 ;
39751 return 0;
39752 }
39753 _ACEOF
39754 rm -f conftest.$ac_objext
39755 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39756 (eval $ac_compile) 2>conftest.er1
39757 ac_status=$?
39758 grep -v '^ *+' conftest.er1 >conftest.err
39759 rm -f conftest.er1
39760 cat conftest.err >&5
39761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39762 (exit $ac_status); } &&
39763 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39765 (eval $ac_try) 2>&5
39766 ac_status=$?
39767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39768 (exit $ac_status); }; } &&
39769 { ac_try='test -s conftest.$ac_objext'
39770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39771 (eval $ac_try) 2>&5
39772 ac_status=$?
39773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39774 (exit $ac_status); }; }; then
39775
39776 wx_cv_var_timezone=timezone
39777
39778 else
39779 echo "$as_me: failed program was:" >&5
39780 sed 's/^/| /' conftest.$ac_ext >&5
39781
39782
39783 cat >conftest.$ac_ext <<_ACEOF
39784 /* confdefs.h. */
39785 _ACEOF
39786 cat confdefs.h >>conftest.$ac_ext
39787 cat >>conftest.$ac_ext <<_ACEOF
39788 /* end confdefs.h. */
39789
39790 #include <time.h>
39791
39792 int
39793 main ()
39794 {
39795
39796 int tz;
39797 tz = _timezone;
39798
39799 ;
39800 return 0;
39801 }
39802 _ACEOF
39803 rm -f conftest.$ac_objext
39804 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39805 (eval $ac_compile) 2>conftest.er1
39806 ac_status=$?
39807 grep -v '^ *+' conftest.er1 >conftest.err
39808 rm -f conftest.er1
39809 cat conftest.err >&5
39810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39811 (exit $ac_status); } &&
39812 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39814 (eval $ac_try) 2>&5
39815 ac_status=$?
39816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39817 (exit $ac_status); }; } &&
39818 { ac_try='test -s conftest.$ac_objext'
39819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39820 (eval $ac_try) 2>&5
39821 ac_status=$?
39822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39823 (exit $ac_status); }; }; then
39824
39825 wx_cv_var_timezone=_timezone
39826
39827 else
39828 echo "$as_me: failed program was:" >&5
39829 sed 's/^/| /' conftest.$ac_ext >&5
39830
39831
39832 cat >conftest.$ac_ext <<_ACEOF
39833 /* confdefs.h. */
39834 _ACEOF
39835 cat confdefs.h >>conftest.$ac_ext
39836 cat >>conftest.$ac_ext <<_ACEOF
39837 /* end confdefs.h. */
39838
39839 #include <time.h>
39840
39841 int
39842 main ()
39843 {
39844
39845 int tz;
39846 tz = __timezone;
39847
39848 ;
39849 return 0;
39850 }
39851 _ACEOF
39852 rm -f conftest.$ac_objext
39853 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39854 (eval $ac_compile) 2>conftest.er1
39855 ac_status=$?
39856 grep -v '^ *+' conftest.er1 >conftest.err
39857 rm -f conftest.er1
39858 cat conftest.err >&5
39859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39860 (exit $ac_status); } &&
39861 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39863 (eval $ac_try) 2>&5
39864 ac_status=$?
39865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39866 (exit $ac_status); }; } &&
39867 { ac_try='test -s conftest.$ac_objext'
39868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39869 (eval $ac_try) 2>&5
39870 ac_status=$?
39871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39872 (exit $ac_status); }; }; then
39873
39874 wx_cv_var_timezone=__timezone
39875
39876 else
39877 echo "$as_me: failed program was:" >&5
39878 sed 's/^/| /' conftest.$ac_ext >&5
39879
39880
39881 if test "$USE_DOS" = 0 ; then
39882 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
39883 echo "$as_me: WARNING: no timezone variable" >&2;}
39884 fi
39885
39886
39887 fi
39888 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39889
39890
39891 fi
39892 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39893
39894
39895 fi
39896 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39897
39898
39899 fi
39900 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
39901 echo "${ECHO_T}$wx_cv_var_timezone" >&6
39902
39903 if test "x$wx_cv_var_timezone" != x ; then
39904 cat >>confdefs.h <<_ACEOF
39905 #define WX_TIMEZONE $wx_cv_var_timezone
39906 _ACEOF
39907
39908 fi
39909
39910
39911 for ac_func in localtime
39912 do
39913 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39914 echo "$as_me:$LINENO: checking for $ac_func" >&5
39915 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
39916 if eval "test \"\${$as_ac_var+set}\" = set"; then
39917 echo $ECHO_N "(cached) $ECHO_C" >&6
39918 else
39919 cat >conftest.$ac_ext <<_ACEOF
39920 /* confdefs.h. */
39921 _ACEOF
39922 cat confdefs.h >>conftest.$ac_ext
39923 cat >>conftest.$ac_ext <<_ACEOF
39924 /* end confdefs.h. */
39925 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39926 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39927 #define $ac_func innocuous_$ac_func
39928
39929 /* System header to define __stub macros and hopefully few prototypes,
39930 which can conflict with char $ac_func (); below.
39931 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39932 <limits.h> exists even on freestanding compilers. */
39933
39934 #ifdef __STDC__
39935 # include <limits.h>
39936 #else
39937 # include <assert.h>
39938 #endif
39939
39940 #undef $ac_func
39941
39942 /* Override any gcc2 internal prototype to avoid an error. */
39943 #ifdef __cplusplus
39944 extern "C"
39945 {
39946 #endif
39947 /* We use char because int might match the return type of a gcc2
39948 builtin and then its argument prototype would still apply. */
39949 char $ac_func ();
39950 /* The GNU C library defines this for functions which it implements
39951 to always fail with ENOSYS. Some functions are actually named
39952 something starting with __ and the normal name is an alias. */
39953 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
39954 choke me
39955 #else
39956 char (*f) () = $ac_func;
39957 #endif
39958 #ifdef __cplusplus
39959 }
39960 #endif
39961
39962 int
39963 main ()
39964 {
39965 return f != $ac_func;
39966 ;
39967 return 0;
39968 }
39969 _ACEOF
39970 rm -f conftest.$ac_objext conftest$ac_exeext
39971 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39972 (eval $ac_link) 2>conftest.er1
39973 ac_status=$?
39974 grep -v '^ *+' conftest.er1 >conftest.err
39975 rm -f conftest.er1
39976 cat conftest.err >&5
39977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39978 (exit $ac_status); } &&
39979 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39981 (eval $ac_try) 2>&5
39982 ac_status=$?
39983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39984 (exit $ac_status); }; } &&
39985 { ac_try='test -s conftest$ac_exeext'
39986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39987 (eval $ac_try) 2>&5
39988 ac_status=$?
39989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39990 (exit $ac_status); }; }; then
39991 eval "$as_ac_var=yes"
39992 else
39993 echo "$as_me: failed program was:" >&5
39994 sed 's/^/| /' conftest.$ac_ext >&5
39995
39996 eval "$as_ac_var=no"
39997 fi
39998 rm -f conftest.err conftest.$ac_objext \
39999 conftest$ac_exeext conftest.$ac_ext
40000 fi
40001 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40002 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40003 if test `eval echo '${'$as_ac_var'}'` = yes; then
40004 cat >>confdefs.h <<_ACEOF
40005 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40006 _ACEOF
40007
40008 fi
40009 done
40010
40011
40012 if test "$ac_cv_func_localtime" = "yes"; then
40013 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
40014 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
40015 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
40016 echo $ECHO_N "(cached) $ECHO_C" >&6
40017 else
40018
40019 cat >conftest.$ac_ext <<_ACEOF
40020 /* confdefs.h. */
40021 _ACEOF
40022 cat confdefs.h >>conftest.$ac_ext
40023 cat >>conftest.$ac_ext <<_ACEOF
40024 /* end confdefs.h. */
40025
40026 #include <time.h>
40027
40028 int
40029 main ()
40030 {
40031
40032 struct tm tm;
40033 tm.tm_gmtoff++;
40034
40035 ;
40036 return 0;
40037 }
40038 _ACEOF
40039 rm -f conftest.$ac_objext
40040 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40041 (eval $ac_compile) 2>conftest.er1
40042 ac_status=$?
40043 grep -v '^ *+' conftest.er1 >conftest.err
40044 rm -f conftest.er1
40045 cat conftest.err >&5
40046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40047 (exit $ac_status); } &&
40048 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40050 (eval $ac_try) 2>&5
40051 ac_status=$?
40052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40053 (exit $ac_status); }; } &&
40054 { ac_try='test -s conftest.$ac_objext'
40055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40056 (eval $ac_try) 2>&5
40057 ac_status=$?
40058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40059 (exit $ac_status); }; }; then
40060
40061 wx_cv_struct_tm_has_gmtoff=yes
40062
40063 else
40064 echo "$as_me: failed program was:" >&5
40065 sed 's/^/| /' conftest.$ac_ext >&5
40066
40067 wx_cv_struct_tm_has_gmtoff=no
40068
40069 fi
40070 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40071
40072 fi
40073 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
40074 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
40075 fi
40076
40077 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
40078 cat >>confdefs.h <<\_ACEOF
40079 #define WX_GMTOFF_IN_TM 1
40080 _ACEOF
40081
40082 fi
40083
40084
40085
40086 for ac_func in gettimeofday ftime
40087 do
40088 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40089 echo "$as_me:$LINENO: checking for $ac_func" >&5
40090 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40091 if eval "test \"\${$as_ac_var+set}\" = set"; then
40092 echo $ECHO_N "(cached) $ECHO_C" >&6
40093 else
40094 cat >conftest.$ac_ext <<_ACEOF
40095 /* confdefs.h. */
40096 _ACEOF
40097 cat confdefs.h >>conftest.$ac_ext
40098 cat >>conftest.$ac_ext <<_ACEOF
40099 /* end confdefs.h. */
40100 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40101 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40102 #define $ac_func innocuous_$ac_func
40103
40104 /* System header to define __stub macros and hopefully few prototypes,
40105 which can conflict with char $ac_func (); below.
40106 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40107 <limits.h> exists even on freestanding compilers. */
40108
40109 #ifdef __STDC__
40110 # include <limits.h>
40111 #else
40112 # include <assert.h>
40113 #endif
40114
40115 #undef $ac_func
40116
40117 /* Override any gcc2 internal prototype to avoid an error. */
40118 #ifdef __cplusplus
40119 extern "C"
40120 {
40121 #endif
40122 /* We use char because int might match the return type of a gcc2
40123 builtin and then its argument prototype would still apply. */
40124 char $ac_func ();
40125 /* The GNU C library defines this for functions which it implements
40126 to always fail with ENOSYS. Some functions are actually named
40127 something starting with __ and the normal name is an alias. */
40128 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40129 choke me
40130 #else
40131 char (*f) () = $ac_func;
40132 #endif
40133 #ifdef __cplusplus
40134 }
40135 #endif
40136
40137 int
40138 main ()
40139 {
40140 return f != $ac_func;
40141 ;
40142 return 0;
40143 }
40144 _ACEOF
40145 rm -f conftest.$ac_objext conftest$ac_exeext
40146 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40147 (eval $ac_link) 2>conftest.er1
40148 ac_status=$?
40149 grep -v '^ *+' conftest.er1 >conftest.err
40150 rm -f conftest.er1
40151 cat conftest.err >&5
40152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40153 (exit $ac_status); } &&
40154 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40156 (eval $ac_try) 2>&5
40157 ac_status=$?
40158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40159 (exit $ac_status); }; } &&
40160 { ac_try='test -s conftest$ac_exeext'
40161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40162 (eval $ac_try) 2>&5
40163 ac_status=$?
40164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40165 (exit $ac_status); }; }; then
40166 eval "$as_ac_var=yes"
40167 else
40168 echo "$as_me: failed program was:" >&5
40169 sed 's/^/| /' conftest.$ac_ext >&5
40170
40171 eval "$as_ac_var=no"
40172 fi
40173 rm -f conftest.err conftest.$ac_objext \
40174 conftest$ac_exeext conftest.$ac_ext
40175 fi
40176 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40177 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40178 if test `eval echo '${'$as_ac_var'}'` = yes; then
40179 cat >>confdefs.h <<_ACEOF
40180 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40181 _ACEOF
40182 break
40183 fi
40184 done
40185
40186
40187 if test "$ac_cv_func_gettimeofday" = "yes"; then
40188 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
40189 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
40190 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
40191 echo $ECHO_N "(cached) $ECHO_C" >&6
40192 else
40193
40194
40195
40196 ac_ext=cc
40197 ac_cpp='$CXXCPP $CPPFLAGS'
40198 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40199 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40200 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40201
40202
40203 cat >conftest.$ac_ext <<_ACEOF
40204 /* confdefs.h. */
40205 _ACEOF
40206 cat confdefs.h >>conftest.$ac_ext
40207 cat >>conftest.$ac_ext <<_ACEOF
40208 /* end confdefs.h. */
40209
40210 #include <sys/time.h>
40211 #include <unistd.h>
40212
40213 int
40214 main ()
40215 {
40216
40217 struct timeval tv;
40218 gettimeofday(&tv, NULL);
40219
40220 ;
40221 return 0;
40222 }
40223 _ACEOF
40224 rm -f conftest.$ac_objext
40225 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40226 (eval $ac_compile) 2>conftest.er1
40227 ac_status=$?
40228 grep -v '^ *+' conftest.er1 >conftest.err
40229 rm -f conftest.er1
40230 cat conftest.err >&5
40231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40232 (exit $ac_status); } &&
40233 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40235 (eval $ac_try) 2>&5
40236 ac_status=$?
40237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40238 (exit $ac_status); }; } &&
40239 { ac_try='test -s conftest.$ac_objext'
40240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40241 (eval $ac_try) 2>&5
40242 ac_status=$?
40243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40244 (exit $ac_status); }; }; then
40245 wx_cv_func_gettimeofday_has_2_args=yes
40246 else
40247 echo "$as_me: failed program was:" >&5
40248 sed 's/^/| /' conftest.$ac_ext >&5
40249
40250 cat >conftest.$ac_ext <<_ACEOF
40251 /* confdefs.h. */
40252 _ACEOF
40253 cat confdefs.h >>conftest.$ac_ext
40254 cat >>conftest.$ac_ext <<_ACEOF
40255 /* end confdefs.h. */
40256
40257 #include <sys/time.h>
40258 #include <unistd.h>
40259
40260 int
40261 main ()
40262 {
40263
40264 struct timeval tv;
40265 gettimeofday(&tv);
40266
40267 ;
40268 return 0;
40269 }
40270 _ACEOF
40271 rm -f conftest.$ac_objext
40272 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40273 (eval $ac_compile) 2>conftest.er1
40274 ac_status=$?
40275 grep -v '^ *+' conftest.er1 >conftest.err
40276 rm -f conftest.er1
40277 cat conftest.err >&5
40278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40279 (exit $ac_status); } &&
40280 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40282 (eval $ac_try) 2>&5
40283 ac_status=$?
40284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40285 (exit $ac_status); }; } &&
40286 { ac_try='test -s conftest.$ac_objext'
40287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40288 (eval $ac_try) 2>&5
40289 ac_status=$?
40290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40291 (exit $ac_status); }; }; then
40292 wx_cv_func_gettimeofday_has_2_args=no
40293 else
40294 echo "$as_me: failed program was:" >&5
40295 sed 's/^/| /' conftest.$ac_ext >&5
40296
40297
40298 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
40299 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
40300 wx_cv_func_gettimeofday_has_2_args=unknown
40301
40302
40303 fi
40304 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40305
40306 fi
40307 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40308 ac_ext=c
40309 ac_cpp='$CPP $CPPFLAGS'
40310 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40311 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40312 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40313
40314
40315 fi
40316 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
40317 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
40318
40319 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
40320 cat >>confdefs.h <<\_ACEOF
40321 #define WX_GETTIMEOFDAY_NO_TZ 1
40322 _ACEOF
40323
40324 fi
40325 fi
40326
40327 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
40328 fi
40329
40330
40331 if test "$wxUSE_SOCKETS" = "yes"; then
40332 if test "$wxUSE_MGL" = "1"; then
40333 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
40334 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
40335 wxUSE_SOCKETS="no"
40336 fi
40337 fi
40338
40339 if test "$wxUSE_SOCKETS" = "yes"; then
40340 if test "$TOOLKIT" != "MSW"; then
40341 echo "$as_me:$LINENO: checking for socket" >&5
40342 echo $ECHO_N "checking for socket... $ECHO_C" >&6
40343 if test "${ac_cv_func_socket+set}" = set; then
40344 echo $ECHO_N "(cached) $ECHO_C" >&6
40345 else
40346 cat >conftest.$ac_ext <<_ACEOF
40347 /* confdefs.h. */
40348 _ACEOF
40349 cat confdefs.h >>conftest.$ac_ext
40350 cat >>conftest.$ac_ext <<_ACEOF
40351 /* end confdefs.h. */
40352 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
40353 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40354 #define socket innocuous_socket
40355
40356 /* System header to define __stub macros and hopefully few prototypes,
40357 which can conflict with char socket (); below.
40358 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40359 <limits.h> exists even on freestanding compilers. */
40360
40361 #ifdef __STDC__
40362 # include <limits.h>
40363 #else
40364 # include <assert.h>
40365 #endif
40366
40367 #undef socket
40368
40369 /* Override any gcc2 internal prototype to avoid an error. */
40370 #ifdef __cplusplus
40371 extern "C"
40372 {
40373 #endif
40374 /* We use char because int might match the return type of a gcc2
40375 builtin and then its argument prototype would still apply. */
40376 char socket ();
40377 /* The GNU C library defines this for functions which it implements
40378 to always fail with ENOSYS. Some functions are actually named
40379 something starting with __ and the normal name is an alias. */
40380 #if defined (__stub_socket) || defined (__stub___socket)
40381 choke me
40382 #else
40383 char (*f) () = socket;
40384 #endif
40385 #ifdef __cplusplus
40386 }
40387 #endif
40388
40389 int
40390 main ()
40391 {
40392 return f != socket;
40393 ;
40394 return 0;
40395 }
40396 _ACEOF
40397 rm -f conftest.$ac_objext conftest$ac_exeext
40398 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40399 (eval $ac_link) 2>conftest.er1
40400 ac_status=$?
40401 grep -v '^ *+' conftest.er1 >conftest.err
40402 rm -f conftest.er1
40403 cat conftest.err >&5
40404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40405 (exit $ac_status); } &&
40406 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40408 (eval $ac_try) 2>&5
40409 ac_status=$?
40410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40411 (exit $ac_status); }; } &&
40412 { ac_try='test -s conftest$ac_exeext'
40413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40414 (eval $ac_try) 2>&5
40415 ac_status=$?
40416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40417 (exit $ac_status); }; }; then
40418 ac_cv_func_socket=yes
40419 else
40420 echo "$as_me: failed program was:" >&5
40421 sed 's/^/| /' conftest.$ac_ext >&5
40422
40423 ac_cv_func_socket=no
40424 fi
40425 rm -f conftest.err conftest.$ac_objext \
40426 conftest$ac_exeext conftest.$ac_ext
40427 fi
40428 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
40429 echo "${ECHO_T}$ac_cv_func_socket" >&6
40430 if test $ac_cv_func_socket = yes; then
40431 :
40432 else
40433
40434 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
40435 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
40436 if test "${ac_cv_lib_socket_socket+set}" = set; then
40437 echo $ECHO_N "(cached) $ECHO_C" >&6
40438 else
40439 ac_check_lib_save_LIBS=$LIBS
40440 LIBS="-lsocket $LIBS"
40441 cat >conftest.$ac_ext <<_ACEOF
40442 /* confdefs.h. */
40443 _ACEOF
40444 cat confdefs.h >>conftest.$ac_ext
40445 cat >>conftest.$ac_ext <<_ACEOF
40446 /* end confdefs.h. */
40447
40448 /* Override any gcc2 internal prototype to avoid an error. */
40449 #ifdef __cplusplus
40450 extern "C"
40451 #endif
40452 /* We use char because int might match the return type of a gcc2
40453 builtin and then its argument prototype would still apply. */
40454 char socket ();
40455 int
40456 main ()
40457 {
40458 socket ();
40459 ;
40460 return 0;
40461 }
40462 _ACEOF
40463 rm -f conftest.$ac_objext conftest$ac_exeext
40464 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40465 (eval $ac_link) 2>conftest.er1
40466 ac_status=$?
40467 grep -v '^ *+' conftest.er1 >conftest.err
40468 rm -f conftest.er1
40469 cat conftest.err >&5
40470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40471 (exit $ac_status); } &&
40472 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40474 (eval $ac_try) 2>&5
40475 ac_status=$?
40476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40477 (exit $ac_status); }; } &&
40478 { ac_try='test -s conftest$ac_exeext'
40479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40480 (eval $ac_try) 2>&5
40481 ac_status=$?
40482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40483 (exit $ac_status); }; }; then
40484 ac_cv_lib_socket_socket=yes
40485 else
40486 echo "$as_me: failed program was:" >&5
40487 sed 's/^/| /' conftest.$ac_ext >&5
40488
40489 ac_cv_lib_socket_socket=no
40490 fi
40491 rm -f conftest.err conftest.$ac_objext \
40492 conftest$ac_exeext conftest.$ac_ext
40493 LIBS=$ac_check_lib_save_LIBS
40494 fi
40495 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
40496 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
40497 if test $ac_cv_lib_socket_socket = yes; then
40498 if test "$INET_LINK" != " -lsocket"; then
40499 INET_LINK="$INET_LINK -lsocket"
40500 fi
40501 else
40502
40503 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
40504 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
40505 wxUSE_SOCKETS=no
40506
40507
40508 fi
40509
40510
40511
40512 fi
40513
40514 fi
40515 fi
40516
40517 if test "$wxUSE_SOCKETS" = "yes" ; then
40518 if test "$TOOLKIT" != "MSW"; then
40519 ac_ext=cc
40520 ac_cpp='$CXXCPP $CPPFLAGS'
40521 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40522 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40523 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40524
40525 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
40526 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
40527 if test "${wx_cv_type_getsockname3+set}" = set; then
40528 echo $ECHO_N "(cached) $ECHO_C" >&6
40529 else
40530
40531 cat >conftest.$ac_ext <<_ACEOF
40532 /* confdefs.h. */
40533 _ACEOF
40534 cat confdefs.h >>conftest.$ac_ext
40535 cat >>conftest.$ac_ext <<_ACEOF
40536 /* end confdefs.h. */
40537
40538 #include <sys/types.h>
40539 #include <sys/socket.h>
40540
40541 int
40542 main ()
40543 {
40544
40545 socklen_t len;
40546 getsockname(0, 0, &len);
40547
40548 ;
40549 return 0;
40550 }
40551 _ACEOF
40552 rm -f conftest.$ac_objext
40553 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40554 (eval $ac_compile) 2>conftest.er1
40555 ac_status=$?
40556 grep -v '^ *+' conftest.er1 >conftest.err
40557 rm -f conftest.er1
40558 cat conftest.err >&5
40559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40560 (exit $ac_status); } &&
40561 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40563 (eval $ac_try) 2>&5
40564 ac_status=$?
40565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40566 (exit $ac_status); }; } &&
40567 { ac_try='test -s conftest.$ac_objext'
40568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40569 (eval $ac_try) 2>&5
40570 ac_status=$?
40571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40572 (exit $ac_status); }; }; then
40573 wx_cv_type_getsockname3=socklen_t
40574 else
40575 echo "$as_me: failed program was:" >&5
40576 sed 's/^/| /' conftest.$ac_ext >&5
40577
40578
40579 CXXFLAGS_OLD="$CXXFLAGS"
40580 if test "$GCC" = yes ; then
40581 CXXFLAGS="$CXXFLAGS -Werror"
40582 fi
40583
40584 cat >conftest.$ac_ext <<_ACEOF
40585 /* confdefs.h. */
40586 _ACEOF
40587 cat confdefs.h >>conftest.$ac_ext
40588 cat >>conftest.$ac_ext <<_ACEOF
40589 /* end confdefs.h. */
40590
40591 #include <sys/types.h>
40592 #include <sys/socket.h>
40593
40594 int
40595 main ()
40596 {
40597
40598 size_t len;
40599 getsockname(0, 0, &len);
40600
40601 ;
40602 return 0;
40603 }
40604 _ACEOF
40605 rm -f conftest.$ac_objext
40606 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40607 (eval $ac_compile) 2>conftest.er1
40608 ac_status=$?
40609 grep -v '^ *+' conftest.er1 >conftest.err
40610 rm -f conftest.er1
40611 cat conftest.err >&5
40612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40613 (exit $ac_status); } &&
40614 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40616 (eval $ac_try) 2>&5
40617 ac_status=$?
40618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40619 (exit $ac_status); }; } &&
40620 { ac_try='test -s conftest.$ac_objext'
40621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40622 (eval $ac_try) 2>&5
40623 ac_status=$?
40624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40625 (exit $ac_status); }; }; then
40626 wx_cv_type_getsockname3=size_t
40627 else
40628 echo "$as_me: failed program was:" >&5
40629 sed 's/^/| /' conftest.$ac_ext >&5
40630
40631 cat >conftest.$ac_ext <<_ACEOF
40632 /* confdefs.h. */
40633 _ACEOF
40634 cat confdefs.h >>conftest.$ac_ext
40635 cat >>conftest.$ac_ext <<_ACEOF
40636 /* end confdefs.h. */
40637
40638 #include <sys/types.h>
40639 #include <sys/socket.h>
40640
40641 int
40642 main ()
40643 {
40644
40645 int len;
40646 getsockname(0, 0, &len);
40647
40648 ;
40649 return 0;
40650 }
40651 _ACEOF
40652 rm -f conftest.$ac_objext
40653 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40654 (eval $ac_compile) 2>conftest.er1
40655 ac_status=$?
40656 grep -v '^ *+' conftest.er1 >conftest.err
40657 rm -f conftest.er1
40658 cat conftest.err >&5
40659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40660 (exit $ac_status); } &&
40661 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40663 (eval $ac_try) 2>&5
40664 ac_status=$?
40665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40666 (exit $ac_status); }; } &&
40667 { ac_try='test -s conftest.$ac_objext'
40668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40669 (eval $ac_try) 2>&5
40670 ac_status=$?
40671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40672 (exit $ac_status); }; }; then
40673 wx_cv_type_getsockname3=int
40674 else
40675 echo "$as_me: failed program was:" >&5
40676 sed 's/^/| /' conftest.$ac_ext >&5
40677
40678 wx_cv_type_getsockname3=unknown
40679
40680 fi
40681 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40682
40683 fi
40684 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40685
40686 CXXFLAGS="$CXXFLAGS_OLD"
40687
40688
40689 fi
40690 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40691
40692 fi
40693 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
40694 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
40695
40696 if test "$wx_cv_type_getsockname3" = "unknown"; then
40697 wxUSE_SOCKETS=no
40698 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
40699 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
40700 else
40701 cat >>confdefs.h <<_ACEOF
40702 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
40703 _ACEOF
40704
40705 fi
40706 echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
40707 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6
40708 if test "${wx_cv_type_getsockopt5+set}" = set; then
40709 echo $ECHO_N "(cached) $ECHO_C" >&6
40710 else
40711
40712 cat >conftest.$ac_ext <<_ACEOF
40713 /* confdefs.h. */
40714 _ACEOF
40715 cat confdefs.h >>conftest.$ac_ext
40716 cat >>conftest.$ac_ext <<_ACEOF
40717 /* end confdefs.h. */
40718
40719 #include <sys/types.h>
40720 #include <sys/socket.h>
40721
40722 int
40723 main ()
40724 {
40725
40726 socklen_t len;
40727 getsockopt(0, 0, 0, 0, &len);
40728
40729 ;
40730 return 0;
40731 }
40732 _ACEOF
40733 rm -f conftest.$ac_objext
40734 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40735 (eval $ac_compile) 2>conftest.er1
40736 ac_status=$?
40737 grep -v '^ *+' conftest.er1 >conftest.err
40738 rm -f conftest.er1
40739 cat conftest.err >&5
40740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40741 (exit $ac_status); } &&
40742 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40744 (eval $ac_try) 2>&5
40745 ac_status=$?
40746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40747 (exit $ac_status); }; } &&
40748 { ac_try='test -s conftest.$ac_objext'
40749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40750 (eval $ac_try) 2>&5
40751 ac_status=$?
40752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40753 (exit $ac_status); }; }; then
40754 wx_cv_type_getsockopt5=socklen_t
40755 else
40756 echo "$as_me: failed program was:" >&5
40757 sed 's/^/| /' conftest.$ac_ext >&5
40758
40759
40760 CXXFLAGS_OLD="$CXXFLAGS"
40761 if test "$GCC" = yes ; then
40762 CXXFLAGS="$CXXFLAGS -Werror"
40763 fi
40764
40765 cat >conftest.$ac_ext <<_ACEOF
40766 /* confdefs.h. */
40767 _ACEOF
40768 cat confdefs.h >>conftest.$ac_ext
40769 cat >>conftest.$ac_ext <<_ACEOF
40770 /* end confdefs.h. */
40771
40772 #include <sys/types.h>
40773 #include <sys/socket.h>
40774
40775 int
40776 main ()
40777 {
40778
40779 size_t len;
40780 getsockopt(0, 0, 0, 0, &len);
40781
40782 ;
40783 return 0;
40784 }
40785 _ACEOF
40786 rm -f conftest.$ac_objext
40787 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40788 (eval $ac_compile) 2>conftest.er1
40789 ac_status=$?
40790 grep -v '^ *+' conftest.er1 >conftest.err
40791 rm -f conftest.er1
40792 cat conftest.err >&5
40793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40794 (exit $ac_status); } &&
40795 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40797 (eval $ac_try) 2>&5
40798 ac_status=$?
40799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40800 (exit $ac_status); }; } &&
40801 { ac_try='test -s conftest.$ac_objext'
40802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40803 (eval $ac_try) 2>&5
40804 ac_status=$?
40805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40806 (exit $ac_status); }; }; then
40807 wx_cv_type_getsockopt5=size_t
40808 else
40809 echo "$as_me: failed program was:" >&5
40810 sed 's/^/| /' conftest.$ac_ext >&5
40811
40812 cat >conftest.$ac_ext <<_ACEOF
40813 /* confdefs.h. */
40814 _ACEOF
40815 cat confdefs.h >>conftest.$ac_ext
40816 cat >>conftest.$ac_ext <<_ACEOF
40817 /* end confdefs.h. */
40818
40819 #include <sys/types.h>
40820 #include <sys/socket.h>
40821
40822 int
40823 main ()
40824 {
40825
40826 int len;
40827 getsockopt(0, 0, 0, 0, &len);
40828
40829 ;
40830 return 0;
40831 }
40832 _ACEOF
40833 rm -f conftest.$ac_objext
40834 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40835 (eval $ac_compile) 2>conftest.er1
40836 ac_status=$?
40837 grep -v '^ *+' conftest.er1 >conftest.err
40838 rm -f conftest.er1
40839 cat conftest.err >&5
40840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40841 (exit $ac_status); } &&
40842 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40844 (eval $ac_try) 2>&5
40845 ac_status=$?
40846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40847 (exit $ac_status); }; } &&
40848 { ac_try='test -s conftest.$ac_objext'
40849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40850 (eval $ac_try) 2>&5
40851 ac_status=$?
40852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40853 (exit $ac_status); }; }; then
40854 wx_cv_type_getsockopt5=int
40855 else
40856 echo "$as_me: failed program was:" >&5
40857 sed 's/^/| /' conftest.$ac_ext >&5
40858
40859 wx_cv_type_getsockopt5=unknown
40860
40861 fi
40862 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40863
40864 fi
40865 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40866
40867 CXXFLAGS="$CXXFLAGS_OLD"
40868
40869
40870 fi
40871 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40872
40873 fi
40874 echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
40875 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6
40876
40877 if test "$wx_cv_type_getsockopt5" = "unknown"; then
40878 wxUSE_SOCKETS=no
40879 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
40880 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
40881 else
40882 cat >>confdefs.h <<_ACEOF
40883 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
40884 _ACEOF
40885
40886 fi
40887 ac_ext=c
40888 ac_cpp='$CPP $CPPFLAGS'
40889 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40890 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40891 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40892
40893 fi
40894 fi
40895
40896 if test "$wxUSE_SOCKETS" = "yes" ; then
40897 cat >>confdefs.h <<\_ACEOF
40898 #define wxUSE_SOCKETS 1
40899 _ACEOF
40900
40901 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
40902 fi
40903
40904 if test "$wxUSE_PROTOCOL" = "yes"; then
40905 if test "$wxUSE_SOCKETS" != "yes"; then
40906 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
40907 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
40908 wxUSE_PROTOCOL=no
40909 fi
40910 fi
40911
40912 if test "$wxUSE_PROTOCOL" = "yes"; then
40913 cat >>confdefs.h <<\_ACEOF
40914 #define wxUSE_PROTOCOL 1
40915 _ACEOF
40916
40917
40918 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
40919 cat >>confdefs.h <<\_ACEOF
40920 #define wxUSE_PROTOCOL_HTTP 1
40921 _ACEOF
40922
40923 fi
40924 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
40925 cat >>confdefs.h <<\_ACEOF
40926 #define wxUSE_PROTOCOL_FTP 1
40927 _ACEOF
40928
40929 fi
40930 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
40931 cat >>confdefs.h <<\_ACEOF
40932 #define wxUSE_PROTOCOL_FILE 1
40933 _ACEOF
40934
40935 fi
40936 else
40937 if test "$wxUSE_FS_INET" = "yes"; then
40938 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
40939 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
40940 wxUSE_FS_INET="no"
40941 fi
40942 fi
40943
40944 if test "$wxUSE_URL" = "yes"; then
40945 if test "$wxUSE_PROTOCOL" != "yes"; then
40946 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
40947 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
40948 wxUSE_URL=no
40949 fi
40950 if test "$wxUSE_URL" = "yes"; then
40951 cat >>confdefs.h <<\_ACEOF
40952 #define wxUSE_URL 1
40953 _ACEOF
40954
40955 fi
40956 fi
40957
40958 if test "$wxUSE_FS_INET" = "yes"; then
40959 cat >>confdefs.h <<\_ACEOF
40960 #define wxUSE_FS_INET 1
40961 _ACEOF
40962
40963 fi
40964
40965
40966 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
40967 wxUSE_JOYSTICK=no
40968
40969 if test "$TOOLKIT" = "MSW"; then
40970 wxUSE_JOYSTICK=yes
40971
40972 elif test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
40973 if test "$USE_DARWIN" = 1; then
40974 echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
40975 echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6
40976 ac_ext=cc
40977 ac_cpp='$CXXCPP $CPPFLAGS'
40978 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40979 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40980 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40981
40982 cat >conftest.$ac_ext <<_ACEOF
40983 /* confdefs.h. */
40984 _ACEOF
40985 cat confdefs.h >>conftest.$ac_ext
40986 cat >>conftest.$ac_ext <<_ACEOF
40987 /* end confdefs.h. */
40988 #include <IOKit/hid/IOHIDLib.h>
40989 int
40990 main ()
40991 {
40992 IOHIDQueueInterface *qi = NULL;
40993 IOHIDCallbackFunction cb = NULL;
40994 qi->setEventCallout(NULL, cb, NULL, NULL);
40995 ;
40996 return 0;
40997 }
40998 _ACEOF
40999 rm -f conftest.$ac_objext
41000 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41001 (eval $ac_compile) 2>conftest.er1
41002 ac_status=$?
41003 grep -v '^ *+' conftest.er1 >conftest.err
41004 rm -f conftest.er1
41005 cat conftest.err >&5
41006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41007 (exit $ac_status); } &&
41008 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41010 (eval $ac_try) 2>&5
41011 ac_status=$?
41012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41013 (exit $ac_status); }; } &&
41014 { ac_try='test -s conftest.$ac_objext'
41015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41016 (eval $ac_try) 2>&5
41017 ac_status=$?
41018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41019 (exit $ac_status); }; }; then
41020 wxUSE_JOYSTICK=yes
41021
41022 else
41023 echo "$as_me: failed program was:" >&5
41024 sed 's/^/| /' conftest.$ac_ext >&5
41025
41026 fi
41027 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41028 ac_ext=c
41029 ac_cpp='$CPP $CPPFLAGS'
41030 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41031 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41032 ac_compiler_gnu=$ac_cv_c_compiler_gnu
41033
41034 echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
41035 echo "${ECHO_T}$wxUSE_JOYSTICK" >&6
41036 fi
41037
41038 else
41039
41040 for ac_header in linux/joystick.h
41041 do
41042 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
41043 if eval "test \"\${$as_ac_Header+set}\" = set"; then
41044 echo "$as_me:$LINENO: checking for $ac_header" >&5
41045 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
41046 if eval "test \"\${$as_ac_Header+set}\" = set"; then
41047 echo $ECHO_N "(cached) $ECHO_C" >&6
41048 fi
41049 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
41050 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
41051 else
41052 # Is the header compilable?
41053 echo "$as_me:$LINENO: checking $ac_header usability" >&5
41054 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
41055 cat >conftest.$ac_ext <<_ACEOF
41056 /* confdefs.h. */
41057 _ACEOF
41058 cat confdefs.h >>conftest.$ac_ext
41059 cat >>conftest.$ac_ext <<_ACEOF
41060 /* end confdefs.h. */
41061 $ac_includes_default
41062 #include <$ac_header>
41063 _ACEOF
41064 rm -f conftest.$ac_objext
41065 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41066 (eval $ac_compile) 2>conftest.er1
41067 ac_status=$?
41068 grep -v '^ *+' conftest.er1 >conftest.err
41069 rm -f conftest.er1
41070 cat conftest.err >&5
41071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41072 (exit $ac_status); } &&
41073 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41075 (eval $ac_try) 2>&5
41076 ac_status=$?
41077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41078 (exit $ac_status); }; } &&
41079 { ac_try='test -s conftest.$ac_objext'
41080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41081 (eval $ac_try) 2>&5
41082 ac_status=$?
41083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41084 (exit $ac_status); }; }; then
41085 ac_header_compiler=yes
41086 else
41087 echo "$as_me: failed program was:" >&5
41088 sed 's/^/| /' conftest.$ac_ext >&5
41089
41090 ac_header_compiler=no
41091 fi
41092 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41093 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
41094 echo "${ECHO_T}$ac_header_compiler" >&6
41095
41096 # Is the header present?
41097 echo "$as_me:$LINENO: checking $ac_header presence" >&5
41098 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
41099 cat >conftest.$ac_ext <<_ACEOF
41100 /* confdefs.h. */
41101 _ACEOF
41102 cat confdefs.h >>conftest.$ac_ext
41103 cat >>conftest.$ac_ext <<_ACEOF
41104 /* end confdefs.h. */
41105 #include <$ac_header>
41106 _ACEOF
41107 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
41108 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
41109 ac_status=$?
41110 grep -v '^ *+' conftest.er1 >conftest.err
41111 rm -f conftest.er1
41112 cat conftest.err >&5
41113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41114 (exit $ac_status); } >/dev/null; then
41115 if test -s conftest.err; then
41116 ac_cpp_err=$ac_c_preproc_warn_flag
41117 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
41118 else
41119 ac_cpp_err=
41120 fi
41121 else
41122 ac_cpp_err=yes
41123 fi
41124 if test -z "$ac_cpp_err"; then
41125 ac_header_preproc=yes
41126 else
41127 echo "$as_me: failed program was:" >&5
41128 sed 's/^/| /' conftest.$ac_ext >&5
41129
41130 ac_header_preproc=no
41131 fi
41132 rm -f conftest.err conftest.$ac_ext
41133 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
41134 echo "${ECHO_T}$ac_header_preproc" >&6
41135
41136 # So? What about this header?
41137 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
41138 yes:no: )
41139 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
41140 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
41141 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
41142 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
41143 ac_header_preproc=yes
41144 ;;
41145 no:yes:* )
41146 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
41147 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
41148 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
41149 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
41150 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
41151 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
41152 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
41153 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
41154 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
41155 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
41156 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
41157 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
41158 (
41159 cat <<\_ASBOX
41160 ## ----------------------------------------- ##
41161 ## Report this to wx-dev@lists.wxwidgets.org ##
41162 ## ----------------------------------------- ##
41163 _ASBOX
41164 ) |
41165 sed "s/^/$as_me: WARNING: /" >&2
41166 ;;
41167 esac
41168 echo "$as_me:$LINENO: checking for $ac_header" >&5
41169 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
41170 if eval "test \"\${$as_ac_Header+set}\" = set"; then
41171 echo $ECHO_N "(cached) $ECHO_C" >&6
41172 else
41173 eval "$as_ac_Header=\$ac_header_preproc"
41174 fi
41175 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
41176 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
41177
41178 fi
41179 if test `eval echo '${'$as_ac_Header'}'` = yes; then
41180 cat >>confdefs.h <<_ACEOF
41181 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
41182 _ACEOF
41183 wxUSE_JOYSTICK=yes
41184 fi
41185
41186 done
41187
41188 fi
41189
41190 if test "$wxUSE_JOYSTICK" = "yes"; then
41191 cat >>confdefs.h <<\_ACEOF
41192 #define wxUSE_JOYSTICK 1
41193 _ACEOF
41194
41195 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
41196 else
41197 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
41198 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
41199 fi
41200 fi
41201
41202
41203
41204 if test "$wxUSE_FONTMAP" = "yes" ; then
41205 cat >>confdefs.h <<\_ACEOF
41206 #define wxUSE_FONTMAP 1
41207 _ACEOF
41208
41209 fi
41210
41211 if test "$wxUSE_UNICODE" = "yes" ; then
41212 cat >>confdefs.h <<\_ACEOF
41213 #define wxUSE_UNICODE 1
41214 _ACEOF
41215
41216
41217 if test "$USE_WIN32" != 1; then
41218 wxUSE_UNICODE_MSLU=no
41219 fi
41220
41221 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
41222 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
41223 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
41224 if test "${ac_cv_lib_unicows_main+set}" = set; then
41225 echo $ECHO_N "(cached) $ECHO_C" >&6
41226 else
41227 ac_check_lib_save_LIBS=$LIBS
41228 LIBS="-lunicows $LIBS"
41229 cat >conftest.$ac_ext <<_ACEOF
41230 /* confdefs.h. */
41231 _ACEOF
41232 cat confdefs.h >>conftest.$ac_ext
41233 cat >>conftest.$ac_ext <<_ACEOF
41234 /* end confdefs.h. */
41235
41236
41237 int
41238 main ()
41239 {
41240 main ();
41241 ;
41242 return 0;
41243 }
41244 _ACEOF
41245 rm -f conftest.$ac_objext conftest$ac_exeext
41246 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41247 (eval $ac_link) 2>conftest.er1
41248 ac_status=$?
41249 grep -v '^ *+' conftest.er1 >conftest.err
41250 rm -f conftest.er1
41251 cat conftest.err >&5
41252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41253 (exit $ac_status); } &&
41254 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41256 (eval $ac_try) 2>&5
41257 ac_status=$?
41258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41259 (exit $ac_status); }; } &&
41260 { ac_try='test -s conftest$ac_exeext'
41261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41262 (eval $ac_try) 2>&5
41263 ac_status=$?
41264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41265 (exit $ac_status); }; }; then
41266 ac_cv_lib_unicows_main=yes
41267 else
41268 echo "$as_me: failed program was:" >&5
41269 sed 's/^/| /' conftest.$ac_ext >&5
41270
41271 ac_cv_lib_unicows_main=no
41272 fi
41273 rm -f conftest.err conftest.$ac_objext \
41274 conftest$ac_exeext conftest.$ac_ext
41275 LIBS=$ac_check_lib_save_LIBS
41276 fi
41277 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
41278 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
41279 if test $ac_cv_lib_unicows_main = yes; then
41280
41281 cat >>confdefs.h <<\_ACEOF
41282 #define wxUSE_UNICODE_MSLU 1
41283 _ACEOF
41284
41285
41286 else
41287
41288 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
41289 Applications will only run on Windows NT/2000/XP!" >&5
41290 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
41291 Applications will only run on Windows NT/2000/XP!" >&2;}
41292 wxUSE_UNICODE_MSLU=no
41293
41294 fi
41295
41296 fi
41297 fi
41298
41299 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
41300 cat >>confdefs.h <<\_ACEOF
41301 #define wxUSE_EXPERIMENTAL_PRINTF 1
41302 _ACEOF
41303
41304 fi
41305
41306
41307 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
41308 cat >>confdefs.h <<\_ACEOF
41309 #define wxUSE_POSTSCRIPT 1
41310 _ACEOF
41311
41312 fi
41313
41314 cat >>confdefs.h <<\_ACEOF
41315 #define wxUSE_AFM_FOR_POSTSCRIPT 1
41316 _ACEOF
41317
41318
41319 cat >>confdefs.h <<\_ACEOF
41320 #define wxUSE_NORMALIZED_PS_FONTS 1
41321 _ACEOF
41322
41323
41324
41325 if test "$wxUSE_CONSTRAINTS" = "yes"; then
41326 cat >>confdefs.h <<\_ACEOF
41327 #define wxUSE_CONSTRAINTS 1
41328 _ACEOF
41329
41330 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
41331 fi
41332
41333 if test "$wxUSE_MDI" = "yes"; then
41334 cat >>confdefs.h <<\_ACEOF
41335 #define wxUSE_MDI 1
41336 _ACEOF
41337
41338
41339 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
41340 cat >>confdefs.h <<\_ACEOF
41341 #define wxUSE_MDI_ARCHITECTURE 1
41342 _ACEOF
41343
41344 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
41345 fi
41346 fi
41347
41348 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
41349 cat >>confdefs.h <<\_ACEOF
41350 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
41351 _ACEOF
41352
41353 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
41354 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
41355 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
41356 fi
41357 fi
41358
41359 if test "$wxUSE_HELP" = "yes"; then
41360 cat >>confdefs.h <<\_ACEOF
41361 #define wxUSE_HELP 1
41362 _ACEOF
41363
41364 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
41365
41366 if test "$wxUSE_MSW" = 1; then
41367 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
41368 cat >>confdefs.h <<\_ACEOF
41369 #define wxUSE_MS_HTML_HELP 1
41370 _ACEOF
41371
41372 fi
41373 fi
41374
41375 if test "$wxUSE_WXHTML_HELP" = "yes"; then
41376 if test "$wxUSE_HTML" = "yes"; then
41377 cat >>confdefs.h <<\_ACEOF
41378 #define wxUSE_WXHTML_HELP 1
41379 _ACEOF
41380
41381 else
41382 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
41383 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
41384 wxUSE_WXHTML_HELP=no
41385 fi
41386 fi
41387 fi
41388
41389 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
41390 if test "$wxUSE_CONSTRAINTS" != "yes"; then
41391 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
41392 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
41393 else
41394 cat >>confdefs.h <<\_ACEOF
41395 #define wxUSE_PRINTING_ARCHITECTURE 1
41396 _ACEOF
41397
41398 fi
41399 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
41400 fi
41401
41402 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
41403 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
41404 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
41405 { (exit 1); exit 1; }; }
41406 fi
41407
41408
41409 if test "$wxUSE_METAFILE" = "yes"; then
41410 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
41411 { echo "$as_me:$LINENO: WARNING: wxMetafile is not available on this system... disabled" >&5
41412 echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
41413 wxUSE_METAFILE=no
41414 fi
41415 fi
41416
41417
41418 if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
41419 -o "$wxUSE_CLIPBOARD" = "yes" \
41420 -o "$wxUSE_OLE" = "yes" \
41421 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
41422
41423 for ac_header in ole2.h
41424 do
41425 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
41426 if eval "test \"\${$as_ac_Header+set}\" = set"; then
41427 echo "$as_me:$LINENO: checking for $ac_header" >&5
41428 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
41429 if eval "test \"\${$as_ac_Header+set}\" = set"; then
41430 echo $ECHO_N "(cached) $ECHO_C" >&6
41431 fi
41432 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
41433 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
41434 else
41435 # Is the header compilable?
41436 echo "$as_me:$LINENO: checking $ac_header usability" >&5
41437 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
41438 cat >conftest.$ac_ext <<_ACEOF
41439 /* confdefs.h. */
41440 _ACEOF
41441 cat confdefs.h >>conftest.$ac_ext
41442 cat >>conftest.$ac_ext <<_ACEOF
41443 /* end confdefs.h. */
41444 $ac_includes_default
41445 #include <$ac_header>
41446 _ACEOF
41447 rm -f conftest.$ac_objext
41448 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41449 (eval $ac_compile) 2>conftest.er1
41450 ac_status=$?
41451 grep -v '^ *+' conftest.er1 >conftest.err
41452 rm -f conftest.er1
41453 cat conftest.err >&5
41454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41455 (exit $ac_status); } &&
41456 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41458 (eval $ac_try) 2>&5
41459 ac_status=$?
41460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41461 (exit $ac_status); }; } &&
41462 { ac_try='test -s conftest.$ac_objext'
41463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41464 (eval $ac_try) 2>&5
41465 ac_status=$?
41466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41467 (exit $ac_status); }; }; then
41468 ac_header_compiler=yes
41469 else
41470 echo "$as_me: failed program was:" >&5
41471 sed 's/^/| /' conftest.$ac_ext >&5
41472
41473 ac_header_compiler=no
41474 fi
41475 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41476 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
41477 echo "${ECHO_T}$ac_header_compiler" >&6
41478
41479 # Is the header present?
41480 echo "$as_me:$LINENO: checking $ac_header presence" >&5
41481 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
41482 cat >conftest.$ac_ext <<_ACEOF
41483 /* confdefs.h. */
41484 _ACEOF
41485 cat confdefs.h >>conftest.$ac_ext
41486 cat >>conftest.$ac_ext <<_ACEOF
41487 /* end confdefs.h. */
41488 #include <$ac_header>
41489 _ACEOF
41490 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
41491 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
41492 ac_status=$?
41493 grep -v '^ *+' conftest.er1 >conftest.err
41494 rm -f conftest.er1
41495 cat conftest.err >&5
41496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41497 (exit $ac_status); } >/dev/null; then
41498 if test -s conftest.err; then
41499 ac_cpp_err=$ac_c_preproc_warn_flag
41500 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
41501 else
41502 ac_cpp_err=
41503 fi
41504 else
41505 ac_cpp_err=yes
41506 fi
41507 if test -z "$ac_cpp_err"; then
41508 ac_header_preproc=yes
41509 else
41510 echo "$as_me: failed program was:" >&5
41511 sed 's/^/| /' conftest.$ac_ext >&5
41512
41513 ac_header_preproc=no
41514 fi
41515 rm -f conftest.err conftest.$ac_ext
41516 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
41517 echo "${ECHO_T}$ac_header_preproc" >&6
41518
41519 # So? What about this header?
41520 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
41521 yes:no: )
41522 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
41523 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
41524 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
41525 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
41526 ac_header_preproc=yes
41527 ;;
41528 no:yes:* )
41529 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
41530 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
41531 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
41532 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
41533 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
41534 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
41535 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
41536 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
41537 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
41538 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
41539 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
41540 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
41541 (
41542 cat <<\_ASBOX
41543 ## ----------------------------------------- ##
41544 ## Report this to wx-dev@lists.wxwidgets.org ##
41545 ## ----------------------------------------- ##
41546 _ASBOX
41547 ) |
41548 sed "s/^/$as_me: WARNING: /" >&2
41549 ;;
41550 esac
41551 echo "$as_me:$LINENO: checking for $ac_header" >&5
41552 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
41553 if eval "test \"\${$as_ac_Header+set}\" = set"; then
41554 echo $ECHO_N "(cached) $ECHO_C" >&6
41555 else
41556 eval "$as_ac_Header=\$ac_header_preproc"
41557 fi
41558 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
41559 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
41560
41561 fi
41562 if test `eval echo '${'$as_ac_Header'}'` = yes; then
41563 cat >>confdefs.h <<_ACEOF
41564 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
41565 _ACEOF
41566
41567 fi
41568
41569 done
41570
41571
41572 if test "$ac_cv_header_ole2_h" = "yes" ; then
41573 if test "$GCC" = yes ; then
41574
41575
41576 ac_ext=cc
41577 ac_cpp='$CXXCPP $CPPFLAGS'
41578 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41579 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41580 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41581
41582
41583 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
41584 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
41585 cat >conftest.$ac_ext <<_ACEOF
41586 /* confdefs.h. */
41587 _ACEOF
41588 cat confdefs.h >>conftest.$ac_ext
41589 cat >>conftest.$ac_ext <<_ACEOF
41590 /* end confdefs.h. */
41591 #include <windows.h>
41592 #include <ole2.h>
41593 int
41594 main ()
41595 {
41596
41597 ;
41598 return 0;
41599 }
41600 _ACEOF
41601 rm -f conftest.$ac_objext
41602 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41603 (eval $ac_compile) 2>conftest.er1
41604 ac_status=$?
41605 grep -v '^ *+' conftest.er1 >conftest.err
41606 rm -f conftest.er1
41607 cat conftest.err >&5
41608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41609 (exit $ac_status); } &&
41610 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41612 (eval $ac_try) 2>&5
41613 ac_status=$?
41614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41615 (exit $ac_status); }; } &&
41616 { ac_try='test -s conftest.$ac_objext'
41617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41618 (eval $ac_try) 2>&5
41619 ac_status=$?
41620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41621 (exit $ac_status); }; }; then
41622 echo "$as_me:$LINENO: result: no" >&5
41623 echo "${ECHO_T}no" >&6
41624 else
41625 echo "$as_me: failed program was:" >&5
41626 sed 's/^/| /' conftest.$ac_ext >&5
41627
41628 echo "$as_me:$LINENO: result: yes" >&5
41629 echo "${ECHO_T}yes" >&6
41630 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fvtable-thunks"
41631 fi
41632 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41633 ac_ext=c
41634 ac_cpp='$CPP $CPPFLAGS'
41635 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41636 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41637 ac_compiler_gnu=$ac_cv_c_compiler_gnu
41638
41639 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
41640 if test "$wxUSE_OLE" = "yes" ; then
41641 cat >>confdefs.h <<\_ACEOF
41642 #define wxUSE_OLE 1
41643 _ACEOF
41644
41645 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
41646 fi
41647 fi
41648
41649 if test "$wxUSE_DATAOBJ" = "yes" ; then
41650 cat >>confdefs.h <<\_ACEOF
41651 #define wxUSE_DATAOBJ 1
41652 _ACEOF
41653
41654 fi
41655 else
41656 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
41657 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
41658
41659 wxUSE_CLIPBOARD=no
41660 wxUSE_DRAG_AND_DROP=no
41661 wxUSE_DATAOBJ=no
41662 wxUSE_OLE=no
41663 fi
41664
41665 if test "$wxUSE_METAFILE" = "yes"; then
41666 cat >>confdefs.h <<\_ACEOF
41667 #define wxUSE_METAFILE 1
41668 _ACEOF
41669
41670
41671 cat >>confdefs.h <<\_ACEOF
41672 #define wxUSE_ENH_METAFILE 1
41673 _ACEOF
41674
41675 fi
41676 fi
41677
41678 if test "$wxUSE_IPC" = "yes"; then
41679 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
41680 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
41681 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
41682 wxUSE_IPC=no
41683 fi
41684
41685 if test "$wxUSE_IPC" = "yes"; then
41686 cat >>confdefs.h <<\_ACEOF
41687 #define wxUSE_IPC 1
41688 _ACEOF
41689
41690 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
41691 fi
41692 fi
41693
41694 if test "$wxUSE_DATAOBJ" = "yes"; then
41695 if test "$wxUSE_MGL" = 1; then
41696 { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under MGL... disabled" >&5
41697 echo "$as_me: WARNING: wxDataObject not yet supported under MGL... disabled" >&2;}
41698 wxUSE_DATAOBJ=no
41699 else
41700 cat >>confdefs.h <<\_ACEOF
41701 #define wxUSE_DATAOBJ 1
41702 _ACEOF
41703
41704 fi
41705 else
41706 { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
41707 echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
41708 wxUSE_CLIPBOARD=no
41709 wxUSE_DRAG_AND_DROP=no
41710 fi
41711
41712 if test "$wxUSE_CLIPBOARD" = "yes"; then
41713 if test "$wxUSE_MGL" = 1; then
41714 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
41715 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
41716 wxUSE_CLIPBOARD=no
41717 fi
41718
41719 if test "$wxUSE_CLIPBOARD" = "yes"; then
41720 cat >>confdefs.h <<\_ACEOF
41721 #define wxUSE_CLIPBOARD 1
41722 _ACEOF
41723
41724 fi
41725 fi
41726
41727 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
41728 if test "$wxUSE_GTK" = 1; then
41729 if test "$WXGTK12" != 1; then
41730 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
41731 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
41732 wxUSE_DRAG_AND_DROP=no
41733 fi
41734 fi
41735
41736 if test "$wxUSE_MOTIF" = 1; then
41737 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
41738 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
41739 wxUSE_DRAG_AND_DROP=no
41740 fi
41741
41742 if test "$wxUSE_X11" = 1; then
41743 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
41744 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
41745 wxUSE_DRAG_AND_DROP=no
41746 fi
41747
41748 if test "$wxUSE_MGL" = 1; then
41749 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
41750 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
41751 wxUSE_DRAG_AND_DROP=no
41752 fi
41753
41754 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
41755 cat >>confdefs.h <<\_ACEOF
41756 #define wxUSE_DRAG_AND_DROP 1
41757 _ACEOF
41758
41759 fi
41760
41761 fi
41762
41763 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
41764 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
41765 fi
41766
41767 if test "$wxUSE_SPLINES" = "yes" ; then
41768 cat >>confdefs.h <<\_ACEOF
41769 #define wxUSE_SPLINES 1
41770 _ACEOF
41771
41772 fi
41773
41774 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
41775 cat >>confdefs.h <<\_ACEOF
41776 #define wxUSE_MOUSEWHEEL 1
41777 _ACEOF
41778
41779 fi
41780
41781
41782 USES_CONTROLS=0
41783 if test "$wxUSE_CONTROLS" = "yes"; then
41784 USES_CONTROLS=1
41785 fi
41786
41787 if test "$wxUSE_ACCEL" = "yes"; then
41788 cat >>confdefs.h <<\_ACEOF
41789 #define wxUSE_ACCEL 1
41790 _ACEOF
41791
41792 USES_CONTROLS=1
41793 fi
41794
41795 if test "$wxUSE_BUTTON" = "yes"; then
41796 cat >>confdefs.h <<\_ACEOF
41797 #define wxUSE_BUTTON 1
41798 _ACEOF
41799
41800 USES_CONTROLS=1
41801 fi
41802
41803 if test "$wxUSE_BMPBUTTON" = "yes"; then
41804 cat >>confdefs.h <<\_ACEOF
41805 #define wxUSE_BMPBUTTON 1
41806 _ACEOF
41807
41808 USES_CONTROLS=1
41809 fi
41810
41811 if test "$wxUSE_CALCTRL" = "yes"; then
41812 cat >>confdefs.h <<\_ACEOF
41813 #define wxUSE_CALENDARCTRL 1
41814 _ACEOF
41815
41816 USES_CONTROLS=1
41817 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
41818 fi
41819
41820 if test "$wxUSE_CARET" = "yes"; then
41821 cat >>confdefs.h <<\_ACEOF
41822 #define wxUSE_CARET 1
41823 _ACEOF
41824
41825 USES_CONTROLS=1
41826 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
41827 fi
41828
41829 if test "$wxUSE_COMBOBOX" = "yes"; then
41830 cat >>confdefs.h <<\_ACEOF
41831 #define wxUSE_COMBOBOX 1
41832 _ACEOF
41833
41834 USES_CONTROLS=1
41835 fi
41836
41837 if test "$wxUSE_CHOICE" = "yes"; then
41838 cat >>confdefs.h <<\_ACEOF
41839 #define wxUSE_CHOICE 1
41840 _ACEOF
41841
41842 USES_CONTROLS=1
41843 fi
41844
41845 if test "$wxUSE_CHOICEBOOK" = "yes"; then
41846 cat >>confdefs.h <<\_ACEOF
41847 #define wxUSE_CHOICEBOOK 1
41848 _ACEOF
41849
41850 USES_CONTROLS=1
41851 fi
41852
41853 if test "$wxUSE_CHECKBOX" = "yes"; then
41854 cat >>confdefs.h <<\_ACEOF
41855 #define wxUSE_CHECKBOX 1
41856 _ACEOF
41857
41858 USES_CONTROLS=1
41859 fi
41860
41861 if test "$wxUSE_CHECKLST" = "yes"; then
41862 cat >>confdefs.h <<\_ACEOF
41863 #define wxUSE_CHECKLISTBOX 1
41864 _ACEOF
41865
41866 USES_CONTROLS=1
41867 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
41868 fi
41869
41870 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
41871 cat >>confdefs.h <<\_ACEOF
41872 #define wxUSE_DATEPICKCTRL 1
41873 _ACEOF
41874
41875 USES_CONTROLS=1
41876 fi
41877
41878 if test "$wxUSE_DISPLAY" = "yes"; then
41879 cat >>confdefs.h <<\_ACEOF
41880 #define wxUSE_DISPLAY 1
41881 _ACEOF
41882
41883 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display multimon"
41884 fi
41885
41886 if test "$wxUSE_GAUGE" = "yes"; then
41887 cat >>confdefs.h <<\_ACEOF
41888 #define wxUSE_GAUGE 1
41889 _ACEOF
41890
41891 USES_CONTROLS=1
41892 fi
41893
41894 if test "$wxUSE_GRID" = "yes"; then
41895 cat >>confdefs.h <<\_ACEOF
41896 #define wxUSE_GRID 1
41897 _ACEOF
41898
41899 USES_CONTROLS=1
41900 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
41901 fi
41902
41903 if test "$wxUSE_IMAGLIST" = "yes"; then
41904 cat >>confdefs.h <<\_ACEOF
41905 #define wxUSE_IMAGLIST 1
41906 _ACEOF
41907
41908 fi
41909
41910 if test "$wxUSE_LISTBOOK" = "yes"; then
41911 cat >>confdefs.h <<\_ACEOF
41912 #define wxUSE_LISTBOOK 1
41913 _ACEOF
41914
41915 USES_CONTROLS=1
41916 fi
41917
41918 if test "$wxUSE_LISTBOX" = "yes"; then
41919 cat >>confdefs.h <<\_ACEOF
41920 #define wxUSE_LISTBOX 1
41921 _ACEOF
41922
41923 USES_CONTROLS=1
41924 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listbox"
41925 fi
41926
41927 if test "$wxUSE_LISTCTRL" = "yes"; then
41928 if test "$wxUSE_IMAGLIST" = "yes"; then
41929 cat >>confdefs.h <<\_ACEOF
41930 #define wxUSE_LISTCTRL 1
41931 _ACEOF
41932
41933 USES_CONTROLS=1
41934 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
41935 else
41936 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
41937 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
41938 fi
41939 fi
41940
41941 if test "$wxUSE_NOTEBOOK" = "yes"; then
41942 cat >>confdefs.h <<\_ACEOF
41943 #define wxUSE_NOTEBOOK 1
41944 _ACEOF
41945
41946 USES_CONTROLS=1
41947 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
41948 fi
41949
41950
41951 if test "$wxUSE_RADIOBOX" = "yes"; then
41952 cat >>confdefs.h <<\_ACEOF
41953 #define wxUSE_RADIOBOX 1
41954 _ACEOF
41955
41956 USES_CONTROLS=1
41957 fi
41958
41959 if test "$wxUSE_RADIOBTN" = "yes"; then
41960 cat >>confdefs.h <<\_ACEOF
41961 #define wxUSE_RADIOBTN 1
41962 _ACEOF
41963
41964 USES_CONTROLS=1
41965 fi
41966
41967 if test "$wxUSE_SASH" = "yes"; then
41968 cat >>confdefs.h <<\_ACEOF
41969 #define wxUSE_SASH 1
41970 _ACEOF
41971
41972 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
41973 fi
41974
41975 if test "$wxUSE_SCROLLBAR" = "yes"; then
41976 cat >>confdefs.h <<\_ACEOF
41977 #define wxUSE_SCROLLBAR 1
41978 _ACEOF
41979
41980 USES_CONTROLS=1
41981 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
41982 fi
41983
41984 if test "$wxUSE_SLIDER" = "yes"; then
41985 cat >>confdefs.h <<\_ACEOF
41986 #define wxUSE_SLIDER 1
41987 _ACEOF
41988
41989 USES_CONTROLS=1
41990 fi
41991
41992 if test "$wxUSE_SPINBTN" = "yes"; then
41993 cat >>confdefs.h <<\_ACEOF
41994 #define wxUSE_SPINBTN 1
41995 _ACEOF
41996
41997 USES_CONTROLS=1
41998 fi
41999
42000 if test "$wxUSE_SPINCTRL" = "yes"; then
42001 cat >>confdefs.h <<\_ACEOF
42002 #define wxUSE_SPINCTRL 1
42003 _ACEOF
42004
42005 USES_CONTROLS=1
42006 fi
42007
42008 if test "$wxUSE_SPLITTER" = "yes"; then
42009 cat >>confdefs.h <<\_ACEOF
42010 #define wxUSE_SPLITTER 1
42011 _ACEOF
42012
42013 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
42014 fi
42015
42016 if test "$wxUSE_STATBMP" = "yes"; then
42017 cat >>confdefs.h <<\_ACEOF
42018 #define wxUSE_STATBMP 1
42019 _ACEOF
42020
42021 USES_CONTROLS=1
42022 fi
42023
42024 if test "$wxUSE_STATBOX" = "yes"; then
42025 cat >>confdefs.h <<\_ACEOF
42026 #define wxUSE_STATBOX 1
42027 _ACEOF
42028
42029 USES_CONTROLS=1
42030 fi
42031
42032 if test "$wxUSE_STATTEXT" = "yes"; then
42033 cat >>confdefs.h <<\_ACEOF
42034 #define wxUSE_STATTEXT 1
42035 _ACEOF
42036
42037 USES_CONTROLS=1
42038 fi
42039
42040 if test "$wxUSE_STATLINE" = "yes"; then
42041 cat >>confdefs.h <<\_ACEOF
42042 #define wxUSE_STATLINE 1
42043 _ACEOF
42044
42045 USES_CONTROLS=1
42046 fi
42047
42048 if test "$wxUSE_STATUSBAR" = "yes"; then
42049 cat >>confdefs.h <<\_ACEOF
42050 #define wxUSE_NATIVE_STATUSBAR 1
42051 _ACEOF
42052
42053 cat >>confdefs.h <<\_ACEOF
42054 #define wxUSE_STATUSBAR 1
42055 _ACEOF
42056
42057 USES_CONTROLS=1
42058
42059 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
42060 fi
42061
42062 if test "$wxUSE_TABDIALOG" = "yes"; then
42063 cat >>confdefs.h <<\_ACEOF
42064 #define wxUSE_TAB_DIALOG 1
42065 _ACEOF
42066
42067 fi
42068
42069 if test "$wxUSE_TEXTCTRL" = "yes"; then
42070 cat >>confdefs.h <<\_ACEOF
42071 #define wxUSE_TEXTCTRL 1
42072 _ACEOF
42073
42074 USES_CONTROLS=1
42075 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
42076 fi
42077
42078 if test "$wxUSE_TOGGLEBTN" = "yes"; then
42079 if test "$wxUSE_COCOA" = 1 ; then
42080 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
42081 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
42082 wxUSE_TOGGLEBTN=no
42083 fi
42084 if test "$wxUSE_UNIVERSAL" = "yes"; then
42085 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
42086 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
42087 wxUSE_TOGGLEBTN=no
42088 fi
42089
42090 if test "$wxUSE_TOGGLEBTN" = "yes"; then
42091 cat >>confdefs.h <<\_ACEOF
42092 #define wxUSE_TOGGLEBTN 1
42093 _ACEOF
42094
42095 USES_CONTROLS=1
42096 fi
42097 fi
42098
42099 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
42100 cat >>confdefs.h <<\_ACEOF
42101 #define wxUSE_TOOLBAR_SIMPLE 1
42102 _ACEOF
42103
42104 wxUSE_TOOLBAR="yes"
42105 USES_CONTROLS=1
42106 fi
42107
42108 if test "$wxUSE_TOOLBAR" = "yes"; then
42109 cat >>confdefs.h <<\_ACEOF
42110 #define wxUSE_TOOLBAR 1
42111 _ACEOF
42112
42113 USES_CONTROLS=1
42114
42115 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
42116 wxUSE_TOOLBAR_NATIVE="yes"
42117 fi
42118
42119 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
42120 cat >>confdefs.h <<\_ACEOF
42121 #define wxUSE_TOOLBAR_NATIVE 1
42122 _ACEOF
42123
42124 USES_CONTROLS=1
42125 fi
42126
42127 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
42128 fi
42129
42130 if test "$wxUSE_TOOLTIPS" = "yes"; then
42131 if test "$wxUSE_MOTIF" = 1; then
42132 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
42133 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
42134 else
42135 if test "$wxUSE_UNIVERSAL" = "yes"; then
42136 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
42137 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
42138 else
42139 cat >>confdefs.h <<\_ACEOF
42140 #define wxUSE_TOOLTIPS 1
42141 _ACEOF
42142
42143 fi
42144 fi
42145 fi
42146
42147 if test "$wxUSE_TREEBOOK" = "yes"; then
42148 cat >>confdefs.h <<\_ACEOF
42149 #define wxUSE_TREEBOOK 1
42150 _ACEOF
42151
42152 USES_CONTROLS=1
42153 fi
42154
42155 if test "$wxUSE_TREECTRL" = "yes"; then
42156 if test "$wxUSE_IMAGLIST" = "yes"; then
42157 cat >>confdefs.h <<\_ACEOF
42158 #define wxUSE_TREECTRL 1
42159 _ACEOF
42160
42161 USES_CONTROLS=1
42162 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
42163 else
42164 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
42165 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
42166 fi
42167 fi
42168
42169 if test "$wxUSE_POPUPWIN" = "yes"; then
42170 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
42171 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
42172 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
42173 else
42174 if test "$wxUSE_PM" = 1; then
42175 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
42176 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
42177 else
42178 cat >>confdefs.h <<\_ACEOF
42179 #define wxUSE_POPUPWIN 1
42180 _ACEOF
42181
42182 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
42183
42184 USES_CONTROLS=1
42185 fi
42186 fi
42187 fi
42188
42189 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
42190 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
42191 { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5
42192 echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;}
42193 else
42194 cat >>confdefs.h <<\_ACEOF
42195 #define wxUSE_DIALUP_MANAGER 1
42196 _ACEOF
42197
42198 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
42199 fi
42200 fi
42201
42202 if test "$wxUSE_TIPWINDOW" = "yes"; then
42203 if test "$wxUSE_PM" = 1; then
42204 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
42205 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
42206 else
42207 cat >>confdefs.h <<\_ACEOF
42208 #define wxUSE_TIPWINDOW 1
42209 _ACEOF
42210
42211 fi
42212 fi
42213
42214 if test "$USES_CONTROLS" = 1; then
42215 cat >>confdefs.h <<\_ACEOF
42216 #define wxUSE_CONTROLS 1
42217 _ACEOF
42218
42219 fi
42220
42221
42222 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
42223 cat >>confdefs.h <<\_ACEOF
42224 #define wxUSE_ACCESSIBILITY 1
42225 _ACEOF
42226
42227 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
42228 fi
42229
42230 if test "$wxUSE_DC_CACHEING" = "yes"; then
42231 cat >>confdefs.h <<\_ACEOF
42232 #define wxUSE_DC_CACHEING 1
42233 _ACEOF
42234
42235 fi
42236
42237 if test "$wxUSE_DRAGIMAGE" = "yes"; then
42238 cat >>confdefs.h <<\_ACEOF
42239 #define wxUSE_DRAGIMAGE 1
42240 _ACEOF
42241
42242 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
42243 fi
42244
42245 if test "$wxUSE_EXCEPTIONS" = "yes"; then
42246 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
42247 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
42248 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
42249 else
42250 cat >>confdefs.h <<\_ACEOF
42251 #define wxUSE_EXCEPTIONS 1
42252 _ACEOF
42253
42254 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
42255 fi
42256 fi
42257
42258 USE_HTML=0
42259 if test "$wxUSE_HTML" = "yes"; then
42260 cat >>confdefs.h <<\_ACEOF
42261 #define wxUSE_HTML 1
42262 _ACEOF
42263
42264 USE_HTML=1
42265 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
42266 if test "$wxUSE_MAC" = 1; then
42267 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
42268 fi
42269 fi
42270 if test "$wxUSE_WEBKIT" = "yes"; then
42271 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
42272 old_CPPFLAGS="$CPPFLAGS"
42273 CPPFLAGS="$CPPFLAGS -x objective-c++"
42274 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
42275 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
42276 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
42277 echo $ECHO_N "(cached) $ECHO_C" >&6
42278 else
42279 cat >conftest.$ac_ext <<_ACEOF
42280 /* confdefs.h. */
42281 _ACEOF
42282 cat confdefs.h >>conftest.$ac_ext
42283 cat >>conftest.$ac_ext <<_ACEOF
42284 /* end confdefs.h. */
42285 #include <Carbon/Carbon.h>
42286
42287 #include <WebKit/HIWebView.h>
42288 _ACEOF
42289 rm -f conftest.$ac_objext
42290 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42291 (eval $ac_compile) 2>conftest.er1
42292 ac_status=$?
42293 grep -v '^ *+' conftest.er1 >conftest.err
42294 rm -f conftest.er1
42295 cat conftest.err >&5
42296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42297 (exit $ac_status); } &&
42298 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42300 (eval $ac_try) 2>&5
42301 ac_status=$?
42302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42303 (exit $ac_status); }; } &&
42304 { ac_try='test -s conftest.$ac_objext'
42305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42306 (eval $ac_try) 2>&5
42307 ac_status=$?
42308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42309 (exit $ac_status); }; }; then
42310 ac_cv_header_WebKit_HIWebView_h=yes
42311 else
42312 echo "$as_me: failed program was:" >&5
42313 sed 's/^/| /' conftest.$ac_ext >&5
42314
42315 ac_cv_header_WebKit_HIWebView_h=no
42316 fi
42317 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
42318 fi
42319 echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
42320 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
42321 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
42322
42323 cat >>confdefs.h <<\_ACEOF
42324 #define wxUSE_WEBKIT 1
42325 _ACEOF
42326
42327 WEBKIT_LINK="-framework WebKit"
42328
42329 else
42330
42331 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
42332 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
42333 wxUSE_WEBKIT=no
42334
42335 fi
42336
42337
42338 CPPFLAGS="$old_CPPFLAGS"
42339 elif test "$wxUSE_COCOA" = 1; then
42340 cat >>confdefs.h <<\_ACEOF
42341 #define wxUSE_WEBKIT 1
42342 _ACEOF
42343
42344 else
42345 wxUSE_WEBKIT=no
42346 fi
42347 fi
42348
42349 USE_XRC=0
42350 if test "$wxUSE_XRC" = "yes"; then
42351 if test "$wxUSE_XML" != "yes"; then
42352 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
42353 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
42354 wxUSE_XRC=no
42355 else
42356 cat >>confdefs.h <<\_ACEOF
42357 #define wxUSE_XRC 1
42358 _ACEOF
42359
42360 USE_XRC=1
42361 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
42362 fi
42363 fi
42364
42365 if test "$wxUSE_MENUS" = "yes"; then
42366 cat >>confdefs.h <<\_ACEOF
42367 #define wxUSE_MENUS 1
42368 _ACEOF
42369
42370 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
42371 fi
42372
42373 if test "$wxUSE_METAFILE" = "yes"; then
42374 cat >>confdefs.h <<\_ACEOF
42375 #define wxUSE_METAFILE 1
42376 _ACEOF
42377
42378 fi
42379
42380 if test "$wxUSE_MIMETYPE" = "yes"; then
42381 cat >>confdefs.h <<\_ACEOF
42382 #define wxUSE_MIMETYPE 1
42383 _ACEOF
42384
42385 fi
42386
42387 if test "$wxUSE_MINIFRAME" = "yes"; then
42388 cat >>confdefs.h <<\_ACEOF
42389 #define wxUSE_MINIFRAME 1
42390 _ACEOF
42391
42392 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
42393 fi
42394
42395 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
42396 cat >>confdefs.h <<\_ACEOF
42397 #define wxUSE_SYSTEM_OPTIONS 1
42398 _ACEOF
42399
42400 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
42401 "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
42402 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
42403 fi
42404 fi
42405
42406
42407 if test "$wxUSE_VALIDATORS" = "yes"; then
42408 cat >>confdefs.h <<\_ACEOF
42409 #define wxUSE_VALIDATORS 1
42410 _ACEOF
42411
42412 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
42413 fi
42414
42415 if test "$wxUSE_PALETTE" = "yes" ; then
42416 cat >>confdefs.h <<\_ACEOF
42417 #define wxUSE_PALETTE 1
42418 _ACEOF
42419
42420 fi
42421
42422 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
42423 LIBS=" -lunicows $LIBS"
42424 fi
42425
42426 USE_RICHTEXT=0
42427 if test "$wxUSE_RICHTEXT" = "yes"; then
42428 cat >>confdefs.h <<\_ACEOF
42429 #define wxUSE_RICHTEXT 1
42430 _ACEOF
42431
42432 USE_RICHTEXT=1
42433 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS richtext"
42434 fi
42435
42436
42437 if test "$wxUSE_IMAGE" = "yes" ; then
42438 cat >>confdefs.h <<\_ACEOF
42439 #define wxUSE_IMAGE 1
42440 _ACEOF
42441
42442
42443 if test "$wxUSE_GIF" = "yes" ; then
42444 cat >>confdefs.h <<\_ACEOF
42445 #define wxUSE_GIF 1
42446 _ACEOF
42447
42448 fi
42449
42450 if test "$wxUSE_PCX" = "yes" ; then
42451 cat >>confdefs.h <<\_ACEOF
42452 #define wxUSE_PCX 1
42453 _ACEOF
42454
42455 fi
42456
42457 if test "$wxUSE_IFF" = "yes" ; then
42458 cat >>confdefs.h <<\_ACEOF
42459 #define wxUSE_IFF 1
42460 _ACEOF
42461
42462 fi
42463
42464 if test "$wxUSE_PNM" = "yes" ; then
42465 cat >>confdefs.h <<\_ACEOF
42466 #define wxUSE_PNM 1
42467 _ACEOF
42468
42469 fi
42470
42471 if test "$wxUSE_XPM" = "yes" ; then
42472 cat >>confdefs.h <<\_ACEOF
42473 #define wxUSE_XPM 1
42474 _ACEOF
42475
42476 fi
42477
42478 if test "$wxUSE_ICO_CUR" = "yes" ; then
42479 cat >>confdefs.h <<\_ACEOF
42480 #define wxUSE_ICO_CUR 1
42481 _ACEOF
42482
42483 fi
42484 fi
42485
42486
42487 if test "$wxUSE_CHOICEDLG" = "yes"; then
42488 cat >>confdefs.h <<\_ACEOF
42489 #define wxUSE_CHOICEDLG 1
42490 _ACEOF
42491
42492 fi
42493
42494 if test "$wxUSE_COLOURDLG" = "yes"; then
42495 cat >>confdefs.h <<\_ACEOF
42496 #define wxUSE_COLOURDLG 1
42497 _ACEOF
42498
42499 fi
42500
42501 if test "$wxUSE_FILEDLG" = "yes"; then
42502 cat >>confdefs.h <<\_ACEOF
42503 #define wxUSE_FILEDLG 1
42504 _ACEOF
42505
42506 fi
42507
42508 if test "$wxUSE_FINDREPLDLG" = "yes"; then
42509 cat >>confdefs.h <<\_ACEOF
42510 #define wxUSE_FINDREPLDLG 1
42511 _ACEOF
42512
42513 fi
42514
42515 if test "$wxUSE_FONTDLG" = "yes"; then
42516 cat >>confdefs.h <<\_ACEOF
42517 #define wxUSE_FONTDLG 1
42518 _ACEOF
42519
42520 fi
42521
42522 if test "$wxUSE_DIRDLG" = "yes"; then
42523 if test "$wxUSE_TREECTRL" != "yes"; then
42524 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
42525 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
42526 else
42527 cat >>confdefs.h <<\_ACEOF
42528 #define wxUSE_DIRDLG 1
42529 _ACEOF
42530
42531 fi
42532 fi
42533
42534 if test "$wxUSE_MSGDLG" = "yes"; then
42535 cat >>confdefs.h <<\_ACEOF
42536 #define wxUSE_MSGDLG 1
42537 _ACEOF
42538
42539 fi
42540
42541 if test "$wxUSE_NUMBERDLG" = "yes"; then
42542 cat >>confdefs.h <<\_ACEOF
42543 #define wxUSE_NUMBERDLG 1
42544 _ACEOF
42545
42546 fi
42547
42548 if test "$wxUSE_PROGRESSDLG" = "yes"; then
42549 if test "$wxUSE_CONSTRAINTS" != "yes"; then
42550 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
42551 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
42552 else
42553 cat >>confdefs.h <<\_ACEOF
42554 #define wxUSE_PROGRESSDLG 1
42555 _ACEOF
42556
42557 fi
42558 fi
42559
42560 if test "$wxUSE_SPLASH" = "yes"; then
42561 cat >>confdefs.h <<\_ACEOF
42562 #define wxUSE_SPLASH 1
42563 _ACEOF
42564
42565 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
42566 fi
42567
42568 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
42569 if test "$wxUSE_CONSTRAINTS" != "yes"; then
42570 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
42571 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
42572 else
42573 cat >>confdefs.h <<\_ACEOF
42574 #define wxUSE_STARTUP_TIPS 1
42575 _ACEOF
42576
42577 fi
42578 fi
42579
42580 if test "$wxUSE_TEXTDLG" = "yes"; then
42581 cat >>confdefs.h <<\_ACEOF
42582 #define wxUSE_TEXTDLG 1
42583 _ACEOF
42584
42585 fi
42586
42587 if test "$wxUSE_WIZARDDLG" = "yes"; then
42588 cat >>confdefs.h <<\_ACEOF
42589 #define wxUSE_WIZARDDLG 1
42590 _ACEOF
42591
42592 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
42593 fi
42594
42595
42596 if test "$wxUSE_MEDIACTRL" = "yes"; then
42597 if test "$wxUSE_GTK" = 1; then
42598 wxUSE_GSTREAMER="yes"
42599
42600
42601 succeeded=no
42602
42603 if test -z "$PKG_CONFIG"; then
42604 # Extract the first word of "pkg-config", so it can be a program name with args.
42605 set dummy pkg-config; ac_word=$2
42606 echo "$as_me:$LINENO: checking for $ac_word" >&5
42607 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42608 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
42609 echo $ECHO_N "(cached) $ECHO_C" >&6
42610 else
42611 case $PKG_CONFIG in
42612 [\\/]* | ?:[\\/]*)
42613 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
42614 ;;
42615 *)
42616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42617 for as_dir in $PATH
42618 do
42619 IFS=$as_save_IFS
42620 test -z "$as_dir" && as_dir=.
42621 for ac_exec_ext in '' $ac_executable_extensions; do
42622 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42623 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
42624 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42625 break 2
42626 fi
42627 done
42628 done
42629
42630 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
42631 ;;
42632 esac
42633 fi
42634 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
42635
42636 if test -n "$PKG_CONFIG"; then
42637 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
42638 echo "${ECHO_T}$PKG_CONFIG" >&6
42639 else
42640 echo "$as_me:$LINENO: result: no" >&5
42641 echo "${ECHO_T}no" >&6
42642 fi
42643
42644 fi
42645
42646 if test "$PKG_CONFIG" = "no" ; then
42647 echo "*** The pkg-config script could not be found. Make sure it is"
42648 echo "*** in your path, or set the PKG_CONFIG environment variable"
42649 echo "*** to the full path to pkg-config."
42650 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
42651 else
42652 PKG_CONFIG_MIN_VERSION=0.9.0
42653 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
42654 echo "$as_me:$LINENO: checking for gstreamer-0.8" >&5
42655 echo $ECHO_N "checking for gstreamer-0.8... $ECHO_C" >&6
42656
42657 if $PKG_CONFIG --exists "gstreamer-0.8" ; then
42658 echo "$as_me:$LINENO: result: yes" >&5
42659 echo "${ECHO_T}yes" >&6
42660 succeeded=yes
42661
42662 echo "$as_me:$LINENO: checking GSTREAMER_CFLAGS" >&5
42663 echo $ECHO_N "checking GSTREAMER_CFLAGS... $ECHO_C" >&6
42664 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.8"`
42665 echo "$as_me:$LINENO: result: $GSTREAMER_CFLAGS" >&5
42666 echo "${ECHO_T}$GSTREAMER_CFLAGS" >&6
42667
42668 echo "$as_me:$LINENO: checking GSTREAMER_LIBS" >&5
42669 echo $ECHO_N "checking GSTREAMER_LIBS... $ECHO_C" >&6
42670 GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.8"`
42671 echo "$as_me:$LINENO: result: $GSTREAMER_LIBS" >&5
42672 echo "${ECHO_T}$GSTREAMER_LIBS" >&6
42673 else
42674 GSTREAMER_CFLAGS=""
42675 GSTREAMER_LIBS=""
42676 ## If we have a custom action on failure, don't print errors, but
42677 ## do set a variable so people can do so.
42678 GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.8"`
42679
42680 fi
42681
42682
42683
42684 else
42685 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
42686 echo "*** See http://www.freedesktop.org/software/pkgconfig"
42687 fi
42688 fi
42689
42690 if test $succeeded = yes; then
42691
42692 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
42693 LIBS="$LIBS $GSTREAMER_LIBS -lgstplay-0.8"
42694
42695 else
42696
42697 { echo "$as_me:$LINENO: WARNING: GStreamer installation not found" >&5
42698 echo "$as_me: WARNING: GStreamer installation not found" >&2;}
42699 wxUSE_GSTREAMER="no"
42700
42701 fi
42702
42703
42704
42705
42706
42707 if test "x$GST_INSPECT" == "x"; then
42708 # Extract the first word of "gst-inspect", so it can be a program name with args.
42709 set dummy gst-inspect; ac_word=$2
42710 echo "$as_me:$LINENO: checking for $ac_word" >&5
42711 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42712 if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
42713 echo $ECHO_N "(cached) $ECHO_C" >&6
42714 else
42715 if test -n "$GST_INSPECT"; then
42716 ac_cv_prog_GST_INSPECT="$GST_INSPECT" # Let the user override the test.
42717 else
42718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42719 for as_dir in $PATH
42720 do
42721 IFS=$as_save_IFS
42722 test -z "$as_dir" && as_dir=.
42723 for ac_exec_ext in '' $ac_executable_extensions; do
42724 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42725 ac_cv_prog_GST_INSPECT="gst-inspect"
42726 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42727 break 2
42728 fi
42729 done
42730 done
42731
42732 fi
42733 fi
42734 GST_INSPECT=$ac_cv_prog_GST_INSPECT
42735 if test -n "$GST_INSPECT"; then
42736 echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
42737 echo "${ECHO_T}$GST_INSPECT" >&6
42738 else
42739 echo "$as_me:$LINENO: result: no" >&5
42740 echo "${ECHO_T}no" >&6
42741 fi
42742
42743 fi
42744
42745 if test "x$GST_INSPECT" != "x"; then
42746 echo "$as_me:$LINENO: checking GStreamer element xvimagesink" >&5
42747 echo $ECHO_N "checking GStreamer element xvimagesink... $ECHO_C" >&6
42748 if $GST_INSPECT xvimagesink > /dev/null 2> /dev/null ; then
42749 echo "$as_me:$LINENO: result: found." >&5
42750 echo "${ECHO_T}found." >&6
42751
42752 else
42753 echo "$as_me:$LINENO: result: not found." >&5
42754 echo "${ECHO_T}not found." >&6
42755
42756 wxUSE_GSTREAMER="no"
42757 { echo "$as_me:$LINENO: WARNING: x video sink not found - cannot use GStreamer" >&5
42758 echo "$as_me: WARNING: x video sink not found - cannot use GStreamer" >&2;}
42759
42760 fi
42761 fi
42762
42763
42764 echo "$as_me:$LINENO: checking for gst/xoverlay/xoverlay.h" >&5
42765 echo $ECHO_N "checking for gst/xoverlay/xoverlay.h... $ECHO_C" >&6
42766 if test "${ac_cv_header_gst_xoverlay_xoverlay_h+set}" = set; then
42767 echo $ECHO_N "(cached) $ECHO_C" >&6
42768 else
42769 cat >conftest.$ac_ext <<_ACEOF
42770 /* confdefs.h. */
42771 _ACEOF
42772 cat confdefs.h >>conftest.$ac_ext
42773 cat >>conftest.$ac_ext <<_ACEOF
42774 /* end confdefs.h. */
42775 #include <gst/gst.h>
42776
42777 #include <gst/xoverlay/xoverlay.h>
42778 _ACEOF
42779 rm -f conftest.$ac_objext
42780 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42781 (eval $ac_compile) 2>conftest.er1
42782 ac_status=$?
42783 grep -v '^ *+' conftest.er1 >conftest.err
42784 rm -f conftest.er1
42785 cat conftest.err >&5
42786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42787 (exit $ac_status); } &&
42788 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42790 (eval $ac_try) 2>&5
42791 ac_status=$?
42792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42793 (exit $ac_status); }; } &&
42794 { ac_try='test -s conftest.$ac_objext'
42795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42796 (eval $ac_try) 2>&5
42797 ac_status=$?
42798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42799 (exit $ac_status); }; }; then
42800 ac_cv_header_gst_xoverlay_xoverlay_h=yes
42801 else
42802 echo "$as_me: failed program was:" >&5
42803 sed 's/^/| /' conftest.$ac_ext >&5
42804
42805 ac_cv_header_gst_xoverlay_xoverlay_h=no
42806 fi
42807 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
42808 fi
42809 echo "$as_me:$LINENO: result: $ac_cv_header_gst_xoverlay_xoverlay_h" >&5
42810 echo "${ECHO_T}$ac_cv_header_gst_xoverlay_xoverlay_h" >&6
42811 if test $ac_cv_header_gst_xoverlay_xoverlay_h = yes; then
42812 :
42813 else
42814
42815 wxUSE_GSTREAMER="no"
42816 { echo "$as_me:$LINENO: WARNING: xoverlay header not found, cannot use GStreamer" >&5
42817 echo "$as_me: WARNING: xoverlay header not found, cannot use GStreamer" >&2;}
42818
42819 fi
42820
42821
42822
42823 echo "$as_me:$LINENO: checking for gstplay 0.8" >&5
42824 echo $ECHO_N "checking for gstplay 0.8... $ECHO_C" >&6
42825
42826 ac_find_libraries=
42827 for ac_dir in $SEARCH_LIB;
42828 do
42829 for ac_extension in a so sl dylib dll.a; do
42830 if test -f "$ac_dir/libgstplay-0.8.$ac_extension"; then
42831 ac_find_libraries=$ac_dir
42832 break 2
42833 fi
42834 done
42835 done
42836
42837
42838 if test "$ac_find_libraries" = "" ; then
42839 echo "$as_me:$LINENO: result: no" >&5
42840 echo "${ECHO_T}no" >&6
42841 wxUSE_GSTREAMER="no"
42842 else
42843 echo "$as_me:$LINENO: result: yes" >&5
42844 echo "${ECHO_T}yes" >&6
42845 fi
42846
42847 if test "$wxUSE_GSTREAMER" = "yes"; then
42848 cat >>confdefs.h <<\_ACEOF
42849 #define wxUSE_GSTREAMER 1
42850 _ACEOF
42851
42852 echo "$as_me:$LINENO: result: GStreamer detection successful" >&5
42853 echo "${ECHO_T}GStreamer detection successful" >&6
42854 fi
42855 fi
42856 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
42857 cat >>confdefs.h <<\_ACEOF
42858 #define wxUSE_MEDIACTRL 1
42859 _ACEOF
42860
42861 fi
42862
42863
42864 if test "$cross_compiling" = "yes"; then
42865 OSINFO="\"$host\""
42866 else
42867 OSINFO=`uname -s -r -m`
42868 OSINFO="\"$OSINFO\""
42869 fi
42870
42871 cat >>confdefs.h <<_ACEOF
42872 #define WXWIN_OS_DESCRIPTION $OSINFO
42873 _ACEOF
42874
42875
42876
42877 if test "x$prefix" != "xNONE"; then
42878 wxPREFIX=$prefix
42879 else
42880 wxPREFIX=$ac_default_prefix
42881 fi
42882
42883 cat >>confdefs.h <<_ACEOF
42884 #define wxINSTALL_PREFIX "$wxPREFIX"
42885 _ACEOF
42886
42887
42888
42889
42890 CORE_BASE_LIBS="net base"
42891 CORE_GUI_LIBS="adv core"
42892
42893 if test "$wxUSE_XML" = "yes" ; then
42894 CORE_BASE_LIBS="xml $CORE_BASE_LIBS"
42895 fi
42896 if test "$wxUSE_ODBC" != "no" ; then
42897 CORE_BASE_LIBS="odbc $CORE_BASE_LIBS"
42898 CORE_GUI_LIBS="dbgrid $CORE_GUI_LIBS"
42899 fi
42900 if test "$wxUSE_HTML" = "yes" ; then
42901 CORE_GUI_LIBS="html $CORE_GUI_LIBS"
42902 fi
42903 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
42904 CORE_GUI_LIBS="qa $CORE_GUI_LIBS"
42905 fi
42906 if test "$wxUSE_XRC" = "yes" ; then
42907 CORE_GUI_LIBS="xrc $CORE_GUI_LIBS"
42908 fi
42909
42910 if test "$wxUSE_GUI" != "yes"; then
42911 CORE_GUI_LIBS=""
42912 fi
42913
42914
42915
42916
42917
42918
42919
42920
42921 if test "$wxUSE_MAC" = 1 ; then
42922 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
42923 if test "$USE_DARWIN" = 1; then
42924 LDFLAGS="$LDFLAGS -framework QuickTime"
42925 else
42926 LDFLAGS="$LDFLAGS -lQuickTimeLib"
42927 fi
42928 fi
42929 if test "$USE_DARWIN" = 1; then
42930 LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
42931 else
42932 LDFLAGS="$LDFLAGS -lCarbonLib"
42933 fi
42934 fi
42935 if test "$wxUSE_COCOA" = 1 ; then
42936 LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa"
42937 if test "$wxUSE_MEDIACTRL" = "yes"; then
42938 LDFLAGS="$LDFLAGS -framework QuickTime"
42939 fi
42940 fi
42941 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
42942 LDFLAGS="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
42943 fi
42944
42945
42946 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
42947
42948 have_cos=0
42949 have_floor=0
42950
42951 for ac_func in cos
42952 do
42953 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42954 echo "$as_me:$LINENO: checking for $ac_func" >&5
42955 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
42956 if eval "test \"\${$as_ac_var+set}\" = set"; then
42957 echo $ECHO_N "(cached) $ECHO_C" >&6
42958 else
42959 cat >conftest.$ac_ext <<_ACEOF
42960 /* confdefs.h. */
42961 _ACEOF
42962 cat confdefs.h >>conftest.$ac_ext
42963 cat >>conftest.$ac_ext <<_ACEOF
42964 /* end confdefs.h. */
42965 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42966 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42967 #define $ac_func innocuous_$ac_func
42968
42969 /* System header to define __stub macros and hopefully few prototypes,
42970 which can conflict with char $ac_func (); below.
42971 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42972 <limits.h> exists even on freestanding compilers. */
42973
42974 #ifdef __STDC__
42975 # include <limits.h>
42976 #else
42977 # include <assert.h>
42978 #endif
42979
42980 #undef $ac_func
42981
42982 /* Override any gcc2 internal prototype to avoid an error. */
42983 #ifdef __cplusplus
42984 extern "C"
42985 {
42986 #endif
42987 /* We use char because int might match the return type of a gcc2
42988 builtin and then its argument prototype would still apply. */
42989 char $ac_func ();
42990 /* The GNU C library defines this for functions which it implements
42991 to always fail with ENOSYS. Some functions are actually named
42992 something starting with __ and the normal name is an alias. */
42993 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
42994 choke me
42995 #else
42996 char (*f) () = $ac_func;
42997 #endif
42998 #ifdef __cplusplus
42999 }
43000 #endif
43001
43002 int
43003 main ()
43004 {
43005 return f != $ac_func;
43006 ;
43007 return 0;
43008 }
43009 _ACEOF
43010 rm -f conftest.$ac_objext conftest$ac_exeext
43011 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
43012 (eval $ac_link) 2>conftest.er1
43013 ac_status=$?
43014 grep -v '^ *+' conftest.er1 >conftest.err
43015 rm -f conftest.er1
43016 cat conftest.err >&5
43017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43018 (exit $ac_status); } &&
43019 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43021 (eval $ac_try) 2>&5
43022 ac_status=$?
43023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43024 (exit $ac_status); }; } &&
43025 { ac_try='test -s conftest$ac_exeext'
43026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43027 (eval $ac_try) 2>&5
43028 ac_status=$?
43029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43030 (exit $ac_status); }; }; then
43031 eval "$as_ac_var=yes"
43032 else
43033 echo "$as_me: failed program was:" >&5
43034 sed 's/^/| /' conftest.$ac_ext >&5
43035
43036 eval "$as_ac_var=no"
43037 fi
43038 rm -f conftest.err conftest.$ac_objext \
43039 conftest$ac_exeext conftest.$ac_ext
43040 fi
43041 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
43042 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
43043 if test `eval echo '${'$as_ac_var'}'` = yes; then
43044 cat >>confdefs.h <<_ACEOF
43045 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43046 _ACEOF
43047 have_cos=1
43048 fi
43049 done
43050
43051
43052 for ac_func in floor
43053 do
43054 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43055 echo "$as_me:$LINENO: checking for $ac_func" >&5
43056 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
43057 if eval "test \"\${$as_ac_var+set}\" = set"; then
43058 echo $ECHO_N "(cached) $ECHO_C" >&6
43059 else
43060 cat >conftest.$ac_ext <<_ACEOF
43061 /* confdefs.h. */
43062 _ACEOF
43063 cat confdefs.h >>conftest.$ac_ext
43064 cat >>conftest.$ac_ext <<_ACEOF
43065 /* end confdefs.h. */
43066 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43067 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43068 #define $ac_func innocuous_$ac_func
43069
43070 /* System header to define __stub macros and hopefully few prototypes,
43071 which can conflict with char $ac_func (); below.
43072 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43073 <limits.h> exists even on freestanding compilers. */
43074
43075 #ifdef __STDC__
43076 # include <limits.h>
43077 #else
43078 # include <assert.h>
43079 #endif
43080
43081 #undef $ac_func
43082
43083 /* Override any gcc2 internal prototype to avoid an error. */
43084 #ifdef __cplusplus
43085 extern "C"
43086 {
43087 #endif
43088 /* We use char because int might match the return type of a gcc2
43089 builtin and then its argument prototype would still apply. */
43090 char $ac_func ();
43091 /* The GNU C library defines this for functions which it implements
43092 to always fail with ENOSYS. Some functions are actually named
43093 something starting with __ and the normal name is an alias. */
43094 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
43095 choke me
43096 #else
43097 char (*f) () = $ac_func;
43098 #endif
43099 #ifdef __cplusplus
43100 }
43101 #endif
43102
43103 int
43104 main ()
43105 {
43106 return f != $ac_func;
43107 ;
43108 return 0;
43109 }
43110 _ACEOF
43111 rm -f conftest.$ac_objext conftest$ac_exeext
43112 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
43113 (eval $ac_link) 2>conftest.er1
43114 ac_status=$?
43115 grep -v '^ *+' conftest.er1 >conftest.err
43116 rm -f conftest.er1
43117 cat conftest.err >&5
43118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43119 (exit $ac_status); } &&
43120 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43122 (eval $ac_try) 2>&5
43123 ac_status=$?
43124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43125 (exit $ac_status); }; } &&
43126 { ac_try='test -s conftest$ac_exeext'
43127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43128 (eval $ac_try) 2>&5
43129 ac_status=$?
43130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43131 (exit $ac_status); }; }; then
43132 eval "$as_ac_var=yes"
43133 else
43134 echo "$as_me: failed program was:" >&5
43135 sed 's/^/| /' conftest.$ac_ext >&5
43136
43137 eval "$as_ac_var=no"
43138 fi
43139 rm -f conftest.err conftest.$ac_objext \
43140 conftest$ac_exeext conftest.$ac_ext
43141 fi
43142 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
43143 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
43144 if test `eval echo '${'$as_ac_var'}'` = yes; then
43145 cat >>confdefs.h <<_ACEOF
43146 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43147 _ACEOF
43148 have_floor=1
43149 fi
43150 done
43151
43152 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
43153 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
43154 if test "$have_cos" = 1 -a "$have_floor" = 1; then
43155 echo "$as_me:$LINENO: result: yes" >&5
43156 echo "${ECHO_T}yes" >&6
43157 else
43158 echo "$as_me:$LINENO: result: no" >&5
43159 echo "${ECHO_T}no" >&6
43160 LIBS="$LIBS -lm"
43161 # use different functions to avoid configure caching
43162 have_sin=0
43163 have_ceil=0
43164
43165 for ac_func in sin
43166 do
43167 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43168 echo "$as_me:$LINENO: checking for $ac_func" >&5
43169 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
43170 if eval "test \"\${$as_ac_var+set}\" = set"; then
43171 echo $ECHO_N "(cached) $ECHO_C" >&6
43172 else
43173 cat >conftest.$ac_ext <<_ACEOF
43174 /* confdefs.h. */
43175 _ACEOF
43176 cat confdefs.h >>conftest.$ac_ext
43177 cat >>conftest.$ac_ext <<_ACEOF
43178 /* end confdefs.h. */
43179 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43180 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43181 #define $ac_func innocuous_$ac_func
43182
43183 /* System header to define __stub macros and hopefully few prototypes,
43184 which can conflict with char $ac_func (); below.
43185 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43186 <limits.h> exists even on freestanding compilers. */
43187
43188 #ifdef __STDC__
43189 # include <limits.h>
43190 #else
43191 # include <assert.h>
43192 #endif
43193
43194 #undef $ac_func
43195
43196 /* Override any gcc2 internal prototype to avoid an error. */
43197 #ifdef __cplusplus
43198 extern "C"
43199 {
43200 #endif
43201 /* We use char because int might match the return type of a gcc2
43202 builtin and then its argument prototype would still apply. */
43203 char $ac_func ();
43204 /* The GNU C library defines this for functions which it implements
43205 to always fail with ENOSYS. Some functions are actually named
43206 something starting with __ and the normal name is an alias. */
43207 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
43208 choke me
43209 #else
43210 char (*f) () = $ac_func;
43211 #endif
43212 #ifdef __cplusplus
43213 }
43214 #endif
43215
43216 int
43217 main ()
43218 {
43219 return f != $ac_func;
43220 ;
43221 return 0;
43222 }
43223 _ACEOF
43224 rm -f conftest.$ac_objext conftest$ac_exeext
43225 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
43226 (eval $ac_link) 2>conftest.er1
43227 ac_status=$?
43228 grep -v '^ *+' conftest.er1 >conftest.err
43229 rm -f conftest.er1
43230 cat conftest.err >&5
43231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43232 (exit $ac_status); } &&
43233 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43235 (eval $ac_try) 2>&5
43236 ac_status=$?
43237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43238 (exit $ac_status); }; } &&
43239 { ac_try='test -s conftest$ac_exeext'
43240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43241 (eval $ac_try) 2>&5
43242 ac_status=$?
43243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43244 (exit $ac_status); }; }; then
43245 eval "$as_ac_var=yes"
43246 else
43247 echo "$as_me: failed program was:" >&5
43248 sed 's/^/| /' conftest.$ac_ext >&5
43249
43250 eval "$as_ac_var=no"
43251 fi
43252 rm -f conftest.err conftest.$ac_objext \
43253 conftest$ac_exeext conftest.$ac_ext
43254 fi
43255 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
43256 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
43257 if test `eval echo '${'$as_ac_var'}'` = yes; then
43258 cat >>confdefs.h <<_ACEOF
43259 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43260 _ACEOF
43261 have_sin=1
43262 fi
43263 done
43264
43265
43266 for ac_func in ceil
43267 do
43268 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43269 echo "$as_me:$LINENO: checking for $ac_func" >&5
43270 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
43271 if eval "test \"\${$as_ac_var+set}\" = set"; then
43272 echo $ECHO_N "(cached) $ECHO_C" >&6
43273 else
43274 cat >conftest.$ac_ext <<_ACEOF
43275 /* confdefs.h. */
43276 _ACEOF
43277 cat confdefs.h >>conftest.$ac_ext
43278 cat >>conftest.$ac_ext <<_ACEOF
43279 /* end confdefs.h. */
43280 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43281 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43282 #define $ac_func innocuous_$ac_func
43283
43284 /* System header to define __stub macros and hopefully few prototypes,
43285 which can conflict with char $ac_func (); below.
43286 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43287 <limits.h> exists even on freestanding compilers. */
43288
43289 #ifdef __STDC__
43290 # include <limits.h>
43291 #else
43292 # include <assert.h>
43293 #endif
43294
43295 #undef $ac_func
43296
43297 /* Override any gcc2 internal prototype to avoid an error. */
43298 #ifdef __cplusplus
43299 extern "C"
43300 {
43301 #endif
43302 /* We use char because int might match the return type of a gcc2
43303 builtin and then its argument prototype would still apply. */
43304 char $ac_func ();
43305 /* The GNU C library defines this for functions which it implements
43306 to always fail with ENOSYS. Some functions are actually named
43307 something starting with __ and the normal name is an alias. */
43308 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
43309 choke me
43310 #else
43311 char (*f) () = $ac_func;
43312 #endif
43313 #ifdef __cplusplus
43314 }
43315 #endif
43316
43317 int
43318 main ()
43319 {
43320 return f != $ac_func;
43321 ;
43322 return 0;
43323 }
43324 _ACEOF
43325 rm -f conftest.$ac_objext conftest$ac_exeext
43326 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
43327 (eval $ac_link) 2>conftest.er1
43328 ac_status=$?
43329 grep -v '^ *+' conftest.er1 >conftest.err
43330 rm -f conftest.er1
43331 cat conftest.err >&5
43332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43333 (exit $ac_status); } &&
43334 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43336 (eval $ac_try) 2>&5
43337 ac_status=$?
43338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43339 (exit $ac_status); }; } &&
43340 { ac_try='test -s conftest$ac_exeext'
43341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43342 (eval $ac_try) 2>&5
43343 ac_status=$?
43344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43345 (exit $ac_status); }; }; then
43346 eval "$as_ac_var=yes"
43347 else
43348 echo "$as_me: failed program was:" >&5
43349 sed 's/^/| /' conftest.$ac_ext >&5
43350
43351 eval "$as_ac_var=no"
43352 fi
43353 rm -f conftest.err conftest.$ac_objext \
43354 conftest$ac_exeext conftest.$ac_ext
43355 fi
43356 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
43357 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
43358 if test `eval echo '${'$as_ac_var'}'` = yes; then
43359 cat >>confdefs.h <<_ACEOF
43360 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43361 _ACEOF
43362 have_ceil=1
43363 fi
43364 done
43365
43366 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
43367 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
43368 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
43369 echo "$as_me:$LINENO: result: yes" >&5
43370 echo "${ECHO_T}yes" >&6
43371 else
43372 echo "$as_me:$LINENO: result: no" >&5
43373 echo "${ECHO_T}no" >&6
43374 # not sure we should warn the user, crash, etc.
43375 fi
43376 fi
43377
43378 if test "$wxUSE_GUI" = "yes"; then
43379
43380
43381 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
43382 dynamic erase event exec font image minimal mobile \
43383 mobile/wxedit mobile/styles propsize render \
43384 richedit rotate shaped vscroll widgets"
43385
43386 if test "$wxUSE_MONOLITHIC" != "yes"; then
43387 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
43388 fi
43389 if test "$TOOLKIT" = "MSW"; then
43390 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
43391 if test "$wxUSE_UNIVERSAL" != "yes"; then
43392 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
43393 fi
43394 fi
43395 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
43396 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
43397 fi
43398 else
43399 SAMPLES_SUBDIRS="console"
43400 fi
43401
43402
43403 if test "x$INTELCC" = "xyes" ; then
43404 CWARNINGS="-Wall -wd810,869,981,1418,1572,1684"
43405 elif test "$GCC" = yes ; then
43406 CWARNINGS="-Wall -Wundef"
43407 fi
43408
43409 if test "x$INTELCXX" = "xyes" ; then
43410 CXXWARNINGS="-Wall -wd279,383,444,810,869,981,1418,1419"
43411 elif test "$GXX" = yes ; then
43412 CXXWARNINGS="-Wall -Wundef -Wno-ctor-dtor-privacy"
43413 fi
43414
43415
43416 WXCONFIG_CFLAGS=`echo $WXCONFIG_CFLAGS`
43417 WXCONFIG_CXXFLAGS=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
43418
43419
43420 CPPFLAGS=`echo $WXCONFIG_CPPFLAGS $CPPFLAGS \
43421 -I\\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
43422 -I\\${top_srcdir}/include $TOOLKIT_INCLUDE`
43423
43424 C_AND_CXX_FLAGS="$DEBUG_FLAG $PROFILE_FLAG $OPTIMISE_FLAG"
43425 CFLAGS=`echo $WXCONFIG_CFLAGS $CFLAGS $CWARNINGS $C_AND_CXX_FLAGS`
43426 CXXFLAGS=`echo $WXCONFIG_CXXFLAGS $CXXFLAGS $C_AND_CXX_FLAGS`
43427
43428 WXCONFIG_CPPFLAGS=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
43429
43430
43431 if test "x$MWCC" = "xyes"; then
43432
43433 CC="$CC -cwd source -I-"
43434 CXX="$CXX -cwd source -I-"
43435 fi
43436
43437
43438 LIBS=`echo $LIBS`
43439 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
43440 EXTRALIBS_XML="$EXPAT_LINK"
43441 EXTRALIBS_HTML="$MSPACK_LINK"
43442 EXTRALIBS_ODBC="$ODBC_LINK"
43443 if test "$wxUSE_GUI" = "yes"; then
43444 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_GNOMEPRINT`
43445 fi
43446 if test "$wxUSE_OPENGL" = "yes"; then
43447 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
43448 fi
43449
43450 LDFLAGS="$LDFLAGS $PROFILE_FLAG"
43451
43452 WXCONFIG_LIBS="$LIBS"
43453
43454 if test "$wxUSE_REGEX" = "builtin" ; then
43455 wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
43456 fi
43457 if test "$wxUSE_EXPAT" = "builtin" ; then
43458 wxconfig_3rdparty="expat $wxconfig_3rdparty"
43459 fi
43460 if test "$wxUSE_ODBC" = "builtin" ; then
43461 wxconfig_3rdparty="odbc $wxconfig_3rdparty"
43462 fi
43463 if test "$wxUSE_LIBTIFF" = "builtin" ; then
43464 wxconfig_3rdparty="tiff $wxconfig_3rdparty"
43465 fi
43466 if test "$wxUSE_LIBJPEG" = "builtin" ; then
43467 wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
43468 fi
43469 if test "$wxUSE_LIBPNG" = "builtin" ; then
43470 wxconfig_3rdparty="png $wxconfig_3rdparty"
43471 fi
43472 if test "$wxUSE_ZLIB" = "builtin" ; then
43473 wxconfig_3rdparty="zlib $wxconfig_3rdparty"
43474 fi
43475
43476 for i in $wxconfig_3rdparty ; do
43477 WXCONFIG_LIBS="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
43478 done
43479
43480
43481 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
43482 WXUNIV=1
43483 else
43484 WXUNIV=0
43485 fi
43486
43487
43488
43489
43490
43491
43492
43493
43494
43495 if test $wxUSE_MONOLITHIC = "yes" ; then
43496 MONOLITHIC=1
43497 else
43498 MONOLITHIC=0
43499 fi
43500
43501 if test $wxUSE_PLUGINS = "yes" ; then
43502 USE_PLUGINS=1
43503 else
43504 USE_PLUGINS=0
43505 fi
43506
43507 if test $wxUSE_ODBC != "no" ; then
43508 USE_ODBC=1
43509 else
43510 USE_ODBC=0
43511 fi
43512
43513 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
43514 USE_QA=1
43515 else
43516 USE_QA=0
43517 fi
43518
43519 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
43520 OFFICIAL_BUILD=1
43521 else
43522 OFFICIAL_BUILD=0
43523 fi
43524
43525
43526
43527
43528
43529
43530
43531
43532
43533
43534
43535
43536
43537
43538
43539
43540
43541
43542
43543
43544
43545
43546
43547 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
43548
43549
43550
43551
43552
43553
43554
43555
43556 case "$TOOLKIT" in
43557 GTK)
43558 TOOLKIT_USER="GTK+"
43559 if test "$WXGTK20" = 1; then
43560 TOOLKIT_USER="$TOOLKIT_USER 2"
43561 fi
43562 ;;
43563
43564 *)
43565 TOOLKIT_USER=$TOOLKIT_LOWERCASE
43566 ;;
43567 esac
43568
43569 if test "$wxUSE_WINE" = "yes"; then
43570 BAKEFILE_FORCE_PLATFORM=win32
43571 fi
43572
43573
43574
43575
43576 if test "x$BAKEFILE_HOST" = "x"; then
43577 BAKEFILE_HOST="${host}"
43578 fi
43579
43580 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
43581
43582 if test -n "$ac_tool_prefix"; then
43583 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
43584 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
43585 echo "$as_me:$LINENO: checking for $ac_word" >&5
43586 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43587 if test "${ac_cv_prog_RANLIB+set}" = set; then
43588 echo $ECHO_N "(cached) $ECHO_C" >&6
43589 else
43590 if test -n "$RANLIB"; then
43591 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
43592 else
43593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43594 for as_dir in $PATH
43595 do
43596 IFS=$as_save_IFS
43597 test -z "$as_dir" && as_dir=.
43598 for ac_exec_ext in '' $ac_executable_extensions; do
43599 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43600 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
43601 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43602 break 2
43603 fi
43604 done
43605 done
43606
43607 fi
43608 fi
43609 RANLIB=$ac_cv_prog_RANLIB
43610 if test -n "$RANLIB"; then
43611 echo "$as_me:$LINENO: result: $RANLIB" >&5
43612 echo "${ECHO_T}$RANLIB" >&6
43613 else
43614 echo "$as_me:$LINENO: result: no" >&5
43615 echo "${ECHO_T}no" >&6
43616 fi
43617
43618 fi
43619 if test -z "$ac_cv_prog_RANLIB"; then
43620 ac_ct_RANLIB=$RANLIB
43621 # Extract the first word of "ranlib", so it can be a program name with args.
43622 set dummy ranlib; ac_word=$2
43623 echo "$as_me:$LINENO: checking for $ac_word" >&5
43624 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43625 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
43626 echo $ECHO_N "(cached) $ECHO_C" >&6
43627 else
43628 if test -n "$ac_ct_RANLIB"; then
43629 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
43630 else
43631 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43632 for as_dir in $PATH
43633 do
43634 IFS=$as_save_IFS
43635 test -z "$as_dir" && as_dir=.
43636 for ac_exec_ext in '' $ac_executable_extensions; do
43637 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43638 ac_cv_prog_ac_ct_RANLIB="ranlib"
43639 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43640 break 2
43641 fi
43642 done
43643 done
43644
43645 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
43646 fi
43647 fi
43648 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
43649 if test -n "$ac_ct_RANLIB"; then
43650 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
43651 echo "${ECHO_T}$ac_ct_RANLIB" >&6
43652 else
43653 echo "$as_me:$LINENO: result: no" >&5
43654 echo "${ECHO_T}no" >&6
43655 fi
43656
43657 RANLIB=$ac_ct_RANLIB
43658 else
43659 RANLIB="$ac_cv_prog_RANLIB"
43660 fi
43661
43662 # Find a good install program. We prefer a C program (faster),
43663 # so one script is as good as another. But avoid the broken or
43664 # incompatible versions:
43665 # SysV /etc/install, /usr/sbin/install
43666 # SunOS /usr/etc/install
43667 # IRIX /sbin/install
43668 # AIX /bin/install
43669 # AmigaOS /C/install, which installs bootblocks on floppy discs
43670 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
43671 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
43672 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
43673 # OS/2's system install, which has a completely different semantic
43674 # ./install, which can be erroneously created by make from ./install.sh.
43675 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
43676 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
43677 if test -z "$INSTALL"; then
43678 if test "${ac_cv_path_install+set}" = set; then
43679 echo $ECHO_N "(cached) $ECHO_C" >&6
43680 else
43681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43682 for as_dir in $PATH
43683 do
43684 IFS=$as_save_IFS
43685 test -z "$as_dir" && as_dir=.
43686 # Account for people who put trailing slashes in PATH elements.
43687 case $as_dir/ in
43688 ./ | .// | /cC/* | \
43689 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
43690 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
43691 /usr/ucb/* ) ;;
43692 *)
43693 # OSF1 and SCO ODT 3.0 have their own names for install.
43694 # Don't use installbsd from OSF since it installs stuff as root
43695 # by default.
43696 for ac_prog in ginstall scoinst install; do
43697 for ac_exec_ext in '' $ac_executable_extensions; do
43698 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
43699 if test $ac_prog = install &&
43700 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
43701 # AIX install. It has an incompatible calling convention.
43702 :
43703 elif test $ac_prog = install &&
43704 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
43705 # program-specific install script used by HP pwplus--don't use.
43706 :
43707 else
43708 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
43709 break 3
43710 fi
43711 fi
43712 done
43713 done
43714 ;;
43715 esac
43716 done
43717
43718
43719 fi
43720 if test "${ac_cv_path_install+set}" = set; then
43721 INSTALL=$ac_cv_path_install
43722 else
43723 # As a last resort, use the slow shell script. We don't cache a
43724 # path for INSTALL within a source directory, because that will
43725 # break other packages using the cache if that directory is
43726 # removed, or if the path is relative.
43727 INSTALL=$ac_install_sh
43728 fi
43729 fi
43730 echo "$as_me:$LINENO: result: $INSTALL" >&5
43731 echo "${ECHO_T}$INSTALL" >&6
43732
43733 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
43734 # It thinks the first close brace ends the variable substitution.
43735 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
43736
43737 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
43738
43739 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
43740
43741 echo "$as_me:$LINENO: checking whether ln -s works" >&5
43742 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
43743 LN_S=$as_ln_s
43744 if test "$LN_S" = "ln -s"; then
43745 echo "$as_me:$LINENO: result: yes" >&5
43746 echo "${ECHO_T}yes" >&6
43747 else
43748 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
43749 echo "${ECHO_T}no, using $LN_S" >&6
43750 fi
43751
43752
43753 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
43754 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
43755 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
43756 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
43757 echo $ECHO_N "(cached) $ECHO_C" >&6
43758 else
43759 cat >conftest.make <<\_ACEOF
43760 all:
43761 @echo 'ac_maketemp="$(MAKE)"'
43762 _ACEOF
43763 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
43764 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
43765 if test -n "$ac_maketemp"; then
43766 eval ac_cv_prog_make_${ac_make}_set=yes
43767 else
43768 eval ac_cv_prog_make_${ac_make}_set=no
43769 fi
43770 rm -f conftest.make
43771 fi
43772 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
43773 echo "$as_me:$LINENO: result: yes" >&5
43774 echo "${ECHO_T}yes" >&6
43775 SET_MAKE=
43776 else
43777 echo "$as_me:$LINENO: result: no" >&5
43778 echo "${ECHO_T}no" >&6
43779 SET_MAKE="MAKE=${MAKE-make}"
43780 fi
43781
43782
43783
43784 if test -n "$ac_tool_prefix"; then
43785 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
43786 set dummy ${ac_tool_prefix}ar; ac_word=$2
43787 echo "$as_me:$LINENO: checking for $ac_word" >&5
43788 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43789 if test "${ac_cv_prog_AR+set}" = set; then
43790 echo $ECHO_N "(cached) $ECHO_C" >&6
43791 else
43792 if test -n "$AR"; then
43793 ac_cv_prog_AR="$AR" # Let the user override the test.
43794 else
43795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43796 for as_dir in $PATH
43797 do
43798 IFS=$as_save_IFS
43799 test -z "$as_dir" && as_dir=.
43800 for ac_exec_ext in '' $ac_executable_extensions; do
43801 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43802 ac_cv_prog_AR="${ac_tool_prefix}ar"
43803 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43804 break 2
43805 fi
43806 done
43807 done
43808
43809 fi
43810 fi
43811 AR=$ac_cv_prog_AR
43812 if test -n "$AR"; then
43813 echo "$as_me:$LINENO: result: $AR" >&5
43814 echo "${ECHO_T}$AR" >&6
43815 else
43816 echo "$as_me:$LINENO: result: no" >&5
43817 echo "${ECHO_T}no" >&6
43818 fi
43819
43820 fi
43821 if test -z "$ac_cv_prog_AR"; then
43822 ac_ct_AR=$AR
43823 # Extract the first word of "ar", so it can be a program name with args.
43824 set dummy ar; ac_word=$2
43825 echo "$as_me:$LINENO: checking for $ac_word" >&5
43826 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43827 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
43828 echo $ECHO_N "(cached) $ECHO_C" >&6
43829 else
43830 if test -n "$ac_ct_AR"; then
43831 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
43832 else
43833 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43834 for as_dir in $PATH
43835 do
43836 IFS=$as_save_IFS
43837 test -z "$as_dir" && as_dir=.
43838 for ac_exec_ext in '' $ac_executable_extensions; do
43839 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43840 ac_cv_prog_ac_ct_AR="ar"
43841 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43842 break 2
43843 fi
43844 done
43845 done
43846
43847 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
43848 fi
43849 fi
43850 ac_ct_AR=$ac_cv_prog_ac_ct_AR
43851 if test -n "$ac_ct_AR"; then
43852 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
43853 echo "${ECHO_T}$ac_ct_AR" >&6
43854 else
43855 echo "$as_me:$LINENO: result: no" >&5
43856 echo "${ECHO_T}no" >&6
43857 fi
43858
43859 AR=$ac_ct_AR
43860 else
43861 AR="$ac_cv_prog_AR"
43862 fi
43863
43864 if test -n "$ac_tool_prefix"; then
43865 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
43866 set dummy ${ac_tool_prefix}strip; ac_word=$2
43867 echo "$as_me:$LINENO: checking for $ac_word" >&5
43868 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43869 if test "${ac_cv_prog_STRIP+set}" = set; then
43870 echo $ECHO_N "(cached) $ECHO_C" >&6
43871 else
43872 if test -n "$STRIP"; then
43873 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
43874 else
43875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43876 for as_dir in $PATH
43877 do
43878 IFS=$as_save_IFS
43879 test -z "$as_dir" && as_dir=.
43880 for ac_exec_ext in '' $ac_executable_extensions; do
43881 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43882 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
43883 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43884 break 2
43885 fi
43886 done
43887 done
43888
43889 fi
43890 fi
43891 STRIP=$ac_cv_prog_STRIP
43892 if test -n "$STRIP"; then
43893 echo "$as_me:$LINENO: result: $STRIP" >&5
43894 echo "${ECHO_T}$STRIP" >&6
43895 else
43896 echo "$as_me:$LINENO: result: no" >&5
43897 echo "${ECHO_T}no" >&6
43898 fi
43899
43900 fi
43901 if test -z "$ac_cv_prog_STRIP"; then
43902 ac_ct_STRIP=$STRIP
43903 # Extract the first word of "strip", so it can be a program name with args.
43904 set dummy strip; ac_word=$2
43905 echo "$as_me:$LINENO: checking for $ac_word" >&5
43906 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43907 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
43908 echo $ECHO_N "(cached) $ECHO_C" >&6
43909 else
43910 if test -n "$ac_ct_STRIP"; then
43911 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
43912 else
43913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43914 for as_dir in $PATH
43915 do
43916 IFS=$as_save_IFS
43917 test -z "$as_dir" && as_dir=.
43918 for ac_exec_ext in '' $ac_executable_extensions; do
43919 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43920 ac_cv_prog_ac_ct_STRIP="strip"
43921 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43922 break 2
43923 fi
43924 done
43925 done
43926
43927 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
43928 fi
43929 fi
43930 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
43931 if test -n "$ac_ct_STRIP"; then
43932 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
43933 echo "${ECHO_T}$ac_ct_STRIP" >&6
43934 else
43935 echo "$as_me:$LINENO: result: no" >&5
43936 echo "${ECHO_T}no" >&6
43937 fi
43938
43939 STRIP=$ac_ct_STRIP
43940 else
43941 STRIP="$ac_cv_prog_STRIP"
43942 fi
43943
43944 if test -n "$ac_tool_prefix"; then
43945 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
43946 set dummy ${ac_tool_prefix}nm; ac_word=$2
43947 echo "$as_me:$LINENO: checking for $ac_word" >&5
43948 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43949 if test "${ac_cv_prog_NM+set}" = set; then
43950 echo $ECHO_N "(cached) $ECHO_C" >&6
43951 else
43952 if test -n "$NM"; then
43953 ac_cv_prog_NM="$NM" # Let the user override the test.
43954 else
43955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43956 for as_dir in $PATH
43957 do
43958 IFS=$as_save_IFS
43959 test -z "$as_dir" && as_dir=.
43960 for ac_exec_ext in '' $ac_executable_extensions; do
43961 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43962 ac_cv_prog_NM="${ac_tool_prefix}nm"
43963 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43964 break 2
43965 fi
43966 done
43967 done
43968
43969 fi
43970 fi
43971 NM=$ac_cv_prog_NM
43972 if test -n "$NM"; then
43973 echo "$as_me:$LINENO: result: $NM" >&5
43974 echo "${ECHO_T}$NM" >&6
43975 else
43976 echo "$as_me:$LINENO: result: no" >&5
43977 echo "${ECHO_T}no" >&6
43978 fi
43979
43980 fi
43981 if test -z "$ac_cv_prog_NM"; then
43982 ac_ct_NM=$NM
43983 # Extract the first word of "nm", so it can be a program name with args.
43984 set dummy nm; ac_word=$2
43985 echo "$as_me:$LINENO: checking for $ac_word" >&5
43986 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43987 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
43988 echo $ECHO_N "(cached) $ECHO_C" >&6
43989 else
43990 if test -n "$ac_ct_NM"; then
43991 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
43992 else
43993 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43994 for as_dir in $PATH
43995 do
43996 IFS=$as_save_IFS
43997 test -z "$as_dir" && as_dir=.
43998 for ac_exec_ext in '' $ac_executable_extensions; do
43999 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44000 ac_cv_prog_ac_ct_NM="nm"
44001 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44002 break 2
44003 fi
44004 done
44005 done
44006
44007 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM=":"
44008 fi
44009 fi
44010 ac_ct_NM=$ac_cv_prog_ac_ct_NM
44011 if test -n "$ac_ct_NM"; then
44012 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
44013 echo "${ECHO_T}$ac_ct_NM" >&6
44014 else
44015 echo "$as_me:$LINENO: result: no" >&5
44016 echo "${ECHO_T}no" >&6
44017 fi
44018
44019 NM=$ac_ct_NM
44020 else
44021 NM="$ac_cv_prog_NM"
44022 fi
44023
44024
44025 case ${BAKEFILE_HOST} in
44026 *-hp-hpux* )
44027 INSTALL_DIR="mkdir -p"
44028 ;;
44029 *) INSTALL_DIR="$INSTALL -d"
44030 ;;
44031 esac
44032
44033
44034 LDFLAGS_GUI=
44035 case ${BAKEFILE_HOST} in
44036 *-*-cygwin* | *-*-mingw32* )
44037 LDFLAGS_GUI="-mwindows"
44038 esac
44039
44040
44041 fi
44042
44043 echo "$as_me:$LINENO: checking if make is GNU make" >&5
44044 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
44045 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
44046 echo $ECHO_N "(cached) $ECHO_C" >&6
44047 else
44048
44049 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
44050 egrep -s GNU > /dev/null); then
44051 bakefile_cv_prog_makeisgnu="yes"
44052 else
44053 bakefile_cv_prog_makeisgnu="no"
44054 fi
44055
44056 fi
44057 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
44058 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
44059
44060 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
44061 IF_GNU_MAKE=""
44062 else
44063 IF_GNU_MAKE="#"
44064 fi
44065
44066
44067
44068 PLATFORM_UNIX=0
44069 PLATFORM_WIN32=0
44070 PLATFORM_MSDOS=0
44071 PLATFORM_MAC=0
44072 PLATFORM_MACOS=0
44073 PLATFORM_MACOSX=0
44074 PLATFORM_OS2=0
44075 PLATFORM_BEOS=0
44076
44077 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
44078 case "${BAKEFILE_HOST}" in
44079 *-*-mingw32* )
44080 PLATFORM_WIN32=1
44081 ;;
44082 *-pc-msdosdjgpp )
44083 PLATFORM_MSDOS=1
44084 ;;
44085 *-pc-os2_emx | *-pc-os2-emx )
44086 PLATFORM_OS2=1
44087 ;;
44088 *-*-darwin* )
44089 PLATFORM_MAC=1
44090 PLATFORM_MACOSX=1
44091 ;;
44092 *-*-beos* )
44093 PLATFORM_BEOS=1
44094 ;;
44095 powerpc-apple-macos* )
44096 PLATFORM_MAC=1
44097 PLATFORM_MACOS=1
44098 ;;
44099 * )
44100 PLATFORM_UNIX=1
44101 ;;
44102 esac
44103 else
44104 case "$BAKEFILE_FORCE_PLATFORM" in
44105 win32 )
44106 PLATFORM_WIN32=1
44107 ;;
44108 msdos )
44109 PLATFORM_MSDOS=1
44110 ;;
44111 os2 )
44112 PLATFORM_OS2=1
44113 ;;
44114 darwin )
44115 PLATFORM_MAC=1
44116 PLATFORM_MACOSX=1
44117 ;;
44118 unix )
44119 PLATFORM_UNIX=1
44120 ;;
44121 beos )
44122 PLATFORM_BEOS=1
44123 ;;
44124 * )
44125 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
44126 echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
44127 { (exit 1); exit 1; }; }
44128 ;;
44129 esac
44130 fi
44131
44132
44133
44134
44135
44136
44137
44138
44139
44140
44141
44142 # Check whether --enable-omf or --disable-omf was given.
44143 if test "${enable_omf+set}" = set; then
44144 enableval="$enable_omf"
44145 bk_os2_use_omf="$enableval"
44146 fi;
44147
44148 case "${BAKEFILE_HOST}" in
44149 *-*-darwin* )
44150 if test "x$GCC" = "xyes"; then
44151 CFLAGS="$CFLAGS -fno-common"
44152 CXXFLAGS="$CXXFLAGS -fno-common"
44153 fi
44154 if test "x$XLCC" = "xyes"; then
44155 CFLAGS="$CFLAGS -qnocommon"
44156 CXXFLAGS="$CXXFLAGS -qnocommon"
44157 fi
44158 ;;
44159
44160 *-pc-os2_emx | *-pc-os2-emx )
44161 if test "x$bk_os2_use_omf" = "xyes" ; then
44162 AR=emxomfar
44163 RANLIB=:
44164 LDFLAGS="-Zomf $LDFLAGS"
44165 CFLAGS="-Zomf $CFLAGS"
44166 CXXFLAGS="-Zomf $CXXFLAGS"
44167 OS2_LIBEXT="lib"
44168 else
44169 OS2_LIBEXT="a"
44170 fi
44171 ;;
44172
44173 i*86-*-beos* )
44174 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
44175 ;;
44176 esac
44177
44178
44179 SO_SUFFIX="so"
44180 SO_SUFFIX_MODULE="so"
44181 EXEEXT=""
44182 LIBPREFIX="lib"
44183 LIBEXT=".a"
44184 DLLPREFIX="lib"
44185 DLLPREFIX_MODULE=""
44186 DLLIMP_SUFFIX=""
44187 dlldir="$libdir"
44188
44189 case "${BAKEFILE_HOST}" in
44190 *-hp-hpux* )
44191 SO_SUFFIX="sl"
44192 SO_SUFFIX_MODULE="sl"
44193 ;;
44194 *-*-aix* )
44195 SO_SUFFIX="a"
44196 SO_SUFFIX_MODULE="a"
44197 ;;
44198 *-*-cygwin* )
44199 SO_SUFFIX="dll"
44200 SO_SUFFIX_MODULE="dll"
44201 DLLIMP_SUFFIX="dll.a"
44202 EXEEXT=".exe"
44203 DLLPREFIX="cyg"
44204 dlldir="$bindir"
44205 ;;
44206 *-*-mingw32* )
44207 SO_SUFFIX="dll"
44208 SO_SUFFIX_MODULE="dll"
44209 DLLIMP_SUFFIX="dll.a"
44210 EXEEXT=".exe"
44211 DLLPREFIX=""
44212 dlldir="$bindir"
44213 ;;
44214 *-pc-msdosdjgpp )
44215 EXEEXT=".exe"
44216 DLLPREFIX=""
44217 dlldir="$bindir"
44218 ;;
44219 *-pc-os2_emx | *-pc-os2-emx )
44220 SO_SUFFIX="dll"
44221 SO_SUFFIX_MODULE="dll"
44222 DLLIMP_SUFFIX=$OS2_LIBEXT
44223 EXEEXT=".exe"
44224 DLLPREFIX=""
44225 LIBPREFIX=""
44226 LIBEXT=".$OS2_LIBEXT"
44227 dlldir="$bindir"
44228 ;;
44229 *-*-darwin* )
44230 SO_SUFFIX="dylib"
44231 SO_SUFFIX_MODULE="bundle"
44232 ;;
44233 esac
44234
44235 if test "x$DLLIMP_SUFFIX" = "x" ; then
44236 DLLIMP_SUFFIX="$SO_SUFFIX"
44237 fi
44238
44239
44240
44241
44242
44243
44244
44245
44246
44247
44248
44249
44250 PIC_FLAG=""
44251 if test "x$GCC" = "xyes"; then
44252 PIC_FLAG="-fPIC"
44253 fi
44254
44255 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
44256 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
44257 WINDOWS_IMPLIB=0
44258
44259 case "${BAKEFILE_HOST}" in
44260 *-hp-hpux* )
44261 if test "x$GCC" != "xyes"; then
44262 LDFLAGS="$LDFLAGS -L/usr/lib"
44263
44264 SHARED_LD_CC="${CC} -b -o"
44265 SHARED_LD_CXX="${CXX} -b -o"
44266 PIC_FLAG="+Z"
44267 fi
44268 ;;
44269
44270 *-*-linux* )
44271 if test "x$GCC" != "xyes"; then
44272 echo "$as_me:$LINENO: checking for Intel compiler" >&5
44273 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
44274 if test "${bakefile_cv_prog_icc+set}" = set; then
44275 echo $ECHO_N "(cached) $ECHO_C" >&6
44276 else
44277
44278 cat >conftest.$ac_ext <<_ACEOF
44279 /* confdefs.h. */
44280 _ACEOF
44281 cat confdefs.h >>conftest.$ac_ext
44282 cat >>conftest.$ac_ext <<_ACEOF
44283 /* end confdefs.h. */
44284
44285 int
44286 main ()
44287 {
44288
44289 #ifndef __INTEL_COMPILER
44290 #error Not icc
44291 #endif
44292
44293 ;
44294 return 0;
44295 }
44296 _ACEOF
44297 rm -f conftest.$ac_objext
44298 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44299 (eval $ac_compile) 2>conftest.er1
44300 ac_status=$?
44301 grep -v '^ *+' conftest.er1 >conftest.err
44302 rm -f conftest.er1
44303 cat conftest.err >&5
44304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44305 (exit $ac_status); } &&
44306 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44308 (eval $ac_try) 2>&5
44309 ac_status=$?
44310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44311 (exit $ac_status); }; } &&
44312 { ac_try='test -s conftest.$ac_objext'
44313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44314 (eval $ac_try) 2>&5
44315 ac_status=$?
44316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44317 (exit $ac_status); }; }; then
44318 bakefile_cv_prog_icc=yes
44319 else
44320 echo "$as_me: failed program was:" >&5
44321 sed 's/^/| /' conftest.$ac_ext >&5
44322
44323 bakefile_cv_prog_icc=no
44324
44325 fi
44326 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
44327
44328 fi
44329 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
44330 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
44331 if test "$bakefile_cv_prog_icc" = "yes"; then
44332 PIC_FLAG="-KPIC"
44333 fi
44334 fi
44335 ;;
44336
44337 *-*-solaris2* )
44338 if test "x$GCC" != xyes ; then
44339 SHARED_LD_CC="${CC} -G -o"
44340 SHARED_LD_CXX="${CXX} -G -o"
44341 PIC_FLAG="-KPIC"
44342 fi
44343 ;;
44344
44345 *-*-darwin* )
44346
44347 D='$'
44348 cat <<EOF >shared-ld-sh
44349 #!/bin/sh
44350 #-----------------------------------------------------------------------------
44351 #-- Name: distrib/mac/shared-ld-sh
44352 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
44353 #-- Author: Gilles Depeyrot
44354 #-- Copyright: (c) 2002 Gilles Depeyrot
44355 #-- Licence: any use permitted
44356 #-----------------------------------------------------------------------------
44357
44358 verbose=0
44359 args=""
44360 objects=""
44361 linking_flag="-dynamiclib"
44362 ldargs="-r -keep_private_externs -nostdlib"
44363
44364 while test ${D}# -gt 0; do
44365 case ${D}1 in
44366
44367 -v)
44368 verbose=1
44369 ;;
44370
44371 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
44372 # collect these options and values
44373 args="${D}{args} ${D}1 ${D}2"
44374 shift
44375 ;;
44376
44377 -s|-Wl,*)
44378 # collect these load args
44379 ldargs="${D}{ldargs} ${D}1"
44380 ;;
44381
44382 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
44383 # collect these options
44384 args="${D}{args} ${D}1"
44385 ;;
44386
44387 -dynamiclib|-bundle)
44388 linking_flag="${D}1"
44389 ;;
44390
44391 -*)
44392 echo "shared-ld: unhandled option '${D}1'"
44393 exit 1
44394 ;;
44395
44396 *.o | *.a | *.dylib)
44397 # collect object files
44398 objects="${D}{objects} ${D}1"
44399 ;;
44400
44401 *)
44402 echo "shared-ld: unhandled argument '${D}1'"
44403 exit 1
44404 ;;
44405
44406 esac
44407 shift
44408 done
44409
44410 status=0
44411
44412 #
44413 # Link one module containing all the others
44414 #
44415 if test ${D}{verbose} = 1; then
44416 echo "c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
44417 fi
44418 c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
44419 status=${D}?
44420
44421 #
44422 # Link the shared library from the single module created, but only if the
44423 # previous command didn't fail:
44424 #
44425 if test ${D}{status} = 0; then
44426 if test ${D}{verbose} = 1; then
44427 echo "c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
44428 fi
44429 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
44430 status=${D}?
44431 fi
44432
44433 #
44434 # Remove intermediate module
44435 #
44436 rm -f master.${D}${D}.o
44437
44438 exit ${D}status
44439 EOF
44440
44441 chmod +x shared-ld-sh
44442
44443 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
44444 SHARED_LD_MODULE_CXX="$SHARED_LD_MODULE_CC"
44445
44446
44447 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
44448 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
44449 if test "${bakefile_cv_gcc31+set}" = set; then
44450 echo $ECHO_N "(cached) $ECHO_C" >&6
44451 else
44452
44453 cat >conftest.$ac_ext <<_ACEOF
44454 /* confdefs.h. */
44455 _ACEOF
44456 cat confdefs.h >>conftest.$ac_ext
44457 cat >>conftest.$ac_ext <<_ACEOF
44458 /* end confdefs.h. */
44459
44460 int
44461 main ()
44462 {
44463
44464 #if (__GNUC__ < 3) || \
44465 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
44466 #error old gcc
44467 #endif
44468
44469 ;
44470 return 0;
44471 }
44472 _ACEOF
44473 rm -f conftest.$ac_objext
44474 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44475 (eval $ac_compile) 2>conftest.er1
44476 ac_status=$?
44477 grep -v '^ *+' conftest.er1 >conftest.err
44478 rm -f conftest.er1
44479 cat conftest.err >&5
44480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44481 (exit $ac_status); } &&
44482 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44484 (eval $ac_try) 2>&5
44485 ac_status=$?
44486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44487 (exit $ac_status); }; } &&
44488 { ac_try='test -s conftest.$ac_objext'
44489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44490 (eval $ac_try) 2>&5
44491 ac_status=$?
44492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44493 (exit $ac_status); }; }; then
44494
44495 bakefile_cv_gcc31=yes
44496
44497 else
44498 echo "$as_me: failed program was:" >&5
44499 sed 's/^/| /' conftest.$ac_ext >&5
44500
44501
44502 bakefile_cv_gcc31=no
44503
44504
44505 fi
44506 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
44507
44508 fi
44509 echo "$as_me:$LINENO: result: $bakefile_cv_gcc31" >&5
44510 echo "${ECHO_T}$bakefile_cv_gcc31" >&6
44511 if test "$bakefile_cv_gcc31" = "no"; then
44512 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
44513 SHARED_LD_CXX="$SHARED_LD_CC"
44514 else
44515 SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
44516 SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
44517 fi
44518
44519 if test "x$GCC" == "xyes"; then
44520 PIC_FLAG="-dynamic -fPIC"
44521 fi
44522 if test "x$XLCC" = "xyes"; then
44523 PIC_FLAG="-dynamic -DPIC"
44524 fi
44525 ;;
44526
44527 *-*-aix* )
44528 if test "x$GCC" = "xyes"; then
44529 PIC_FLAG=""
44530
44531 case "${BAKEFILE_HOST}" in
44532 *-*-aix5* )
44533 LD_EXPFULL="-Wl,-bexpfull"
44534 ;;
44535 esac
44536
44537 SHARED_LD_CC="\$(CC) -shared $LD_EXPFULL -o"
44538 SHARED_LD_CXX="\$(CXX) -shared $LD_EXPFULL -o"
44539 else
44540 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
44541 set dummy makeC++SharedLib; ac_word=$2
44542 echo "$as_me:$LINENO: checking for $ac_word" >&5
44543 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44544 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
44545 echo $ECHO_N "(cached) $ECHO_C" >&6
44546 else
44547 if test -n "$AIX_CXX_LD"; then
44548 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
44549 else
44550 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44551 for as_dir in $PATH
44552 do
44553 IFS=$as_save_IFS
44554 test -z "$as_dir" && as_dir=.
44555 for ac_exec_ext in '' $ac_executable_extensions; do
44556 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44557 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
44558 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44559 break 2
44560 fi
44561 done
44562 done
44563
44564 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
44565 fi
44566 fi
44567 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
44568 if test -n "$AIX_CXX_LD"; then
44569 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
44570 echo "${ECHO_T}$AIX_CXX_LD" >&6
44571 else
44572 echo "$as_me:$LINENO: result: no" >&5
44573 echo "${ECHO_T}no" >&6
44574 fi
44575
44576 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
44577 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
44578 fi
44579 ;;
44580
44581 *-*-beos* )
44582 SHARED_LD_CC="${LD} -nostart -o"
44583 SHARED_LD_CXX="${LD} -nostart -o"
44584 ;;
44585
44586 *-*-irix* )
44587 if test "x$GCC" != "xyes"; then
44588 PIC_FLAG="-KPIC"
44589 fi
44590 ;;
44591
44592 *-*-cygwin* | *-*-mingw32* )
44593 PIC_FLAG=""
44594 SHARED_LD_CC="\$(CC) -shared -o"
44595 SHARED_LD_CXX="\$(CXX) -shared -o"
44596 WINDOWS_IMPLIB=1
44597 ;;
44598
44599 *-pc-os2_emx | *-pc-os2-emx )
44600 SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
44601 SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
44602 PIC_FLAG=""
44603
44604 D='$'
44605 cat <<EOF >dllar.sh
44606 #!/bin/sh
44607 #
44608 # dllar - a tool to build both a .dll and an .a file
44609 # from a set of object (.o) files for EMX/OS2.
44610 #
44611 # Written by Andrew Zabolotny, bit@freya.etu.ru
44612 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
44613 #
44614 # This script will accept a set of files on the command line.
44615 # All the public symbols from the .o files will be exported into
44616 # a .DEF file, then linker will be run (through gcc) against them to
44617 # build a shared library consisting of all given .o files. All libraries
44618 # (.a) will be first decompressed into component .o files then act as
44619 # described above. You can optionally give a description (-d "description")
44620 # which will be put into .DLL. To see the list of accepted options (as well
44621 # as command-line format) simply run this program without options. The .DLL
44622 # is built to be imported by name (there is no guarantee that new versions
44623 # of the library you build will have same ordinals for same symbols).
44624 #
44625 # dllar is free software; you can redistribute it and/or modify
44626 # it under the terms of the GNU General Public License as published by
44627 # the Free Software Foundation; either version 2, or (at your option)
44628 # any later version.
44629 #
44630 # dllar is distributed in the hope that it will be useful,
44631 # but WITHOUT ANY WARRANTY; without even the implied warranty of
44632 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
44633 # GNU General Public License for more details.
44634 #
44635 # You should have received a copy of the GNU General Public License
44636 # along with dllar; see the file COPYING. If not, write to the Free
44637 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
44638 # 02111-1307, USA.
44639
44640 # To successfuly run this program you will need:
44641 # - Current drive should have LFN support (HPFS, ext2, network, etc)
44642 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
44643 # - gcc
44644 # (used to build the .dll)
44645 # - emxexp
44646 # (used to create .def file from .o files)
44647 # - emximp
44648 # (used to create .a file from .def file)
44649 # - GNU text utilites (cat, sort, uniq)
44650 # used to process emxexp output
44651 # - GNU file utilities (mv, rm)
44652 # - GNU sed
44653 # - lxlite (optional, see flag below)
44654 # (used for general .dll cleanup)
44655 #
44656
44657 flag_USE_LXLITE=1;
44658
44659 #
44660 # helper functions
44661 # basnam, variant of basename, which does _not_ remove the path, _iff_
44662 # second argument (suffix to remove) is given
44663 basnam(){
44664 case ${D}# in
44665 1)
44666 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
44667 ;;
44668 2)
44669 echo ${D}1 | sed 's/'${D}2'${D}//'
44670 ;;
44671 *)
44672 echo "error in basnam ${D}*"
44673 exit 8
44674 ;;
44675 esac
44676 }
44677
44678 # Cleanup temporary files and output
44679 CleanUp() {
44680 cd ${D}curDir
44681 for i in ${D}inputFiles ; do
44682 case ${D}i in
44683 *!)
44684 rm -rf \`basnam ${D}i !\`
44685 ;;
44686 *)
44687 ;;
44688 esac
44689 done
44690
44691 # Kill result in case of failure as there is just to many stupid make/nmake
44692 # things out there which doesn't do this.
44693 if [ ${D}# -eq 0 ]; then
44694 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
44695 fi
44696 }
44697
44698 # Print usage and exit script with rc=1.
44699 PrintHelp() {
44700 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
44701 echo ' [-name-mangler-script script.sh]'
44702 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
44703 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
44704 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
44705 echo ' [*.o] [*.a]'
44706 echo '*> "output_file" should have no extension.'
44707 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
44708 echo ' The import library name is derived from this and is set to "name".a,'
44709 echo ' unless overridden by -import'
44710 echo '*> "importlib_name" should have no extension.'
44711 echo ' If it has the .o, or .a extension, it is automatically removed.'
44712 echo ' This name is used as the import library name and may be longer and'
44713 echo ' more descriptive than the DLL name which has to follow the old '
44714 echo ' 8.3 convention of FAT.'
44715 echo '*> "script.sh may be given to override the output_file name by a'
44716 echo ' different name. It is mainly useful if the regular make process'
44717 echo ' of some package does not take into account OS/2 restriction of'
44718 echo ' DLL name lengths. It takes the importlib name as input and is'
44719 echo ' supposed to procude a shorter name as output. The script should'
44720 echo ' expect to get importlib_name without extension and should produce'
44721 echo ' a (max.) 8 letter name without extension.'
44722 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
44723 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
44724 echo ' These flags will be put at the start of GCC command line.'
44725 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
44726 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
44727 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
44728 echo ' If the last character of a symbol is "*", all symbols beginning'
44729 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
44730 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
44731 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
44732 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
44733 echo ' C runtime DLLs.'
44734 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
44735 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
44736 echo ' unchanged to GCC at the end of command line.'
44737 echo '*> If you create a DLL from a library and you do not specify -o,'
44738 echo ' the basename for DLL and import library will be set to library name,'
44739 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
44740 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
44741 echo ' library will be renamed into gcc_s.a.'
44742 echo '--------'
44743 echo 'Example:'
44744 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
44745 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
44746 CleanUp
44747 exit 1
44748 }
44749
44750 # Execute a command.
44751 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
44752 # @Uses Whatever CleanUp() uses.
44753 doCommand() {
44754 echo "${D}*"
44755 eval ${D}*
44756 rcCmd=${D}?
44757
44758 if [ ${D}rcCmd -ne 0 ]; then
44759 echo "command failed, exit code="${D}rcCmd
44760 CleanUp
44761 exit ${D}rcCmd
44762 fi
44763 }
44764
44765 # main routine
44766 # setup globals
44767 cmdLine=${D}*
44768 outFile=""
44769 outimpFile=""
44770 inputFiles=""
44771 renameScript=""
44772 description=""
44773 CC=gcc.exe
44774 CFLAGS="-s -Zcrtdll"
44775 EXTRA_CFLAGS=""
44776 EXPORT_BY_ORDINALS=0
44777 exclude_symbols=""
44778 library_flags=""
44779 curDir=\`pwd\`
44780 curDirS=curDir
44781 case ${D}curDirS in
44782 */)
44783 ;;
44784 *)
44785 curDirS=${D}{curDirS}"/"
44786 ;;
44787 esac
44788 # Parse commandline
44789 libsToLink=0
44790 omfLinking=0
44791 while [ ${D}1 ]; do
44792 case ${D}1 in
44793 -ord*)
44794 EXPORT_BY_ORDINALS=1;
44795 ;;
44796 -o*)
44797 shift
44798 outFile=${D}1
44799 ;;
44800 -i*)
44801 shift
44802 outimpFile=${D}1
44803 ;;
44804 -name-mangler-script)
44805 shift
44806 renameScript=${D}1
44807 ;;
44808 -d*)
44809 shift
44810 description=${D}1
44811 ;;
44812 -f*)
44813 shift
44814 CFLAGS=${D}1
44815 ;;
44816 -c*)
44817 shift
44818 CC=${D}1
44819 ;;
44820 -h*)
44821 PrintHelp
44822 ;;
44823 -ex*)
44824 shift
44825 exclude_symbols=${D}{exclude_symbols}${D}1" "
44826 ;;
44827 -libf*)
44828 shift
44829 library_flags=${D}{library_flags}${D}1" "
44830 ;;
44831 -nocrt*)
44832 CFLAGS="-s"
44833 ;;
44834 -nolxl*)
44835 flag_USE_LXLITE=0
44836 ;;
44837 -* | /*)
44838 case ${D}1 in
44839 -L* | -l*)
44840 libsToLink=1
44841 ;;
44842 -Zomf)
44843 omfLinking=1
44844 ;;
44845 *)
44846 ;;
44847 esac
44848 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
44849 ;;
44850 *.dll)
44851 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
44852 if [ ${D}omfLinking -eq 1 ]; then
44853 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
44854 else
44855 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
44856 fi
44857 ;;
44858 *)
44859 found=0;
44860 if [ ${D}libsToLink -ne 0 ]; then
44861 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
44862 else
44863 for file in ${D}1 ; do
44864 if [ -f ${D}file ]; then
44865 inputFiles="${D}{inputFiles} ${D}file"
44866 found=1
44867 fi
44868 done
44869 if [ ${D}found -eq 0 ]; then
44870 echo "ERROR: No file(s) found: "${D}1
44871 exit 8
44872 fi
44873 fi
44874 ;;
44875 esac
44876 shift
44877 done # iterate cmdline words
44878
44879 #
44880 if [ -z "${D}inputFiles" ]; then
44881 echo "dllar: no input files"
44882 PrintHelp
44883 fi
44884
44885 # Now extract all .o files from .a files
44886 newInputFiles=""
44887 for file in ${D}inputFiles ; do
44888 case ${D}file in
44889 *.a | *.lib)
44890 case ${D}file in
44891 *.a)
44892 suffix=".a"
44893 AR="ar"
44894 ;;
44895 *.lib)
44896 suffix=".lib"
44897 AR="emxomfar"
44898 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
44899 ;;
44900 *)
44901 ;;
44902 esac
44903 dirname=\`basnam ${D}file ${D}suffix\`"_%"
44904 mkdir ${D}dirname
44905 if [ ${D}? -ne 0 ]; then
44906 echo "Failed to create subdirectory ./${D}dirname"
44907 CleanUp
44908 exit 8;
44909 fi
44910 # Append '!' to indicate archive
44911 newInputFiles="${D}newInputFiles ${D}{dirname}!"
44912 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
44913 cd ${D}curDir
44914 found=0;
44915 for subfile in ${D}dirname/*.o* ; do
44916 if [ -f ${D}subfile ]; then
44917 found=1
44918 if [ -s ${D}subfile ]; then
44919 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
44920 newInputFiles="${D}newInputFiles ${D}subfile"
44921 fi
44922 fi
44923 done
44924 if [ ${D}found -eq 0 ]; then
44925 echo "WARNING: there are no files in archive \\'${D}file\\'"
44926 fi
44927 ;;
44928 *)
44929 newInputFiles="${D}{newInputFiles} ${D}file"
44930 ;;
44931 esac
44932 done
44933 inputFiles="${D}newInputFiles"
44934
44935 # Output filename(s).
44936 do_backup=0;
44937 if [ -z ${D}outFile ]; then
44938 do_backup=1;
44939 set outFile ${D}inputFiles; outFile=${D}2
44940 fi
44941
44942 # If it is an archive, remove the '!' and the '_%' suffixes
44943 case ${D}outFile in
44944 *_%!)
44945 outFile=\`basnam ${D}outFile _%!\`
44946 ;;
44947 *)
44948 ;;
44949 esac
44950 case ${D}outFile in
44951 *.dll)
44952 outFile=\`basnam ${D}outFile .dll\`
44953 ;;
44954 *.DLL)
44955 outFile=\`basnam ${D}outFile .DLL\`
44956 ;;
44957 *.o)
44958 outFile=\`basnam ${D}outFile .o\`
44959 ;;
44960 *.obj)
44961 outFile=\`basnam ${D}outFile .obj\`
44962 ;;
44963 *.a)
44964 outFile=\`basnam ${D}outFile .a\`
44965 ;;
44966 *.lib)
44967 outFile=\`basnam ${D}outFile .lib\`
44968 ;;
44969 *)
44970 ;;
44971 esac
44972 case ${D}outimpFile in
44973 *.a)
44974 outimpFile=\`basnam ${D}outimpFile .a\`
44975 ;;
44976 *.lib)
44977 outimpFile=\`basnam ${D}outimpFile .lib\`
44978 ;;
44979 *)
44980 ;;
44981 esac
44982 if [ -z ${D}outimpFile ]; then
44983 outimpFile=${D}outFile
44984 fi
44985 defFile="${D}{outFile}.def"
44986 arcFile="${D}{outimpFile}.a"
44987 arcFile2="${D}{outimpFile}.lib"
44988
44989 #create ${D}dllFile as something matching 8.3 restrictions,
44990 if [ -z ${D}renameScript ] ; then
44991 dllFile="${D}outFile"
44992 else
44993 dllFile=\`${D}renameScript ${D}outimpFile\`
44994 fi
44995
44996 if [ ${D}do_backup -ne 0 ] ; then
44997 if [ -f ${D}arcFile ] ; then
44998 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
44999 fi
45000 if [ -f ${D}arcFile2 ] ; then
45001 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
45002 fi
45003 fi
45004
45005 # Extract public symbols from all the object files.
45006 tmpdefFile=${D}{defFile}_%
45007 rm -f ${D}tmpdefFile
45008 for file in ${D}inputFiles ; do
45009 case ${D}file in
45010 *!)
45011 ;;
45012 *)
45013 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
45014 ;;
45015 esac
45016 done
45017
45018 # Create the def file.
45019 rm -f ${D}defFile
45020 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
45021 dllFile="${D}{dllFile}.dll"
45022 if [ ! -z ${D}description ]; then
45023 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
45024 fi
45025 echo "EXPORTS" >> ${D}defFile
45026
45027 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
45028 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
45029
45030 # Checks if the export is ok or not.
45031 for word in ${D}exclude_symbols; do
45032 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
45033 mv ${D}{tmpdefFile}% ${D}tmpdefFile
45034 done
45035
45036
45037 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
45038 sed "=" < ${D}tmpdefFile | \\
45039 sed '
45040 N
45041 : loop
45042 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
45043 t loop
45044 ' > ${D}{tmpdefFile}%
45045 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
45046 else
45047 rm -f ${D}{tmpdefFile}%
45048 fi
45049 cat ${D}tmpdefFile >> ${D}defFile
45050 rm -f ${D}tmpdefFile
45051
45052 # Do linking, create implib, and apply lxlite.
45053 gccCmdl="";
45054 for file in ${D}inputFiles ; do
45055 case ${D}file in
45056 *!)
45057 ;;
45058 *)
45059 gccCmdl="${D}gccCmdl ${D}file"
45060 ;;
45061 esac
45062 done
45063 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
45064 touch "${D}{outFile}.dll"
45065
45066 doCommand "emximp -o ${D}arcFile ${D}defFile"
45067 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
45068 add_flags="";
45069 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
45070 add_flags="-ynd"
45071 fi
45072 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
45073 fi
45074 doCommand "emxomf -s -l ${D}arcFile"
45075
45076 # Successful exit.
45077 CleanUp 1
45078 exit 0
45079 EOF
45080
45081 chmod +x dllar.sh
45082 ;;
45083
45084 powerpc-apple-macos* | \
45085 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
45086 *-*-sunos4* | \
45087 *-*-osf* | \
45088 *-*-dgux5* | \
45089 *-*-sysv5* | \
45090 *-pc-msdosdjgpp )
45091 ;;
45092
45093 *)
45094 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
45095 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
45096 { (exit 1); exit 1; }; }
45097 esac
45098
45099 if test "x$PIC_FLAG" != "x" ; then
45100 PIC_FLAG="$PIC_FLAG -DPIC"
45101 fi
45102
45103 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
45104 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
45105 fi
45106 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
45107 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
45108 fi
45109
45110
45111
45112
45113
45114
45115
45116
45117
45118 USE_SOVERSION=0
45119 USE_SOVERLINUX=0
45120 USE_SOVERSOLARIS=0
45121 USE_SOVERCYGWIN=0
45122 USE_SOSYMLINKS=0
45123 USE_MACVERSION=0
45124 SONAME_FLAG=
45125
45126 case "${BAKEFILE_HOST}" in
45127 *-*-linux* | *-*-freebsd* | *-*-k*bsd*-gnu )
45128 SONAME_FLAG="-Wl,-soname,"
45129 USE_SOVERSION=1
45130 USE_SOVERLINUX=1
45131 USE_SOSYMLINKS=1
45132 ;;
45133
45134 *-*-solaris2* )
45135 SONAME_FLAG="-h "
45136 USE_SOVERSION=1
45137 USE_SOVERSOLARIS=1
45138 USE_SOSYMLINKS=1
45139 ;;
45140
45141 *-*-darwin* )
45142 USE_MACVERSION=1
45143 USE_SOVERSION=1
45144 USE_SOSYMLINKS=1
45145 ;;
45146
45147 *-*-cygwin* )
45148 USE_SOVERSION=1
45149 USE_SOVERCYGWIN=1
45150 ;;
45151 esac
45152
45153
45154
45155
45156
45157
45158
45159
45160
45161
45162 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
45163 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
45164 DEPS_TRACKING=1
45165
45166 if test "x$GCC" = "xyes"; then
45167 DEPSMODE=gcc
45168 case "${BAKEFILE_HOST}" in
45169 *-*-darwin* )
45170 DEPSFLAG="-no-cpp-precomp -MMD"
45171 ;;
45172 * )
45173 DEPSFLAG="-MMD"
45174 ;;
45175 esac
45176 echo "$as_me:$LINENO: result: gcc" >&5
45177 echo "${ECHO_T}gcc" >&6
45178 elif test "x$MWCC" = "xyes"; then
45179 DEPSMODE=mwcc
45180 DEPSFLAG="-MM"
45181 echo "$as_me:$LINENO: result: mwcc" >&5
45182 echo "${ECHO_T}mwcc" >&6
45183 elif test "x$SUNCC" = "xyes"; then
45184 DEPSMODE=unixcc
45185 DEPSFLAG="-xM1"
45186 echo "$as_me:$LINENO: result: Sun cc" >&5
45187 echo "${ECHO_T}Sun cc" >&6
45188 elif test "x$SGICC" = "xyes"; then
45189 DEPSMODE=unixcc
45190 DEPSFLAG="-M"
45191 echo "$as_me:$LINENO: result: SGI cc" >&5
45192 echo "${ECHO_T}SGI cc" >&6
45193 elif test "x$HPCC" = "xyes"; then
45194 DEPSMODE=unixcc
45195 DEPSFLAG="+make"
45196 echo "$as_me:$LINENO: result: HP cc" >&5
45197 echo "${ECHO_T}HP cc" >&6
45198 elif test "x$COMPAQCC" = "xyes"; then
45199 DEPSMODE=gcc
45200 DEPSFLAG="-MD"
45201 echo "$as_me:$LINENO: result: Compaq cc" >&5
45202 echo "${ECHO_T}Compaq cc" >&6
45203 else
45204 DEPS_TRACKING=0
45205 echo "$as_me:$LINENO: result: none" >&5
45206 echo "${ECHO_T}none" >&6
45207 fi
45208
45209 if test $DEPS_TRACKING = 1 ; then
45210
45211 D='$'
45212 cat <<EOF >bk-deps
45213 #!/bin/sh
45214
45215 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
45216 # script. It is used to track C/C++ files dependencies in portable way.
45217 #
45218 # Permission is given to use this file in any way.
45219
45220 DEPSMODE=${DEPSMODE}
45221 DEPSDIR=.deps
45222 DEPSFLAG="${DEPSFLAG}"
45223
45224 mkdir -p ${D}DEPSDIR
45225
45226 if test ${D}DEPSMODE = gcc ; then
45227 ${D}* ${D}{DEPSFLAG}
45228 status=${D}?
45229 if test ${D}{status} != 0 ; then
45230 exit ${D}{status}
45231 fi
45232 # move created file to the location we want it in:
45233 while test ${D}# -gt 0; do
45234 case "${D}1" in
45235 -o )
45236 shift
45237 objfile=${D}1
45238 ;;
45239 -* )
45240 ;;
45241 * )
45242 srcfile=${D}1
45243 ;;
45244 esac
45245 shift
45246 done
45247 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
45248 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
45249 if test -f ${D}depfile ; then
45250 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
45251 rm -f ${D}depfile
45252 else
45253 # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
45254 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
45255 if test ! -f ${D}depfile ; then
45256 # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
45257 depfile="${D}objfile.d"
45258 fi
45259 if test -f ${D}depfile ; then
45260 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
45261 rm -f ${D}depfile
45262 fi
45263 fi
45264 exit 0
45265 elif test ${D}DEPSMODE = mwcc ; then
45266 ${D}* || exit ${D}?
45267 # Run mwcc again with -MM and redirect into the dep file we want
45268 # NOTE: We can't use shift here because we need ${D}* to be valid
45269 prevarg=
45270 for arg in ${D}* ; do
45271 if test "${D}prevarg" = "-o"; then
45272 objfile=${D}arg
45273 else
45274 case "${D}arg" in
45275 -* )
45276 ;;
45277 * )
45278 srcfile=${D}arg
45279 ;;
45280 esac
45281 fi
45282 prevarg="${D}arg"
45283 done
45284 ${D}* ${D}DEPSFLAG >${D}{DEPSDIR}/${D}{objfile}.d
45285 exit 0
45286 elif test ${D}DEPSMODE = unixcc; then
45287 ${D}* || exit ${D}?
45288 # Run compiler again with deps flag and redirect into the dep file.
45289 # It doesn't work if the '-o FILE' option is used, but without it the
45290 # dependency file will contain the wrong name for the object. So it is
45291 # removed from the command line, and the dep file is fixed with sed.
45292 cmd=""
45293 while test ${D}# -gt 0; do
45294 case "${D}1" in
45295 -o )
45296 shift
45297 objfile=${D}1
45298 ;;
45299 * )
45300 eval arg${D}#=\\${D}1
45301 cmd="${D}cmd \\${D}arg${D}#"
45302 ;;
45303 esac
45304 shift
45305 done
45306 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfile}.d
45307 exit 0
45308 else
45309 ${D}*
45310 exit ${D}?
45311 fi
45312 EOF
45313
45314 chmod +x bk-deps
45315 fi
45316
45317
45318
45319
45320 case ${BAKEFILE_HOST} in
45321 *-*-cygwin* | *-*-mingw32* )
45322 if test -n "$ac_tool_prefix"; then
45323 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
45324 set dummy ${ac_tool_prefix}windres; ac_word=$2
45325 echo "$as_me:$LINENO: checking for $ac_word" >&5
45326 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45327 if test "${ac_cv_prog_WINDRES+set}" = set; then
45328 echo $ECHO_N "(cached) $ECHO_C" >&6
45329 else
45330 if test -n "$WINDRES"; then
45331 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
45332 else
45333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45334 for as_dir in $PATH
45335 do
45336 IFS=$as_save_IFS
45337 test -z "$as_dir" && as_dir=.
45338 for ac_exec_ext in '' $ac_executable_extensions; do
45339 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45340 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
45341 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45342 break 2
45343 fi
45344 done
45345 done
45346
45347 fi
45348 fi
45349 WINDRES=$ac_cv_prog_WINDRES
45350 if test -n "$WINDRES"; then
45351 echo "$as_me:$LINENO: result: $WINDRES" >&5
45352 echo "${ECHO_T}$WINDRES" >&6
45353 else
45354 echo "$as_me:$LINENO: result: no" >&5
45355 echo "${ECHO_T}no" >&6
45356 fi
45357
45358 fi
45359 if test -z "$ac_cv_prog_WINDRES"; then
45360 ac_ct_WINDRES=$WINDRES
45361 # Extract the first word of "windres", so it can be a program name with args.
45362 set dummy windres; ac_word=$2
45363 echo "$as_me:$LINENO: checking for $ac_word" >&5
45364 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45365 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
45366 echo $ECHO_N "(cached) $ECHO_C" >&6
45367 else
45368 if test -n "$ac_ct_WINDRES"; then
45369 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
45370 else
45371 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45372 for as_dir in $PATH
45373 do
45374 IFS=$as_save_IFS
45375 test -z "$as_dir" && as_dir=.
45376 for ac_exec_ext in '' $ac_executable_extensions; do
45377 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45378 ac_cv_prog_ac_ct_WINDRES="windres"
45379 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45380 break 2
45381 fi
45382 done
45383 done
45384
45385 fi
45386 fi
45387 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
45388 if test -n "$ac_ct_WINDRES"; then
45389 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
45390 echo "${ECHO_T}$ac_ct_WINDRES" >&6
45391 else
45392 echo "$as_me:$LINENO: result: no" >&5
45393 echo "${ECHO_T}no" >&6
45394 fi
45395
45396 WINDRES=$ac_ct_WINDRES
45397 else
45398 WINDRES="$ac_cv_prog_WINDRES"
45399 fi
45400
45401 ;;
45402
45403 *-*-darwin* | powerpc-apple-macos* )
45404 # Extract the first word of "Rez", so it can be a program name with args.
45405 set dummy Rez; ac_word=$2
45406 echo "$as_me:$LINENO: checking for $ac_word" >&5
45407 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45408 if test "${ac_cv_prog_REZ+set}" = set; then
45409 echo $ECHO_N "(cached) $ECHO_C" >&6
45410 else
45411 if test -n "$REZ"; then
45412 ac_cv_prog_REZ="$REZ" # Let the user override the test.
45413 else
45414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45415 for as_dir in $PATH
45416 do
45417 IFS=$as_save_IFS
45418 test -z "$as_dir" && as_dir=.
45419 for ac_exec_ext in '' $ac_executable_extensions; do
45420 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45421 ac_cv_prog_REZ="Rez"
45422 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45423 break 2
45424 fi
45425 done
45426 done
45427
45428 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez"
45429 fi
45430 fi
45431 REZ=$ac_cv_prog_REZ
45432 if test -n "$REZ"; then
45433 echo "$as_me:$LINENO: result: $REZ" >&5
45434 echo "${ECHO_T}$REZ" >&6
45435 else
45436 echo "$as_me:$LINENO: result: no" >&5
45437 echo "${ECHO_T}no" >&6
45438 fi
45439
45440 # Extract the first word of "SetFile", so it can be a program name with args.
45441 set dummy SetFile; ac_word=$2
45442 echo "$as_me:$LINENO: checking for $ac_word" >&5
45443 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45444 if test "${ac_cv_prog_SETFILE+set}" = set; then
45445 echo $ECHO_N "(cached) $ECHO_C" >&6
45446 else
45447 if test -n "$SETFILE"; then
45448 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
45449 else
45450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45451 for as_dir in $PATH
45452 do
45453 IFS=$as_save_IFS
45454 test -z "$as_dir" && as_dir=.
45455 for ac_exec_ext in '' $ac_executable_extensions; do
45456 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45457 ac_cv_prog_SETFILE="SetFile"
45458 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45459 break 2
45460 fi
45461 done
45462 done
45463
45464 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
45465 fi
45466 fi
45467 SETFILE=$ac_cv_prog_SETFILE
45468 if test -n "$SETFILE"; then
45469 echo "$as_me:$LINENO: result: $SETFILE" >&5
45470 echo "${ECHO_T}$SETFILE" >&6
45471 else
45472 echo "$as_me:$LINENO: result: no" >&5
45473 echo "${ECHO_T}no" >&6
45474 fi
45475
45476 ;;
45477 esac
45478
45479
45480
45481
45482
45483
45484 BAKEFILE_BAKEFILE_M4_VERSION="0.1.9"
45485
45486
45487 BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.9"
45488
45489
45490
45491 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
45492 if test "${enable_precomp_headers+set}" = set; then
45493 enableval="$enable_precomp_headers"
45494 bk_use_pch="$enableval"
45495 fi;
45496
45497 GCC_PCH=0
45498
45499 case ${BAKEFILE_HOST} in
45500 *-*-cygwin* )
45501 bk_use_pch="no"
45502 ;;
45503 esac
45504
45505 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
45506 if test "x$GCC" = "xyes"; then
45507 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
45508 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
45509 cat >conftest.$ac_ext <<_ACEOF
45510 /* confdefs.h. */
45511 _ACEOF
45512 cat confdefs.h >>conftest.$ac_ext
45513 cat >>conftest.$ac_ext <<_ACEOF
45514 /* end confdefs.h. */
45515
45516 int
45517 main ()
45518 {
45519
45520 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
45521 #error "no pch support"
45522 #endif
45523 #if (__GNUC__ < 3)
45524 #error "no pch support"
45525 #endif
45526 #if (__GNUC__ == 3) && \
45527 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
45528 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
45529 #error "no pch support"
45530 #endif
45531
45532 ;
45533 return 0;
45534 }
45535 _ACEOF
45536 rm -f conftest.$ac_objext
45537 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45538 (eval $ac_compile) 2>conftest.er1
45539 ac_status=$?
45540 grep -v '^ *+' conftest.er1 >conftest.err
45541 rm -f conftest.er1
45542 cat conftest.err >&5
45543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45544 (exit $ac_status); } &&
45545 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
45546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45547 (eval $ac_try) 2>&5
45548 ac_status=$?
45549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45550 (exit $ac_status); }; } &&
45551 { ac_try='test -s conftest.$ac_objext'
45552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45553 (eval $ac_try) 2>&5
45554 ac_status=$?
45555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45556 (exit $ac_status); }; }; then
45557
45558 echo "$as_me:$LINENO: result: yes" >&5
45559 echo "${ECHO_T}yes" >&6
45560 GCC_PCH=1
45561
45562 else
45563 echo "$as_me: failed program was:" >&5
45564 sed 's/^/| /' conftest.$ac_ext >&5
45565
45566
45567 echo "$as_me:$LINENO: result: no" >&5
45568 echo "${ECHO_T}no" >&6
45569
45570 fi
45571 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
45572 if test $GCC_PCH = 1 ; then
45573
45574 D='$'
45575 cat <<EOF >bk-make-pch
45576 #!/bin/sh
45577
45578 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
45579 # script. It is used to generated precompiled headers.
45580 #
45581 # Permission is given to use this file in any way.
45582
45583 outfile="${D}{1}"
45584 header="${D}{2}"
45585 shift
45586 shift
45587
45588 compiler=
45589 headerfile=
45590 while test ${D}{#} -gt 0; do
45591 case "${D}{1}" in
45592 -I* )
45593 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
45594 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
45595 headerfile="${D}{incdir}/${D}{header}"
45596 fi
45597 ;;
45598 esac
45599 compiler="${D}{compiler} ${D}{1}"
45600 shift
45601 done
45602
45603 if test "x${D}{headerfile}" = "x" ; then
45604 echo "error: can't find header ${D}{header} in include paths" >2
45605 else
45606 if test -f ${D}{outfile} ; then
45607 rm -f ${D}{outfile}
45608 else
45609 mkdir -p \`dirname ${D}{outfile}\`
45610 fi
45611 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
45612 mkdir -p .deps
45613 # can do this because gcc is >= 3.4:
45614 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
45615 exit ${D}{?}
45616 fi
45617 EOF
45618
45619 chmod +x bk-make-pch
45620 fi
45621 fi
45622 fi
45623
45624
45625
45626 COND_BUILD_DEBUG="#"
45627 if test "x$BUILD" = "xdebug" ; then
45628 COND_BUILD_DEBUG=""
45629 fi
45630
45631 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
45632 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
45633 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
45634 fi
45635
45636 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
45637 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
45638 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
45639 fi
45640
45641 COND_BUILD_DEBUG_UNICODE_0="#"
45642 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
45643 COND_BUILD_DEBUG_UNICODE_0=""
45644 fi
45645
45646 COND_BUILD_DEBUG_UNICODE_1="#"
45647 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
45648 COND_BUILD_DEBUG_UNICODE_1=""
45649 fi
45650
45651 COND_BUILD_RELEASE="#"
45652 if test "x$BUILD" = "xrelease" ; then
45653 COND_BUILD_RELEASE=""
45654 fi
45655
45656 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
45657 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
45658 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
45659 fi
45660
45661 COND_BUILD_RELEASE_UNICODE_0="#"
45662 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
45663 COND_BUILD_RELEASE_UNICODE_0=""
45664 fi
45665
45666 COND_BUILD_RELEASE_UNICODE_1="#"
45667 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
45668 COND_BUILD_RELEASE_UNICODE_1=""
45669 fi
45670
45671 COND_DEBUG_FLAG_1="#"
45672 if test "x$DEBUG_FLAG" = "x1" ; then
45673 COND_DEBUG_FLAG_1=""
45674 fi
45675
45676 COND_DEBUG_INFO_0="#"
45677 if test "x$DEBUG_INFO" = "x0" ; then
45678 COND_DEBUG_INFO_0=""
45679 fi
45680
45681 COND_DEBUG_INFO_1="#"
45682 if test "x$DEBUG_INFO" = "x1" ; then
45683 COND_DEBUG_INFO_1=""
45684 fi
45685
45686 COND_DEPS_TRACKING_0="#"
45687 if test "x$DEPS_TRACKING" = "x0" ; then
45688 COND_DEPS_TRACKING_0=""
45689 fi
45690
45691 COND_DEPS_TRACKING_1="#"
45692 if test "x$DEPS_TRACKING" = "x1" ; then
45693 COND_DEPS_TRACKING_1=""
45694 fi
45695
45696 COND_GCC_PCH_1="#"
45697 if test "x$GCC_PCH" = "x1" ; then
45698 COND_GCC_PCH_1=""
45699 fi
45700
45701 COND_MONOLITHIC_0="#"
45702 if test "x$MONOLITHIC" = "x0" ; then
45703 COND_MONOLITHIC_0=""
45704 fi
45705
45706 COND_MONOLITHIC_0_SHARED_0="#"
45707 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
45708 COND_MONOLITHIC_0_SHARED_0=""
45709 fi
45710
45711 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
45712 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
45713 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
45714 fi
45715
45716 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
45717 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
45718 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
45719 fi
45720
45721 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="#"
45722 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
45723 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1=""
45724 fi
45725
45726 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
45727 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
45728 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
45729 fi
45730
45731 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="#"
45732 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
45733 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1=""
45734 fi
45735
45736 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
45737 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
45738 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
45739 fi
45740
45741 COND_MONOLITHIC_0_SHARED_1="#"
45742 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
45743 COND_MONOLITHIC_0_SHARED_1=""
45744 fi
45745
45746 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
45747 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
45748 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
45749 fi
45750
45751 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
45752 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
45753 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
45754 fi
45755
45756 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="#"
45757 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
45758 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1=""
45759 fi
45760
45761 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
45762 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
45763 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
45764 fi
45765
45766 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="#"
45767 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
45768 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1=""
45769 fi
45770
45771 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
45772 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
45773 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
45774 fi
45775
45776 COND_MONOLITHIC_0_USE_ODBC_1="#"
45777 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
45778 COND_MONOLITHIC_0_USE_ODBC_1=""
45779 fi
45780
45781 COND_MONOLITHIC_1="#"
45782 if test "x$MONOLITHIC" = "x1" ; then
45783 COND_MONOLITHIC_1=""
45784 fi
45785
45786 COND_MONOLITHIC_1_SHARED_0="#"
45787 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
45788 COND_MONOLITHIC_1_SHARED_0=""
45789 fi
45790
45791 COND_MONOLITHIC_1_SHARED_1="#"
45792 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
45793 COND_MONOLITHIC_1_SHARED_1=""
45794 fi
45795
45796 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
45797 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
45798 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
45799 fi
45800
45801 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
45802 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
45803 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
45804 fi
45805
45806 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="#"
45807 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
45808 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=""
45809 fi
45810
45811 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
45812 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
45813 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
45814 fi
45815
45816 COND_PLATFORM_MACOSX_1="#"
45817 if test "x$PLATFORM_MACOSX" = "x1" ; then
45818 COND_PLATFORM_MACOSX_1=""
45819 fi
45820
45821 COND_PLATFORM_MACOSX_1_TOOLKIT_="#"
45822 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
45823 COND_PLATFORM_MACOSX_1_TOOLKIT_=""
45824 fi
45825
45826 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#"
45827 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
45828 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA=""
45829 fi
45830
45831 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#"
45832 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
45833 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK=""
45834 fi
45835
45836 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#"
45837 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
45838 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC=""
45839 fi
45840
45841 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1="#"
45842 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
45843 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1=""
45844 fi
45845
45846 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
45847 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
45848 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
45849 fi
45850
45851 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="#"
45852 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
45853 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF=""
45854 fi
45855
45856 COND_PLATFORM_MACOSX_1_TOOLKIT_X11="#"
45857 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
45858 COND_PLATFORM_MACOSX_1_TOOLKIT_X11=""
45859 fi
45860
45861 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
45862 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
45863 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
45864 fi
45865
45866 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
45867 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
45868 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
45869 fi
45870
45871 COND_PLATFORM_MACOS_1="#"
45872 if test "x$PLATFORM_MACOS" = "x1" ; then
45873 COND_PLATFORM_MACOS_1=""
45874 fi
45875
45876 COND_PLATFORM_MAC_1="#"
45877 if test "x$PLATFORM_MAC" = "x1" ; then
45878 COND_PLATFORM_MAC_1=""
45879 fi
45880
45881 COND_PLATFORM_MSDOS_1="#"
45882 if test "x$PLATFORM_MSDOS" = "x1" ; then
45883 COND_PLATFORM_MSDOS_1=""
45884 fi
45885
45886 COND_PLATFORM_OS2_1="#"
45887 if test "x$PLATFORM_OS2" = "x1" ; then
45888 COND_PLATFORM_OS2_1=""
45889 fi
45890
45891 COND_PLATFORM_UNIX_0="#"
45892 if test "x$PLATFORM_UNIX" = "x0" ; then
45893 COND_PLATFORM_UNIX_0=""
45894 fi
45895
45896 COND_PLATFORM_UNIX_1="#"
45897 if test "x$PLATFORM_UNIX" = "x1" ; then
45898 COND_PLATFORM_UNIX_1=""
45899 fi
45900
45901 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
45902 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
45903 COND_PLATFORM_UNIX_1_USE_GUI_1=""
45904 fi
45905
45906 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
45907 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
45908 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
45909 fi
45910
45911 COND_PLATFORM_WIN32_0="#"
45912 if test "x$PLATFORM_WIN32" = "x0" ; then
45913 COND_PLATFORM_WIN32_0=""
45914 fi
45915
45916 COND_PLATFORM_WIN32_1="#"
45917 if test "x$PLATFORM_WIN32" = "x1" ; then
45918 COND_PLATFORM_WIN32_1=""
45919 fi
45920
45921 COND_SHARED_0="#"
45922 if test "x$SHARED" = "x0" ; then
45923 COND_SHARED_0=""
45924 fi
45925
45926 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
45927 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
45928 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
45929 fi
45930
45931 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
45932 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
45933 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
45934 fi
45935
45936 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
45937 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
45938 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
45939 fi
45940
45941 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
45942 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
45943 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
45944 fi
45945
45946 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
45947 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
45948 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
45949 fi
45950
45951 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
45952 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
45953 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
45954 fi
45955
45956 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
45957 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
45958 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
45959 fi
45960
45961 COND_SHARED_0_USE_XRC_1="#"
45962 if test "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
45963 COND_SHARED_0_USE_XRC_1=""
45964 fi
45965
45966 COND_SHARED_0_WXUSE_EXPAT_BUILTIN="#"
45967 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
45968 COND_SHARED_0_WXUSE_EXPAT_BUILTIN=""
45969 fi
45970
45971 COND_SHARED_0_WXUSE_ODBC_BUILTIN="#"
45972 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
45973 COND_SHARED_0_WXUSE_ODBC_BUILTIN=""
45974 fi
45975
45976 COND_SHARED_0_WXUSE_REGEX_BUILTIN="#"
45977 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
45978 COND_SHARED_0_WXUSE_REGEX_BUILTIN=""
45979 fi
45980
45981 COND_SHARED_0_WXUSE_ZLIB_BUILTIN="#"
45982 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
45983 COND_SHARED_0_WXUSE_ZLIB_BUILTIN=""
45984 fi
45985
45986 COND_SHARED_1="#"
45987 if test "x$SHARED" = "x1" ; then
45988 COND_SHARED_1=""
45989 fi
45990
45991 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
45992 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
45993 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
45994 fi
45995
45996 COND_SHARED_1_USE_XRC_1="#"
45997 if test "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
45998 COND_SHARED_1_USE_XRC_1=""
45999 fi
46000
46001 COND_TOOLKIT_="#"
46002 if test "x$TOOLKIT" = "x" ; then
46003 COND_TOOLKIT_=""
46004 fi
46005
46006 COND_TOOLKIT_COCOA="#"
46007 if test "x$TOOLKIT" = "xCOCOA" ; then
46008 COND_TOOLKIT_COCOA=""
46009 fi
46010
46011 COND_TOOLKIT_COCOA_USE_GUI_1="#"
46012 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
46013 COND_TOOLKIT_COCOA_USE_GUI_1=""
46014 fi
46015
46016 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
46017 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46018 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
46019 fi
46020
46021 COND_TOOLKIT_GTK="#"
46022 if test "x$TOOLKIT" = "xGTK" ; then
46023 COND_TOOLKIT_GTK=""
46024 fi
46025
46026 COND_TOOLKIT_GTK_USE_GUI_1="#"
46027 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
46028 COND_TOOLKIT_GTK_USE_GUI_1=""
46029 fi
46030
46031 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#"
46032 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46033 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0=""
46034 fi
46035
46036 COND_TOOLKIT_MAC="#"
46037 if test "x$TOOLKIT" = "xMAC" ; then
46038 COND_TOOLKIT_MAC=""
46039 fi
46040
46041 COND_TOOLKIT_MAC_USE_GUI_1="#"
46042 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
46043 COND_TOOLKIT_MAC_USE_GUI_1=""
46044 fi
46045
46046 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
46047 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46048 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
46049 fi
46050
46051 COND_TOOLKIT_MGL="#"
46052 if test "x$TOOLKIT" = "xMGL" ; then
46053 COND_TOOLKIT_MGL=""
46054 fi
46055
46056 COND_TOOLKIT_MGL_USE_GUI_1="#"
46057 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
46058 COND_TOOLKIT_MGL_USE_GUI_1=""
46059 fi
46060
46061 COND_TOOLKIT_MOTIF="#"
46062 if test "x$TOOLKIT" = "xMOTIF" ; then
46063 COND_TOOLKIT_MOTIF=""
46064 fi
46065
46066 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
46067 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
46068 COND_TOOLKIT_MOTIF_USE_GUI_1=""
46069 fi
46070
46071 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
46072 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46073 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
46074 fi
46075
46076 COND_TOOLKIT_MSW="#"
46077 if test "x$TOOLKIT" = "xMSW" ; then
46078 COND_TOOLKIT_MSW=""
46079 fi
46080
46081 COND_TOOLKIT_MSW_USE_GUI_1="#"
46082 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
46083 COND_TOOLKIT_MSW_USE_GUI_1=""
46084 fi
46085
46086 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
46087 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46088 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
46089 fi
46090
46091 COND_TOOLKIT_MSW_WXUNIV_0="#"
46092 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
46093 COND_TOOLKIT_MSW_WXUNIV_0=""
46094 fi
46095
46096 COND_TOOLKIT_PM="#"
46097 if test "x$TOOLKIT" = "xPM" ; then
46098 COND_TOOLKIT_PM=""
46099 fi
46100
46101 COND_TOOLKIT_PM_USE_GUI_1="#"
46102 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
46103 COND_TOOLKIT_PM_USE_GUI_1=""
46104 fi
46105
46106 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
46107 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46108 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
46109 fi
46110
46111 COND_TOOLKIT_WINCE="#"
46112 if test "x$TOOLKIT" = "xWINCE" ; then
46113 COND_TOOLKIT_WINCE=""
46114 fi
46115
46116 COND_TOOLKIT_WINCE_USE_GUI_1="#"
46117 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
46118 COND_TOOLKIT_WINCE_USE_GUI_1=""
46119 fi
46120
46121 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
46122 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46123 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
46124 fi
46125
46126 COND_TOOLKIT_WINCE_WXUNIV_0="#"
46127 if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
46128 COND_TOOLKIT_WINCE_WXUNIV_0=""
46129 fi
46130
46131 COND_TOOLKIT_X11="#"
46132 if test "x$TOOLKIT" = "xX11" ; then
46133 COND_TOOLKIT_X11=""
46134 fi
46135
46136 COND_TOOLKIT_X11_USE_GUI_1="#"
46137 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
46138 COND_TOOLKIT_X11_USE_GUI_1=""
46139 fi
46140
46141 COND_UNICODE_1="#"
46142 if test "x$UNICODE" = "x1" ; then
46143 COND_UNICODE_1=""
46144 fi
46145
46146 COND_USE_EXCEPTIONS_0="#"
46147 if test "x$USE_EXCEPTIONS" = "x0" ; then
46148 COND_USE_EXCEPTIONS_0=""
46149 fi
46150
46151 COND_USE_EXCEPTIONS_1="#"
46152 if test "x$USE_EXCEPTIONS" = "x1" ; then
46153 COND_USE_EXCEPTIONS_1=""
46154 fi
46155
46156 COND_USE_GUI_0="#"
46157 if test "x$USE_GUI" = "x0" ; then
46158 COND_USE_GUI_0=""
46159 fi
46160
46161 COND_USE_GUI_1="#"
46162 if test "x$USE_GUI" = "x1" ; then
46163 COND_USE_GUI_1=""
46164 fi
46165
46166 COND_USE_GUI_1_WXUNIV_0="#"
46167 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46168 COND_USE_GUI_1_WXUNIV_0=""
46169 fi
46170
46171 COND_USE_GUI_1_WXUNIV_1="#"
46172 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
46173 COND_USE_GUI_1_WXUNIV_1=""
46174 fi
46175
46176 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
46177 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
46178 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
46179 fi
46180
46181 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
46182 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
46183 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
46184 fi
46185
46186 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
46187 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
46188 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
46189 fi
46190
46191 COND_USE_ODBC_1="#"
46192 if test "x$USE_ODBC" = "x1" ; then
46193 COND_USE_ODBC_1=""
46194 fi
46195
46196 COND_USE_OPENGL_1="#"
46197 if test "x$USE_OPENGL" = "x1" ; then
46198 COND_USE_OPENGL_1=""
46199 fi
46200
46201 COND_USE_PLUGINS_0="#"
46202 if test "x$USE_PLUGINS" = "x0" ; then
46203 COND_USE_PLUGINS_0=""
46204 fi
46205
46206 COND_USE_RTTI_0="#"
46207 if test "x$USE_RTTI" = "x0" ; then
46208 COND_USE_RTTI_0=""
46209 fi
46210
46211 COND_USE_RTTI_1="#"
46212 if test "x$USE_RTTI" = "x1" ; then
46213 COND_USE_RTTI_1=""
46214 fi
46215
46216 COND_USE_SOSYMLINKS_1="#"
46217 if test "x$USE_SOSYMLINKS" = "x1" ; then
46218 COND_USE_SOSYMLINKS_1=""
46219 fi
46220
46221 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="#"
46222 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
46223 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1=""
46224 fi
46225
46226 COND_USE_SOVERLINUX_1="#"
46227 if test "x$USE_SOVERLINUX" = "x1" ; then
46228 COND_USE_SOVERLINUX_1=""
46229 fi
46230
46231 COND_USE_SOVERSION_0="#"
46232 if test "x$USE_SOVERSION" = "x0" ; then
46233 COND_USE_SOVERSION_0=""
46234 fi
46235
46236 COND_USE_SOVERSOLARIS_1="#"
46237 if test "x$USE_SOVERSOLARIS" = "x1" ; then
46238 COND_USE_SOVERSOLARIS_1=""
46239 fi
46240
46241 COND_USE_THREADS_0="#"
46242 if test "x$USE_THREADS" = "x0" ; then
46243 COND_USE_THREADS_0=""
46244 fi
46245
46246 COND_USE_THREADS_1="#"
46247 if test "x$USE_THREADS" = "x1" ; then
46248 COND_USE_THREADS_1=""
46249 fi
46250
46251 COND_USE_XRC_1="#"
46252 if test "x$USE_XRC" = "x1" ; then
46253 COND_USE_XRC_1=""
46254 fi
46255
46256 COND_WINDOWS_IMPLIB_1="#"
46257 if test "x$WINDOWS_IMPLIB" = "x1" ; then
46258 COND_WINDOWS_IMPLIB_1=""
46259 fi
46260
46261 COND_WITH_PLUGIN_SDL_1="#"
46262 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
46263 COND_WITH_PLUGIN_SDL_1=""
46264 fi
46265
46266 COND_WXUNIV_0="#"
46267 if test "x$WXUNIV" = "x0" ; then
46268 COND_WXUNIV_0=""
46269 fi
46270
46271 COND_WXUNIV_1="#"
46272 if test "x$WXUNIV" = "x1" ; then
46273 COND_WXUNIV_1=""
46274 fi
46275
46276 COND_WXUSE_EXPAT_BUILTIN="#"
46277 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
46278 COND_WXUSE_EXPAT_BUILTIN=""
46279 fi
46280
46281 COND_WXUSE_LIBJPEG_BUILTIN="#"
46282 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
46283 COND_WXUSE_LIBJPEG_BUILTIN=""
46284 fi
46285
46286 COND_WXUSE_LIBPNG_BUILTIN="#"
46287 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
46288 COND_WXUSE_LIBPNG_BUILTIN=""
46289 fi
46290
46291 COND_WXUSE_LIBTIFF_BUILTIN="#"
46292 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
46293 COND_WXUSE_LIBTIFF_BUILTIN=""
46294 fi
46295
46296 COND_WXUSE_ODBC_BUILTIN="#"
46297 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
46298 COND_WXUSE_ODBC_BUILTIN=""
46299 fi
46300
46301 COND_WXUSE_REGEX_BUILTIN="#"
46302 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
46303 COND_WXUSE_REGEX_BUILTIN=""
46304 fi
46305
46306 COND_WXUSE_ZLIB_BUILTIN="#"
46307 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
46308 COND_WXUSE_ZLIB_BUILTIN=""
46309 fi
46310
46311
46312
46313 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
46314 { { echo "$as_me:$LINENO: error: No version found in autoconf_inc.m4 - bakefile macro was changed to take additional argument, perhaps configure.in wasn't updated (see the documentation)?" >&5
46315 echo "$as_me: error: No version found in autoconf_inc.m4 - bakefile macro was changed to take additional argument, perhaps configure.in wasn't updated (see the documentation)?" >&2;}
46316 { (exit 1); exit 1; }; }
46317 fi
46318
46319 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
46320 { { 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
46321 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;}
46322 { (exit 1); exit 1; }; }
46323 fi
46324
46325
46326 if test "$wxUSE_SHARED" = "yes"; then
46327
46328 sanitised_bakefile_mess=`echo "$SHARED_LD_CXX" | tr -d '()'`
46329 EXE_LINKER=`eval echo "$sanitised_bakefile_mess"`
46330
46331 case "${host}" in
46332 *-pc-os2_emx | *-pc-os2-emx )
46333 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
46334 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
46335 cp -p ${srcdir}/src/os2/dllnames.sh .
46336 cp -p ${srcdir}/src/os2/dllar.sh .
46337 ;;
46338 esac
46339 else
46340
46341 EXE_LINKER="$CXX -o"
46342
46343 fi
46344 if test "$wxUSE_OMF" = "yes"; then
46345 case "${host}" in
46346 *-pc-os2_emx | *-pc-os2-emx )
46347 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
46348 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
46349 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
46350 ;;
46351 esac
46352 fi
46353
46354 if test $GCC_PCH = 1 ; then
46355 CPPFLAGS="-DWX_PRECOMP $CPPFLAGS"
46356 fi
46357
46358 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
46359 WXCONFIG_RESCOMP="$WINDRES $WXCONFIG_RESFLAGS"
46360
46361 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
46362
46363
46364
46365
46366
46367
46368
46369
46370
46371
46372
46373
46374
46375
46376
46377
46378
46379
46380
46381
46382
46383
46384
46385
46386
46387
46388
46389
46390
46391
46392
46393
46394
46395
46396
46397
46398
46399
46400
46401
46402
46403
46404
46405
46406
46407
46408
46409
46410
46411
46412
46413
46414
46415
46416
46417
46418
46419
46420
46421
46422
46423 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
46424 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
46425 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
46426 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
46427 echo $ECHO_N "(cached) $ECHO_C" >&6
46428 else
46429 cat >conftest.make <<\_ACEOF
46430 all:
46431 @echo 'ac_maketemp="$(MAKE)"'
46432 _ACEOF
46433 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
46434 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
46435 if test -n "$ac_maketemp"; then
46436 eval ac_cv_prog_make_${ac_make}_set=yes
46437 else
46438 eval ac_cv_prog_make_${ac_make}_set=no
46439 fi
46440 rm -f conftest.make
46441 fi
46442 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
46443 echo "$as_me:$LINENO: result: yes" >&5
46444 echo "${ECHO_T}yes" >&6
46445 SET_MAKE=
46446 else
46447 echo "$as_me:$LINENO: result: no" >&5
46448 echo "${ECHO_T}no" >&6
46449 SET_MAKE="MAKE=${MAKE-make}"
46450 fi
46451
46452
46453
46454 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
46455
46456
46457 if test "$USE_WIN32" = 1; then
46458 ac_config_commands="$ac_config_commands
46459 rcdefs.h
46460 "
46461
46462 fi
46463
46464 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
46465
46466
46467 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
46468
46469
46470 ac_config_files="$ac_config_files version-script Makefile"
46471
46472
46473 ac_config_commands="$ac_config_commands wx-config"
46474
46475
46476
46477 if test "$wxWITH_SUBDIRS" != "no"; then
46478 if test "$wxUSE_GUI" = "yes"; then
46479 SUBDIRS="samples demos utils contrib"
46480 else SUBDIRS="samples utils"
46481 fi
46482
46483
46484
46485 # Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
46486 if test "${with_cppunit_prefix+set}" = set; then
46487 withval="$with_cppunit_prefix"
46488 cppunit_config_prefix="$withval"
46489 else
46490 cppunit_config_prefix=""
46491 fi;
46492
46493 # Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
46494 if test "${with_cppunit_exec_prefix+set}" = set; then
46495 withval="$with_cppunit_exec_prefix"
46496 cppunit_config_exec_prefix="$withval"
46497 else
46498 cppunit_config_exec_prefix=""
46499 fi;
46500
46501 if test x$cppunit_config_exec_prefix != x ; then
46502 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
46503 if test x${CPPUNIT_CONFIG+set} != xset ; then
46504 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
46505 fi
46506 fi
46507 if test x$cppunit_config_prefix != x ; then
46508 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
46509 if test x${CPPUNIT_CONFIG+set} != xset ; then
46510 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
46511 fi
46512 fi
46513
46514 # Extract the first word of "cppunit-config", so it can be a program name with args.
46515 set dummy cppunit-config; ac_word=$2
46516 echo "$as_me:$LINENO: checking for $ac_word" >&5
46517 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
46518 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
46519 echo $ECHO_N "(cached) $ECHO_C" >&6
46520 else
46521 case $CPPUNIT_CONFIG in
46522 [\\/]* | ?:[\\/]*)
46523 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
46524 ;;
46525 *)
46526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46527 for as_dir in $PATH
46528 do
46529 IFS=$as_save_IFS
46530 test -z "$as_dir" && as_dir=.
46531 for ac_exec_ext in '' $ac_executable_extensions; do
46532 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
46533 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
46534 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
46535 break 2
46536 fi
46537 done
46538 done
46539
46540 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
46541 ;;
46542 esac
46543 fi
46544 CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
46545
46546 if test -n "$CPPUNIT_CONFIG"; then
46547 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
46548 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
46549 else
46550 echo "$as_me:$LINENO: result: no" >&5
46551 echo "${ECHO_T}no" >&6
46552 fi
46553
46554 cppunit_version_min=1.8.0
46555
46556 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
46557 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
46558 no_cppunit=""
46559 if test "$CPPUNIT_CONFIG" = "no" ; then
46560 no_cppunit=yes
46561 else
46562 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
46563 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
46564 cppunit_version=`$CPPUNIT_CONFIG --version`
46565
46566 cppunit_major_version=`echo $cppunit_version | \
46567 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
46568 cppunit_minor_version=`echo $cppunit_version | \
46569 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
46570 cppunit_micro_version=`echo $cppunit_version | \
46571 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
46572
46573 cppunit_major_min=`echo $cppunit_version_min | \
46574 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
46575 cppunit_minor_min=`echo $cppunit_version_min | \
46576 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
46577 cppunit_micro_min=`echo $cppunit_version_min | \
46578 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
46579
46580 cppunit_version_proper=`expr \
46581 $cppunit_major_version \> $cppunit_major_min \| \
46582 $cppunit_major_version \= $cppunit_major_min \& \
46583 $cppunit_minor_version \> $cppunit_minor_min \| \
46584 $cppunit_major_version \= $cppunit_major_min \& \
46585 $cppunit_minor_version \= $cppunit_minor_min \& \
46586 $cppunit_micro_version \>= $cppunit_micro_min `
46587
46588 if test "$cppunit_version_proper" = "1" ; then
46589 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
46590 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
46591 else
46592 echo "$as_me:$LINENO: result: no" >&5
46593 echo "${ECHO_T}no" >&6
46594 no_cppunit=yes
46595 fi
46596 fi
46597
46598 if test "x$no_cppunit" = x ; then
46599 SUBDIRS="$SUBDIRS tests"
46600 else
46601 CPPUNIT_CFLAGS=""
46602 CPPUNIT_LIBS=""
46603 :
46604 fi
46605
46606
46607
46608
46609
46610 for subdir in `echo $SUBDIRS`; do
46611 if test -d ${srcdir}/${subdir} ; then
46612 if test "$wxUSE_GUI" = "yes"; then
46613 if test ${subdir} = "samples"; then
46614 makefiles="samples/Makefile.in $makefiles"
46615 for sample in `echo $SAMPLES_SUBDIRS`; do
46616 if test -d $srcdir/samples/$sample; then
46617 makefiles="samples/$sample/Makefile.in $makefiles"
46618 fi
46619 done
46620 else
46621 disabled_var=DISABLED_`echo $subdir | tr [a-z] [A-Z]`;
46622 eval "disabled=\$$disabled_var"
46623 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
46624 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | egrep -v "$disabled"`
46625 fi
46626 else if test ${subdir} = "samples"; then
46627 makefiles="samples/Makefile.in samples/console/Makefile.in"
46628 elif test ${subdir} = "utils"; then
46629 makefiles=""
46630 for util in HelpGen tex2rtf ; do
46631 if test -d $srcdir/utils/$util ; then
46632 makefiles="utils/$util/Makefile.in \
46633 utils/$util/src/Makefile.in \
46634 $makefiles"
46635 fi
46636 done
46637 else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
46638 fi
46639 fi
46640
46641 for mkin in $makefiles ; do
46642 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
46643 ac_config_files="$ac_config_files $mk"
46644
46645 done
46646 fi
46647 done
46648 fi
46649 cat >confcache <<\_ACEOF
46650 # This file is a shell script that caches the results of configure
46651 # tests run on this system so they can be shared between configure
46652 # scripts and configure runs, see configure's option --config-cache.
46653 # It is not useful on other systems. If it contains results you don't
46654 # want to keep, you may remove or edit it.
46655 #
46656 # config.status only pays attention to the cache file if you give it
46657 # the --recheck option to rerun configure.
46658 #
46659 # `ac_cv_env_foo' variables (set or unset) will be overridden when
46660 # loading this file, other *unset* `ac_cv_foo' will be assigned the
46661 # following values.
46662
46663 _ACEOF
46664
46665 # The following way of writing the cache mishandles newlines in values,
46666 # but we know of no workaround that is simple, portable, and efficient.
46667 # So, don't put newlines in cache variables' values.
46668 # Ultrix sh set writes to stderr and can't be redirected directly,
46669 # and sets the high bit in the cache file unless we assign to the vars.
46670 {
46671 (set) 2>&1 |
46672 case `(ac_space=' '; set | grep ac_space) 2>&1` in
46673 *ac_space=\ *)
46674 # `set' does not quote correctly, so add quotes (double-quote
46675 # substitution turns \\\\ into \\, and sed turns \\ into \).
46676 sed -n \
46677 "s/'/'\\\\''/g;
46678 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
46679 ;;
46680 *)
46681 # `set' quotes correctly as required by POSIX, so do not add quotes.
46682 sed -n \
46683 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
46684 ;;
46685 esac;
46686 } |
46687 sed '
46688 t clear
46689 : clear
46690 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
46691 t end
46692 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
46693 : end' >>confcache
46694 if diff $cache_file confcache >/dev/null 2>&1; then :; else
46695 if test -w $cache_file; then
46696 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
46697 cat confcache >$cache_file
46698 else
46699 echo "not updating unwritable cache $cache_file"
46700 fi
46701 fi
46702 rm -f confcache
46703
46704 test "x$prefix" = xNONE && prefix=$ac_default_prefix
46705 # Let make expand exec_prefix.
46706 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
46707
46708 # VPATH may cause trouble with some makes, so we remove $(srcdir),
46709 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
46710 # trailing colons and then remove the whole line if VPATH becomes empty
46711 # (actually we leave an empty line to preserve line numbers).
46712 if test "x$srcdir" = x.; then
46713 ac_vpsub='/^[ ]*VPATH[ ]*=/{
46714 s/:*\$(srcdir):*/:/;
46715 s/:*\${srcdir}:*/:/;
46716 s/:*@srcdir@:*/:/;
46717 s/^\([^=]*=[ ]*\):*/\1/;
46718 s/:*$//;
46719 s/^[^=]*=[ ]*$//;
46720 }'
46721 fi
46722
46723 DEFS=-DHAVE_CONFIG_H
46724
46725 ac_libobjs=
46726 ac_ltlibobjs=
46727 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
46728 # 1. Remove the extension, and $U if already installed.
46729 ac_i=`echo "$ac_i" |
46730 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
46731 # 2. Add them.
46732 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
46733 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
46734 done
46735 LIBOBJS=$ac_libobjs
46736
46737 LTLIBOBJS=$ac_ltlibobjs
46738
46739
46740
46741 : ${CONFIG_STATUS=./config.status}
46742 ac_clean_files_save=$ac_clean_files
46743 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
46744 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
46745 echo "$as_me: creating $CONFIG_STATUS" >&6;}
46746 cat >$CONFIG_STATUS <<_ACEOF
46747 #! $SHELL
46748 # Generated by $as_me.
46749 # Run this file to recreate the current configuration.
46750 # Compiler output produced by configure, useful for debugging
46751 # configure, is in config.log if it exists.
46752
46753 debug=false
46754 ac_cs_recheck=false
46755 ac_cs_silent=false
46756 SHELL=\${CONFIG_SHELL-$SHELL}
46757 _ACEOF
46758
46759 cat >>$CONFIG_STATUS <<\_ACEOF
46760 ## --------------------- ##
46761 ## M4sh Initialization. ##
46762 ## --------------------- ##
46763
46764 # Be Bourne compatible
46765 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
46766 emulate sh
46767 NULLCMD=:
46768 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
46769 # is contrary to our usage. Disable this feature.
46770 alias -g '${1+"$@"}'='"$@"'
46771 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
46772 set -o posix
46773 fi
46774 DUALCASE=1; export DUALCASE # for MKS sh
46775
46776 # Support unset when possible.
46777 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
46778 as_unset=unset
46779 else
46780 as_unset=false
46781 fi
46782
46783
46784 # Work around bugs in pre-3.0 UWIN ksh.
46785 $as_unset ENV MAIL MAILPATH
46786 PS1='$ '
46787 PS2='> '
46788 PS4='+ '
46789
46790 # NLS nuisances.
46791 for as_var in \
46792 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
46793 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
46794 LC_TELEPHONE LC_TIME
46795 do
46796 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
46797 eval $as_var=C; export $as_var
46798 else
46799 $as_unset $as_var
46800 fi
46801 done
46802
46803 # Required to use basename.
46804 if expr a : '\(a\)' >/dev/null 2>&1; then
46805 as_expr=expr
46806 else
46807 as_expr=false
46808 fi
46809
46810 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
46811 as_basename=basename
46812 else
46813 as_basename=false
46814 fi
46815
46816
46817 # Name of the executable.
46818 as_me=`$as_basename "$0" ||
46819 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
46820 X"$0" : 'X\(//\)$' \| \
46821 X"$0" : 'X\(/\)$' \| \
46822 . : '\(.\)' 2>/dev/null ||
46823 echo X/"$0" |
46824 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
46825 /^X\/\(\/\/\)$/{ s//\1/; q; }
46826 /^X\/\(\/\).*/{ s//\1/; q; }
46827 s/.*/./; q'`
46828
46829
46830 # PATH needs CR, and LINENO needs CR and PATH.
46831 # Avoid depending upon Character Ranges.
46832 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
46833 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
46834 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
46835 as_cr_digits='0123456789'
46836 as_cr_alnum=$as_cr_Letters$as_cr_digits
46837
46838 # The user is always right.
46839 if test "${PATH_SEPARATOR+set}" != set; then
46840 echo "#! /bin/sh" >conf$$.sh
46841 echo "exit 0" >>conf$$.sh
46842 chmod +x conf$$.sh
46843 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
46844 PATH_SEPARATOR=';'
46845 else
46846 PATH_SEPARATOR=:
46847 fi
46848 rm -f conf$$.sh
46849 fi
46850
46851
46852 as_lineno_1=$LINENO
46853 as_lineno_2=$LINENO
46854 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
46855 test "x$as_lineno_1" != "x$as_lineno_2" &&
46856 test "x$as_lineno_3" = "x$as_lineno_2" || {
46857 # Find who we are. Look in the path if we contain no path at all
46858 # relative or not.
46859 case $0 in
46860 *[\\/]* ) as_myself=$0 ;;
46861 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46862 for as_dir in $PATH
46863 do
46864 IFS=$as_save_IFS
46865 test -z "$as_dir" && as_dir=.
46866 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
46867 done
46868
46869 ;;
46870 esac
46871 # We did not find ourselves, most probably we were run as `sh COMMAND'
46872 # in which case we are not to be found in the path.
46873 if test "x$as_myself" = x; then
46874 as_myself=$0
46875 fi
46876 if test ! -f "$as_myself"; then
46877 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
46878 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
46879 { (exit 1); exit 1; }; }
46880 fi
46881 case $CONFIG_SHELL in
46882 '')
46883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46884 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
46885 do
46886 IFS=$as_save_IFS
46887 test -z "$as_dir" && as_dir=.
46888 for as_base in sh bash ksh sh5; do
46889 case $as_dir in
46890 /*)
46891 if ("$as_dir/$as_base" -c '
46892 as_lineno_1=$LINENO
46893 as_lineno_2=$LINENO
46894 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
46895 test "x$as_lineno_1" != "x$as_lineno_2" &&
46896 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
46897 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
46898 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
46899 CONFIG_SHELL=$as_dir/$as_base
46900 export CONFIG_SHELL
46901 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
46902 fi;;
46903 esac
46904 done
46905 done
46906 ;;
46907 esac
46908
46909 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
46910 # uniformly replaced by the line number. The first 'sed' inserts a
46911 # line-number line before each line; the second 'sed' does the real
46912 # work. The second script uses 'N' to pair each line-number line
46913 # with the numbered line, and appends trailing '-' during
46914 # substitution so that $LINENO is not a special case at line end.
46915 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
46916 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
46917 sed '=' <$as_myself |
46918 sed '
46919 N
46920 s,$,-,
46921 : loop
46922 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
46923 t loop
46924 s,-$,,
46925 s,^['$as_cr_digits']*\n,,
46926 ' >$as_me.lineno &&
46927 chmod +x $as_me.lineno ||
46928 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
46929 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
46930 { (exit 1); exit 1; }; }
46931
46932 # Don't try to exec as it changes $[0], causing all sort of problems
46933 # (the dirname of $[0] is not the place where we might find the
46934 # original and so on. Autoconf is especially sensible to this).
46935 . ./$as_me.lineno
46936 # Exit status is that of the last command.
46937 exit
46938 }
46939
46940
46941 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
46942 *c*,-n*) ECHO_N= ECHO_C='
46943 ' ECHO_T=' ' ;;
46944 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
46945 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
46946 esac
46947
46948 if expr a : '\(a\)' >/dev/null 2>&1; then
46949 as_expr=expr
46950 else
46951 as_expr=false
46952 fi
46953
46954 rm -f conf$$ conf$$.exe conf$$.file
46955 echo >conf$$.file
46956 if ln -s conf$$.file conf$$ 2>/dev/null; then
46957 # We could just check for DJGPP; but this test a) works b) is more generic
46958 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
46959 if test -f conf$$.exe; then
46960 # Don't use ln at all; we don't have any links
46961 as_ln_s='cp -p'
46962 else
46963 as_ln_s='ln -s'
46964 fi
46965 elif ln conf$$.file conf$$ 2>/dev/null; then
46966 as_ln_s=ln
46967 else
46968 as_ln_s='cp -p'
46969 fi
46970 rm -f conf$$ conf$$.exe conf$$.file
46971
46972 if mkdir -p . 2>/dev/null; then
46973 as_mkdir_p=:
46974 else
46975 test -d ./-p && rmdir ./-p
46976 as_mkdir_p=false
46977 fi
46978
46979 as_executable_p="test -f"
46980
46981 # Sed expression to map a string onto a valid CPP name.
46982 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
46983
46984 # Sed expression to map a string onto a valid variable name.
46985 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
46986
46987
46988 # IFS
46989 # We need space, tab and new line, in precisely that order.
46990 as_nl='
46991 '
46992 IFS=" $as_nl"
46993
46994 # CDPATH.
46995 $as_unset CDPATH
46996
46997 exec 6>&1
46998
46999 # Open the log real soon, to keep \$[0] and so on meaningful, and to
47000 # report actual input values of CONFIG_FILES etc. instead of their
47001 # values after options handling. Logging --version etc. is OK.
47002 exec 5>>config.log
47003 {
47004 echo
47005 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
47006 ## Running $as_me. ##
47007 _ASBOX
47008 } >&5
47009 cat >&5 <<_CSEOF
47010
47011 This file was extended by wxWidgets $as_me 2.7.0, which was
47012 generated by GNU Autoconf 2.59. Invocation command line was
47013
47014 CONFIG_FILES = $CONFIG_FILES
47015 CONFIG_HEADERS = $CONFIG_HEADERS
47016 CONFIG_LINKS = $CONFIG_LINKS
47017 CONFIG_COMMANDS = $CONFIG_COMMANDS
47018 $ $0 $@
47019
47020 _CSEOF
47021 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
47022 echo >&5
47023 _ACEOF
47024
47025 # Files that config.status was made for.
47026 if test -n "$ac_config_files"; then
47027 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
47028 fi
47029
47030 if test -n "$ac_config_headers"; then
47031 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
47032 fi
47033
47034 if test -n "$ac_config_links"; then
47035 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
47036 fi
47037
47038 if test -n "$ac_config_commands"; then
47039 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
47040 fi
47041
47042 cat >>$CONFIG_STATUS <<\_ACEOF
47043
47044 ac_cs_usage="\
47045 \`$as_me' instantiates files from templates according to the
47046 current configuration.
47047
47048 Usage: $0 [OPTIONS] [FILE]...
47049
47050 -h, --help print this help, then exit
47051 -V, --version print version number, then exit
47052 -q, --quiet do not print progress messages
47053 -d, --debug don't remove temporary files
47054 --recheck update $as_me by reconfiguring in the same conditions
47055 --file=FILE[:TEMPLATE]
47056 instantiate the configuration file FILE
47057 --header=FILE[:TEMPLATE]
47058 instantiate the configuration header FILE
47059
47060 Configuration files:
47061 $config_files
47062
47063 Configuration headers:
47064 $config_headers
47065
47066 Configuration commands:
47067 $config_commands
47068
47069 Report bugs to <bug-autoconf@gnu.org>."
47070 _ACEOF
47071
47072 cat >>$CONFIG_STATUS <<_ACEOF
47073 ac_cs_version="\\
47074 wxWidgets config.status 2.7.0
47075 configured by $0, generated by GNU Autoconf 2.59,
47076 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
47077
47078 Copyright (C) 2003 Free Software Foundation, Inc.
47079 This config.status script is free software; the Free Software Foundation
47080 gives unlimited permission to copy, distribute and modify it."
47081 srcdir=$srcdir
47082 INSTALL="$INSTALL"
47083 _ACEOF
47084
47085 cat >>$CONFIG_STATUS <<\_ACEOF
47086 # If no file are specified by the user, then we need to provide default
47087 # value. By we need to know if files were specified by the user.
47088 ac_need_defaults=:
47089 while test $# != 0
47090 do
47091 case $1 in
47092 --*=*)
47093 ac_option=`expr "x$1" : 'x\([^=]*\)='`
47094 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
47095 ac_shift=:
47096 ;;
47097 -*)
47098 ac_option=$1
47099 ac_optarg=$2
47100 ac_shift=shift
47101 ;;
47102 *) # This is not an option, so the user has probably given explicit
47103 # arguments.
47104 ac_option=$1
47105 ac_need_defaults=false;;
47106 esac
47107
47108 case $ac_option in
47109 # Handling of the options.
47110 _ACEOF
47111 cat >>$CONFIG_STATUS <<\_ACEOF
47112 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
47113 ac_cs_recheck=: ;;
47114 --version | --vers* | -V )
47115 echo "$ac_cs_version"; exit 0 ;;
47116 --he | --h)
47117 # Conflict between --help and --header
47118 { { echo "$as_me:$LINENO: error: ambiguous option: $1
47119 Try \`$0 --help' for more information." >&5
47120 echo "$as_me: error: ambiguous option: $1
47121 Try \`$0 --help' for more information." >&2;}
47122 { (exit 1); exit 1; }; };;
47123 --help | --hel | -h )
47124 echo "$ac_cs_usage"; exit 0 ;;
47125 --debug | --d* | -d )
47126 debug=: ;;
47127 --file | --fil | --fi | --f )
47128 $ac_shift
47129 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
47130 ac_need_defaults=false;;
47131 --header | --heade | --head | --hea )
47132 $ac_shift
47133 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
47134 ac_need_defaults=false;;
47135 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
47136 | -silent | --silent | --silen | --sile | --sil | --si | --s)
47137 ac_cs_silent=: ;;
47138
47139 # This is an error.
47140 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
47141 Try \`$0 --help' for more information." >&5
47142 echo "$as_me: error: unrecognized option: $1
47143 Try \`$0 --help' for more information." >&2;}
47144 { (exit 1); exit 1; }; } ;;
47145
47146 *) ac_config_targets="$ac_config_targets $1" ;;
47147
47148 esac
47149 shift
47150 done
47151
47152 ac_configure_extra_args=
47153
47154 if $ac_cs_silent; then
47155 exec 6>/dev/null
47156 ac_configure_extra_args="$ac_configure_extra_args --silent"
47157 fi
47158
47159 _ACEOF
47160 cat >>$CONFIG_STATUS <<_ACEOF
47161 if \$ac_cs_recheck; then
47162 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
47163 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
47164 fi
47165
47166 _ACEOF
47167
47168 cat >>$CONFIG_STATUS <<_ACEOF
47169 #
47170 # INIT-COMMANDS section.
47171 #
47172
47173
47174 CPP="$CPP"
47175 infile="$srcdir/include/wx/msw/genrcdefs.h"
47176 outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
47177
47178
47179 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
47180 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
47181 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
47182 LN_S="${LN_S}"
47183
47184
47185 _ACEOF
47186
47187
47188
47189 cat >>$CONFIG_STATUS <<\_ACEOF
47190 for ac_config_target in $ac_config_targets
47191 do
47192 case "$ac_config_target" in
47193 # Handling of arguments.
47194 "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
47195 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
47196 "version-script" ) CONFIG_FILES="$CONFIG_FILES version-script" ;;
47197 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
47198 "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;;
47199 "rcdefs.h" ) CONFIG_COMMANDS="$CONFIG_COMMANDS rcdefs.h" ;;
47200 "wx-config" ) CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
47201 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h" ) CONFIG_HEADERS="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
47202 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
47203 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
47204 { (exit 1); exit 1; }; };;
47205 esac
47206 done
47207
47208 # If the user did not use the arguments to specify the items to instantiate,
47209 # then the envvar interface is used. Set only those that are not.
47210 # We use the long form for the default assignment because of an extremely
47211 # bizarre bug on SunOS 4.1.3.
47212 if $ac_need_defaults; then
47213 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
47214 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
47215 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
47216 fi
47217
47218 # Have a temporary directory for convenience. Make it in the build tree
47219 # simply because there is no reason to put it here, and in addition,
47220 # creating and moving files from /tmp can sometimes cause problems.
47221 # Create a temporary directory, and hook for its removal unless debugging.
47222 $debug ||
47223 {
47224 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
47225 trap '{ (exit 1); exit 1; }' 1 2 13 15
47226 }
47227
47228 # Create a (secure) tmp directory for tmp files.
47229
47230 {
47231 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
47232 test -n "$tmp" && test -d "$tmp"
47233 } ||
47234 {
47235 tmp=./confstat$$-$RANDOM
47236 (umask 077 && mkdir $tmp)
47237 } ||
47238 {
47239 echo "$me: cannot create a temporary directory in ." >&2
47240 { (exit 1); exit 1; }
47241 }
47242
47243 _ACEOF
47244
47245 cat >>$CONFIG_STATUS <<_ACEOF
47246
47247 #
47248 # CONFIG_FILES section.
47249 #
47250
47251 # No need to generate the scripts if there are no CONFIG_FILES.
47252 # This happens for instance when ./config.status config.h
47253 if test -n "\$CONFIG_FILES"; then
47254 # Protect against being on the right side of a sed subst in config.status.
47255 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
47256 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
47257 s,@SHELL@,$SHELL,;t t
47258 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
47259 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
47260 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
47261 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
47262 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
47263 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
47264 s,@exec_prefix@,$exec_prefix,;t t
47265 s,@prefix@,$prefix,;t t
47266 s,@program_transform_name@,$program_transform_name,;t t
47267 s,@bindir@,$bindir,;t t
47268 s,@sbindir@,$sbindir,;t t
47269 s,@libexecdir@,$libexecdir,;t t
47270 s,@datadir@,$datadir,;t t
47271 s,@sysconfdir@,$sysconfdir,;t t
47272 s,@sharedstatedir@,$sharedstatedir,;t t
47273 s,@localstatedir@,$localstatedir,;t t
47274 s,@libdir@,$libdir,;t t
47275 s,@includedir@,$includedir,;t t
47276 s,@oldincludedir@,$oldincludedir,;t t
47277 s,@infodir@,$infodir,;t t
47278 s,@mandir@,$mandir,;t t
47279 s,@build_alias@,$build_alias,;t t
47280 s,@host_alias@,$host_alias,;t t
47281 s,@target_alias@,$target_alias,;t t
47282 s,@DEFS@,$DEFS,;t t
47283 s,@ECHO_C@,$ECHO_C,;t t
47284 s,@ECHO_N@,$ECHO_N,;t t
47285 s,@ECHO_T@,$ECHO_T,;t t
47286 s,@LIBS@,$LIBS,;t t
47287 s,@build@,$build,;t t
47288 s,@build_cpu@,$build_cpu,;t t
47289 s,@build_vendor@,$build_vendor,;t t
47290 s,@build_os@,$build_os,;t t
47291 s,@host@,$host,;t t
47292 s,@host_cpu@,$host_cpu,;t t
47293 s,@host_vendor@,$host_vendor,;t t
47294 s,@host_os@,$host_os,;t t
47295 s,@target@,$target,;t t
47296 s,@target_cpu@,$target_cpu,;t t
47297 s,@target_vendor@,$target_vendor,;t t
47298 s,@target_os@,$target_os,;t t
47299 s,@CC@,$CC,;t t
47300 s,@CFLAGS@,$CFLAGS,;t t
47301 s,@LDFLAGS@,$LDFLAGS,;t t
47302 s,@CPPFLAGS@,$CPPFLAGS,;t t
47303 s,@ac_ct_CC@,$ac_ct_CC,;t t
47304 s,@EXEEXT@,$EXEEXT,;t t
47305 s,@OBJEXT@,$OBJEXT,;t t
47306 s,@CPP@,$CPP,;t t
47307 s,@EGREP@,$EGREP,;t t
47308 s,@CXX@,$CXX,;t t
47309 s,@CXXFLAGS@,$CXXFLAGS,;t t
47310 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
47311 s,@RANLIB@,$RANLIB,;t t
47312 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
47313 s,@AR@,$AR,;t t
47314 s,@ac_ct_AR@,$ac_ct_AR,;t t
47315 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
47316 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
47317 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
47318 s,@STRIP@,$STRIP,;t t
47319 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
47320 s,@WINDRES@,$WINDRES,;t t
47321 s,@ac_ct_WINDRES@,$ac_ct_WINDRES,;t t
47322 s,@DLLTOOL@,$DLLTOOL,;t t
47323 s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
47324 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
47325 s,@LN_S@,$LN_S,;t t
47326 s,@LNDIR@,$LNDIR,;t t
47327 s,@CXXCPP@,$CXXCPP,;t t
47328 s,@subdirs@,$subdirs,;t t
47329 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
47330 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
47331 s,@GTK_LIBS@,$GTK_LIBS,;t t
47332 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
47333 s,@X_CFLAGS@,$X_CFLAGS,;t t
47334 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
47335 s,@X_LIBS@,$X_LIBS,;t t
47336 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
47337 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
47338 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
47339 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
47340 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
47341 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
47342 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
47343 s,@REZ@,$REZ,;t t
47344 s,@DEREZ@,$DEREZ,;t t
47345 s,@SETFILE@,$SETFILE,;t t
47346 s,@LIBICONV@,$LIBICONV,;t t
47347 s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
47348 s,@SDL_CONFIG@,$SDL_CONFIG,;t t
47349 s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
47350 s,@SDL_LIBS@,$SDL_LIBS,;t t
47351 s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t
47352 s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t
47353 s,@GSTREAMER_CFLAGS@,$GSTREAMER_CFLAGS,;t t
47354 s,@GSTREAMER_LIBS@,$GSTREAMER_LIBS,;t t
47355 s,@GST_INSPECT@,$GST_INSPECT,;t t
47356 s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
47357 s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
47358 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
47359 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
47360 s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
47361 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
47362 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
47363 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
47364 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
47365 s,@VENDOR@,$VENDOR,;t t
47366 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
47367 s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t
47368 s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t
47369 s,@WXUNIV@,$WXUNIV,;t t
47370 s,@MONOLITHIC@,$MONOLITHIC,;t t
47371 s,@USE_PLUGINS@,$USE_PLUGINS,;t t
47372 s,@EXTRALIBS@,$EXTRALIBS,;t t
47373 s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
47374 s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
47375 s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
47376 s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
47377 s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
47378 s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
47379 s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
47380 s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t
47381 s,@UNICODE@,$UNICODE,;t t
47382 s,@BUILD@,$BUILD,;t t
47383 s,@DEBUG_INFO@,$DEBUG_INFO,;t t
47384 s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
47385 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
47386 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
47387 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
47388 s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
47389 s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
47390 s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
47391 s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
47392 s,@SET_MAKE@,$SET_MAKE,;t t
47393 s,@MAKE_SET@,$MAKE_SET,;t t
47394 s,@NM@,$NM,;t t
47395 s,@ac_ct_NM@,$ac_ct_NM,;t t
47396 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
47397 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
47398 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
47399 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
47400 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
47401 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
47402 s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t
47403 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
47404 s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
47405 s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t
47406 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
47407 s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
47408 s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
47409 s,@LIBPREFIX@,$LIBPREFIX,;t t
47410 s,@LIBEXT@,$LIBEXT,;t t
47411 s,@DLLPREFIX@,$DLLPREFIX,;t t
47412 s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
47413 s,@dlldir@,$dlldir,;t t
47414 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
47415 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
47416 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
47417 s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
47418 s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
47419 s,@PIC_FLAG@,$PIC_FLAG,;t t
47420 s,@WINDOWS_IMPLIB@,$WINDOWS_IMPLIB,;t t
47421 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
47422 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
47423 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
47424 s,@USE_SOVERCYGWIN@,$USE_SOVERCYGWIN,;t t
47425 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
47426 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
47427 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
47428 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
47429 s,@GCC_PCH@,$GCC_PCH,;t t
47430 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
47431 s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
47432 s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
47433 s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
47434 s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
47435 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
47436 s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
47437 s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
47438 s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
47439 s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
47440 s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
47441 s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
47442 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
47443 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
47444 s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
47445 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
47446 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
47447 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
47448 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
47449 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
47450 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
47451 s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
47452 s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
47453 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
47454 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
47455 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
47456 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
47457 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
47458 s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
47459 s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
47460 s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
47461 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
47462 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
47463 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
47464 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
47465 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
47466 s,@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1,;t t
47467 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
47468 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
47469 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t
47470 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
47471 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
47472 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
47473 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t
47474 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
47475 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
47476 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
47477 s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
47478 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
47479 s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t
47480 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
47481 s,@COND_PLATFORM_MSDOS_1@,$COND_PLATFORM_MSDOS_1,;t t
47482 s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
47483 s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
47484 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
47485 s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
47486 s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
47487 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
47488 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
47489 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
47490 s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t
47491 s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t
47492 s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t
47493 s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
47494 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
47495 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
47496 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
47497 s,@COND_SHARED_0_USE_XRC_1@,$COND_SHARED_0_USE_XRC_1,;t t
47498 s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
47499 s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
47500 s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
47501 s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
47502 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
47503 s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
47504 s,@COND_SHARED_1_USE_XRC_1@,$COND_SHARED_1_USE_XRC_1,;t t
47505 s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t
47506 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
47507 s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
47508 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
47509 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
47510 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
47511 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
47512 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
47513 s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
47514 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
47515 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
47516 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
47517 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
47518 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
47519 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
47520 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
47521 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
47522 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
47523 s,@COND_TOOLKIT_MSW_WXUNIV_0@,$COND_TOOLKIT_MSW_WXUNIV_0,;t t
47524 s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
47525 s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
47526 s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
47527 s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
47528 s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
47529 s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
47530 s,@COND_TOOLKIT_WINCE_WXUNIV_0@,$COND_TOOLKIT_WINCE_WXUNIV_0,;t t
47531 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
47532 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
47533 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
47534 s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
47535 s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
47536 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
47537 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
47538 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
47539 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
47540 s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
47541 s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
47542 s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
47543 s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
47544 s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t
47545 s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
47546 s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t
47547 s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t
47548 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
47549 s,@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@,$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1,;t t
47550 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
47551 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
47552 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
47553 s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t
47554 s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t
47555 s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t
47556 s,@COND_WINDOWS_IMPLIB_1@,$COND_WINDOWS_IMPLIB_1,;t t
47557 s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
47558 s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t
47559 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
47560 s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
47561 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
47562 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
47563 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
47564 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
47565 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
47566 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
47567 s,@SHARED@,$SHARED,;t t
47568 s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
47569 s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
47570 s,@USE_GUI@,$USE_GUI,;t t
47571 s,@AFMINSTALL@,$AFMINSTALL,;t t
47572 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
47573 s,@TOOLKIT@,$TOOLKIT,;t t
47574 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
47575 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
47576 s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t
47577 s,@cross_compiling@,$cross_compiling,;t t
47578 s,@WIDGET_SET@,$WIDGET_SET,;t t
47579 s,@WX_RELEASE@,$WX_RELEASE,;t t
47580 s,@WX_VERSION@,$WX_VERSION,;t t
47581 s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t
47582 s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t
47583 s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t
47584 s,@WXCONFIG_CPPFLAGS@,$WXCONFIG_CPPFLAGS,;t t
47585 s,@WXCONFIG_CFLAGS@,$WXCONFIG_CFLAGS,;t t
47586 s,@WXCONFIG_CXXFLAGS@,$WXCONFIG_CXXFLAGS,;t t
47587 s,@WXCONFIG_LIBS@,$WXCONFIG_LIBS,;t t
47588 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
47589 s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
47590 s,@WXCONFIG_RESCOMP@,$WXCONFIG_RESCOMP,;t t
47591 s,@EXE_LINKER@,$EXE_LINKER,;t t
47592 s,@GUIDIST@,$GUIDIST,;t t
47593 s,@DISTDIR@,$DISTDIR,;t t
47594 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
47595 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
47596 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
47597 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
47598 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
47599 s,@RESFLAGS@,$RESFLAGS,;t t
47600 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
47601 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
47602 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
47603 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
47604 s,@POSTLINK_COMMAND@,$POSTLINK_COMMAND,;t t
47605 s,@MACSETFILE@,$MACSETFILE,;t t
47606 s,@WXCONFIG_POSTLINK_COMMAND@,$WXCONFIG_POSTLINK_COMMAND,;t t
47607 s,@GCC@,$GCC,;t t
47608 s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
47609 s,@LIBOBJS@,$LIBOBJS,;t t
47610 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
47611 CEOF
47612
47613 _ACEOF
47614
47615 cat >>$CONFIG_STATUS <<\_ACEOF
47616 # Split the substitutions into bite-sized pieces for seds with
47617 # small command number limits, like on Digital OSF/1 and HP-UX.
47618 ac_max_sed_lines=48
47619 ac_sed_frag=1 # Number of current file.
47620 ac_beg=1 # First line for current file.
47621 ac_end=$ac_max_sed_lines # Line after last line for current file.
47622 ac_more_lines=:
47623 ac_sed_cmds=
47624 while $ac_more_lines; do
47625 if test $ac_beg -gt 1; then
47626 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
47627 else
47628 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
47629 fi
47630 if test ! -s $tmp/subs.frag; then
47631 ac_more_lines=false
47632 else
47633 # The purpose of the label and of the branching condition is to
47634 # speed up the sed processing (if there are no `@' at all, there
47635 # is no need to browse any of the substitutions).
47636 # These are the two extra sed commands mentioned above.
47637 (echo ':t
47638 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
47639 if test -z "$ac_sed_cmds"; then
47640 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
47641 else
47642 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
47643 fi
47644 ac_sed_frag=`expr $ac_sed_frag + 1`
47645 ac_beg=$ac_end
47646 ac_end=`expr $ac_end + $ac_max_sed_lines`
47647 fi
47648 done
47649 if test -z "$ac_sed_cmds"; then
47650 ac_sed_cmds=cat
47651 fi
47652 fi # test -n "$CONFIG_FILES"
47653
47654 _ACEOF
47655 cat >>$CONFIG_STATUS <<\_ACEOF
47656 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
47657 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
47658 case $ac_file in
47659 - | *:- | *:-:* ) # input from stdin
47660 cat >$tmp/stdin
47661 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
47662 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
47663 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
47664 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
47665 * ) ac_file_in=$ac_file.in ;;
47666 esac
47667
47668 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
47669 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
47670 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
47671 X"$ac_file" : 'X\(//\)[^/]' \| \
47672 X"$ac_file" : 'X\(//\)$' \| \
47673 X"$ac_file" : 'X\(/\)' \| \
47674 . : '\(.\)' 2>/dev/null ||
47675 echo X"$ac_file" |
47676 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
47677 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
47678 /^X\(\/\/\)$/{ s//\1/; q; }
47679 /^X\(\/\).*/{ s//\1/; q; }
47680 s/.*/./; q'`
47681 { if $as_mkdir_p; then
47682 mkdir -p "$ac_dir"
47683 else
47684 as_dir="$ac_dir"
47685 as_dirs=
47686 while test ! -d "$as_dir"; do
47687 as_dirs="$as_dir $as_dirs"
47688 as_dir=`(dirname "$as_dir") 2>/dev/null ||
47689 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
47690 X"$as_dir" : 'X\(//\)[^/]' \| \
47691 X"$as_dir" : 'X\(//\)$' \| \
47692 X"$as_dir" : 'X\(/\)' \| \
47693 . : '\(.\)' 2>/dev/null ||
47694 echo X"$as_dir" |
47695 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
47696 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
47697 /^X\(\/\/\)$/{ s//\1/; q; }
47698 /^X\(\/\).*/{ s//\1/; q; }
47699 s/.*/./; q'`
47700 done
47701 test ! -n "$as_dirs" || mkdir $as_dirs
47702 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
47703 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
47704 { (exit 1); exit 1; }; }; }
47705
47706 ac_builddir=.
47707
47708 if test "$ac_dir" != .; then
47709 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
47710 # A "../" for each directory in $ac_dir_suffix.
47711 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
47712 else
47713 ac_dir_suffix= ac_top_builddir=
47714 fi
47715
47716 case $srcdir in
47717 .) # No --srcdir option. We are building in place.
47718 ac_srcdir=.
47719 if test -z "$ac_top_builddir"; then
47720 ac_top_srcdir=.
47721 else
47722 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
47723 fi ;;
47724 [\\/]* | ?:[\\/]* ) # Absolute path.
47725 ac_srcdir=$srcdir$ac_dir_suffix;
47726 ac_top_srcdir=$srcdir ;;
47727 *) # Relative path.
47728 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
47729 ac_top_srcdir=$ac_top_builddir$srcdir ;;
47730 esac
47731
47732 # Do not use `cd foo && pwd` to compute absolute paths, because
47733 # the directories may not exist.
47734 case `pwd` in
47735 .) ac_abs_builddir="$ac_dir";;
47736 *)
47737 case "$ac_dir" in
47738 .) ac_abs_builddir=`pwd`;;
47739 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
47740 *) ac_abs_builddir=`pwd`/"$ac_dir";;
47741 esac;;
47742 esac
47743 case $ac_abs_builddir in
47744 .) ac_abs_top_builddir=${ac_top_builddir}.;;
47745 *)
47746 case ${ac_top_builddir}. in
47747 .) ac_abs_top_builddir=$ac_abs_builddir;;
47748 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
47749 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
47750 esac;;
47751 esac
47752 case $ac_abs_builddir in
47753 .) ac_abs_srcdir=$ac_srcdir;;
47754 *)
47755 case $ac_srcdir in
47756 .) ac_abs_srcdir=$ac_abs_builddir;;
47757 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
47758 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
47759 esac;;
47760 esac
47761 case $ac_abs_builddir in
47762 .) ac_abs_top_srcdir=$ac_top_srcdir;;
47763 *)
47764 case $ac_top_srcdir in
47765 .) ac_abs_top_srcdir=$ac_abs_builddir;;
47766 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
47767 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
47768 esac;;
47769 esac
47770
47771
47772 case $INSTALL in
47773 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
47774 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
47775 esac
47776
47777 # Let's still pretend it is `configure' which instantiates (i.e., don't
47778 # use $as_me), people would be surprised to read:
47779 # /* config.h. Generated by config.status. */
47780 if test x"$ac_file" = x-; then
47781 configure_input=
47782 else
47783 configure_input="$ac_file. "
47784 fi
47785 configure_input=$configure_input"Generated from `echo $ac_file_in |
47786 sed 's,.*/,,'` by configure."
47787
47788 # First look for the input files in the build tree, otherwise in the
47789 # src tree.
47790 ac_file_inputs=`IFS=:
47791 for f in $ac_file_in; do
47792 case $f in
47793 -) echo $tmp/stdin ;;
47794 [\\/$]*)
47795 # Absolute (can't be DOS-style, as IFS=:)
47796 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
47797 echo "$as_me: error: cannot find input file: $f" >&2;}
47798 { (exit 1); exit 1; }; }
47799 echo "$f";;
47800 *) # Relative
47801 if test -f "$f"; then
47802 # Build tree
47803 echo "$f"
47804 elif test -f "$srcdir/$f"; then
47805 # Source tree
47806 echo "$srcdir/$f"
47807 else
47808 # /dev/null tree
47809 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
47810 echo "$as_me: error: cannot find input file: $f" >&2;}
47811 { (exit 1); exit 1; }; }
47812 fi;;
47813 esac
47814 done` || { (exit 1); exit 1; }
47815
47816 if test x"$ac_file" != x-; then
47817 { echo "$as_me:$LINENO: creating $ac_file" >&5
47818 echo "$as_me: creating $ac_file" >&6;}
47819 rm -f "$ac_file"
47820 fi
47821 _ACEOF
47822 cat >>$CONFIG_STATUS <<_ACEOF
47823 sed "$ac_vpsub
47824 $extrasub
47825 _ACEOF
47826 cat >>$CONFIG_STATUS <<\_ACEOF
47827 :t
47828 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
47829 s,@configure_input@,$configure_input,;t t
47830 s,@srcdir@,$ac_srcdir,;t t
47831 s,@abs_srcdir@,$ac_abs_srcdir,;t t
47832 s,@top_srcdir@,$ac_top_srcdir,;t t
47833 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
47834 s,@builddir@,$ac_builddir,;t t
47835 s,@abs_builddir@,$ac_abs_builddir,;t t
47836 s,@top_builddir@,$ac_top_builddir,;t t
47837 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
47838 s,@INSTALL@,$ac_INSTALL,;t t
47839 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
47840 rm -f $tmp/stdin
47841 if test x"$ac_file" != x-; then
47842 mv $tmp/out $ac_file
47843 else
47844 cat $tmp/out
47845 rm -f $tmp/out
47846 fi
47847
47848 # Run the commands associated with the file.
47849 case $ac_file in
47850 lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
47851 lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
47852 esac
47853 done
47854 _ACEOF
47855 cat >>$CONFIG_STATUS <<\_ACEOF
47856
47857 #
47858 # CONFIG_HEADER section.
47859 #
47860
47861 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
47862 # NAME is the cpp macro being defined and VALUE is the value it is being given.
47863 #
47864 # ac_d sets the value in "#define NAME VALUE" lines.
47865 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
47866 ac_dB='[ ].*$,\1#\2'
47867 ac_dC=' '
47868 ac_dD=',;t'
47869 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
47870 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
47871 ac_uB='$,\1#\2define\3'
47872 ac_uC=' '
47873 ac_uD=',;t'
47874
47875 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
47876 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
47877 case $ac_file in
47878 - | *:- | *:-:* ) # input from stdin
47879 cat >$tmp/stdin
47880 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
47881 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
47882 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
47883 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
47884 * ) ac_file_in=$ac_file.in ;;
47885 esac
47886
47887 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
47888 echo "$as_me: creating $ac_file" >&6;}
47889
47890 # First look for the input files in the build tree, otherwise in the
47891 # src tree.
47892 ac_file_inputs=`IFS=:
47893 for f in $ac_file_in; do
47894 case $f in
47895 -) echo $tmp/stdin ;;
47896 [\\/$]*)
47897 # Absolute (can't be DOS-style, as IFS=:)
47898 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
47899 echo "$as_me: error: cannot find input file: $f" >&2;}
47900 { (exit 1); exit 1; }; }
47901 # Do quote $f, to prevent DOS paths from being IFS'd.
47902 echo "$f";;
47903 *) # Relative
47904 if test -f "$f"; then
47905 # Build tree
47906 echo "$f"
47907 elif test -f "$srcdir/$f"; then
47908 # Source tree
47909 echo "$srcdir/$f"
47910 else
47911 # /dev/null tree
47912 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
47913 echo "$as_me: error: cannot find input file: $f" >&2;}
47914 { (exit 1); exit 1; }; }
47915 fi;;
47916 esac
47917 done` || { (exit 1); exit 1; }
47918 # Remove the trailing spaces.
47919 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
47920
47921 _ACEOF
47922
47923 # Transform confdefs.h into two sed scripts, `conftest.defines' and
47924 # `conftest.undefs', that substitutes the proper values into
47925 # config.h.in to produce config.h. The first handles `#define'
47926 # templates, and the second `#undef' templates.
47927 # And first: Protect against being on the right side of a sed subst in
47928 # config.status. Protect against being in an unquoted here document
47929 # in config.status.
47930 rm -f conftest.defines conftest.undefs
47931 # Using a here document instead of a string reduces the quoting nightmare.
47932 # Putting comments in sed scripts is not portable.
47933 #
47934 # `end' is used to avoid that the second main sed command (meant for
47935 # 0-ary CPP macros) applies to n-ary macro definitions.
47936 # See the Autoconf documentation for `clear'.
47937 cat >confdef2sed.sed <<\_ACEOF
47938 s/[\\&,]/\\&/g
47939 s,[\\$`],\\&,g
47940 t clear
47941 : clear
47942 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
47943 t end
47944 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
47945 : end
47946 _ACEOF
47947 # If some macros were called several times there might be several times
47948 # the same #defines, which is useless. Nevertheless, we may not want to
47949 # sort them, since we want the *last* AC-DEFINE to be honored.
47950 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
47951 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
47952 rm -f confdef2sed.sed
47953
47954 # This sed command replaces #undef with comments. This is necessary, for
47955 # example, in the case of _POSIX_SOURCE, which is predefined and required
47956 # on some systems where configure will not decide to define it.
47957 cat >>conftest.undefs <<\_ACEOF
47958 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
47959 _ACEOF
47960
47961 # Break up conftest.defines because some shells have a limit on the size
47962 # of here documents, and old seds have small limits too (100 cmds).
47963 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
47964 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
47965 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
47966 echo ' :' >>$CONFIG_STATUS
47967 rm -f conftest.tail
47968 while grep . conftest.defines >/dev/null
47969 do
47970 # Write a limited-size here document to $tmp/defines.sed.
47971 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
47972 # Speed up: don't consider the non `#define' lines.
47973 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
47974 # Work around the forget-to-reset-the-flag bug.
47975 echo 't clr' >>$CONFIG_STATUS
47976 echo ': clr' >>$CONFIG_STATUS
47977 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
47978 echo 'CEOF
47979 sed -f $tmp/defines.sed $tmp/in >$tmp/out
47980 rm -f $tmp/in
47981 mv $tmp/out $tmp/in
47982 ' >>$CONFIG_STATUS
47983 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
47984 rm -f conftest.defines
47985 mv conftest.tail conftest.defines
47986 done
47987 rm -f conftest.defines
47988 echo ' fi # grep' >>$CONFIG_STATUS
47989 echo >>$CONFIG_STATUS
47990
47991 # Break up conftest.undefs because some shells have a limit on the size
47992 # of here documents, and old seds have small limits too (100 cmds).
47993 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
47994 rm -f conftest.tail
47995 while grep . conftest.undefs >/dev/null
47996 do
47997 # Write a limited-size here document to $tmp/undefs.sed.
47998 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
47999 # Speed up: don't consider the non `#undef'
48000 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
48001 # Work around the forget-to-reset-the-flag bug.
48002 echo 't clr' >>$CONFIG_STATUS
48003 echo ': clr' >>$CONFIG_STATUS
48004 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
48005 echo 'CEOF
48006 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
48007 rm -f $tmp/in
48008 mv $tmp/out $tmp/in
48009 ' >>$CONFIG_STATUS
48010 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
48011 rm -f conftest.undefs
48012 mv conftest.tail conftest.undefs
48013 done
48014 rm -f conftest.undefs
48015
48016 cat >>$CONFIG_STATUS <<\_ACEOF
48017 # Let's still pretend it is `configure' which instantiates (i.e., don't
48018 # use $as_me), people would be surprised to read:
48019 # /* config.h. Generated by config.status. */
48020 if test x"$ac_file" = x-; then
48021 echo "/* Generated by configure. */" >$tmp/config.h
48022 else
48023 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
48024 fi
48025 cat $tmp/in >>$tmp/config.h
48026 rm -f $tmp/in
48027 if test x"$ac_file" != x-; then
48028 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
48029 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
48030 echo "$as_me: $ac_file is unchanged" >&6;}
48031 else
48032 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
48033 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
48034 X"$ac_file" : 'X\(//\)[^/]' \| \
48035 X"$ac_file" : 'X\(//\)$' \| \
48036 X"$ac_file" : 'X\(/\)' \| \
48037 . : '\(.\)' 2>/dev/null ||
48038 echo X"$ac_file" |
48039 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
48040 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
48041 /^X\(\/\/\)$/{ s//\1/; q; }
48042 /^X\(\/\).*/{ s//\1/; q; }
48043 s/.*/./; q'`
48044 { if $as_mkdir_p; then
48045 mkdir -p "$ac_dir"
48046 else
48047 as_dir="$ac_dir"
48048 as_dirs=
48049 while test ! -d "$as_dir"; do
48050 as_dirs="$as_dir $as_dirs"
48051 as_dir=`(dirname "$as_dir") 2>/dev/null ||
48052 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
48053 X"$as_dir" : 'X\(//\)[^/]' \| \
48054 X"$as_dir" : 'X\(//\)$' \| \
48055 X"$as_dir" : 'X\(/\)' \| \
48056 . : '\(.\)' 2>/dev/null ||
48057 echo X"$as_dir" |
48058 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
48059 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
48060 /^X\(\/\/\)$/{ s//\1/; q; }
48061 /^X\(\/\).*/{ s//\1/; q; }
48062 s/.*/./; q'`
48063 done
48064 test ! -n "$as_dirs" || mkdir $as_dirs
48065 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
48066 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
48067 { (exit 1); exit 1; }; }; }
48068
48069 rm -f $ac_file
48070 mv $tmp/config.h $ac_file
48071 fi
48072 else
48073 cat $tmp/config.h
48074 rm -f $tmp/config.h
48075 fi
48076 done
48077 _ACEOF
48078 cat >>$CONFIG_STATUS <<\_ACEOF
48079
48080 #
48081 # CONFIG_COMMANDS section.
48082 #
48083 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
48084 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
48085 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
48086 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
48087 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
48088 X"$ac_dest" : 'X\(//\)[^/]' \| \
48089 X"$ac_dest" : 'X\(//\)$' \| \
48090 X"$ac_dest" : 'X\(/\)' \| \
48091 . : '\(.\)' 2>/dev/null ||
48092 echo X"$ac_dest" |
48093 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
48094 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
48095 /^X\(\/\/\)$/{ s//\1/; q; }
48096 /^X\(\/\).*/{ s//\1/; q; }
48097 s/.*/./; q'`
48098 { if $as_mkdir_p; then
48099 mkdir -p "$ac_dir"
48100 else
48101 as_dir="$ac_dir"
48102 as_dirs=
48103 while test ! -d "$as_dir"; do
48104 as_dirs="$as_dir $as_dirs"
48105 as_dir=`(dirname "$as_dir") 2>/dev/null ||
48106 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
48107 X"$as_dir" : 'X\(//\)[^/]' \| \
48108 X"$as_dir" : 'X\(//\)$' \| \
48109 X"$as_dir" : 'X\(/\)' \| \
48110 . : '\(.\)' 2>/dev/null ||
48111 echo X"$as_dir" |
48112 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
48113 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
48114 /^X\(\/\/\)$/{ s//\1/; q; }
48115 /^X\(\/\).*/{ s//\1/; q; }
48116 s/.*/./; q'`
48117 done
48118 test ! -n "$as_dirs" || mkdir $as_dirs
48119 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
48120 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
48121 { (exit 1); exit 1; }; }; }
48122
48123 ac_builddir=.
48124
48125 if test "$ac_dir" != .; then
48126 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
48127 # A "../" for each directory in $ac_dir_suffix.
48128 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
48129 else
48130 ac_dir_suffix= ac_top_builddir=
48131 fi
48132
48133 case $srcdir in
48134 .) # No --srcdir option. We are building in place.
48135 ac_srcdir=.
48136 if test -z "$ac_top_builddir"; then
48137 ac_top_srcdir=.
48138 else
48139 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
48140 fi ;;
48141 [\\/]* | ?:[\\/]* ) # Absolute path.
48142 ac_srcdir=$srcdir$ac_dir_suffix;
48143 ac_top_srcdir=$srcdir ;;
48144 *) # Relative path.
48145 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
48146 ac_top_srcdir=$ac_top_builddir$srcdir ;;
48147 esac
48148
48149 # Do not use `cd foo && pwd` to compute absolute paths, because
48150 # the directories may not exist.
48151 case `pwd` in
48152 .) ac_abs_builddir="$ac_dir";;
48153 *)
48154 case "$ac_dir" in
48155 .) ac_abs_builddir=`pwd`;;
48156 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
48157 *) ac_abs_builddir=`pwd`/"$ac_dir";;
48158 esac;;
48159 esac
48160 case $ac_abs_builddir in
48161 .) ac_abs_top_builddir=${ac_top_builddir}.;;
48162 *)
48163 case ${ac_top_builddir}. in
48164 .) ac_abs_top_builddir=$ac_abs_builddir;;
48165 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
48166 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
48167 esac;;
48168 esac
48169 case $ac_abs_builddir in
48170 .) ac_abs_srcdir=$ac_srcdir;;
48171 *)
48172 case $ac_srcdir in
48173 .) ac_abs_srcdir=$ac_abs_builddir;;
48174 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
48175 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
48176 esac;;
48177 esac
48178 case $ac_abs_builddir in
48179 .) ac_abs_top_srcdir=$ac_top_srcdir;;
48180 *)
48181 case $ac_top_srcdir in
48182 .) ac_abs_top_srcdir=$ac_abs_builddir;;
48183 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
48184 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
48185 esac;;
48186 esac
48187
48188
48189 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
48190 echo "$as_me: executing $ac_dest commands" >&6;}
48191 case $ac_dest in
48192 rcdefs.h )
48193 mkdir -p $outdir &&
48194 $CPP $infile | sed 's/^# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
48195 ;;
48196 wx-config ) rm -f wx-config
48197 ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
48198 ;;
48199 esac
48200 done
48201 _ACEOF
48202
48203 cat >>$CONFIG_STATUS <<\_ACEOF
48204
48205 { (exit 0); exit 0; }
48206 _ACEOF
48207 chmod +x $CONFIG_STATUS
48208 ac_clean_files=$ac_clean_files_save
48209
48210
48211 # configure is writing to config.log, and then calls config.status.
48212 # config.status does its own redirection, appending to config.log.
48213 # Unfortunately, on DOS this fails, as config.log is still kept open
48214 # by configure, so config.status won't be able to write to it; its
48215 # output is simply discarded. So we exec the FD to /dev/null,
48216 # effectively closing config.log, so it can be properly (re)opened and
48217 # appended to by config.status. When coming back to configure, we
48218 # need to make the FD available again.
48219 if test "$no_create" != yes; then
48220 ac_cs_success=:
48221 ac_config_status_args=
48222 test "$silent" = yes &&
48223 ac_config_status_args="$ac_config_status_args --quiet"
48224 exec 5>/dev/null
48225 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
48226 exec 5>>config.log
48227 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
48228 # would make configure fail if this is the last instruction.
48229 $ac_cs_success || { (exit 1); exit 1; }
48230 fi
48231
48232 #
48233 # CONFIG_SUBDIRS section.
48234 #
48235 if test "$no_recursion" != yes; then
48236
48237 # Remove --cache-file and --srcdir arguments so they do not pile up.
48238 ac_sub_configure_args=
48239 ac_prev=
48240 for ac_arg in $ac_configure_args; do
48241 if test -n "$ac_prev"; then
48242 ac_prev=
48243 continue
48244 fi
48245 case $ac_arg in
48246 -cache-file | --cache-file | --cache-fil | --cache-fi \
48247 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
48248 ac_prev=cache_file ;;
48249 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
48250 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
48251 | --c=*)
48252 ;;
48253 --config-cache | -C)
48254 ;;
48255 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
48256 ac_prev=srcdir ;;
48257 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
48258 ;;
48259 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
48260 ac_prev=prefix ;;
48261 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
48262 ;;
48263 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
48264 esac
48265 done
48266
48267 # Always prepend --prefix to ensure using the same prefix
48268 # in subdir configurations.
48269 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
48270
48271 ac_popdir=`pwd`
48272 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
48273
48274 # Do not complain, so a configure script can configure whichever
48275 # parts of a large source tree are present.
48276 test -d $srcdir/$ac_dir || continue
48277
48278 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
48279 echo "$as_me: configuring in $ac_dir" >&6;}
48280 { if $as_mkdir_p; then
48281 mkdir -p "$ac_dir"
48282 else
48283 as_dir="$ac_dir"
48284 as_dirs=
48285 while test ! -d "$as_dir"; do
48286 as_dirs="$as_dir $as_dirs"
48287 as_dir=`(dirname "$as_dir") 2>/dev/null ||
48288 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
48289 X"$as_dir" : 'X\(//\)[^/]' \| \
48290 X"$as_dir" : 'X\(//\)$' \| \
48291 X"$as_dir" : 'X\(/\)' \| \
48292 . : '\(.\)' 2>/dev/null ||
48293 echo X"$as_dir" |
48294 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
48295 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
48296 /^X\(\/\/\)$/{ s//\1/; q; }
48297 /^X\(\/\).*/{ s//\1/; q; }
48298 s/.*/./; q'`
48299 done
48300 test ! -n "$as_dirs" || mkdir $as_dirs
48301 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
48302 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
48303 { (exit 1); exit 1; }; }; }
48304
48305 ac_builddir=.
48306
48307 if test "$ac_dir" != .; then
48308 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
48309 # A "../" for each directory in $ac_dir_suffix.
48310 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
48311 else
48312 ac_dir_suffix= ac_top_builddir=
48313 fi
48314
48315 case $srcdir in
48316 .) # No --srcdir option. We are building in place.
48317 ac_srcdir=.
48318 if test -z "$ac_top_builddir"; then
48319 ac_top_srcdir=.
48320 else
48321 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
48322 fi ;;
48323 [\\/]* | ?:[\\/]* ) # Absolute path.
48324 ac_srcdir=$srcdir$ac_dir_suffix;
48325 ac_top_srcdir=$srcdir ;;
48326 *) # Relative path.
48327 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
48328 ac_top_srcdir=$ac_top_builddir$srcdir ;;
48329 esac
48330
48331 # Do not use `cd foo && pwd` to compute absolute paths, because
48332 # the directories may not exist.
48333 case `pwd` in
48334 .) ac_abs_builddir="$ac_dir";;
48335 *)
48336 case "$ac_dir" in
48337 .) ac_abs_builddir=`pwd`;;
48338 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
48339 *) ac_abs_builddir=`pwd`/"$ac_dir";;
48340 esac;;
48341 esac
48342 case $ac_abs_builddir in
48343 .) ac_abs_top_builddir=${ac_top_builddir}.;;
48344 *)
48345 case ${ac_top_builddir}. in
48346 .) ac_abs_top_builddir=$ac_abs_builddir;;
48347 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
48348 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
48349 esac;;
48350 esac
48351 case $ac_abs_builddir in
48352 .) ac_abs_srcdir=$ac_srcdir;;
48353 *)
48354 case $ac_srcdir in
48355 .) ac_abs_srcdir=$ac_abs_builddir;;
48356 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
48357 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
48358 esac;;
48359 esac
48360 case $ac_abs_builddir in
48361 .) ac_abs_top_srcdir=$ac_top_srcdir;;
48362 *)
48363 case $ac_top_srcdir in
48364 .) ac_abs_top_srcdir=$ac_abs_builddir;;
48365 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
48366 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
48367 esac;;
48368 esac
48369
48370
48371 cd $ac_dir
48372
48373 # Check for guested configure; otherwise get Cygnus style configure.
48374 if test -f $ac_srcdir/configure.gnu; then
48375 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
48376 elif test -f $ac_srcdir/configure; then
48377 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
48378 elif test -f $ac_srcdir/configure.in; then
48379 ac_sub_configure=$ac_configure
48380 else
48381 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
48382 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
48383 ac_sub_configure=
48384 fi
48385
48386 # The recursion is here.
48387 if test -n "$ac_sub_configure"; then
48388 # Make the cache file name correct relative to the subdirectory.
48389 case $cache_file in
48390 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
48391 *) # Relative path.
48392 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
48393 esac
48394
48395 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
48396 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
48397 # The eval makes quoting arguments work.
48398 eval $ac_sub_configure $ac_sub_configure_args \
48399 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
48400 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
48401 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
48402 { (exit 1); exit 1; }; }
48403 fi
48404
48405 cd "$ac_popdir"
48406 done
48407 fi
48408
48409
48410 echo
48411 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
48412 echo ""
48413 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}"
48414 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
48415
48416 echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
48417 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
48418 echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
48419
48420 echo " What level of wxWidgets compatibility should be enabled?"
48421 echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-no}"
48422 echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-yes}"
48423
48424 echo " Which libraries should wxWidgets use?"
48425 echo " jpeg ${wxUSE_LIBJPEG-none}"
48426 echo " png ${wxUSE_LIBPNG-none}"
48427 echo " regex ${wxUSE_REGEX}"
48428 echo " tiff ${wxUSE_LIBTIFF-none}"
48429 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
48430 echo " xpm ${wxUSE_LIBXPM-none}"
48431 fi
48432 echo " zlib ${wxUSE_ZLIB}"
48433 echo " odbc ${wxUSE_ODBC}"
48434 echo " expat ${wxUSE_EXPAT}"
48435 echo " libmspack ${wxUSE_LIBMSPACK}"
48436 echo " sdl ${wxUSE_LIBSDL}"
48437 echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}"
48438
48439 echo ""
48440